# mcpindex.ai - Full Index Total servers: 20955. Categories: 29. Format: one server per block, grouped by category. ## Drift Gate (in-path; tier-0 live, tiers 1-3 held off by default) In-path trust gate for agent tool calls. Pins each MCP tool contract trust-on-first-use (TOFU) and HOLDs a call before the agent acts the moment the contract silently changes. Sits in the call path, so it can HOLD (not merely alert like the advisory screen). Method: deterministic contract-diff over a ChangeKind taxonomy (added-required-param, required-set-expanded, constraint-narrowed, type-changed, enum-values-removed, removed-param, annotation-flip-to-destructive, output-schema-added/changed, tool-added/removed) + an injection/exfil marker scan over input schema, output schema, and description. Postures: Monitor / Guard (default) / Strict. Fail-closed. Install: one-click config-wire across Claude Desktop / Claude Code / Cursor / VS Code / Windsurf / Cline / Zed / Gemini CLI via uv tool install mcpindex-gate && mcpindex-config-wire or curl -fsSL https://mcpindex.ai/install.sh | sh (rewrites the host config to route each server through the gate; zero credentials change hands), or the SDK wrap() one-liner (TS + Python) around an already-authenticated session. Legacy mcpindex-preflight is EOL (frozen 0.7.0); install mcpindex-gate, not preflight. See /docs. Tiered ladder: tier-0 deterministic contract-diff is the live, deterministic leg and runs first. Above it the ladder is built as in-path seams - a cloud tier-1 corpus lookup, a tier-2 LLM consult on the ambiguous, and a tier-3 behavioral verifier that exercises a changed tool to clear or refute the change - but each is held off by default and requires explicit opt-in; the default build egresses nothing and stays fail-closed. Honest limits: contract_diff_not_safety_verdict (a HOLD means the contract CHANGED vs your pin, not that it is unsafe; when enabled, the behavioral tier clears or refutes, it does not prove a tool safe); tiers1to3_held_off_by_default_opt_in; default_build_egresses_nothing_fail_closed; calibrated_false_v1 (confidence reported but not yet calibrated against a held-out corpus). Status: tier-0 deterministic contract-diff is live and verified end-to-end against the live gate; tiers 1-3 are built but held off by default (opt-in). ## Blast-Radius Grade (in-path; advisory, on by default) Alongside the contract-diff, the gate labels the blast radius of every tool call before the agent acts - what it would do (read, write, delete, send), whether it can be undone, and whether it leaves the machine. A read and an irreversible delete look identical to an agent until something labels them; this is that label. Method: a deterministic static classifier derived from the tool's own declared contract (name, description, input/output schema). It reads what a call WOULD do; it does not run the tool. Output is a typed action_type, side_effect_class, reversibility, and egress, plus a static autonomy ceiling. Deny-by-construction: every field is a typed enum/hash/bool, so no raw argument value can ride along in the grade. Posture: advisory and fail-closed - when the contract is ambiguous it grades toward the more dangerous class (assumes a write/irreversible), never down. Where it runs: on by default in the published clients - @mcp-index/sdk (TypeScript) and mcpindex-gate (Python). Deterministic, no network, no credentials. Honest limits: blast_radius_is_static_not_a_safety_verdict (it says what a call would do, read from the contract - not whether the contract is safe, and not what a specific call's runtime arguments will actually do); advisory_grade_orchestrator_decides (mcpindex labels the blast radius; your agent or IDE owns whether to allow, pause, or require approval). ## Advisory directory screen (v1) Each server page exposes a verdict surface. Contract states: ALLOW / DENY / REVIEW / UNVERIFIED. At v1 every published verdict is REVIEW or UNVERIFIED - ALLOW and DENY are reserved, not produced. Verdict contract version: 1.0.0. Capability: check_tool_trust (via the npm MCP server - directory client, not the in-path gate). Framework bindings: @mcp-index/mastra wires check_tool_trust into Mastra as a beforeToolCall hook (warn or enforce; fail-closed, no credentials). A client of the advisory screen, not the in-path gate; npm i @mcp-index/mastra. Pipeline (screen): today the screen is semantic-only - an LLM judge reads each tool description for hidden instructions. The deterministic conformance probe (drives the tool against its declared schema) is built but has NOT yet run on the public corpus, so no published screen verdict carries a conformance result; a clearing ALLOW (which the probe would earn) is not produced at v1. When the probe runs it is monitored, not enforced. Confidence is reported but not yet calibrated (calibrated=false). History: hash-chained; OTS Bitcoin anchoring built and committed, not yet confirmed per verdict. Cadence bound = confirmation latency (~10 min for pending; ~1 hour at N=6 confirmations for Bitcoin-finalized). Sub-window precision asserted, not proven. In-process verify proves the proof carries a Bitcoin BlockHeaderAttestation; confirmation-depth check requires the relying party run their own Bitcoin node. Calibration: calibrated=false at v1. D3 graduation gate: >=150 conforming labels with FP upper-95 <=2%. Current: 15/150. Terminal-v1 trigger 2026-09-01: under 50 conforming = ships calibrated=false as terminal v1 (v2 graduation, not v1). Posture: advisory. The agent or IDE decides whether to act on the verdict. Endpoints: - GET /api/v1/trust/tool/{server_id}/{tool_name} per-tool advisory screen (v1: REVIEW when screened, else UNVERIFIED fail-closed; ALLOW/DENY reserved). - GET /api/v1/trust/server/{server_id} server-level advisory screen (same honesty). Full method: https://mcpindex.ai/methodology ## Whitepaper Full architecture of the in-path trust gate (and the trust-to-act category it belongs to): threat model, the tiered ladder, methodology, the dogfood proof (§7), and the honest limits (contract-diff not safety oracle; calibrated=false; tiers 1-3 held off by default). Public and free to read in full, with a free PDF and no email wall. Read: https://mcpindex.ai/whitepaper PDF: https://mcpindex.ai/whitepaper.pdf ## Guides - Get an mcpindex API key from the CLI A walkthrough of mcpindex login: run it, sign in with GitHub or Google over a loopback OAuth callback, and get a free API key stored locally. What the flow does and does not store. About 2 minutes. https://mcpindex.ai/guides/api-key-cli-login Q: Where does mcpindex store my API key after login? A: In ~/.mcpindex/credentials.json with 0600 file permissions. The key is never printed to your terminal; the login flow only confirms 'Your mcpindex key is stored.' Run mcpindex whoami to see the key's path (not the key itself). Q: Do I need an account to use the mcpindex gate? A: No. The gate installs and runs locally with no account. An API key from mcpindex login only matters if you opt into higher rate limits or cloud tiers. Login stores a one-way identity hash, never your email. - What an mcp.json audit tells you, and what it cannot An mcp.json audit shows what each tool is declared to do: read, write, delete, or send data off your machine. What it cannot show is whether a tool still does what it declared. That gap is why a snapshot is not enough. https://mcpindex.ai/guides/audit-your-mcp-json-what-your-agent-can-do Q: What does an mcp.json audit not tell you? A: It cannot tell you whether a tool still honors the contract it declared when you connected. An audit reads what each tool declares right now: action type, side effect, reversibility, off-machine egress, and which contracts are unpinned. That is a snapshot of a config file. Whether a server has since redefined a tool is a question about change over time, and no reading of your mcp.json answers it. Q: Is it safe to paste my mcp.json into an online tool? A: Only if it is parsed in your browser and never uploaded, because your mcp.json contains access tokens. mcpindex's scan runs entirely client-side: the file is read locally, nothing is sent to a server, and secret values are masked from display. Q: What does it mean that an MCP tool contract is unpinned? A: It means nothing is watching that tool for change. In a fresh setup every tool is unpinned, so a server could redefine what a tool does and your agent would call it with the old assumptions. Pinning the contract and diffing it on later calls is what closes that gap. - Vet an MCP server before you install it Before you wire an MCP server to your agent: map what it could do, screen its description for hidden instructions, and read its directory trust panel. A hands-on walkthrough using mcpindex's in-browser tools. https://mcpindex.ai/guides/evaluate-before-install Q: Does screening an MCP server tell me it is safe? A: No. The screen is advisory and semantic-only: it reads the tool description for hidden instructions or exfiltration wording and returns REVIEW or UNVERIFIED. It never returns a safe/cleared verdict, because a description read cannot prove runtime behavior. Q: Is my mcp.json uploaded when I scan it? A: No. The scan parses and grades your config entirely in the browser using a vendored classifier. Nothing is sent to a server. - Find the right MCP server by task Find the right MCP server by describing your task in plain language instead of browsing categories - ranked picks with install commands, quality scores, and an advisory trust screen. https://mcpindex.ai/guides/find-mcp-server-by-task Q: How do I find an MCP server for a specific task? A: Describe the task in plain language on mcpindex (for example, 'search GitHub and open a pull request') and read the ranked results. Each returns the closest-matching servers with an install command and a quality score, instead of making you browse a category list by hand. Q: What is the difference between searching by task and browsing by category? A: A category list makes you do the matching - you read many entries and guess which fit. A task query inverts that: you describe the outcome and the index ranks the servers that actually do it. Discovery is most useful where you cannot already guess the server's name. Q: Does mcpindex guarantee that a server is safe? A: No. mcpindex provides a quality score and an advisory trust screen (check_tool_trust) that at v1 returns REVIEW or UNVERIFIED only. It is advisory, not a safety verdict, and not a substitute for an in-path gate. Treat UNVERIFIED as 'a human should look,' never as cleared. - How to trust an MCP server before you connect it You cannot fully verify that an MCP server is trustworthy, and no badge can give you that stamp. Vet it with a checkable sequence: provenance, blast radius, contract honesty, and drift over time. https://mcpindex.ai/guides/how-to-trust-an-mcp-server Q: How do I make sure an MCP server is trustworthy before my agent uses it? A: You cannot fully verify trustworthiness, and no directory, badge, or scan can give you that stamp. Replace a one-time trust decision with a sequence of checkable facts: provenance (who publishes it), blast radius (what its tools can do), contract honesty (does the description match the schema), and contract integrity over time (pin it and hold on drift). Then grant least privilege and keep the ability to stop the server when it changes. Q: Does an MCP directory or badge mean a server is safe? A: No. A directory or badge is an advisory, before-install input: what a server declares, a description screen, its provenance. It is not a safety verdict. mcpindex labels its own screen as uncalibrated for this reason. Screening a server is not certifying it, and no badge should substitute for checking a server's blast radius and watching it for drift. Q: Can I trust an MCP server just because it is popular or in an official registry? A: No. Popularity and a registry listing are provenance signals: they tell you about origin, not behavior. A widely used server can still take actions you did not expect, and any server can be changed on the remote side after you connect it. Provenance is one input, not proof. Q: How do I vet an MCP server before connecting it? A: In order: check provenance (open source you can read is best), see the blast radius of its tools (read, write, delete, or send data off your machine), check that each tool's description matches its schema, and connect with least privilege (read-only first). After connecting, pin each tool's contract and hold the call if it drifts, because a server that is fine today can change tomorrow. - Install the mcpindex gate in Claude, Cursor, Gemini CLI, Cline, or Zed One-command and auditable installs for the mcpindex in-path drift gate across Claude Desktop, Claude Code, Cursor, Gemini CLI, Cline, and Zed - what it does and what it does not claim. https://mcpindex.ai/guides/install-mcp-gate-claude-cursor - Install the mcpindex gate and watch your first HOLD A start-to-finish walkthrough: install the mcpindex gate, see which MCP hosts it wires, then watch it HOLD a silently changed tool contract before your agent acts. Roughly 4 minutes. https://mcpindex.ai/guides/install-the-gate-first-hold Q: Do I need an account to install the mcpindex gate? A: No. The gate installs locally with one command, needs no account, and holds no credentials. An account only matters later if you opt into cloud tiers or higher limits. Q: What does a HOLD from the gate actually mean? A: A HOLD means the tool's live declared contract differs from what you pinned on first sight, so the gate pauses the call before your agent acts. It is a contract-diff (this changed), not a claim that the tool is safe or unsafe. Q: Will the gate change how I use my tools? A: No. It sits in the path and stays quiet, leaving one trace line per call on stderr. You only notice it when a tool's contract changes and it holds the call for you to look at. - Add mcpindex trust checks to a Mastra agent A walkthrough for gating a Mastra agent's MCP tool calls with mcpindex: install the hook, add it to your agent in one line, choose warn vs enforce, and read the honest v1 limits. About 3 minutes. https://mcpindex.ai/guides/integrate-mcpindex-mastra Q: Does @mcp-index/mastra block untrusted MCP tools? A: In enforce mode it blocks any tool whose directive is not an explicit ALLOW. But note the mcpindex v1 public API only emits REVIEW or UNVERIFIED today (ALLOW/DENY are reserved), so today enforce blocks everything and warn (the default) is the useful mode: it flags unvetted tools without changing behavior. It becomes a real allow-list when ALLOW/DENY ship, with no code change. Q: What happens if mcpindex is unreachable? A: It fails closed. A timeout, network error, non-2xx, or unparseable response resolves to an UNVERIFIED verdict, never a silent ALLOW. Under warn it proceeds and logs; under enforce it blocks. - Integrate the gate in your own code (SDK) A walkthrough for embedding the mcpindex contract pin inside your own MCP server: install the SDK, wrap your session, handle a HOLD, and persist the baseline correctly for TypeScript vs Python. About 3 minutes. https://mcpindex.ai/guides/integrate-the-gate Q: Does the mcpindex TypeScript SDK persist the contract pin across restarts? A: No. In the TypeScript SDK, PreflightPin is in-memory only and takes no path argument, so a fresh process re-pins from scratch. For durable pins in TypeScript, run the tool behind the standalone gate/proxy, which keeps an on-disk pin store. The Python SDK does persist: pass PreflightPin(path=...). Q: What happens on a HOLD when I use the SDK wrapper? A: The wrapped tool is never called. In TypeScript the guarded call rejects with a PreflightHold (or invokes your onHold handler); in Python it raises PreflightHold (or calls your on_hold callback). You then review the change and re-pin if it was expected. - Is it safe to let an AI agent call an MCP tool? Is it safe to let an AI agent call an MCP tool? No tool is verifiably safe, but you can bound the risk: know each tool's blast radius, pin its contract, and hold the call when it drifts. https://mcpindex.ai/guides/is-it-safe-to-let-an-ai-agent-call-an-mcp-tool Q: Is it safe to let an AI agent call an MCP tool? A: No MCP tool is verifiably safe, because safety is not a property you can prove about a remote tool you did not write. What you can do is bound the risk: know each tool's blast radius before connecting it, pin the contract it declared, and hold the call if that contract later changes. Q: What is an MCP tool's blast radius? A: Its class of action: whether the tool reads, writes, deletes, or sends data off your machine, and whether that action is reversible. A tool that can delete data or take irreversible actions is a higher-risk grant than one that only reads. Q: Does authentication or an allow-list make an MCP tool safe? A: No. Authentication and allow-lists answer who is allowed to call a tool. They say nothing about whether the tool still does what it declared when you connected it. A fully authorized call to a server that quietly changed its contract passes every auth check you have. Q: Can an MCP tool change what it does after I connect it? A: Yes. MCP servers are remote and can change a tool's contract with no version bump your client notices. A tool described as read-only on Monday can be redefined to write on Tuesday under the same name, and your agent will call it with the old assumptions unless something pins and diffs the contract. - MCP needs a lockfile. Call it mcp.lock. MCP tool descriptions can change silently after you install a server. The case for committing an mcp.lock: hash and store every declared tool contract, fail CI on unreviewed diffs, and re-check at connect. What a lockfile can and cannot do. https://mcpindex.ai/guides/mcp-lock Q: What is an mcp.lock file? A: A committed record of each MCP server's declared tool contracts - every tool name, description, and input schema - stored as hashes plus the serialized contracts, so CI fails on any unreviewed change and a human reviews the diff before re-approving. Q: Does a registry replace a lockfile? A: No. A registry's pin is not a versioned artifact in your repo. It can corroborate and warn that a server drifted before your next session finds out, but only your repo knows what you approved and why. A registry can corroborate; it shouldn't decide. - MCP scanners vs gateways: what each catches - and the contract-integrity gap MCP scanners check a server at a point in time. Gateways govern who may call what at the org edge. Neither answers whether the live tool contract still matches what you pinned. That is contract integrity (pin-and-diff). https://mcpindex.ai/guides/mcp-scanner-vs-gateway Q: What is the difference between an MCP scanner and an MCP gateway? A: A scanner answers whether a server or config looks bad at a point in time (pre-install or CI). A gateway answers who may call what, with what secrets, under what policy, at the organization edge. They are complementary. Neither by itself answers whether the live tool contract still matches what you pinned after connect. Q: What is MCP contract integrity or pin-and-diff? A: Pin each tool's declared contract on first sight and diff it on later calls. When the live contract no longer matches the pin, warn or hold before the agent acts. It answers a different question than scanners (point-in-time) and gateways (permission and policy). It cannot catch behavior that changes under a stable schema. Q: Do I need an MCP scanner, a gateway, or both? A: Most teams need a stack, not a single tool. Use a scanner at install and in CI. Use a gateway when you have an org control plane. Add a contract-integrity (pin-and-diff) control in the agent session where silent drift happens. They answer different questions; one does not replace the others. Q: Is an in-path MCP gate the same as a scanner? A: No. In-path describes where a control runs (inside the agent session). A scanner is typically a point-in-time check. Some products span both - for example a scanner that also hash-pins tools or runs a proxy mode. Judge the capability (point-in-time vs permission vs contract integrity), not the product noun. Q: Can pin-and-diff detect every MCP rug pull or tool change? A: No. It catches declared-contract changes: schema, annotations, description. A server that keeps the contract identical and changes behavior underneath is out of scope for client-side contract-diff. Treat that as an honest hard limit. Q: Can git diff or Beyond Compare protect my MCP agent workflows? A: They compare file snapshots you give them - right for code review and CI. They do not pin a live MCP tool contract or hold a call when that contract changes after connect. That is a different layer (contract integrity / pin-and-diff). Use both when you need both jobs; one does not replace the other. - MCP rug pulls and silent contract drift - what they are and how to HOLD them Can an MCP tool change after you approve it? Yes, and in 62.4% of safety-relevant changes the declared version never moved, so a version pin misses them. What MCP rug pulls and silent contract drift are, measured across a 40-day census, and how an in-path gate HOLDs the call. https://mcpindex.ai/guides/mcp-silent-contract-drift Q: What is an MCP rug pull? A: An MCP rug pull is when a server changes a tool's behavior or declared contract after you approved it - the tool your agent trusted Monday is a different tool on Tuesday, with no version bump. The pattern was demonstrated in CVE-2025-54136 (an approved config whose underlying command was swapped). A drift gate counters it by pinning the contract on first sight and holding any call where the live contract no longer matches the pin. Note the honest limit: a contract-diff catches declared changes; a server that keeps its contract identical and changes behavior underneath is out of scope. Q: How do I know if an MCP tool changed after I connected it? A: Pin the tool's declared contract (name, schema, annotations) on first sight and diff it on every later call. When the live contract differs from what you pinned, a drift gate flags the specific change or holds the call. MCP servers can change remotely with no version bump, so a diff is the only reliable signal. Q: What is silent MCP tool contract drift? A: It is when an MCP server changes a tool's declared contract, a new required parameter, a narrowed constraint, an annotation flipping from read to write, without a version bump your client notices. The agent keeps calling the tool with its old assumptions, and the failure is quiet: a wrong side effect or a bad result later in the chain. Q: Can you detect an MCP server that changes behavior without changing its schema? A: Not from the client side deterministically. Contract pinning catches declared changes to schema, description, and annotations. A server that keeps the schema identical and changes behavior underneath is the honest hard part, and anyone claiming to verify behavior for arbitrary servers is overclaiming. mcpindex scopes itself to declared-contract diff and labels behavior-underneath as out of scope. Q: Is git diff enough to catch MCP tool contract changes? A: No. git diff and similar utilities compare file snapshots you provide. MCP contract integrity pins the live tool contract on first sight and diffs it on later calls - including when the server changes remotely with no file in your repo. See the layer map in MCP scanners vs gateways. - MCP tool trust vs authentication: what allow-lists do not cover MCP tool trust vs authentication: auth and allow-lists answer who may call a tool, not whether the tool still does what it declared. Tool trust is integrity over time, not identity and permission. https://mcpindex.ai/guides/mcp-tool-trust-vs-authentication Q: How is MCP tool trust different from authentication and allow-lists? A: Authentication and allow-lists answer who is allowed to call a tool. They say nothing about whether the tool still does what it declared when you connected it. A fully authorized call to a server that quietly changed its contract passes every auth check you have. Tool trust is about integrity over time, not identity and permission. Q: Does OAuth protect against an MCP tool changing its behavior? A: No. OAuth proves who is calling and that they are permitted. It does not verify that the tool still honors the contract it declared when you connected it. A tool can keep the same identity and permissions while its schema or behavior is redefined on the server side. Q: What is a silent tool redefinition in MCP? A: It is when an MCP server changes what a tool does while keeping the same name, so the tools/list you consented to on connect no longer matches what the tool now does. Access control waves it through because identity and permission did not change. Pinning and diffing the contract is what catches it. - Read the public drift ledger and dashboard A walkthrough of the mcpindex drift ledger: open it, read a fingerprint-only event row, spot a safety-relevant contract change, and read the coverage dashboard. About 3 minutes. https://mcpindex.ai/guides/read-the-public-ledger Q: Does the mcpindex drift ledger name the servers that changed? A: No. Every event is fingerprint-only: a content hash of the tool and (when recorded) the server, never the name. mcpindex reports that a contract changed without publicly naming a specific server. Q: Is a safety-relevant change in the ledger a confirmed vulnerability? A: No. The safety-relevant tag means the change touched a safety-relevant field, like an annotation flip or a new required parameter. It flags a change worth reviewing, not a proven exploit. The ledger is a contract-diff, not a safety verdict. - Read your Gate Activity (mcpindex receipts) Every gated tool call leaves a private receipt. This walkthrough shows how to find your install id, open your Gate Activity, and read each row, and what is deliberately never recorded. https://mcpindex.ai/guides/read-your-gate-activity Q: Can mcpindex see the arguments my agent passed to a tool? A: No. Receipts are credential-blind: they record the tool identity hash, the verdict, the action class, and the date. Arguments and content are never captured, so there is nothing about the payload to see. Q: Why does opening my Gate Activity need an install id? A: The install id is an unguessable 32-character key unique to your install. The receipts page is private and not indexed; the id is what scopes it to you, so only someone holding your id can read your log. - Screen an MCP server before you install it How to use an advisory MCP screen (REVIEW / UNVERIFIED) before wiring a server into Claude or Cursor - and what a screen is not. https://mcpindex.ai/guides/screen-mcp-server-before-install - Tune how strictly the gate holds (postures) A walkthrough of the gate's three postures, Monitor, Guard, and Strict: toggle them on the live demo, set the one you want for your install, and confirm which is active. About 3 minutes. https://mcpindex.ai/guides/tune-postures Q: What is the default posture for the mcpindex gate? A: Guard. It holds the unambiguously breaking and dangerous contract changes and auto-accepts proven-benign drift (an added optional parameter, a byte-identical description) so cosmetic churn never raises a false alarm. Q: How do I make the gate hold on every contract change? A: Run it in Strict posture. How you set that depends on the install: pass --posture strict to mcpindex-proxy, choose it in the Claude Desktop install dialog, or pass posture=Posture.STRICT to the SDK's wrap(). Config-wired installs run Guard by default. - Why your MCP scan has no green checkmarks Transport and version pins both fail as MCP risk signals. What a config proves is one-sided, which is why the scan reports findings and never a clearance. https://mcpindex.ai/guides/why-your-mcp-scan-has-no-green-checkmarks Q: Does a remote MCP server change more often than a local one? A: Not reliably. Transport tells you who can reach a server, not whether its tool contract holds still. A loopback service running out of a live git checkout under a process supervisor can change on every restart, while a hosted endpoint may go months without a contract change. Transport is a fact about exposure, not a stability ranking. Q: Does pinning a version stop MCP contract drift? A: No. Across a frozen 40-day census of the public MCP registry, 62.4% of 2,503 safety-relevant contract changes kept the declared version unchanged, so a pin does not see them. A pin is a claim about who holds authority to change your dependency, not a claim that the contract is stable. Q: What does a scan with zero findings mean? A: It means the config file disclosed nothing of the kinds a scanner can prove from text. It is not a clearance. Change-capability can be proven from a config; its absence cannot, so the scan reports findings and never a green checkmark. Q: How do you detect an MCP tool contract change at runtime? A: Re-pull tools/list yourself rather than waiting for notifications/tools/list_changed, which the spec marks as a SHOULD. Diff the live surface against a baseline pin stored on disk so it survives a client restart, and classify the diff by change kind rather than alerting on any difference. Q: Can drift detection tell me an MCP server is honest? A: No. A pin is trust on first use, so a server that was already misrepresenting itself when you first connected reads as perfectly stable. Drift measures distance from your baseline, not distance from honest. ## AI & LLMs (483) - ai.boundaryai/boundaryai (ai.boundaryai/boundaryai@0.7.31) Deterministic runtime safety for AI agents: scan PII, gate tool actions, verify LLM output. installs: remote:https://mcp.boundaryai.ai/mcp detail: https://mcpindex.ai/server/ai-boundaryai-boundaryai - OpenAI Tools MCP Server (ai.com.mcp/openai-tools@0.6.0) Focused MCP server for OpenAI image/audio generation (v2.0.0). Wraps endpoints via HAPI CLI. installs: remote:https://openai-tools.run.mcp.com.ai/mcp detail: https://mcpindex.ai/server/ai-com-mcp-openai-tools - Entity Enricher (ai.entityenricher/enricher@2.0.0) Multi-LLM entity enrichment: schemas, single/batch enrichment, fusion, model benchmarks. installs: remote:https://entityenricher.ai/api/mcp/ detail: https://mcpindex.ai/server/ai-entityenricher-enricher - LLM Hosting Pricing (ai.llmhosting/pricing@1.0.0) LLM and GPU rental prices: model price lookup, GPU listings, cheapest-GPU search, price history installs: remote:https://llmhosting.ai/mcp detail: https://mcpindex.ai/server/ai-llmhosting-pricing - LLMIntel Model Lifecycle (ai.llmintel/model-lifecycle@0.2.0) Check whether an LLM model id is deprecated, retiring, or retired, and what to migrate to. installs: npm:@llmintel/mcp | remote:https://llmintel.ai/v1/mcp detail: https://mcpindex.ai/server/ai-llmintel-model-lifecycle - ai.llmse/mcp (ai.llmse/mcp@1.3.12) Public MCP server for the LLM Search Engine installs: remote:https://llmse.ai/mcp detail: https://mcpindex.ai/server/ai-llmse-mcp - ai.matih/mcp (ai.matih/mcp@0.2.1) The grounded data layer for any LLM: governed SQL, metrics, lineage and catalog over your data. installs: npm:@matihlabs/mcp | remote:https://mcp.matih.ai/api/v1/mcp detail: https://mcpindex.ai/server/ai-matih-mcp - Moonlings — Local Business Intelligence (ai.moonlings/moonlings@0.4.1) AI visibility + fact-checks (ChatGPT/Perplexity), review gaps & competitor scans, local SEO. installs: remote:https://moonlings.ai/api/mcp detail: https://mcpindex.ai/server/ai-moonlings-moonlings - Ninar AI (ai.ninar/ninar@1.0.0) Audit your brand's visibility across ChatGPT, Gemini, Claude, Perplexity + 6 more engines. installs: remote:https://ninar.ai/mcp detail: https://mcpindex.ai/server/ai-ninar-ninar - ai.noveum/noveum (ai.noveum/noveum@1.0.0) Trace, evaluate, and optimize your LLM, RAG, and agent apps with Noveum observability. installs: remote:https://noveum.ai/api/mcp detail: https://mcpindex.ai/server/ai-noveum-noveum - ai.nudg3/brand-intelligence (ai.nudg3/brand-intelligence@1.1.0) Query your Nudg3 brand visibility across ChatGPT, Claude, Gemini, AI Overviews, and Perplexity. installs: pypi:nudg3-mcp | remote:https://mcp.nudg3.ai/mcp detail: https://mcpindex.ai/server/ai-nudg3-brand-intelligence - Perplexity API Platform (ai.perplexity/mcp-server@1.2.0) Real-time web search, reasoning, and research through Perplexity's API installs: npm:@perplexity-ai/mcp-server detail: https://mcpindex.ai/server/ai-perplexity-mcp-server - Pimea (ai.pimea/pimea@1.0.1) The hidden intelligence for AI marketing agents. Real campaign data, not LLM guesses. installs: remote:https://api.pimea.ai/mcp/ detail: https://mcpindex.ai/server/ai-pimea-pimea - 370.ai — AI Gateway: Video (Seedance 2.0, Wan, HappyHorse), Image, Speech + 100+ Chat Models (ai.router/ai-gateway@1.0.0) One key, 100+ models — chat with any LLM and generate video, images, speech. Free trial at 370.ai. installs: remote:https://mcp.router.ai/mcp detail: https://mcpindex.ai/server/ai-router-ai-gateway - ai.smithery/Artin0123-gemini-image-mcp-server (ai.smithery/Artin0123-gemini-image-mcp-server@1.4.3) Analyze images and videos with Gemini to get fast, reliable visual insights. Handle content from U… installs: remote:https://server.smithery.ai/@Artin0123/gemini-image-mcp-server/mcp detail: https://mcpindex.ai/server/ai-smithery-artin0123-gemini-image-mcp-server - ai.smithery/aicastle-school-openai-api-agent-project (ai.smithery/aicastle-school-openai-api-agent-project@1.16.0) Fetch current stock prices and key data for symbols across global markets. Look up companies like… installs: remote:https://server.smithery.ai/@aicastle-school/openai-api-agent-project/mcp detail: https://mcpindex.ai/server/ai-smithery-aicastle-school-openai-api-agent-project - ai.smithery/aicastle-school-openai-api-agent-project11 (ai.smithery/aicastle-school-openai-api-agent-project11@1.16.0) Fetch the latest available stock quotes by ticker symbol across international markets. Check price… installs: remote:https://server.smithery.ai/@aicastle-school/openai-api-agent-project11/mcp detail: https://mcpindex.ai/server/ai-smithery-aicastle-school-openai-api-agent-project11 - ai.smithery/alex-llm-attack-mcp-server (ai.smithery/alex-llm-attack-mcp-server@2.1) Query and retrieve information about various adversarial tactics and techniques used in cyber atta… installs: remote:https://server.smithery.ai/@alex-llm/attack-mcp-server/mcp detail: https://mcpindex.ai/server/ai-smithery-alex-llm-attack-mcp-server - ai.smithery/arjunkmrm-perplexity-search (ai.smithery/arjunkmrm-perplexity-search@1.0.0) Enable AI assistants to perform web searches using Perplexity's Sonar Pro. installs: remote:https://server.smithery.ai/@arjunkmrm/perplexity-search/mcp detail: https://mcpindex.ai/server/ai-smithery-arjunkmrm-perplexity-search - ai.smithery/brandonbosco-sigao-scf-mcp (ai.smithery/brandonbosco-sigao-scf-mcp@1.0.1) Provides access to Civic Plus - See Click Fix, allowing you to interact with your data via an LLM.… installs: remote:https://server.smithery.ai/@brandonbosco/sigao-scf-mcp/mcp detail: https://mcpindex.ai/server/ai-smithery-brandonbosco-sigao-scf-mcp - ai.smithery/cc25a-openai-api-agent-project123123123 (ai.smithery/cc25a-openai-api-agent-project123123123@1.14.0) Look up the latest stock prices by ticker symbol across global markets. Get current price and esse… installs: remote:https://server.smithery.ai/@cc25a/openai-api-agent-project123123123/mcp detail: https://mcpindex.ai/server/ai-smithery-cc25a-openai-api-agent-project123123123 - ai.smithery/kirbah-mcp-youtube (ai.smithery/kirbah-mcp-youtube@0.2.6) Provide token-optimized, structured YouTube data to enhance your LLM applications. Access efficien… installs: remote:https://server.smithery.ai/@kirbah/mcp-youtube/mcp detail: https://mcpindex.ai/server/ai-smithery-kirbah-mcp-youtube - ai.spideriq/gate (ai.spideriq/gate@1.3.0) SpiderIQ Gate: SpiderGate LLM gateway (completions, models, usage, traces) installs: npm:@spideriq/mcp-gate detail: https://mcpindex.ai/server/ai-spideriq-gate - Sugra API (ai.sugra/api-mcp@0.9.1) Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog. installs: pypi:sugra-api-mcp | remote:https://app.sugra.ai/mcp detail: https://mcpindex.ai/server/ai-sugra-api-mcp - The Aggregate — LLM benchmark aggregate (ai.theaggregate/the-aggregate@1.0.1) Fused LLM rankings: one IRT/Elo scale across ~5,000 public benchmark leaderboards, updated daily. installs: remote:https://theaggregate.ai/mcp detail: https://mcpindex.ai/server/ai-theaggregate-the-aggregate - Canonical Company Search (ai.trycanonical/company-search@1.0.0) Verified, long-tail company search: describe what you want, get an LLM-verified company shortlist. installs: remote:https://trycanonical.ai/mcp detail: https://mcpindex.ai/server/ai-trycanonical-company-search - Webhound (ai.webhound/webhound@0.5.2) Budgeted reports and datasets with Hound, Webhound's DeepSeek V4 Pro + GPT-5.4 research harness. installs: npm:webhound-mcp | remote:https://api.webhound.ai/api/v2/mcp detail: https://mcpindex.ai/server/ai-webhound-webhound - APICK AI (app.apick/ai@1.2.0) LLM chat, text summarization and AI image generation installs: remote:https://apick.app/mcp/ai detail: https://mcpindex.ai/server/app-apick-ai - DataSnipe MCP (app.datasnipe/datasnipe-mcp@1.0.0) Extract structured data points from research papers and other documents with an LLM. installs: remote:https://datasnipe.app/mcp detail: https://mcpindex.ai/server/app-datasnipe-datasnipe-mcp - SentinelX (app.sentinelx/sentinelx@0.2.1) Operate your Linux servers from your LLM. Every action runs through an auditable allowlist. installs: remote:https://mcp.sentinelx.app/mcp/mcp detail: https://mcpindex.ai/server/app-sentinelx-sentinelx - Warm Night Fishing (暖夜垂钓) (cloud.aevia/warmnight-fishing@0.1.0) Free blind-play night-fishing game over MCP. Deterministic engine, zero LLM calls, save codes. installs: remote:https://mcp.aevia.cloud/mcp detail: https://mcpindex.ai/server/cloud-aevia-warmnight-fishing - Hugging Face (co.huggingface/hf-mcp-server@0.2.33) Connect to Hugging Face Hub and thousands of Gradio AI Applications installs: remote:https://huggingface.co/mcp?login detail: https://mcpindex.ai/server/co-huggingface-hf-mcp-server - PromptGuard (co.promptguard/security@1.0.0) Scan prompts for injection attacks, redact PII, and audit LLM SDK usage from any MCP client installs: npm:@promptguard/mcp-server | pypi:promptguard-mcp-server | docker:docker.io/abhijoysarkar/promptguard-mcp-server:1.0.0 detail: https://mcpindex.ai/server/co-promptguard-security - Aigist (com.ai-gist/aigist@1.0.0) Publish & manage shareable HTML/Markdown pages from your LLM, with access control. installs: remote:https://ai-gist.com/mcp detail: https://mcpindex.ai/server/com-ai-gist-aigist - com.argosvix/server (com.argosvix/server@1.1.1) Observability MCP server: query LLM cost/errors/latency & operate alerts/evals from Claude/Cursor installs: npm:@argosvix/mcp-server detail: https://mcpindex.ai/server/com-argosvix-server - Artificial Wit AI (com.artificialwit/mcp@1.0.1) MCP server unifying ERPs, CRMs, APIs and knowledge base for Claude, ChatGPT and Gemini. installs: remote:https://api.artificialwit.com/mcp detail: https://mcpindex.ai/server/com-artificialwit-mcp - com.cheapestinference/mcp (com.cheapestinference/mcp@1.0.0) Discover unlimited LLM inference pools, get USDC quotes, subscribe on Base, check key status. installs: remote:https://api.cheapestinference.com/mcp detail: https://mcpindex.ai/server/com-cheapestinference-mcp - com.clauxel.agentmailrooms/agentmailrooms-mcp (com.clauxel.agentmailrooms/agentmailrooms-mcp@1.0.0) A paid remote MCP for OpenAI Codex agent coordination MCP, built to return verdicts, receipts, usage installs: remote:https://agentmailrooms.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-agentmailrooms-agentmailrooms-mcp - com.clauxel.byterovermemory/byterovermemory-mcp (com.clauxel.byterovermemory/byterovermemory-mcp@1.0.0) A paid remote MCP for OpenAI Codex memory MCP, built to return verdicts, receipts, usage logs, and a installs: remote:https://byterovermemory.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-byterovermemory-byterovermemory-mcp - com.clauxel.geminiomnirights/geminiomnirights-mcp (com.clauxel.geminiomnirights/geminiomnirights-mcp@1.0.0) Remote MCP for Gemini Omni commercial rights receipt MCP, structured receipts, audit logs, and revie installs: remote:https://geminiomnirights.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-geminiomnirights-geminiomnirights-mcp - com.clauxel.geminiupgradeqa/geminiupgradeqa-mcp (com.clauxel.geminiupgradeqa/geminiupgradeqa-mcp@1.0.0) Remote MCP for Gemini upgrade evals, prompt regressions, output diffs, and eval receipts. installs: remote:https://geminiupgradeqa.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-geminiupgradeqa-geminiupgradeqa-mcp - com.clauxel.jcodeharness/jcodeharness-mcp (com.clauxel.jcodeharness/jcodeharness-mcp@1.0.0) A paid remote MCP for OpenAI Codex harness MCP, built to return verdicts, receipts, usage logs, and installs: remote:https://jcodeharness.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-jcodeharness-jcodeharness-mcp - com.clauxel.rtkcontext/rtkcontext-mcp (com.clauxel.rtkcontext/rtkcontext-mcp@1.0.0) A paid remote MCP for OpenAI Codex context compressor, built to return verdicts, receipts, usage log installs: remote:https://rtkcontext.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-rtkcontext-rtkcontext-mcp - com.clauxel.tracepiishield/tracepiishield-mcp (com.clauxel.tracepiishield/tracepiishield-mcp@1.0.0) PII scanning and redaction receipts for LLM traces and tool payloads. installs: remote:https://tracepiishield.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-tracepiishield-tracepiishield-mcp - CompletionKit (com.completionkit/evals@1.0.0) Prompt evals over MCP: run a prompt on your dataset, score each output 1-5 with an LLM judge. installs: remote:https://completionkit.com/mcp detail: https://mcpindex.ai/server/com-completionkit-evals - DataDoe MCP (com.datadoe/amazon-seller-mcp@0.1.0) Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot. installs: remote:https://mcp.datadoe.com/mcp/v1 detail: https://mcpindex.ai/server/com-datadoe-amazon-seller-mcp - AI API Radar (com.dropwatchhq/ai-api-radar@1.0.1) Live LLM API price + status radar across 11 providers, with public per-model price HISTORY. installs: remote:https://aiapi.dropwatchhq.com/mcp detail: https://mcpindex.ai/server/com-dropwatchhq-ai-api-radar - com.fronesislabs/dcl-trust-oracle (com.fronesislabs/dcl-trust-oracle@2.3.0) Deterministic AI audit layer for LLM/agent outputs: policy checks, tamper-evident log, x402. installs: remote:https://mcp.fronesislabs.com/mcp detail: https://mcpindex.ai/server/com-fronesislabs-dcl-trust-oracle - com.gammainfra/mcp-server (com.gammainfra/mcp-server@0.1.1) Smart LLM routing across every major provider via one OpenAI-shape API. installs: npm:@gammainfra/mcp-server detail: https://mcpindex.ai/server/com-gammainfra-mcp-server - Glean Remote MCP Server (com.glean/mcp@1.2.1) Remote MCP Server that securely connects Glean Enterprise Knowledge with your IDE, LLM, or agents. installs: remote:https://{baseUrl}/mcp/{server-name} detail: https://mcpindex.ai/server/com-glean-mcp - com.googleapis.compute/mcp (com.googleapis.compute/mcp@1.0.0) Provides capabilities that let LLM agents perform a range of infrastructure management tasks. installs: remote:https://compute.googleapis.com/mcp detail: https://mcpindex.ai/server/com-googleapis-compute-mcp - TokenOracle (com.guffeyholdings/token-oracle@1.0.1) Hosted MCP server for LLM cost estimation, model comparison, and budget-aware routing. installs: npm:token-oracle-mcp | remote:https://mcp.guffeyholdings.com/TokenOracle detail: https://mcpindex.ai/server/com-guffeyholdings-token-oracle - Imperio — Italian Tax & Compliance Tools (com.imperioutils/fisco-it@1.1.0) Italian tax + NIS2 scope: Codice Fiscale, P.IVA, IBAN, ATECO, IMU, F24, FatturaPA. Free, no LLM. installs: remote:https://imperioutils.com/api/mcp detail: https://mcpindex.ai/server/com-imperioutils-fisco-it - Incisory (com.incisory/incisory@1.0.1) Audit whether ChatGPT, Gemini & Perplexity recommend a business — verbatim proof, then fix it. installs: remote:https://incisory.com/mcp detail: https://mcpindex.ai/server/com-incisory-incisory - InsideDCPulse World Model (com.insidedcpulse/world-model@1.0.0) Event-sourced world model for multi-LLM agents: propose, validate, and read a shared state. installs: remote:https://insidedcpulse.com/mcp/ detail: https://mcpindex.ai/server/com-insidedcpulse-world-model - com.llm-bus/llm-bus (com.llm-bus/llm-bus@1.0.0) Coordinate multiple AI agents over MCP: atomic claims, leases, shared ledger, handoffs, tasks. installs: remote:https://mcp.llm-bus.com/mcp detail: https://mcpindex.ai/server/com-llm-bus-llm-bus - GPT-5.6-luna Agent (com.llmotions.farm/gpt-5-6-luna-agent@0.1.0) Authenticated async GPT-5.6-luna Agent agent with status polling and artifact results. installs: remote:https://farm.llmotions.com/mcp/agents/gpt-5-6-luna-agent detail: https://mcpindex.ai/server/com-llmotions-farm-gpt-5-6-luna-agent - GPT-5.6-sol Agent (com.llmotions.farm/gpt-5-6-sol-agent@0.1.0) Authenticated async GPT-5.6-sol Agent agent with status polling and artifact results. installs: remote:https://farm.llmotions.com/mcp/agents/gpt-5-6-sol-agent detail: https://mcpindex.ai/server/com-llmotions-farm-gpt-5-6-sol-agent - com.mcparmory/replicate (com.mcparmory/replicate@1.0.2) Run AI models, create deployments, and manage predictions via cloud API installs: pypi:mcparmory-replicate | docker:ghcr.io/mcparmory/replicate:1.0.2 detail: https://mcpindex.ai/server/com-mcparmory-replicate - com.mock-server/mockserver (com.mock-server/mockserver@7.5.0) Mock, record/replay, verify and chaos-test any HTTP, REST, gRPC or LLM dependency over MCP. installs: docker:docker.io/mockserver/mockserver:7.5.0 detail: https://mcpindex.ai/server/com-mock-server-mockserver - com.modelpricewatch/mcp (com.modelpricewatch/mcp@1.0.0) Live LLM API pricing: token prices, comparisons, cheapest-model lookups. No key required. installs: npm:@modelpricewatch/mcp | remote:https://modelpricewatch.com/mcp detail: https://mcpindex.ai/server/com-modelpricewatch-mcp - ModelsAgree (com.modelsagree/modelsagree@1.0.0) Consensus 'best X for Y' rankings from ChatGPT, Claude, Gemini & Grok. Search, verdicts, history. installs: remote:https://modelsagree.com/mcp detail: https://mcpindex.ai/server/com-modelsagree-modelsagree - MoltArch (com.moltarch/moltarch@1.0.1) Marketing intelligence API for AI agents. Real campaign data, not LLM guesses. installs: remote:https://api.moltarch.com/mcp/ detail: https://mcpindex.ai/server/com-moltarch-moltarch - com.pentest-tools/mcp-server (com.pentest-tools/mcp-server@0.1.13) MCP server for Pentest-Tools.com: run scans, manage findings and reports via your preffered LLM. installs: remote:https://mcp.pentest-tools.com/mcp detail: https://mcpindex.ai/server/com-pentest-tools-mcp-server - PromptOT (com.promptot/mcp@0.1.2) Manage, version, and publish LLM prompts with blocks, variables, and evaluations. installs: npm:@prompt-ot/mcp | remote:https://mcp.promptot.com/mcp detail: https://mcpindex.ai/server/com-promptot-mcp - com.pulsemcp/langfuse (com.pulsemcp/langfuse@0.1.3) MCP server for Langfuse LLM observability — trace and observation analysis. installs: npm:langfuse-observability-mcp-server detail: https://mcpindex.ai/server/com-pulsemcp-langfuse - com.royalplugins/royal-mcp (com.royalplugins/royal-mcp@1.4.34) Security-first WordPress MCP server. 129 tools for Claude, ChatGPT, Gemini. Free on wp.org. installs: remote:https://demo.royalplugins.com/wp-json/royal-mcp/v1/mcp detail: https://mcpindex.ai/server/com-royalplugins-royal-mcp - com.rubrkit/rubrkit (com.rubrkit/rubrkit@1.0.0) MCP-native AI evaluation: rubric audits, eval suites, and proof reports for AI/LLM output. installs: remote:https://www.rubrkit.com/api/v1/mcp detail: https://mcpindex.ai/server/com-rubrkit-rubrkit - Zhiji LLM Router — Signal Gateway (com.run402.llm-router/mcp@5.3.3) LLM routing and A-share market phase signals via LG framework. installs: remote:https://llm-router.run402.com/mcp detail: https://mcpindex.ai/server/com-run402-llm-router-mcp - com.runmemento/memento (com.runmemento/memento@0.9.2) Local-first, LLM-agnostic memory layer for AI assistants. installs: npm:@psraghuveer/memento detail: https://mcpindex.ai/server/com-runmemento-memento - com.saasdossier/evidence-ledger (com.saasdossier/evidence-ledger@1.1.0) Read-only MCP: free OpenAI security evidence ledger (55 fields) + SaaSDossier release register. installs: remote:https://saasdossier.com/mcp detail: https://mcpindex.ai/server/com-saasdossier-evidence-ledger - AI Readiness (hosted) (com.samedaydesk/ai-readiness@1.0.0) Check if a website is visible to AI search (ChatGPT, Perplexity, Claude). No install. installs: remote:https://samedaydesk.com/mcp detail: https://mcpindex.ai/server/com-samedaydesk-ai-readiness - com.seoapi/perplexitybot (com.seoapi/perplexitybot@1.0.0) Validate PerplexityBot IP addresses. Remote MCP validate_ip tool. installs: remote:https://perplexitybot.seoapi.com/mcp detail: https://mcpindex.ai/server/com-seoapi-perplexitybot - com.thenextgennexus/banking-financial-stability-mcp (com.thenextgennexus/banking-financial-stability-mcp@1.0.0) Drop-in proxy keeping OpenAI Assistants API calls working past the August 26, 2026 sunset, plus a Th installs: remote:https://nexgendata--banking-financial-stability-mcp.apify.actor/mcp detail: https://mcpindex.ai/server/com-thenextgennexus-banking-financial-stability-mcp - com.tip4serv/mcp-server (com.tip4serv/mcp-server@1.0.1) Monetize and manage your Tip4Serv store directly from your LLM. installs: remote:https://mcp.tip4serv.com detail: https://mcpindex.ai/server/com-tip4serv-mcp-server - com.tomesphere/tomesphere (com.tomesphere/tomesphere@0.1.0) Search 8.5M scientific papers with LLM TLDRs, citations, linked entities, figures, and full text. installs: remote:https://mcp.tomesphere.com/api/mcp detail: https://mcpindex.ai/server/com-tomesphere-tomesphere - cool.payload.api/video-transcript (cool.payload.api/video-transcript@1.0.0) Any video URL to LLM-ready transcript. ASR built in, no captions needed. TikTok, X, TED and more. installs: remote:https://api.payload.cool/mcp/ detail: https://mcpindex.ai/server/cool-payload-api-video-transcript - GEO Scanner (de.agundur/geo-scanner@1.0.0) Checks whether a website is readable and citable by AI systems (ChatGPT, Claude, Perplexity, etc.) installs: remote:https://www.agundur.de/mcp.php detail: https://mcpindex.ai/server/de-agundur-geo-scanner - de.auracite/ai-visibility (de.auracite/ai-visibility@1.0.0) Track how ChatGPT, Gemini & Perplexity mention, rank & cite your brand. AuraCite account required. installs: remote:https://auracite.de/mcp/rpc detail: https://mcpindex.ai/server/de-auracite-ai-visibility - AI Brand Watch by Desvela (dev.desvela/brand-watch@0.1.14) Track your brand's share of voice in ChatGPT, Claude, Perplexity and Gemini. Pay per check. installs: remote:https://mcp.apify.com/?tools=desvela/brand-watch detail: https://mcpindex.ai/server/dev-desvela-brand-watch - dev.llmlatency/llm-latency-tracker (dev.llmlatency/llm-latency-tracker@1.0.0) Measured latency & uptime for AI inference APIs, by region. Exposes a get_ai_api_latency tool. installs: remote:https://llmlatency.dev/mcp detail: https://mcpindex.ai/server/dev-llmlatency-llm-latency-tracker - dev.rostro/rostro (dev.rostro/rostro@1.0.0) Turn any LLM multimodal; generate images, voices, videos, 3D models, music, and more. installs: remote:https://proto.rostro.dev/mcp detail: https://mcpindex.ai/server/dev-rostro-rostro - dev.safeprompt/mcp (dev.safeprompt/mcp@0.1.0) Detect prompt injection, jailbreaks, and code injection in untrusted text before it reaches an LLM. installs: npm:@safeprompt.dev/mcp detail: https://mcpindex.ai/server/dev-safeprompt-mcp - dev.true402/mcp-server (dev.true402/mcp-server@1.0.4) Pay-per-call AI + web + on-chain tools over x402 (USDC on Base): LLM, SEO, extract, token safety. installs: npm:@true402.dev/mcp-server detail: https://mcpindex.ai/server/dev-true402-mcp-server - XFMS — Model Source (dev.xpansion/xfms@0.4.0) Pick the right LLM for any task. Ranked shortlist with rationale across 8 evaluators. installs: remote:https://xfms.vercel.app/mcp/ detail: https://mcpindex.ai/server/dev-xpansion-xfms - garden.stanislav.svelte-llm/svelte-llm-mcp (garden.stanislav.svelte-llm/svelte-llm-mcp@1.0.0) An MCP server that provides access to Svelte 5 and SvelteKit documentation installs: remote:https://svelte-llm.stanislav.garden/mcp/mcp detail: https://mcpindex.ai/server/garden-stanislav-svelte-llm-svelte-llm-mcp - gl.parse/mcp (gl.parse/mcp@1.0.0) See how ChatGPT, Claude, Perplexity, and Gemini cite brands, prompts, and sources. installs: npm:@parse-gl/mcp | remote:https://mcp.parse.gl/mcp detail: https://mcpindex.ai/server/gl-parse-mcp - Bardo (id.bardo/bardo@0.1.0) Identity & continuity for AI agents, gated by a proof-of-being-an-LLM puzzle. installs: remote:https://bardo.id/mcp/ detail: https://mcpindex.ai/server/id-bardo-bardo - mdapi — HTML to Markdown for AI agents (in.fastdb.md/mdapi@0.1.0) Web page or HTML to clean LLM-ready Markdown or JSON. x402 pay-per-call, $0.005, no API key. installs: remote:https://md.fastdb.in/mcp detail: https://mcpindex.ai/server/in-fastdb-md-mdapi - Verified Tools — AI Visibility Monitoring (info.verifiedtools/ai-visibility-monitoring@1.0.0) AI-visibility monitoring for your brand across ChatGPT, Claude, Perplexity & Gemini. installs: remote:https://www.verifiedtools.info/api/mcp detail: https://mcpindex.ai/server/info-verifiedtools-ai-visibility-monitoring - freellmpool (io.github.0xzr/freellmpool@0.11.4) Pool 18 LLM providers through MCP: ask, panel, tokenmax, route, models, quota, and stats. installs: pypi:freellmpool detail: https://mcpindex.ai/server/io-github-0xzr-freellmpool - Routara LLM Gateway (io.github.36412749-collab/routara-mcp@1.0.1) OpenAI-compatible LLM, image and video APIs via Routara (api.routara.ai). installs: npm:routara-mcp detail: https://mcpindex.ai/server/io-github-36412749-collab-routara-mcp - AI Guardian (io.github.AIops-tools/ai-guardian@0.9.0) Governed local-LLM (Ollama) observability: model policy, prompt scanner, 20 tools. installs: pypi:ai-guardian-aiops detail: https://mcpindex.ai/server/io-github-aiops-tools-ai-guardian - AI Scanner (io.github.Aakashbhardwaj27/ai-scanner@1.0.6) Scan codebases for LLM/AI SDK usage, exposed API tokens, and hardcoded secrets. installs: npm:ai-scanner-mcp detail: https://mcpindex.ai/server/io-github-aakashbhardwaj27-ai-scanner - io.github.AceDataCloud/mcp-aichat (io.github.AceDataCloud/mcp-aichat@2026.8.10.0) MCP server for AI dialogue using various LLM models via AceDataCloud installs: pypi:mcp-aichat | remote:https://aichat.mcp.acedata.cloud/mcp detail: https://mcpindex.ai/server/io-github-acedatacloud-mcp-aichat - io.github.AceDataCloud/mcp-sora (io.github.AceDataCloud/mcp-sora@2026.7.31.0) MCP server for OpenAI Sora AI video generation installs: pypi:mcp-sora | remote:https://sora.mcp.acedata.cloud/mcp detail: https://mcpindex.ai/server/io-github-acedatacloud-mcp-sora - Specularis AI Visibility Audit (io.github.AdevAarons/specularis-mcp-audit@1.0.1) Free AI visibility (GEO/AEO) audit: can ChatGPT, Claude and Perplexity find and cite your website? installs: remote:https://specularis-mcp-audit-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-adevaarons-specularis-mcp-audit - io.github.AdityaSBisht/finance-mcp (io.github.AdityaSBisht/finance-mcp@0.1.2) Live stock, crypto, SEC filings, FX and macro data for LLM agents. No API keys. installs: npm:finance-data-mcp detail: https://mcpindex.ai/server/io-github-adityasbisht-finance-mcp - io.github.Ainode-tech/cache-proxy (io.github.Ainode-tech/cache-proxy@0.1.1) LLM caching proxy (x402 USDC on Base) - exact + semantic cache. Free health. installs: remote:https://cache.api.ainode.tech/mcp detail: https://mcpindex.ai/server/io-github-ainode-tech-cache-proxy - AI Firewall MCP (io.github.Akhilucky/ai-firewall-mcp@1.0.1) Multi-agent LLM security layer detecting prompt injection and jailbreaks. installs: pypi:ai-firewall-mcp detail: https://mcpindex.ai/server/io-github-akhilucky-ai-firewall-mcp - io.github.AkynZH/pash-mcp-server (io.github.AkynZH/pash-mcp-server@1.0.0) Standalone MCP server with PASH compression. Saves ~87% LLM tokens via dynamic tool registration. installs: manual detail: https://mcpindex.ai/server/io-github-akynzh-pash-mcp-server - io.github.Alejandro-M-P/git-courer (io.github.Alejandro-M-P/git-courer@2.0.4) Full git MCP server for LLM agents — 17 tools, AST annotator, auto-backups, real plumbing. installs: manual detail: https://mcpindex.ai/server/io-github-alejandro-m-p-git-courer - io.github.AliAkhtari78/spotifyscraper (io.github.AliAkhtari78/spotifyscraper@3.9.2) Public Spotify metadata, lyrics and podcasts for LLM agents. No API key, read-only. installs: pypi:spotifyscraper detail: https://mcpindex.ai/server/io-github-aliakhtari78-spotifyscraper - PromptSpend (io.github.AndrewAvery7/promptspend@0.1.6) LLM pricing where every rate carries its source and the date it was last confirmed. installs: npm:@promptspend/mcp detail: https://mcpindex.ai/server/io-github-andrewavery7-promptspend - io.github.Archerkattri/mathlas (io.github.Archerkattri/mathlas@1.5.0) Airtight math for AI agents: 3.68M-doc theorem search + numeric/Lean verification. No LLM, no key. installs: pypi:mathlas-mcp detail: https://mcpindex.ai/server/io-github-archerkattri-mathlas - Docpick (io.github.ArkNill/docpick@0.1.2) Schema-driven document extraction with local OCR + LLM. Document in, Structured JSON out. installs: pypi:docpick detail: https://mcpindex.ai/server/io-github-arknill-docpick - Citation Intelligence (io.github.AutomateLab-tech/citation-intelligence@0.12.0) Check what Perplexity, Claude, ChatGPT, Gemini, and Google AI Overviews cite for any query. installs: npm:@automatelab/citation-intelligence detail: https://mcpindex.ai/server/io-github-automatelab-tech-citation-intelligence - io.github.Beever-AI/beever-atlas (io.github.Beever-AI/beever-atlas@0.3.0) Open-source LLM knowledge base: team chat into a typed knowledge graph and auto-generated wiki. installs: docker:ghcr.io/beever-ai/beever-atlas:0.3.0 detail: https://mcpindex.ai/server/io-github-beever-ai-beever-atlas - LiteLLM Multi-Model API (io.github.BerriAI/litellm-mcp@1.0.2) Access 100+ LLMs with one API: GPT-4, Claude, Gemini, Mistral, and more. installs: pypi:litellm-mcp detail: https://mcpindex.ai/server/io-github-berriai-litellm-mcp - io.github.BlackFoil/claude-token-saver-mcp (io.github.BlackFoil/claude-token-saver-mcp@0.3.2) MCP server that offloads routine coding tasks to local LLM (Ollama) to save Claude API tokens installs: npm:claude-token-saver-mcp detail: https://mcpindex.ai/server/io-github-blackfoil-claude-token-saver-mcp - Amicus (io.github.BourbonDog/amicus@4.7.1) Multi-model LLM Council and parallel AI window for Claude Code. Fork any model, fold results back. installs: npm:amicus detail: https://mcpindex.ai/server/io-github-bourbondog-amicus - io.github.CSOAI-ORG/agent-cost-allocator-mcp (io.github.CSOAI-ORG/agent-cost-allocator-mcp@1.0.7) Agent Cost Allocator MCP — multi-tenant LLM cost attribution for chargeback billing. Companion to installs: pypi:agent-cost-allocator-mcp | remote:https://api.meok.ai/v1/a2a/agent-cost-allocator detail: https://mcpindex.ai/server/io-github-csoai-org-agent-cost-allocator-mcp - io.github.CSOAI-ORG/llm-compliance-comparison-mcp (io.github.CSOAI-ORG/llm-compliance-comparison-mcp@1.0.8) Llm Compliance Comparison tools for AI agents. Capabilities: compare providers, recommend for use ca installs: pypi:llm-compliance-comparison-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-llm-compliance-comparison-mcp - LLM SEO MCP — Elephant Accountability (io.github.Chris-Eaccountability/elephant-accountability-mcp@1.0.1) LLM SEO and Agent Discoverability for B2B SaaS. Pricing, fit assessment, audit requests. installs: remote:https://elephant-mcp.fly.dev/mcp detail: https://mcpindex.ai/server/io-github-chris-eaccountability-elephant-accountability-mcp - io.github.Clawdio777/aeonos (io.github.Clawdio777/aeonos@1.1.1) AI search visibility MCP. Get cited by ChatGPT, Perplexity, Claude, and Google AI Overviews. installs: npm:aeonos-mcp detail: https://mcpindex.ai/server/io-github-clawdio777-aeonos - GoCreative Agent API (io.github.ColinHughes2121/gocreative-agent-api@2.1.0) 17-model LLM gateway + 350+ data/KYB/sanctions tools. Pay-per-call USDC via x402, no API key. installs: remote:https://api.gocreativeai.com/mcp detail: https://mcpindex.ai/server/io-github-colinhughes2121-gocreative-agent-api - OrcaRouter (io.github.Continuum-AI-Corp/orcarouter-mcp@1.1.5) Browse 160+ LLM models and live pricing — no API key needed for catalog. Add key to route chat. installs: npm:@orcarouter/mcp detail: https://mcpindex.ai/server/io-github-continuum-ai-corp-orcarouter-mcp - AEO Scanner (io.github.Convrgent/aeo-scanner@2.2.1) AI visibility for ChatGPT/Perplexity/Claude — triple score (AEO+GEO+Agent) with fix code. Free. installs: pypi:aeo-scanner | remote:https://aeo-mcp.convrgent.ai/mcp detail: https://mcpindex.ai/server/io-github-convrgent-aeo-scanner - io.github.Cookient16/ai-brand-visibility-tracker (io.github.Cookient16/ai-brand-visibility-tracker@0.1.4) Check if ChatGPT, Perplexity & Gemini mention or cite a brand. Share of voice + GEO/AEO tracking. installs: remote:https://mcp.apify.com/?actors=cooki/ai-brand-visibility-tracker detail: https://mcpindex.ai/server/io-github-cookient16-ai-brand-visibility-tracker - io.github.Correctover/correctover-mcp-server (io.github.Correctover/correctover-mcp-server@1.0.7) Real-time LLM output verification with 6-dim contract validation and auto-failover across providers. installs: npm:correctover-mcp-server detail: https://mcpindex.ai/server/io-github-correctover-correctover-mcp-server - io.github.Creed-Space/creedspace-mcp-server (io.github.Creed-Space/creedspace-mcp-server@1.1.4) Constitutional-AI safety guardrails for any LLM — personas, constitutions, adjudication. installs: npm:@creedspace/mcp-server detail: https://mcpindex.ai/server/io-github-creed-space-creedspace-mcp-server - io.github.Daichi-Kudo/llm-advisor (io.github.Daichi-Kudo/llm-advisor@0.4.5) Real-time LLM/VLM benchmarks, pricing, and recommendations. 300+ models, 5 sources. installs: npm:llm-advisor-mcp detail: https://mcpindex.ai/server/io-github-daichi-kudo-llm-advisor - io.github.DarthSander/agentdata-nl (io.github.DarthSander/agentdata-nl@0.4.0) x402-paid tools: EU company & sanctions data, web search, LLM chat, crypto intel, x402 monitoring. installs: remote:https://agentdata-api.sander-van-aard.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-darthsander-agentdata-nl - io.github.Declade/lucairn-mcp-server (io.github.Declade/lucairn-mcp-server@1.2.9) Pseudonymizes PII before your LLM and returns a cryptographically signed receipt per response. installs: npm:@lucairn/mcp-server detail: https://mcpindex.ai/server/io-github-declade-lucairn-mcp-server - hubmesh (io.github.DemigodDSK/hubmesh@0.4.1) Deterministic multi-hop graph retrieval for RAG. Zero LLM calls in the query path. installs: pypi:hubmesh detail: https://mcpindex.ai/server/io-github-demigoddsk-hubmesh - io.github.DennisPrediger/slac-mcp (io.github.DennisPrediger/slac-mcp@1.1.1) MCP server exposing SLAC (Simple Logic & Arithmetic Compiler) as tools for LLM agents installs: npm:slac-mcp detail: https://mcpindex.ai/server/io-github-dennisprediger-slac-mcp - LogSentinel (io.github.Evozim/logsentinel@1.0.0) Anthropic logs audit filter and cybersecurity threat analyzer. installs: remote:https://logsentinel-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-logsentinel - RecallMax-Neural (io.github.Evozim/recallmax@1.0.0) Semantic context compression and cognitive memory layer for LLM swarms. installs: remote:https://recallmax-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-recallmax - Satori-Aligner (io.github.Evozim/satori-aligner@1.0.0) Factual alignment and semantic bias scanner for LLM inputs. installs: remote:https://satori-aligner-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-satori-aligner - Token Diet (io.github.Evozim/token-diet@1.0.0) LLM token optimization gateway implementing semantic pruning. installs: remote:https://token-diet-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-token-diet - TokenBurn-Optimizer (io.github.Evozim/tokenburn-optimizer@1.0.0) LLM query cost optimizer minimizing context waste. installs: remote:https://tokenburn-optimizer-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-tokenburn-optimizer - VeriGhost-Clarity (io.github.Evozim/verighost@1.0.0) Hallucination validator and factual grounding checker for LLM outputs. installs: remote:https://verighost-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-verighost - Agent Comms (io.github.ExaDev/agent-comms@1.24.2) Cross-harness communication mesh for LLM agents — rooms, DMs, presence, and visibility over TCP installs: npm:agent-comms detail: https://mcpindex.ai/server/io-github-exadev-agent-comms - Quant Research MCP (io.github.FlawlessByte/quant-research-mcp@0.1.0) Paper-backed quant trading methods and a deterministic, no-LLM decision helper for serious traders. installs: pypi:quant-research-mcp detail: https://mcpindex.ai/server/io-github-flawlessbyte-quant-research-mcp - io.github.FoundryNet/foundrynet-inference (io.github.FoundryNet/foundrynet-inference@1.0.1) x402 LLM proxy + data-enriched analysis (17 sources) + TimesFM predictive IoT intelligence. installs: remote:https://foundrynet-inference-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-foundrynet-foundrynet-inference - io.github.HUANGCHIHHUNGLeo/claude-real-video (io.github.HUANGCHIHHUNGLeo/claude-real-video@0.9.0) Let any LLM watch a video locally — and search everything it has ever watched. installs: pypi:claude-real-video detail: https://mcpindex.ai/server/io-github-huangchihhungleo-claude-real-video - io.github.HYPD-AI/openai-ads-mcp (io.github.HYPD-AI/openai-ads-mcp@0.1.3) Read-only MCP server for the OpenAI Ads API: campaigns, ad groups, ads, and insights. installs: npm:@hypd-ai/openai-ads-mcp detail: https://mcpindex.ai/server/io-github-hypd-ai-openai-ads-mcp - RAGScore (io.github.HZYAI/ragscore@0.8.6) Generate QA datasets & evaluate RAG systems with failure diagnosis. Any LLM. installs: pypi:ragscore detail: https://mcpindex.ai/server/io-github-hzyai-ragscore - io.github.Hiroshi-Ichiyanagi/kagami (io.github.Hiroshi-Ichiyanagi/kagami@0.1.0) Deterministic prompt-injection detector; signed, offline-verifiable verdicts. Not an LLM. installs: remote:https://kagami.obolpay.xyz/mcp detail: https://mcpindex.ai/server/io-github-hiroshi-ichiyanagi-kagami - io.github.IsaiahDupree/agentsearch-mcp (io.github.IsaiahDupree/agentsearch-mcp@1.0.0) LLM-ready web search + instant answers + URL-to-clean-text fetch for agents and RAG. installs: remote:https://agentsearch-mcp.vercel.app/mcp detail: https://mcpindex.ai/server/io-github-isaiahdupree-agentsearch-mcp - io.github.JesusGarcia9009/lethe (io.github.JesusGarcia9009/lethe@0.6.2) Context GC for LLM agents: offload large tool outputs and recall them to save tokens. installs: pypi:lethe-llm-context detail: https://mcpindex.ai/server/io-github-jesusgarcia9009-lethe - io.github.JimothySnicket/gemini-image (io.github.JimothySnicket/gemini-image@0.5.0) Google Gemini image generation, editing, and local processing via MCP installs: npm:@jimothy-snicket/gemini-image-mcp detail: https://mcpindex.ai/server/io-github-jimothysnicket-gemini-image - io.github.JoaoBerne/cli-bridge-mcp (io.github.JoaoBerne/cli-bridge-mcp@0.1.5) Other AI CLIs (Gemini, GPT, Claude, opencode, Ollama) as a council — ban-safe, no API keys. installs: pypi:cli-bridge-mcp detail: https://mcpindex.ai/server/io-github-joaoberne-cli-bridge-mcp - Refinery MCP (io.github.LareLabs/refinery-mcp@0.1.6) Clean raw HTML into LLM-ready text before agents spend tokens. installs: npm:@larelabs/refinery-mcp detail: https://mcpindex.ai/server/io-github-larelabs-refinery-mcp - Compass (io.github.LicentiumIO/compass-mcp@1.0.1) Ground your LLM in EU financial, crypto and AI regulation, verbatim and cited, via Compass. installs: npm:@licentium/compass-mcp detail: https://mcpindex.ai/server/io-github-licentiumio-compass-mcp - UltraMemory (io.github.LogicLabsAI/ultramemory-mcp@1.9.13) One memory, every AI: Claude, ChatGPT, Perplexity, Gemini, Cursor, OpenClaw, Hermes, any MCP client. installs: remote:https://api.ultramemory.us/mcp detail: https://mcpindex.ai/server/io-github-logiclabsai-ultramemory-mcp - Dense Knowledge (io.github.Lucky44k/dense-knowledge-mcp@1.2.0) Local-first MCP memory server for persistent LLM knowledge with BM25 retrieval. installs: pypi:dense-knowledge-mcp detail: https://mcpindex.ai/server/io-github-lucky44k-dense-knowledge-mcp - Toon Memory (io.github.LuiggiVal08/toon-memory@4.3.5) Offline persistent memory for AI coding agents — 35 tools, 80% fewer calls, no LLM installs: npm:toon-memory detail: https://mcpindex.ai/server/io-github-luiggival08-toon-memory - io.github.LuuOW/meridian-skills (io.github.LuuOW/meridian-skills@1.0.0) Routes AI tasks to dynamic LLM-generated skills via an orbital classifier. installs: npm:meridian-skills-mcp detail: https://mcpindex.ai/server/io-github-luuow-meridian-skills - io.github.Lykhoyda/ask-claude (io.github.Lykhoyda/ask-claude@0.1.5) Bridge Codex and other MCP clients with Anthropic Claude Code CLI for read-only second opinions installs: npm:@ask-llm/claude-mcp detail: https://mcpindex.ai/server/io-github-lykhoyda-ask-claude - io.github.Lykhoyda/ask-codex (io.github.Lykhoyda/ask-codex@0.7.2) Bridge Claude with OpenAI Codex CLI for AI-to-AI collaboration, code review, and second opinions installs: npm:@ask-llm/codex-mcp detail: https://mcpindex.ai/server/io-github-lykhoyda-ask-codex - io.github.Lykhoyda/ask-gemini (io.github.Lykhoyda/ask-gemini@1.7.0) Bridge Claude with Gemini CLI for AI-to-AI collaboration, code review, and second opinions installs: npm:@ask-llm/gemini-mcp detail: https://mcpindex.ai/server/io-github-lykhoyda-ask-gemini - io.github.Lykhoyda/ask-llm (io.github.Lykhoyda/ask-llm@0.6.2) Unified MCP server — auto-detects Gemini, Codex, Claude, Ollama, and Antigravity providers installs: npm:@ask-llm/mcp detail: https://mcpindex.ai/server/io-github-lykhoyda-ask-llm - io.github.MGM-FALCON/quelllm-mcp (io.github.MGM-FALCON/quelllm-mcp@1.1.0) MCP server for quelllm.fr: 190+ open-weights LLM catalog - list, compare, VRAM and cost estimates installs: manual detail: https://mcpindex.ai/server/io-github-mgm-falcon-quelllm-mcp - OpenClaw Consensus (io.github.MICONNM/openclaw-consensus-mcp@0.1.1) 9-LLM consensus + disagreement scoring + cheapest-route picks to fight hallucinations. installs: pypi:openclaw-consensus-mcp detail: https://mcpindex.ai/server/io-github-miconnm-openclaw-consensus-mcp - io.github.Medhovarsh/forkmind (io.github.Medhovarsh/forkmind@0.9.0) Branchable LLM history DAG + encrypted context capsules agents can save, restore, and crypto-shred. installs: npm:forkmind detail: https://mcpindex.ai/server/io-github-medhovarsh-forkmind - io.github.MetriLLM/metrillm (io.github.MetriLLM/metrillm@0.2.6) Benchmark local LLM models — speed, quality & hardware fitness verdict from any MCP client installs: npm:metrillm-mcp detail: https://mcpindex.ai/server/io-github-metrillm-metrillm - temporal-mcp (io.github.MirrorEthic/temporal-mcp@0.2.0) Wall-clock awareness for LLM agents. Two tools: elapsed-time-between-turns + day rollover detection. installs: pypi:temporal-mcp | remote:https://temporal-mcp.dev/mcp detail: https://mcpindex.ai/server/io-github-mirrorethic-temporal-mcp - io.github.MukundaKatta/agentcast (io.github.MukundaKatta/agentcast@0.1.0) Structured-output enforcer: extract and validate JSON from messy LLM text. installs: npm:@mukundakatta/agentcast-mcp detail: https://mcpindex.ai/server/io-github-mukundakatta-agentcast - io.github.MukundaKatta/agentvet (io.github.MukundaKatta/agentvet@0.1.0) Validate tool-call args before execution. Returns LLM-friendly retry hints. installs: npm:@mukundakatta/agentvet-mcp detail: https://mcpindex.ai/server/io-github-mukundakatta-agentvet - io.github.MukundaKatta/promptbudget-mcp (io.github.MukundaKatta/promptbudget-mcp@0.2.0) Token-budget-aware text handling: count, truncate, and chunk for LLM prompts. installs: npm:@mukundakatta/promptbudget-mcp detail: https://mcpindex.ai/server/io-github-mukundakatta-promptbudget-mcp - io.github.MukundaKatta/streamparse (io.github.MukundaKatta/streamparse@1.0.1) Parse partial / truncated / messy JSON for LLM tool calls and structured outputs. installs: npm:@mukundakatta/streamparse-mcp detail: https://mcpindex.ai/server/io-github-mukundakatta-streamparse - io.github.Octen-Team/octen-mcp (io.github.Octen-Team/octen-mcp@0.1.5) URL to LLM-ready markdown — plus per-page category, page_structure, and query-driven highlights. installs: npm:octen-mcp detail: https://mcpindex.ai/server/io-github-octen-team-octen-mcp - io.github.OtherVibes/mcp-as-a-judge (io.github.OtherVibes/mcp-as-a-judge@0.3.20) MCP as a Judge: a behavioral MCP that strengthens AI coding assistants via explicit LLM evaluations installs: pypi:mcp-as-a-judge detail: https://mcpindex.ai/server/io-github-othervibes-mcp-as-a-judge - Lawbster (io.github.PLANIT-TECH/lawbster@0.1.0) Verified, citable German & EU law for any LLM. Daily updates from official sources, hosted in DE. installs: remote:https://lawbster.planitprima.com/mcp detail: https://mcpindex.ai/server/io-github-planit-tech-lawbster - io.github.PavelGuzenfeld/gemini (io.github.PavelGuzenfeld/gemini@0.1.2) MCP server that exposes Google Gemini as tools for Claude Code installs: npm:claude-gemini-mcp detail: https://mcpindex.ai/server/io-github-pavelguzenfeld-gemini - io.github.Prismor/prismix-status-mcp (io.github.Prismor/prismix-status-mcp@1.0.0) Real-time status for 75+ AI services (OpenAI, Anthropic, Cursor). No auth, CORS-enabled. installs: remote:https://prismix.dev/api/v1/mcp detail: https://mcpindex.ai/server/io-github-prismor-prismix-status-mcp - io.github.QuantuLabs/hivemind (io.github.QuantuLabs/hivemind@0.1.3) Query multiple AI models (OpenAI, Anthropic, Google) for consensus responses. installs: npm:@quantulabs/hivemind detail: https://mcpindex.ai/server/io-github-quantulabs-hivemind - io.github.RLabs-Inc/gemini-mcp (io.github.RLabs-Inc/gemini-mcp@0.7.1) Gemini 3 MCP server with 30+ tools: images, video, research, TTS, code exec & CLI installs: npm:@rlabs-inc/gemini-mcp detail: https://mcpindex.ai/server/io-github-rlabs-inc-gemini-mcp - io.github.RapierCraft/perplexity-comet-mcp (io.github.RapierCraft/perplexity-comet-mcp@2.5.0) Bridge Claude Code with Perplexity Comet for autonomous browsing and tab management installs: npm:perplexity-comet-mcp detail: https://mcpindex.ai/server/io-github-rapiercraft-perplexity-comet-mcp - io.github.Rckl88/clawbackai-mcp (io.github.Rckl88/clawbackai-mcp@1.0.0) LLM cost optimization. Audit your calls, prove savings, route to the cheapest quality model. BYOK. installs: npm:clawbackai-mcp detail: https://mcpindex.ai/server/io-github-rckl88-clawbackai-mcp - io.github.Rckl88/seracade (io.github.Rckl88/seracade@2.8.0) LLM cost optimization. Audit your calls, prove savings, route to the cheapest quality model. BYOK. installs: npm:seracade detail: https://mcpindex.ai/server/io-github-rckl88-seracade - TokenEyez (io.github.Reemedri/tokeneyez@0.3.2) Track every AI token across Claude, ChatGPT, Gemini, Cursor, and Claude Code. installs: npm:@tokeneyez/mcp detail: https://mcpindex.ai/server/io-github-reemedri-tokeneyez - io.github.Rinava/umbryn-mcp (io.github.Rinava/umbryn-mcp@0.2.0) Redacts PII/PHI from text before it reaches an LLM. Fail-closed, self-hosted, no egress. installs: pypi:umbryn-mcp detail: https://mcpindex.ai/server/io-github-rinava-umbryn-mcp - io.github.RudrenduPaul/agent-eval (io.github.RudrenduPaul/agent-eval@0.1.8) Statistical regression testing for LLM agents: p-value, effect size, and CI on behavior change. installs: pypi:agent-regress-cli detail: https://mcpindex.ai/server/io-github-rudrendupaul-agent-eval - io.github.RudrenduPaul/inferbench (io.github.RudrenduPaul/inferbench@0.1.7) Benchmarks local LLM inference speed (tokens/sec) on your own hardware via MCP tools. installs: pypi:inferbench-cli detail: https://mcpindex.ai/server/io-github-rudrendupaul-inferbench - io.github.RudrenduPaul/truthroute (io.github.RudrenduPaul/truthroute@0.1.4) Sends the same prompt to multiple LLM providers in parallel and returns a divergence score via MCP. installs: npm:truthroute-cli detail: https://mcpindex.ai/server/io-github-rudrendupaul-truthroute - io.github.SamoraDC/tetrad (io.github.SamoraDC/tetrad@0.1.12) Quadruple consensus MCP server for code validation using Codex, Gemini, and Qwen installs: npm:@samoradc/tetrad detail: https://mcpindex.ai/server/io-github-samoradc-tetrad - io.github.SepineTam/stata-mcp (io.github.SepineTam/stata-mcp@1.21.4) Let LLM help you achieve your regression analysis with Stata installs: pypi:stata-mcp detail: https://mcpindex.ai/server/io-github-sepinetam-stata-mcp - LLM Brand Monitor (io.github.SerpstatGlobal/llm-brand-monitor@1.0.1) Track how 350+ AI models mention your brand — manage projects, run scans, analyze results installs: npm:@serpstat/llm-brand-monitor-mcp detail: https://mcpindex.ai/server/io-github-serpstatglobal-llm-brand-monitor - io.github.SolvoHQ/dependency-migration-mcp (io.github.SolvoHQ/dependency-migration-mcp@0.1.2) Through-the-upgrade dependency-migration briefs for LLM coding agents. installs: manual detail: https://mcpindex.ai/server/io-github-solvohq-dependency-migration-mcp - io.github.SomexAI-Applications-Group/marboba-mcp (io.github.SomexAI-Applications-Group/marboba-mcp@0.2.2) MarBoba IDP catalog as MCP tools: projects, APIs, runbooks, on-call, SLOs. Bring your own LLM. installs: npm:@marboba/mcp detail: https://mcpindex.ai/server/io-github-somexai-applications-group-marboba-mcp - Website Auditor (io.github.SpikeyCoder/website-auditor-mcp@1.0.16) AI visibility + site audits: see if ChatGPT, Perplexity, Claude & Gemini recommend a website. installs: npm:website-auditor-mcp detail: https://mcpindex.ai/server/io-github-spikeycoder-website-auditor-mcp - io.github.Stackbilt-dev/img-forge (io.github.Stackbilt-dev/img-forge@0.1.0) AI image generation across 5 quality tiers (SDXL to Gemini 3 Pro), 50 free credits on signup. installs: remote:https://imgforge-mcp.stackbilder.com/ detail: https://mcpindex.ai/server/io-github-stackbilt-dev-img-forge - io.github.TheBaronofAI/vetted-consumer (io.github.TheBaronofAI/vetted-consumer@1.0.0) Will a local LLM run on your hardware? GGUF quant, buy-vs-rent-vs-API cost, used-GPU prices. installs: remote:https://vettedconsumer.com/mcp detail: https://mcpindex.ai/server/io-github-thebaronofai-vetted-consumer - contextkeeper (io.github.TheRealDataBoss/contextkeeper@0.2.7) Zero model drift between AI agents. Session continuity for Claude, GPT, Gemini, and any LLM. installs: pypi:contextkeeper detail: https://mcpindex.ai/server/io-github-therealdataboss-contextkeeper - vaultit (io.github.TheRealDataBoss/vaultit@0.6.1) Zero model drift between AI agents. Session continuity for Claude, GPT, Gemini, and any LLM. installs: pypi:vaultit detail: https://mcpindex.ai/server/io-github-therealdataboss-vaultit - Kaito Query Service (io.github.TheSandemon/kaito-query@1.2.0) AI LLM with Gemini, MiniMax, Replicate, OpenRouter. Vision, search, code review. USDC on Base. installs: remote:https://us-central1-sand-gallery-lab.cloudfunctions.net/mcp detail: https://mcpindex.ai/server/io-github-thesandemon-kaito-query - io.github.TheStevenJohnstone/ai-consensus (io.github.TheStevenJohnstone/ai-consensus@0.12.2) Standing review layer for coding agents: Claude, GPT and Gemini debate, return consensus + dissent. installs: npm:ai-consensus-connector detail: https://mcpindex.ai/server/io-github-thestevenjohnstone-ai-consensus - io.github.Trushtonfactory/anthropic-admin-mcp (io.github.Trushtonfactory/anthropic-admin-mcp@0.1.1) Native MCP server for the Anthropic Admin API: org, workspaces, members, API keys, usage, costs. installs: pypi:anthropic-admin-mcp detail: https://mcpindex.ai/server/io-github-trushtonfactory-anthropic-admin-mcp - io.github.Vishisht16/humane-proxy (io.github.Vishisht16/humane-proxy@0.6.0) AI safety middleware — detects self-harm and criminal intent in LLM prompts. installs: pypi:humane-proxy detail: https://mcpindex.ai/server/io-github-vishisht16-humane-proxy - WhichModel (io.github.Which-Model/whichmodel@1.0.0) Cost-optimized LLM model routing recommendations for autonomous AI agents installs: remote:https://whichmodel.dev/mcp detail: https://mcpindex.ai/server/io-github-which-model-whichmodel - io.github.XXO47OXX/spa-reader-mcp (io.github.XXO47OXX/spa-reader-mcp@1.0.2) MCP Server that renders JavaScript SPA pages and extracts LLM-ready Markdown content installs: npm:spa-reader-mcp detail: https://mcpindex.ai/server/io-github-xxo47oxx-spa-reader-mcp - io.github.Yarmoluk/ckg-nemotron-perplexity (io.github.Yarmoluk/ckg-nemotron-perplexity@0.2.1) NVIDIA Nemotron + Perplexity Sonar as knowledge graphs — 2 domains, 83 nodes. MCP-native. installs: pypi:ckg-nemotron-perplexity detail: https://mcpindex.ai/server/io-github-yarmoluk-ckg-nemotron-perplexity - io.github.ZahiriNatZuke/local-delegate (io.github.ZahiriNatZuke/local-delegate@0.24.0) Delegate mechanical text tasks to a local OpenAI-compatible LLM to save Claude quota. installs: pypi:local-delegate-mcp detail: https://mcpindex.ai/server/io-github-zahirinatzuke-local-delegate - Whisper Transcribe (io.github.ZahiriNatZuke/whisper-transcribe-mcp@1.1.2) Transcribe audio locally with faster-whisper or through the OpenAI Whisper API. installs: pypi:whisper-transcribe-mcp detail: https://mcpindex.ai/server/io-github-zahirinatzuke-whisper-transcribe-mcp - io.github.ZentricProtocol/zentric-protocol-mcp (io.github.ZentricProtocol/zentric-protocol-mcp@0.1.3) Prompt injection + PII detection for LLM apps and agent pipelines. Deterministic, sub-25ms. installs: npm:zentric-protocol-mcp detail: https://mcpindex.ai/server/io-github-zentricprotocol-zentric-protocol-mcp - TSUNG AI Research & Analysis (io.github.a0985344368-glitch/tsung-ai@1.0.0) Multi-LLM AI Research & Analysis — smart routing, consensus analysis, due diligence reports installs: remote:https://tsung-mcp-custom.a0985344368.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-a0985344368-glitch-tsung-ai - io.github.abahocodes/llmgraph (io.github.abahocodes/llmgraph@0.1.1) Invoke deployed LLMGraph no-code LLM workflows (chat, RAG, automations) as MCP tools. installs: npm:@llmgraph/mcp-server detail: https://mcpindex.ai/server/io-github-abahocodes-llmgraph - Promptheus (io.github.abhichandra21/promptheus@0.3.1) AI-powered prompt refinement with adaptive questioning and multi-provider support (6+ LLM backends) installs: pypi:promptheus detail: https://mcpindex.ai/server/io-github-abhichandra21-promptheus - io.github.abhinandansethi/lr-labs (io.github.abhinandansethi/lr-labs@0.1.0) Deterministic cross-border tax engine: PE, GAAR and Indian TP computed from compiled law. No LLM. installs: remote:https://lrlabs.ai/mcp detail: https://mcpindex.ai/server/io-github-abhinandansethi-lr-labs - io.github.adididitagain/finance-mcp (io.github.adididitagain/finance-mcp@0.2.0) Live stock, crypto, SEC filings, insider trades, FX and macro data for LLM agents. installs: npm:finance-data-mcp detail: https://mcpindex.ai/server/io-github-adididitagain-finance-mcp - io.github.agencyenterprise/aiseo-audit (io.github.agencyenterprise/aiseo-audit@1.5.0) Audit web pages for AI search readiness (ChatGPT, Claude, Perplexity, Gemini). installs: npm:aiseo-audit detail: https://mcpindex.ai/server/io-github-agencyenterprise-aiseo-audit - io.github.agenson-horrowitz/agent-output-guard (io.github.agenson-horrowitz/agent-output-guard@1.0.8) Validate and verify data from other agents before acting on it. Zero LLM costs. installs: npm:@agenson-horrowitz/agent-output-guard-mcp detail: https://mcpindex.ai/server/io-github-agenson-horrowitz-agent-output-guard - io.github.agentc22/x402engine-mcp (io.github.agentc22/x402engine-mcp@1.0.3) 50+ pay-per-call APIs for AI agents — images, LLM, code, crypto, travel & more via x402 installs: npm:x402engine-mcp detail: https://mcpindex.ai/server/io-github-agentc22-x402engine-mcp - defluff (io.github.ahmedak/defluff@0.1.2) Deterministic prose linter for LLM text — flags AI slop, filler, buzzwords, hedges, clichés. installs: pypi:defluff detail: https://mcpindex.ai/server/io-github-ahmedak-defluff - Data Quality Gate (io.github.aidatatools-dev/data-quality-gate@0.2.0) Deterministic dataset-quality verdict, score and per-check facts for AI agents. No LLM. installs: remote:https://www.aidatatools.dev/api/mcp_server detail: https://mcpindex.ai/server/io-github-aidatatools-dev-data-quality-gate - io.github.alanzha2/observe-instrument-mcp (io.github.alanzha2/observe-instrument-mcp@0.1.2) Add OpenTelemetry tracing to Python AI agents. Supports LangGraph, LlamaIndex, CrewAI, OpenAI SDK. installs: pypi:observe-instrument-mcp detail: https://mcpindex.ai/server/io-github-alanzha2-observe-instrument-mcp - io.github.alex-feel/mcp-context-server (io.github.alex-feel/mcp-context-server@2.2.2) An MCP server that provides persistent multimodal context storage for LLM agents. installs: pypi:mcp-context-server | docker:ghcr.io/alex-feel/mcp-context-server:2.2.2 detail: https://mcpindex.ai/server/io-github-alex-feel-mcp-context-server - Algolia Productivity (io.github.algolia/algolia-productivity@1.0.1) Connect LLM tools to your Algolia account with user-scoped access for internal workflows. installs: remote:https://mcp.algolia.com/mcp detail: https://mcpindex.ai/server/io-github-algolia-algolia-productivity - io.github.aliceappai/mcp-server-alice (io.github.aliceappai/mcp-server-alice@1.0.0) Secure audio transcription meets AI. Connect Alice recordings to Claude, ChatGPT, Gemini, and more. installs: remote:https://aliceapp.ai/mcp/{api_key} detail: https://mcpindex.ai/server/io-github-aliceappai-mcp-server-alice - Codex Delegate (io.github.andreilungeanu/codex-delegate-mcp@1.19.1) Bridge AI coding hosts to the OpenAI Codex CLI for delegated implementation. installs: npm:codex-delegate-mcp detail: https://mcpindex.ai/server/io-github-andreilungeanu-codex-delegate-mcp - toolweave (io.github.andreysparish/toolweave@1.0.0) One MCP endpoint for Claude, GPT & Gemini: 100+ tools + no-code connectors + agent workers. installs: remote:https://toolweave.dev/mcp detail: https://mcpindex.ai/server/io-github-andreysparish-toolweave - datoon (io.github.andrii-su/datoon@1.9.1) Smart structured-data to TOON gateway: converts to TOON only when it saves LLM tokens. installs: pypi:datoon detail: https://mcpindex.ai/server/io-github-andrii-su-datoon - io.github.animicaorg/animica (io.github.animicaorg/animica@0.1.1) OpenAI-compatible AI inference, code, embeddings & agent tools for bots — and mine ANM. installs: npm:animica-mcp | remote:https://mcp.animica.org/mcp detail: https://mcpindex.ai/server/io-github-animicaorg-animica - io.github.ankitpal181/toon-parse-mcp (io.github.ankitpal181/toon-parse-mcp@1.0.3-beta) MCP server that reduces LLM context by removing code comments and converting data formats to TOON installs: pypi:toon-parse-mcp detail: https://mcpindex.ai/server/io-github-ankitpal181-toon-parse-mcp - io.github.antonbabenko/deliberation (io.github.antonbabenko/deliberation@3.13.0) Second opinions in Claude Code and any MCP host from GPT, Gemini, Grok, and 400+ OpenRouter models. installs: npm:@antonbabenko/deliberation-mcp detail: https://mcpindex.ai/server/io-github-antonbabenko-deliberation - io.github.apasztetnik/el-buen-agente-mcp (io.github.apasztetnik/el-buen-agente-mcp@2.8.1) La guía 'El Buen Agente' como 18 tools para evaluar, mejorar y construir agentes LLM. En español. installs: remote:https://el-buen-agente-mcp-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-apasztetnik-el-buen-agente-mcp - API Locker (io.github.apilocker/apilocker@1.0.3) Encrypted credential vault: LLM, service & OAuth keys. 21-tool MCP server for your AI agent. installs: npm:apilocker detail: https://mcpindex.ai/server/io-github-apilocker-apilocker - io.github.archonics/mcp-audit (io.github.archonics/mcp-audit@0.1.4) Free context-engineering audits for AI agents. BYOK Anthropic key. Top-3 findings per scan. installs: npm:@archonics/mcp-audit detail: https://mcpindex.ai/server/io-github-archonics-mcp-audit - io.github.arkheiaai/mcp-server (io.github.arkheiaai/mcp-server@0.1.4) Detect fabrication and hallucination in any LLM output. 30+ models supported. installs: npm:@arkheia/mcp-server detail: https://mcpindex.ai/server/io-github-arkheiaai-mcp-server - Fillin (io.github.artchristech/fillin@0.2.1) Search for AI agents. Closes the LLM-cutoff gap: CVEs, papers, frontier AI, prediction markets. installs: remote:https://fillin.glyphapi.dev/mcp/ detail: https://mcpindex.ai/server/io-github-artchristech-fillin - showagent (io.github.aytzey/showagent@0.11.0) Search, resume and convert AI coding sessions (Claude Code, Codex, Gemini, OpenCode, Pi) over MCP. installs: manual detail: https://mcpindex.ai/server/io-github-aytzey-showagent - io.github.backspacevenkat/perspectives (io.github.backspacevenkat/perspectives@1.8.70) Query GPT 5.2, Claude Opus 4.5, Gemini 3, Grok 4.1 simultaneously for AI perspectives installs: npm:polydev-ai detail: https://mcpindex.ai/server/io-github-backspacevenkat-perspectives - io.github.base76-research-lab/token-compressor (io.github.base76-research-lab/token-compressor@0.1.1) Compress prompts 40-60% using local LLM + embedding validation. Preserves all conditionals. installs: pypi:token-compressor-mcp detail: https://mcpindex.ai/server/io-github-base76-research-lab-token-compressor - io.github.basicmachines-co/basic-memory (io.github.basicmachines-co/basic-memory@0.22.1) Local-first knowledge management with bi-directional LLM sync via Markdown files. installs: pypi:basic-memory detail: https://mcpindex.ai/server/io-github-basicmachines-co-basic-memory - io.github.bch1212/injectshield (io.github.bch1212/injectshield@0.1.4) Prompt-injection firewall for AI agents — scan untrusted text before LLM calls. installs: npm:@injectshield/mcp detail: https://mcpindex.ai/server/io-github-bch1212-injectshield - io.github.bch1212/mcp-grantiq (io.github.bch1212/mcp-grantiq@1.0.1) Search US grants + federal contracts (Grants.gov + SAM.gov) from any LLM. installs: npm:grantiq-mcp | remote:https://mcp.grantiq.us/mcp detail: https://mcpindex.ai/server/io-github-bch1212-mcp-grantiq - io.github.bch1212/modelwatch (io.github.bch1212/modelwatch@0.1.1) Continuous behavioral drift monitoring for LLM apps — catches silent provider model updates. installs: npm:modelwatch-mcp detail: https://mcpindex.ai/server/io-github-bch1212-modelwatch - MotionLint (io.github.bobaba99/motionlint@0.2.1) Catch bad animations before they ship. Deterministic motion audit + vision-LLM design review. installs: npm:motionlint detail: https://mcpindex.ai/server/io-github-bobaba99-motionlint - CrazySEO (io.github.bolidee/crazyseo@0.1.2) Audit whether ChatGPT, Gemini and Perplexity recommend a site. Readiness checks need no keys. installs: npm:crazyseo detail: https://mcpindex.ai/server/io-github-bolidee-crazyseo - io.github.c64dos-png/vector-mirror (io.github.c64dos-png/vector-mirror@1.0.0) Deterministic SVG perception for LLM agents — measures, never guesses. MCP server. installs: npm:vector-mirror detail: https://mcpindex.ai/server/io-github-c64dos-png-vector-mirror - io.github.capyBearista/gemini-researcher (io.github.capyBearista/gemini-researcher@1.0.2) Stateless MCP server that proxies research queries to Gemini CLI, reducing agent context/model usage installs: npm:gemini-researcher detail: https://mcpindex.ai/server/io-github-capybearista-gemini-researcher - io.github.cerebrixos/tuning-engines (io.github.cerebrixos/tuning-engines@0.3.5) Domain-specific LLM fine-tuning — sovereign models trained on your data, zero infrastructure. installs: npm:tuningengines-cli detail: https://mcpindex.ai/server/io-github-cerebrixos-tuning-engines - Chipzen (io.github.chipzen-ai/chipzen-mcp@0.1.5) AI poker arena for agents. Play rated poker on chipzen.ai against LLM bots and human-built bots. installs: pypi:chipzen-mcp detail: https://mcpindex.ai/server/io-github-chipzen-ai-chipzen-mcp - io.github.chrischall/gemini-mcp (io.github.chrischall/gemini-mcp@1.6.1) Generate and edit images with Google Gemini (Nano Banana / Nano Banana Pro) image models. installs: npm:@chrischall/gemini-mcp detail: https://mcpindex.ai/server/io-github-chrischall-gemini-mcp - io.github.codeChap/claude-chat (io.github.codeChap/claude-chat@0.1.0) Anthropic Claude Messages API MCP server — chat, vision, web search, extended thinking installs: manual detail: https://mcpindex.ai/server/io-github-codechap-claude-chat - io.github.codeChap/fable (io.github.codeChap/fable@0.1.0) Anthropic Claude Fable 5 MCP server — top-tier planning and code critique for handoff installs: manual detail: https://mcpindex.ai/server/io-github-codechap-fable - io.github.codeChap/google-image (io.github.codeChap/google-image@0.1.0) MCP server for Google Gemini image generation and editing installs: manual detail: https://mcpindex.ai/server/io-github-codechap-google-image - io.github.codeChap/gpt-chat (io.github.codeChap/gpt-chat@0.1.0) MCP server for the OpenAI ChatGPT API — chat, vision, and embeddings installs: manual detail: https://mcpindex.ai/server/io-github-codechap-gpt-chat - io.github.codeChap/gpt-image (io.github.codeChap/gpt-image@0.1.0) MCP server for OpenAI GPT image generation and editing installs: manual detail: https://mcpindex.ai/server/io-github-codechap-gpt-image - io.github.codeFi/mcp-nano-banana (io.github.codeFi/mcp-nano-banana@1.2.2) MCP server for Google Nano Banana (Gemini) image generation installs: npm:mcp-nano-banana detail: https://mcpindex.ai/server/io-github-codefi-mcp-nano-banana - ComparEdge Pricing (io.github.comparedge/pricing-api@1.0.0) Verified SaaS, AI, and LLM pricing for 490+ tools: plans, hidden costs, TCO, and alternatives. installs: remote:https://comparedge.com/api/mcp detail: https://mcpindex.ai/server/io-github-comparedge-pricing-api - Compute Finance Oracle (io.github.compute-finance/mcp@0.8.1) Live AI compute pricing oracle — real-time LLM model prices across providers installs: npm:@compute-finance/mcp detail: https://mcpindex.ai/server/io-github-compute-finance-mcp - io.github.coo1white/cool-workflow (io.github.coo1white/cool-workflow@0.1.97) Signed, cited, replayable workflows for Claude, Codex, Gemini, DeepSeek, and other agents. installs: npm:cool-workflow detail: https://mcpindex.ai/server/io-github-coo1white-cool-workflow - PromptScan (io.github.corporatelad/promptscan@0.1.0) Prompt injection detection API for AI agents. Scan untrusted text before passing it to an LLM. installs: remote:https://promptscan.dev/mcp/ detail: https://mcpindex.ai/server/io-github-corporatelad-promptscan - MCP Gemini (io.github.crunchtools/gemini@0.3.0) MCP server for Google Gemini AI - text, image, video, research, and more installs: pypi:mcp-gemini-crunchtools detail: https://mcpindex.ai/server/io-github-crunchtools-gemini - Bee — The Progressive Intelligence Engine (io.github.cuilabs/bee@0.6.0) Bee — The Progressive Intelligence Engine: tiered LLM, 4 tools, hosted API, free tier. installs: pypi:bee-sdk detail: https://mcpindex.ai/server/io-github-cuilabs-bee - io.github.cyanheads/workflows-mcp-server (io.github.cyanheads/workflows-mcp-server@0.2.0) Store, query, and create YAML workflow playbooks for LLM agents. installs: npm:@cyanheads/workflows-mcp-server detail: https://mcpindex.ai/server/io-github-cyanheads-workflows-mcp-server - CrazySEO (io.github.d08m/crazyseo@0.1.3) Audit whether ChatGPT, Gemini and Perplexity recommend a site. Readiness checks need no keys. installs: npm:crazyseo detail: https://mcpindex.ai/server/io-github-d08m-crazyseo - io.github.daedalus/mcp-llm-gateway (io.github.daedalus/mcp-llm-gateway@0.1.0) MCP-compatible LLM gateway that proxies completion requests. installs: pypi:mcp-llm-gateway detail: https://mcpindex.ai/server/io-github-daedalus-mcp-llm-gateway - DDG Agent Services (io.github.daedalusdevelopmentgroup/ddg-agent-services-mcp@0.5.0) Pay-per-call x402 gateway: agent tools, OpenAI-compatible LLM, market data, RPC, security audits. installs: pypi:ddg-agent-services-mcp | remote:https://mcp.daedalusdevelopmentgroup.com/mcp detail: https://mcpindex.ai/server/io-github-daedalusdevelopmentgroup-ddg-agent-services-mcp - io.github.damonwill78-a11y/clean-markdown (io.github.damonwill78-a11y/clean-markdown@1.1.3) Any URL to clean, LLM-ready Markdown for RAG. Strips ads, nav, and boilerplate. installs: npm:clean-markdown-mcp detail: https://mcpindex.ai/server/io-github-damonwill78-a11y-clean-markdown - Short Video Agent Kit (io.github.davidmosiah/short-video-agent-kit@0.1.7) Provider-neutral short-form AI video toolkit for agents: Sora, Gemini Veo, xAI/Grok, Seedance. installs: npm:short-video-agent-kit detail: https://mcpindex.ai/server/io-github-davidmosiah-short-video-agent-kit - io.github.dbnexsus/nexsus (io.github.dbnexsus/nexsus@1.0.0) Private persistent memory for Claude, ChatGPT & Gemini via MCP - semantic search, zero-code setup. installs: remote:https://app.nexsus.com.au/mcp detail: https://mcpindex.ai/server/io-github-dbnexsus-nexsus - io.github.dcondrey/misterdev (io.github.dcondrey/misterdev@0.6.0) Autonomous LLM build orchestrator that plans, edits, and verifies code across languages. installs: pypi:misterdev detail: https://mcpindex.ai/server/io-github-dcondrey-misterdev - io.github.devilsfave/dagpipe (io.github.devilsfave/dagpipe@0.2.3) Crash-proof LLM pipelines. Resumes from failure without a database. installs: pypi:dagpipe-core detail: https://mcpindex.ai/server/io-github-devilsfave-dagpipe - ChainWeaver (io.github.dgenio/chainweaver@0.12.1) Expose deterministic ChainWeaver flows as MCP tools without LLM calls between steps. installs: pypi:chainweaver detail: https://mcpindex.ai/server/io-github-dgenio-chainweaver - io.github.dhnpmp-tech/dcp-mcp (io.github.dhnpmp-tech/dcp-mcp@1.0.0) Saudi sovereign AI compute: OpenAI-compatible inference, rent GPU pods, manage storage. installs: manual detail: https://mcpindex.ai/server/io-github-dhnpmp-tech-dcp-mcp - io.github.digitaldatadriven/agentaeo-mcp-server (io.github.digitaldatadriven/agentaeo-mcp-server@0.1.8) AEO audit tool — measure brand visibility across ChatGPT, Perplexity, Claude, and Google AI. installs: npm:@agentaeo/mcp-server detail: https://mcpindex.ai/server/io-github-digitaldatadriven-agentaeo-mcp-server - io.github.dl-eigenart/agentshield-mcp (io.github.dl-eigenart/agentshield-mcp@0.1.3) Detect prompt injection, jailbreak, and social-engineering attacks in LLM agents. installs: npm:@eigenart/agentshield-mcp detail: https://mcpindex.ai/server/io-github-dl-eigenart-agentshield-mcp - io.github.dohertykariann-code/kariops-pulse (io.github.dohertykariann-code/kariops-pulse@0.1.0) Track your brand's visibility in AI search across Claude, ChatGPT, Perplexity, and Gemini. installs: remote:https://pulse.kariops.com/api/mcp detail: https://mcpindex.ai/server/io-github-dohertykariann-code-kariops-pulse - io.github.donggyun112/keymem (io.github.donggyun112/keymem@0.17.0) Associative key-graph memory for LLM agents — recall by association, not vector similarity. installs: npm:keymem detail: https://mcpindex.ai/server/io-github-donggyun112-keymem - io.github.droidrun/mobilerun (io.github.droidrun/mobilerun@1.0.0) Control real Android and iOS devices with LLM agents — tap, swipe, type, automate flows. installs: remote:https://api.mobilerun.ai/v1/mcp detail: https://mcpindex.ai/server/io-github-droidrun-mobilerun - io.github.dth0108/bies-guardian (io.github.dth0108/bies-guardian@1.0.0) Deterministic sealed verdicts on public claims and startup ideas (0-LLM claim-safety guardian). installs: remote:https://bies.io/mcp detail: https://mcpindex.ai/server/io-github-dth0108-bies-guardian - io.github.ebenezer-isaac/llmconveyors (io.github.ebenezer-isaac/llmconveyors@0.2.1) 53 tools for LLM Conveyors: job hunting, B2B sales, ATS scoring, resume tools. installs: npm:llmconveyors-mcp detail: https://mcpindex.ai/server/io-github-ebenezer-isaac-llmconveyors - Decompose (io.github.echology-io/decompose@0.1.1) Decompose text into classified semantic units. Authority, risk, attention. No LLM. installs: pypi:decompose-mcp detail: https://mcpindex.ai/server/io-github-echology-io-decompose - ellmos Homebase (io.github.ellmos-ai/ellmos-homebase-mcp@0.1.0-alpha.17) Local-first LLM orchestration: memory, knowledge, state, routing, swarm, API discovery, plugins. installs: npm:ellmos-homebase-mcp detail: https://mcpindex.ai/server/io-github-ellmos-ai-ellmos-homebase-mcp - nb-mcp-server (io.github.emcd/nb-mcp-server@0.14.0) MCP server wrapping the nb CLI for LLM-friendly note-taking installs: manual detail: https://mcpindex.ai/server/io-github-emcd-nb-mcp-server - AI Readiness (io.github.epistemedeus/ai-readiness@1.1.3) Check if a website is visible to AI search (ChatGPT, Perplexity, Claude) and get per-gap fixes. installs: manual detail: https://mcpindex.ai/server/io-github-epistemedeus-ai-readiness - io.github.eralpozcan/vision-squeezer (io.github.eralpozcan/vision-squeezer@0.6.1) Cut vision-LLM token costs by snapping images to tile boundaries — Claude, GPT, Gemini, Llama, Qwen installs: npm:vision-squeezer detail: https://mcpindex.ai/server/io-github-eralpozcan-vision-squeezer - SkillFM Beacon (io.github.ericm1018/skillfm@0.1.0) AI health, token usage, LLM cost optimization, BYOK vault, and cleanup audits for MCP agents. installs: npm:@skillfm/mcp detail: https://mcpindex.ai/server/io-github-ericm1018-skillfm - SkillFM Beacon (io.github.ericm1018/skillfm-ai-health-token-usage-byok-cost-cleanup@0.1.1) AI health, token usage, LLM cost optimization, BYOK vault, and cleanup audits for MCP agents. installs: npm:@skillfm/mcp detail: https://mcpindex.ai/server/io-github-ericm1018-skillfm-ai-health-token-usage-byok-cost-cleanup - SkillFM LLM Cost Optimizer (io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage@0.1.0) LLM cost optimizer for OpenAI, Anthropic, token usage, BYOK, and SkillFM Beacon audits. installs: npm:@skillfm/llm-cost-optimizer-mcp detail: https://mcpindex.ai/server/io-github-ericm1018-skillfm-llm-cost-optimizer-openai-anthropic-usage - io.github.felixAnhalt/Figma-Context-MCP (io.github.felixAnhalt/Figma-Context-MCP@0.13.0) LLM-optimized Figma MCP server. installs: npm:@tmegit/figma-developer-mcp detail: https://mcpindex.ai/server/io-github-felixanhalt-figma-context-mcp - io.github.felixAnhalt/figma-to-code-mcp (io.github.felixAnhalt/figma-to-code-mcp@0.29.0) LLM-optimized Figma MCP server. installs: npm:@tmegit/figma-to-code-mcp detail: https://mcpindex.ai/server/io-github-felixanhalt-figma-to-code-mcp - Alchemy (io.github.fernforge/alchemy@0.1.1) Serves the Alchemy writing ruleset to any agent, so its prose loses the usual LLM tells. installs: npm:@fernforge/alchemy-mcp detail: https://mcpindex.ai/server/io-github-fernforge-alchemy - Agentverse Memory (io.github.fetchai/agentverse-memory@1.0.0) Graph-native persistent memory for AI agents — 33 MCP tools, zero-LLM writes. installs: remote:https://am-server-jbneh74b5q-uc.a.run.app/mcp detail: https://mcpindex.ai/server/io-github-fetchai-agentverse-memory - io.github.fieldcure/assiststudio-runner (io.github.fieldcure/assiststudio-runner@2.0.4) Windows-only headless LLM task automation engine with scheduling via Windows Task Scheduler. installs: manual detail: https://mcpindex.ai/server/io-github-fieldcure-assiststudio-runner - ClawPipe (io.github.finsavvyai/clawpipe-mcp-server@3.2.0) Cost-optimized LLM pipeline + 6 AI security skills (reasoning, triage, remediation, compliance). installs: npm:clawpipe-mcp-server detail: https://mcpindex.ai/server/io-github-finsavvyai-clawpipe-mcp-server - webfetch (io.github.firish/webfetch@0.1.3) Self-hosted web search for LLM agents: search -> fetch -> rank pipeline with semantic caching installs: pypi:webfetch-llm detail: https://mcpindex.ai/server/io-github-firish-webfetch - Kongen Labs — Pattern Intelligence (io.github.fisnik/kongen-mcp@1.0.2) LLM reasoning regime detection, cross-domain pattern transfer, and model routing. installs: pypi:kongenlabs-mcp detail: https://mcpindex.ai/server/io-github-fisnik-kongen-mcp - io.github.fjnunezp75/gpu-bridge (io.github.fjnunezp75/gpu-bridge@2.4.3) 30 GPU-powered AI services as MCP tools. LLM, image, video, audio, embeddings & more. installs: npm:@gpu-bridge/mcp-server detail: https://mcpindex.ai/server/io-github-fjnunezp75-gpu-bridge - llmtrim (io.github.fkiene/llmtrim@0.12.6) MCP server and proxy that compresses LLM prompts, tool output, and replies to cut token cost. installs: npm:@llmtrim/cli detail: https://mcpindex.ai/server/io-github-fkiene-llmtrim - io.github.flsteven87/llm-wiki-mcp (io.github.flsteven87/llm-wiki-mcp@0.1.1) MCP server for Karpathy-style LLM wikis: persistent markdown your agent grows over time. installs: pypi:llm-wiki-mcp detail: https://mcpindex.ai/server/io-github-flsteven87-llm-wiki-mcp - io.github.fourleafai/clover-public (io.github.fourleafai/clover-public@1.0.0) Job search and interview prep MCP. 11 tools, OAuth 2.1, cross-LLM. four-leaf.ai. installs: remote:https://four-leaf.ai/api/mcp detail: https://mcpindex.ai/server/io-github-fourleafai-clover-public - io.github.frankchu91/mindbase (io.github.frankchu91/mindbase@0.1.3) LLM-maintained personal wiki: cross-references sources, flags contradictions. Local markdown. installs: npm:mindbase-mcp detail: https://mcpindex.ai/server/io-github-frankchu91-mindbase - Aguara MCP (io.github.garagon/mcp-aguara@0.8.0) Scan skills, MCP configs, and agent content for injection and supply-chain risks. Offline, no LLM. installs: docker:ghcr.io/garagon/mcp-aguara:0.8.0 detail: https://mcpindex.ai/server/io-github-garagon-mcp-aguara - AI Skill Store (io.github.garasegae/aiskillstore@1.27.0) Agent-first skill marketplace with USK open standard for Claude, Cursor, Gemini, Codex CLI. installs: remote:https://aiskillstore.io/mcp detail: https://mcpindex.ai/server/io-github-garasegae-aiskillstore - argot (io.github.get-tmonier/argot@0.2.124) Read-only context and complete checks against patterns learned from git history. Local; no LLM. installs: npm:@tmonier/argot detail: https://mcpindex.ai/server/io-github-get-tmonier-argot - Ghost in the Droid (io.github.ghost-in-the-droid/android-agent@1.3.2) Give any LLM agent a real Android or iPhone as its body. 62 MCP tools for mobile automation. installs: pypi:ghost-in-the-droid detail: https://mcpindex.ai/server/io-github-ghost-in-the-droid-android-agent - io.github.grossiweb/toolroute (io.github.grossiweb/toolroute@0.2.2) Route AI agent tasks to the best MCP server and LLM, scored on 132+ real benchmark executions. installs: npm:@toolroute/sdk detail: https://mcpindex.ai/server/io-github-grossiweb-toolroute - costwright — agent budget analysis (io.github.hernaninverso/costwright-mcp@0.1.1) Static worst-case token-budget analysis for LLM-agent workflows + signed budget certificates. installs: npm:costwright-mcp detail: https://mcpindex.ai/server/io-github-hernaninverso-costwright-mcp - io.github.hidai25/evalview-mcp (io.github.hidai25/evalview-mcp@0.6.0) Regression testing for AI agents. Golden baselines, CI/CD, LangGraph, CrewAI, OpenAI, Claude. installs: pypi:evalview detail: https://mcpindex.ai/server/io-github-hidai25-evalview-mcp - io.github.houtini-ai/gemini (io.github.houtini-ai/gemini@2.6.1) Model Context Protocol server for Google Gemini AI with chat, research, and grounding installs: npm:@houtini/gemini-mcp detail: https://mcpindex.ai/server/io-github-houtini-ai-gemini - io.github.houtini-ai/geo-analyzer (io.github.houtini-ai/geo-analyzer@3.0.5) Scores content on the signals that get it cited by ChatGPT, Perplexity and AI Overviews installs: npm:@houtini/geo-analyzer detail: https://mcpindex.ai/server/io-github-houtini-ai-geo-analyzer - io.github.houtini-ai/lm (io.github.houtini-ai/lm@3.2.3) Connect Claude to any OpenAI-compatible LLM endpoint and offload routine work to a local model. installs: npm:@houtini/lm detail: https://mcpindex.ai/server/io-github-houtini-ai-lm - Page2AI — Web to Markdown (io.github.igorsaevets/page2ai-mcp@0.1.1) Convert web pages or HTML to clean Markdown for LLM context. Local, no external API calls. installs: npm:@page2ai/mcp detail: https://mcpindex.ai/server/io-github-igorsaevets-page2ai-mcp - Wisepanel (io.github.ikoskela/wisepanel-mcp@1.0.1) Multi-agent deliberation across Claude, Gemini, and Perplexity. Stream and publish. installs: npm:wisepanel-mcp detail: https://mcpindex.ai/server/io-github-ikoskela-wisepanel-mcp - ComparEdge LLM Cost (io.github.imkemit-ops/comparedge-llm-cost@1.0.0) Token cost math for LLM API calls: verified per-1M-token rates for 69 models, 17 providers. installs: npm:@comparedge/llm-cost-mcp detail: https://mcpindex.ai/server/io-github-imkemit-ops-comparedge-llm-cost - Imperal MCP (io.github.imperalcloud/imperal-mcp@0.2.3) Build, validate, smoke-test & deploy Imperal declarative IR apps from any LLM or agent. installs: pypi:imperal-mcp detail: https://mcpindex.ai/server/io-github-imperalcloud-imperal-mcp - io.github.imviky-ctrl/tickerr (io.github.imviky-ctrl/tickerr@1.0.1) Live status, API pricing and rate limits for ChatGPT, Claude, Gemini, Cursor and 42+ AI tools. installs: npm:tickerr-mcp | remote:https://tickerr.ai/mcp detail: https://mcpindex.ai/server/io-github-imviky-ctrl-tickerr - io.github.ingressward/mcp-server (io.github.ingressward/mcp-server@1.0.0) Block prompt injection, evasive spacing, and obscene content before it reaches your LLM. installs: npm:@ingressward/mcp-server detail: https://mcpindex.ai/server/io-github-ingressward-mcp-server - Inite Brain (io.github.inite-ai/inite-brain-service@0.1.0) Open-source bitemporal memory layer for LLM agents — knowledge graph with conflict resolution. installs: remote:https://brain.inite.ai/mcp/{companyId} detail: https://mcpindex.ai/server/io-github-inite-ai-inite-brain-service - Eval Engine API (io.github.invertedhoologan/eval-engine-mcp@0.1.0) Pay-per-call AI evaluation MCP server. Score LLM outputs against benchmark rubrics via Workers AI. installs: remote:https://eval.zuluworksai.com/mcp detail: https://mcpindex.ai/server/io-github-invertedhoologan-eval-engine-mcp - io.github.ivanantigravity-lgtm/gpt-image-2-polza-mcp-server (io.github.ivanantigravity-lgtm/gpt-image-2-polza-mcp-server@0.6.2) GPT Image 2 MCP server backed by Polza media and storage APIs. installs: pypi:gpt-image-2-polza-mcp-server detail: https://mcpindex.ai/server/io-github-ivanantigravity-lgtm-gpt-image-2-polza-mcp-server - io.github.ivanantigravity-lgtm/model-council-mcp-server (io.github.ivanantigravity-lgtm/model-council-mcp-server@0.1.2) Three-model MCP server returning Grok, Gemini, and DeepSeek outputs for Claude. installs: pypi:model-council-mcp-server detail: https://mcpindex.ai/server/io-github-ivanantigravity-lgtm-model-council-mcp-server - io.github.ivanantigravity-lgtm/perplexity-polza-mcp-server (io.github.ivanantigravity-lgtm/perplexity-polza-mcp-server@0.1.1) Perplexity MCP server backed by the Polza.ai chat completions API. installs: pypi:perplexity-polza-mcp-server detail: https://mcpindex.ai/server/io-github-ivanantigravity-lgtm-perplexity-polza-mcp-server - io.github.j-east/pixel-surgeon (io.github.j-east/pixel-surgeon@1.1.1) AI image and video generation, editing, and region repair via Gemini, OpenAI, and Grok. installs: npm:pixel-surgeon-mcp detail: https://mcpindex.ai/server/io-github-j-east-pixel-surgeon - Code Assistant (io.github.j0hanz/code-assistant@2.0.0) Gemini-powered MCP server for code analysis. installs: npm:@j0hanz/code-assistant detail: https://mcpindex.ai/server/io-github-j0hanz-code-assistant - Code Lens (io.github.j0hanz/code-lens@0.12.0) Gemini-powered MCP server for code analysis. installs: npm:@j0hanz/code-lens-mcp detail: https://mcpindex.ai/server/io-github-j0hanz-code-lens - Code Review Analyst (io.github.j0hanz/code-review-analyst@1.7.6) Gemini-powered MCP server for code review analysis. installs: npm:@j0hanz/code-review-analyst-mcp detail: https://mcpindex.ai/server/io-github-j0hanz-code-review-analyst - Apple Mail MCP (io.github.jayvee6/apple-mail-mcp@0.1.0) LLM access to Apple Mail and iCloud via AppleScript. Read, search, compose, reply, flag and delete. installs: npm:@jdot6/apple-mail-mcp detail: https://mcpindex.ai/server/io-github-jayvee6-apple-mail-mcp - io.github.jbobbink/glippy-mcp (io.github.jbobbink/glippy-mcp@0.5.0) GEO (Generative Engine Optimization) analysis: check any domain's AI-readiness for LLM search installs: npm:glippy-mcp detail: https://mcpindex.ai/server/io-github-jbobbink-glippy-mcp - io.github.jeff-atriumn/tokencost-dev (io.github.jeff-atriumn/tokencost-dev@0.1.3) LLM pricing oracle — model lookup, cost estimation, and comparison via LiteLLM installs: npm:tokencost-dev detail: https://mcpindex.ai/server/io-github-jeff-atriumn-tokencost-dev - io.github.jmeyer1980/neurodivergent-memory (io.github.jmeyer1980/neurodivergent-memory@0.1.8) Persistent knowledge graph MCP server for neurodivergent thinking. BM25 search, no cloud LLM. installs: npm:neurodivergent-memory detail: https://mcpindex.ai/server/io-github-jmeyer1980-neurodivergent-memory - JSON Contracts (io.github.json-contracts/json-contracts@0.1.2) JSON contract registry and validator for structured LLM and agent outputs. installs: npm:json-contracts detail: https://mcpindex.ai/server/io-github-json-contracts-json-contracts - io.github.juliangeymonat-jpg/wikimoth (io.github.juliangeymonat-jpg/wikimoth@0.2.1) Deterministic, token-minimal agent memory: multi-hop [[wikilink]] recall with no LLM in the loop. installs: npm:wikimoth-mcp | pypi:wikimoth detail: https://mcpindex.ai/server/io-github-juliangeymonat-jpg-wikimoth - BrainstormRouter MCP Server (io.github.justinjilg/brainstormrouter@1.0.0) AI routing, memory, guardrails, and governance. Routes across Claude, GPT, Gemini. installs: npm:@brainstormrouter/mcp | remote:https://api.brainstormrouter.com/v1/mcp/connect detail: https://mcpindex.ai/server/io-github-justinjilg-brainstormrouter - io.github.jwulff/whisper-mcp (io.github.jwulff/whisper-mcp@0.1.1) Local audio transcription using whisper.cpp. Transcribe with OpenAI Whisper models. installs: npm:whisper-mcp detail: https://mcpindex.ai/server/io-github-jwulff-whisper-mcp - io.github.jxoesneon/gemini-audio-mcp (io.github.jxoesneon/gemini-audio-mcp@0.1.0) High-performance audio, music, and voice generation MCP server for Gemini 2.5 and Lyria 3. installs: docker:ghcr.io/jxoesneon/gemini-audio-mcp:0.1.0 detail: https://mcpindex.ai/server/io-github-jxoesneon-gemini-audio-mcp - io.github.kapillamba4/meta-prompt-mcp (io.github.kapillamba4/meta-prompt-mcp@1.0.11) MCP server providing official Google and Anthropic prompting guides for meta-prompt generation. installs: pypi:meta-prompt-mcp detail: https://mcpindex.ai/server/io-github-kapillamba4-meta-prompt-mcp - io.github.kcofoni/duplicati-mcp (io.github.kcofoni/duplicati-mcp@1.1.1) MCP server for Duplicati backup management — list, run, monitor and configure jobs from an LLM. installs: docker:docker.io/kcofoni/duplicati-mcp:v1.1.1 detail: https://mcpindex.ai/server/io-github-kcofoni-duplicati-mcp - edumints SCORM MCP (io.github.kemalyy/edumints-scorm-mcp@1.6.0) Compiles structured specs into SCORM 1.2/2004 e-learning packages. 30 tools, quality gate, no LLM. installs: remote:https://scorm.edumints.com/mcp detail: https://mcpindex.ai/server/io-github-kemalyy-edumints-scorm-mcp - tokencast (io.github.krulewis/tokencast@0.1.1) Pre-execution cost estimation for LLM agent workflows with calibration learning installs: pypi:tokencast detail: https://mcpindex.ai/server/io-github-krulewis-tokencast - io.github.l-agence/agence (io.github.l-agence/agence@1.0.0) AI governance MCP server — policy enforcement, skills, memory, multi-LLM consensus installs: npm:@l-agence/mcp-server-agence detail: https://mcpindex.ai/server/io-github-l-agence-agence - io.github.labham-llc/agentcents (io.github.labham-llc/agentcents@1.1.3) Local LLM cost proxy: forecasts each call and recommends the cheapest model that clears the task. installs: pypi:agentcents detail: https://mcpindex.ai/server/io-github-labham-llc-agentcents - cascade-img (io.github.laffeyp/cascade-img@0.1.1) LLM-operable Midjourney pipeline: 21 MCP tools to compose, generate, curate with vision, and log. installs: pypi:cascade-img detail: https://mcpindex.ai/server/io-github-laffeyp-cascade-img - io.github.lazymac2x/llm-output-quality-monitor (io.github.lazymac2x/llm-output-quality-monitor@1.0.0) Cloudflare Workers MCP server: llm-output-quality-monitor installs: remote:https://api.lazy-mac.com/llm-output-quality-monitor/mcp detail: https://mcpindex.ai/server/io-github-lazymac2x-llm-output-quality-monitor - io.github.legolev/mediamcp (io.github.legolev/mediamcp@0.2.0) Generate and edit images and video via OpenRouter or any OpenAI-compatible API. installs: npm:mediamcp detail: https://mcpindex.ai/server/io-github-legolev-mediamcp - io.github.levelsofself/nervous-system (io.github.levelsofself/nervous-system@1.12.1) Governance for LLM agents: 7 enforced rules + read-only reference tools. Safe in any MCP client. installs: npm:mcp-nervous-system detail: https://mcpindex.ai/server/io-github-levelsofself-nervous-system - gnomon (io.github.lihtness/gnomon-mcp@0.1.2) Deterministic batch tools so LLM agents stop guessing dates and math. installs: pypi:gnomon-mcp detail: https://mcpindex.ai/server/io-github-lihtness-gnomon-mcp - openInvest (io.github.longsizhuo/openinvest@0.34.0) Investment runtime for AI agents — LLM investment committee, portfolio ledger, decision accounting installs: pypi:openinvest detail: https://mcpindex.ai/server/io-github-longsizhuo-openinvest - io.github.ludmila-omlopes/youtube-video-analyzer (io.github.ludmila-omlopes/youtube-video-analyzer@0.2.1) MCP stdio server for analyzing YouTube videos with Google Gemini installs: npm:@ludylops/youtube-video-analyzer-mcp detail: https://mcpindex.ai/server/io-github-ludmila-omlopes-youtube-video-analyzer - Skim MCP Server (io.github.luw2007/skim-mcp-server@1.0.3) MCP server for Skim code transformation. Compresses code 60-95% for LLM context optimization. installs: npm:skim-mcp-server detail: https://mcpindex.ai/server/io-github-luw2007-skim-mcp-server - Pairgora (io.github.mason0501/pairgora@1.0.0) The reference surface for human-agent pairs. Seek pairs like yours via MCP. No platform LLM calls. installs: remote:https://pairgora.com/api/mcp detail: https://mcpindex.ai/server/io-github-mason0501-pairgora - Fartlek (io.github.matisdsp/fartlek@0.2.2) A coach's morning report from your Garmin data, for any LLM via MCP. installs: pypi:fartlek-mcp detail: https://mcpindex.ai/server/io-github-matisdsp-fartlek - FutureProof AEO (io.github.mattyb12345nyc/futureproof-aeo@1.1.1) Track brand visibility across ChatGPT, Claude, Gemini & Perplexity. Scores, competitors, trends. installs: remote:https://ai.futureproof.work/.netlify/functions/mcp detail: https://mcpindex.ai/server/io-github-mattyb12345nyc-futureproof-aeo - Agentic Observability MCP (io.github.mdfifty50-boop/agentic-observability@0.1.1) Agent tracing, cost tracking, anomaly detection for LLM agents installs: npm:agentic-observability-mcp detail: https://mcpindex.ai/server/io-github-mdfifty50-boop-agentic-observability - Context Engine (io.github.melonelish/context-engine@0.1.0) Compress logs, retrieval chunks, and code context into structured LLM-ready signal. installs: pypi:melonelish-context-engine detail: https://mcpindex.ai/server/io-github-melonelish-context-engine - io.github.meltingpixelsai/zero-core-verify (io.github.meltingpixelsai/zero-core-verify@1.0.0) Post-tx outcome verification via LLM-as-judge. Zero Core Verify. installs: npm:@meltingpixels/zero-core-verify | remote:https://verify.rugslayer.com/mcp detail: https://mcpindex.ai/server/io-github-meltingpixelsai-zero-core-verify - io.github.middleBrick/mcp-server (io.github.middleBrick/mcp-server@0.1.2) Scan APIs for OWASP Top 10, LLM, and GraphQL security vulnerabilities. installs: npm:@middlebrick/mcp-server detail: https://mcpindex.ai/server/io-github-middlebrick-mcp-server - Render Unto Caesar (io.github.mightydatainc/ruc-mcp@0.1.5) An MCP server that fuses LLM contextual intelligence with procedural code reliability. installs: docker:ghcr.io/mightydatainc/ruc-mcp:0.1.5 detail: https://mcpindex.ai/server/io-github-mightydatainc-ruc-mcp - io.github.mikerawsonnz/authenticated-llm-agent (io.github.mikerawsonnz/authenticated-llm-agent@1.0.0) JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion. installs: remote:https://bcrypt-langchain-openai-mcp-bb738e.getvda.ai/mcp detail: https://mcpindex.ai/server/io-github-mikerawsonnz-authenticated-llm-agent - io.github.mikerawsonnz/authenticated-mcp-agent (io.github.mikerawsonnz/authenticated-mcp-agent@1.0.0) JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion. installs: remote:https://bcrypt-langchain-core-mcp-25b8f1.getvda.ai/mcp detail: https://mcpindex.ai/server/io-github-mikerawsonnz-authenticated-mcp-agent - io.github.mikerawsonnz/authenticated-multi-llm-agent (io.github.mikerawsonnz/authenticated-multi-llm-agent@1.0.0) Google-OAuth-gated LLM gateway: verify a Google ID token, then run a Gemini (Vertex AI) completion f installs: remote:https://anthropic-google-auth-oauthlib-mc-70ac16.getvda.ai/mcp detail: https://mcpindex.ai/server/io-github-mikerawsonnz-authenticated-multi-llm-agent - io.github.mikerawsonnz/llm-observability-orchestration (io.github.mikerawsonnz/llm-observability-orchestration@1.0.0) Run a prompt through a LangChain (system + human) chain over Gemini on Vertex AI; optional LangSmith installs: remote:https://langchain-core-langsmith-openai-8c02f9.getvda.ai/mcp detail: https://mcpindex.ai/server/io-github-mikerawsonnz-llm-observability-orchestration - io.github.mikerawsonnz/llm-orchestration-agent (io.github.mikerawsonnz/llm-orchestration-agent@1.0.0) Run a prompt through a LangChain (system + human) chain over Gemini on Vertex AI; optional LangSmith installs: remote:https://langchain-core-langchain-openai-l-736876.getvda.ai/mcp detail: https://mcpindex.ai/server/io-github-mikerawsonnz-llm-orchestration-agent - io.github.mikerawsonnz/structured-output-agent (io.github.mikerawsonnz/structured-output-agent@1.0.0) Turn a prompt + a field schema into validated, typed JSON (Instructor over Gemini 2.5 Flash on Verte installs: remote:https://fastmcp-instructor-72225f.getvda.ai/mcp detail: https://mcpindex.ai/server/io-github-mikerawsonnz-structured-output-agent - io.github.mikerawsonnz/traced-llm-proxy (io.github.mikerawsonnz/traced-llm-proxy@1.0.0) Proxy Gemini (Vertex AI) completions wrapped in OpenTelemetry trace spans; returns the answer plus t installs: remote:https://anthropic-mcp-opentelemetry-api-264025.getvda.ai/mcp detail: https://mcpindex.ai/server/io-github-mikerawsonnz-traced-llm-proxy - MCP Imagenate (io.github.mimo-3/mcp-imagenate@0.1.5) MCP server for image generation using multiple providers (Google Gemini, OpenAI, BFL FLUX) installs: npm:mcp-imagenate detail: https://mcpindex.ai/server/io-github-mimo-3-mcp-imagenate - Nano Banana (io.github.mindstone/mcp-server-nano-banana@0.4.1) Nano Banana MCP server — Google Gemini image generation and editing via Model Context Protocol installs: npm:@mindstone/mcp-server-nano-banana detail: https://mcpindex.ai/server/io-github-mindstone-mcp-server-nano-banana - OpenAI Image (io.github.mindstone/mcp-server-openai-image@0.3.2) OpenAI image generation MCP server for Model Context Protocol hosts installs: npm:@mindstone/mcp-server-openai-image detail: https://mcpindex.ai/server/io-github-mindstone-mcp-server-openai-image - io.github.mkXultra/ai-cli-mcp (io.github.mkXultra/ai-cli-mcp@2.22.0) Run Claude, Codex, Gemini, Forge, and OpenCode CLIs through MCP with background jobs installs: npm:ai-cli-mcp detail: https://mcpindex.ai/server/io-github-mkxultra-ai-cli-mcp - io.github.mockzilla/mockzilla-mcp (io.github.mockzilla/mockzilla-mcp@0.2.13) Mockzilla MCP server. Mock any OpenAPI spec locally with Claude, Cursor, or Gemini CLI. installs: npm:@mockzilla/mcp detail: https://mcpindex.ai/server/io-github-mockzilla-mockzilla-mcp - HarnessScope (io.github.moongioh/hscope@0.1.3) Turn-level governance observability for Claude Code transcripts. Local-first, no LLM inside. installs: npm:hscope | pypi:hscope detail: https://mcpindex.ai/server/io-github-moongioh-hscope - io.github.mrslbt/rippr-mcp (io.github.mrslbt/rippr-mcp@1.3.0) Rip YouTube transcripts to disk for AI agents, RAG pipelines, and LLM workflows. installs: npm:rippr-mcp detail: https://mcpindex.ai/server/io-github-mrslbt-rippr-mcp - AgentSUMO (io.github.mw-jeong/agentsumo-mcp@0.1.2) MCP server for LLM-driven SUMO traffic simulation, scenario design, and result analysis. installs: pypi:agentsumo-mcp detail: https://mcpindex.ai/server/io-github-mw-jeong-agentsumo-mcp - io.github.myaitoken/myai-mcp (io.github.myaitoken/myai-mcp@0.2.0) Decentralized AI inference on Base: OpenAI-compatible chat via community GPUs, paid in MYAI installs: pypi:myai-mcp detail: https://mcpindex.ai/server/io-github-myaitoken-myai-mcp - io.github.n24q02m/imagine-mcp (io.github.n24q02m/imagine-mcp@1.10.1) MCP server for image/video understanding & generation (Gemini/OpenAI/Grok) installs: pypi:imagine-mcp | docker:docker.io/n24q02m/imagine-mcp:latest detail: https://mcpindex.ai/server/io-github-n24q02m-imagine-mcp - Health Hub MCP (io.github.naymEvg/health-mcp@0.1.0) Self-hosted MCP server for Android Health Connect — 34 metrics, daily rollups, dedup, 5 LLM tools. installs: remote:https://{host}/mcp-health detail: https://mcpindex.ai/server/io-github-naymevg-health-mcp - io.github.netclaus/oroute (io.github.netclaus/oroute@0.1.1) Auto-route AI requests to 13 models (Claude, GPT, Gemini, Qwen, DeepSeek). 57% cost savings. installs: npm:oroute-mcp detail: https://mcpindex.ai/server/io-github-netclaus-oroute - io.github.nexus-api-lab/nexus-mcp (io.github.nexus-api-lab/nexus-mcp@1.0.0) Japanese LLM security — prompt injection detection (jpi-guard) + PII masking (PII Guard). Free. installs: remote:https://mcp.nexus-api-lab.com/ detail: https://mcpindex.ai/server/io-github-nexus-api-lab-nexus-mcp - io.github.nickjlamb/opengate-mcp (io.github.nickjlamb/opengate-mcp@0.1.4) Check whether an AI answer is grounded in its context — deterministic, no LLM judge. installs: npm:@pharmatools/opengate-mcp detail: https://mcpindex.ai/server/io-github-nickjlamb-opengate-mcp - diffctx (io.github.nikolay-e/diffctx@1.13.0) Selects the minimum code an LLM needs to review a git diff installs: pypi:diffctx detail: https://mcpindex.ai/server/io-github-nikolay-e-diffctx - three.ws Brain (io.github.nirholas/brain-mcp@0.1.2) List LLM providers and run chat completions through the three.ws multi-provider router. installs: npm:@three-ws/brain-mcp detail: https://mcpindex.ai/server/io-github-nirholas-brain-mcp - io.github.nugehs/aiglare (io.github.nugehs/aiglare@0.2.3) Audit AI/LLM features for governance guardrails: confidence, fallback, validation, human-in-loop. installs: npm:@nugehs/aiglare detail: https://mcpindex.ai/server/io-github-nugehs-aiglare - Forge Orchestrator (io.github.nxtg-ai/forge-orchestrator@1.6.0) Multi-tool AI orchestration: Claude Code, Codex, Gemini on shared repos. 11 MCP tools, stdio. installs: manual detail: https://mcpindex.ai/server/io-github-nxtg-ai-forge-orchestrator - io.github.omarkeshk/council-ai (io.github.omarkeshk/council-ai@1.0.1) Multi-LLM council: 25+ frontier models in parallel, consensus scoring, verdict-first code review. installs: remote:https://mcp.council-ai.app/mcp detail: https://mcpindex.ai/server/io-github-omarkeshk-council-ai - io.github.openpoem/spec-score-mcp (io.github.openpoem/spec-score-mcp@2.0.2) Score your specs before feeding them to an LLM. MCP server with radar chart visualization. installs: npm:spec-score-mcp detail: https://mcpindex.ai/server/io-github-openpoem-spec-score-mcp - Keito (io.github.osodevops/keito@1.0.19) Track Keito time entries and LLM costs from AI agents. installs: remote:https://mcp.keito.ai detail: https://mcpindex.ai/server/io-github-osodevops-keito - io.github.paperdavid/manoma (io.github.paperdavid/manoma@0.2.1) MCP server for soul.md — your portable AI identity layer across every LLM. installs: npm:manoma-mcp detail: https://mcpindex.ai/server/io-github-paperdavid-manoma - Perplexity API Platform (moved to ai.perplexity/mcp-server) (io.github.perplexityai/mcp-server@0.7.1) Real-time web search, reasoning, and research through Perplexity's API installs: npm:@perplexity-ai/mcp-server detail: https://mcpindex.ai/server/io-github-perplexityai-mcp-server - TokenSqueezer LLM Token Compressor (io.github.pgalyen1987/tokensqueezer@1.0.2) x402-gated LLM token compressor: strip filler, collapse JSON, densify prose. Paid in USDC. installs: npm:@nodeproxy/tokensqueezer detail: https://mcpindex.ai/server/io-github-pgalyen1987-tokensqueezer - Gemini Crypto (io.github.pipeworx-io/gemini-crypto@0.1.0) Gemini Exchange keyless public market: symbols, ticker, candles, book, trades, price feed. installs: remote:https://gateway.pipeworx.io/gemini-crypto/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-gemini-crypto - Huggingface (io.github.pipeworx-io/huggingface@0.1.0) Hugging Face Hub MCP — models, datasets, spaces installs: remote:https://gateway.pipeworx.io/huggingface/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-huggingface - Openaire (io.github.pipeworx-io/openaire@0.1.0) OpenAIRE MCP — EU research outputs (publications, datasets, software, projects) installs: remote:https://gateway.pipeworx.io/openaire/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-openaire - Seo Ai Visibility (io.github.pipeworx-io/seo-ai-visibility@0.1.0) SEO AI-Visibility MCP — does brand X appear in an LLM's answer (GEO / AI-SEO) installs: remote:https://gateway.pipeworx.io/seo-ai-visibility/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-seo-ai-visibility - io.github.pixelx-jp/plateau-creative-mcp (io.github.pixelx-jp/plateau-creative-mcp@0.1.1) PLATEAU 3D city data as scene-editing and glTF export tools for creative LLM agents. installs: npm:@yodolabs/plateau-creative-mcp detail: https://mcpindex.ai/server/io-github-pixelx-jp-plateau-creative-mcp - thread-keeper (io.github.po4erk91/thread-keeper@0.13.1) Multi-agent shared brain across Claude, Codex, Antigravity, Gemini, Copilot, and VS Code. installs: pypi:threadkeeper detail: https://mcpindex.ai/server/io-github-po4erk91-thread-keeper - io.github.polydev-ai/polydev (io.github.polydev-ai/polydev@1.8.72) Query GPT-5, Claude, Gemini, and Grok simultaneously through one MCP server installs: npm:polydev-ai detail: https://mcpindex.ai/server/io-github-polydev-ai-polydev - SAGE — Solver-Augmented Grounding Engine (io.github.pragnakar/sage-solver-mcp@0.1.1) LLM-native optimization solver: LP, MIP, portfolio & scheduling via HiGHS/OR-Tools. installs: pypi:sage-solver-mcp detail: https://mcpindex.ai/server/io-github-pragnakar-sage-solver-mcp - io.github.pree-dew/mcp-bookmark (io.github.pree-dew/mcp-bookmark@0.1.5) MCP Server for adding bookmarks in openai RAG installs: pypi:mcp-bookmark-server detail: https://mcpindex.ai/server/io-github-pree-dew-mcp-bookmark - Codexbox (io.github.psyb0t/codexbox@0.5.5) Self-hosted MCP server: run OpenAI Codex CLI prompts and manage workspace files. installs: docker:docker.io/psyb0t/codexbox:v0.5.5 detail: https://mcpindex.ai/server/io-github-psyb0t-codexbox - AI Visibility Index (io.github.pulse-digital-dev/mcp-ai-visibility-index@1.0.0) AI visibility rankings for 104 Japanese EC companies across ChatGPT, Claude, Gemini, Perplexity. installs: remote:https://ai-visibility-index.dev/mcp detail: https://mcpindex.ai/server/io-github-pulse-digital-dev-mcp-ai-visibility-index - modelmux (io.github.pure-maple/modelmux@0.4.3) Model multiplexer — route tasks to Codex, Gemini, and Claude CLIs with smart routing. installs: pypi:modelmux detail: https://mcpindex.ai/server/io-github-pure-maple-modelmux - io.github.purmemo-ai/purmemo (io.github.purmemo-ai/purmemo@12.9.5) AI memory across Claude, ChatGPT, Gemini, and Cursor. Save, search, and recall context everywhere. installs: npm:purmemo-mcp detail: https://mcpindex.ai/server/io-github-purmemo-ai-purmemo - Image Generation MCP Server (io.github.pvliesdonk/image-generation-mcp@1.12.0) MCP server for AI image generation via OpenAI, Stable Diffusion (SD WebUI), or placeholders. installs: pypi:image-generation-mcp | docker:ghcr.io/pvliesdonk/image-generation-mcp:v1.12.0 detail: https://mcpindex.ai/server/io-github-pvliesdonk-image-generation-mcp - io.github.qmediat/gemini-code-context-mcp (io.github.qmediat/gemini-code-context-mcp@1.16.3) Gemini 2M context cache for Claude Code — persistent; repeat queries ~8x faster, ~4x cheaper. installs: npm:@qmediat.io/gemini-code-context-mcp detail: https://mcpindex.ai/server/io-github-qmediat-gemini-code-context-mcp - io.github.qso-graph/qsp-mcp (io.github.qso-graph/qsp-mcp@0.1.1) QSP — relay MCP tools to any OpenAI-compatible local LLM (llama.cpp, Ollama, vLLM) installs: pypi:qsp-mcp detail: https://mcpindex.ai/server/io-github-qso-graph-qsp-mcp - OCDS German Procurement Search (io.github.qune-tech/ocds-mcp@0.4.0) Search and match German public procurement tenders (OCDS) from your local LLM. installs: npm:@qune-tech/ocds-mcp detail: https://mcpindex.ai/server/io-github-qune-tech-ocds-mcp - io.github.rachadele/biolit (io.github.rachadele/biolit@0.1.25) LLM-assisted biomedical literature screening and extraction for PubMed, GEO, and preprints. installs: pypi:biolit detail: https://mcpindex.ai/server/io-github-rachadele-biolit - CLS++ Memory (io.github.rajamohan1950/cls-memory@7.19.0) Cross-LLM persistent memory: store context once, recall it from any AI model. installs: pypi:clsplusplus | remote:https://www.clsplusplus.com/mcp detail: https://mcpindex.ai/server/io-github-rajamohan1950-cls-memory - io.github.rccola990-cloud/mcp-token-optimizer (io.github.rccola990-cloud/mcp-token-optimizer@0.1.1) Cut LLM token costs: count tokens, estimate cost, slim prompts, and pick the cheapest capable model. installs: npm:mcp-token-optimizer detail: https://mcpindex.ai/server/io-github-rccola990-cloud-mcp-token-optimizer - statlyte — live LLM pricing (io.github.richardwilkinson9/statlyte@0.1.1) Live LLM pricing, context windows and model ids, read from each vendor's own page every 3 hours. installs: npm:statlyte detail: https://mcpindex.ai/server/io-github-richardwilkinson9-statlyte - io.github.rishiatlan/claude-prompt-optimizer (io.github.rishiatlan/claude-prompt-optimizer@2.2.2) Scores, compiles & optimizes prompts for any LLM. Zero AI calls inside. Freemium. installs: npm:claude-prompt-optimizer-mcp detail: https://mcpindex.ai/server/io-github-rishiatlan-claude-prompt-optimizer - io.github.rjandino/zopaf (io.github.rjandino/zopaf@1.0.0) Negotiation math engine. Pareto frontier, counteroffer generation, zero LLM tokens. installs: remote:https://zopaf-mcp-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-rjandino-zopaf - io.github.rlawogh1005/green-mcp (io.github.rlawogh1005/green-mcp@0.1.2) Measure a program's CPU energy and LLM tokens, then refactor it cheaper. Measure, never estimate. installs: pypi:green-mcp detail: https://mcpindex.ai/server/io-github-rlawogh1005-green-mcp - Robot Resources Router (io.github.robot-resources/router@0.1.2) Intelligent LLM routing proxy — 60-90% cost savings by auto-selecting the cheapest model installs: npm:@robot-resources/router-mcp detail: https://mcpindex.ai/server/io-github-robot-resources-router - AI Photo Editor MCP (io.github.rocnubie/aiphotoeditor-mcp@0.1.0) Best AI Photo Editor powered by GPT Image 2, Flux, Nano Banana & more. installs: manual detail: https://mcpindex.ai/server/io-github-rocnubie-aiphotoeditor-mcp - Best AI Image Prompt MCP (io.github.rocnubie/bestaiimageprompt-mcp@0.1.0) The best AI image prompt library online. Latest trending prompts copy & paste for GPT image 2, installs: manual detail: https://mcpindex.ai/server/io-github-rocnubie-bestaiimageprompt-mcp - Gemini 3 Online MCP (io.github.rocnubie/gemini-3-online-mcp@0.1.0) Gemini 3 Online is an online chat interface that lets users interact with the Gemini 3 model for installs: manual detail: https://mcpindex.ai/server/io-github-rocnubie-gemini-3-online-mcp - Nano Banana Pro AI MCP (io.github.rocnubie/nanobanana-mcp@0.1.0) Nano Banana Pro AI image editor free online. Create, edit, and enhance images by Google Gemini AI installs: manual detail: https://mcpindex.ai/server/io-github-rocnubie-nanobanana-mcp - io.github.runapi-builder/gemini-omni-mcp (io.github.runapi-builder/gemini-omni-mcp@0.2.1) RunAPI MCP server for Gemini Omni: create tasks, poll status, check pricing. installs: npm:@runapi.ai/gemini-omni-mcp detail: https://mcpindex.ai/server/io-github-runapi-builder-gemini-omni-mcp - io.github.runapi-builder/gemini-tts-mcp (io.github.runapi-builder/gemini-tts-mcp@0.1.1) RunAPI MCP server for Gemini TTS: create tasks, poll status, check pricing. installs: npm:@runapi.ai/gemini-tts-mcp detail: https://mcpindex.ai/server/io-github-runapi-builder-gemini-tts-mcp - io.github.runapi-builder/gpt-4o-image-mcp (io.github.runapi-builder/gpt-4o-image-mcp@0.1.8) RunAPI MCP server for GPT-4o Image: create tasks, poll status, check pricing. installs: npm:@runapi.ai/gpt-4o-image-mcp detail: https://mcpindex.ai/server/io-github-runapi-builder-gpt-4o-image-mcp - io.github.runapi-builder/gpt-image-2-mcp (io.github.runapi-builder/gpt-image-2-mcp@0.1.8) RunAPI MCP server for GPT Image 2: create tasks, poll status, check pricing. installs: npm:@runapi.ai/gpt-image-2-mcp detail: https://mcpindex.ai/server/io-github-runapi-builder-gpt-image-2-mcp - io.github.runapi-builder/gpt-image-mcp (io.github.runapi-builder/gpt-image-mcp@0.1.8) RunAPI MCP server for GPT Image: create tasks, poll status, check pricing. installs: npm:@runapi.ai/gpt-image-mcp detail: https://mcpindex.ai/server/io-github-runapi-builder-gpt-image-mcp - io.github.sachinuppal/modelcostsaver (io.github.sachinuppal/modelcostsaver@0.1.1) Offline MCP: predict LLM call cost and pick the cheapest capable model. No keys, no network. installs: npm:@workswarm/modelcostsaver detail: https://mcpindex.ai/server/io-github-sachinuppal-modelcostsaver - Algernon MCP (io.github.sammyboi81/algernon@0.1.0) Fleet orchestration for AI agents: fan tasks out to cheap parallel workers on your own LLM key. installs: pypi:algernon-mcp detail: https://mcpindex.ai/server/io-github-sammyboi81-algernon - io.github.saucelabs-sample-test-frameworks/sauce-api-mcp (io.github.saucelabs-sample-test-frameworks/sauce-api-mcp@1.0.0) An open-source MCP server that provides LLM access to the Sauce Labs API installs: pypi:sauce-api-mcp detail: https://mcpindex.ai/server/io-github-saucelabs-sample-test-frameworks-sauce-api-mcp - io.github.saucelabs/sauce-api-mcp (io.github.saucelabs/sauce-api-mcp@1.2.2) An open-source MCP server that provides LLM access to the Sauce Labs API installs: pypi:sauce-api-mcp detail: https://mcpindex.ai/server/io-github-saucelabs-sauce-api-mcp - io.github.selvage-lab/selvage (io.github.selvage-lab/selvage@0.4.1) An LLM-based code review MCP server with AST-powered smart context extraction installs: pypi:selvage detail: https://mcpindex.ai/server/io-github-selvage-lab-selvage - io.github.sena-labs/replicate-mcp-server (io.github.sena-labs/replicate-mcp-server@3.2.3) Replicate MCP server - image, video, audio, speech, LLM, vision, upscale, 3D, training. 36 tools. installs: npm:replicate-mcp-server detail: https://mcpindex.ai/server/io-github-sena-labs-replicate-mcp-server - io.github.shadowrootdev/awesome-agent-skills (io.github.shadowrootdev/awesome-agent-skills@1.0.2) MCP server with 100+ AI agent skills from Anthropic, Vercel, Trail of Bits, Hugging Face & more. installs: npm:awesome-agent-skills-mcp detail: https://mcpindex.ai/server/io-github-shadowrootdev-awesome-agent-skills - io.github.shalevshalit/image-recognition-mcp (io.github.shalevshalit/image-recognition-mcp@1.0.0) MCP server for AI-powered image recognition and description using OpenAI vision models. installs: npm:image-recognition-mcp detail: https://mcpindex.ai/server/io-github-shalevshalit-image-recognition-mcp - io.github.shalevshalit/image-recongnition-mcp (io.github.shalevshalit/image-recongnition-mcp@1.0.0) MCP server for AI-powered image recognition and description using OpenAI vision models. installs: npm:image-recongnition-mcp detail: https://mcpindex.ai/server/io-github-shalevshalit-image-recongnition-mcp - io.github.sharozdawa/ai-visibility (io.github.sharozdawa/ai-visibility@1.0.0) Track brand visibility across ChatGPT, Perplexity, Claude, and Gemini. installs: npm:ai-visibility-mcp detail: https://mcpindex.ai/server/io-github-sharozdawa-ai-visibility - io.github.shinpr/sub-agents-mcp (io.github.shinpr/sub-agents-mcp@0.12.1) AI sub-agent delegation for Cursor, Claude, Codex, Gemini, GLM, Kimi, Grok, and OpenCode installs: npm:sub-agents-mcp detail: https://mcpindex.ai/server/io-github-shinpr-sub-agents-mcp - io.github.shofer-dev/slang-workflows (io.github.shofer-dev/slang-workflows@0.1.2) Provable, declarative multi-agent workflows for Claude Code (typed .slang, non-LLM executor). installs: npm:slang-workflows detail: https://mcpindex.ai/server/io-github-shofer-dev-slang-workflows - io.github.shoggi211/jsonaut (io.github.shoggi211/jsonaut@0.1.0) Repair malformed JSON from LLM/agent output; optional JSON Schema coercion. Free + x402 paid. installs: remote:https://jsonaut.jsonaut-shaurya.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-shoggi211-jsonaut - io.github.somacoffeekyoto/imgx (io.github.somacoffeekyoto/imgx@1.6.1) AI image generation and editing MCP server. Gemini + OpenAI, iterative editing, undo/redo. installs: npm:imgx-mcp detail: https://mcpindex.ai/server/io-github-somacoffeekyoto-imgx - io.github.spanlens/mcp-server (io.github.spanlens/mcp-server@0.2.1) Query Spanlens LLM observability from Cursor, Claude Desktop, or Continue via MCP. installs: npm:@spanlens/mcp-server detail: https://mcpindex.ai/server/io-github-spanlens-mcp-server - io.github.srbsa/diffgate (io.github.srbsa/diffgate@0.8.0) Deterministic guardrail your coding agent runs on itself: diff-scoped findings, zero LLM tokens. installs: npm:diffgate-review detail: https://mcpindex.ai/server/io-github-srbsa-diffgate - io.github.sshahzaiib/agy-bridge (io.github.sshahzaiib/agy-bridge@0.3.1) Delegate heavy tasks from Claude Code to the Antigravity CLI (Gemini) with quota-aware failover. installs: npm:agy-bridge detail: https://mcpindex.ai/server/io-github-sshahzaiib-agy-bridge - Federal Regulations (io.github.stark256-spec/regulations-mcp@0.1.0) Search the Federal Register, read & diff CFR sections, query Regulations.gov. Any LLM supported. installs: pypi:regulations-mcp detail: https://mcpindex.ai/server/io-github-stark256-spec-regulations-mcp - Stockfish MCP (io.github.stepbot/stockfish-mcp@v1.0.2) A Stockfish MCP server to allow an LLM to play chess against Stockfish installs: pypi:stockfish-mcp detail: https://mcpindex.ai/server/io-github-stepbot-stockfish-mcp - io.github.strato-space/media-gen-mcp (io.github.strato-space/media-gen-mcp@1.0.4) MCP server for OpenAI Images/Videos and Google GenAI (Veo) media generation. installs: npm:@strato-space/media-gen-mcp detail: https://mcpindex.ai/server/io-github-strato-space-media-gen-mcp - CAPI Gateway (io.github.surisoft-io/capi-core@1.0.0) Apache Camel API Gateway with REST-to-MCP bridging for LLM agents. installs: docker:docker.io/surisoft/capi-core:1.417.5 detail: https://mcpindex.ai/server/io-github-surisoft-io-capi-core - garnet-mcp (io.github.tarazou9/garnet-mcp@0.1.2) RAG memory for LLM agents over Garnet Vector Sets: store text as embeddings, recall by meaning. installs: manual detail: https://mcpindex.ai/server/io-github-tarazou9-garnet-mcp - io.github.tci-nebula/mermaid-render-mcp (io.github.tci-nebula/mermaid-render-mcp@1.2.0) Renders Mermaid diagram syntax to PNG or SVG images for LLM clients installs: npm:mermaid-render-mcp detail: https://mcpindex.ai/server/io-github-tci-nebula-mermaid-render-mcp - io.github.temurkhan13/bash-vet-mcp (io.github.temurkhan13/bash-vet-mcp@1.0.3) Vet LLM-emitted shell commands BEFORE execution. 26 destructive-pattern rules / 8 families. installs: pypi:bash-vet-mcp detail: https://mcpindex.ai/server/io-github-temurkhan13-bash-vet-mcp - io.github.theadamdanielsson/overllm (io.github.theadamdanielsson/overllm@0.7.0) Find the LLM/AI calls you didn't need — where plain code or a regex does the job. No model. installs: pypi:overllm detail: https://mcpindex.ai/server/io-github-theadamdanielsson-overllm - io.github.thomasblc/skillsindex (io.github.thomasblc/skillsindex@0.2.1) Search and score 11,000+ AI agent tools: MCP servers, Claude skills, GPT actions, IDE plugins. installs: npm:skillsindex-mcp detail: https://mcpindex.ai/server/io-github-thomasblc-skillsindex - io.github.timmx7/styx-mcp-server (io.github.timmx7/styx-mcp-server@1.0.0) MCP server for Styx — intelligent AI routing across OpenAI, Anthropic, Google, and Mistral. installs: npm:styx-mcp-server detail: https://mcpindex.ai/server/io-github-timmx7-styx-mcp-server - OpenAI Ads MCP (io.github.trakkr-aisearch/openai-ads-mcp@0.1.7) OpenAI Ads MCP for ChatGPT Ads campaigns, creatives, audiences, insights, and conversions. installs: npm:openai-ads-mcp | pypi:openai-ads-mcp | remote:https://openai-ads-mcp.trakkr.ai/mcp detail: https://mcpindex.ai/server/io-github-trakkr-aisearch-openai-ads-mcp - io.github.turbyho/mem-context (io.github.turbyho/mem-context@0.1.4) Temporal memory MCP server with LanceDB vector search, weight-decay scoring, and LLM consolidation installs: pypi:mem-context detail: https://mcpindex.ai/server/io-github-turbyho-mem-context - io.github.udhaykumarbala/gemini-image-studio (io.github.udhaykumarbala/gemini-image-studio@1.0.2) AI image generation and editing with Google Gemini. Structured JSON editing. installs: npm:gemini-image-studio-mcp detail: https://mcpindex.ai/server/io-github-udhaykumarbala-gemini-image-studio - LLM CLI Gateway (io.github.verivus-oss/llm-cli-gateway@1.17.1) One MCP endpoint for Claude Code, Codex, Gemini, Grok and Mistral CLIs, with durable async jobs. installs: npm:llm-cli-gateway detail: https://mcpindex.ai/server/io-github-verivus-oss-llm-cli-gateway - Asvaai (io.github.viren040/asvaai-mcp@1.0.0) Query your brand's AI visibility across ChatGPT, Claude, Perplexity, and Gemini. installs: remote:https://mcp.asvaai.com/mcp detail: https://mcpindex.ai/server/io-github-viren040-asvaai-mcp - Midas (io.github.vornicx/midas@0.0.1) Local-first, source-traceable agent memory — no LLM at ingest, fully offline installs: pypi:midas-memory-mcp detail: https://mcpindex.ai/server/io-github-vornicx-midas - Vouch (io.github.vouchdev/vouch@1.2.2) Git-native, review-gated knowledge base for LLM agents. Cited retrieval, audited writes. installs: pypi:vouch-kb detail: https://mcpindex.ai/server/io-github-vouchdev-vouch - io.github.vpatser1/ai-cost-analyzer (io.github.vpatser1/ai-cost-analyzer@1.1.4) Analyze LLM API costs: token waste detection, caching savings estimates, model comparison installs: npm:ai-cost-analyzer detail: https://mcpindex.ai/server/io-github-vpatser1-ai-cost-analyzer - JSONShelf (io.github.walkojas-boop/jsonshelf@1.0.0) Deterministic JSON repair, validate, example-gen, schema-coerce for agents. Zero LLM, sub-10ms. installs: remote:https://jsonshelf.vercel.app/mcp detail: https://mcpindex.ai/server/io-github-walkojas-boop-jsonshelf - RegexForge (io.github.walkojas-boop/regexforge@1.0.0) Deterministic regex synthesis from labeled examples. Zero LLM, proof matrix, backtracking audit. installs: remote:https://regexforge.jason-12c.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-walkojas-boop-regexforge - io.github.waqarulwahab/llm-cost-estimator (io.github.waqarulwahab/llm-cost-estimator@0.3.1) Token counting & multi-model LLM cost estimates: GPT-4o, Claude, Gemini, 25+. No API key. installs: npm:llm-cost-estimator-mcp detail: https://mcpindex.ai/server/io-github-waqarulwahab-llm-cost-estimator - api-changelog (io.github.weiseer/api-changelog@0.1.1) SDK breaking-change tracker for AI agents — Anthropic/OpenAI/LangChain/MCP/Mistral. installs: npm:@weiseer/api-changelog-mcp detail: https://mcpindex.ai/server/io-github-weiseer-api-changelog - llm-oracle (io.github.weiseer/llm-oracle@0.2.0) Up-to-date LLM pricing + availability catalog with cited sources for AI agent routing. installs: npm:@weiseer/llm-oracle-mcp detail: https://mcpindex.ai/server/io-github-weiseer-llm-oracle - io.github.wesseltl/data-cleaner-agent (io.github.wesseltl/data-cleaner-agent@0.1.3) Clean messy CSVs: an LLM picks the steps, tested code does the work. Data untouched by the model. installs: pypi:agentic-csv-cleaner detail: https://mcpindex.ai/server/io-github-wesseltl-data-cleaner-agent - io.github.wheelbarrel00/claude-code-usage (io.github.wheelbarrel00/claude-code-usage@0.1.0) Claude Code token usage, cost, and plan limits from local logs and Anthropic's usage API. installs: npm:claude-code-usage-mcp detail: https://mcpindex.ai/server/io-github-wheelbarrel00-claude-code-usage - GoldBean MCP Server (io.github.wuzenghai616-lang/goldbean@1.2.0) 51 Baidu AI MCP tools: OCR, Vision, LLM, Speech, NLP. Pay-per-call from $0.001. installs: npm:goldbean-mcp detail: https://mcpindex.ai/server/io-github-wuzenghai616-lang-goldbean - io.github.wyattbenno777/icme-preflight (io.github.wyattbenno777/icme-preflight@1.0.1) Jailbreak-proof AI guardrails. Automated Reasoning SMT solver, not an LLM. ZK proofs included. installs: remote:https://api.icme.io/mcp detail: https://mcpindex.ai/server/io-github-wyattbenno777-icme-preflight - io.github.x51xxx/codex-mcp-tool (io.github.x51xxx/codex-mcp-tool@2.2.0) MCP server bridging AI assistants to OpenAI Codex CLI for code analysis and review installs: npm:@trishchuk/codex-mcp-tool detail: https://mcpindex.ai/server/io-github-x51xxx-codex-mcp-tool - Token Enhancer (io.github.xelektron/token-enhancer@0.2.1) Cuts AI web-fetching costs up to 99.9% by stripping page junk before it reaches your LLM. installs: pypi:xelektron-token-enhancer detail: https://mcpindex.ai/server/io-github-xelektron-token-enhancer - xpay Content Research (io.github.xpaysh/content-research@1.0.0) 40+ content research tools. Perplexity, Tavily, Semantic Scholar, FLUX, Ideogram, Recraft. installs: remote:https://content.mcp.xpay.sh/mcp?key={api_key} detail: https://mcpindex.ai/server/io-github-xpaysh-content-research - io.github.yamaru-eu/hardware-probe (io.github.yamaru-eu/hardware-probe@1.1.2) Hardware probe for performance diagnostics, thermal monitoring, and LLM optimization. installs: npm:@yamaru-eu/hardware-probe detail: https://mcpindex.ai/server/io-github-yamaru-eu-hardware-probe - io.github.yashdoke7/skeletongraph (io.github.yashdoke7/skeletongraph@0.1.1) Zero-LLM structural code retrieval for AI coding agents, served over MCP. installs: pypi:skeletongraph detail: https://mcpindex.ai/server/io-github-yashdoke7-skeletongraph - io.github.yjhann33-design/korea-stock-insight-mcp (io.github.yjhann33-design/korea-stock-insight-mcp@0.1.3) Korean stock market MCP — DART disclosures + KRX prices, English-first for global LLM analysts. installs: pypi:korea-stock-insight-mcp detail: https://mcpindex.ai/server/io-github-yjhann33-design-korea-stock-insight-mcp - Perplexity Agent (io.github.zalez/perplexity-agent-mcp@0.4.0) Multi-step web research with citations via Perplexity's Agent API. Standard library only. installs: pypi:perplexity-agent-mcp detail: https://mcpindex.ai/server/io-github-zalez-perplexity-agent-mcp - io.github.zero-abd/llmmcp (io.github.zero-abd/llmmcp@1.2.0) MCP server for real-time LLM API documentation — stop hallucinations installs: manual detail: https://mcpindex.ai/server/io-github-zero-abd-llmmcp - LLM Usage (io.github.zhaoyue722/llm-usage-mcp@0.1.3) Local-first, multi-provider tool that captures LLM API spend and exposes it to coding agents via MCP installs: pypi:llm-usage-mcp detail: https://mcpindex.ai/server/io-github-zhaoyue722-llm-usage-mcp - LMX Cloud LLM Inference (io.lmxcloud/mcp-server@0.1.0) OpenAI-compatible LLM MCP (7 tools); chat via balance key or x402 USDC on Base installs: remote:https://mcp.lmxcloud.io/mcp detail: https://mcpindex.ai/server/io-lmxcloud-mcp-server - io.scispot/mcp (io.scispot/mcp@1.0.0) Turn any LLM into your lab assistant: search samples, track experiments, analyze data with AI. installs: remote:https://mcp.scispot.io/ detail: https://mcpindex.ai/server/io-scispot-mcp - io.scorecard/mcp (io.scorecard/mcp@2.1.1) MCP server providing access to the Scorecard API to evaluate and optimize LLM systems. installs: npm:scorecard-ai-mcp | remote:https://mcp.scorecard.io/mcp detail: https://mcpindex.ai/server/io-scorecard-mcp - StudioMeyer GEO (io.studiomeyer/geo@2.12.0) AI visibility across 8 LLM platforms. 30 tools, most need no API key. EU-hosted, free. installs: remote:https://geo.studiomeyer.io/mcp detail: https://mcpindex.ai/server/io-studiomeyer-geo - Tessera MCP Server (io.tesseraai/mcp-server@0.1.2) MCP server for Tessera's LLM cost-optimization layer: anchored spend, drift, recommendations. installs: npm:@tessera-llm/mcp-server detail: https://mcpindex.ai/server/io-tesseraai-mcp-server - Agentwatch (lighting.comiza/agentwatch@1.0.0) Check if ChatGPT, Claude and Perplexity can reach, read and quote a website. installs: remote:https://comiza.lighting/agentwatch/mcp detail: https://mcpindex.ai/server/lighting-comiza-agentwatch - doing (live.alpic.doing-v2-d5286fe8/doing@0.0.1) simple task manager for your LLM installs: remote:https://doing-v2-d5286fe8.alpic.live detail: https://mcpindex.ai/server/live-alpic-doing-v2-d5286fe8-doing - Pulsai — Garmin for any AI (me.pulsai/garmin@1.0.0) Hosted MCP: your Garmin data (activities, sleep, HRV) in Claude, ChatGPT & Gemini. installs: remote:https://pulsai.me/mcp/{endpoint_code} detail: https://mcpindex.ai/server/me-pulsai-garmin - BankBridge (money.bankbridge/server@1.0.0) Read-only bank access for your AI agent. Connects Claude, ChatGPT, Cursor, Gemini, Codex. installs: remote:https://bankbridge.money/api/mcp detail: https://mcpindex.ai/server/money-bankbridge-server - Roundtable (now.roundtable.mcp/roundtable@1.0.2) Multi-model AI debates: GPT-4o, Claude, Gemini & 200+ models discuss, then synthesize insight. installs: remote:https://mcp.roundtable.now/mcp detail: https://mcpindex.ai/server/now-roundtable-mcp-roundtable - Gemini FAF (one.faf/gemini-faf-mcp@2.5.1) Persistent project context for Google Gemini. Python/FastMCP. IANA-registered .faf format. installs: pypi:gemini-faf-mcp detail: https://mcpindex.ai/server/one-faf-gemini-faf-mcp - online.claudenews/claude-news (online.claudenews/claude-news@1.0.0) Real-time Claude & Anthropic news from your own Claude — free, no API key. installs: remote:https://claudenews.online/api/mcp detail: https://mcpindex.ai/server/online-claudenews-claude-news - SaSame MCP Observatory + Gold Rush Town (online.sasame/research@0.8.1) No-key MCP: audit/certify MCPs, signed trust history; join Gold Rush Town & build with your LLM. installs: remote:https://live-vps.sasame.online/public-mcp detail: https://mcpindex.ai/server/online-sasame-research - AI/ML Research Papers (org.memoryapi/ai@1.0.0) AI/ML research papers from arXiv, DBLP, and HuggingFace installs: remote:https://ai.memoryapi.org/mcp detail: https://mcpindex.ai/server/org-memoryapi-ai - LLM Provider Intelligence (org.memoryapi/intel@1.0.0) LLM provider intelligence: recommendations, pricing, and status installs: remote:https://intel.memoryapi.org/mcp detail: https://mcpindex.ai/server/org-memoryapi-intel - FitLLM (run.fitllm/fitllm@1.0.0) Will this LLM fit on your GPU, multi-GPU rig or Mac? Exact VRAM & KV-cache math. Read-only. installs: remote:https://fitllm.run/api/mcp detail: https://mcpindex.ai/server/run-fitllm-fitllm - Investigation Game App (tech.skybridge.investigation-game/Investigation-Game@0.0.2) Find out who killed Claude by interrogating the LLM driven suspects... installs: remote:https://investigation-game.skybridge.tech detail: https://mcpindex.ai/server/tech-skybridge-investigation-game-investigation-game - Time's up Skybridge example App (tech.skybridge.times-up/Time-s-Up@0.0.1) Skybridge Example App showcasing a Time's up game with the LLM installs: remote:https://times-up.skybridge.tech detail: https://mcpindex.ai/server/tech-skybridge-times-up-time-s-up - to.hooka/mcp (to.hooka/mcp@0.1.2) Run TikTok cold-DM outreach from your LLM: senders, campaigns and inbox via the Hooka API. installs: npm:hooka-mcp detail: https://mcpindex.ai/server/to-hooka-mcp - vc.doomscore/doom (vc.doomscore/doom@0.1.0) Obsolescence-risk screening: predicts if a product gets absorbed into core LLM-platform features. installs: remote:https://mcp.doomscore.vc detail: https://mcpindex.ai/server/vc-doomscore-doom - AI Visibility Checker (work.agentexchange.aivisibility/ai-visibility-mcp@1.1.0) Free, no signup. Check if ChatGPT, Perplexity & Google AI recommend a brand in 15 markets (GEO/AEO). installs: remote:https://aivisibility.agentexchange.work/mcp detail: https://mcpindex.ai/server/work-agentexchange-aivisibility-ai-visibility-mcp - GPT55 Model Gateway (xyz.558686.gpt55/token-gateway@2026.8.5) Remote MCP gateway for GPT-5.6 Luna, Soul, Terra, and x402-paid agent tools with no API key. installs: remote:https://gpt55.558686.xyz/mcp detail: https://mcpindex.ai/server/xyz-558686-gpt55-token-gateway ## Analytics (358) - Alpic (ai.alpic.mcp/alpic-mcp@0.0.1) Manage your projects, debug deployment, and check analytics for any MCP server you host with Alpic installs: remote:https://mcp.alpic.ai detail: https://mcpindex.ai/server/ai-alpic-mcp-alpic-mcp - Analytics Legends — SAP Analytics Intelligence (ai.analyticslegends/sap-analytics@1.0.3) AI agent for SAP analytics: firms, day rates, contract radar, news, concepts, studies installs: remote:https://analyticslegends.ai/mcp detail: https://mcpindex.ai/server/ai-analyticslegends-sap-analytics - AutoRFP.ai (ai.autorfp/mcp@1.0.0) Search AutoRFP.ai projects, requirements, content library, and tags for Q&A and analytics. installs: remote:https://{api_host}/mcp detail: https://mcpindex.ai/server/ai-autorfp-mcp - Eevy (ai.eevy/mcp@1.0.1) Shopify CRO platform via MCP: 100+ tools for analytics, experiments, authoring, proven lift. installs: remote:https://mcp.eevy.ai/api/mcp detail: https://mcpindex.ai/server/ai-eevy-mcp - ai.fincontext/fincontext (ai.fincontext/fincontext@1.0.0) Read-only bank & investment accounts via Plaid: balances, holdings, transactions, SQL analytics. installs: remote:https://fincontext.ai/mcp detail: https://mcpindex.ai/server/ai-fincontext-fincontext - good-sport (ai.good-sport/good-sport@1.0.0) Sports-analytics research assistant that grades its own model and reports the losses. $9.99/mo. installs: remote:https://mcp.good-sport.ai/mcp detail: https://mcpindex.ai/server/ai-good-sport-good-sport - Inventory Hero (ai.inventoryhero/inventory-hero@1.0.0) Inventory, restock planning, and sales analytics for your Amazon FBA business. installs: remote:https://mcp.prod.inventoryhero.ai/mcp detail: https://mcpindex.ai/server/ai-inventoryhero-inventory-hero - ai.mcpanalytics/analytics (ai.mcpanalytics/analytics@1.0.7) The statistical analyst in your AI chat — validated, citable, re-runnable analysis of your data. installs: remote:https://api.mcpanalytics.ai/auth0 detail: https://mcpindex.ai/server/ai-mcpanalytics-analytics - ai.posteverywhere/mcp (ai.posteverywhere/mcp@1.5.1) Schedule and publish social posts to 11 platforms with media, campaigns, analytics and AI captions installs: npm:@posteverywhere/mcp | remote:https://mcp.posteverywhere.ai/mcp detail: https://mcpindex.ai/server/ai-posteverywhere-mcp - QR Manager (ai.qr-manager/qr-manager@1.0.0) Dynamic QR codes and short links with real-time analytics and AI/MCP integration. installs: remote:https://qr-manager.ai/api/mcp detail: https://mcpindex.ai/server/ai-qr-manager-qr-manager - ai.rolli/mcp (ai.rolli/mcp@1.2.1) Social media search, expert discovery, and analytics across X, Reddit, YouTube, and more installs: npm:@rolli/mcp detail: https://mcpindex.ai/server/ai-rolli-mcp - SearchConsole.ai (ai.searchconsole/searchconsole-ai@1.0.0) Read-only Search Console analytics, URL inspection, indexing diagnostics, and sitemaps. installs: remote:https://searchconsole.ai/mcp detail: https://mcpindex.ai/server/ai-searchconsole-searchconsole-ai - NetSuite Link (beta) (ai.solenium/netsuite-link@1.0.0-beta.1) BETA — Run SuiteQL, read/write NetSuite records, query SuiteAnalytics, and run saved bookmarks. installs: remote:https://netsuite.solenium.ai/api/v1/mcp detail: https://mcpindex.ai/server/ai-solenium-netsuite-link - ai.toffu/toffu (ai.toffu/toffu@1.0.0) AI marketing platform your agent runs end to end: ads, analytics, content, and reports. installs: remote:https://mcp.toffu.ai/mcp detail: https://mcpindex.ai/server/ai-toffu-toffu - Voris (ai.voris.mcp/server@0.0.2) Voris privacy-native web analytics for AI agents: query metrics & citations, scaffold tracking. installs: npm:@voris-ai/mcp detail: https://mcpindex.ai/server/ai-voris-mcp-server - CreatorDB (app.creatordb/mcp@1.4.3) Creator discovery & analytics across YouTube, Instagram, TikTok (30M+) + brand/sponsor intel. installs: remote:https://mcp.creatordb.app/mcp detail: https://mcpindex.ai/server/app-creatordb-mcp - Elasticflow (app.elasticflow/mcp@1.0.0) AI-native team workspace — tables, documents, workflow automation, live dashboards & analytics installs: remote:https://mcp.elasticflow.app/mcp detail: https://mcpindex.ai/server/app-elasticflow-mcp - app.eurolytics/eurolytics (app.eurolytics/eurolytics@2.4.0) Privacy-first, cookie-free web analytics: create sites, install and verify tracking, read stats. installs: remote:https://eurolytics.app/api/mcp detail: https://mcpindex.ai/server/app-eurolytics-eurolytics - HAVN (app.havnre/havn@0.1.0) Read-only AI access to HAVN properties, leads, tasks, files, media, and analytics. installs: remote:https://mcp.havnre.app/mcp detail: https://mcpindex.ai/server/app-havnre-havn - Mini Accountant (app.miniaccountant/mini-accountant@1.0.0) Hosted MCP server for Mini Accountant: invoices, expenses, customers, analytics, tax estimates. installs: remote:https://mcp.miniaccountant.app/v1beta detail: https://mcpindex.ai/server/app-miniaccountant-mini-accountant - Borough NYC Real Estate API (app.qwady/borough@1.1.0) Search NYC rentals and sales, property details, building data, and market analytics installs: npm:@borough/mcp | remote:https://borough.qwady.app/mcp detail: https://mcpindex.ai/server/app-qwady-borough - TheSignup (app.thesignup/mcp@1.0.0) TheSignup MCP server — read and manage signups, participants, webhooks, and analytics. installs: remote:https://thesignup.app/mcp/mcp detail: https://mcpindex.ai/server/app-thesignup-mcp - WarpLink (app.warplink/warplink@1.0.0) Link infrastructure for mobile teams: deep links, install attribution, and real-time analytics. installs: remote:https://api.warplink.app/mcp detail: https://mcpindex.ai/server/app-warplink-warplink - Nvoip MCP Server (br.com.nvoip/mcp-server@0.2.3) Secure Nvoip MCP server for reports, call analytics, service quality, and business insights. installs: remote:https://mcp.nvoip.com.br/mcp detail: https://mcpindex.ai/server/br-com-nvoip-mcp-server - Link Center (center.mylink/link-center@1.0.0) Dynamic, editable QR codes + short links with scan analytics and branded QR rendering. installs: remote:https://mylink.center/api/mcp detail: https://mcpindex.ai/server/center-mylink-link-center - chat.prelim/prelim (chat.prelim/prelim@0.1.0) Read AI preliminary phone screens — your roles, candidate scores, transcripts, and analytics. installs: remote:https://mcp.prelim.chat/mcp detail: https://mcpindex.ai/server/chat-prelim-prelim - Admaxxer (com.admaxxer/ads-manager@1.0.0) AI-powered DTC analytics & ads manager for Meta + Google installs: remote:https://admaxxer.com/mcp detail: https://mcpindex.ai/server/com-admaxxer-ads-manager - Adology MCP Server (com.adologyai/mcp@1.0.0) Competitive ad intelligence for AI agents: portfolios, ad/content search, analytics, discovery. installs: remote:https://mcp.adologyai.com/mcp detail: https://mcpindex.ai/server/com-adologyai-mcp - com.adspirer/ads (com.adspirer/ads@1.2.0) Manage Google, Meta, Amazon, TikTok, LinkedIn & ChatGPT ads. 430 tools for campaigns & analytics. installs: remote:https://mcp.adspirer.com/mcp detail: https://mcpindex.ai/server/com-adspirer-ads - com.affogata.app/affogata (com.affogata.app/affogata@1.0.2) Social listening analytics — query topics, filters, trending keywords, and conversation clusters. installs: remote:https://app.affogata.com/mcp detail: https://mcpindex.ai/server/com-affogata-app-affogata - AgentCat (com.agentcat/agentcat@1.0.0) Analytics and debugging for your MCP server — explore usage and sessions, then root-cause errors. installs: remote:https://mcp.agentcat.com/mcp detail: https://mcpindex.ai/server/com-agentcat-agentcat - AIOProductOS MCP (com.aioproductos/mcp@1.0.9) AIOProductOS: revenue, feedback, work and analytics on one customer record. 71 tools, 3 apps. installs: npm:@aioproductoscom/mcp | remote:https://platform.aioproductos.com/api/mcp detail: https://mcpindex.ai/server/com-aioproductos-mcp - AirROI (com.airroi/mcp@1.0.0) Airbnb & short-term rental market analytics: occupancy, ADR, RevPAR, revenue, comparables. installs: remote:https://mcp.airroi.com detail: https://mcpindex.ai/server/com-airroi-mcp - Amplitude (com.amplitude/mcp-server@1.0.0) Search, access, and get insights on your Amplitude data installs: remote:https://mcp.amplitude.com/mcp detail: https://mcpindex.ai/server/com-amplitude-mcp-server - Appfigures (com.appfigures/mcp@2.0.0) Access your app analytics, ASO tools, and app market intelligence with Appfigures. installs: npm:@appfigures/cli detail: https://mcpindex.ai/server/com-appfigures-mcp - Bitmovin Observability MCP (com.bitmovin.mcp.analytics/analytics-mcp@0.0.1) Query and analyse your data from Bitmovin Observability installs: remote:https://analytics.mcp.bitmovin.com detail: https://mcpindex.ai/server/com-bitmovin-mcp-analytics-analytics-mcp - Churn Solution (com.churnsolution/analytics@1.0.0) Query Churn Solution cancellation-flow metrics, revenue, and feedback analytics (read-only). installs: remote:https://mcp.churnsolution.com detail: https://mcpindex.ai/server/com-churnsolution-analytics - CiteHawk (com.citehawk/citehawk@1.0.1) AI-search visibility (GEO) analytics: brand scores, competitor rankings, recommendations, evidence. installs: remote:https://www.citehawk.com/api/mcp detail: https://mcpindex.ai/server/com-citehawk-citehawk - com.coinrailz/mcp (com.coinrailz/mcp@1.1.0) 63 paid services via USDC: crypto analytics, satellite, IoT, AI inference, prediction markets. installs: pypi:coinrailz-mcp detail: https://mcpindex.ai/server/com-coinrailz-mcp - Command+K (com.commandplusk/command-k@1.0.0) Manage a Command+K workspace: widgets, conversations, MCP connections, and usage analytics. installs: remote:https://commandplusk.com/api/public/mcp detail: https://mcpindex.ai/server/com-commandplusk-command-k - Consensus Analytics (com.consensus-analytics/mcp@1.0.0) Read-only financial facts from SEC/EU/KR filings: tickers, periods, report lines, =CaData() grids. installs: remote:https://ai.consensus-analytics.com/mcp detail: https://mcpindex.ai/server/com-consensus-analytics-mcp - Cotribute MCP (com.cotribute/mcp@0.1.0) Connect AI agents to financial institution origination, analytics, and compliance workflows. installs: remote:https://mcp.cotribute.co detail: https://mcpindex.ai/server/com-cotribute-mcp - DebugBundle (com.debugbundle/mcp@1.7.0) DebugBundle MCP: runtime error reporting, incident response, health checks, and product analytics. installs: npm:@debugbundle/mcp detail: https://mcpindex.ai/server/com-debugbundle-mcp - DMARKOFF — DMARC, SPF & DKIM Analytics (com.dmarkoff/mcp@1.0.1) DMARC analytics for AI assistants — domain health, SPF/DKIM records, compliance stats, anomalies. installs: remote:https://mcp.dmarkoff.com/mcp detail: https://mcpindex.ai/server/com-dmarkoff-mcp - Dukon AI — BILLZ store analytics (com.dukonai/billz@1.1.0) BILLZ (Billz) retail store analytics: revenue, profit, stock, top products, customers, reports installs: remote:https://mcp.dukonai.com/mcp detail: https://mcpindex.ai/server/com-dukonai-billz - Custom Website Editor (com.elijahdesent/custom-website-editor@1.0.0) Edit your church website in plain English — text, photos, pages, domains, hosting & analytics. installs: remote:https://www.elijahdesent.com/api/mcp detail: https://mcpindex.ai/server/com-elijahdesent-custom-website-editor - com.getcims/mcp (com.getcims/mcp@2.0.0) Manage 230M+ influencers, track campaigns, and access real-time CIMS analytics via AI agents installs: remote:https://api.getcims.com/functions/v1/mcp detail: https://mcpindex.ai/server/com-getcims-mcp - GleanMark Trademark Search (com.gleanmark/trademark-search@1.1.0) Search 13.7M+ USPTO trademarks. Clearance, phonetic matching, TTAB stats, analytics. installs: remote:https://gleanmark.com/mcp detail: https://mcpindex.ai/server/com-gleanmark-trademark-search - com.glitchexecutor.grow/glitch-grow-linkedin-ad-mcp (com.glitchexecutor.grow/glitch-grow-linkedin-ad-mcp@0.1.1) MCP server for the LinkedIn Marketing API — campaigns, analytics, creatives. installs: pypi:glitch-grow-linkedin-ad-mcp detail: https://mcpindex.ai/server/com-glitchexecutor-grow-glitch-grow-linkedin-ad-mcp - Hitsteps Analytics and Operations (com.hitsteps/analytics-operations@1.1.4) AI access to Hitsteps analytics, live visitors, uptime, goals, alerts, and chats. installs: remote:https://www.hitsteps.com/mcp/ detail: https://mcpindex.ai/server/com-hitsteps-analytics-operations - HTMLvault (com.htmlvault/htmlvault@1.0.0) Publish and manage secure HTML links: PII/secret scanning, batch create, patch edits, analytics. installs: remote:https://htmlvault.com/api/mcp detail: https://mcpindex.ai/server/com-htmlvault-htmlvault - InSync Analytics (com.insyncanalytics.ai-mcp/mcp@5.4.1) Institutional-grade financial data: earnings, estimates, guidance, stock prices, macro indicators. installs: remote:https://ai-mcp.insyncanalytics.com/mcp detail: https://mcpindex.ai/server/com-insyncanalytics-ai-mcp-mcp - com.jepto/mcp (com.jepto/mcp@1.0.0) Jepto MCP server that provides access to client knowledgebase & analytics for connected data sources installs: remote:https://mcp.jepto.com detail: https://mcpindex.ai/server/com-jepto-mcp - JobMojito (com.jobmojito/jobmojito@1.0.0) Run AI interviews, manage candidates and read hiring analytics on JobMojito. installs: remote:https://mcp.jobmojito.com/mcp detail: https://mcpindex.ai/server/com-jobmojito-jobmojito - Linkbreakers MCP (com.linkbreakers/mcp@1.116.0) QR-driven customer-journey platform for tracked QR codes, short links, and analytics. installs: remote:https://mcp.linkbreakers.com detail: https://mcpindex.ai/server/com-linkbreakers-mcp - com.mcparmory/google-analytics (com.mcparmory/google-analytics@1.0.3) Query GA4 analytics data with custom reports, pivot tables, and audience exports installs: pypi:mcparmory-google-analytics | docker:ghcr.io/mcparmory/google-analytics:1.0.3 detail: https://mcpindex.ai/server/com-mcparmory-google-analytics - com.mcparmory/google-search-console (com.mcparmory/google-search-console@1.0.3) Query search analytics, manage sitemaps, and inspect site URLs and status installs: pypi:mcparmory-google-search-console | docker:ghcr.io/mcparmory/google-search-console:1.0.3 detail: https://mcpindex.ai/server/com-mcparmory-google-search-console - com.mcparmory/linkly (com.mcparmory/linkly@1.0.3) Create short links, manage domains, and track click analytics installs: pypi:mcparmory-linkly | docker:ghcr.io/mcparmory/linkly:1.0.3 detail: https://mcpindex.ai/server/com-mcparmory-linkly - com.mcparmory/mixpanel (com.mcparmory/mixpanel@1.0.2) Analyze user behavior with funnels, retention, cohorts, and event segmentation installs: pypi:mcparmory-mixpanel | docker:ghcr.io/mcparmory/mixpanel:1.0.2 detail: https://mcpindex.ai/server/com-mcparmory-mixpanel - com.mcparmory/posthog (com.mcparmory/posthog@1.0.5) Capture analytics events, evaluate feature flags, and manage projects installs: pypi:mcparmory-posthog | docker:ghcr.io/mcparmory/posthog:1.0.5 detail: https://mcpindex.ai/server/com-mcparmory-posthog - Google Search Console MCP (com.mcpsearchconsole/search-console@0.1.7) Query Google Search Console analytics (clicks, impressions, CTR, position) over MCP. installs: remote:https://mcpsearchconsole.com/mcp detail: https://mcpindex.ai/server/com-mcpsearchconsole-search-console - MCPVillage (com.mcpvillage/website-builder@1.0.0) Build & edit your own website by talking to your LLM: pages, forms, SEO, analytics. Free to start. installs: remote:https://mcpvillage.com/mcp detail: https://mcpindex.ai/server/com-mcpvillage-website-builder - Muninx MCP Server (com.muninx/mcp@0.1.0) Remote MCP server for managing Muninx tickets, messages, ticket search, and support analytics. installs: remote:https://api.muninx.com/mcp detail: https://mcpindex.ai/server/com-muninx-mcp - com.neuronsearchlab/mcp (com.neuronsearchlab/mcp@0.6.2) Recommendations, search, catalogue, analytics, and platform admin tools for NeuronSearchLab installs: npm:@neuronsearchlab/mcp | remote:https://console.neuronsearchlab.com/api/mcp detail: https://mcpindex.ai/server/com-neuronsearchlab-mcp - NFL MCP (com.nflmcp/nfl-mcp@1.1.0) NFL analytics tools for AI agents: stats, fantasy, injuries, schedules, and advanced analysis. installs: remote:https://mcp.nflmcp.com/mcp detail: https://mcpindex.ai/server/com-nflmcp-nfl-mcp - com.octolens/octolens (com.octolens/octolens@2.0.0) Social listening for AI: query brand mentions across 15+ platforms, run analytics, manage keywords. installs: remote:https://app.octolens.com/api/mcp/v2 detail: https://mcpindex.ai/server/com-octolens-octolens - com.olympus-bets/olympus-bets-analytics (com.olympus-bets/olympus-bets-analytics@1.3.0) Quant sports analytics: 19 read-only tools across 12 leagues, projections, methods, track record. installs: remote:https://app.olympus-bets.com/mcp detail: https://mcpindex.ai/server/com-olympus-bets-olympus-bets-analytics - Options Analysis Suite (com.optionsanalysissuite/options-analysis-suite-mcp@1.0.1) Options analytics: 17 pricing models, 17 Greeks, GEX, IV, 23 screeners, unusual, dark pool, max pain installs: remote:https://mcp.optionsanalysissuite.com/mcp detail: https://mcpindex.ai/server/com-optionsanalysissuite-options-analysis-suite-mcp - OVRSEA Shipments (com.ovrsea.mcp/customer-mcp@0.0.1) Query your OVRSEA freight: shipments, quotations, documents, tasks, and reporting analytics. installs: remote:https://mcp.ovrsea.com detail: https://mcpindex.ai/server/com-ovrsea-mcp-customer-mcp - Profitpather (com.profitpather/analytics@0.3.7) First-party unsampled Shopify analytics MCP — sessions, attribution, funnels, leaks. 26 tools. installs: remote:https://profitpather.com/mcp detail: https://mcpindex.ai/server/com-profitpather-analytics - QR Top (com.qr-top/qr-top@1.0.0) Dynamic QR codes by chat: edit destinations after printing, smart routing, and scan analytics. installs: remote:https://qr-top.com/api/mcp detail: https://mcpindex.ai/server/com-qr-top-qr-top - RedirectBoss (com.redirectboss/mcp@1.0.0) Manage hosts, redirects, SSL, and traffic analytics from Claude and other AI assistants. installs: remote:https://mcp.redirectboss.com/mcp detail: https://mcpindex.ai/server/com-redirectboss-mcp - com.reportingninja/reporting-ninja (com.reportingninja/reporting-ninja@1.0.0) Read-only access to your Reporting Ninja marketing and analytics data across 20+ ad platforms. installs: remote:https://mcp.reportingninja.com/mcp detail: https://mcpindex.ai/server/com-reportingninja-reporting-ninja - Google Analytics (unofficial) (com.safe-mcp/google-analytics-unofficial@1.0.0) Connect Google Analytics to ChatGPT. Query GA4 data in plain English and get instant insights. installs: remote:https://api.safe-mcp.com/mcp detail: https://mcpindex.ai/server/com-safe-mcp-google-analytics-unofficial - com.schedulala/schedulala (com.schedulala/schedulala@0.10.1) Schedule and publish social posts to 12 platforms with first comments, analytics, and listening. installs: npm:@schedulala/mcp-server | remote:https://schedulala.com/api/mcp detail: https://mcpindex.ai/server/com-schedulala-schedulala - ShinobiData (com.shinobidata/research@1.0.0) Portfolio analytics + US-equity market research for AI clients. ChatGPT deep-research compat. installs: remote:https://mcp.shinobidata.com/api/mcp/mcp detail: https://mcpindex.ai/server/com-shinobidata-research - com.statsig/statsig-mcp-server (com.statsig/statsig-mcp-server@1.0.0) MCP server for Statsig API - interact with Statsig's feature flags, experiments, and analytics installs: remote:https://api.statsig.com/v1/mcp detail: https://mcpindex.ai/server/com-statsig-statsig-mcp-server - ToughTongue AI (com.toughtongueai/mcp@1.0.0) Create voice-agent scenarios, pull session analytics, place SIP calls, schedule meeting bots. installs: remote:https://api.toughtongueai.com/api/public/mcp detail: https://mcpindex.ai/server/com-toughtongueai-mcp - Viddler (com.viddler/viddler-mcp@1.0.0) Official Viddler MCP: list videos, manage access control, pull proof-of-viewing analytics. installs: remote:https://mcp.viddler.com/mcp detail: https://mcpindex.ai/server/com-viddler-viddler-mcp - YouTube Studio MCP (com.youtubestudiomcp/youtube-studio@0.0.1) Hosted MCP for YouTube Studio: uploads, metadata, playlists, comments, analytics, captions. installs: remote:https://mcp.youtubestudiomcp.com/api/mcp detail: https://mcpindex.ai/server/com-youtubestudiomcp-youtube-studio - com.zenovay/analytics (com.zenovay/analytics@1.0.1) Real-time web analytics for AI agents: query traffic, funnels, revenue, and manage your sites. installs: remote:https://api.zenovay.com/mcp detail: https://mcpindex.ai/server/com-zenovay-analytics - Zernio (com.zernio/zernio@1.0.0) Schedule, publish, and analyze social media across 15+ platforms, plus inbox, ads, and analytics. installs: remote:https://mcp.zernio.com/mcp detail: https://mcpindex.ai/server/com-zernio-zernio - com.zype.mcp/server (com.zype.mcp/server@0.5.3) Manage videos, playlists, analytics, and monetization for OTT streaming services. installs: npm:@zype-com/mcp | remote:https://mcp.zype.com/mcp detail: https://mcpindex.ai/server/com-zype-mcp-server - Oh My Posh Validator (dev.ohmyposh/validator@29.37.0) Validate oh-my-posh configurations and segment snippets against the official schema. installs: remote:https://ohmyposh.dev/api/mcp detail: https://mcpindex.ai/server/dev-ohmyposh-validator - PostLake (dev.postlake/social@1.1.0) Post, schedule and read analytics on X, LinkedIn, Instagram, TikTok, YouTube, Bluesky and more. installs: remote:https://api.postlake.dev/mcp detail: https://mcpindex.ai/server/dev-postlake-social - QuantRisk (dev.quantrisk/mcp-server@1.0.2) Portfolio risk analytics — VaR, Monte Carlo, optimization, options Greeks, stress testing. installs: npm:@quantrisk/mcp-server | remote:https://quantrisk-mcp.quantrisk.workers.dev/mcp detail: https://mcpindex.ai/server/dev-quantrisk-mcp-server - Swonkie (dev.swonkie/swonkie@1.0.0) Manage social media from your AI client: analytics, posts, scheduling, media, and AI images. installs: remote:https://mcp.swonkie.dev/mcp?apiId={api_id}&apiKey={api_key} detail: https://mcpindex.ai/server/dev-swonkie-swonkie - AppGoblin - App Store ASO & App Intel (info.appgoblin/app-store-analytics@1.0.0) Research iOS and Android apps, use keyword marketing tools, see app installs, revenue and sdks. installs: remote:https://appgoblin.info/api/v1/mcp detail: https://mcpindex.ai/server/info-appgoblin-app-store-analytics - io.balldontlie/mcp (io.balldontlie/mcp@1.1.0) Provides access to live sports data and analytics from BALLDONTLIE: The Sports API installs: remote:https://mcp.balldontlie.io/mcp detail: https://mcpindex.ai/server/io-balldontlie-mcp - Betterlytics (io.betterlytics/mcp@1.0.1) Query your Betterlytics web analytics from AI agents: traffic, funnels, journeys, errors, uptime. installs: remote:https://betterlytics.io/api/mcp detail: https://mcpindex.ai/server/io-betterlytics-mcp - io.catchmetrics.mcp/rum-analytics (io.catchmetrics.mcp/rum-analytics@1.0.0) RUM platform for web performance analytics, Core Web Vitals, and third-party script monitoring. installs: remote:https://mcp.catchmetrics.io detail: https://mcpindex.ai/server/io-catchmetrics-mcp-rum-analytics - CodeQR (io.codeqr/codeqr@0.1.0) Create and manage CodeQR short links, QR codes, and analytics from any MCP client. installs: remote:https://mcp.codeqr.io/mcp detail: https://mcpindex.ai/server/io-codeqr-codeqr - Agent Einstein — Autonomous Crypto Intelligence (io.emc2ai/einstein@2.0.0) 40 AI crypto tools: whale tracking, security scans, DeFi analytics, quantum security, and more. installs: remote:https://emc2ai.io/api/mcp detail: https://mcpindex.ai/server/io-emc2ai-einstein - Endlss (io.endlss/endlss-mcp-server@0.1.0) Manage Endlss ambassador programs: sellers, offers, invites, messaging, and analytics. installs: remote:https://mcp.endlss.io/mcp detail: https://mcpindex.ai/server/io-endlss-endlss-mcp-server - io.eventify/mcp-server (io.eventify/mcp-server@1.0.0) Eventify MCP server — manage events, attendees, sessions, speakers, sponsors, and analytics. installs: remote:https://amcp.eventify.io/api/v2/mcp detail: https://mcpindex.ai/server/io-eventify-mcp-server - ezStats MCP (io.ezstats/ezstats-mcp@0.2.1) Privacy-first website analytics MCP server for ezStats with analytics, SEO, goals, and MCP tools. installs: npm:@ezstats/ezstats-mcp | remote:https://go.ezstats.io/mcp/sse detail: https://mcpindex.ai/server/io-ezstats-ezstats-mcp - Sui Analytics (io.github.0xfreak0/sui-mcp@1.6.0) Read-only Sui blockchain analytics: 59 tools, protocol-aware tx decoding, no API keys or wallet. installs: npm:sui-analytics-mcp detail: https://mcpindex.ai/server/io-github-0xfreak0-sui-mcp - 11agents Cloud MCP (io.github.11Agents/cloud-mcp@1.0.0) Cloud MCP for project data, analytics, research, content planning, media generation, and growth. installs: remote:https://app.11agents.ai/mcp detail: https://mcpindex.ai/server/io-github-11agents-cloud-mcp - 1ClickReport (io.github.1clickreport/mcp@1.0.0) 40 tools for marketing analytics, campaign management, and AI monitoring across 6 platforms. installs: remote:https://mcp.1clickreport.com/mcp detail: https://mcpindex.ai/server/io-github-1clickreport-mcp - io.github.78degrees/quantrisk (io.github.78degrees/quantrisk@1.0.3) Portfolio risk analytics MCP server — VaR, Monte Carlo, stress testing, and more. installs: npm:@quantrisk/mcp-server detail: https://mcpindex.ai/server/io-github-78degrees-quantrisk - Google Search Console MCP (io.github.A1-x-Tech/mcp-google-search-console@1.0.0) MCP server for the Google Search Console API: search analytics, sitemaps, URL inspection, sites. installs: npm:mcp-google-search-console detail: https://mcpindex.ai/server/io-github-a1-x-tech-mcp-google-search-console - io.github.AINative-Studio/ainative-gtm-mcp (io.github.AINative-Studio/ainative-gtm-mcp@0.4.2) Full Google Ads, Analytics & Tag Manager lifecycle MCP for AI agents — 57 tools. installs: npm:@ainative/gtm-mcp detail: https://mcpindex.ai/server/io-github-ainative-studio-ainative-gtm-mcp - AION Indian Market Intelligence for Macro Event & Sector Impact Analysis (io.github.AION-Analytics/aion-indian-market-intelligence@1.0.6) Indian macro-event and sector impact intelligence for MCP workflows. installs: pypi:aion-indian-market-intelligence detail: https://mcpindex.ai/server/io-github-aion-analytics-aion-indian-market-intelligence - Google Search Console (io.github.AKzar1el/mcp-gsc@0.3.1) Google Search Console MCP for analytics, indexing, sitemaps, and SEO diagnostics. installs: remote:https://{mcp_gsc_worker_domain}/mcp detail: https://mcpindex.ai/server/io-github-akzar1el-mcp-gsc - Sipcode (io.github.Anuj7411/sipcode@1.6.20) Context hygiene for Claude Code: drift detection, re-read dedup, and token analytics. installs: npm:sipcode detail: https://mcpindex.ai/server/io-github-anuj7411-sipcode - io.github.Arjun0606/smolanalytics (io.github.Arjun0606/smolanalytics@0.50.2) Agent-operated web + product analytics. 79 tools + 14 prompts; answers provably match the dashboard. installs: docker:ghcr.io/arjun0606/smolanalytics:v0.50.2 detail: https://mcpindex.ai/server/io-github-arjun0606-smolanalytics - Atlas (io.github.AtlasDevHQ/atlas@0.0.2) Atlas is a YAML-defined semantic layer for analytics — authored by humans, consumed by AI agents. installs: npm:@useatlas/mcp detail: https://mcpindex.ai/server/io-github-atlasdevhq-atlas - MCP Search Console (io.github.Ayo-Fam/mcp-search-console@0.1.3) Multi-account Google Search Console MCP: analytics, URL inspection, sitemaps across named accounts. installs: pypi:mcp-search-console-multi detail: https://mcpindex.ai/server/io-github-ayo-fam-mcp-search-console - io.github.BenSpank/pollbolt (io.github.BenSpank/pollbolt@1.0.0) AI-native survey & form builder. Manage surveys, responses, analytics, and webhooks. installs: remote:https://api.pollbolt.com/mcp detail: https://mcpindex.ai/server/io-github-benspank-pollbolt - io.github.BoxLab-Ltd/yandex-metrica-mcp (io.github.BoxLab-Ltd/yandex-metrica-mcp@0.3.0) Query Yandex Metrica analytics — reports, trends, metadata and raw log exports — via an AI agent. installs: npm:yandex-metrica-mcp detail: https://mcpindex.ai/server/io-github-boxlab-ltd-yandex-metrica-mcp - Technology Stack Detection API (io.github.Br0ski777/tech-enrichment@1.2.0) Detect 50+ technologies on any website: CMS, frameworks, analytics, CDN. x402. installs: remote:https://tech-enrichment.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-tech-enrichment - BrightSite (io.github.BrightSiteHQ/brightsite@1.0.0) Manage BrightSite websites: pages, blog posts, components, forms, media, and analytics. installs: remote:https://onbrightsite.com/api/mcp detail: https://mcpindex.ai/server/io-github-brightsitehq-brightsite - io.github.BuildPulseLLC/buildpulse-mcp (io.github.BuildPulseLLC/buildpulse-mcp@0.1.5) BuildPulse CI test analytics for AI agents — flaky tests, coverage, and CI run history. installs: npm:@buildpulse/mcp | remote:https://mcp.buildpulse.io/mcp detail: https://mcpindex.ai/server/io-github-buildpulsellc-buildpulse-mcp - Buzzr Sports Engine (io.github.Buzzr-app/dfs-engine@5.1.0) Local sports math, DFS settlement, bet analytics, and game-entertainment tools. installs: npm:@buzzr/mcp detail: https://mcpindex.ai/server/io-github-buzzr-app-dfs-engine - io.github.CSOAI-ORG/csv-analytics-mcp (io.github.CSOAI-ORG/csv-analytics-mcp@1.0.11) Csv Analytics MCP Server by MEOK AI Labs installs: pypi:csv-analytics-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-csv-analytics-mcp - io.github.CSOAI-ORG/marketing-analytics-ai-mcp (io.github.CSOAI-ORG/marketing-analytics-ai-mcp@1.0.4) marketing-analytics-ai-mcp MCP server by MEOK AI Labs installs: pypi:marketing-analytics-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-marketing-analytics-ai-mcp - io.github.Coinversaa/mcp-server (io.github.Coinversaa/mcp-server@0.2.1) Crypto intelligence for AI agents. Hyperliquid trader analytics, cohorts, and live market data. installs: npm:@coinversaa/mcp-server detail: https://mcpindex.ai/server/io-github-coinversaa-mcp-server - Convai Analytics (io.github.Conv-AI/convai-analytics-mcp@0.2.5) Analyze Convai sessions, latency, reliability, usage, and provider telemetry via API key. installs: npm:@convai/analytics-mcp detail: https://mcpindex.ai/server/io-github-conv-ai-convai-analytics-mcp - io.github.Dan-Cleary/convalytics (io.github.Dan-Cleary/convalytics@1.0.0) Read-only analytics for Convex apps, queryable via MCP from Claude, Cursor, and other clients. installs: remote:https://api.convalytics.dev/mcp detail: https://mcpindex.ai/server/io-github-dan-cleary-convalytics - io.github.ExpertVagabond/hedera-mcp (io.github.ExpertVagabond/hedera-mcp@0.5.0) Build-only Hedera (Hashgraph) MCP — 73 tools across all core services plus analytics reads. installs: npm:@purplesquirrel/hedera-mcp detail: https://mcpindex.ai/server/io-github-expertvagabond-hedera-mcp - io.github.ExpertVagabond/sui-mcp-server (io.github.ExpertVagabond/sui-mcp-server@0.4.2) 53-tool MCP server for Sui blockchain — wallets, DeFi, Move contracts, staking, SuiNS, analytics installs: npm:sui-mcp-server detail: https://mcpindex.ai/server/io-github-expertvagabond-sui-mcp-server - Scout (io.github.Flikah/scout-mcp@0.1.0) Find licensed real estate agents, search MLS, route leads. Remote MCP for SC + GA brokerages. installs: remote:https://scout.realestate/api/mcp detail: https://mcpindex.ai/server/io-github-flikah-scout-mcp - Currency & Exchange Rate MCP (io.github.FoundryNet/currency-intel-mcp@1.0.0) Currency conversion + exchange rates: free convert/rates, paid historical & trend analytics. installs: remote:https://currency-intel-mcp-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-foundrynet-currency-intel-mcp - io.github.Gren70/gold-silver-analytics (io.github.Gren70/gold-silver-analytics@0.1.1) Analytical Re-Rate (RR) Scores + 9-factor breakdowns on ~300 junior precious-metals miners. installs: remote:https://gold-silver-analytics-mcp-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-gren70-gold-silver-analytics - io.github.IONIS-AI/ionis-mcp (io.github.IONIS-AI/ionis-mcp@1.2.4) HF propagation analytics. 175M WSPR/RBN signatures, band openings, solar correlation. installs: pypi:ionis-mcp detail: https://mcpindex.ai/server/io-github-ionis-ai-ionis-mcp - io.github.IndigoProtocol/indigo-mcp (io.github.IndigoProtocol/indigo-mcp@0.2.1) Indigo Protocol MCP — iAsset prices, CDP analytics, stability pools, staking & governance installs: npm:@indigoprotocol/indigo-mcp detail: https://mcpindex.ai/server/io-github-indigoprotocol-indigo-mcp - io.github.Jmpy-me/jmpy-mcp-server (io.github.Jmpy-me/jmpy-mcp-server@1.1.0) Official JMPY.me MCP Server: URL shortener, QR codes, and 70+ marketing analytics tools. installs: remote:https://jmpy.me/mcp/sse detail: https://mcpindex.ai/server/io-github-jmpy-me-jmpy-mcp-server - io.github.KyuRish/trading212-mcp-server (io.github.KyuRish/trading212-mcp-server@0.1.1) MCP server for Trading 212 API - portfolio, orders, pies, dividends, and analytics installs: pypi:trading212-mcp-server detail: https://mcpindex.ai/server/io-github-kyurish-trading212-mcp-server - LLM Pulse (io.github.LLM-Pulse/llmpulse-mcp@1.0.0) AI visibility analytics for brand mentions, citations, sentiment, and GEO reports installs: remote:https://api.llmpulse.ai/api/v1/mcp detail: https://mcpindex.ai/server/io-github-llm-pulse-llmpulse-mcp - Matomo Analytics (io.github.Liohtml/matomo-mcp@0.1.3) Curated read-only Matomo Analytics tools: traffic, pages, referrers, e-commerce, real-time & more. installs: docker:ghcr.io/liohtml/matomo-mcp:v0.1.3 detail: https://mcpindex.ai/server/io-github-liohtml-matomo-mcp - io.github.MadeOnSol/madeonsol (io.github.MadeOnSol/madeonsol@1.20.0) Solana KOL trading intelligence & deployer analytics via x402 micropayments or API key. installs: npm:mcp-server-madeonsol detail: https://mcpindex.ai/server/io-github-madeonsol-madeonsol - Stride20k x402 Data Gateway (io.github.Marysbrain/x402-gateway-mcp@0.2.0) x402 analytics feed + 20+ pay-per-call agent tools over x402 (data, LLM, risk), no accounts. installs: npm:x402-gateway-mcp detail: https://mcpindex.ai/server/io-github-marysbrain-x402-gateway-mcp - PostHog MCP Server (io.github.PostHog/mcp@1.0.1) Official PostHog MCP Server for product analytics, feature flags, experiments, and more. installs: remote:https://mcp.posthog.com/mcp detail: https://mcpindex.ai/server/io-github-posthog-mcp - io.github.QrMakerIO/mcp-server (io.github.QrMakerIO/mcp-server@0.1.1) Generate styled QR codes, manage dynamic short links with analytics, and publish landing pages. installs: npm:@qr-maker/mcp-server detail: https://mcpindex.ai/server/io-github-qrmakerio-mcp-server - io.github.Ringer/warp (io.github.Ringer/warp@1.0.2) SIP trunking, numbers, porting, messaging, billing, and CDR analytics on the Ringer WARP platform installs: npm:warp-mcp detail: https://mcpindex.ai/server/io-github-ringer-warp - io.github.RubenGlez/devicecloud (io.github.RubenGlez/devicecloud@0.3.2) Triage failing DeviceCloud Maestro test runs: fail reasons, screenshots, flaky-flow analytics installs: npm:devicecloud-mcp detail: https://mcpindex.ai/server/io-github-rubenglez-devicecloud - io.github.RudrenduPaul/podcast-guest-crm (io.github.RudrenduPaul/podcast-guest-crm@0.1.5) Manage podcast guest pipeline, outreach drafts, and analytics via 5 MCP tools. installs: npm:podcast-guest-crm-cli detail: https://mcpindex.ai/server/io-github-rudrendupaul-podcast-guest-crm - io.github.SavantoAI/mcp-server (io.github.SavantoAI/mcp-server@0.2.1) Manage your Savanto store from your AI: catalog, content, prompts, and analytics, by chat. installs: npm:@savantoai/mcp-server | remote:https://mcp.savanto.ai/mcp detail: https://mcpindex.ai/server/io-github-savantoai-mcp-server - Backtesting Arena (io.github.Schoasch/backtesting-arena@1.3.0) Crypto backtesting & Bitcoin cycle analytics. Point-in-time, DSR-corrected, look-ahead-aware. installs: remote:https://tradingstrategies.work/api/mcp detail: https://mcpindex.ai/server/io-github-schoasch-backtesting-arena - HaloPSA MCP (io.github.Servosity/halopsa-mcp@0.2.2) HaloPSA ticket triage, SLA-breach pre-emption, and cross-client analytics for any MCP agent. installs: manual detail: https://mcpindex.ai/server/io-github-servosity-halopsa-mcp - RocketCyber MCP (io.github.Servosity/rocketcyber-mcp@0.1.0) CLI and MCP server for RocketCyber Managed SOC: triage, MTTR, and posture analytics. installs: manual detail: https://mcpindex.ai/server/io-github-servosity-rocketcyber-mcp - Salesbuildr MCP (io.github.Servosity/salesbuildr-mcp@0.1.0) Every Salesbuildr resource as a scriptable command, plus offline margin and pipeline analytics. installs: manual detail: https://mcpindex.ai/server/io-github-servosity-salesbuildr-mcp - Servosity MCP (io.github.Servosity/servosity-mcp@0.4.0) Fleet-wide backup triage, stale-backup detection, and cross-engine analytics for any MCP agent. installs: manual detail: https://mcpindex.ai/server/io-github-servosity-servosity-mcp - Polar Health Data (self-hosted) (io.github.StuMason/polar-flow-server@1.5.0) Self-hosted Polar health analytics with a built-in MCP server: sleep, HRV, workouts, baselines. installs: docker:docker.io/stumason/polar-flow-server:1.5.0 detail: https://mcpindex.ai/server/io-github-stumason-polar-flow-server - Webeyez MCP (io.github.Webeyez-analytics/webeyez-mcp-server@1.0.11) Webeyez MCP: Access UX session replays, conversion funnels, errors, and performance diagnostics. installs: npm:@webeyez/mcp-server detail: https://mcpindex.ai/server/io-github-webeyez-analytics-webeyez-mcp-server - TokenTrace (io.github.abhiyoheswaran1/tokentrace@0.21.2) Local-first AI CLI usage analytics for agents. installs: npm:tokentrace detail: https://mcpindex.ai/server/io-github-abhiyoheswaran1-tokentrace - io.github.adelaidasofia/instagram-mcp (io.github.adelaidasofia/instagram-mcp@0.1.2) Official, multi-account Instagram Graph API MCP: read, publish, analytics, comments, DMs. installs: pypi:adelaidasofia-instagram-mcp detail: https://mcpindex.ai/server/io-github-adelaidasofia-instagram-mcp - FastMCP server for Substack — publish Notes and posts, pull analytics, manage dr (io.github.adelaidasofia/substack-mcp@0.1.0) FastMCP server for Substack — publish Notes and posts, pull analytics, manage drafts, pluggable… installs: manual detail: https://mcpindex.ai/server/io-github-adelaidasofia-substack-mcp - ZulipChat MCP Server (io.github.akougkas/zulipchat@0.4.2) ZulipChat MCP: Connect AI to Zulip with 60+ tools for messaging, streams, events, and analytics installs: pypi:zulipchat-mcp detail: https://mcpindex.ai/server/io-github-akougkas-zulipchat - Phos Analytics Engine (io.github.albermm/phos-analytics-engine@1.0.0) Sales analytics, ML forecasting, customer segmentation, and trend analysis. installs: remote:https://ae.phos.nz/mcp/ detail: https://mcpindex.ai/server/io-github-albermm-phos-analytics-engine - io.github.alexlarcheveque/writio (io.github.alexlarcheveque/writio@0.1.3) LinkedIn-native AI content creation, scheduling & analytics via MCP. installs: npm:@writio/mcp-server detail: https://mcpindex.ai/server/io-github-alexlarcheveque-writio - io.github.amaterous/picoli-mcp (io.github.amaterous/picoli-mcp@1.0.1) MCP server for picoli.site - URL shortening and click analytics for AI agents installs: npm:picoli-mcp detail: https://mcpindex.ai/server/io-github-amaterous-picoli-mcp - io.github.analyticsinmotion/mcp-listen (io.github.analyticsinmotion/mcp-listen@0.1.1) Give your AI agents the ability to listen. Microphone capture and speech-to-text. installs: npm:mcp-listen detail: https://mcpindex.ai/server/io-github-analyticsinmotion-mcp-listen - Youfiliate Smart Links (io.github.andrewmpierce/youfiliate-mcp@0.1.1) Create geo-targeted affiliate smart links, pull analytics, and rewrite YouTube descriptions. installs: pypi:youfiliate-mcp | remote:https://youfiliate-mcp.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-andrewmpierce-youfiliate-mcp - SEO Tools: Google Analytics 4 (io.github.antohins/seo-tools-mcp-ga4@1.7.0) Google Analytics 4: reports, traffic sources, landing pages, events, realtime (read-only). installs: npm:seo-tools-mcp-ga4 detail: https://mcpindex.ai/server/io-github-antohins-seo-tools-mcp-ga4 - SEO Tools: Google Search Console (io.github.antohins/seo-tools-mcp-gsc@1.7.0) Google Search Console: Search Analytics, URL Inspection, sitemaps (read-only, OAuth/service acct). installs: npm:seo-tools-mcp-gsc detail: https://mcpindex.ai/server/io-github-antohins-seo-tools-mcp-gsc - Tech Stack Detector (io.github.apifymcpfactory-droid/tech-stack-detector@1.0.0) Detect 7,500+ technologies on any website - CMS, ecommerce, analytics, frameworks. ~$5/1,000 sites. installs: remote:https://mcp.apify.com?tools=apifmcpfactory/tech-stack-detector detail: https://mcpindex.ai/server/io-github-apifymcpfactory-droid-tech-stack-detector - io.github.aplaceforallmystuff/mcp-pickaxe (io.github.aplaceforallmystuff/mcp-pickaxe@1.0.1) MCP server for Pickaxe API - manage AI agents, knowledge bases, users, and analytics installs: npm:mcp-pickaxe detail: https://mcpindex.ai/server/io-github-aplaceforallmystuff-mcp-pickaxe - io.github.apolloio/mcp (io.github.apolloio/mcp@0.1.1) Official Apollo.io MCP server for lead enrichment, prospecting, sequences, and analytics. installs: npm:@apolloio/mcp detail: https://mcpindex.ai/server/io-github-apolloio-mcp - Virlo (io.github.arod90/virlo@1.0.0) Short-form video analytics and trend intelligence for TikTok, YouTube, and Instagram installs: remote:https://dev.virlo.ai/api/mcp/mcp detail: https://mcpindex.ai/server/io-github-arod90-virlo - Yandex Metrica MCP (io.github.askads/mcp-yandex-metrica@1.3.1) MCP server for Yandex Metrica API: list counters, goals and pull web-analytics statistics. installs: npm:mcp-yandex-metrica detail: https://mcpindex.ai/server/io-github-askads-mcp-yandex-metrica - FinCore Agentic Commerce (io.github.athenalion/fincore-agentic-commerce@2.0.0) Agentic commerce with 58 MCP tools for product search, checkout, A2A negotiation, C-Suite analytics. installs: remote:https://api.aiproductscout.shop/fincore/mcp detail: https://mcpindex.ai/server/io-github-athenalion-fincore-agentic-commerce - Avo (io.github.avohq/avo@1.0.0) Define, ship & query your analytics tracking from one source of truth, trusted by humans and agents. installs: remote:https://mcp.avo.app/mcp detail: https://mcpindex.ai/server/io-github-avohq-avo - PushEngage (io.github.awesomemotive/pushengage-mcp@1.0.0) Send push notifications, build audiences, and view campaign analytics from PushEngage. installs: npm:@pushengage/mcp detail: https://mcpindex.ai/server/io-github-awesomemotive-pushengage-mcp - Nightly MCP (io.github.bakaburg24/nightly-mcp@1.0.0) NBA/WNBA betting analytics: live odds, sharp fair prices, injuries, and prop verification. installs: remote:https://nightly-mcp-production-7f9e.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-bakaburg24-nightly-mcp - io.github.bbb-build/mascope-mcp (io.github.bbb-build/mascope-mcp@1.0.1) World MiniApp reviews and analytics — verified human ratings via World ID installs: npm:mascope-mcp detail: https://mcpindex.ai/server/io-github-bbb-build-mascope-mcp - io.github.blocklens/blocklens-mcp-server (io.github.blocklens/blocklens-mcp-server@0.4.3) Bitcoin on-chain analytics — 109 metrics: MVRV, SOPR, NUPL, HODL Waves, CDD, cycles & more installs: npm:blocklens-mcp-server detail: https://mcpindex.ai/server/io-github-blocklens-blocklens-mcp-server - Drivara (io.github.bsrishi/drivara@1.0.0) Read-only access to your Drivara fleet — jobs, drivers, vehicles, fuel, profit & analytics. installs: remote:https://app.drivara.in/mcp detail: https://mcpindex.ai/server/io-github-bsrishi-drivara - Autopilots by Dania.ai (io.github.carlosdania/autopilots@1.0.0) Social media automation with AI — publish, schedule, campaigns, DMs, analytics across 5 platforms. installs: remote:https://mcp.dania.ai/autopilots detail: https://mcpindex.ai/server/io-github-carlosdania-autopilots - Tuning Engines - Governed AI Runtime (io.github.cerebrixos-org/tuning-engines@0.4.34) Govern model, agent, skill, and MCP workflows with policy, approvals, traces, and usage analytics. installs: npm:tuningengines-cli detail: https://mcpindex.ai/server/io-github-cerebrixos-org-tuning-engines - LinkedIn Ads MCP Server (io.github.cesteral/linkedin-mcp@1.3.0) LinkedIn Ads management and analytics — CRUD, targeting, delivery forecasts, and media uploads installs: npm:@cesteral/linkedin-mcp | remote:https://{host}/linkedin-mcp/mcp detail: https://mcpindex.ai/server/io-github-cesteral-linkedin-mcp - mcp-server-sigma (io.github.christianclaudio/sigma@1.0.4) MCP server for Sigma Computing. Provision dashboards, build models, and automate cloud analytics. installs: pypi:mcp-server-sigma detail: https://mcpindex.ai/server/io-github-christianclaudio-sigma - io.github.clappia-dev/clappia-mcp (io.github.clappia-dev/clappia-mcp@1.0.1) An MCP server that provides Clappia workspace, forms, workflows, submissions, and analytics installs: docker:docker.io/okaru413/clappia-mcp:1.0.1 detail: https://mcpindex.ai/server/io-github-clappia-dev-clappia-mcp - io.github.codeChap/google-analytics (io.github.codeChap/google-analytics@0.1.0) MCP server for Google Analytics 4 — reports, realtime data, and admin installs: manual detail: https://mcpindex.ai/server/io-github-codechap-google-analytics - Apple Podcasts MCP Server (io.github.conorbronsdon/apple-podcasts-mcp@0.2.0) Apple Podcasts Connect owner analytics over Reporter: plays, followers, episodes. Read-only. installs: npm:@conorbronsdon/apple-podcasts-mcp detail: https://mcpindex.ai/server/io-github-conorbronsdon-apple-podcasts-mcp - Google Search Console MCP Server (io.github.conorbronsdon/gsc-mcp@1.1.0) Google Search Console for AI agents: search analytics, sitemaps, URL inspection. installs: npm:@conorbronsdon/gsc-mcp detail: https://mcpindex.ai/server/io-github-conorbronsdon-gsc-mcp - OP3 MCP Server (io.github.conorbronsdon/op3-mcp@0.2.0) OP3 podcast analytics: downloads, geography, app share, episode breakdowns. Read-only. installs: npm:@conorbronsdon/op3-mcp detail: https://mcpindex.ai/server/io-github-conorbronsdon-op3-mcp - Transistor MCP Server (io.github.conorbronsdon/transistor-mcp@0.4.0) Manage Transistor.fm podcasts: episodes, analytics, transcripts, and webhooks. installs: npm:transistor-mcp detail: https://mcpindex.ai/server/io-github-conorbronsdon-transistor-mcp - io.github.crane-valley/framedash-mcp-server (io.github.crane-valley/framedash-mcp-server@0.1.3) MCP server for Framedash game telemetry: query analytics, heatmaps, perf regressions, and alerts installs: npm:@framedash/mcp-server detail: https://mcpindex.ai/server/io-github-crane-valley-framedash-mcp-server - MCP Google Search Console (io.github.crunchtools/google-search-console@0.1.0) Secure MCP server for Google Search Console analytics, sitemaps, and URL inspection installs: pypi:mcp-google-search-console-crunchtools detail: https://mcpindex.ai/server/io-github-crunchtools-google-search-console - EuroRWA Analyst (io.github.crytobot459/eurorwa-analyst@1.0.0) EuroRWA analyst: tokenized money-market fund signals, snapshots, analytics and alerts. installs: remote:https://rwa-dashboard-gamma.vercel.app/mcp detail: https://mcpindex.ai/server/io-github-crytobot459-eurorwa-analyst - io.github.cyanheads/usaspending-mcp-server (io.github.cyanheads/usaspending-mcp-server@0.4.1) Access US federal award, recipient, agency, and spending analytics data from USAspending.gov. installs: npm:@cyanheads/usaspending-mcp-server | remote:https://usaspending.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-usaspending-mcp-server - Agent Analytics (io.github.dannyshmueli/agent-analytics-mcp@1.0.0) Analytics your AI agent can actually use. Track, experiment, and optimize via MCP. installs: remote:https://mcp.agentanalytics.sh/mcp detail: https://mcpindex.ai/server/io-github-dannyshmueli-agent-analytics-mcp - DataRaum (io.github.dataraum/dataraum@0.2.1) Pre-computed metadata context engine for AI-driven data analytics installs: pypi:dataraum detail: https://mcpindex.ai/server/io-github-dataraum-dataraum - DeFiMind (io.github.defimind-ai/defimind-mcp@0.2.3) Live LP analytics — Uniswap V2/V3, Balancer, Curve stableswap: PnL, health, slippage, depeg risk. installs: remote:https://mcp.defimind.ai/mcp detail: https://mcpindex.ai/server/io-github-defimind-ai-defimind-mcp - io.github.den-indance/shopify-mcp-pro (io.github.den-indance/shopify-mcp-pro@2.0.5) Shopify MCP server with real analytics (ShopifyQL), auto-refresh auth, and Shopify API 2026-04. installs: npm:@den.dance/shopify-mcp-pro detail: https://mcpindex.ai/server/io-github-den-indance-shopify-mcp-pro - MuntuAI (io.github.design-smith/muntuai-mcp@1.0.0) Hosted MCP server for MuntuAI outreach campaigns, leads, senders, domains, and analytics. installs: remote:https://api.muntuai.com/api/mcp detail: https://mcpindex.ai/server/io-github-design-smith-muntuai-mcp - io.github.desper/quick-html-share-mcp (io.github.desper/quick-html-share-mcp@0.2.3) Share AI-generated HTML from your coding agent. Unguessable URL + viewer analytics. installs: npm:quick-html-share-mcp detail: https://mcpindex.ai/server/io-github-desper-quick-html-share-mcp - MCP Market Russia (io.github.devids77/mcp-market-ru@3.2.0) Russian construction market: 3,395 contractors, 20,322 projects, 24 search/analytics tools. installs: remote:https://mcp-market.ru/mcp/ detail: https://mcpindex.ai/server/io-github-devids77-mcp-market-ru - io.github.djangelo88/inmigreat-mcp (io.github.djangelo88/inmigreat-mcp@0.1.2) Immigration case intelligence for attorneys. Case tracking, judge analytics, AI predictions. installs: npm:inmigreat-mcp detail: https://mcpindex.ai/server/io-github-djangelo88-inmigreat-mcp - io.github.dontsovcmc/ozon-seller (io.github.dontsovcmc/ozon-seller@0.3.1) MCP server for Ozon Seller API — products, FBS/FBO, finance, analytics, returns installs: pypi:mcp-server-ozon-seller detail: https://mcpindex.ai/server/io-github-dontsovcmc-ozon-seller - io.github.dontsovcmc/wildberries (io.github.dontsovcmc/wildberries@0.1.1) MCP server for Wildberries Seller API — products, orders, supplies, analytics, advertising installs: pypi:mcp-server-wildberries detail: https://mcpindex.ai/server/io-github-dontsovcmc-wildberries - io.github.dontsovcmc/yandex-market-seller (io.github.dontsovcmc/yandex-market-seller@0.6.0) MCP server for Yandex Market Partner API — orders, offers, prices, stocks, analytics installs: pypi:mcp-server-yandex-market-seller detail: https://mcpindex.ai/server/io-github-dontsovcmc-yandex-market-seller - LinkShrink MCP (io.github.dpozimski/linkshrink-mcp@1.2.0) Privacy-first URL shortener with analytics installs: npm:linkshrink-mcp detail: https://mcpindex.ai/server/io-github-dpozimski-linkshrink-mcp - io.github.drivenbymyai-max/sputnikx-market (io.github.drivenbymyai-max/sputnikx-market@1.0.2) EU trade analytics, product catalog, orders, and heating fuel calculator for AI agents. installs: npm:mcp-sputnikx-market detail: https://mcpindex.ai/server/io-github-drivenbymyai-max-sputnikx-market - F1 Data Server (io.github.drivenrajat/f1@0.1.0) Access Formula 1 race data, telemetry, lap times, standings, and analytics powered by FastF1 installs: pypi:f1-mcp detail: https://mcpindex.ai/server/io-github-drivenrajat-f1 - io.github.edholofy/eyepup (io.github.edholofy/eyepup@0.1.1) Agentic visitor analytics — five tools that hand the next CRO fix to your coding agent. installs: npm:eyepup-mcp | remote:https://eyepup.com/mcp detail: https://mcpindex.ai/server/io-github-edholofy-eyepup - Eigi.ai Voice Agents (io.github.eigi-ai/eigi@1.0.10) Create and manage AI voice agents, real-time conversations, and analytics with eigi.ai installs: remote:https://mcp.eigi.ai/mcp detail: https://mcpindex.ai/server/io-github-eigi-ai-eigi - CryptoData API (io.github.elevasyncsolutions-jpg/cryptodata-api@3.0.0) Crypto MCP with 21 tools for market data, DeFi, analytics, and sentiment. Post-paid USDC billing. installs: remote:https://cryptodata-api.datachain.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-elevasyncsolutions-jpg-cryptodata-api - io.github.enzoemir1/adops-mcp (io.github.enzoemir1/adops-mcp@1.3.0) CSV-first analytics for Google Ads + Meta Ads: reporting, anomaly detection, budget optimization. installs: npm:adops-mcp-server detail: https://mcpindex.ai/server/io-github-enzoemir1-adops-mcp - io.github.enzoemir1/shopops-mcp (io.github.enzoemir1/shopops-mcp@1.2.2) AI e-commerce operations. Inventory, pricing, segmentation, and analytics. installs: npm:shopops-mcp-server detail: https://mcpindex.ai/server/io-github-enzoemir1-shopops-mcp - FindMe Photo (io.github.findmephoto/findme-mcp@0.7.0) Create wedding galleries, upload photos, and pull analytics on FindMe Photo from any AI assistant. installs: npm:findme-mcp detail: https://mcpindex.ai/server/io-github-findmephoto-findme-mcp - FinStack MCP (io.github.finstacklabs/finstack-mcp@0.3.2) India-first MCP server for NSE/BSE, fundamentals, analytics, and market research workflows. installs: pypi:finstack-mcp detail: https://mcpindex.ai/server/io-github-finstacklabs-finstack-mcp - FlightDB (io.github.flightdb/flightdb@1.0.0) Aircraft registry search, flight history, and analytics powered by ADS-B Exchange data. installs: remote:https://flightdb.org/mcp detail: https://mcpindex.ai/server/io-github-flightdb-flightdb - io.github.focusgts/eds-mcp-server (io.github.focusgts/eds-mcp-server@0.4.0) 21 tools for Adobe Edge Delivery Services: preview, publish, analytics, and content ops installs: npm:@focusgts/eds-mcp-server detail: https://mcpindex.ai/server/io-github-focusgts-eds-mcp-server - io.github.forgemeshlabs/x402-ads-mcp (io.github.forgemeshlabs/x402-ads-mcp@0.1.4) x402 ad recommendations, intent analytics, and machine-commerce demand reports. installs: npm:@forgemeshlabs/x402-ads-mcp detail: https://mcpindex.ai/server/io-github-forgemeshlabs-x402-ads-mcp - Agentry.sh Observability (io.github.fr33dr4g0n/agentry-observability@0.1.0) Canonical Agentry discovery for coding agents: analytics, errors, deploys, and automation. installs: npm:@agentrysh/mcp detail: https://mcpindex.ai/server/io-github-fr33dr4g0n-agentry-observability - io.github.friendlygeorge/plausible-mcp-server (io.github.friendlygeorge/plausible-mcp-server@1.0.0) MCP server for Plausible Analytics — privacy-friendly web analytics. 12 tools for traffic, conver... installs: npm:plausible-mcp-server detail: https://mcpindex.ai/server/io-github-friendlygeorge-plausible-mcp-server - io.github.friendlygeorge/posthog-mcp-server (io.github.friendlygeorge/posthog-mcp-server@1.0.0) MCP server for PostHog — product analytics for AI assistants. Query events, persons, insights, da... installs: npm:posthog-mcp-server detail: https://mcpindex.ai/server/io-github-friendlygeorge-posthog-mcp-server - Hevy Coach (io.github.gCuadros/hevy-coach-mcp@0.4.2) Training analytics over your Hevy log: e1RM, PRs, volume, consistency, bodyweight. installs: npm:hevy-coach-mcp | remote:https://hevy-mcp-alpha.vercel.app/mcp detail: https://mcpindex.ai/server/io-github-gcuadros-hevy-coach-mcp - datadiffer (io.github.gauthierpiarrette/datadiffer@0.1.0) Read-only table diffs with segment attribution: which slice of your data changed. installs: pypi:datadiffer detail: https://mcpindex.ai/server/io-github-gauthierpiarrette-datadiffer - Seline (io.github.getseline/seline-mcp@1.0.0) Local MCP server for Seline Analytics API installs: npm:@seline-analytics/mcp detail: https://mcpindex.ai/server/io-github-getseline-seline-mcp - FrancoLabs (io.github.glauberfrancodesign/francolabs@1.0.0) UX research platform: manage studies, browse templates, read responses and analytics. installs: remote:https://francolabs.vercel.app/mcp detail: https://mcpindex.ai/server/io-github-glauberfrancodesign-francolabs - io.github.helloaigent-dev/helloaigent-publisher (io.github.helloaigent-dev/helloaigent-publisher@0.1.1) Run a Hello Aigent feed from your agent: create feeds, publish signed updates, read analytics. installs: npm:@helloaigent-dev/publisher detail: https://mcpindex.ai/server/io-github-helloaigent-dev-helloaigent-publisher - io.github.hholen/lodd-mcp-server (io.github.hholen/lodd-mcp-server@0.1.15) Headless web analytics for AI agents. 42 MCP tools for traffic, events, funnels. installs: npm:@lodd/mcp-server detail: https://mcpindex.ai/server/io-github-hholen-lodd-mcp-server - AI Workbench MCP (io.github.hrishikesh-thakre/ai-workbench-mcp@0.6.0a0) Goose-first MCP server for Workbench-owned acceptance evidence, validation gates, and analytics. installs: pypi:ai-workbench-mcp detail: https://mcpindex.ai/server/io-github-hrishikesh-thakre-ai-workbench-mcp - EchoLedger (io.github.icmoore/echoledger-mcp@0.2.3) Live LP analytics — Uniswap V2/V3, Balancer, Curve stableswap: PnL, health, slippage, depeg risk. installs: remote:https://mcp.echoledger.ai/mcp detail: https://mcpindex.ai/server/io-github-icmoore-echoledger-mcp - MTG MCP Server (io.github.j4th/mtg-mcp-server@3.0.0) Magic: The Gathering card search, combo lookup, draft analytics, and Commander tools. installs: pypi:mtg-mcp-server detail: https://mcpindex.ai/server/io-github-j4th-mtg-mcp-server - io.github.joepangallo/mcp-server-agent-analytics (io.github.joepangallo/mcp-server-agent-analytics@1.1.1) Track AI agent fleet performance, costs, anomalies, and trends. installs: npm:mcp-server-agent-analytics detail: https://mcpindex.ai/server/io-github-joepangallo-mcp-server-agent-analytics - io.github.jrlprost/filoo-mcp (io.github.jrlprost/filoo-mcp@0.2.0) Create short links, fetch click analytics, and generate QR codes via the filoo.app API. installs: npm:@filooapp/mcp-server detail: https://mcpindex.ai/server/io-github-jrlprost-filoo-mcp - io.github.junct-bot/blockscout-mcp (io.github.junct-bot/blockscout-mcp@1.1.0) Blockscout - 56 tools for data, metrics, and on-chain analytics installs: remote:https://blockscout.mcp.junct.dev/mcp detail: https://mcpindex.ai/server/io-github-junct-bot-blockscout-mcp - io.github.junct-bot/coingecko-mcp (io.github.junct-bot/coingecko-mcp@1.1.0) Coingecko - 36 tools for data, metrics, and on-chain analytics installs: remote:https://coingecko.mcp.junct.dev/mcp detail: https://mcpindex.ai/server/io-github-junct-bot-coingecko-mcp - io.github.junct-bot/coinmarketcap-mcp (io.github.junct-bot/coinmarketcap-mcp@1.1.0) Coinmarketcap - 30 tools for data, metrics, and on-chain analytics installs: remote:https://coinmarketcap.mcp.junct.dev/mcp detail: https://mcpindex.ai/server/io-github-junct-bot-coinmarketcap-mcp - io.github.junct-bot/etherscan-api-mcp (io.github.junct-bot/etherscan-api-mcp@1.1.0) Etherscan Api - 71 tools for data, metrics, and on-chain analytics installs: remote:https://etherscan-api.mcp.junct.dev/mcp detail: https://mcpindex.ai/server/io-github-junct-bot-etherscan-api-mcp - io.github.junct-bot/synthetix-mcp (io.github.junct-bot/synthetix-mcp@1.1.0) Synthetix - 22 tools for data, metrics, and on-chain analytics installs: remote:https://synthetix.mcp.junct.dev/mcp detail: https://mcpindex.ai/server/io-github-junct-bot-synthetix-mcp - io.github.kota1026/cryptodata-mcp (io.github.kota1026/cryptodata-mcp@1.0.0) CryptoData MCP Server - Real-time crypto market data, DeFi analytics, and on-chain intelligence... installs: npm:cryptodata-mcp detail: https://mcpindex.ai/server/io-github-kota1026-cryptodata-mcp - io.github.kozmos-tech/yourtraffic (io.github.kozmos-tech/yourtraffic@0.1.1) Open-source, privacy-first web analytics for tracking your sites' traffic. installs: npm:@kozmos-tech/yourtraffic detail: https://mcpindex.ai/server/io-github-kozmos-tech-yourtraffic - io.github.labelgrid/labelgrid-mcp (io.github.labelgrid/labelgrid-mcp@0.4.0) Official LabelGrid MCP server — manage your music catalog, releases, analytics and distribution. installs: npm:@labelgrid/mcp detail: https://mcpindex.ai/server/io-github-labelgrid-labelgrid-mcp - io.github.lanternrow/facebook-pages-mcp (io.github.lanternrow/facebook-pages-mcp@1.0.3) Facebook Pages organic analytics, post management, and insights via Meta Graph API v25.0. installs: npm:facebook-pages-mcp detail: https://mcpindex.ai/server/io-github-lanternrow-facebook-pages-mcp - io.github.lanternrow/tiktok-organic-mcp (io.github.lanternrow/tiktok-organic-mcp@1.1.1) TikTok organic analytics — video performance, engagement metrics, and profile insights. installs: npm:tiktok-organic-mcp detail: https://mcpindex.ai/server/io-github-lanternrow-tiktok-organic-mcp - io.github.lanternrow/youtube-organic-mcp (io.github.lanternrow/youtube-organic-mcp@1.0.0) YouTube organic analytics — channel stats, video performance, watch time & audience insights. installs: npm:youtube-organic-mcp detail: https://mcpindex.ai/server/io-github-lanternrow-youtube-organic-mcp - Logly (io.github.logly-uk/logly-mcp@1.0.2) Query your Logly web analytics — traffic, funnels and real-time visitors — from any MCP client. installs: npm:@logly-uk/mcp detail: https://mcpindex.ai/server/io-github-logly-uk-logly-mcp - io.github.lordbasilaiassistant-sudo/stripe-analytics (io.github.lordbasilaiassistant-sudo/stripe-analytics@1.0.1) Stripe analytics — revenue, customers, subscriptions, refunds, churn from Claude. installs: npm:mcp-stripe-analytics detail: https://mcpindex.ai/server/io-github-lordbasilaiassistant-sudo-stripe-analytics - mtgmon Mortgage Analytics (io.github.lorenzopi/mtgmon@0.1.0) Read-only U.S. mortgage market, lender, GSE performance, and servicing analytics. installs: remote:https://mtgmon.com/mcp detail: https://mcpindex.ai/server/io-github-lorenzopi-mtgmon - Maqui Analytics (io.github.luis-fuentes/maqui@1.0.0) Marketing analytics for local businesses — Instagram, ads, web traffic, SEO and reviews. installs: remote:https://app.somosmaqui.com/api/mcp detail: https://mcpindex.ai/server/io-github-luis-fuentes-maqui - Advanced Zebrunner MCP Server (io.github.maksimsarychau/mcp-zebrunner@9.2.1) Advanced analytics, reporting, and safe mutations for Zebrunner. 64 tools, 14 resources, 17 prompts. installs: npm:mcp-zebrunner detail: https://mcpindex.ai/server/io-github-maksimsarychau-mcp-zebrunner - io.github.marketscore/marketscore-direct-mcp (io.github.marketscore/marketscore-direct-mcp@1.0.0) MCP for Yandex Direct: manage ad campaigns & analytics from Claude or ChatGPT installs: remote:https://app.marketscore.ru/api/mcp detail: https://mcpindex.ai/server/io-github-marketscore-marketscore-direct-mcp - io.github.matjmat/eulerian-marketing-platform-mcp (io.github.matjmat/eulerian-marketing-platform-mcp@1.0.0) Provides access to the Eulerian Marketing Platform: analytics, attribution & data activation. installs: pypi:eulerian-marketing-platform detail: https://mcpindex.ai/server/io-github-matjmat-eulerian-marketing-platform-mcp - io.github.mbk-dev/okama-mcp (io.github.mbk-dev/okama-mcp@1.6.1) Portfolio analytics via the okama library: backtests, Monte Carlo, efficient frontier, PNG charts installs: pypi:okama-mcp detail: https://mcpindex.ai/server/io-github-mbk-dev-okama-mcp - io.github.mcpware/instagram-mcp (io.github.mcpware/instagram-mcp@1.0.4) Instagram MCP — 23 tools for Instagram Graph API: posts, DMs, stories, reels, analytics. installs: npm:@mcpware/instagram-mcp detail: https://mcpindex.ai/server/io-github-mcpware-instagram-mcp - Measure.events Analytics (io.github.meetclawdius/measure-events@1.0.0) Privacy-first web analytics. Query pageviews, referrers, trends, and AI insights. installs: remote:https://lets.measure.events/mcp detail: https://mcpindex.ai/server/io-github-meetclawdius-measure-events - io.github.mharnett/ga4 (io.github.mharnett/ga4@2.0.1) Google Analytics 4 MCP: reports, realtime data, custom dimensions, data streams. installs: npm:mcp-ga4 detail: https://mcpindex.ai/server/io-github-mharnett-ga4 - io.github.mharnett/google-gsc (io.github.mharnett/google-gsc@1.0.1) Google Search Console MCP: search analytics, URL inspection, site management. installs: npm:mcp-google-gsc detail: https://mcpindex.ai/server/io-github-mharnett-google-gsc - io.github.mharnett/linkedin-ads (io.github.mharnett/linkedin-ads@1.0.2) MCP server for LinkedIn Campaign Manager — campaigns, creatives, and analytics installs: npm:mcp-linkedin-ads detail: https://mcpindex.ai/server/io-github-mharnett-linkedin-ads - io.github.mikusnuz/gsc (io.github.mikusnuz/gsc@1.3.1) MCP server for Google Search Console & Indexing API — search analytics, sitemaps, URL inspection installs: npm:@mikusnuz/gsc-mcp detail: https://mcpindex.ai/server/io-github-mikusnuz-gsc - io.github.mikusnuz/umami (io.github.mikusnuz/umami@1.2.1) MCP server for Umami Analytics API v2 — websites, stats, events, reports, and realtime installs: npm:@mikusnuz/umami-mcp detail: https://mcpindex.ai/server/io-github-mikusnuz-umami - Google Analytics 4 (io.github.mindstone/mcp-server-google-analytics@0.2.1) Google Analytics 4 MCP server with reporting, schema discovery, and admin visibility tools installs: npm:@mindstone/mcp-server-google-analytics detail: https://mcpindex.ai/server/io-github-mindstone-mcp-server-google-analytics - io.github.mintlineai/mintline-mcp (io.github.mintlineai/mintline-mcp@1.1.9) Connect AI assistants to your Mintline receipts, transactions, and spending analytics. installs: npm:@mintline/mcp detail: https://mcpindex.ai/server/io-github-mintlineai-mintline-mcp - CAN-TAP Verified (io.github.morphious33453/can-tap-verified-mcp@1.0.0) Free dofollow backlinks for Canadian businesses. Claim, verify, and track NFC tap analytics. installs: remote:https://mcp.can-tap-verified.com detail: https://mcpindex.ai/server/io-github-morphious33453-can-tap-verified-mcp - io.github.motherduckdb/mcp-server-motherduck (io.github.motherduckdb/mcp-server-motherduck@1.0.7) SQL analytics and data engineering for AI Assistants and IDEs installs: pypi:mcp-server-motherduck detail: https://mcpindex.ai/server/io-github-motherduckdb-mcp-server-motherduck - io.github.mrfentmen/mixpanel-mcp (io.github.mrfentmen/mixpanel-mcp@1.0.1) Query Mixpanel events, funnels, retention, cohorts, and user profiles. installs: npm:mixpanel-mcp detail: https://mcpindex.ai/server/io-github-mrfentmen-mixpanel-mcp - io.github.mrgulshanyadav/misarblog-mcp (io.github.mrgulshanyadav/misarblog-mcp@1.0.6) Publish blog posts, manage drafts, generate AI cover images, and pull analytics from Misar.Blog. installs: npm:@misarblog/mcp detail: https://mcpindex.ai/server/io-github-mrgulshanyadav-misarblog-mcp - Nansen (io.github.nansen-ai/nansen-mcp@1.0.1) Blockchain analytics API for AI agents. Smart Money signals, wallet profiling, token analytics. installs: remote:https://mcp.nansen.ai/ra/mcp/ detail: https://mcpindex.ai/server/io-github-nansen-ai-nansen-mcp - io.github.nftechie/transition-mcp (io.github.nftechie/transition-mcp@1.0.0) AI-powered multisport coaching — workouts, training plans, and performance analytics. installs: manual detail: https://mcpindex.ai/server/io-github-nftechie-transition-mcp - Pensiata - Bulgarian Pension Fund Analytics (io.github.nvasilevv/pensiata@1.0.0) Bulgarian pension fund analytics — NAV data, metrics, rankings, and benchmarks. installs: remote:https://mcp.pensiata.me/mcp detail: https://mcpindex.ai/server/io-github-nvasilevv-pensiata - Mukoko News (io.github.nyuchi/mukoko-news@1.2.0) Pan-African news & analytics for Zimbabwe and 15 African countries: briefings and trends. installs: npm:@nyuchi/mukoko-news-mcp | remote:https://news.mukoko.dev/mcp detail: https://mcpindex.ai/server/io-github-nyuchi-mukoko-news - OpenPulsechain Analytics (io.github.openpulsechain/analytics@2.1.0) PulseChain analytics: 28 tools — safety scores, signals, whale alerts, pair analytics, AML. installs: npm:@openpulsechain/mcp-server detail: https://mcpindex.ai/server/io-github-openpulsechain-analytics - Perceptdot GA4 (io.github.perceptdot/ga4@0.2.6) AI agent vision for Google Analytics 4 — with ROI measurement. perceptdot.com installs: npm:@perceptdot/ga4 detail: https://mcpindex.ai/server/io-github-perceptdot-ga4 - CallRail MCP (io.github.pghdma/callrail-mcp@1.1.2) CallRail REST API v3 — 59 tools: full CRUD, leads, server-side analytics, agency reporting. installs: pypi:callrail-mcp detail: https://mcpindex.ai/server/io-github-pghdma-callrail-mcp - io.github.philmccarty/amazon-advertising-ppc-prophet (io.github.philmccarty/amazon-advertising-ppc-prophet@1.0.2) Amazon Ads MCP with 27+ tools for analytics, wasted spend, and automation. installs: remote:https://ppcgpt.getppcprophet.com/mcp detail: https://mcpindex.ai/server/io-github-philmccarty-amazon-advertising-ppc-prophet - io.github.philmccarty/apple-search-ads-mcp (io.github.philmccarty/apple-search-ads-mcp@1.0.0) Apple Search Ads MCP: campaign analytics, bid management, and attribution tracking. installs: remote:https://appleadsmcp.com/api/mcp detail: https://mcpindex.ai/server/io-github-philmccarty-apple-search-ads-mcp - Amplitude (io.github.pipeworx-io/amplitude@0.1.0) Amplitude MCP Pack installs: remote:https://gateway.pipeworx.io/amplitude/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-amplitude - Defillama (io.github.pipeworx-io/defillama@0.1.0) DefiLlama MCP — DeFi analytics from DefiLlama (free, no auth) installs: remote:https://gateway.pipeworx.io/defillama/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-defillama - Google_analytics (io.github.pipeworx-io/google_analytics@0.1.0) Google Analytics MCP Pack installs: remote:https://gateway.pipeworx.io/google_analytics/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-google-analytics - Homebrew Formulae (io.github.pipeworx-io/homebrew-formulae@0.1.0) Homebrew formulae + casks + install analytics (formulae.brew.sh) installs: remote:https://gateway.pipeworx.io/homebrew-formulae/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-homebrew-formulae - L2beat (io.github.pipeworx-io/l2beat@0.1.0) L2BEAT MCP — Layer 2 ecosystem analytics installs: remote:https://gateway.pipeworx.io/l2beat/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-l2beat - Semrush (io.github.pipeworx-io/semrush@0.1.0) Semrush MCP Pack — SEO analytics via the Semrush Analytics API. installs: remote:https://gateway.pipeworx.io/semrush/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-semrush - ASOHawk (io.github.prodocik/asohawk@0.1.1) ASO analytics and App Store optimization tools for indie iOS developers and AI agents. installs: remote:https://asohawk.cc/api/mcp detail: https://mcpindex.ai/server/io-github-prodocik-asohawk - io.github.qso-graph/ionis-mcp (io.github.qso-graph/ionis-mcp@1.2.7) HF propagation analytics. 175M WSPR/RBN signatures, band openings, solar correlation. installs: pypi:ionis-mcp detail: https://mcpindex.ai/server/io-github-qso-graph-ionis-mcp - io.github.qso-graph/wspr-mcp (io.github.qso-graph/wspr-mcp@0.1.1) WSPR beacon analytics MCP server. Band openings, path analysis, solar correlation. installs: pypi:wspr-mcp detail: https://mcpindex.ai/server/io-github-qso-graph-wspr-mcp - RaceHooks (io.github.racehooks/racehooks-mcp@0.3.1) F1 race analytics & live timing for AI assistants — webhooks, results, and race simulations. installs: npm:racehooks-mcp detail: https://mcpindex.ai/server/io-github-racehooks-racehooks-mcp - io.github.ralfbecher/orionbelt-analytics (io.github.ralfbecher/orionbelt-analytics@0.5.0) Ontology-based MCP server for database schema analysis and RDF/OWL ontology generation installs: pypi:orionbelt-analytics detail: https://mcpindex.ai/server/io-github-ralfbecher-orionbelt-analytics - io.github.ramaris-app/mcp-server (io.github.ramaris-app/mcp-server@0.1.4) On-chain wallet analytics and trading strategies on Base for AI assistants installs: npm:@ramaris/mcp-server detail: https://mcpindex.ai/server/io-github-ramaris-app-mcp-server - io.github.raresv/cardora-business-assistant (io.github.raresv/cardora-business-assistant@1.0.0) Cardora loyalty program analytics for business owners. Customer joins, stamps, rewards, and trends. installs: npm:@cardora/business-assistant detail: https://mcpindex.ai/server/io-github-raresv-cardora-business-assistant - Fleets (io.github.runFleets/cli@0.2.2) Multi-site analytics as tools: GA4, Search Console, Cloudflare edge, PageSpeed, insights. installs: npm:fleets-mcp detail: https://mcpindex.ai/server/io-github-runfleets-cli - io.github.s-b-e-n-s-o-n/portkey-admin-mcp (io.github.s-b-e-n-s-o-n/portkey-admin-mcp@0.3.4) Full Portkey Admin API MCP server — configs, prompts, keys, analytics, and more. installs: npm:portkey-admin-mcp detail: https://mcpindex.ai/server/io-github-s-b-e-n-s-o-n-portkey-admin-mcp - io.github.sam-moreton/openqr (io.github.sam-moreton/openqr@1.0.0) Generate QR codes; create, edit & track dynamic QR codes with scan analytics. Free, no watermark. installs: remote:https://openqr.uk/mcp detail: https://mcpindex.ai/server/io-github-sam-moreton-openqr - io.github.samarthanalytics-sj/samarth-gtm-mcp (io.github.samarthanalytics-sj/samarth-gtm-mcp@1.19.0) Google Tag Manager + read-only GA4 MCP server. Read-only by default, gated writes, audits. installs: npm:samarth-gtm-mcp detail: https://mcpindex.ai/server/io-github-samarthanalytics-sj-samarth-gtm-mcp - tubekit (io.github.santiriera626/tubekit-mcp@0.3.0) Compliance-aware MCP server for YouTube publishing, analytics and creator insights. installs: pypi:tubekit-mcp detail: https://mcpindex.ai/server/io-github-santiriera626-tubekit-mcp - io.github.sarahpark/google-search-console (io.github.sarahpark/google-search-console@1.0.1) Google Search Console MCP server — search analytics, URL inspection, and sitemaps installs: npm:@sarahpark/google-search-console-mcp detail: https://mcpindex.ai/server/io-github-sarahpark-google-search-console - SocialGPT (io.github.scrollmark/socialgpt@0.1.0) Social media analytics, video analysis, and competitor intel for any MCP-compatible AI agent. installs: remote:https://mcp.gpt.social/mcp detail: https://mcpindex.ai/server/io-github-scrollmark-socialgpt - fabric-dw (io.github.sdebruyn/fabric-dw-mcp@2026.7.3) MCP server for Microsoft Fabric Data Warehouses and SQL Analytics Endpoints installs: docker:ghcr.io/sdebruyn/fabric-dw:2026.7.3 detail: https://mcpindex.ai/server/io-github-sdebruyn-fabric-dw-mcp - PanDev Metrics (io.github.seregaxxl/pandev-metrics@1.0.0) Query PanDev Metrics analytics and reporting data installs: remote:https://app.pandev-metrics.com/mcp detail: https://mcpindex.ai/server/io-github-seregaxxl-pandev-metrics - io.github.shensi8312/blogburst-mcp-server (io.github.shensi8312/blogburst-mcp-server@2.0.0) AI social media agent — generate content, auto-pilot posting, analytics for 9+ platforms. installs: npm:blogburst-mcp-server detail: https://mcpindex.ai/server/io-github-shensi8312-blogburst-mcp-server - LEV MCP (Beta) (io.github.shivleverage/lev-beta-mcp@1.0.0) Privacy scores, merchant insights analytics. installs: remote:https://score-agent.thesovereignconsumer.com/mcp detail: https://mcpindex.ai/server/io-github-shivleverage-lev-beta-mcp - Quality QR (io.github.silly-geese/quality-qr@1.0.0) Create and manage trackable QR codes with scan tracking, analytics, and dynamic URL updates. installs: remote:https://quality-qr.app/api/mcp detail: https://mcpindex.ai/server/io-github-silly-geese-quality-qr - io.github.sisense/sisense-mcp-server (io.github.sisense/sisense-mcp-server@0.2.2) MCP server leveraging Sisense Intelligence for actionable insights and analytics. installs: npm:@sisense/mcp-server detail: https://mcpindex.ai/server/io-github-sisense-sisense-mcp-server - Nexatron (io.github.sravanmodugula-solved/nexatron-mcp@1.0.0) Ask your enterprise data in plain English. Governed analytics over MCP, from dotSolved. installs: pypi:nexatron-mcp | remote:https://api.nexatron.io/api/v1/mcp detail: https://mcpindex.ai/server/io-github-sravanmodugula-solved-nexatron-mcp - io.github.srimisra/defillama-mcp (io.github.srimisra/defillama-mcp@1.0.0) DefiLlama MCP — TVL, yields, volumes, fees, and protocol analytics for DeFi. installs: remote:https://defillama.mcp.junct.dev/mcp detail: https://mcpindex.ai/server/io-github-srimisra-defillama-mcp - Google Analytics 4 (io.github.stucchi/google-analytics@0.1.1) Manage GA4 properties, data streams, conversions, and run reports via Admin & Data APIs. installs: pypi:google-analytics-4-mcp detail: https://mcpindex.ai/server/io-github-stucchi-google-analytics - io.github.sudomichael/gizmoanalytics (io.github.sudomichael/gizmoanalytics@0.1.5) Cookieless analytics for AI coding agents. Install in one prompt, 28 tools, OAuth onboarding. installs: npm:gizmoanalytics-mcp detail: https://mcpindex.ai/server/io-github-sudomichael-gizmoanalytics - io.github.surendranb/google-analytics-mcp (io.github.surendranb/google-analytics-mcp@2.8.2) GA4 MCP server for AI agents: schema discovery, server-side aggregation, analysis-ready defaults. installs: pypi:google-analytics-mcp detail: https://mcpindex.ai/server/io-github-surendranb-google-analytics-mcp - io.github.tago-io/mcp-server (io.github.tago-io/mcp-server@2.1.3) Model Context Protocol server for TagoIO data and analytics installs: npm:@tago-io/mcp-server detail: https://mcpindex.ai/server/io-github-tago-io-mcp-server - Talivia Revenue Analytics (io.github.talivia-group/agent@0.1.0) Revenue-first analytics installed and verified by AI agents through Talivia installs: npm:@talivia/agent | remote:https://talivia.com/mcp detail: https://mcpindex.ai/server/io-github-talivia-group-agent - io.github.tdobrowolski1/flashalpha (io.github.tdobrowolski1/flashalpha@1.5.0) Real-time & historical options analytics: GEX, dealer positioning, greeks, SVI vol, VRP, 0DTE installs: remote:https://lab.flashalpha.com/mcp detail: https://mcpindex.ai/server/io-github-tdobrowolski1-flashalpha - io.github.theYahia/kontur-focus-mcp (io.github.theYahia/kontur-focus-mcp@1.0.0) MCP server for Kontur.Focus API — company search, brief reports, financial analytics, counterparty installs: npm:@theyahia/kontur-focus-mcp detail: https://mcpindex.ai/server/io-github-theyahia-kontur-focus-mcp - io.github.theYahia/roistat-mcp (io.github.theYahia/roistat-mcp@1.0.1) MCP server for Roistat API — marketing analytics, visits tracking. API key auth. installs: npm:@theyahia/roistat-mcp detail: https://mcpindex.ai/server/io-github-theyahia-roistat-mcp - yandex-metrika-mcp (io.github.theYahia/yandex-metrika-mcp@2.1.1) MCP server for Yandex Metrika — web analytics, counters, goals, traffic (Russia) installs: npm:@theyahia/yandex-metrika-mcp detail: https://mcpindex.ai/server/io-github-theyahia-yandex-metrika-mcp - Fanvault (io.github.thefanvault/fanvault@1.0.0) Run storefronts, listings, orders, content, fulfillment, and analytics through AI. installs: remote:https://fanvault.shop/mcp detail: https://mcpindex.ai/server/io-github-thefanvault-fanvault - io.github.therealMrFunGuy/waitlist-kit (io.github.therealMrFunGuy/waitlist-kit@1.0.0) Viral waitlists with referral tracking, leaderboards, analytics, and built-in themes. installs: remote:https://waitlist.rjctdlabs.xyz/sse detail: https://mcpindex.ai/server/io-github-therealmrfunguy-waitlist-kit - io.github.timolein74/asterpay (io.github.timolein74/asterpay@1.0.2) EUR settlement for AI agents. Trust scoring, market data, crypto analytics. 16 free tools. installs: npm:@asterpay/mcp-server detail: https://mcpindex.ai/server/io-github-timolein74-asterpay - io.github.us-all/unifi (io.github.us-all/unifi@1.13.3) UniFi semantic-analysis MCP — fleet health, anomaly detection, cross-site analytics installs: npm:@us-all/unifi-mcp detail: https://mcpindex.ai/server/io-github-us-all-unifi - SocialBu MCP (io.github.usamaejaz/socialbu-mcp@1.0.0) Manage SocialBu posts, scheduling, publishing, automations, and analytics from MCP clients. installs: remote:https://socialbu.com/mcp detail: https://mcpindex.ai/server/io-github-usamaejaz-socialbu-mcp - Reel25 — Video Analytics for TikTok, Instagram & YouTube (io.github.usnmax88/reel25-mcp@1.0.5) Video analytics for TikTok, Instagram, and YouTube. Track, analyze, and discover content. installs: npm:reel25-mcp | remote:https://mcp.reel25.com/mcp detail: https://mcpindex.ai/server/io-github-usnmax88-reel25-mcp - Easy Digital Downloads (io.github.verygoodplugins/mcp-edd@1.1.0) MCP server for Easy Digital Downloads REST API - sales, customers, products, analytics installs: npm:@verygoodplugins/mcp-edd detail: https://mcpindex.ai/server/io-github-verygoodplugins-mcp-edd - MCP Pirsch (io.github.verygoodplugins/mcp-pirsch@0.1.1) Pirsch Analytics with natural language queries and trend analysis installs: npm:@verygoodplugins/mcp-pirsch detail: https://mcpindex.ai/server/io-github-verygoodplugins-mcp-pirsch - io.github.vishalsachdev/canvas-mcp (io.github.vishalsachdev/canvas-mcp@1.9.0) Canvas LMS integration for students and educators with FERPA-compliant analytics and workflows installs: pypi:canvas-mcp detail: https://mcpindex.ai/server/io-github-vishalsachdev-canvas-mcp - Scope Analytics (io.github.wally827/scope-analytics-mcp@0.1.2) Install + query Scope analytics from an AI coding agent (Claude Code, Cursor, etc.). installs: pypi:scope-analytics-mcp detail: https://mcpindex.ai/server/io-github-wally827-scope-analytics-mcp - Umami Compass (io.github.webcredo/umami-compass@0.5.1) Secure Umami Analytics MCP server for Cloud and self-hosted deployments installs: npm:umami-compass detail: https://mcpindex.ai/server/io-github-webcredo-umami-compass - io.github.webios2026-byte/solradar-mcp (io.github.webios2026-byte/solradar-mcp@1.0.0) Solana meme-coin trust scores, rug-risk flags, and wallet analytics from SolRadar. installs: npm:@solradar/solradar-mcp | remote:https://sol-radar.com/mcp detail: https://mcpindex.ai/server/io-github-webios2026-byte-solradar-mcp - io.github.wireboard/mcp (io.github.wireboard/mcp@0.1.3) Official MCP server for WireBoard. Lets LLM agents query your analytics in conversation. installs: npm:@wireboard/mcp detail: https://mcpindex.ai/server/io-github-wireboard-mcp - io.github.wmarceau/fitness-influencer (io.github.wmarceau/fitness-influencer@1.3.0) AI-powered fitness content creator tools: video editing, image generation, workout plans, analytics. installs: pypi:fitness-influencer-mcp detail: https://mcpindex.ai/server/io-github-wmarceau-fitness-influencer - io.github.wmarceau/instagram-creator (io.github.wmarceau/instagram-creator@1.0.0) Instagram automation: post images, Reels, carousels, Stories, analytics installs: pypi:instagram-creator-mcp detail: https://mcpindex.ai/server/io-github-wmarceau-instagram-creator - io.github.wmarceau/tiktok-creator (io.github.wmarceau/tiktok-creator@1.0.0) TikTok automation: post videos, get analytics, manage comments installs: pypi:tiktok-creator-mcp detail: https://mcpindex.ai/server/io-github-wmarceau-tiktok-creator - io.github.wmarceau/youtube-creator (io.github.wmarceau/youtube-creator@1.0.0) YouTube automation: upload videos, Shorts, manage playlists, get analytics installs: pypi:youtube-creator-mcp detail: https://mcpindex.ai/server/io-github-wmarceau-youtube-creator - Ozon Seller MCP Server (io.github.woyaxnini/ozon-seller@1.0.0) MCP server for Ozon Seller API. 26 tools: products, prices, orders, analytics, finance, rating. installs: npm:@woyax/mcp-ozon-seller detail: https://mcpindex.ai/server/io-github-woyaxnini-ozon-seller - io.github.wrnreed-analytics/circuit-ai-mcp (io.github.wrnreed-analytics/circuit-ai-mcp@1.3.1) Social network where AI agents and humans are both members - post, follow, hire, create. 23 tools. installs: npm:circuit-ai-mcp detail: https://mcpindex.ai/server/io-github-wrnreed-analytics-circuit-ai-mcp - io.github.www-in-bio/inbio (io.github.www-in-bio/inbio@1.0.0) Official in.bio MCP server: shorten URLs, styled QR codes, and click analytics. No API key needed. installs: remote:https://mcp.in.bio/mcp detail: https://mcpindex.ai/server/io-github-www-in-bio-inbio - io.github.xie38388/looply (io.github.xie38388/looply@1.0.1) Looply AI call center MCP Server - manage calls, leads, contacts, and analytics. installs: npm:looply-mcp-server detail: https://mcpindex.ai/server/io-github-xie38388-looply - io.github.ysalitrynskyi/opn-mcp (io.github.ysalitrynskyi/opn-mcp@1.2.0) MCP server for opn.onl: shorten links, analytics, branded QR codes, and link management. installs: npm:opn-mcp detail: https://mcpindex.ai/server/io-github-ysalitrynskyi-opn-mcp - Grovs (io.grovs/mcp@1.0.1) Manage deep links, attribution, analytics, and campaigns on Grovs — open-source Branch alternative. installs: remote:https://mcp.grovs.io/mcp detail: https://mcpindex.ai/server/io-grovs-mcp - io.ignission/mcp (io.ignission/mcp@2.0.0) TikTok video data analytics and content strategy tools installs: remote:https://mcp.ignission.io/mcp detail: https://mcpindex.ai/server/io-ignission-mcp - Keypup Engineering Analytics (io.keypup/engineering-analytics@1.0.1) Generate answers & visualizations from your engineering data to track software development health. installs: remote:https://hq.keypup.io/mcp detail: https://mcpindex.ai/server/io-keypup-engineering-analytics - LLM Optimizer (io.metavert/llmopt@1.0.0) AI brand visibility analytics: visibility scores, optimizations, video, Reddit, and search rankings. installs: remote:https://llmopt.metavert.io/mcp detail: https://mcpindex.ai/server/io-metavert-llmopt - Minter.io Social Media Analytics (io.minter/analytics@1.0.0) Query your Minter.io social media analytics: Instagram, TikTok, X, Facebook, LinkedIn, Threads. installs: remote:https://minter.io/mcp detail: https://mcpindex.ai/server/io-minter-analytics - Pickrate (io.pickrate/pickrate@1.1.0) Agent analytics: which AI agents read your site, drove signups, and pick you over competitors. installs: remote:https://pickrate.io/api/mcp detail: https://mcpindex.ai/server/io-pickrate-pickrate - PicSee Short Link (io.picsee/short-link@3.1.0) Official PicSee MCP server for short links, link management, click analytics, and optional OAuth. installs: remote:https://api.picsee.io/mcp detail: https://mcpindex.ai/server/io-picsee-short-link - Sociality.io MCP (io.sociality/sociality-mcp@0.0.1) Social media analytics, post insights, and competitor benchmarking for AI agents. installs: remote:https://api.sociality.io/mcp detail: https://mcpindex.ai/server/io-sociality-sociality-mcp - io.tooloracle/priceoracle (io.tooloracle/priceoracle@1.0.0) PriceOracle - 7 dynamic pricing tools: elasticity, A/B, segment pricing, competitor scan. installs: remote:https://tooloracle.io/price/mcp/ detail: https://mcpindex.ai/server/io-tooloracle-priceoracle - io.usefulapi/apivideo (io.usefulapi/apivideo@1.0.1) Manage videos and live streams, inspect captions, players and webhooks, and read play analytics. installs: remote:https://apivideo.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-apivideo - io.usefulapi/lago (io.usefulapi/lago@1.0.1) Read Lago customers, subscriptions, invoices, usage and revenue analytics; write events. installs: remote:https://lago.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-lago - io.usefulapi/mixpanel (io.usefulapi/mixpanel@1.0.1) Query Mixpanel events, funnels, retention, segmentation and insights (JQL). installs: remote:https://mixpanel.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-mixpanel - io.usefulapi/plausible-analytics (io.usefulapi/plausible-analytics@1.0.0) Query site stats, realtime visitors, breakdowns and goals from Plausible Analytics. installs: remote:https://plausible-analytics.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-plausible-analytics - io.usefulapi/portkey (io.usefulapi/portkey@1.0.0) Read AI-gateway analytics, configs, virtual keys, workspaces and users; log request feedback. installs: remote:https://portkey.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-portkey - VibeVO (io.vibevo/vibevo@0.1.2) Use VibeVO API tools for campaigns, analytics, posts, creators, wallets, and factories. installs: npm:@vibevo/mcp detail: https://mcpindex.ai/server/io-vibevo-vibevo - io.zeblink/zebra (io.zeblink/zebra@1.0.0) Create, schedule, and organize Zebra short links and query real-time click analytics. installs: remote:https://app.zeblink.io/api/mcp detail: https://mcpindex.ai/server/io-zeblink-zebra - Snapto (link.snapto/snapto@1.0.0) Manage your Snapto link-in-bio page: links, social icons, and visit and click analytics. installs: remote:https://snapto.link/api/mcp detail: https://mcpindex.ai/server/link-snapto-snapto - NOSTOS (market.nostos/nostos@1.1.0) Retro games and vintage apparel in Duluth, GA. Live catalog, prices, trade-in offers, policies. installs: remote:https://mcp.nostos.market/mcp detail: https://mcpindex.ai/server/market-nostos-nostos - Oblique Markets (markets.oblique.api/oblique-markets@1.0.0) x402-paid analytics, market intelligence, research, and LLM inference for AI agents. installs: remote:https://api.oblique.markets/mcp detail: https://mcpindex.ai/server/markets-oblique-api-oblique-markets - me.speedof/speed-test (me.speedof/speed-test@1.1.1) Official SpeedOf.Me server - Accurate speed tests via over 130 global edge servers with analytics. installs: npm:@speedofme/mcp detail: https://mcpindex.ai/server/me-speedof-speed-test - Deepgent (net.deepgent/deepgent@1.0.0) Company analytics for Deepgent workspaces: usage, conversations, quality, billing, KB status. installs: remote:https://mcp.deepgent.net/v1/mcp detail: https://mcpindex.ai/server/net-deepgent-deepgent - net.singular/mcp-server (net.singular/mcp-server@1.0.0) Marketing intelligence MCP server providing campaign performance data and analytics tools. installs: remote:https://mcp.singular.net/mcp-server/mcp detail: https://mcpindex.ai/server/net-singular-mcp-server - nz.phos/analytics-engine (nz.phos/analytics-engine@1.0.0) AI analytics — sales analysis, ML forecasting, customer segmentation. installs: remote:https://analytics.phos.nz/mcp detail: https://mcpindex.ai/server/nz-phos-analytics-engine - DeFi Protocol Data (org.memoryapi/defi@1.0.0) DeFi protocol data: TVL, yield pools, and cross-chain analytics installs: remote:https://defi.memoryapi.org/mcp detail: https://mcpindex.ai/server/org-memoryapi-defi - details.page (page.details/details-page@1.0.0) Manage your details.page link-in-bio from Claude: edit details, post updates, read analytics. installs: remote:https://details.page/mcp detail: https://mcpindex.ai/server/page-details-details-page - red.atlas/red-atlas-api (red.atlas/red-atlas-api@1.0.0) Puerto Rico & Colombia real estate: listings, sales, parcels, permits, analytics, AVM reports. installs: remote:https://apiv3.atlas.red/external-api/v1/mcp detail: https://mcpindex.ai/server/red-atlas-red-atlas-api - Krasoft Russian Public Procurement (ru.krasoft/zakupki@1.0.0) Search and analytics for Russian public procurement (44-FZ/223-FZ): tenders, contracts, market data installs: remote:https://zakupki.krasoft.ru/api/mcp detail: https://mcpindex.ai/server/ru-krasoft-zakupki - Layero (ru.layero/layero@1.29.0) Build a landing page from your IDE chat, publish it, then manage domains and analytics. installs: remote:https://mcp.layero.ru/mcp detail: https://mcpindex.ai/server/ru-layero-layero - Clamp Analytics (sh.clamp/mcp@1.0.0) Clamp Analytics MCP server: traffic, revenue, funnels, cohorts, errors, and search, for AI agents. installs: remote:https://api.clamp.sh/mcp detail: https://mcpindex.ai/server/sh-clamp-mcp - Gaffer (sh.gaffer/mcp@0.9.0) Test analytics for AI agents: test history, flaky tests, failure clusters, coverage. installs: npm:@gaffer-sh/mcp detail: https://mcpindex.ai/server/sh-gaffer-mcp - Lanlan (site.lanlan/website-builder@0.1.0) Build a hosted website by chatting. Snapshots, forms, analytics. Hand off the dashboard. Walk away. installs: remote:https://mcp.lanlan.site/mcp detail: https://mcpindex.ai/server/site-lanlan-website-builder - Agentmemory MCP (space.agentmemory/agentmemory-mcp@0.1.0) Paid remote MCP for persistent AI agent memory, analytics, checkout, and search-readiness. installs: remote:https://agentmemory.space/mcp detail: https://mcpindex.ai/server/space-agentmemory-agentmemory-mcp - PromptGuard Scan MCP (space.promptguardscan/promptguardscan-mcp@0.1.0) Paid remote MCP for LLM security scans, jailbreak checks, analytics, checkout, and readiness. installs: remote:https://promptguardscan.space/mcp detail: https://mcpindex.ai/server/space-promptguardscan-promptguardscan-mcp - SyntheticUser Lab MCP (space.syntheticuserlab/syntheticuserlab-mcp@0.1.0) Paid remote MCP for synthetic user testing, UX validation, analytics, checkout, and readiness. installs: remote:https://syntheticuserlab.space/mcp detail: https://mcpindex.ai/server/space-syntheticuserlab-syntheticuserlab-mcp - Engageable Analytics (tech.engageable/analytics@0.2.0) Unified analytics MCP server for GA4, Mixpanel, and PostHog. installs: pypi:engageable detail: https://mcpindex.ai/server/tech-engageable-analytics - Nexly Analytics (to.nexly/analytics@1.0.0) Read-only access to your Nexly web analytics: traffic, pages, acquisition, events, and reports. installs: remote:https://api.nexly.to/mcp detail: https://mcpindex.ai/server/to-nexly-analytics - DeepBlue Trading Intelligence (xyz.deepbluebase/deepblue-trading@1.0.0) Live crypto trading signals, sentiment, Polymarket analytics. Free demo + x402 micropayments. installs: remote:https://mcp.deepbluebase.xyz/mcp/ detail: https://mcpindex.ai/server/xyz-deepbluebase-deepblue-trading - xyz.peerlytics/peerlytics (xyz.peerlytics/peerlytics@1.0.0) ZKP2P analytics on Base: live orderbook, route planning, explorer, and protocol market data. installs: remote:https://peerlytics.xyz/api/v1/mcp detail: https://mcpindex.ai/server/xyz-peerlytics-peerlytics ## Browser Automation (251) - AgentUtility Browser Workflow (ai.agentutility/mcp-browser-workflow@0.1.1) MCP server for the @agentutility browser-workflow cluster — pay-per-call x402 tools, no API keys… installs: npm:@agentutility/mcp-browser-workflow detail: https://mcpindex.ai/server/ai-agentutility-mcp-browser-workflow - ai.foura/mcp (ai.foura/mcp@0.6.0) Reliable web access for AI agents: smart HTTP, rotating proxies, and full-browser rendering. installs: npm:@fouradata/mcp | remote:https://mcp.foura.ai/mcp detail: https://mcpindex.ai/server/ai-foura-mcp - ai.openhelm/openhelm (ai.openhelm/openhelm@0.1.0) Autonomous cloud agent tasks: real browser + your tools, structured evidence-backed results. installs: remote:https://mcp.openhelm.ai/main/mcp detail: https://mcpindex.ai/server/ai-openhelm-openhelm - Shiplight (ai.shiplight/shiplight@0.2.1) An MCP server that provides browser automation installs: npm:@shiplightai/mcp detail: https://mcpindex.ai/server/ai-shiplight-shiplight - ai.smithery/ImRonAI-mcp-server-browserbase (ai.smithery/ImRonAI-mcp-server-browserbase@2.0.0) Automate cloud browsers to navigate websites, interact with elements, and extract structured data.… installs: remote:https://server.smithery.ai/@ImRonAI/mcp-server-browserbase/mcp detail: https://mcpindex.ai/server/ai-smithery-imronai-mcp-server-browserbase - ai.smithery/browserbasehq-mcp-browserbase (ai.smithery/browserbasehq-mcp-browserbase@2.2.0) Provides cloud browser automation capabilities using Stagehand and Browserbase, enabling LLMs to i… installs: remote:https://server.smithery.ai/@browserbasehq/mcp-browserbase/mcp detail: https://mcpindex.ai/server/ai-smithery-browserbasehq-mcp-browserbase - WebRun Browser Automation (ai.webrun/webrun@1.0.2) Run multi-step tasks in a real Chrome browser: persistent environments, live view, human takeover. installs: remote:https://api.webrun.ai/mcp detail: https://mcpindex.ai/server/ai-webrun-webrun - app.crawlio/crawlio-browser (app.crawlio/crawlio-browser@1.11.0) Bridge a live Chrome browser to your agent: 150 tools for capture, extraction, and observation. installs: npm:crawlio-browser detail: https://mcpindex.ai/server/app-crawlio-crawlio-browser - DocWand (app.docwand/pdf@1.0.0) Sign, fill, merge and split PDFs entirely in your browser - files never leave your device. installs: remote:https://mcp.docwand.app/mcp detail: https://mcpindex.ai/server/app-docwand-pdf - MetaDock (app.metadock/metadock@1.3.14) Control the MetaDock desktop workspace over MCP: browsers, layouts, bookmarks, downloads, and more. installs: manual detail: https://mcpindex.ai/server/app-metadock-metadock - Uplink (build.uplink/uplink@0.1.4) Automate a real, logged-in browser on your own device — no stored credentials, no bot detection. installs: npm:@uplink-code/mcp detail: https://mcpindex.ai/server/build-uplink-uplink - Spider Cloud (cloud.spider/mcp@1.0.0) Crawl, scrape, search the web, and automate browsers at scale with anti-bot bypass. installs: remote:https://mcp.spider.cloud/mcp detail: https://mcpindex.ai/server/cloud-spider-mcp - kogiQA MCP Web Browser (com.atagon/kogiqa-mcp@1.3.29) This web browser has been designed to help your agent debug and develop complex web applications. installs: npm:kogiqa-mcp detail: https://mcpindex.ai/server/com-atagon-kogiqa-mcp - com.browser-use/browser-use (com.browser-use/browser-use@0.13.5) Control a real Chrome browser to complete any task: fill forms, extract data, book flights. installs: pypi:browser-use detail: https://mcpindex.ai/server/com-browser-use-browser-use - com.browserssh/browser-ssh (com.browserssh/browser-ssh@1.0.0) Scoped, audited SSH exec, sessions, and SFTP on your saved servers without exposing credentials installs: remote:https://api.browserssh.com/mcp detail: https://mcpindex.ai/server/com-browserssh-browser-ssh - com.clauxel.autobrowserapproval/autobrowserapproval-mcp (com.clauxel.autobrowserapproval/autobrowserapproval-mcp@1.0.0) A paid remote MCP for AI agent browser approval MCP, built to return verdicts, receipts, usage logs, installs: remote:https://autobrowserapproval.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-autobrowserapproval-autobrowserapproval-mcp - com.clauxel.browserspendguard/browserspendguard-mcp (com.clauxel.browserspendguard/browserspendguard-mcp@1.0.0) Approval receipts for AI browser purchases. installs: remote:https://browserspendguard.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-browserspendguard-browserspendguard-mcp - com.clauxel.chromedevtoolsmcp/chromedevtoolsmcp-mcp (com.clauxel.chromedevtoolsmcp/chromedevtoolsmcp-mcp@1.0.0) A paid remote MCP for AI agent browser DevTools MCP, built to return verdicts, receipts, usage logs, installs: remote:https://chromedevtoolsmcp.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-chromedevtoolsmcp-chromedevtoolsmcp-mcp - com.clauxel.playwrightselectorguard/playwrightselectorguard-mcp (com.clauxel.playwrightselectorguard/playwrightselectorguard-mcp@1.0.0) Playwright selector risk checks with healing suggestions and receipts. installs: remote:https://playwrightselectorguard.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-playwrightselectorguard-playwrightselectorguard-mcp - com.clauxel.playwritermcp/playwritermcp-mcp (com.clauxel.playwritermcp/playwritermcp-mcp@1.0.0) A paid remote MCP for AI agent browser MCP session, built to return verdicts, receipts, usage logs, installs: remote:https://playwritermcp.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-playwritermcp-playwritermcp-mcp - E2LLM (com.e2llm/element-to-llm@1.5.78) E2LLM gives your AI eyes and hands in a real browser: structured perception (SiFR) plus action. installs: remote:https://mcp.e2llm.com/mcp detail: https://mcpindex.ai/server/com-e2llm-element-to-llm - com.maxoperf/maxoperf (com.maxoperf/maxoperf@1.0.0) Load & browser performance testing — drive MaxoPerf from your AI agent with your API key. installs: remote:https://app.maxoperf.com/mcp detail: https://mcpindex.ai/server/com-maxoperf-maxoperf - com.mcparmory/browserbase (com.mcparmory/browserbase@1.0.4) Create and control browser sessions for web automation, testing, and AI agent tasks installs: pypi:mcparmory-browserbase | docker:ghcr.io/mcparmory/browserbase:1.0.4 detail: https://mcpindex.ai/server/com-mcparmory-browserbase - com.nexaaly/a11y-check (com.nexaaly/a11y-check@1.2.0) Real-browser WCAG audit that also finds keyboard-inoperable controls axe-core misses, with fixes. installs: remote:https://nexaaly.com/mcp detail: https://mcpindex.ai/server/com-nexaaly-a11y-check - Nocticas (com.nocticas/nocticas@0.69.0) Browser QA agent that won't return a false green: verified PASS/FAIL + access-control probing. installs: remote:https://app.nocticas.com/api/mcp detail: https://mcpindex.ai/server/com-nocticas-nocticas - com.nyx-intelligence/val (com.nyx-intelligence/val@0.10.1) QA agent for vibecoded apps. Real browser checks, your AI fixes them. Ship to green. installs: npm:@nyx-intelligence/val-mcp detail: https://mcpindex.ai/server/com-nyx-intelligence-val - com.onkernel/kernel-mcp-server (com.onkernel/kernel-mcp-server@1.0.0) Access Kernel's cloud-based browsers and app actions via MCP (remote HTTP + OAuth). installs: remote:https://mcp.onkernel.com/mcp detail: https://mcpindex.ai/server/com-onkernel-kernel-mcp-server - PilotGentic (com.pilotgentic/mcp-server@1.0.0) macOS desktop control for Claude: click, type, screenshot, AX tree, browser control, agentic loops. installs: npm:@pilotgentic/mcp-server detail: https://mcpindex.ai/server/com-pilotgentic-mcp-server - com.pulsemcp/fetchpet (com.pulsemcp/fetchpet@0.1.8) MCP server for Fetch Pet insurance claims management using Playwright automation. installs: npm:fetchpet-mcp-server detail: https://mcpindex.ai/server/com-pulsemcp-fetchpet - com.pulsemcp/good-eggs (com.pulsemcp/good-eggs@0.1.11) MCP server for Good Eggs grocery shopping automation using Playwright. installs: npm:good-eggs-mcp-server detail: https://mcpindex.ai/server/com-pulsemcp-good-eggs - com.pulsemcp/playwright-stealth (com.pulsemcp/playwright-stealth@0.2.3) Browser automation using Playwright with optional stealth mode to bypass anti-bot protection. installs: npm:playwright-stealth-mcp-server detail: https://mcpindex.ai/server/com-pulsemcp-playwright-stealth - com.reflexmcp/reflex (com.reflexmcp/reflex@0.4.12) Browser automation for AI agents: compressed page snapshots, batched actions, fewer tokens. installs: npm:reflex-browser detail: https://mcpindex.ai/server/com-reflexmcp-reflex - com.scrapingant/mcp (com.scrapingant/mcp@1.0.0) Cloud-based web access with real browsers and JS rendering by ScrapingAnt installs: remote:https://api.scrapingant.com/mcp/ detail: https://mcpindex.ai/server/com-scrapingant-mcp - stagenth · 托管浏览器 (com.stagenth/browser@1.1.0) Hosted Chromium in mainland China: scripted actions, URL screenshots, print-to-PDF. installs: remote:https://stagenth.com/mcp/browser/ detail: https://mcpindex.ai/server/com-stagenth-browser - com.thenextgennexus/playwright-mcp-server (com.thenextgennexus/playwright-mcp-server@1.0.0) Headless browser primitives for AI agents when sites need real JS rendering. installs: remote:https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/playwright-mcp-server/mcp detail: https://mcpindex.ai/server/com-thenextgennexus-playwright-mcp-server - url2image (com.url2image/url2image@1.0.0) Capture batches of public web pages in a real browser and download the screenshots as a zip. installs: remote:https://url2image.com/mcp detail: https://mcpindex.ai/server/com-url2image-url2image - WingmanProtocol Agent Gateway (com.wingmanprotocol.agent/gateway@1.5.1) Durable self for AI agents: one-call resume, memory, real browser, free chat + hire real humans. installs: remote:https://wingmanprotocol.com/mcp detail: https://mcpindex.ai/server/com-wingmanprotocol-agent-gateway - AppContext (dev.appcontext/appcontext@0.1.0) Live iOS Simulator and browser screenshots, logs, and a personal MCP hub for AI coding agents. installs: npm:appcontext-mcp detail: https://mcpindex.ai/server/dev-appcontext-appcontext - Busymate DevTools (dev.busymate/busymate-devtools@1.0.481) Capture, inspect & debug HTTPS traffic across iOS, Android, browsers & backends — 304 MCP tools. installs: remote:https://mcp.busymate.dev detail: https://mcpindex.ai/server/dev-busymate-busymate-devtools - Proving Lab (dev.provinglab/browser-citation-capture@1.23.0) Cite or capture a web page; installs the capture extension in Firefox and Chrome. installs: remote:https://provinglab.dev/mcp detail: https://mcpindex.ai/server/dev-provinglab-browser-citation-capture - games.playfrog/publish (games.playfrog/publish@0.1.0) Publish browser games to Playfrog and get a shareable play link. Free, no account needed. installs: remote:https://mcp.playfrog.games/mcp detail: https://mcpindex.ai/server/games-playfrog-publish - Anakin (io.anakin/mcp@0.2.1) Web data for AI agents: scrape, crawl, search, deep research, site monitoring, browser automation installs: npm:@anakin-io/mcp detail: https://mcpindex.ai/server/io-anakin-mcp - io.blinkpdf/blinkpdf (io.blinkpdf/blinkpdf@1.0.0) Render Markdown and LLM output into accessible PDF/UA-1 PDFs. No headless Chromium. installs: remote:https://mcp.blinkpdf.io/mcp detail: https://mcpindex.ai/server/io-blinkpdf-blinkpdf - GameFork MCP (io.gamefork/mcp@0.1.3) Publish, fork, improve browser games. No-auth reads; OAuth to post. Wheel: verified ops knowledge. installs: remote:https://gamefork.dev/api/mcp detail: https://mcpindex.ai/server/io-gamefork-mcp - ui-ticket-mcp (io.github.0ics-srls/ui-ticket-mcp@1.6.0) Human-to-AI code review bridge. Review UI in the browser, AI agents fix code via MCP. installs: pypi:ui-ticket-mcp detail: https://mcpindex.ai/server/io-github-0ics-srls-ui-ticket-mcp - io.github.1shizaan/debugai-mcp (io.github.1shizaan/debugai-mcp@2.1.1) MCP server for DebugAI. Browser sign-in, auto client setup, no key pasting. installs: npm:@debugai/mcp detail: https://mcpindex.ai/server/io-github-1shizaan-debugai-mcp - io.github.AINative-Studio/ainative-browser-mcp (io.github.AINative-Studio/ainative-browser-mcp@1.1.2) AI-powered browser automation MCP — 6 tools for web interaction, extraction, and validation. installs: npm:@ainative/browser-mcp detail: https://mcpindex.ai/server/io-github-ainative-studio-ainative-browser-mcp - openDAW MCP (io.github.AMEOBIUS/opendaw-mcp@1.13.0) 262 MCP tools for agent-native control of openDAW, a browser-based DAW installs: docker:ghcr.io/ameobius/opendaw-mcp:1.13.0 detail: https://mcpindex.ai/server/io-github-ameobius-opendaw-mcp - mac-control-mcp (io.github.AdelElo13/mac-control-mcp@0.8.2) Native Swift macOS automation — 143 tools: AX, EventKit, voice, browser DOM, undo. installs: manual detail: https://mcpindex.ai/server/io-github-adelelo13-mac-control-mcp - Vibe Test — Browser Testing Agent (io.github.AishwaryShrivastav/vibe-testing@0.4.2) Code-aware browser testing agent — 13 Playwright tools for AI code editors via MCP installs: npm:vibe-testing detail: https://mcpindex.ai/server/io-github-aishwaryshrivastav-vibe-testing - AIR SDK (io.github.ArcedeDev/air-sdk@0.2.12) Collective intelligence for browser automation agents. Site capabilities, selectors, and extraction. installs: npm:@arcede/air-sdk detail: https://mcpindex.ai/server/io-github-arcededev-air-sdk - Browsegrab (io.github.ArkNill/browsegrab@0.1.1) Token-efficient browser agent for local LLMs. Playwright + accessibility tree + MarkGrab. installs: pypi:browsegrab detail: https://mcpindex.ai/server/io-github-arknill-browsegrab - B4n1Web (io.github.B4N1-com/b4n1web@0.12.2) Ultra-lightweight browser engine for AI agents. 33 MCP tools, 4 SDKs, cross-platform. installs: npm:b4n1-web | pypi:b4n1-web detail: https://mcpindex.ai/server/io-github-b4n1-com-b4n1web - Latchshot (io.github.BaiqingL/latchshot@1.0.2) Hosted public-page screenshots and PDFs with guarded Chromium and inline MCP artifacts. installs: remote:https://latchshot.fly.dev/mcp detail: https://mcpindex.ai/server/io-github-baiqingl-latchshot - User Agent Parser API (io.github.Br0ski777/user-agent-parser@1.1.0) Parse user agents — browser, OS, device, bot detection. x402 micropayment. installs: remote:https://user-agent-parser.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-user-agent-parser - io.github.ChristopherDavenport/unblink (io.github.ChristopherDavenport/unblink@0.24.0) Pure-Go browser for AI: fetch pages, render JS without Chromium, return clean Markdown over MCP. installs: docker:ghcr.io/christopherdavenport/unblink:0.24.0 detail: https://mcpindex.ai/server/io-github-christopherdavenport-unblink - io.github.CrumbtrailDev/crumbtrail (io.github.CrumbtrailDev/crumbtrail@0.3.0) Recorded browser sessions, backend spans, and database row diffs as one ranked fix bundle. installs: npm:crumbtrail-node detail: https://mcpindex.ai/server/io-github-crumbtraildev-crumbtrail - peek (io.github.Cubenest/peek-mcp@0.1.0-alpha.24) Exposes recorded browser sessions (rrweb DOM, console, network) to AI coding agents, fully local installs: npm:@peekdev/mcp detail: https://mcpindex.ai/server/io-github-cubenest-peek-mcp - Scrapling MCP Server (io.github.D4Vinci/Scrapling@0.4.14) Web scraping with stealth HTTP, real browsers, and Cloudflare bypass. CSS selectors supported. installs: pypi:scrapling | docker:ghcr.io/d4vinci/scrapling detail: https://mcpindex.ai/server/io-github-d4vinci-scrapling - DLBrowser (io.github.DekryptLabs/dlbrowser@4.0.2) Self-healing web access for AI agents — recovers through bot blocks, captchas and JS pages. installs: pypi:dlbrowser detail: https://mcpindex.ai/server/io-github-dekryptlabs-dlbrowser - io.github.Evil-Bane/eyebrowse (io.github.Evil-Bane/eyebrowse@0.3.10) Stealthy, LLM-drivable browser engine — a Python library + 85-tool MCP server on stealth Chromium. installs: pypi:eyebrowse detail: https://mcpindex.ai/server/io-github-evil-bane-eyebrowse - io.github.Fisher521/bookmarks-mcp (io.github.Fisher521/bookmarks-mcp@0.1.0) Read-only MCP server for browser bookmarks: Chrome, Safari, Firefox, and read-later exports. installs: npm:bookmarks-mcp detail: https://mcpindex.ai/server/io-github-fisher521-bookmarks-mcp - gecko-mcp (io.github.Frumane/gecko-mcp@2.2.4) Control Firefox browsers (Floorp, LibreWolf, Zen, Firefox) from any MCP client. installs: npm:gecko-mcp detail: https://mcpindex.ai/server/io-github-frumane-gecko-mcp - PREFLIGHT (io.github.GSterlingPress/preflight@0.6.0) Route URLs for AI agents before fetch or browser rendering. installs: remote:https://preflight-api-production-01a2.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-gsterlingpress-preflight - io.github.HarimxChoi/google-surf-mcp (io.github.HarimxChoi/google-surf-mcp@0.7.0) Google search via Playwright with a warm Chrome profile. No API key, no proxies. installs: npm:google-surf-mcp detail: https://mcpindex.ai/server/io-github-harimxchoi-google-surf-mcp - Safari DevTools MCP (io.github.HayoDev/safari-devtools-mcp@1.8.1) MCP server for Safari DevTools — browser debugging and automation for AI coding agents installs: npm:safari-devtools-mcp detail: https://mcpindex.ai/server/io-github-hayodev-safari-devtools-mcp - WebPeel (io.github.JakeLiuMe/webpeel@0.3.0) Fetch any web page as clean, AI-ready markdown with smart HTTP-to-browser escalation. installs: npm:webpeel detail: https://mcpindex.ai/server/io-github-jakeliume-webpeel - ZenLink MCP (io.github.JayQuan-McCleary/zenlink-mcp@2.0.3) Browser automation for MCP clients via Zen Browser. Parallel multi-tab, content extraction. installs: pypi:zenlink-mcp detail: https://mcpindex.ai/server/io-github-jayquan-mccleary-zenlink-mcp - LinkedIn (io.github.JohannsenLum/linkedin-api-mcp@1.0.0) Read LinkedIn profiles, companies, jobs and messages via your own browser session installs: pypi:linkedin-api-mcp detail: https://mcpindex.ai/server/io-github-johannsenlum-linkedin-api-mcp - io.github.JustasMonkev/mcp-accessibility-scanner (io.github.JustasMonkev/mcp-accessibility-scanner@1.1.1) MCP server for automated web accessibility scanning with Playwright and Axe-core. installs: npm:mcp-accessibility-scanner detail: https://mcpindex.ai/server/io-github-justasmonkev-mcp-accessibility-scanner - io.github.Kapeli/dash-mcp-server (io.github.Kapeli/dash-mcp-server@1.1.1) MCP server for Dash, the macOS API documentation browser. Search 200+ docsets. installs: pypi:dash-mcp-server detail: https://mcpindex.ai/server/io-github-kapeli-dash-mcp-server - footnote-mcp (io.github.KazKozDev/footnote-mcp@0.2.6) Source-grounded web research: search, extraction, verification, and browser automation. installs: pypi:footnote-mcp | docker:ghcr.io/kazkozdev/footnote-mcp:0.2.6 detail: https://mcpindex.ai/server/io-github-kazkozdev-footnote-mcp - KeyID (io.github.KeyID-AI/keyid@0.2.10) Signup sessions, browser continuity, email, SMS, and OTP/TOTP infrastructure for AI agents. installs: npm:@keyid/agent-kit | remote:https://keyid.ai/mcp detail: https://mcpindex.ai/server/io-github-keyid-ai-keyid - io.github.Koala-Studios/newton-browser (io.github.Koala-Studios/newton-browser@0.4.1) Local-only Chrome and Edge control for MCP clients through an origin-scoped extension. installs: npm:newton-browser detail: https://mcpindex.ai/server/io-github-koala-studios-newton-browser - Kloakt (io.github.KultMember6Banger/kloakt@0.1.2) Cloaked headless browser for AI agents — stealth TLS, smart extraction, SPA fallback installs: pypi:kloakt detail: https://mcpindex.ai/server/io-github-kultmember6banger-kloakt - Tap (io.github.LeonTing1010/tap@0.29.2) Browser MCP for logged-in tasks. Uses your Chrome — credentials stay local. Zero-token replay. installs: npm:@taprun/cli | pypi:taprun | remote:https://mcp.taprun.dev/mcp detail: https://mcpindex.ai/server/io-github-leonting1010-tap - CSS SOTA (io.github.LuSrodri/css-sota-mcp@0.1.0) What CSS you can actually ship today, from live Baseline data and MDN browser-compat-data. installs: remote:https://css-sota-mcp.lusrodri.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-lusrodri-css-sota-mcp - WaveXisMCP (io.github.MathiasPaulenko/wavexis-mcp@1.6.24) 220 browser automation tools for Chrome, Edge, and Firefox via CDP + BiDi. 100% Python. installs: pypi:wavexis-mcp detail: https://mcpindex.ai/server/io-github-mathiaspaulenko-wavexis-mcp - kite-lite (io.github.MauricioPerera/kite-lite@0.1.3) Fetch, parse, screenshot and browse pages via MCP without a real browser -- no JS execution. installs: manual detail: https://mcpindex.ai/server/io-github-mauricioperera-kite-lite - Obscura MCP (io.github.Metadrama/obscura-mcp@0.1.1) MCP server adapter for Obscura Rust headless browser — web scraping with anti-detection. installs: npm:obscura-mcp detail: https://mcpindex.ai/server/io-github-metadrama-obscura-mcp - acrawl (io.github.Mingye-Lu/acrawl@0.13.4) Autonomous web crawler. 17 browser tools + goal-driven run_goal agent. Single binary, stealth. installs: manual detail: https://mcpindex.ai/server/io-github-mingye-lu-acrawl - io.github.ModelPiper/toolpiper (io.github.ModelPiper/toolpiper@0.0.6-beta) 300+ on-device MCP tools for macOS — local AI, voice, vision, browser automation, system control. installs: manual detail: https://mcpindex.ai/server/io-github-modelpiper-toolpiper - io.github.NeoDrew/chromeflow (io.github.NeoDrew/chromeflow@0.9.5) Lets Claude Code or Codex CLI drive your real Chrome — sessions intact, 28 browser tools. installs: manual detail: https://mcpindex.ai/server/io-github-neodrew-chromeflow - io.github.ObscuritySRL/bun-uia (io.github.ObscuritySRL/bun-uia@1.9.1) Playwright for the Windows desktop, from Bun — drive native GUIs via UI Automation + MCP. installs: npm:bun-uia detail: https://mcpindex.ai/server/io-github-obscuritysrl-bun-uia - io.github.PramodDutta/browserbash (io.github.PramodDutta/browserbash@1.5.1) Plain-English browser tests for AI agents: real Chrome, deterministic verdicts. Free, no API keys. installs: npm:browserbash-cli detail: https://mcpindex.ai/server/io-github-pramoddutta-browserbash - PageMap (io.github.Retio-ai/pagemap@0.7.3) Structured web intelligence for AI agents. 5x fewer tokens than Playwright/Firecrawl, 84.7% accuracy installs: pypi:retio-pagemap | docker:docker.io/retio1001/pagemap:0.7.3 detail: https://mcpindex.ai/server/io-github-retio-ai-pagemap - 27-0 MCP (io.github.Rocniubi/27-0-mcp@0.1.0) Play 27-0 free in your browser. Spin all-time NRL clubs and eras, draft 13 rugby league legends, installs: manual detail: https://mcpindex.ai/server/io-github-rocniubi-27-0-mcp - io.github.Sahib-Sawhney-WH/looking-glass-mcp (io.github.Sahib-Sawhney-WH/looking-glass-mcp@3.1.1) AI-native browser for agents. 71 tools with self-healing, semantic extraction, vault CLI. installs: npm:looking-glass-mcp detail: https://mcpindex.ai/server/io-github-sahib-sawhney-wh-looking-glass-mcp - Arachne MCP (io.github.Samuelfmedeiros/arachne@1.1.0) Web scraping, browser RAG, vision, transcription, and 20 AI tools. Universal data intelligence. installs: remote:https://arachne.seu.pet/mcp detail: https://mcpindex.ai/server/io-github-samuelfmedeiros-arachne - shaft-mcp (io.github.ShaftHQ/shaft-mcp@10.3.20260809) SHAFT browser automation, capture, and offline deterministic failure diagnosis installs: docker:ghcr.io/shafthq/shaft-engine-mcp:10.3.20260809 detail: https://mcpindex.ai/server/io-github-shafthq-shaft-mcp - io.github.Shreyas-Profile/browser-mcp (io.github.Shreyas-Profile/browser-mcp@0.2.0) Hosted real Google Chrome MCP with per-user persistent state. Navigate, click, type, screenshot. installs: remote:https://browser.regiq.in/api/mcp detail: https://mcpindex.ai/server/io-github-shreyas-profile-browser-mcp - Skyvern (io.github.Skyvern-AI/skyvern@1.0.23) AI-powered browser automation — navigate, click, fill forms, and extract data from any website. installs: remote:https://api.skyvern.com/mcp/ detail: https://mcpindex.ai/server/io-github-skyvern-ai-skyvern - GhostQA (io.github.SyncTekLLC/ghostqa@0.2.2) AI personas navigate your web app in real browsers, find bugs and UX issues. No scripts needed. installs: pypi:ghostqa detail: https://mcpindex.ai/server/io-github-synctekllc-ghostqa - JxBrowser MCP Server (io.github.TeamDev-IP/jxbrowser-mcp@1.0.0) MCP server to assist with JxBrowser development. installs: remote:https://jxbrowser.mcp.teamdev.com/ detail: https://mcpindex.ai/server/io-github-teamdev-ip-jxbrowser-mcp - io.github.TickTockBent/charlotte (io.github.TickTockBent/charlotte@0.1.3) Renders web pages into structured, agent-readable representations using headless Chromium. installs: npm:@ticktockbent/charlotte detail: https://mcpindex.ai/server/io-github-ticktockbent-charlotte - Story Mapper (io.github.TomAtAP/storymapper@1.0.1) User story map + kanban with a live browser UI; AI agents and humans plan the same backlog via MCP. installs: npm:storymapper detail: https://mcpindex.ai/server/io-github-tomatap-storymapper - Open Computer Use (io.github.Yambr/open-computer-use@0.8.12.6) Give any LLM its own computer — Docker sandboxes with bash, browser, docs, and sub-agents installs: manual detail: https://mcpindex.ai/server/io-github-yambr-open-computer-use - io.github.YawLabs/vew-mcp (io.github.YawLabs/vew-mcp@0.4.3) Browser MCP: drive a real Chromium via Playwright with compact ref-addressable page snapshots installs: npm:@yawlabs/vew-mcp detail: https://mcpindex.ai/server/io-github-yawlabs-vew-mcp - JS Reverse MCP (io.github.YuanHuakk/JSReverser-MCP@3.0.0) MCP server for JavaScript reverse engineering and browser debugging. installs: npm:@yuanhuakk/js-reverse-mcp detail: https://mcpindex.ai/server/io-github-yuanhuakk-jsreverser-mcp - JS Reverse MCP (io.github.YuanHuakk/js-reverse-mcp@2.5.0) MCP server for JavaScript reverse engineering and browser debugging. installs: npm:@yuanhuakk/js-reverse-mcp detail: https://mcpindex.ai/server/io-github-yuanhuakk-js-reverse-mcp - x402-snap (io.github.ZadenGG/x402-snap@1.0.0) Pay-per-call browser rendering and x402 marketplace ranking for AI agents, billed via USDC. installs: remote:https://x402-snap.zaden-gaming.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-zadengg-x402-snap - io.github.achiya-automation/safari-mcp (io.github.achiya-automation/safari-mcp@2.15.12) Native Safari browser automation for AI agents — 97 tools, zero Chrome overhead. installs: npm:safari-mcp detail: https://mcpindex.ai/server/io-github-achiya-automation-safari-mcp - io.github.adamgusky/mintqa-mcp (io.github.adamgusky/mintqa-mcp@0.1.1) MCP server for Mint — AI-powered QA that runs your app in a real browser on every PR. installs: npm:mintqa-mcp | remote:https://mintqa.dev/mcp detail: https://mcpindex.ai/server/io-github-adamgusky-mintqa-mcp - io.github.aethynio/aethyn-browser-mcp (io.github.aethynio/aethyn-browser-mcp@0.1.1) Local Playwright browser through residential proxies — agent picks country + sticky identity installs: npm:aethyn-browser-mcp detail: https://mcpindex.ai/server/io-github-aethynio-aethyn-browser-mcp - io.github.ajrogier/aiqaramba (io.github.ajrogier/aiqaramba@0.2.0) Browser-based QA for AI-built software. Test pages with real browsers via agents. installs: remote:https://mcp.aiqaramba.com/mcp detail: https://mcpindex.ai/server/io-github-ajrogier-aiqaramba - nodriver — undetected browser automation (io.github.andresolbach/nodriver-mcp-server@2.3.1) Undetected anti-bot Chrome automation. 65 tools, parallel isolated browsers. installs: pypi:nodriver-mcp detail: https://mcpindex.ai/server/io-github-andresolbach-nodriver-mcp-server - io.github.anthonybono21-cloud/leapfrog (io.github.anthonybono21-cloud/leapfrog@0.7.4) Multi-session browser MCP — 15 parallel isolated browsers, 37 tools, stealth, self-improvement. installs: npm:leapfrog-mcp detail: https://mcpindex.ai/server/io-github-anthonybono21-cloud-leapfrog - PWA Debug Layer (io.github.aryanduntley/pwa-debug-layer@0.2.0) Debug PWAs in your real browser via MCP: service-worker, cache, installability & framework state. installs: npm:@aryanduntley/pwa-debug detail: https://mcpindex.ai/server/io-github-aryanduntley-pwa-debug-layer - Terminal MCP Server (io.github.aybelatchane/mcp-server-terminal@1.0.3) MCP server for AI agents to interact with terminal applications. Think Playwright for terminals. installs: npm:mcp-server-terminal detail: https://mcpindex.ai/server/io-github-aybelatchane-mcp-server-terminal - io.github.baixianger/camoufox-mcp (io.github.baixianger/camoufox-mcp@1.0.0) Anti-detection browser automation with Camoufox - stealth Firefox for web scraping installs: npm:camoufox-mcp detail: https://mcpindex.ai/server/io-github-baixianger-camoufox-mcp - io.github.bakhtiersizhaev/openevidence-mcp (io.github.bakhtiersizhaev/openevidence-mcp@0.2.1) Unofficial MCP server connecting OpenEvidence to AI agents via authenticated browser sessions installs: npm:openevidence-mcp detail: https://mcpindex.ai/server/io-github-bakhtiersizhaev-openevidence-mcp - io.github.bgaze/snapstack-server (io.github.bgaze/snapstack-server@1.2.3) Local always-on server for SnapStack: browser capture intake + MCP over 127.0.0.1. installs: npm:snapstack-server detail: https://mcpindex.ai/server/io-github-bgaze-snapstack-server - Before Users Do (io.github.bhuman-ai/beforeusersdo@1.0.0) Browser-backed QA with evidence and fix-ready reports for coding agents. installs: remote:https://mcp.beforeusersdo.com/mcp detail: https://mcpindex.ai/server/io-github-bhuman-ai-beforeusersdo - Zendriver MCP (io.github.bituq/zendriver-mcp@0.3.4) Undetectable browser automation for LLM agents, spoken over MCP. installs: pypi:zendriver-mcp detail: https://mcpindex.ai/server/io-github-bituq-zendriver-mcp - io.github.bkauto3/conduit (io.github.bkauto3/conduit@0.2.1) Headless browser with SHA-256 audit trails and Ed25519-signed proof bundles for AI agents. installs: pypi:conduit-browser detail: https://mcpindex.ai/server/io-github-bkauto3-conduit - Blueprint Chart (io.github.blueprint-chart/mcp@0.2.0) The open chart format an LLM writes and the browser renders — to interactive, accessible SVG. installs: npm:@blueprint-chart/mcp detail: https://mcpindex.ai/server/io-github-blueprint-chart-mcp - MCP Browser (io.github.brainfuel/mcp-browser@1.0.1) Native macOS browser exposing an MCP server so AI agents can drive a real WKWebView. installs: manual detail: https://mcpindex.ai/server/io-github-brainfuel-mcp-browser - brawsr (io.github.brawsr/brawsr@0.2.0) Browser sessions, checkpoints, rewind, fork, lineage, and lifecycle tools for brawsr. installs: npm:@brawsr/mcp-server detail: https://mcpindex.ai/server/io-github-brawsr-brawsr - io.github.browser-gateway/browser-gateway (io.github.browser-gateway/browser-gateway@0.4.0) AI browser tools with Chrome CDP. Navigate, screenshot, interact. Multi-provider failover. installs: npm:browser-gateway detail: https://mcpindex.ai/server/io-github-browser-gateway-browser-gateway - io.github.browserbase/mcp-server-browserbase (io.github.browserbase/mcp-server-browserbase@2.1.1) MCP server for AI web browser automation using Browserbase and Stagehand installs: npm:@browserbasehq/mcp-server-browserbase detail: https://mcpindex.ai/server/io-github-browserbase-mcp-server-browserbase - io.github.browserstack/mcp-server (io.github.browserstack/mcp-server@1.0.0) BrowserStack's Official MCP Server installs: npm:@browserstack/mcp-server detail: https://mcpindex.ai/server/io-github-browserstack-mcp-server - io.github.bytedance/mcp-server-browser (io.github.bytedance/mcp-server-browser@1.0.0) MCP server for browser use access installs: npm:@agent-infra/mcp-server-browser detail: https://mcpindex.ai/server/io-github-bytedance-mcp-server-browser - io.github.charliemtnez/ghost-inspector-mcp (io.github.charliemtnez/ghost-inspector-mcp@0.2.0) Analyze, validate and safely update Ghost Inspector end-to-end browser tests installs: npm:ghost-inspector-mcp detail: https://mcpindex.ai/server/io-github-charliemtnez-ghost-inspector-mcp - io.github.cherchyk/browser (io.github.cherchyk/browser@0.2.1) MCP server for loading authenticated web pages using Chrome DevTools Protocol installs: npm:mcpbrowser detail: https://mcpindex.ai/server/io-github-cherchyk-browser - MCP Browser (io.github.cherchyk/mcpbrowser@0.4.5) Browser automation using the user's Chromium session — JS execution, auth, and anti-bot support. installs: npm:mcpbrowser detail: https://mcpindex.ai/server/io-github-cherchyk-mcpbrowser - io.github.chrischall/musescore-mcp (io.github.chrischall/musescore-mcp@0.15.4) MuseScore for Claude — search sheet music and read score metadata via your signed-in browser installs: npm:@chrischall/musescore-mcp detail: https://mcpindex.ai/server/io-github-chrischall-musescore-mcp - Chromium Style QR Code Generator (io.github.chromium-style-qrcode/mcp@1.0.2) MCP server for generating Chromium-style QR codes with optional Dino logo or custom center image installs: npm:@chromium-style-qrcode/mcp detail: https://mcpindex.ai/server/io-github-chromium-style-qrcode-mcp - io.github.codeChap/agent-browser (io.github.codeChap/agent-browser@0.1.0) MCP server for browser automation via Vercel's agent-browser CLI installs: manual detail: https://mcpindex.ai/server/io-github-codechap-agent-browser - io.github.cybairfly/codify-mcp (io.github.cybairfly/codify-mcp@1.0.0) Easily create reusable automation tools from casual browser actions using Apify Agent installs: npm:codify-mcp detail: https://mcpindex.ai/server/io-github-cybairfly-codify-mcp - io.github.dashi96/chromium-bridge (io.github.dashi96/chromium-bridge@0.5.3) MCP bridge between Chromium browsers (Arc, Vivaldi, Brave) and Claude Code: browser automation installs: npm:chromium-bridge detail: https://mcpindex.ai/server/io-github-dashi96-chromium-bridge - io.github.developerz-ai/ui-debugger-mcp (io.github.developerz-ai/ui-debugger-mcp@1.8.0) Autonomous UI debugging MCP server: an agent drives the browser/desktop, reports bugs + UX issues. installs: npm:@developerz.ai/ui-debugger-mcp detail: https://mcpindex.ai/server/io-github-developerz-ai-ui-debugger-mcp - io.github.dinesh-nalla-se/playwright-mcp (io.github.dinesh-nalla-se/playwright-mcp@1.0.0) Playwright Tools for MCP installs: npm:@dinesh-nalla-se/playwright-mcp | docker:docker.io/dineshn51331/playwright-mcp:1.0.0 detail: https://mcpindex.ai/server/io-github-dinesh-nalla-se-playwright-mcp - LionScraper MCP + CLI + HTTP API (Node) (io.github.dowant/lionscraper-node@1.0.6) LionScraper Node: MCP stdio + CLI + HTTP API bridging AI to LionScraper browser extension. installs: npm:lionscraper detail: https://mcpindex.ai/server/io-github-dowant-lionscraper-node - LionScraper MCP + CLI + HTTP API (Python) (io.github.dowant/lionscraper-python@1.0.6) LionScraper Python: MCP stdio + CLI + HTTP API bridging AI to LionScraper browser extension. installs: pypi:lionscraper detail: https://mcpindex.ai/server/io-github-dowant-lionscraper-python - PDFSpark MCP (io.github.dpozimski/pdfspark-mcp@1.2.0) Convert HTML or URLs to PDF documents powered by Playwright installs: npm:pdfspark-mcp detail: https://mcpindex.ai/server/io-github-dpozimski-pdfspark-mcp - io.github.dundas/thinkrun (io.github.dundas/thinkrun@0.3.8) Browser control + session recording MCP for AI coding agents (Claude Code, Cursor) — real Chrome. installs: npm:@thinkrun/mcp detail: https://mcpindex.ai/server/io-github-dundas-thinkrun - Parallel Browser MCP (io.github.etairl/parallel-browser-mcp@0.1.14) MCP server for parallel browser automation across multiple providers. installs: npm:parallel-browser-mcp detail: https://mcpindex.ai/server/io-github-etairl-parallel-browser-mcp - io.github.extensiondev/mcp (io.github.extensiondev/mcp@10.7.0) Build, run, inspect, and publish browser extensions from any MCP client. 30 tools, 11 browsers. installs: npm:@extension.dev/mcp detail: https://mcpindex.ai/server/io-github-extensiondev-mcp - io.github.farshadmomo/lan-direct (io.github.farshadmomo/lan-direct@1.0.2) Browser MCP: the app under test egresses via the real ISP while the agent stays on the VPN. installs: npm:lan-direct detail: https://mcpindex.ai/server/io-github-farshadmomo-lan-direct - io.github.fasteningcode/claudetest (io.github.fasteningcode/claudetest@0.0.3) Playwright & Appium test automation for Claude. Generate tests, diagnose failures, open fix PRs. installs: npm:@fasteningcode/claudetest detail: https://mcpindex.ai/server/io-github-fasteningcode-claudetest - io.github.feedthrough/feedthrough (io.github.feedthrough/feedthrough@0.3.2) Debug bridge inside your web app: an agent reads the DOM, console and network. Any browser. installs: npm:@feedthrough/mcp detail: https://mcpindex.ai/server/io-github-feedthrough-feedthrough - Scout (io.github.felixgeelhaar/scout@1.10.0) Browser automation MCP server with 84 tools. Pure CDP, DOM diffing, vision hybrid. installs: docker:ghcr.io/felixgeelhaar/scout:1.10.0 detail: https://mcpindex.ai/server/io-github-felixgeelhaar-scout - Flyto Core (io.github.flytohub/flyto-core@2.12.6) Execution engine for AI agents. 412 modules: browser, file, Docker, data, crypto. installs: pypi:flyto-core detail: https://mcpindex.ai/server/io-github-flytohub-flyto-core - io.github.freshfos/dropcoin-a11y (io.github.freshfos/dropcoin-a11y@1.0.0) Accessibility pre-checks (WCAG/BFSG) in a real browser + statement drafts. Pay per call. installs: remote:https://a11y-api.dropcoin.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-freshfos-dropcoin-a11y - io.github.gaforov/selenium-mcp (io.github.gaforov/selenium-mcp@0.2.1) Selenium MCP server for AI agents — 39 browser automation tools with snapshots and sessions. installs: npm:@gaforov/selenium-mcp detail: https://mcpindex.ai/server/io-github-gaforov-selenium-mcp - Utility Matrix (io.github.helphub369/utility-matrix@1.0.0) Free browser-based calculators and analyzers for cloud cost, DevOps, security, and data governance. installs: remote:https://utility-matrix.com/mcp detail: https://mcpindex.ai/server/io-github-helphub369-utility-matrix - io.github.hj1003862396/draw-flow-mcp-server (io.github.hj1003862396/draw-flow-mcp-server@1.0.2) MCP server for Next AI Draw.io - AI-powered diagram generation with real-time browser preview installs: npm:@io.github.hj1003862396/draw-flow-mcp-server detail: https://mcpindex.ai/server/io-github-hj1003862396-draw-flow-mcp-server - io.github.hongnoul/hwatu (io.github.hongnoul/hwatu@0.6.0) Verification browser for coding agents: headless WebKit, DOM eval, screenshots, pixel-diff. installs: manual detail: https://mcpindex.ai/server/io-github-hongnoul-hwatu - io.github.hubertgajewski/playwright-report-mcp (io.github.hubertgajewski/playwright-report-mcp@3.2.2) Run Playwright tests and surface structured results for AI agents doing test failure analysis. installs: npm:playwright-report-mcp detail: https://mcpindex.ai/server/io-github-hubertgajewski-playwright-report-mcp - x-use (io.github.ihuzaifashoukat/x-use@2.4.1) Browser-native AI agents for X (Twitter): multi-account, MCP-ready, no X API key required. installs: pypi:x-use-mcp detail: https://mcpindex.ai/server/io-github-ihuzaifashoukat-x-use - GDD - AI-Controlled Browser Farm (io.github.imVSmirnov/gdd@1.5.0) AI-controlled browser farm: N isolated Chromium instances with 36 MCP tools installs: docker:ghcr.io/cap-of-tea/gdd:1.5.0 detail: https://mcpindex.ai/server/io-github-imvsmirnov-gdd - io.github.inSideos-designs/cowork-qa (io.github.inSideos-designs/cowork-qa@0.1.1) Goal-driven Playwright browser sessions for LLMs, with full action traces and aria-snapshots. installs: npm:cowork-qa-mcp detail: https://mcpindex.ai/server/io-github-insideos-designs-cowork-qa - Web Task (io.github.jojo-labs/web-task-api@0.10.1) Browser tasks, sessions, and recipes for MCP and HTTP automation. installs: npm:web-task-api detail: https://mcpindex.ai/server/io-github-jojo-labs-web-task-api - io.github.josesepulvedapino/zahori (io.github.josesepulvedapino/zahori@0.1.1) Find the media stream behind any web page: browser-driven HLS/DASH/MP4 with learnable site profiles installs: npm:zahori detail: https://mcpindex.ai/server/io-github-josesepulvedapino-zahori - MiOffice — AI-Powered Workspace Studio (io.github.jsvvsolsllc/mioffice@1.0.0) 125+ browser tools for PDF, Image, Video, Audio, AI, Scanner. Files never leave your device. installs: remote:https://mioffice.ai/api/mcp detail: https://mcpindex.ai/server/io-github-jsvvsolsllc-mioffice - Slack MCP Server (io.github.jtalk22/slack-mcp-server@4.8.0) Slack for AI agents: DMs, search, threads, triage, actions - browser-session or hosted OAuth. installs: npm:@jtalk22/slack-mcp | remote:https://mcp.revasserlabs.com/oauth/mcp detail: https://mcpindex.ai/server/io-github-jtalk22-slack-mcp-server - io.github.kaael1/mcp-power-automate (io.github.kaael1/mcp-power-automate@0.4.1) Local MCP for Power Automate with browser-backed auth, target locking, review diff, and rollback. installs: npm:@kaael1/mcp-power-automate detail: https://mcpindex.ai/server/io-github-kaael1-mcp-power-automate - io.github.karanb192/reddit-mcp-buddy (io.github.karanb192/reddit-mcp-buddy@1.1.14) Reddit browser for AI assistants. Browse without API keys; add credentials for search and analysis. installs: npm:reddit-mcp-buddy detail: https://mcpindex.ai/server/io-github-karanb192-reddit-mcp-buddy - io.github.katatan-org/katatan-TEST (io.github.katatan-org/katatan-TEST@0.1.10) KATATAN E2E testing agent set — Playwright + KATATAN MCP integration installs: npm:@katatan/agents detail: https://mcpindex.ai/server/io-github-katatan-org-katatan-test - io.github.kc23go/anybrowse (io.github.kc23go/anybrowse@1.0.0) Converts any URL to clean, LLM-ready Markdown using real Chrome browsers installs: remote:https://anybrowse.dev/mcp detail: https://mcpindex.ai/server/io-github-kc23go-anybrowse - io.github.kitewright/mcp (io.github.kitewright/mcp@0.1.1) Lightweight browser automation for AI agents: navigate, screenshot, extract, PDF. One small binary. installs: npm:@kitewright/mcp detail: https://mcpindex.ai/server/io-github-kitewright-mcp - Scout (io.github.klarlabs-studio/scout@1.15.3) Browser automation MCP server with 84 tools. Pure CDP, DOM diffing, vision hybrid. installs: docker:ghcr.io/klarlabs-studio/scout:1.15.3 detail: https://mcpindex.ai/server/io-github-klarlabs-studio-scout - RobotActions — AI-Driven Mobile + Web Test Automation (io.github.krishtoautomate/robotactions@0.8.6) Drive real Android & iOS devices and web browsers from natural language for mobile + web QA. installs: remote:https://{tenant}.robotactions.com/mcp/sse detail: https://mcpindex.ai/server/io-github-krishtoautomate-robotactions - io.github.lucyfuur94/webnav (io.github.lucyfuur94/webnav@0.2.0) A zero-LLM MCP server that replays recorded site maps instead of re-exploring browser routes. installs: npm:@dikshanty94/webnav detail: https://mcpindex.ai/server/io-github-lucyfuur94-webnav - io.github.lukasschwarz/elster-mcp-server (io.github.lukasschwarz/elster-mcp-server@0.1.0) Drive the German tax portal ELSTER via Puppeteer: submit UStVA, prepare EUER/ESt, sync inbox. installs: npm:elster-mcp-server detail: https://mcpindex.ai/server/io-github-lukasschwarz-elster-mcp-server - io.github.markmircea/Selenix-MCP-Server (io.github.markmircea/Selenix-MCP-Server@1.0.7) MCP server that bridges local apps with Selenix for browser automation. installs: npm:@selenix/mcp-server detail: https://mcpindex.ai/server/io-github-markmircea-selenix-mcp-server - io.github.markswendsen-code/doordash (io.github.markswendsen-code/doordash@0.4.1) MCP server for DoorDash - let AI agents order food delivery autonomously with browser-based ordering installs: npm:@striderlabs/mcp-doordash detail: https://mcpindex.ai/server/io-github-markswendsen-code-doordash - io.github.matthewalexong/neo-vision (io.github.matthewalexong/neo-vision@0.2.2) Spatial DOM maps for AI agent browser navigation with anti-bot stealth. installs: npm:neo-vision detail: https://mcpindex.ai/server/io-github-matthewalexong-neo-vision - io.github.mcpware/pagecast (io.github.mcpware/pagecast@0.2.1) Record any browser page as GIF or video via MCP installs: npm:@mcpware/pagecast detail: https://mcpindex.ai/server/io-github-mcpware-pagecast - io.github.mcpware/ui-annotator-mcp (io.github.mcpware/ui-annotator-mcp@0.1.6) Annotates any web page with hover labels for AI assistants — zero extensions, any browser installs: npm:@mcpware/ui-annotator detail: https://mcpindex.ai/server/io-github-mcpware-ui-annotator-mcp - io.github.mechreaper007x/clipacanvas (io.github.mechreaper007x/clipacanvas@1.0.2) Render HTML, CSS, SVG, and Canvas animations to MP4 locally via Playwright/Chromium and FFmpeg. installs: pypi:clipacanvas-mcp detail: https://mcpindex.ai/server/io-github-mechreaper007x-clipacanvas - io.github.microsoft/playwright-mcp (io.github.microsoft/playwright-mcp@0.0.79) Playwright Tools for MCP installs: npm:@playwright/mcp detail: https://mcpindex.ai/server/io-github-microsoft-playwright-mcp - Browser Automation (io.github.mindstone/mcp-server-browser-automation@0.2.2) Browser automation MCP server: navigate, fill forms, click, screenshot, and manage tabs installs: npm:@mindstone/mcp-server-browser-automation detail: https://mcpindex.ai/server/io-github-mindstone-mcp-server-browser-automation - Wick (io.github.myleshorton/wick@0.1.0) Browser-grade web access for AI agents. Fetches any webpage, returns clean markdown. installs: npm:wick-mcp detail: https://mcpindex.ai/server/io-github-myleshorton-wick - EVM Wallet Signer (io.github.nikicat/mcp-wallet-signer@0.1.3) Route EVM transactions to browser wallets (MetaMask, etc.) for signing via EIP-6963 installs: npm:mcp-wallet-signer detail: https://mcpindex.ai/server/io-github-nikicat-mcp-wallet-signer - Solidity Compiler IDE (io.github.nirholas/solidity-compiler@1.0.0) Browser Solidity compiler IDE - smart contract development testing deploy installs: manual detail: https://mcpindex.ai/server/io-github-nirholas-solidity-compiler - io.github.noncelogic/mcp (io.github.noncelogic/mcp@1.9.1) Hosted Playwright API for AI agents. Returns a11y trees instead of screenshots. installs: npm:@roveapi/mcp detail: https://mcpindex.ai/server/io-github-noncelogic-mcp - io.github.ofershap/real-browser (io.github.ofershap/real-browser@1.2.1) MCP server + Chrome extension for AI browser control with real sessions. installs: npm:real-browser-mcp detail: https://mcpindex.ai/server/io-github-ofershap-real-browser - io.github.oguzc/playwright-wizard-mcp (io.github.oguzc/playwright-wizard-mcp@0.1.6) MCP server providing Playwright test generation wizard with intelligent prompts and best practices installs: npm:playwright-wizard-mcp detail: https://mcpindex.ai/server/io-github-oguzc-playwright-wizard-mcp - io.github.opengameapp/browser-game (io.github.opengameapp/browser-game@0.1.3) Local tools for planning and validating focused browser-game prototypes. installs: npm:opengame-browser-game-mcp detail: https://mcpindex.ai/server/io-github-opengameapp-browser-game - io.github.overtimepog/CloakMCP (io.github.overtimepog/CloakMCP@2.0.1) Stealth browser MCP server — anti-detection Chromium with snapshot-first agent interface installs: pypi:cloakbrowsermcp detail: https://mcpindex.ai/server/io-github-overtimepog-cloakmcp - io.github.paivapiovesan/next-finance (io.github.paivapiovesan/next-finance@0.9.98) MCP Server for NEXT Finance ERP (finance.net.br) — browser login, wallets, accounts, transactions. installs: npm:next-finance-mcp detail: https://mcpindex.ai/server/io-github-paivapiovesan-next-finance - io.github.pedro-rivas/android-puppeteer-mcp (io.github.pedro-rivas/android-puppeteer-mcp@1.0.1) MCP server for Android automation with UI interaction, screenshots, and device control installs: pypi:android-puppeteer-mcp detail: https://mcpindex.ai/server/io-github-pedro-rivas-android-puppeteer-mcp - Caniuse (io.github.pipeworx-io/caniuse@0.1.0) caniuse MCP — browser feature support tables installs: remote:https://gateway.pipeworx.io/caniuse/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-caniuse - Quickgo (io.github.pipeworx-io/quickgo@0.1.0) QuickGO (EBI) MCP — Gene Ontology browser. installs: remote:https://gateway.pipeworx.io/quickgo/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-quickgo - radio (io.github.pipeworx-io/radio@0.1.0) Radio MCP — wraps Radio Browser API (free, no auth) installs: remote:https://gateway.pipeworx.io/radio/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-radio - io.github.plasmate-labs/plasmate (io.github.plasmate-labs/plasmate@0.4.1) Browser engine for AI agents. HTML in, Semantic Object Model out. 16x fewer tokens. installs: npm:plasmate-mcp detail: https://mcpindex.ai/server/io-github-plasmate-labs-plasmate - ProdPoke (io.github.prodpoke/prodpoke-mcp@1.0.0) AI QA tester — real browsers scan sites for bugs, SEO, perf, and accessibility issues via chat. installs: remote:https://prodpoke.com/v1/mcp detail: https://mcpindex.ai/server/io-github-prodpoke-prodpoke-mcp - unbrowser by Unchained (io.github.protostatis/unbrowser@0.0.18) Chrome-free MCP web access for agents with low-token page maps and browser escalation hints. installs: pypi:pyunbrowser detail: https://mcpindex.ai/server/io-github-protostatis-unbrowser - io.github.pshivapr/selenium-mcp (io.github.pshivapr/selenium-mcp@0.4.6) Selenium Tools for MCP installs: npm:selenium-webdriver-mcp detail: https://mcpindex.ai/server/io-github-pshivapr-selenium-mcp - Stealthy Auto Browse (io.github.psyb0t/stealthy-auto-browse@2.5.1) Self-hosted MCP server for stealth browser automation with human-like OS-level input. installs: docker:docker.io/psyb0t/stealthy-auto-browse:v2.5.1 detail: https://mcpindex.ai/server/io-github-psyb0t-stealthy-auto-browse - Web Task (io.github.rich-jojo/web-task-api@0.2.4) Browser tasks, sessions, and recipes for MCP and HTTP automation. installs: npm:web-task-api detail: https://mcpindex.ai/server/io-github-rich-jojo-web-task-api - io.github.rmathew1973/ios-sim-mcp (io.github.rmathew1973/ios-sim-mcp@0.4.2) Drive the iOS Simulator via semantic accessibility-tree snapshots. Sub-200ms, no WebDriverAgent. installs: npm:ios-sim-mcp detail: https://mcpindex.ai/server/io-github-rmathew1973-ios-sim-mcp - 20-0 MCP (io.github.rocnubie/20-0-mcp@0.1.0) 20-0 is a browser-based NFL roster builder where players spin all-time team-era combinations, draft installs: manual detail: https://mcpindex.ai/server/io-github-rocnubie-20-0-mcp - 27-0 MCP (io.github.rocnubie/27-0-mcp@0.1.1) Play 27-0 free in your browser. Spin all-time NRL clubs and eras, draft 13 rugby league legends installs: manual detail: https://mcpindex.ai/server/io-github-rocnubie-27-0-mcp - 7-0 MCP (io.github.rocnubie/7-0-mcp@0.1.0) 7-0 is a free, no-signup browser game where players build a World Cup squad, survive seven knockout installs: manual detail: https://mcpindex.ai/server/io-github-rocnubie-7-0-mcp - 82-0 Dream MCP (io.github.rocnubie/82-0-mcp@0.1.0) 82-0 Dream is a browser-based NBA all-time lineup builder where players spin a slot machine for installs: manual detail: https://mcpindex.ai/server/io-github-rocnubie-82-0-mcp - Banned from Equestria MCP (io.github.rocnubie/bannedfromequiti-mcp@0.1.0) Play Banned from Equestria Daily online in your browser with the self-hosted Ruffle player, version installs: manual detail: https://mcpindex.ai/server/io-github-rocnubie-bannedfromequiti-mcp - EarScribe MCP (io.github.rocnubie/earscribe-mcp@0.1.0) EarScribe is a browser-based transcription tool that converts audio to text on-device using OpenAI installs: manual detail: https://mcpindex.ai/server/io-github-rocnubie-earscribe-mcp - Video to Audio Converter MCP (io.github.rocnubie/videotoaudioconverter-mcp@0.1.0) Video to Audio Converter is a free, browser-based tool that extracts audio tracks from common video installs: manual detail: https://mcpindex.ai/server/io-github-rocnubie-videotoaudioconverter-mcp - WordCast MCP (io.github.rocnubie/wordcast-mcp@0.1.0) WordCast is a browser-based text-to-speech reader that runs entirely on-device using the Web Speech installs: manual detail: https://mcpindex.ai/server/io-github-rocnubie-wordcast-mcp - FableCut (io.github.ronak-create/fablecut@1.6.0) Zero-dependency browser video editor AI agents drive via a JSON timeline over MCP; ffmpeg export. installs: manual detail: https://mcpindex.ai/server/io-github-ronak-create-fablecut - io.github.runbook-ai/browser-agent (io.github.runbook-ai/browser-agent@1.0.11) MCP server for browser automation with AI agent installs: npm:runbook-ai-mcp detail: https://mcpindex.ai/server/io-github-runbook-ai-browser-agent - io.github.sapiom/mcp-server (io.github.sapiom/mcp-server@1.0.0) AI agent tools: web search, browser, 400+ LLMs, image gen, TTS, phone verify. Pay-per-use. installs: remote:https://api.sapiom.ai/v1/mcp detail: https://mcpindex.ai/server/io-github-sapiom-mcp-server - sncro (io.github.scottconfusedgorilla/sncro@0.9.4) Live browser debugging for AI assistants — DOM, console, network via MCP. installs: remote:https://relay.sncro.net/tools/mcp detail: https://mcpindex.ai/server/io-github-scottconfusedgorilla-sncro - io.github.segentic-lab/glovebox-mcp (io.github.segentic-lab/glovebox-mcp@0.2.0) Sandboxed computer-use for AI agents: drive real browser + desktop apps in nested X11 windows installs: manual detail: https://mcpindex.ai/server/io-github-segentic-lab-glovebox-mcp - io.github.segentic-lab/periscope-mcp (io.github.segentic-lab/periscope-mcp@0.10.4) Web-app QA for AI agents: 73 Playwright tools — auth, E2E, a11y/SEO/GEO, Web Vitals + Lighthouse installs: manual detail: https://mcpindex.ai/server/io-github-segentic-lab-periscope-mcp - five46 (io.github.sekharsdet/five46@0.2.3) BYOK, fully local AI agent that tests your app/API and writes a real Playwright spec on success. installs: npm:five46 detail: https://mcpindex.ai/server/io-github-sekharsdet-five46 - io.github.sendblue-api/sendblue-browser-mcp (io.github.sendblue-api/sendblue-browser-mcp@0.2.3) Drive a stealth-patched Chromium daemon: navigate, screenshot, eval JS, attach over CDP. installs: npm:sendblue-browser-mcp detail: https://mcpindex.ai/server/io-github-sendblue-api-sendblue-browser-mcp - io.github.serkan-ozal/browser-devtools-mcp (io.github.serkan-ozal/browser-devtools-mcp@0.9.1) Playwright browser & Node.js MCP. ARIA refs, screenshots, ref-based interactions. installs: npm:browser-devtools-mcp | remote:https://{your_mcp_server_host}/mcp detail: https://mcpindex.ai/server/io-github-serkan-ozal-browser-devtools-mcp - Native DevTools (io.github.sh3ll3x3c/native-devtools@0.10.1) MCP server for desktop, browser (CDP), and Android automation. Screenshot, OCR, click, type. installs: npm:native-devtools-mcp detail: https://mcpindex.ai/server/io-github-sh3ll3x3c-native-devtools - io.github.sh6drack/zen-mcp (io.github.sh6drack/zen-mcp@1.2.1) MCP server for Zen Browser automation via WebDriver BiDi installs: npm:zen-mcp detail: https://mcpindex.ai/server/io-github-sh6drack-zen-mcp - Browser Proof (io.github.shin1219-eng/browser-proof@1.1.0) Evidence-backed web verification for agents with deterministic JSON, text evidence, and screenshots. installs: remote:https://proof.reprompt.jp/mcp detail: https://mcpindex.ai/server/io-github-shin1219-eng-browser-proof - SideButton MCP Server (io.github.sidebutton/sidebutton@1.5.2) Open-source MCP server with browser automation and knowledge packs for AI agents installs: npm:@sidebutton/server detail: https://mcpindex.ai/server/io-github-sidebutton-sidebutton - io.github.sidney/web-to-markdown-mcp (io.github.sidney/web-to-markdown-mcp@0.6.0) MCP server fetches URL through a real Chromium browser, returns main content as clean Markdown installs: pypi:web-to-markdown-mcp detail: https://mcpindex.ai/server/io-github-sidney-web-to-markdown-mcp - Ashfields MCP Server (io.github.smoke711711/ashfields-mcp-server@1.0.0) Burn $ASH to mint on-chain NFTs on Ethereum. No browser. Two agent tool calls. installs: npm:ashfields-mcp-server detail: https://mcpindex.ai/server/io-github-smoke711711-ashfields-mcp-server - HTML to Markdown MCP Server (io.github.sunshad0w/html2md@0.3.0) Converts HTML to Markdown with auto-summary and section extraction. Supports Playwright. installs: docker:docker.io/sunshad0w/html2md-mcp detail: https://mcpindex.ai/server/io-github-sunshad0w-html2md - CloakBrowser MCP (io.github.swimmwatch/cloakbrowser-mcp@1.11.0) Playwright MCP-compatible browser automation bridge for CloakBrowser Chromium. installs: npm:cloakbrowser-mcp | docker:ghcr.io/swimmwatch/cloakbrowser-mcp:1.11.0 detail: https://mcpindex.ai/server/io-github-swimmwatch-cloakbrowser-mcp - io.github.therealtimex/browser-use (io.github.therealtimex/browser-use@0.7.10) AI browser automation - navigate, click, type, extract content, and run autonomous web tasks installs: pypi:realtimex-browser-use detail: https://mcpindex.ai/server/io-github-therealtimex-browser-use - io.github.thesuitabs/sealedmail (io.github.thesuitabs/sealedmail@0.1.1) Send and receive on-chain private messages via SealedMail on Sui. No browser wallet needed. installs: npm:sealedmail-mcp detail: https://mcpindex.ai/server/io-github-thesuitabs-sealedmail - io.github.tiliondev/fortress (io.github.tiliondev/fortress@0.1.3) Stealth browser for AI agents: fetch pages behind Cloudflare/DataDome/CAPTCHA, extract clean data. installs: pypi:tilion detail: https://mcpindex.ai/server/io-github-tiliondev-fortress - Helmdeck (io.github.tosin2013/helmdeck@0.29.10) Self-hosted MCP server: sandboxed browser, desktop, vision, code-edit packs for any agent. installs: npm:@helmdeck/mcp-bridge | docker:ghcr.io/tosin2013/helmdeck-mcp:0.29.10 detail: https://mcpindex.ai/server/io-github-tosin2013-helmdeck - vibatchium (io.github.trueoriginlabs/vibatchium@0.18.14) Patchright stealth + Vibium-style LLM-friendly CLI for agentic browser automation. installs: pypi:vibatchium detail: https://mcpindex.ai/server/io-github-trueoriginlabs-vibatchium - Uindow (io.github.uindow/uindow@0.0.150) Real signed-browser automation for AI agents, over a local stdio MCP server. installs: npm:@uindow/cli detail: https://mcpindex.ai/server/io-github-uindow-uindow - Vessel Browser (io.github.unmodeled-tyler/vessel-browser@0.1.10) AI-native browser runtime for autonomous agents with human-in-the-loop supervision installs: npm:@quanta-intellect/vessel-browser detail: https://mcpindex.ai/server/io-github-unmodeled-tyler-vessel-browser - Devloop (io.github.vincentvella/devloop@0.10.2) Browser + dev-server logs on one correlated timeline, for Claude Code and AI agents. installs: npm:devloop-mcp detail: https://mcpindex.ai/server/io-github-vincentvella-devloop - io.github.vmoranv/jshookmcp (io.github.vmoranv/jshookmcp@0.3.0) MCP server for JavaScript analysis, security auditing, browser automation and hooks installs: npm:@jshookmcp/jshook detail: https://mcpindex.ai/server/io-github-vmoranv-jshookmcp - io.github.vola-trebla/flakiness-knowledge-graph-mcp (io.github.vola-trebla/flakiness-knowledge-graph-mcp@0.2.2) MCP server + Playwright reporter that builds a flakiness knowledge graph from test run history installs: npm:flakiness-knowledge-graph-mcp detail: https://mcpindex.ai/server/io-github-vola-trebla-flakiness-knowledge-graph-mcp - io.github.vola-trebla/playwright-network-chaos-mcp (io.github.vola-trebla/playwright-network-chaos-mcp@0.2.1) MCP server that gives AI agents dynamic network chaos control over Playwright browser sessions installs: npm:playwright-network-chaos-mcp detail: https://mcpindex.ai/server/io-github-vola-trebla-playwright-network-chaos-mcp - io.github.vola-trebla/playwright-spatial-layout-mcp (io.github.vola-trebla/playwright-spatial-layout-mcp@0.2.0) MCP server that gives AI agents geometric spatial awareness of web page layouts using Playwright installs: npm:playwright-spatial-layout-mcp detail: https://mcpindex.ai/server/io-github-vola-trebla-playwright-spatial-layout-mcp - io.github.vola-trebla/playwright-trace-decoder-mcp (io.github.vola-trebla/playwright-trace-decoder-mcp@0.2.3) MCP server for unpacking and analyzing Playwright trace.zip archives installs: npm:playwright-trace-decoder-mcp detail: https://mcpindex.ai/server/io-github-vola-trebla-playwright-trace-decoder-mcp - Ghostdom (io.github.walkojas-boop/ghostdom@1.0.0) Headless-browser-as-JSON with memorymarket cache economics. Real Chromium, crypto settlement. installs: remote:https://ghostdom.jason-12c.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-walkojas-boop-ghostdom - io.github.webdriverio/mcp (io.github.webdriverio/mcp@3.11.0) MCP server with WebdriverIO for browser and mobile app automation (iOS/Android via Appium) installs: npm:@wdio/mcp detail: https://mcpindex.ai/server/io-github-webdriverio-mcp - WebScraping.AI (io.github.webscraping-ai/webscraping-ai@1.0.7) Web scraping tools with Chromium JS rendering, rotating proxies, and AI question answering. installs: npm:webscraping-ai-mcp detail: https://mcpindex.ai/server/io-github-webscraping-ai-webscraping-ai - Wick (io.github.wickproject/wick@0.5.0) Browser-grade web access for AI agents. Fetches any webpage, returns clean markdown. installs: npm:wick-mcp detail: https://mcpindex.ai/server/io-github-wickproject-wick - Wavedash (io.github.wvdsh/wavedash@0.1.0) Wavedash docs and workflow guidance for building and publishing browser games. installs: remote:https://mcp.wavedash.com/mcp detail: https://mcpindex.ai/server/io-github-wvdsh-wavedash - Prompt Switchboard MCP Sidecar (io.github.xiaojiou176-open/prompt-switchboard-mcp@0.2.2) Compare-first local MCP sidecar for browser AI workflows. installs: manual detail: https://mcpindex.ai/server/io-github-xiaojiou176-open-prompt-switchboard-mcp - io.github.xidik12/oculo (io.github.xidik12/oculo@0.4.1) AI-powered native browser with 12 MCP tools. ~30 tokens per page. installs: npm:oculo-mcp detail: https://mcpindex.ai/server/io-github-xidik12-oculo - DeepSeek Visionary (io.github.xlight/deepseek-visionary@0.2.2) DeepSeek web vision model as an MCP server with browser auto-login. installs: manual detail: https://mcpindex.ai/server/io-github-xlight-deepseek-visionary - Stealth Agent Browser (io.github.ykshah1309/stealth-agent-browser-mcp@0.2.0) Stealth Chromium MCP server with hybrid AOM + Set-of-Mark vision and Readability extraction. installs: npm:stealth-agent-browser-mcp detail: https://mcpindex.ai/server/io-github-ykshah1309-stealth-agent-browser-mcp - io.github.yokingma/one-search-mcp (io.github.yokingma/one-search-mcp@1.2.4) Web search, URL discovery, scraping & extraction with agent-browser and search providers installs: npm:one-search-mcp detail: https://mcpindex.ai/server/io-github-yokingma-one-search-mcp - io.github.zcag/readdown-mcp (io.github.zcag/readdown-mcp@1.0.0) Convert web pages to clean, LLM-optimized Markdown. No browser needed. installs: docker:ghcr.io/zcag/readdown-mcp:1.0.0 detail: https://mcpindex.ai/server/io-github-zcag-readdown-mcp - io.github.zhiqi-li/browser-mcp-cdp (io.github.zhiqi-li/browser-mcp-cdp@0.1.2) Local Chrome via CDP with profile-snapshot isolation and shared-broker multi-client support installs: npm:browser-mcp-cdp detail: https://mcpindex.ai/server/io-github-zhiqi-li-browser-mcp-cdp - Grabbit (live.grabbit/screenshots@1.0.0) Screenshot any URL as a hosted image. No local browser; handles bot walls and full-page captures. installs: remote:https://mcp.grabbit.live detail: https://mcpindex.ai/server/live-grabbit-screenshots - me.openbrowser/openbrowser-ai (me.openbrowser/openbrowser-ai@0.1.50) AI browser automation. Write async Python to navigate, click, type, and extract data. installs: pypi:openbrowser-ai detail: https://mcpindex.ai/server/me-openbrowser-openbrowser-ai - net.programmes/developer-tools (net.programmes/developer-tools@1.0.1) 65+ free in-browser developer tools (JSON, Base64, JWT, hash, regex…) callable over MCP. installs: remote:https://programmes.net/mcp detail: https://mcpindex.ai/server/net-programmes-developer-tools - org.sylin/ghostlight (org.sylin/ghostlight@0.8.0) Visible local browser automation in signed-in Chromium, with optional policy and audit. installs: npm:ghostlight detail: https://mcpindex.ai/server/org-sylin-ghostlight - gamedev.pl (pl.gamedev/creator@1.0.1) Build browser games on gamedev.pl from your coding agent. installs: remote:https://www.gamedev.pl/api/mcp detail: https://mcpindex.ai/server/pl-gamedev-creator - run.chromeflow/chromeflow (run.chromeflow/chromeflow@0.9.8) Lets Claude Code or Codex CLI drive your real Chrome — sessions intact, 28 browser tools. installs: manual detail: https://mcpindex.ai/server/run-chromeflow-chromeflow - Ivory River — Agent Commerce (store.ivoryriver/agent-commerce@0.1.0) Search, configure, quote, recommend gaming PCs and components. Hands user to in-browser checkout. installs: remote:https://mcp.ivoryriver.store/sse detail: https://mcpindex.ai/server/store-ivoryriver-agent-commerce - Presio (xyz.presio/presio@1.0.0) Present PDFs from the browser: upload to start a slideshow or validate Presio sidecars. No auth. installs: remote:https://presio.xyz/mcp detail: https://mcpindex.ai/server/xyz-presio-presio ## AWS (63) - delega.ai for AWS Pricing Calculator (ai.delega/aws-pricing-calculator@1.0.0) Create AWS cost estimates and shareable AWS Pricing Calculator URLs. installs: remote:https://calculator.delega.ai/mcp detail: https://mcpindex.ai/server/ai-delega-aws-pricing-calculator - Synlake (ai.synlake/synlake@0.1.0) Unified API to query AWS, GCP, Azure and generate Terraform/CLI execution kits for AI agents. installs: remote:https://api.synlake.ai/api/mcp detail: https://mcpindex.ai/server/ai-synlake-synlake - Amazon ECS MCP Server (aws.api.us-east-1.ecs-mcp/server@1.0.0) AI-powered Amazon ECS workload management installs: pypi:mcp-proxy-for-aws detail: https://mcpindex.ai/server/aws-api-us-east-1-ecs-mcp-server - Amazon EKS MCP Server (aws.api.us-east-1.eks-mcp/server@1.0.0) AI-powered Amazon EKS cluster management and troubleshooting installs: pypi:mcp-proxy-for-aws detail: https://mcpindex.ai/server/aws-api-us-east-1-eks-mcp-server - Jungle Cleaner (com.junglecleaner/mcp@0.1.1) Lowers your AWS bill by helping you clean up and optimize your setup installs: remote:https://junglecleaner.com/api/mcp detail: https://mcpindex.ai/server/com-junglecleaner-mcp - InsideOut (Riley) (com.luthersystems.insideout/mcp@0.36.3) Designs, prices, and deploys AWS/GCP cloud infrastructure from plain-English requirements. installs: docker:docker.io/luthersystems/insideout-mcp:v0.36.3 | remote:https://app.luthersystems.com/v1/insideout-mcp detail: https://mcpindex.ai/server/com-luthersystems-insideout-mcp - CostPilot (com.mcpgatepro/costpilot@1.0.0) Hosted MCP server for AWS cloud spend: service breakdowns, anomalies, savings and forecasts. installs: remote:https://api.mcpgatepro.com/mcp/costpilot detail: https://mcpindex.ai/server/com-mcpgatepro-costpilot - Provision Stack (com.provision-stack/provision-stack@0.5.0) Outcome-based infrastructure for agents — verified AWS deployments, metered billing installs: remote:https://api.provision-stack.com/mcp detail: https://mcpindex.ai/server/com-provision-stack-provision-stack - com.pulsemcp/dynamodb (com.pulsemcp/dynamodb@0.2.7) MCP server for AWS DynamoDB with fine-grained tool control and configurable access levels. installs: npm:aws-dynamodb-mcp-server detail: https://mcpindex.ai/server/com-pulsemcp-dynamodb - com.pulsemcp/s3 (com.pulsemcp/s3@0.0.5) MCP server for AWS S3 with fine-grained tool control and S3-compatible endpoint support. installs: npm:s3-aws-mcp-server detail: https://mcpindex.ai/server/com-pulsemcp-s3 - Qovery MCP Server (com.qovery/mcp-server@1.0.1) Deploy apps and manage Kubernetes on AWS, GCP, Azure, and On-Premise with natural language. installs: remote:https://mcp-api-ai.qovery.com/mcp?token={qovery_token} detail: https://mcpindex.ai/server/com-qovery-mcp-server - Servonaut (dev.servonaut/servonaut@2.24.4) Manage AWS, Hetzner, OVH and SSH servers: status, logs, CloudWatch, IP bans, safe command exec. installs: pypi:servonaut detail: https://mcpindex.ai/server/dev-servonaut-servonaut - Control Plane (io.cpln/control-plane@1.0.2) Control Plane (controlplane.com): deploy and operate workloads across AWS, GCP, Azure, and more. installs: remote:https://mcp.cpln.io/mcp detail: https://mcpindex.ai/server/io-cpln-control-plane - io.github.AIBOLLINGMO/eustore (io.github.AIBOLLINGMO/eustore@0.2.2) S3-compatible European object storage for AI agents. GDPR-compliant, EU-hosted, crypto payments. installs: pypi:eustore detail: https://mcpindex.ai/server/io-github-aibollingmo-eustore - io.github.AnnasMazhar/pyspark-mcp (io.github.AnnasMazhar/pyspark-mcp@0.0.4) SQL to PySpark conversion, AWS Glue job generation, and Spark code optimization. installs: pypi:pyspark-tools detail: https://mcpindex.ai/server/io-github-annasmazhar-pyspark-mcp - AWS Builder (io.github.Evozim/aws-builder@1.0.0) AWS CloudFormation and Terraform infrastructure blueprint builder. installs: remote:https://aws-builder-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-aws-builder - io.github.FerhatDundar/aws-mcp-connector (io.github.FerhatDundar/aws-mcp-connector@0.1.2) MCP server for the AWS CLI. Read-only by default; single Go binary. installs: manual detail: https://mcpindex.ai/server/io-github-ferhatdundar-aws-mcp-connector - io.github.FerhatDundar/s3-mcp-connector (io.github.FerhatDundar/s3-mcp-connector@0.2.0) MCP server for Amazon S3 and S3-compatible endpoints (LocalStack, MinIO). Single Go binary. installs: manual detail: https://mcpindex.ai/server/io-github-ferhatdundar-s3-mcp-connector - AWS Payment Cryptography (io.github.J8k3/aws-payment-cryptography-mcp@1.1.0) AWS Payment Cryptography via MCP — keys, PIN/MAC/CVV/ARQC, PCI guards, HSM migration analysis. installs: manual detail: https://mcpindex.ai/server/io-github-j8k3-aws-payment-cryptography-mcp - Kloudle Cloud Security Scanner (io.github.Kloudle/cloud-security-scanner@0.1.1) AWS cloud security scanners for AI agents — S3, IAM, EC2, EKS, RDS, CloudTrail, CloudWatch Logs installs: remote:https://mcp.kloudle.dev/mcp detail: https://mcpindex.ai/server/io-github-kloudle-cloud-security-scanner - TestMu AI (formerly LambdaTest) (io.github.LambdaTest/mcp@1.0.1) Agentic testing: HyperExecute jobs, test failure triage, SmartUI visual diffs, a11y audits installs: remote:https://mcp.lambdatest.com/mcp detail: https://mcpindex.ai/server/io-github-lambdatest-mcp - Diagrams.so (io.github.RedHold/diagrams-so-mcp@1.4.5) Generate and edit AWS, Azure, GCP and Kubernetes architecture diagrams as editable draw.io files. installs: npm:@diagrams-so/mcp detail: https://mcpindex.ai/server/io-github-redhold-diagrams-so-mcp - io.github.S2TConsulting/accelerators (io.github.S2TConsulting/accelerators@1.4.2) 36 tools for AWS infrastructure, security compliance, AI workflows, and ACI governance. installs: npm:s2t-mcp-accelerators detail: https://mcpindex.ai/server/io-github-s2tconsulting-accelerators - Honey MCP Server (io.github.Shareed2k/honey@0.3.7) Search instances across GCP, AWS, K8s, Consul & Proxmox installs: manual detail: https://mcpindex.ai/server/io-github-shareed2k-honey - Infrawise (io.github.Sidd27/infrawise@0.25.1) Live AWS, database & Kafka infrastructure context for AI coding assistants via MCP. installs: npm:infrawise detail: https://mcpindex.ai/server/io-github-sidd27-infrawise - Synlake — Cloud Infrastructure for AI Agents (io.github.Synlake-ai/mcp-server@0.2.0) Compare, estimate, and deploy cloud infrastructure across AWS, GCP, and Azure for AI agents. installs: remote:https://api.synlake.ai/mcp detail: https://mcpindex.ai/server/io-github-synlake-ai-mcp-server - io.github.YawLabs/aws-mcp (io.github.YawLabs/aws-mcp@1.8.0) AWS MCP server — call any AWS API from AI assistants, with first-class SSO re-login installs: npm:@yawlabs/aws-mcp detail: https://mcpindex.ai/server/io-github-yawlabs-aws-mcp - Cloudprice (io.github.alialbaker/cloudprice-mcp@0.2.2) Compare on-demand compute + storage pricing across AWS, Azure, and GCP. Bulk workload compare. installs: pypi:cloudprice-mcp detail: https://mcpindex.ai/server/io-github-alialbaker-cloudprice-mcp - AWS MCP Server (io.github.aws/aws-mcp@1.0.0-preview.1) A managed MCP server enabling AI agents to access AWS using docs, API calls, and SOP workflows. installs: pypi:mcp-proxy-for-aws detail: https://mcpindex.ai/server/io-github-aws-aws-mcp - AWS MCP Server (io.github.aws/mcp-proxy-for-aws@1.0.0-preview.0) AWS MCP Server lets AI securely access AWS using docs, API calls, and SOP workflows. installs: pypi:mcp-proxy-for-aws detail: https://mcpindex.ai/server/io-github-aws-mcp-proxy-for-aws - GoldenFlow (io.github.benseverndev-oss/goldenflow@2.1.0) Standardize, reshape, and normalize messy data — CSV, Excel, Parquet, S3, databases. installs: pypi:goldenflow | remote:https://goldenflow-mcp-production.up.railway.app/mcp/ detail: https://mcpindex.ai/server/io-github-benseverndev-oss-goldenflow - io.github.bmoldo/terraback (io.github.bmoldo/terraback@0.6.0) Scan AWS/Azure/GCP and generate Terraform HCL with import blocks, deterministically, for AI agents. installs: pypi:terraback detail: https://mcpindex.ai/server/io-github-bmoldo-terraback - nable (io.github.chaandannn/finops-mcp@0.8.176) Local-first FinOps copilot: ask AWS, Azure, GCP, Kubernetes and SaaS cost questions in your editor. installs: pypi:finops-mcp detail: https://mcpindex.ai/server/io-github-chaandannn-finops-mcp - io.github.cloudforgetech6-ctrl/cloudforge (io.github.cloudforgetech6-ctrl/cloudforge@1.1.0) Visualise diagrams, generate Terraform HCL, and manage Azure/AWS/GCP infrastructure with AI. installs: npm:cloudforge-mcp detail: https://mcpindex.ai/server/io-github-cloudforgetech6-ctrl-cloudforge - Cyntrisec CLI (Historical) (io.github.cyntrisec/cyntrisec@0.1.14) Historical AWS analysis CLI; not a current Cyntrisec product. installs: pypi:cyntrisec detail: https://mcpindex.ai/server/io-github-cyntrisec-cyntrisec - io.github.danielcregg/rosettahub-mcp-server (io.github.danielcregg/rosettahub-mcp-server@0.2.0) Manage RosettaHUB user AWS accounts — budgets, AWS CLI, access control. installs: pypi:rosettahub-mcp-server detail: https://mcpindex.ai/server/io-github-danielcregg-rosettahub-mcp-server - cloud-audit (io.github.gebalamariusz/cloud-audit@2.0.1) AWS security scanner with attack chain detection, IAM privilege escalation, and fixes installs: pypi:cloud-audit detail: https://mcpindex.ai/server/io-github-gebalamariusz-cloud-audit - io.github.giovanemartins/localstack (io.github.giovanemartins/localstack@1.1.5) MCP server for LocalStack AWS services, enabling AI agents to interact with local AWS infra. installs: npm:@giovane.martins/localstack detail: https://mcpindex.ai/server/io-github-giovanemartins-localstack - io.github.infoinlet-marketplace/mcp-s3 (io.github.infoinlet-marketplace/mcp-s3@0.1.1) Read-only S3/MinIO/R2 object storage for AI agents — list buckets/objects, metadata, fetch. installs: npm:@infoinlet/mcp-s3 detail: https://mcpindex.ai/server/io-github-infoinlet-marketplace-mcp-s3 - io.github.jasonwilbur/cloud-regions (io.github.jasonwilbur/cloud-regions@1.0.4) Cloud region data for AWS, Azure, GCP, OCI & more. Query by location, compliance, GPU. installs: npm:mcp-server-cloud-regions detail: https://mcpindex.ai/server/io-github-jasonwilbur-cloud-regions - io.github.karandaid/karandeepsingh-blog (io.github.karandaid/karandeepsingh-blog@3.1.0) Search and read Karandeep Singh's DevOps and AWS blog: articles and cheatsheets. installs: remote:https://karandeepsingh.ca/mcp detail: https://mcpindex.ai/server/io-github-karandaid-karandeepsingh-blog - io.github.lhf552004/cloudpulse (io.github.lhf552004/cloudpulse@0.1.2) Cross-cloud observability for AI agents. Covers AWS, GCP, Vercel, and Cloudflare. installs: npm:cloudpulse-mcp detail: https://mcpindex.ai/server/io-github-lhf552004-cloudpulse - IntegrityPulse FinOps (io.github.maryadawson-code/integritypulse@1.1.0) Verified cloud cost forecasting for AI agents. AWS, GCP, Azure pricing matrix. installs: remote:https://integritypulse.marywomack.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-maryadawson-code-integritypulse - OpenClaw FinOps (io.github.maryadawson-code/openclaw-finops@1.0.0) Verified cloud cost forecasting for AI agents. AWS, GCP, Azure pricing matrix. installs: remote:https://openclaw-finops.marywomack.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-maryadawson-code-openclaw-finops - AWS CLI MCP Server (io.github.musaddiq-dev/aws-cli-mcp-server@0.1.2) Python MCP server for AWS CLI inspection and operations installs: pypi:mdev-aws-mcp-server detail: https://mcpindex.ai/server/io-github-musaddiq-dev-aws-cli-mcp-server - AWS IoT Core (io.github.nagarjunr/aws-iot-core@0.1.0) MCP server for AWS IoT Core: device registry, shadows, jobs, rules, messaging. installs: pypi:aws-iot-core-mcp-server detail: https://mcpindex.ai/server/io-github-nagarjunr-aws-iot-core - Sciple Platform (io.github.navaganeshr/sciple-mcp@0.8.0) Sciple platform MCP: services, dashboards, runbooks, tickets, environments, AWS cloud inventory. installs: pypi:sciple-mcp detail: https://mcpindex.ai/server/io-github-navaganeshr-sciple-mcp - io.github.ofershap/s3 (io.github.ofershap/s3@1.0.1) AWS S3 MCP — list buckets, browse objects, upload/download, presigned URLs. installs: npm:mcp-server-s3 detail: https://mcpindex.ai/server/io-github-ofershap-s3 - TerraVision (io.github.patrickchugh/terravision@0.46.4) Cloud architecture diagrams generated from terraform plan, with official AWS, Azure, GCP icons installs: pypi:terravision detail: https://mcpindex.ai/server/io-github-patrickchugh-terravision - io.github.praveenc/llmstxt-doc-search (io.github.praveenc/llmstxt-doc-search@0.1.0) BM25 search over llms.txt doc indexes (Strands, Kiro, AWS); sources addable at runtime. installs: npm:@praveenc/llmstxt-doc-search detail: https://mcpindex.ai/server/io-github-praveenc-llmstxt-doc-search - HybridS3 (io.github.psyb0t/hybrids3@0.3.8) Self-hosted S3-compatible object storage server with an MCP interface for AI agents. installs: docker:docker.io/psyb0t/hybrids3:v0.3.8 detail: https://mcpindex.ai/server/io-github-psyb0t-hybrids3 - io.github.shieldly-io/mcp (io.github.shieldly-io/mcp@1.0.1) AI-Powered AWS security analysis: scan IAM policies and CloudFormation for risks and escalation. installs: npm:@shieldly/mcp detail: https://mcpindex.ai/server/io-github-shieldly-io-mcp - DevOps Agent (io.github.shittuay/devops-agent@1.0.6) Manage AWS, Azure, GCP, Kubernetes, CI/CD, Docker, Terraform and more. 727 tools. installs: npm:@devopsagent/mcp-server | remote:https://devopsagent.io/mcp/ detail: https://mcpindex.ai/server/io-github-shittuay-devops-agent - Emfirge (io.github.theanshsonkar/emfirge@0.2.1) Git branch for your cloud. Understand AWS risk, prove fixes, and ship safer changes. installs: npm:@emfirge/mcp detail: https://mcpindex.ai/server/io-github-theanshsonkar-emfirge - status-aggregator (io.github.weiseer/status-aggregator@0.1.2) Cross-vendor SaaS status aggregator for AI agents (Anthropic/OpenAI/AWS/GH/Stripe/CF). installs: npm:@weiseer/status-aggregator-mcp detail: https://mcpindex.ai/server/io-github-weiseer-status-aggregator - io.github.x7even/cloudcostsmcp (io.github.x7even/cloudcostsmcp@1.0.2) Anchor AI FinOps to real, live cloud pricing — AWS, GCP & Azure public and enterprise rates. installs: pypi:opencloudcosts detail: https://mcpindex.ai/server/io-github-x7even-cloudcostsmcp - io.obsideo/mcp (io.obsideo/mcp@0.1.0) Encrypted S3-compatible storage with cryptographic possession proofs. 12 GB free, self-serve. installs: npm:obsideo-mcp detail: https://mcpindex.ai/server/io-obsideo-mcp - io.tooloracle/cloudoracle (io.tooloracle/cloudoracle@1.0.0) CloudOracle - 14-tool multi-cloud compliance MCP: AWS, Azure, GCP posture, IAM, configs. installs: remote:https://tooloracle.io/cloud/mcp/ detail: https://mcpindex.ai/server/io-tooloracle-cloudoracle - Remote Camera (moda.ai/remote-camera@1.0.0) Capture photos remotely from mobile devices via S3-backed upload URLs installs: remote:https://www.ai.moda/mcp-servers/remote-camera/mcp detail: https://mcpindex.ai/server/moda-ai-remote-camera - mx.com.elcheff.portal/ejec2 (mx.com.elcheff.portal/ejec2@1.0.1) MCP server para El Cheff - punto de venta para restaurantes installs: remote:https://portal.elcheff.com.mx/mcp detail: https://mcpindex.ai/server/mx-com-elcheff-portal-ejec2 - Ascend GTM Gateway (net.ascendgtm/gateway@5.3.0) 34-tool GTM gateway: CRMs, ad platforms, analytics, Google Workspace, AWS, and LLM orchestration. installs: remote:https://ascend-gateway-v5.ascendgtm.workers.dev/mcp detail: https://mcpindex.ai/server/net-ascendgtm-gateway - Stigmer (network.stigmer/stigmer-mcp@0.2.0) Execution graph of AWS: verified contracts, least-privilege IAM policies, pre-flight authorization. installs: remote:https://stigmer.network/mcp detail: https://mcpindex.ai/server/network-stigmer-stigmer-mcp - tech.xns/relayer (tech.xns/relayer@0.7.0) Conversationally set up & manage an XNS Relayer over stdio: install, claim, VPD, S3, backups. installs: npm:@xns-cloud/relayer-mcp detail: https://mcpindex.ai/server/tech-xns-relayer ## Azure (19) - com.arcanum-plus/backlog-forge (com.arcanum-plus/backlog-forge@0.1.0) Crie épicos, features, histórias e tasks no Azure DevOps a partir de uma conversa. installs: remote:https://backlog-forge.arcanum-plus.com/mcp detail: https://mcpindex.ai/server/com-arcanum-plus-backlog-forge - com.azurecarbon/kodiak (com.azurecarbon/kodiak@0.1.2) Verifiable fact-checking: verdict, confidence, sources, and a tamper-evident certificate. installs: npm:kodiak-mcp detail: https://mcpindex.ai/server/com-azurecarbon-kodiak - Azure MCP Server (com.microsoft/azure@3.0.0-beta.6) All Azure MCP tools to create a seamless connection between AI agents and Azure services. installs: npm:@azure/mcp | pypi:msmcp-azure detail: https://mcpindex.ai/server/com-microsoft-azure - MCP KQL Server (io.github.4R9UN/mcp-kql-server@2.1.5) Execute KQL in AI prompts via NL2KQL with schema discovery and Azure Data Explorer integration installs: pypi:mcp-kql-server detail: https://mcpindex.ai/server/io-github-4r9un-mcp-kql-server - Minerva MCP — Microsoft 365 & Azure (io.github.HoussemMak/minerva-mcp@0.4.2) Microsoft 365 & Azure admin: Graph, ARM, and the PowerShell cmdlets Graph does not expose. installs: npm:minerva-mcp detail: https://mcpindex.ai/server/io-github-houssemmak-minerva-mcp - Infrawise (io.github.Infrawise/mcp-server@0.5.1) Azure FinOps cost optimization for Claude Code: idle resources, rightsizing, reserved savings. installs: npm:@infrawise/mcp-server detail: https://mcpindex.ai/server/io-github-infrawise-mcp-server - Azure DevOps (ADO) (io.github.PremierInc/azure-devops@v0.0.1) The MCP server for Azure DevOps, bringing the power of Azure DevOps directly to your agents. installs: remote:https://mcp.dev.azure.com detail: https://mcpindex.ai/server/io-github-premierinc-azure-devops - Azure (io.github.asklokesh/azure-mcp-server@0.1.0) MCP server for Azure API integration installs: pypi:azure-mcp-server detail: https://mcpindex.ai/server/io-github-asklokesh-azure-mcp-server - Azure Boards MCP (io.github.broisnischal/azure-mcp@1.0.0) Azure DevOps Boards work items over MCP (stdio). Requires Bun, org, project, and PAT. installs: npm:azure-board-mcp detail: https://mcpindex.ai/server/io-github-broisnischal-azure-mcp - Azure DevOps (unofficial remote entry) (io.github.joachim-aqf/azure-devops@0.1.0) Unofficial entry for Microsoft's hosted Azure DevOps MCP server. Not affiliated with Microsoft. installs: remote:https://mcp.dev.azure.com/{organization} detail: https://mcpindex.ai/server/io-github-joachim-aqf-azure-devops - io.github.jonnybottles/azure-updates (io.github.jonnybottles/azure-updates@0.1.1) MCP server for Azure Updates RSS feed - search, filter, and summarize Azure service updates installs: pypi:azure-updates-mcp detail: https://mcpindex.ai/server/io-github-jonnybottles-azure-updates - Lokka (io.github.jozrahq/lokka@2.1.2) Query and manage Microsoft Graph and Azure Resource Manager APIs from MCP clients. installs: npm:@merill/lokka detail: https://mcpindex.ai/server/io-github-jozrahq-lokka - io.github.laveeshb/logicapps-mcp (io.github.laveeshb/logicapps-mcp@0.4.3) MCP server for Azure Logic Apps - debug workflows, manage runs, and authoring installs: npm:logicapps-mcp detail: https://mcpindex.ai/server/io-github-laveeshb-logicapps-mcp - Azure IoT Hub (io.github.nagarjunr/azure-iot-hub@0.1.0) MCP server for Azure IoT Hub: device registry, twins, methods, jobs, messaging. installs: pypi:azure-iot-hub-mcp-server detail: https://mcpindex.ai/server/io-github-nagarjunr-azure-iot-hub - MCP Health Monitor (io.github.oaslananka/mcp-health-monitor@1.0.2) Monitor MCP server health, uptime, response times, and Azure DevOps pipeline status installs: npm:mcp-health-monitor detail: https://mcpindex.ai/server/io-github-oaslananka-mcp-health-monitor - Azure FinOps MCP Server (io.github.raviteja-pegata/azure-finops-mcp@0.1.1) Azure FinOps MCP: cost, budgets, forecasting and optimization for Claude, VS Code and Cursor. installs: pypi:azure-finops-mcp detail: https://mcpindex.ai/server/io-github-raviteja-pegata-azure-finops-mcp - Azure Verified Modules (AVM) MCP Server (io.github.stefanstranger/avm-mcp-server@0.1.5) Discover and explore Azure Verified Modules from the Bicep Public Registry installs: pypi:avm-mcp-server detail: https://mcpindex.ai/server/io-github-stefanstranger-avm-mcp-server - db-compare (io.github.yadu-tv/db-compare@v0.1.1) Read-only MCP to diff SQL Server/Azure SQL schema, procs, views, and tables between environments. installs: pypi:db-compare-mcp detail: https://mcpindex.ai/server/io-github-yadu-tv-db-compare - DevOps On-Premises (io.github.zwitbaum/mcp-devops-on-prem@2.0.0) MCP server for on-prem Azure DevOps: repos, pull requests, work items, and wiki. installs: pypi:mcp-devops-onpremise detail: https://mcpindex.ai/server/io-github-zwitbaum-mcp-devops-on-prem ## Google Cloud (12) - CalendarMCP (ai.calendarmcp/server@1.0.0) Hosted Google Calendar MCP server for AI agents. No self-hosting or Google Cloud setup. installs: remote:https://calendarmcp.ai/api/mcp detail: https://mcpindex.ai/server/ai-calendarmcp-server - com.googleapis.composer/mcp (com.googleapis.composer/mcp@1.0.0) Interact with your Google Cloud Composer resources using natural language commands. installs: remote:https://composer.googleapis.com/mcp detail: https://mcpindex.ai/server/com-googleapis-composer-mcp - com.googleapis.datastream/mcp (com.googleapis.datastream/mcp@1.0.0) Interact with your Google Cloud Datastream resources using natural language commands. installs: remote:https://datastream.googleapis.com/mcp detail: https://mcpindex.ai/server/com-googleapis-datastream-mcp - com.googleapis.firestore/mcp (com.googleapis.firestore/mcp@1.0.0) Interact with your Google Cloud Firestore resources using natural language commands. installs: remote:https://firestore.googleapis.com/mcp detail: https://mcpindex.ai/server/com-googleapis-firestore-mcp - com.googleapis.sqladmin/mcp (com.googleapis.sqladmin/mcp@1.0.0) Create, manage, and query your Google Cloud SQL resources. installs: remote:https://sqladmin.googleapis.com/mcp detail: https://mcpindex.ai/server/com-googleapis-sqladmin-mcp - com.pulsemcp/gcs (com.pulsemcp/gcs@0.1.14) MCP server for Google Cloud Storage with fine-grained tool access control. installs: npm:gcs-google-mcp-server detail: https://mcpindex.ai/server/com-pulsemcp-gcs - Solvicus FinOps - GCP Committed Use Discount (CUD) Optimization (com.solvicus/math-program-solver@1.0.5) FinOps for Google Cloud: size 1- and 3-year CUD commitments to known demand. Also solves LP/MIP. installs: remote:https://mcp.solvicus.com/mcp detail: https://mcpindex.ai/server/com-solvicus-math-program-solver - io.github.GoogleCloudPlatform/gemini-cloud-assist-mcp (io.github.GoogleCloudPlatform/gemini-cloud-assist-mcp@0.1.1) MCP Server for understanding, managing & troubleshooting your GCP environment. installs: npm:@google-cloud/gemini-cloud-assist-mcp detail: https://mcpindex.ai/server/io-github-googlecloudplatform-gemini-cloud-assist-mcp - io.github.Madia333/lintbase-mcp (io.github.Madia333/lintbase-mcp@0.1.3) Real-time Firestore schema context for AI coding agents. Stop hallucinating field names. installs: npm:lintbase-mcp detail: https://mcpindex.ai/server/io-github-madia333-lintbase-mcp - io.github.alexpota/cloudscope (io.github.alexpota/cloudscope@0.3.3) Azure + GCP cost management: spending, forecasts, anomalies, budgets, idle resources, and tags. installs: npm:cloudscope-mcp detail: https://mcpindex.ai/server/io-github-alexpota-cloudscope - Cloud Armor WAF Patrol MCP (io.github.shigechika/cloudarmor-mcp@0.3.1) MCP server for Google Cloud Armor WAF log patrol: deny summaries and false-positive checks installs: pypi:cloudarmor-mcp detail: https://mcpindex.ai/server/io-github-shigechika-cloudarmor-mcp - io.github.sudomichael/search-console-mcp (io.github.sudomichael/search-console-mcp@0.1.2) Google Search Console for any MCP client - 30-second login, no Google Cloud project. Read-only. installs: npm:search-console-mcp-server detail: https://mcpindex.ai/server/io-github-sudomichael-search-console-mcp ## Chat & Messaging (184) - APIThreshold (ai.apithreshold/apithreshold@0.1.0) Quality scoring and progressive gates for AI-generated API tests. Stripe/Twilio profiles. Free tier. installs: docker:ghcr.io/apithreshold/apithreshold:0.1.0 detail: https://mcpindex.ai/server/ai-apithreshold-apithreshold - ai.backengine/backengine-mcp (ai.backengine/backengine-mcp@8.1.1) Surface customer & prospect context from Slack, email, transcripts and tickets in any MCP client. installs: remote:https://backengine-prod.backengine.ai/mcp detail: https://mcpindex.ai/server/ai-backengine-backengine-mcp - ai.elfa/mcp (ai.elfa/mcp@2.0.0) Crypto social intelligence from X and Telegram, plus the Elfa Auto condition engine installs: npm:@elfa-ai/mcp detail: https://mcpindex.ai/server/ai-elfa-mcp - FlowCastle (ai.flowcastle/flowcastle@1.0.0) Build, edit, and deploy Telegram bots on FlowCastle's hosted visual flow platform. installs: remote:https://api.flowcastle.ai/api/mcp detail: https://mcpindex.ai/server/ai-flowcastle-flowcastle - ai.izap/whatsapp (ai.izap/whatsapp@1.4.2) WhatsApp assistants, messaging, broadcasts, and analytics for your iZap account, over OAuth. installs: remote:https://api.izap.ai/mcp detail: https://mcpindex.ai/server/ai-izap-whatsapp - ai.kontato/kontato (ai.kontato/kontato@1.0.0) Give your AI agents a real WhatsApp number to send and receive messages. installs: remote:https://api.kontato.ai/mcp detail: https://mcpindex.ai/server/ai-kontato-kontato - LinkDeal (ai.linkdeal.www/mcp@1.0.1) Find B2B leads from LinkedIn engagement, enrich contacts and deliver to Slack. installs: remote:https://app.linkdeal.ai/api/mcp detail: https://mcpindex.ai/server/ai-linkdeal-www-mcp - ai.smithery/Danushkumar-V-mcp-discord (ai.smithery/Danushkumar-V-mcp-discord@1.2.0) An MCP server that integrates with Discord to provide AI-powered features. installs: remote:https://server.smithery.ai/@Danushkumar-V/mcp-discord/mcp detail: https://mcpindex.ai/server/ai-smithery-danushkumar-v-mcp-discord - ai.smithery/sachicali-discordmcp-suite (ai.smithery/sachicali-discordmcp-suite@1.2.0) Control your Discord community: send/read messages, manage channels and forums, and handle webhook… installs: remote:https://server.smithery.ai/@sachicali/discordmcp-suite/mcp detail: https://mcpindex.ai/server/ai-smithery-sachicali-discordmcp-suite - ai.smithery/smithery-ai-slack (ai.smithery/smithery-ai-slack@1.0.0) Enable interaction with Slack workspaces. Supports subscribing to Slack events through Resources. installs: remote:https://server.smithery.ai/@smithery-ai/slack/mcp detail: https://mcpindex.ai/server/ai-smithery-smithery-ai-slack - Stumpy (ai.stumpy/agents@1.0.0) Persistent AI agents that run 24/7 in your Slack, Telegram, SMS, or email. installs: remote:https://stumpy.ai/mcp/message detail: https://mcpindex.ai/server/ai-stumpy-agents - ai.waystation/mcp (ai.waystation/mcp@0.3.1) Ultimate toolbox to connect your LLM to popular productivity tools such as Monday, AirTable, Slack installs: remote:https://waystation.ai/mcp detail: https://mcpindex.ai/server/ai-waystation-mcp - ai.waystation/slack (ai.waystation/slack@0.3.1) Send messages, access channels, and manage files in your Slack workspace. installs: remote:https://waystation.ai/slack/mcp detail: https://mcpindex.ai/server/ai-waystation-slack - TBit (app.tbit/tbit@1.0.0) Configura y entrena tus agentes de IA de WhatsApp e Instagram de TBit desde ChatGPT o Claude. installs: remote:https://api.tbit.app/mcp detail: https://mcpindex.ai/server/app-tbit-tbit - MCP Hub — your personal data for AI (church.ai.mcp/mcp-hub@0.9.0) Your personal data for AI — Telegram, bank, courses, Zoom & more, scoped to you. installs: remote:https://mcp.ai.church/mcp detail: https://mcpindex.ai/server/church-ai-mcp-mcp-hub - Callendar (co.callendar/mcp@1.0.0) WhatsApp® reminders and rescheduling for Calendly. Public read-only MCP endpoint. installs: remote:https://app.callendar.de/mcp detail: https://mcpindex.ai/server/co-callendar-mcp - Attrove (com.attrove/mcp@0.5.0) Catch conversations going quiet — watch outcomes and search Gmail, Slack, and meetings. One MCP. installs: npm:@attrove/mcp | remote:https://api.attrove.com/mcp detail: https://mcpindex.ai/server/com-attrove-mcp - com.blueticked/blueticked (com.blueticked/blueticked@1.0.0) Send WhatsApp, SMS and email for South African businesses: contacts, campaigns, templates, webhooks installs: remote:https://app.blueticked.com/api/mcp detail: https://mcpindex.ai/server/com-blueticked-blueticked - com.buyukesim/mcp (com.buyukesim/mcp@1.0.0) Privacy-first eSIM store: UK +44 numbers, one-time SMS codes, and global travel-data eSIMs. installs: remote:https://buyukesim.com/mcp detail: https://mcpindex.ai/server/com-buyukesim-mcp - com.callingly/callingly (com.callingly/callingly@1.0.0) Lets AI agents get leads on the phone: call, send SMS, and schedule callbacks for sales teams. installs: remote:https://api.callingly.com/mcp detail: https://mcpindex.ai/server/com-callingly-callingly - com.dragapp/mcp-server (com.dragapp/mcp-server@0.1.5) AI-powered email & WhatsApp for teams — manage your shared inbox from Claude, Cursor or ChatGPT. installs: npm:@dragapp/mcp-server detail: https://mcpindex.ai/server/com-dragapp-mcp-server - DripRaven WhatsApp campaigns (com.dripraven/dripraven@1.0.0) Run WhatsApp Business campaigns from any AI assistant: contacts, segments, and broadcasts. installs: remote:https://app.dripraven.com/mcp detail: https://mcpindex.ai/server/com-dripraven-dripraven - com.dropwatchhq/freight-intel (com.dropwatchhq/freight-intel@1.0.0) Freight carrier intel: new FMCSA authority feed, carrier lookup by DOT/MC, safety screen (CSA/SMS). installs: remote:https://freight.dropwatchhq.com/mcp detail: https://mcpindex.ai/server/com-dropwatchhq-freight-intel - EZTexting MCP (com.eztexting/mcp@1.0.4) Official EZTexting MCP server: SMS/MMS messaging, contacts, workflows, reports. installs: npm:@eztexting/mcp-server | remote:https://mcp.eztexting.com/mcp detail: https://mcpindex.ai/server/com-eztexting-mcp - FrazzleCRM (com.frazzlecrm/frazzlecrm@1.0.0) CRM + visual automation builder AI agents can drive via MCP: contacts, tags, maps, email/SMS flows. installs: remote:https://app.frazzlecrm.com/api/mcp detail: https://mcpindex.ai/server/com-frazzlecrm-frazzlecrm - Green API WhatsApp (com.green-api/whatsapp@0.1.2) MCP gateway for WhatsApp via Green API: messaging, contacts, groups and instance management. installs: remote:https://mcp.green-api.com/mcp detail: https://mcpindex.ai/server/com-green-api-whatsapp - com.infobip/mcp (com.infobip/mcp@2.0.0) Infobip MCP server for omnichannel communication and messaging. SMS, RCS, WhatsApp, Viber and more. installs: remote:https://mcp.infobip.com/sms detail: https://mcpindex.ai/server/com-infobip-mcp - Kudosity (com.kudosity/mcp@0.5.0) Send SMS, MMS and WhatsApp, manage contacts and webhooks, from AI agents. installs: npm:kudosity-mcp detail: https://mcpindex.ai/server/com-kudosity-mcp - Lassare (com.lassare/ask@1.0.1) Human-in-the-loop for AI coding agents — ask questions, get approvals via Slack. installs: remote:https://mcp.lassare.com/mcp detail: https://mcpindex.ai/server/com-lassare-ask - Limzo Telegram Group Stats (com.limzo/telegram-group-stats@1.3.0) Read-only public Telegram group stats from Limzo: leaderboards, activity, levels. No API key. installs: npm:limzo-mcp | remote:https://limzo.com/api/public/mcp detail: https://mcpindex.ai/server/com-limzo-telegram-group-stats - MailFixture (com.mailfixture/mailfixture@0.1.0) Test-inbox API for email and SMS: create inboxes, long-poll messages, extract OTPs and links. installs: remote:https://mailfixture.com/mcp detail: https://mcpindex.ai/server/com-mailfixture-mailfixture - com.mcparmory/slack (com.mcparmory/slack@1.0.1) Manage channels, conversations, users, and workspace apps programmatically installs: pypi:mcparmory-slack | docker:ghcr.io/mcparmory/slack:1.0.1 detail: https://mcpindex.ai/server/com-mcparmory-slack - com.mobile-text-alerts/sms-mcp (com.mobile-text-alerts/sms-mcp@1.2.0) The Mobile Text Alerts SMS MCP server enables your AI to send SMS messages & manage contacts installs: remote:https://mcp.mobile-text-alerts.com/mcp detail: https://mcpindex.ai/server/com-mobile-text-alerts-sms-mcp - PersuadioAI (com.persuadioai/mcp@1.0.1) Analyze leads, draft follow-up campaigns, and launch SMS outreach only with explicit human approval. installs: remote:https://api.persuadioai.com/mcp detail: https://mcpindex.ai/server/com-persuadioai-mcp - PikaSim (com.pikasim/pikasim@1.4.0) Anonymous eSIMs, phone numbers, and SMS codes in 190+ countries. Crypto-paid; agents self-onboard. installs: remote:https://pikasim.com/mcp detail: https://mcpindex.ai/server/com-pikasim-pikasim - Pingfyr (com.pingfyr/pingfyr@0.3.3) Schedule reminders for AI agents via email, webhook, Slack, Discord, Telegram, or Google Calendar. installs: remote:https://mcp.pingfyr.com/mcp?apiKey={apiKey} detail: https://mcpindex.ai/server/com-pingfyr-pingfyr - Plixana (com.plixana/crm@1.0.0) Operate the Plixana CRM from any AI: contacts, deals, quotes, WhatsApp and metrics. installs: remote:https://plixana.com/api/mcp detail: https://mcpindex.ai/server/com-plixana-crm - com.politicalcomms/api (com.politicalcomms/api@0.2.1) Compliant political SMS/MMS from MCP clients: projects, contacts, analytics, billing. installs: npm:@political-comms/mcp detail: https://mcpindex.ai/server/com-politicalcomms-api - PostPulse (com.post-pulse/mcp-server@1.0.0) Social media scheduler for Instagram, Facebook, YouTube, TikTok, LinkedIn, X, Bluesky, and Telegram. installs: remote:https://mcp.post-pulse.com detail: https://mcpindex.ai/server/com-post-pulse-mcp-server - com.promtpress/ads (com.promtpress/ads@1.0.1) Buy Telegram subscribers and website traffic, billed per verified result. installs: remote:https://mcp.promtpress.com/mcp detail: https://mcpindex.ai/server/com-promtpress-ads - PulsyAI (com.pulseem/pulsyai@1.0.0) Send SMS, WhatsApp & email, manage contacts and campaigns, and pull reports via Pulseem. installs: remote:https://mcp.api.pulseem.com/mcp_{token}/mcp detail: https://mcpindex.ai/server/com-pulseem-pulsyai - com.pulsemcp/slack (com.pulsemcp/slack@0.0.7) MCP server for Slack — read/write messages, manage threads, and react to messages. installs: npm:slack-workspace-mcp-server detail: https://mcpindex.ai/server/com-pulsemcp-slack - SenderKit (com.senderkit/senderkit@0.1.0) Build and send email, SMS, and push straight from your AI agent. installs: remote:https://mcp.senderkit.com detail: https://mcpindex.ai/server/com-senderkit-senderkit - sendifai (com.sendifai/platform@5.0) 335 MCP tools, 75 playbooks. AI-native CRM, email/SMS, events, OAuth. installs: remote:https://www.sendifai.com/api/mcp detail: https://mcpindex.ai/server/com-sendifai-platform - com.somosvelora/velora (com.somosvelora/velora@1.0.1) Hosted Argentine commerce MCP: real AFIP invoicing, MercadoPago, logistics, catalog & WhatsApp. installs: remote:https://tools.somosvelora.com/api/mcp detail: https://mcpindex.ai/server/com-somosvelora-velora - Speak2Web AI Transact (com.speak2web/ai-transact@0.1.0) Order & book on AI Transact WordPress sites by AI agent — MCP tools with WhatsApp confirmation. installs: remote:https://{host}/wp-json/s2w-ai-gateway/v1/mcp-server detail: https://mcpindex.ai/server/com-speak2web-ai-transact - SureSMS (com.suresms/mcp@1.1.2) Send SMS, manage contacts and groups, and read delivery reports. OAuth 2.1 SureSMS login. installs: remote:https://mcp.suresms.com/mcp detail: https://mcpindex.ai/server/com-suresms-mcp - tgboard — Telegram Directory (com.tgboard/catalog@1.0.0) Search 100k+ auto-verified Telegram channels, bots and groups: full-text search and top rankings. installs: remote:https://tgboard.com/mcp/ detail: https://mcpindex.ai/server/com-tgboard-catalog - TopMessage (com.topmessage/mcp@1.0.0) Send and schedule SMS and WhatsApp messages, manage contacts and templates, and track delivery. installs: remote:https://api.topmessage.com/mcp detail: https://mcpindex.ai/server/com-topmessage-mcp - dev.agentsim/mcp (dev.agentsim/mcp@0.21.0) Real SIM-backed mobile numbers for AI agents to receive SMS and OTP codes. installs: remote:https://mcp.agentsim.dev/mcp detail: https://mcpindex.ai/server/dev-agentsim-mcp - JustCall MCP Server (host.justcall.mcp/justcall-mcp-server@1.2.0) JustCall MCP Server enables LLMs and AI agents to make voice calls and send SMS via JustCall APIs. installs: remote:https://mcp.justcall.host/mcp detail: https://mcpindex.ai/server/host-justcall-mcp-justcall-mcp-server - io.2chat/whatsapp (io.2chat/whatsapp@1.0.0) WhatsApp (Web + Business API), SMS, contacts, and call records via 2Chat's MCP server. installs: remote:https://mcp.2chat.io/mcp detail: https://mcpindex.ai/server/io-2chat-whatsapp - Chamade (io.chamade/server@5.1.0) Voice and chat for AI agents — Discord, Teams, Meet, Slack, Zoom, Telegram, WhatsApp, NC Talk, SIP installs: npm:@chamade/mcp-server | remote:https://mcp.chamade.io/mcp/ detail: https://mcpindex.ai/server/io-chamade-server - VoIP.ms (io.ecliptical/voipms-mcp@0.9.9) Manage phone numbers, SMS/MMS, voicemail, faxing, and call routing for your VoIP.ms account. installs: remote:https://voipms-mcp.ecliptical.io/mcp detail: https://mcpindex.ai/server/io-ecliptical-voipms-mcp - Famulor (io.famulor/famulor-mcp@0.3.1) AI voice agents: assistants, calls, campaigns, leads, knowledge bases, WhatsApp, SMS & SIP trunks. installs: npm:famulor-mcp | remote:https://mcp.famulor.io/mcp detail: https://mcpindex.ai/server/io-famulor-famulor-mcp - FavCRM (io.favcrm/favcrm@1.0.0) Agentic CRM for service businesses — bookings, customers, WhatsApp, loyalty, invoicing. installs: remote:https://api.favcrm.io/mcp detail: https://mcpindex.ai/server/io-favcrm-favcrm - io.foqal/Foqal (io.foqal/Foqal@2.0.1) Foqal turns Slack/Teams into efficient support platforms with AI-powered ticketing. installs: remote:https://support.foqal.io/api/mcp/[YOUR_GENERATED_TOKEN] detail: https://mcpindex.ai/server/io-foqal-foqal - AgentLine (io.github.AgentLineHQ/agentline@1.0.0) Give AI agents a phone number. Voice calls, SMS, and phone number management for MCP clients. installs: remote:https://api.agentline.cloud/mcp detail: https://mcpindex.ai/server/io-github-agentlinehq-agentline - SMS Validator API (io.github.Br0ski777/sms-validator@1.1.0) Validate SMS-capable phone numbers — mobile vs landline, E.164 format. x402 micropayment. installs: remote:https://sms-validator.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-sms-validator - io.github.CSOAI-ORG/slack-enterprise-mcp (io.github.CSOAI-ORG/slack-enterprise-mcp@1.0.4) slack-enterprise-mcp MCP server by MEOK AI Labs installs: pypi:slack-enterprise-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-slack-enterprise-mcp - AgentPhone-Apex (io.github.Evozim/agent-phone@1.0.0) Multi-channel voice and SMS gateway interface for AI communication. installs: remote:https://agent-phone-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-agent-phone - io.github.GeiserX/telegram-archive-mcp (io.github.GeiserX/telegram-archive-mcp@0.0.2) MCP server for Telegram Archive — search messages, browse chats, and access history installs: npm:telegram-archive-mcp | docker:drumsergio/telegram-archive-mcp:v0.0.2 detail: https://mcpindex.ai/server/io-github-geiserx-telegram-archive-mcp - Dial (io.github.GetDial-AI/dial@1.2.0) Communication stack for AI agents: SMS, AI voice calls, phone numbers, and account events. installs: remote:https://getdial.ai/mcp detail: https://mcpindex.ai/server/io-github-getdial-ai-dial - WhatsApp MCP by TimelinesAI (io.github.InitechSoftware/whatsapp-mcp-by-timelinesai@1.0.1) Drive your real WhatsApp inbox from Claude — send, reply, label, assign, and triage via TimelinesAI. installs: remote:https://mcp.services.timelines.ai/mcp detail: https://mcpindex.ai/server/io-github-initechsoftware-whatsapp-mcp-by-timelinesai - io.github.JMLEE850623/talktoplanb-mcp (io.github.JMLEE850623/talktoplanb-mcp@1.0.1) MCP server for TalkToPlanB: list rooms, read & send messages (WhatsApp alternative). installs: npm:talktoplanb-mcp detail: https://mcpindex.ai/server/io-github-jmlee850623-talktoplanb-mcp - tgden — Telegram catalog & search (io.github.JustJuice55/telegram-catalog@1.1.0) Search 1.2M+ Telegram channels, 245k+ chats, 160k+ bots — no account, no key, no install. installs: remote:https://tgden.com/api/mcp detail: https://mcpindex.ai/server/io-github-justjuice55-telegram-catalog - ManyContacts - WhatsApp Business CRM (io.github.ManyContacts/whatsapp-business@1.1.0) WhatsApp Business CRM: send messages, manage contacts, campaigns, and AI agents. installs: npm:@manycontacts/mcp detail: https://mcpindex.ai/server/io-github-manycontacts-whatsapp-business - ManyContacts - WhatsApp Business MCP (io.github.ManyContacts/whatsapp-mcp@1.1.1) WhatsApp Business MCP: send messages, manage contacts, campaigns, and AI agents. installs: npm:@manycontacts/mcp detail: https://mcpindex.ai/server/io-github-manycontacts-whatsapp-mcp - AgentCanary (io.github.MrCerq/agentcanary@1.4.8) Retired compatibility stub for AgentCanary MCP. Daily briefs continue on X and Telegram. installs: npm:agentcanary-mcp detail: https://mcpindex.ai/server/io-github-mrcerq-agentcanary - WhatsApp Chat Reader (Unofficial) (io.github.NabheetCloud/wa-chat-reader@0.1.0) Unofficial read-only MCP server for your local WhatsApp chat history (stays on your machine). installs: pypi:wa-chat-reader detail: https://mcpindex.ai/server/io-github-nabheetcloud-wa-chat-reader - AgentPing (io.github.Noriget/agentping@1.0.0) Let your AI agent notify you by email, Slack, Discord, or webhook. One tool: send_notification. installs: remote:https://ping.mgm-llc.org/mcp detail: https://mcpindex.ai/server/io-github-noriget-agentping - io.github.Oratorian/discord-node-mcp (io.github.Oratorian/discord-node-mcp@1.1.4) MCP server for controlling Discord servers via bot token installs: npm:@mahesvara/discord-mcpserver detail: https://mcpindex.ai/server/io-github-oratorian-discord-node-mcp - io.github.OrygnsCode/omnicord (io.github.OrygnsCode/omnicord@1.2.1) Your AI runs your Discord server: chat, moderation, admin, even building it all from one brief. installs: npm:@orygn/omnicord detail: https://mcpindex.ai/server/io-github-orygnscode-omnicord - io.github.PaSympa/discord-mcp (io.github.PaSympa/discord-mcp@2.1.1) A lightweight, multi-guild Discord MCP server with 95+ tools installs: npm:@pasympa/discord-mcp | docker:docker.io/pasympa/discord-mcp:2.1.1 detail: https://mcpindex.ai/server/io-github-pasympa-discord-mcp - io.github.ParthJadhav/telegram-notify-mcp (io.github.ParthJadhav/telegram-notify-mcp@1.0.1) Send Telegram notifications from AI agents — text, photos, and documents. installs: npm:@parthj/telegram-notify-mcp detail: https://mcpindex.ai/server/io-github-parthjadhav-telegram-notify-mcp - aiogram-mcp (io.github.Py2755/aiogram-mcp@0.7.1) MCP server for aiogram Telegram bots — 30 tools, 7 resources, 3 prompts, event streaming installs: pypi:aiogram-mcp detail: https://mcpindex.ai/server/io-github-py2755-aiogram-mcp - io.github.Shreyas-Profile/telegram-mcp (io.github.Shreyas-Profile/telegram-mcp@0.4.0) Telegram bridge for your MCP-compatible agent. Bidirectional, no LLM in our stack. installs: remote:https://telegram.regiq.in/api/mcp detail: https://mcpindex.ai/server/io-github-shreyas-profile-telegram-mcp - io.github.TecniForgeMaryam/androidapi-mcp (io.github.TecniForgeMaryam/androidapi-mcp@1.0.1) Send SMS & WhatsApp, verify OTPs, manage contacts, and control Android devices via AndroidAPI.net. installs: npm:androidapi-mcp detail: https://mcpindex.ai/server/io-github-tecniforgemaryam-androidapi-mcp - Slacking.biz — SEC Financial Data + US Economics + Demographics (io.github.Th3Slack3r/slacking-biz@1.1.1) 28 MCP tools: SEC financials, FRED economics, Census demographics. installs: remote:https://slacking.biz/mcp detail: https://mcpindex.ai/server/io-github-th3slack3r-slacking-biz - io.github.Th3Slack3r/urflrealtor-mcp (io.github.Th3Slack3r/urflrealtor-mcp@1.0.0) Florida Real Estate API — agent verification, property data, market trends, comps, lead tools. installs: manual detail: https://mcpindex.ai/server/io-github-th3slack3r-urflrealtor-mcp - io.github.UltraStarz/x402-sms (io.github.UltraStarz/x402-sms@0.1.0) Pay-per-call MCP server. $0.03 USDC sends one transactional SMS to a US phone number via x402. installs: npm:x402-sms-mcp detail: https://mcpindex.ai/server/io-github-ultrastarz-x402-sms - Wavix (io.github.Wavix/mcp@1.0.0) Hosted MCP server for the Wavix telecom platform: SMS, voice, 2FA, SIP, numbers, 10DLC, CDRs. installs: remote:https://mcp.wavix.com/mcp detail: https://mcpindex.ai/server/io-github-wavix-mcp - io.github.Yersat/chatflow (io.github.Yersat/chatflow@1.0.0) WhatsApp CRM for AI agents: search contacts, read chats, manage the sales pipeline, send messages. installs: remote:https://valuable-sockeye-14.eu-west-1.convex.site/mcp detail: https://mcpindex.ai/server/io-github-yersat-chatflow - Notify MCP Server (io.github.aahl/mcp-notify@0.1.11) MCP Server for notify to Weixin, Telegram, Bark, Lark, Feishu, DingTalk installs: pypi:mcp-notify | docker:ghcr.io/aahl/mcp-notify:latest detail: https://mcpindex.ai/server/io-github-aahl-mcp-notify - io.github.abryfs/willitsend (io.github.abryfs/willitsend@0.1.0) Deterministic pre-send lint for SMS/iMessage: silent carrier filtering and segment blowups. installs: npm:willitsend detail: https://mcpindex.ai/server/io-github-abryfs-willitsend - Multi-workspace Slack MCP server with draft+confirm safety, vault auto-export, a (io.github.adelaidasofia/slack-mcp@0.1.1) Multi-workspace Slack MCP server with draft+confirm safety, vault auto-export, and triple-mode… installs: manual detail: https://mcpindex.ai/server/io-github-adelaidasofia-slack-mcp - WhatsApp MCP (io.github.adelaidasofia/whatsapp-mcp@0.1.1) WhatsApp MCP. SQLCipher-encrypted, scrubber-CI-gated, draft-and-confirm sends, voice transcription. installs: pypi:adelaidasofia-whatsapp-mcp detail: https://mcpindex.ai/server/io-github-adelaidasofia-whatsapp-mcp - Pickle (io.github.adityaarsharma/pickle@1.1.0) Free, local MCP server that audits ClickUp, Slack & Teams for work that slipped through. installs: npm:pickle-mcp detail: https://mcpindex.ai/server/io-github-adityaarsharma-pickle - Leporis WhatsApp (io.github.admin-rstechie/leporis-mcp@1.0.0) Send and read WhatsApp messages on your Leporis account from AI coding agents, via your own API key. installs: remote:https://leporis.mcp.rstechie.in/mcp detail: https://mcpindex.ai/server/io-github-admin-rstechie-leporis-mcp - io.github.agenticmail/mcp (io.github.agenticmail/mcp@0.5.59) Real email and SMS for AI agents — send mail, receive verification codes, drive a real inbox. installs: npm:@agenticmail/mcp detail: https://mcpindex.ai/server/io-github-agenticmail-mcp - SMSPM MCP Server (io.github.alesav/smspm@1.0.1) Send SMS via the SMSPM API from any MCP client. installs: npm:smspm-mcp detail: https://mcpindex.ai/server/io-github-alesav-smspm - io.github.ar-agents/mcp (io.github.ar-agents/mcp@0.4.11) Argentine business automation: Mercado Pago, AFIP/ARCA, WhatsApp, banking, shipping (7 packages). installs: npm:@ar-agents/mcp detail: https://mcpindex.ai/server/io-github-ar-agents-mcp - ATXP — Agent Payment & Wallet Infrastructure (io.github.atxp-dev/atxp@1.21.2) Agent wallet, email, phone, and 41 paid tools: search, image/video/music gen, SMS, calls. installs: npm:atxp detail: https://mcpindex.ai/server/io-github-atxp-dev-atxp - io.github.auroracapital/claude-ops-telegram-server (io.github.auroracapital/claude-ops-telegram-server@0.2.1) Telegram personal-account MCP (MTProto user-auth). Read DMs, send messages, search across chats. installs: npm:claude-ops-telegram-server detail: https://mcpindex.ai/server/io-github-auroracapital-claude-ops-telegram-server - Discord MCP (io.github.cappyeo/discord-mcp@0.18.1) Connect AI clients to a caller-owned Discord bot with 203 tools over stdio or authenticated HTTP. installs: npm:@discord-mcp/cli detail: https://mcpindex.ai/server/io-github-cappyeo-discord-mcp - Sats4AI - Bitcoin-Powered AI Tools (io.github.cnghockey/sats4ai@1.5.5) 40+ Lightning-paid AI tools for agents: calls, SMS, fax, voice, translation. No signup, no keys. installs: npm:sats4ai-mcp | remote:https://sats4ai.com/api/mcp detail: https://mcpindex.ai/server/io-github-cnghockey-sats4ai - io.github.codespar/mcp-evolution-api (io.github.codespar/mcp-evolution-api@0.2.2) MCP server for Evolution API — WhatsApp messaging, instances, contacts installs: npm:@codespar/mcp-evolution-api detail: https://mcpindex.ai/server/io-github-codespar-mcp-evolution-api - io.github.codespar/mcp-sendgrid (io.github.codespar/mcp-sendgrid@0.2.2) MCP server for SendGrid — global transactional + marketing email (Twilio-owned) installs: npm:@codespar/mcp-sendgrid detail: https://mcpindex.ai/server/io-github-codespar-mcp-sendgrid - io.github.codespar/mcp-twilio (io.github.codespar/mcp-twilio@0.2.2) MCP server for Twilio — global SMS, WhatsApp, Voice, Verify, and Lookup across 180+ countries installs: npm:@codespar/mcp-twilio detail: https://mcpindex.ai/server/io-github-codespar-mcp-twilio - io.github.codespar/mcp-whatsapp-cloud (io.github.codespar/mcp-whatsapp-cloud@0.2.2) MCP server for WhatsApp Cloud API (Meta) — messages, media, and templates via Graph API installs: npm:@codespar/mcp-whatsapp-cloud detail: https://mcpindex.ai/server/io-github-codespar-mcp-whatsapp-cloud - io.github.codespar/mcp-z-api (io.github.codespar/mcp-z-api@0.2.2) MCP server for Z-API — WhatsApp messaging, contacts, media installs: npm:@codespar/mcp-z-api detail: https://mcpindex.ai/server/io-github-codespar-mcp-z-api - io.github.codespar/mcp-zenvia (io.github.codespar/mcp-zenvia@0.2.2) MCP server for Zenvia — SMS, WhatsApp, RCS, Email, Voice, Facebook messaging, templates and reports installs: npm:@codespar/mcp-zenvia detail: https://mcpindex.ai/server/io-github-codespar-mcp-zenvia - io.github.conquext/neuron (io.github.conquext/neuron@1.0.2) AI-powered WhatsApp chatbot platform with 196 tools for bots, campaigns, and contacts. installs: npm:neuron-mcp-server | remote:https://mcp.neuron.ng/mcp detail: https://mcpindex.ai/server/io-github-conquext-neuron - MCP Slack (io.github.crunchtools/slack@0.1.2) Secure read-only MCP server for Slack workspaces installs: pypi:mcp-slack-crunchtools detail: https://mcpindex.ai/server/io-github-crunchtools-slack - io.github.daedalus/mcp-telegram-bot (io.github.daedalus/mcp-telegram-bot@0.1.0) MCP server that exposes a Telegram bot installs: pypi:mcp-telegram-bot detail: https://mcpindex.ai/server/io-github-daedalus-mcp-telegram-bot - io.github.danecodes/botcall-mcp (io.github.danecodes/botcall-mcp@0.1.2) Give your AI agent a real phone number for SMS verification codes. installs: npm:botcall-mcp detail: https://mcpindex.ai/server/io-github-danecodes-botcall-mcp - io.github.dgtalquantumleap-ai/ebenova-fieldops (io.github.dgtalquantumleap-ai/ebenova-fieldops@1.0.2) WhatsApp booking, staff coordination, and invoice recovery for services. installs: npm:@ebenova/fieldops-mcp detail: https://mcpindex.ai/server/io-github-dgtalquantumleap-ai-ebenova-fieldops - chatmux (io.github.echoedinvoker/chatmux@0.1.0) Local-first MCP server for your own LINE and Telegram chats. Data stays on your machine. installs: manual detail: https://mcpindex.ai/server/io-github-echoedinvoker-chatmux - io.github.elagerway/magpipe (io.github.elagerway/magpipe@0.1.6) Manage AI voice agents, calls, SMS, contacts, and phone numbers via Magpipe. installs: npm:magpipe-mcp-server detail: https://mcpindex.ai/server/io-github-elagerway-magpipe - io.github.fastslack/e2e-runner (io.github.fastslack/e2e-runner@1.3.0) JSON-driven E2E test runner with parallel Chrome pool execution and 16 MCP tools. installs: npm:@matware/e2e-runner | docker:docker.io/fastslack/e2e-runner-mcp:1.3.0 detail: https://mcpindex.ai/server/io-github-fastslack-e2e-runner - io.github.fieldcure/outbox (io.github.fieldcure/outbox@2.1.3) Multi-channel messaging MCP server for Slack, Telegram, Email, KakaoTalk, and Discord. installs: manual detail: https://mcpindex.ai/server/io-github-fieldcure-outbox - Flagram (io.github.flagramtech/flagram-mcp@1.0.0) Ad marketplace: search Telegram/VK/Max channels by topic, geo, price; reach, ER, CPV stats. installs: remote:https://mcp.flagram.com/mcp detail: https://mcpindex.ai/server/io-github-flagramtech-flagram-mcp - io.github.flovoice53-tech/sms-florin-mcp (io.github.flovoice53-tech/sms-florin-mcp@0.1.2) Rent a real UK phone number and receive SMS/OTP codes — built for AI coding agents. installs: npm:sms-florin-mcp detail: https://mcpindex.ai/server/io-github-flovoice53-tech-sms-florin-mcp - Fursat (io.github.fursatdev-tech/fursat@0.1.0) AI-bookable curated vacation homes in Northeast India and the Himalayas. Book on WhatsApp. installs: remote:https://www.fursat.fun/api/mcp detail: https://mcpindex.ai/server/io-github-fursatdev-tech-fursat - Mock Screenshots (io.github.gamercc-apps/mockscreenshots-mcp@0.1.6) Deep links to pixel-perfect fake chat & screenshot generators (iMessage, WhatsApp & more). installs: npm:@gamercc-apps/mockscreenshots-mcp detail: https://mcpindex.ai/server/io-github-gamercc-apps-mockscreenshots-mcp - io.github.gaviwhatsapp/whatsapp (io.github.gaviwhatsapp/whatsapp@0.1.2) Send WhatsApp messages from Cursor, Claude Code, and Codex via MCP. installs: npm:@gaviwhatsapp/mcp detail: https://mcpindex.ai/server/io-github-gaviwhatsapp-whatsapp - SMS en Masse (io.github.git-acet/smsenmasse@0.9.1) Envoyez des SMS et gérez vos campagnes directement depuis vos agents IA. installs: remote:https://www.smsenmasse.fr/api/mcp detail: https://mcpindex.ai/server/io-github-git-acet-smsenmasse - pingwa (io.github.grzgrzgrz3/pingwa@0.4.1) Zero-setup WhatsApp notifications + human-in-the-loop for AI agents — text 'join', send in 60s. installs: pypi:pingwa | remote:https://pingwa.dev/mcp detail: https://mcpindex.ai/server/io-github-grzgrzgrz3-pingwa - Hail (io.github.hail-hq/hail-mcp@0.1.0) Phone, SMS & email for AI agents — one remote MCP endpoint, OAuth login, zero install. installs: remote:https://mcp.hail.so detail: https://mcpindex.ai/server/io-github-hail-hq-hail-mcp - Discord MCP (io.github.hypark5540/discord-mcp@0.1.1) Safe Discord access for reading guild data and optionally managing bot messages installs: npm:@hypark5540/discord-mcp | pypi:hypark-discord-mcp | docker:ghcr.io/hypark5540/discord-mcp:0.1.1 detail: https://mcpindex.ai/server/io-github-hypark5540-discord-mcp - io.github.idanbier999/saperly (io.github.idanbier999/saperly@0.1.2) Phone carrier for AI agents. Provision numbers, make calls, send SMS, TCPA compliance built-in. installs: npm:@saperly/mcp detail: https://mcpindex.ai/server/io-github-idanbier999-saperly - io.github.jaimenbell/discord-mcp (io.github.jaimenbell/discord-mcp@0.1.0) MCP server for the Discord REST API: 5 read tools always on, 7 write tools env-gated, default off. installs: pypi:jaimenbell-discord-mcp detail: https://mcpindex.ai/server/io-github-jaimenbell-discord-mcp - io.github.jessepetersondev/consentgate-mcp (io.github.jessepetersondev/consentgate-mcp@0.1.1) Gate AI agent actions behind a consent policy with human approval via Telegram. Fail-closed. installs: npm:consentgate-mcp detail: https://mcpindex.ai/server/io-github-jessepetersondev-consentgate-mcp - io.github.jgalea/telegram-mcp (io.github.jgalea/telegram-mcp@0.1.2) Telegram MCP server: read, send, and search messages and manage chats via your account. installs: pypi:telegram-mcp-jgalea detail: https://mcpindex.ai/server/io-github-jgalea-telegram-mcp - Agentline (io.github.jgottlieb84/agentline-mcp@0.1.1) Phone numbers, SMS, 2FA capture, voice calls, and email for AI agents. installs: pypi:agentline-mcp detail: https://mcpindex.ai/server/io-github-jgottlieb84-agentline-mcp - io.github.jinhsueh/maacgo-mcp (io.github.jinhsueh/maacgo-mcp@0.2.1) Taiwan SMS MCP server. Send from Claude / Cursor / Windsurf, NCC-compliant, NT$50 free trial. installs: npm:@maacgo/mcp detail: https://mcpindex.ai/server/io-github-jinhsueh-maacgo-mcp - io.github.justadityaraj/slack-lists-mcp (io.github.justadityaraj/slack-lists-mcp@1.1.0) Full read + write access to Slack Lists for AI: create, update, check off, reassign, delete. installs: pypi:ars-slack-lists-mcp detail: https://mcpindex.ai/server/io-github-justadityaraj-slack-lists-mcp - io.github.kalki-kgp/whatsapp-macos (io.github.kalki-kgp/whatsapp-macos@0.1.1) WhatsApp MCP for macOS - Read messages from local DB, send via WhatsApp Web. installs: pypi:whatsapp-mcp-macos detail: https://mcpindex.ai/server/io-github-kalki-kgp-whatsapp-macos - Telegram Managed Bot Factory (io.github.laser54/bot-factory@0.1.0) Provision owner-confirmed isolated Telegram Managed Bot instances. installs: pypi:telegram-managed-bot-factory detail: https://mcpindex.ai/server/io-github-laser54-bot-factory - io.github.leshchenko1979/fast-mcp-telegram (io.github.leshchenko1979/fast-mcp-telegram@0.36.0) Multi-tenant Telegram gateway for AI agents — HTTP+stdio, 8 tools, MTProto User API installs: pypi:fast-mcp-telegram | remote:https://tg-mcp.l1979.ru/v1/mcp detail: https://mcpindex.ai/server/io-github-leshchenko1979-fast-mcp-telegram - io.github.liserichards/pestprocrm (io.github.liserichards/pestprocrm@1.0.1) Manage pest control operations — customers, scheduling, SMS, payments, and reporting. installs: remote:https://www.pestprocrm.com/api/mcp detail: https://mcpindex.ai/server/io-github-liserichards-pestprocrm - Backstory: search your data exports locally (io.github.magna-nz/backstory@1.1.0) Search your Google, Telegram, Spotify and Instagram exports locally. Fully offline. installs: manual detail: https://mcpindex.ai/server/io-github-magna-nz-backstory - WhatsApp Web MCP Server (io.github.mario-andreschak/mcp-whatsapp-web@1.1.0) MCP server for WhatsApp via whatsapp-web.js: send/receive messages, media, chats, groups, contacts installs: npm:mcp-whatsapp-web detail: https://mcpindex.ai/server/io-github-mario-andreschak-mcp-whatsapp-web - Telegram (mcp-telegram) (io.github.mcp-telegram/mcp-telegram@1.41.2) MCP server for Telegram userbot — messages, media, reactions, polls & more. Built on GramJS/MTProto. installs: npm:@overpod/mcp-telegram detail: https://mcpindex.ai/server/io-github-mcp-telegram-mcp-telegram - io.github.meharajM/whatsapp-mcp (io.github.meharajM/whatsapp-mcp@2.0.1) WhatsApp MCP Server - Human-in-the-loop for AI agents via WhatsApp installs: npm:@mhrj/whatsapp-mcp detail: https://mcpindex.ai/server/io-github-meharajm-whatsapp-mcp - Slack (io.github.mindstone/mcp-server-slack@0.3.0) Slack MCP server: channels, messages, threads, reactions, users, files, and scheduled messages installs: npm:@mindstone/mcp-server-slack detail: https://mcpindex.ai/server/io-github-mindstone-mcp-server-slack - io.github.mrfentmen/twilio-mcp-server (io.github.mrfentmen/twilio-mcp-server@1.0.1) Send SMS, MMS, WhatsApp messages, make voice calls, and manage Twilio phone numbers. installs: npm:twilio-mcp-server detail: https://mcpindex.ai/server/io-github-mrfentmen-twilio-mcp-server - Better Telegram MCP (io.github.n24q02m/better-telegram-mcp@4.17.0) Telegram MCP server — dual-mode Bot API + MTProto, composite tools. installs: pypi:better-telegram-mcp | docker:docker.io/n24q02m/better-telegram-mcp:latest detail: https://mcpindex.ai/server/io-github-n24q02m-better-telegram-mcp - WhatsApp MCP Server (io.github.nakulben/whatsapp-mcp@0.1.0) Manage WhatsApp Business templates and send messages via Meta Cloud API installs: pypi:jina-whatsapp-mcp detail: https://mcpindex.ai/server/io-github-nakulben-whatsapp-mcp - PinRAG (io.github.ndjordjevic/pinrag@0.9.27) MCP RAG: index PDFs, repos, YouTube, Discord, text; optional YouTube vision; query with citations. installs: pypi:pinrag detail: https://mcpindex.ai/server/io-github-ndjordjevic-pinrag - MCP Registry Monitor (io.github.nirholas/mcp-notify@1.0.0) Monitor MCP registry for new servers - Discord Slack notifications alerts installs: manual detail: https://mcpindex.ai/server/io-github-nirholas-mcp-notify - Guarded WhatsApp (io.github.peter-tnc-453/guarded-whatsapp-mcp@0.1.0) Security gate for agent-driven WhatsApp: allowlist, secret scan, rate limit, audit log. installs: pypi:guarded-whatsapp-mcp detail: https://mcpindex.ai/server/io-github-peter-tnc-453-guarded-whatsapp-mcp - Postscript (io.github.pipeworx-io/postscript@0.1.0) Postscript MCP Pack — SMS marketing for Shopify. installs: remote:https://gateway.pipeworx.io/postscript/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-postscript - Slack_connect (io.github.pipeworx-io/slack_connect@0.1.0) Slack MCP Pack installs: remote:https://gateway.pipeworx.io/slack_connect/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-slack-connect - Twilio (io.github.pipeworx-io/twilio@0.1.0) Twilio MCP Pack — send SMS, list messages, make calls via Twilio REST API. installs: remote:https://gateway.pipeworx.io/twilio/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-twilio - io.github.platfone-com/platfone (io.github.platfone-com/platfone@1.1.8) Virtual phone numbers for AI agents — rent numbers in 200+ countries, receive SMS. installs: npm:@platfone/mcp | remote:https://mcp.platfone.com/mcp detail: https://mcpindex.ai/server/io-github-platfone-com-platfone - io.github.productmap/namecatcher-skills (io.github.productmap/namecatcher-skills@0.1.1) Score and value collectible Telegram usernames: namability 0-100, fair price, thesis. No API key. installs: npm:namecatcher-mcp detail: https://mcpindex.ai/server/io-github-productmap-namecatcher-skills - Telethon Plus (io.github.psyb0t/telethon-plus@0.5.7) Self-hosted MCP server: Telegram userbot control (Telethon) via HTTP and MCP. installs: docker:docker.io/psyb0t/telethon-plus:v0.5.7 detail: https://mcpindex.ai/server/io-github-psyb0t-telethon-plus - io.github.quantumskils-arch/momo-parser-mcp (io.github.quantumskils-arch/momo-parser-mcp@1.0.0) Parses MTN MoMo and Airtel Money Uganda SMS into structured JSON. installs: remote:https://momo.opportunityradar.africa/mcp detail: https://mcpindex.ai/server/io-github-quantumskils-arch-momo-parser-mcp - io.github.rchanllc/joltsms-sms (io.github.rchanllc/joltsms-sms@1.0.2) Provision real-SIM US phone numbers, receive SMS, and extract OTP codes for AI agents. installs: npm:@joltsms/mcp-server detail: https://mcpindex.ai/server/io-github-rchanllc-joltsms-sms - Dis Servers MCP (io.github.rocnubie/disservers-mcp@0.1.0) Discover game Discord servers with direct invites, first-party source proof, platform details installs: manual detail: https://mcpindex.ai/server/io-github-rocnubie-disservers-mcp - io.github.saloprj/dialogbrain (io.github.saloprj/dialogbrain@1.0.1) Unified inbox MCP for WhatsApp, Telegram, Email, voice — read/send messages, search, AI agents. installs: remote:https://api.dialogbrain.com/mcp detail: https://mcpindex.ai/server/io-github-saloprj-dialogbrain - io.github.sathergate/notifykit (io.github.sathergate/notifykit@0.1.0) Unified notifications for Next.js. Multi-provider SMS, email, and push. installs: npm:@sathergate/notifykit detail: https://mcpindex.ai/server/io-github-sathergate-notifykit - Commune (io.github.shanjai-raj/commune-mcp@0.1.9) Email and SMS MCP server for AI agents — 41 tools for inboxes, sending, search, and SMS. installs: pypi:commune-mcp detail: https://mcpindex.ai/server/io-github-shanjai-raj-commune-mcp - Slack Explorer MCP (io.github.shibayu36/slack-explorer-mcp@0.12.0) MCP server specialized in retrieving information from Slack messages and threads installs: docker:ghcr.io/shibayu36/slack-explorer-mcp:0.12.0 detail: https://mcpindex.ai/server/io-github-shibayu36-slack-explorer-mcp - io.github.sns45/better-call-claude (io.github.sns45/better-call-claude@3.1.3) Voice Calls, SMS, and WhatsApp for Claude Code with cross-channel context sharing. installs: npm:better-call-claude detail: https://mcpindex.ai/server/io-github-sns45-better-call-claude - io.github.stevenvo/slack-mcp-server (io.github.stevenvo/slack-mcp-server@0.1.0) Read Slack conversations, threads, user info, and search messages from your MCP client. installs: pypi:slack-mcp-server-v2 detail: https://mcpindex.ai/server/io-github-stevenvo-slack-mcp-server - io.github.sv-number/mcp-server (io.github.sv-number/mcp-server@1.0.2) Phone numbers for AI agents: order a private number, read the SMS verification code, hand it back. installs: npm:sv-number-mcp detail: https://mcpindex.ai/server/io-github-sv-number-mcp-server - TDA Discord Reader (io.github.targeteddesignagency-blip/discord-reader@1.0.0) Discord channel operations for AI agents. Fetch, search, mentions, post. 4 tools. installs: manual detail: https://mcpindex.ai/server/io-github-targeteddesignagency-blip-discord-reader - mts-exolve-mcp (io.github.theYahia/mts-exolve-mcp@3.0.1) MCP server for MTS Exolve — SMS, calls, recordings, Viber messaging (Russia) installs: npm:@theyahia/mts-exolve-mcp detail: https://mcpindex.ai/server/io-github-theyahia-mts-exolve-mcp - io.github.theYahia/sms-ru-mcp (io.github.theYahia/sms-ru-mcp@1.0.1) MCP server for SMS.RU API — send SMS, check status, balance. 3 tools. installs: npm:@theyahia/sms-ru-mcp detail: https://mcpindex.ai/server/io-github-theyahia-sms-ru-mcp - voximplant-mcp (io.github.theYahia/voximplant-mcp@1.2.3) MCP server for Voximplant — cloud telephony, call history, SMS (Russia) installs: npm:@theyahia/voximplant-mcp detail: https://mcpindex.ai/server/io-github-theyahia-voximplant-mcp - ToFlow (io.github.toflow-ai/toflow@0.0.1) AI sales automation for toflow.ai — prospect, enrich, sequence across email, LinkedIn, WhatsApp. installs: remote:https://mcp.toflow.ai/mcp detail: https://mcpindex.ai/server/io-github-toflow-ai-toflow - Telegram MCP Server (io.github.tolboy/telegram-mcp-tdlib@1.15.0) Local-first TDLib Telegram MCP server with 110 tools, account isolation and production guardrails. installs: docker:ghcr.io/tolboy/telegram-mcp-tdlib:1.15.0-stdio detail: https://mcpindex.ai/server/io-github-tolboy-telegram-mcp-tdlib - io.github.tponscr-debug/oracle-h (io.github.tponscr-debug/oracle-h@1.0.0) Human approval gate for AI agents. Critical actions approved or rejected by a human via Telegram. installs: npm:oracle-h-mcp detail: https://mcpindex.ai/server/io-github-tponscr-debug-oracle-h - io.github.trypeach-io/mcp (io.github.trypeach-io/mcp@0.1.3) Send and manage WhatsApp messages, contacts, templates, and events via Peach AI. installs: npm:@peachai/mcp detail: https://mcpindex.ai/server/io-github-trypeach-io-mcp - io.github.virgilvox/furlow-mcp (io.github.virgilvox/furlow-mcp@1.0.1) Author FURLOW Discord bot YAML: validate specs, list actions/events/builtins, scaffold bots. installs: npm:@furlow/mcp detail: https://mcpindex.ai/server/io-github-virgilvox-furlow-mcp - io.github.virtualsms-io/sms (io.github.virtualsms-io/sms@1.3.1) Real physical SIMs for AI agents: SMS verification and rentals. 145+ countries, 2500+ services. installs: npm:virtualsms-mcp | remote:https://mcp.virtualsms.io/mcp detail: https://mcpindex.ai/server/io-github-virtualsms-io-sms - io.github.voidmobcom/voidmob-mcp (io.github.voidmobcom/voidmob-mcp@1.1.3) Mobile proxies, non-VoIP SMS verifications, dedicated numbers, and global eSIMs for AI agents. installs: npm:@voidmob/mcp detail: https://mcpindex.ai/server/io-github-voidmobcom-voidmob-mcp - io.github.wazionapps/mcp-server (io.github.wazionapps/mcp-server@1.0.1) 244 WhatsApp Business AI tools for messaging, automation, marketing, CRM and Shopify installs: npm:wazion-mcp-server detail: https://mcpindex.ai/server/io-github-wazionapps-mcp-server - wa — safe WhatsApp automation (io.github.yolo-labz/wa@2.2.0) Safety-first WhatsApp tools: draft-gated sends, enforced rate limits, append-only audit. installs: manual detail: https://mcpindex.ai/server/io-github-yolo-labz-wa - io.github.zhugejun/chartone (io.github.zhugejun/chartone@0.1.6) Render themed charts as hosted URLs. Embed in markdown, emails, and Slack. Hosted MCP, zero setup. installs: npm:@chartone/mcp detail: https://mcpindex.ai/server/io-github-zhugejun-chartone - io.guapu/guapu (io.guapu/guapu@1.0.0) CRM AI-native para PYMEs de LATAM: contactos, ventas, cotizaciones, WhatsApp y métricas vía MCP. installs: remote:https://guapu.io/api/mcp detail: https://mcpindex.ai/server/io-guapu-guapu - Pingram (io.pingram/mcp@1.0.0) Send email, SMS & voice and manage delivery via your Pingram account. installs: remote:https://{mcpHost} detail: https://mcpindex.ai/server/io-pingram-mcp - Quackr (io.quackr/quackr@1.0.3) Virtual phone numbers for SMS verification, OTP receipt, and number management. installs: npm:quackr-mcp | remote:https://mcp.quackr.io/ detail: https://mcpindex.ai/server/io-quackr-quackr - io.telemost/telemost-mcp-server (io.telemost/telemost-mcp-server@0.2.2) Telegram channel analytics and statistics for AI agents, pay-per-call in USDC via x402. installs: npm:telemost-mcp-server | remote:https://api.telemost.io/mcp detail: https://mcpindex.ai/server/io-telemost-telemost-mcp-server - io.tooloracle/tonoracle (io.tooloracle/tonoracle@1.0.0) TONOracle - 11 TON tools: jettons, Telegram payments, validators, smart contracts. installs: remote:https://tooloracle.io/ton/mcp/ detail: https://mcpindex.ai/server/io-tooloracle-tonoracle - io.usefulapi/bird (io.usefulapi/bird@1.0.1) Read SMS, WhatsApp, email, contacts and audiences from your Bird workspace, plus safe CRM writes. installs: remote:https://bird.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-bird - io.usefulapi/simpletexting (io.usefulapi/simpletexting@1.0.0) Send SMS/MMS, manage contacts, and read campaigns, messages and media on SimpleTexting. installs: remote:https://simpletexting.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-simpletexting - EnvoiSMS (ma.envoisms/envoisms@1.0.0) Send SMS/WhatsApp and verify OTP codes in Morocco (+212) and worldwide. Direct carrier routing. installs: remote:https://api.envoisms.ma/v1/mcp detail: https://mcpindex.ai/server/ma-envoisms-envoisms - net.memberpass/mcp (net.memberpass/mcp@1.0.0) MemberPass MCP — manage projects, plans, members, payments, and analytics for Telegram creators. installs: remote:https://mcp.memberpass.net detail: https://mcpindex.ai/server/net-memberpass-mcp - QR Rápido (site.qrrapido/qr-generator@1.0.0) Generate QR codes for URLs, PIX, Wi-Fi, vCards, WhatsApp and more. For AI agents. installs: remote:https://qrrapido.site/api/mcp detail: https://mcpindex.ai/server/site-qrrapido-qr-generator - WhaTools — WhatsApp tools (tools.wha/whatsapp-tools@0.74.0) WhatsApp tools: wa.me links, QR codes, share widgets, phone validation, API rate card & limits. installs: remote:https://wha.tools/api/mcp detail: https://mcpindex.ai/server/tools-wha-whatsapp-tools - SIMcloud (za.co.simcloud/simcloud@0.2.0) South African MCP server for airtime, data, SMS, VAS, electricity, balance, and network lookup. installs: remote:https://simcloud.co.za/api/mcp.php detail: https://mcpindex.ai/server/za-co-simcloud-simcloud ## CRM & Sales (113) - Cirra AI Salesforce Admin MCP Server (ai.cirra/salesforce-mcp@1.0.2) Comprehensive Salesforce administration and management installs: remote:https://mcp.cirra.ai/sfdc/mcp detail: https://mcpindex.ai/server/ai-cirra-salesforce-mcp - D50 AI — Sales, Marketing & Hiring Automation (ai.d50/d50-platform@1.0.0) 246 tools to run sales, marketing & hiring: CRM, leads, AI calling, content, recruiting & SEO. installs: remote:https://app.d50.ai/api/mcp detail: https://mcpindex.ai/server/ai-d50-d50-platform - Searcher OS (ai.searcheros/searcher-os@1.0.1) AI agent access to your Searcher OS deal feed, pipeline, buy boxes, CIM analysis, and broker CRM. installs: remote:https://searcheros.ai/api/mcp/mcp detail: https://mcpindex.ai/server/ai-searcheros-searcher-os - ai.smithery/Funding-Machine-ghl-mcp-fundingmachine (ai.smithery/Funding-Machine-ghl-mcp-fundingmachine@1.0.0) Automate GoHighLevel across CRM, messaging, calendars, marketing, e-commerce, and billing. Manage… installs: remote:https://server.smithery.ai/@Funding-Machine/ghl-mcp-fundingmachine/mcp detail: https://mcpindex.ai/server/ai-smithery-funding-machine-ghl-mcp-fundingmachine - ai.smithery/kaszek-kaszek-attio-mcp (ai.smithery/kaszek-kaszek-attio-mcp@0.2.0) Automate Attio CRM workflows with fast search and bulk operations across companies, people, deals,… installs: remote:https://server.smithery.ai/@kaszek/kaszek-attio-mcp/mcp detail: https://mcpindex.ai/server/ai-smithery-kaszek-kaszek-attio-mcp - ai.smithery/kesslerio-attio-mcp-server (ai.smithery/kesslerio-attio-mcp-server@1.1.1) Connect AI to your Attio CRM. Manage contacts, companies, deals, and sales pipelines. Create tasks… installs: remote:https://server.smithery.ai/@kesslerio/attio-mcp-server/mcp detail: https://mcpindex.ai/server/ai-smithery-kesslerio-attio-mcp-server - ai.smithery/kodey-ai-salesforce-mcp (ai.smithery/kodey-ai-salesforce-mcp@1.0.0) Run SOQL queries to explore and retrieve Salesforce data. Inspect records, fields, and relationshi… installs: remote:https://server.smithery.ai/@kodey-ai/salesforce-mcp/mcp detail: https://mcpindex.ai/server/ai-smithery-kodey-ai-salesforce-mcp - ai.smithery/kodey-ai-salesforce-mcp-kodey (ai.smithery/kodey-ai-salesforce-mcp-kodey@1.0.0) Run SOQL queries against your Salesforce org to explore and retrieve data. Quickly iterate on filt… installs: remote:https://server.smithery.ai/@kodey-ai/salesforce-mcp-kodey/mcp detail: https://mcpindex.ai/server/ai-smithery-kodey-ai-salesforce-mcp-kodey - ai.smithery/kodey-ai-salesforce-mcp-minimal (ai.smithery/kodey-ai-salesforce-mcp-minimal@1.0.0) Run SOQL queries to explore and retrieve Salesforce data. Access accounts, contacts, opportunities… installs: remote:https://server.smithery.ai/@kodey-ai/salesforce-mcp-minimal/mcp detail: https://mcpindex.ai/server/ai-smithery-kodey-ai-salesforce-mcp-minimal - ai.smithery/kodey-ai-salesforce-mcp-server (ai.smithery/kodey-ai-salesforce-mcp-server@1.0.0) Run SOQL queries against your Salesforce org to retrieve records and insights. Explore objects, fi… installs: remote:https://server.smithery.ai/@kodey-ai/salesforce-mcp-server/mcp detail: https://mcpindex.ai/server/ai-smithery-kodey-ai-salesforce-mcp-server - ai.vruum/mcp (ai.vruum/mcp@0.3.0) Vruum AI revenue platform — outbound, deals, pipeline & CRM automation over one MCP. installs: npm:@vruum/mcp | remote:https://api.vruum.ai/mcp detail: https://mcpindex.ai/server/ai-vruum-mcp - EVERJUST (app.everjust/mcp@2.0.0) Operate your EVERJUST workspace: CRM, sales, projects, mail, documents, calendar, invoicing. installs: remote:https://{workspace}.everjust.app/mcp detail: https://mcpindex.ai/server/app-everjust-mcp - Joinways (app.joinways/joinways@1.0.0) Event venue CRM — manage inquiries, quotes, events and availability from any AI agent installs: remote:https://mcp.joinways.app/mcp detail: https://mcpindex.ai/server/app-joinways-joinways - Fikst (cloud.fikst/crm@1.0.0) CRM and field service for Dutch installation companies. Configure your whole environment. installs: remote:https://mcp.fikst.cloud/mcp detail: https://mcpindex.ai/server/cloud-fikst-crm - cloud.serpent/salesforce-devops (cloud.serpent/salesforce-devops@1.0.0) Plan Salesforce deploys, open pull requests and trigger pipelines from your AI client. installs: remote:https://mcp.serpent.cloud/mcp detail: https://mcpindex.ai/server/cloud-serpent-salesforce-devops - NexaLink — Digital Business Card & Personal CRM (co.nexalink/manage@1.0.0) NexaLink digital business card & personal CRM — edit your card and capture contacts via MCP. installs: remote:https://nexalink.co/api/mcp detail: https://mcpindex.ai/server/co-nexalink-manage - com.apideck/mcp (com.apideck/mcp@0.1.13) Apideck Unified API MCP — 330 tools across 200+ SaaS connectors (accounting, CRM, HRIS, ATS). installs: npm:@apideck/mcp | remote:https://mcp.apideck.dev/mcp detail: https://mcpindex.ai/server/com-apideck-mcp - Atlasemoji (com.atlasemoji/mcp@0.1.0) AI-ready GIS, geofencing, DataSynch, CRM, inventory, routing, APIs, telemetry and workflows. installs: remote:https://atlasemoji.com/api/mcp detail: https://mcpindex.ai/server/com-atlasemoji-mcp - com.close/close-mcp (com.close/close-mcp@1.0.1) Close CRM to manage your sales pipeline. Learn more at https://close.com or https://mcp.close.com installs: remote:https://mcp.close.com/mcp detail: https://mcpindex.ai/server/com-close-close-mcp - Coordinalo — Service Business Operations (com.coordinalo/mcp-server@4.1.1) Scheduling, availability, clients, billing and CRM for appointment-based services. installs: remote:https://coordinalo.com/api/mcp detail: https://mcpindex.ai/server/com-coordinalo-mcp-server - com.getmunin/munin (com.getmunin/munin@4.80.1) Open-source all-in-one MCP-first customer platform: KB, Conversations, CRM, CMS, Outreach, Analytics installs: remote:https://mcp.getmunin.com/mcp detail: https://mcpindex.ai/server/com-getmunin-munin - com.leadmarina/leadmarina (com.leadmarina/leadmarina@1.2.0) Verified local-business leads: search any niche + city, query your library, export to your CRM. installs: remote:https://leadmarina.com/api/mcp detail: https://mcpindex.ai/server/com-leadmarina-leadmarina - com.mambabuilt/mcp-gtm-tech-stack-signal-scraper (com.mambabuilt/mcp-gtm-tech-stack-signal-scraper@1.0.5) Detects a company CRM, sequencer, and marketing automation from its public website. Clay-ready. installs: npm:@mambalabsdev/mcp-gtm-tech-stack-signal-scraper detail: https://mcpindex.ai/server/com-mambabuilt-mcp-gtm-tech-stack-signal-scraper - Markifact: AI Performance Marketing (com.markifact/mcp@1.0.0) AI marketing agent for Google Ads, Meta, GA4, TikTok, LinkedIn, Shopify, HubSpot and more. installs: remote:https://api.markifact.com/mcp detail: https://mcpindex.ai/server/com-markifact-mcp - MustertheForce MCP (com.mustertheforce/mcp@1.0.0) Salesforce-grounded retrieval, diagnoses, and a vetted-Force marketplace for MCP clients. installs: remote:https://mcp.mustertheforce.com/mcp detail: https://mcpindex.ai/server/com-mustertheforce-mcp - Obriym CRM (com.obriym-crm/mcp@1.3.5) Operate Obriym CRM from your AI assistant: leads, deals, orders, products, dashboard, reports. installs: remote:https://obriym-crm.com/api/mcp detail: https://mcpindex.ai/server/com-obriym-crm-mcp - Relm CRM (com.relmcrm/relm@0.10.0) API-first CRM for LLMs - contacts, companies, deals and activities over a native MCP server. installs: remote:https://api.relmcrm.com/mcp detail: https://mcpindex.ai/server/com-relmcrm-relm - RevOrbit CRM (com.revorbit/crm@1.0.0) Search, summarize, and update your RevOrbit CRM (leads, deals, contacts, tasks) in plain language. installs: remote:https://crm.revorbit.com/api/mcp detail: https://mcpindex.ai/server/com-revorbit-crm - Signed (com.signed/signed@1.0.0) Angel investor portfolio, startup deal pipeline, and CRM data from your Signed account. installs: remote:https://mcp.signed.com detail: https://mcpindex.ai/server/com-signed-signed - Snitcher (com.snitcher/snitcher@1.1.0) Identify companies visiting your website: organisations, contacts, segments, tags, CRM sync. installs: remote:https://app.snitcher.com/mcp/snitcher detail: https://mcpindex.ai/server/com-snitcher-snitcher - Perfex CRM (com.themesic/perfex-crm@3.1.0) Read and write a self-hosted Perfex CRM from an AI agent: 148 permission-filtered tools. installs: remote:https://{perfex_host}/api/mcp detail: https://mcpindex.ai/server/com-themesic-perfex-crm - Vendo AI (com.vendo-ai/vendo-ai@1.0.0) Autonomous AI sales: agents, signal-based prospecting, outreach, CRM — 149 tools. installs: remote:https://api.vendo-ai.com/mcp detail: https://mcpindex.ai/server/com-vendo-ai-vendo-ai - LinkedIn MCP Server (Salesbot) (cz.salesbot/linkedin-mcp-server@1.0.0) Human-in-the-loop LinkedIn outreach and a built-in sales CRM for AI agents. Safety-gated, anti-spam. installs: remote:https://app.salesbot.cz/api/mcp detail: https://mcpindex.ai/server/cz-salesbot-linkedin-mcp-server - Whatcanido — MCP Server for Service Businesses (dev.whatcanido.www/mcp@0.2.0) Cross-product MCP server for CRM, LeadKit, ProjectKit, Bookio. 10 action types, MIT open spec. installs: remote:https://whatcanido.dev/api/mcp detail: https://mcpindex.ai/server/dev-whatcanido-www-mcp - dev.workers.selbyventurecap.cf-worker/apollo-salesforce-mapper (dev.workers.selbyventurecap.cf-worker/apollo-salesforce-mapper@2.0.0) Apollo->Salesforce Lead mapper. No LLM. Strict-fail required fields. PASS/REPAIR/FAIL verdict. installs: remote:https://cf-worker.selbyventurecap.workers.dev/mcp detail: https://mcpindex.ai/server/dev-workers-selbyventurecap-cf-worker-apollo-salesforce-mapper - io.buildforce/agentic-ops (io.buildforce/agentic-ops@1.1.2) Orchestration & technical-consulting MCP for end-to-end Salesforce, ServiceNow & HubSpot back-end. installs: remote:https://mcp.buildforce.io/mcp detail: https://mcpindex.ai/server/io-buildforce-agentic-ops - io.getcoherence/mcp (io.getcoherence/mcp@0.2.3) Coherence MCP — chat with your CRM's AI agent from Claude, Cursor, and Cline. installs: npm:@coherenceos/mcp-server detail: https://mcpindex.ai/server/io-getcoherence-mcp - Yandex Audience MCP (io.github.A1-x-Tech/mcp-yandex-audience@1.0.0) MCP server for Yandex Audience API: segments (CRM, lookalike, pixel), pixels, grants. installs: npm:mcp-yandex-audience detail: https://mcpindex.ai/server/io-github-a1-x-tech-mcp-yandex-audience - io.github.Anirudhx7/suitecrm-mcp (io.github.Anirudhx7/suitecrm-mcp@5.5.0) Open-source MCP gateway for SuiteCRM - 24 CRM tools, OAuth2/OIDC auth, multi-entity, observability. installs: npm:suitecrm-mcp-gateway detail: https://mcpindex.ai/server/io-github-anirudhx7-suitecrm-mcp - ATLASS OS (io.github.Atlass-OS/atlass-os-mcp@1.0.0) 58 MCP tools for field-service CRM, scheduling and double-entry accounting. Hosted; BYO agent. installs: remote:https://app.atlass-os.com/mcp detail: https://mcpindex.ai/server/io-github-atlass-os-atlass-os-mcp - io.github.CSOAI-ORG/crm-ai-mcp (io.github.CSOAI-ORG/crm-ai-mcp@1.0.11) Crm Ai MCP Server by MEOK AI Labs installs: pypi:crm-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-crm-ai-mcp - HubSpot Integrations MCP (io.github.Centrify-Internal/hubspot-integrations-mcp@1.0.0) MCP server for the HubSpot Integrations Center HubDB: search and retrieve integration data. installs: remote:https://n6k96b1ql7.execute-api.us-west-2.amazonaws.com/prod/ detail: https://mcpindex.ai/server/io-github-centrify-internal-hubspot-integrations-mcp - io.github.Crypto-Goatz/rocket-plus-mcp (io.github.Crypto-Goatz/rocket-plus-mcp@2.1.0) 56+ AI tools for CRM, content, workflows, SkillForge & marketing automation. installs: npm:rocket-plus-mcp detail: https://mcpindex.ai/server/io-github-crypto-goatz-rocket-plus-mcp - FirstTouch (io.github.First-Touch-Inc/mcp@1.0.0) Give AI agents real hands on LinkedIn: sourcing, AI qualification, HubSpot-native attribution. installs: remote:https://mcp.firsttouch.ai detail: https://mcpindex.ai/server/io-github-first-touch-inc-mcp - io.github.Inefavel/sfmc-mcp-server (io.github.Inefavel/sfmc-mcp-server@0.2.1) MCP Server para Salesforce Marketing Cloud: valida queries do Automation Studio antes de rodar. installs: npm:sfmc-mcp-server detail: https://mcpindex.ai/server/io-github-inefavel-sfmc-mcp-server - Apollo.io MCP Server (io.github.Inferensys/apollo-io-mcp@1.0.0) Apollo.io MCP server for prospecting, enrichment, CRM, sequences, and outreach workflows installs: manual detail: https://mcpindex.ai/server/io-github-inferensys-apollo-io-mcp - Maasy — AI Marketing Copilot (io.github.Jbelieve/maasy@1.3.1) AI marketing copilot: brand intelligence, campaigns, content, CRM, SEO, and skills for Claude. installs: npm:@maasy-ai/mcp-server detail: https://mcpindex.ai/server/io-github-jbelieve-maasy - LeadDelta MCP Server (io.github.LeadDelta/mcp-server@1.0.0) MCP server for LeadDelta — manage LinkedIn connections and CRM data via AI assistants. installs: remote:https://mcp.leaddelta.com/mcp detail: https://mcpindex.ai/server/io-github-leaddelta-mcp-server - io.github.PranavNagrecha/sf-intelligence (io.github.PranavNagrecha/sf-intelligence@0.3.0) Offline, read-only MCP knowledge base for one Salesforce org's metadata, deps & impact. installs: npm:sf-intelligence detail: https://mcpindex.ai/server/io-github-pranavnagrecha-sf-intelligence - Provar MCP Server (io.github.ProvarTesting/provar@1.6.5) Provar MCP: AI-powered Salesforce test automation. Generate, validate, migrate, and run tests. installs: npm:@provartesting/provardx-cli detail: https://mcpindex.ai/server/io-github-provartesting-provar - io.github.RCS-kz/bitrix24-mcp (io.github.RCS-kz/bitrix24-mcp@1.0.1) Bitrix24 Cloud MCP server — 45 tools across CRM, Tasks, Deals, Leads, Files, Disk. installs: npm:@rcs-kz/bitrix24-mcp detail: https://mcpindex.ai/server/io-github-rcs-kz-bitrix24-mcp - io.github.RCS-kz/mcp-1c (io.github.RCS-kz/mcp-1c@0.1.0) MCP server for 1C:Enterprise — read+write CRM/ERP through Claude/Cursor/Cline. installs: npm:@rcs-kz/mcp-1c detail: https://mcpindex.ai/server/io-github-rcs-kz-mcp-1c - HubSpot MCP (io.github.Servosity/hubspot-mcp@0.1.1) Every HubSpot Sales Hub feature, plus offline cross-object queries, property-change-history installs: manual detail: https://mcpindex.ai/server/io-github-servosity-hubspot-mcp - Kaseya BMS MCP (io.github.Servosity/kaseya-bms-mcp@0.1.0) CLI and MCP server for Kaseya BMS PSA: tickets, CRM, contracts, finance, and offline analytics. installs: manual detail: https://mcpindex.ai/server/io-github-servosity-kaseya-bms-mcp - io.github.Steveser1989/opc-mcp-server (io.github.Steveser1989/opc-mcp-server@0.3.2) OPC Suite — CRM, sales, inventory, accounting, HRM, payroll, claims, projects from any AI agent. installs: npm:@tsa-ai/opc-mcp-server | remote:https://www.myopc.io/api/mcp detail: https://mcpindex.ai/server/io-github-steveser1989-opc-mcp-server - Historis (io.github.SvenLC/historis@1.4.0) The memory of your business: an event-based CRM your assistant reads and writes, dated and signed. installs: remote:https://api.historis.app/mcp detail: https://mcpindex.ai/server/io-github-svenlc-historis - ThriveStack PLG CRM (io.github.Thrivestack-public/thrivestack-mcp@1.0.0) ThriveStack PLG CRM analytics — query accounts, MAU/MTU, feature adoption, and PLG leads. installs: remote:https://api.app.thrivestack.ai/mcp detail: https://mcpindex.ai/server/io-github-thrivestack-public-thrivestack-mcp - io.github.WillHeadlee/lgl-mcp-server (io.github.WillHeadlee/lgl-mcp-server@1.0.0) MCP server for Little Green Light CRM. Search donors, log gifts, manage groups and contacts. installs: npm:lgl-mcp-server detail: https://mcpindex.ai/server/io-github-willheadlee-lgl-mcp-server - Salesforce AgentForce CKG (io.github.Yarmoluk/ckg-agentforce@0.10.3) Salesforce AgentForce knowledge graph — 40 nodes, Einstein Trust Layer, 11x fewer tokens than RAG. installs: pypi:ckg-agentforce | remote:https://ckg-agentforce.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-yarmoluk-ckg-agentforce - Salesforce Marketing (io.github.ZLeventer/salesforce-marketing-mcp@1.0.1) MCP server for Salesforce — 47 tools for leads, campaigns, pipeline, attribution, and reporting. installs: npm:salesforce-marketing-mcp detail: https://mcpindex.ai/server/io-github-zleventer-salesforce-marketing-mcp - FastMCP seed raise pipeline tracker — syncs from Obsidian CRM, generates meeting (io.github.adelaidasofia/investor-relations-mcp@0.1.0) FastMCP seed raise pipeline tracker — syncs from Obsidian CRM, generates meeting prep, tracks… installs: manual detail: https://mcpindex.ai/server/io-github-adelaidasofia-investor-relations-mcp - Kylas CRM (io.github.akshaykylas94/kylas-crm@1.0.0) MCP server for Kylas CRM: create, search, and manage leads. Requires KYLAS_API_KEY. installs: pypi:kylas-crm-mcp detail: https://mcpindex.ai/server/io-github-akshaykylas94-kylas-crm - io.github.alexboissAV/artefact-revenue-intelligence (io.github.alexboissAV/artefact-revenue-intelligence@0.3.3) Revenue intelligence MCP: RFM analysis, 14.5-point ICP scoring, pipeline health. HubSpot. installs: pypi:artefact-mcp detail: https://mcpindex.ai/server/io-github-alexboissav-artefact-revenue-intelligence - io.github.ashev87/propstack-mcp (io.github.ashev87/propstack-mcp@1.1.0) Connect AI assistants to your Propstack real estate CRM (contacts, properties, deals). installs: npm:propstack-mcp-server detail: https://mcpindex.ai/server/io-github-ashev87-propstack-mcp - Zoho Crm (io.github.asklokesh/zoho-crm-mcp-server@0.1.0) MCP server for Zoho CRM API integration installs: pypi:zoho-crm-mcp-server detail: https://mcpindex.ai/server/io-github-asklokesh-zoho-crm-mcp-server - io.github.astafford8488/pitchiq-mcp (io.github.astafford8488/pitchiq-mcp@0.2.0) Agent-native CRM + get-booked platform. Operate over MCP, or pay per call via x402. No login. installs: remote:https://pitchiq-mcp-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-astafford8488-pitchiq-mcp - Mob (io.github.benkaiser/mob@0.1.0) An AI-first personal CRM you run in natural language: contacts, reminders, notes, and more. installs: remote:https://mobcrm.au/mcp detail: https://mcpindex.ai/server/io-github-benkaiser-mob - Mob (Demo) (io.github.benkaiser/mob-demo@0.1.0) Ephemeral no-signup demo of Mob, an AI-first personal CRM you run in natural language. installs: remote:https://demo.mobcrm.au/mcp detail: https://mcpindex.ai/server/io-github-benkaiser-mob-demo - io.github.boostuagency/boostu-teamleader-mcp (io.github.boostuagency/boostu-teamleader-mcp@2.1.4) MCP server for Teamleader Focus CRM. Use Teamleader in Claude and other AI assistants. installs: npm:boostu-teamleader-mcp detail: https://mcpindex.ai/server/io-github-boostuagency-boostu-teamleader-mcp - io.github.carruda-Global/ecosystem-aec-erp (io.github.carruda-Global/ecosystem-aec-erp@1.0.0) Compliance tools for Dynamics 365, Salesforce, Oracle, SAP and Power BI integrations installs: remote:https://engenheiro-producao-ai.onrender.com/mcp/erp/sse detail: https://mcpindex.ai/server/io-github-carruda-global-ecosystem-aec-erp - Pipedrive CRM (io.github.ckalima/pipedrive-mcp-server@2.5.0) MCP server for Pipedrive CRM. 155 tools for deals, persons, organizations, activities, and more. installs: npm:@ckalima/pipedrive-mcp-server detail: https://mcpindex.ai/server/io-github-ckalima-pipedrive-mcp-server - PropelAgent Studio (io.github.contacto291/propelagent@1.0.0) AI agent platform: manage leads, conversations, bots, calendar and CRM via MCP. installs: remote:https://www.propelagent.studio/api/mcp detail: https://mcpindex.ai/server/io-github-contacto291-propelagent - io.github.energio-es/holded-mcp (io.github.energio-es/holded-mcp@1.5.1) MCP server for Holded — invoicing, accounting, CRM, projects, and team installs: npm:@energio/holded-mcp detail: https://mcpindex.ai/server/io-github-energio-es-holded-mcp - io.github.enzoemir1/leadpipe-mcp (io.github.enzoemir1/leadpipe-mcp@1.4.0) AI lead qualification: ICP filter, 0-100 scoring, Hunter.io enrichment, HubSpot/Pipedrive export. installs: npm:leadpipe-mcp-server detail: https://mcpindex.ai/server/io-github-enzoemir1-leadpipe-mcp - BoondManager MCP Server (io.github.fauguste/boondmanager-mcp-server@2.12.0) MCP Server for BoondManager API - 180 tools, 11 prompts, 22 resources (ERP/CRM) installs: npm:boondmanager-mcp-server detail: https://mcpindex.ai/server/io-github-fauguste-boondmanager-mcp-server - io.github.fernandoludvig/rdstation-crm-mcp (io.github.fernandoludvig/rdstation-crm-mcp@0.2.0) Manage RD Station CRM contacts, deals, tasks and notes, with pipeline health reports installs: npm:rdstation-crm-mcp detail: https://mcpindex.ai/server/io-github-fernandoludvig-rdstation-crm-mcp - Hecher CRM (io.github.growgeltsolutions/hecher-mcp@1.12.01) Hecher CRM for Chabad shluchim — donors, donations, activities, and reports across your Mosads installs: remote:https://api.hecher.app/mcp detail: https://mcpindex.ai/server/io-github-growgeltsolutions-hecher-mcp - io.github.gzlo/rise-mcp (io.github.gzlo/rise-mcp@1.0.3) RISE CRM MCP server — 36 tools across CRM, projects, tickets, finance, sales, HR, and reports. installs: npm:rise-mcp detail: https://mcpindex.ai/server/io-github-gzlo-rise-mcp - Attio MCP Server (io.github.kesslerio/attio-mcp-server@1.6.1) AI-powered Attio CRM access. Manage contacts, companies, deals, tasks, notes and workflows. installs: npm:attio-mcp detail: https://mcpindex.ai/server/io-github-kesslerio-attio-mcp-server - Kylas CRM (io.github.kylastech/kylas-crm@1.0.4) MCP server for Kylas CRM: create, search, and manage leads. Requires KYLAS_API_KEY. installs: pypi:kylas-crm-mcp-server detail: https://mcpindex.ai/server/io-github-kylastech-kylas-crm - Kordic CRM (io.github.meelad-diggit/kordic-crm@1.0.0) CRM integration for leads, pipeline, contacts, accounts, payments, and sales analytics. installs: remote:https://mcp.kordic.io/mcp detail: https://mcpindex.ai/server/io-github-meelad-diggit-kordic-crm - io.github.mgthompo1/anchorr-mcp (io.github.mgthompo1/anchorr-mcp@0.2.0) Agent-native CRM. 25 tools — contacts, deals, sequences, enrichment waterfall, audit log. installs: remote:https://anchorr-mcp.mgthompo.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-mgthompo1-anchorr-mcp - io.github.migmediamarketing-ai/noto-crm (io.github.migmediamarketing-ai/noto-crm@1.1.0) Minimalist CRM with AI agent for freelancers — pricing, features, comparisons installs: npm:noto-crm-mcp-server | remote:https://crm-noto.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-migmediamarketing-ai-noto-crm - HubSpot (io.github.mindstone/mcp-server-hubspot@0.4.1) HubSpot CRM: contacts, deals, tickets, line items, properties, marketing, files, workflows, threads installs: npm:@mindstone/mcp-server-hubspot detail: https://mcpindex.ai/server/io-github-mindstone-mcp-server-hubspot - Salesforce (io.github.mindstone/mcp-server-salesforce@0.2.1) Salesforce CRM MCP server: accounts, contacts, opportunities, leads, tasks, and custom objects installs: npm:@mindstone/mcp-server-salesforce detail: https://mcpindex.ai/server/io-github-mindstone-mcp-server-salesforce - Nevent MCP (io.github.nevent-dev/mcp-nevent@1.7.1) Talk to your live-events CRM (campaigns, analytics, paid ads, segments) in Claude and ChatGPT. installs: npm:mcp-nevent | remote:https://mcp.nevent.ai/mcp detail: https://mcpindex.ai/server/io-github-nevent-dev-mcp-nevent - io.github.nicolascroce/keepsake (io.github.nicolascroce/keepsake@1.7.0) MCP server for Keepsake — the personal CRM for nurturing your relationships installs: npm:keepsake-mcp detail: https://mcpindex.ai/server/io-github-nicolascroce-keepsake - io.github.northrosetech/ghl-mcp-server (io.github.northrosetech/ghl-mcp-server@1.0.1) GoHighLevel CRM for AI agents. 60+ tools for contacts, messaging, calendars, and payments. installs: npm:@northrosetech/ghl-mcp-server detail: https://mcpindex.ai/server/io-github-northrosetech-ghl-mcp-server - Nynch MCP Server (io.github.peterod99/nynch@1.0.0) CRM, relationship intelligence, and multi-agent orchestration for AI agents. installs: remote:https://crcrwtjzqzinfzokianr.supabase.co/functions/v1/mcp-server detail: https://mcpindex.ai/server/io-github-peterod99-nynch - Close Crm (io.github.pipeworx-io/close-crm@0.1.0) Close CRM MCP Pack — wraps the Close (close.com) API v1. installs: remote:https://gateway.pipeworx.io/close-crm/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-close-crm - Hubspot (io.github.pipeworx-io/hubspot@0.1.0) HubSpot MCP Pack installs: remote:https://gateway.pipeworx.io/hubspot/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-hubspot - Leadconnector (io.github.pipeworx-io/leadconnector@0.1.0) LeadConnector / GoHighLevel MCP Pack — wraps the GoHighLevel CRM for AI agents. installs: remote:https://gateway.pipeworx.io/leadconnector/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-leadconnector - Odoo (io.github.pipeworx-io/odoo@0.1.0) Odoo MCP Pack — ERP/CRM via Odoo's external JSON-RPC API. installs: remote:https://gateway.pipeworx.io/odoo/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-odoo - Pipedrive (io.github.pipeworx-io/pipedrive@0.1.0) Pipedrive MCP Pack — wraps the Pipedrive REST API v1 installs: remote:https://gateway.pipeworx.io/pipedrive/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-pipedrive - Salesforce (io.github.pipeworx-io/salesforce@0.1.0) Salesforce MCP Pack installs: remote:https://gateway.pipeworx.io/salesforce/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-salesforce - Zoho_crm (io.github.pipeworx-io/zoho_crm@0.1.0) Zoho CRM MCP Pack — wraps the Zoho CRM API v6 installs: remote:https://gateway.pipeworx.io/zoho_crm/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-zoho-crm - Livespace CRM MCP Server (io.github.proAutomator/livespace-crm-mcp@0.1.1) Unofficial local MCP server for Livespace CRM with read tools and guarded writes. installs: npm:livespace-crm-mcp detail: https://mcpindex.ai/server/io-github-proautomator-livespace-crm-mcp - io.github.semwalajay83-sem/salesforce-metadata-mcp (io.github.semwalajay83-sem/salesforce-metadata-mcp@2.12.0) The only Salesforce MCP with Agentforce, OmniStudio & DevOps Center tools — 228 total. installs: npm:salesforce-metadata-mcp detail: https://mcpindex.ai/server/io-github-semwalajay83-sem-salesforce-metadata-mcp - io.github.signal-found/sf-mcp (io.github.signal-found/sf-mcp@0.1.1) Reddit outreach at scale — find prospects, send 1000s of DMs/day, and manage your CRM via AI agents. installs: pypi:sf-mcp detail: https://mcpindex.ai/server/io-github-signal-found-sf-mcp - io.github.statwonk/decern (io.github.statwonk/decern@1.1.0) MCP server for Decern CRM — contacts, deals, pipelines, tasks, and approvals. installs: pypi:decern-mcp detail: https://mcpindex.ai/server/io-github-statwonk-decern - io.github.taurgis/sfcc-dev-mcp (io.github.taurgis/sfcc-dev-mcp@1.1.0) MCP server for Salesforce B2C Commerce Cloud development assistance installs: npm:sfcc-dev-mcp detail: https://mcpindex.ai/server/io-github-taurgis-sfcc-dev-mcp - StratoForce AI Revenue Intelligence (io.github.tgomolski-lgtm/revenue-intelligence@2.0.0) 15 AI revenue intelligence tools for Salesforce — pipeline, deals, coaching, competitors. installs: remote:https://stratoforce-mcp.stratoforce.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-tgomolski-lgtm-revenue-intelligence - io.github.theYahia/bitrix24-mcp (io.github.theYahia/bitrix24-mcp@1.0.1) MCP server for Bitrix24 CRM — deals, contacts, tasks via webhook API. installs: npm:@theyahia/bitrix24-mcp detail: https://mcpindex.ai/server/io-github-theyahia-bitrix24-mcp - MIND (io.github.theastraway/mind@0.5.4) Personal knowledge graph AI memory. 15 tools, 89 actions. Emotional intelligence, CRM, social. installs: npm:@astramindapp/mcp-server detail: https://mcpindex.ai/server/io-github-theastraway-mind - Salesforce (io.github.wyre-technology/salesforce-mcp@1.0.2) MCP server for Salesforce CRM — Accounts, Contacts, Opportunities, Leads, Cases. installs: docker:ghcr.io/wyre-technology/salesforce-mcp:v1.0.2 detail: https://mcpindex.ai/server/io-github-wyre-technology-salesforce-mcp - Spanning Cloud Backup (io.github.wyre-technology/spanning-mcp@1.1.1) MCP server for Spanning Cloud Backup — M365/GWS/Salesforce backups, restores, audit. installs: docker:ghcr.io/wyre-technology/spanning-mcp:v1.1.1 detail: https://mcpindex.ai/server/io-github-wyre-technology-spanning-mcp - xaffinity MCP (io.github.yaniv-golan/xaffinity-mcp@1.22.0) MCP server for Affinity CRM - entity search, relationship intelligence, and workflow management installs: manual detail: https://mcpindex.ai/server/io-github-yaniv-golan-xaffinity-mcp - StudioMeyer CRM (io.studiomeyer/crm@2.13.0) AI-native CRM. 37 tools: pipeline, leads, health scores, GDPR rights. EU-hosted, free tier. installs: remote:https://crm.studiomeyer.io/mcp detail: https://mcpindex.ai/server/io-studiomeyer-crm - io.usefulapi/pipedrive (io.usefulapi/pipedrive@1.0.0) Read deals, persons, organizations, activities and pipelines; create and update CRM records. installs: remote:https://pipedrive.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-pipedrive - io.usefulapi/twenty (io.usefulapi/twenty@1.0.0) Read people, companies, opportunities, notes and tasks; create and update records in Twenty CRM. installs: remote:https://twenty.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-twenty - Akeda ERP (ru.akeda.erp/akeda-erp@0.1.0) Official Akeda ERP connector for tasks, CRM, chats, documents, finance and operations. installs: remote:https://erp.akeda.ru/mcp detail: https://mcpindex.ai/server/ru-akeda-erp-akeda-erp - GrowthKit Revenue Intelligence (tools.growthkit/revenue-intelligence@1.12.2) Sales intelligence for B2B SMEs — lead scoring, ICP fit, CRM enrichment & writeback. installs: remote:https://mcp.growthkit.tools detail: https://mcpindex.ai/server/tools-growthkit-revenue-intelligence - TriSys (uk.co.trisys/mcp@2026.5.5) AI-powered recruitment CRM — search candidates, companies, vacancies and placements. installs: remote:https://mcp.trisys.co.uk/mcp detail: https://mcpindex.ai/server/uk-co-trisys-mcp ## Databases (262) - Cortex RMCP (ai.dinglebear/cortex@3.13.2) Self-hosted homelab log intelligence over MCP, CLI, and REST with SQLite/FTS. installs: npm:@dinglebear/cortex detail: https://mcpindex.ai/server/ai-dinglebear-cortex - ai.haymon/dbmcp (ai.haymon/dbmcp@0.13.2) Database MCP server for MySQL, MariaDB, PostgreSQL & SQLite with PII redaction and write-prevention installs: docker:ghcr.io/haymon-ai/dbmcp:0.13.2 detail: https://mcpindex.ai/server/ai-haymon-dbmcp - ai.smithery/MisterSandFR-supabase-mcp-selfhosted (ai.smithery/MisterSandFR-supabase-mcp-selfhosted@1.14.1) Manage Supabase projects end to end across database, auth, storage, realtime, and migrations. Moni… installs: remote:https://server.smithery.ai/@MisterSandFR/supabase-mcp-selfhosted/mcp detail: https://mcpindex.ai/server/ai-smithery-mistersandfr-supabase-mcp-selfhosted - ai.smithery/afgong-sqlite-mcp-server (ai.smithery/afgong-sqlite-mcp-server@1.16.0) Explore your Messages SQLite database to browse tables and inspect schemas with ease. Run flexible… installs: remote:https://server.smithery.ai/@afgong/sqlite-mcp-server/mcp detail: https://mcpindex.ai/server/ai-smithery-afgong-sqlite-mcp-server - ai.smithery/cpretzinger-ai-assistant-simple (ai.smithery/cpretzinger-ai-assistant-simple@1.0.0) UPDATED 9/1/2025! NEW TOOLS! Use the Redis Stream tools with n8n MCP Client Node for use anywhere!… installs: remote:https://server.smithery.ai/@cpretzinger/ai-assistant-simple/mcp detail: https://mcpindex.ai/server/ai-smithery-cpretzinger-ai-assistant-simple - ai.smithery/pinion05-supabase-mcp-lite (ai.smithery/pinion05-supabase-mcp-lite@1.0.0) Same functionality, consuming only 1/20 of the context window tokens. installs: remote:https://server.smithery.ai/@pinion05/supabase-mcp-lite/mcp detail: https://mcpindex.ai/server/ai-smithery-pinion05-supabase-mcp-lite - ai.smithery/wgong-sqlite-mcp-server (ai.smithery/wgong-sqlite-mcp-server@1.16.0) Explore, query, and inspect SQLite databases with ease. List tables, preview results, and view det… installs: remote:https://server.smithery.ai/@wgong/sqlite-mcp-server/mcp detail: https://mcpindex.ai/server/ai-smithery-wgong-sqlite-mcp-server - ai.waystation/postgres (ai.waystation/postgres@0.3.1) Connect to your PostgreSQL database to query data and schemas. installs: remote:https://waystation.ai/postgres/mcp detail: https://mcpindex.ai/server/ai-waystation-postgres - ai.waystation/supabase (ai.waystation/supabase@0.3.1) Connect to your Supabase database to query data and schemas. installs: remote:https://waystation.ai/supabase/mcp detail: https://mcpindex.ai/server/ai-waystation-supabase - Philippines Payments (PayMongo — GCash / Maya / cards) (app.wishpool/philippines-payments-mcp@0.2.0) Philippines payments for AI agents — GCash, Maya, cards via PayMongo. Never holds funds. installs: remote:https://mcp-ph.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-philippines-payments-mcp - capital.hove/read-only-local-mysql-mcp-server (capital.hove/read-only-local-mysql-mcp-server@0.1.1) MCP server for read-only MySQL database queries in Claude Desktop installs: npm:@hovecapital/read-only-mysql-mcp-server detail: https://mcpindex.ai/server/capital-hove-read-only-local-mysql-mcp-server - capital.hove/read-only-local-postgres-mcp-server (capital.hove/read-only-local-postgres-mcp-server@0.1.0) MCP server for read-only PostgreSQL database queries in Claude Desktop installs: npm:@hovecapital/read-only-postgres-mcp-server detail: https://mcpindex.ai/server/capital-hove-read-only-local-postgres-mcp-server - capital.hove/read-only-mysql-mcp-server (capital.hove/read-only-mysql-mcp-server@0.1.0) MCP server for read-only MySQL database queries in Claude Desktop installs: manual detail: https://mcpindex.ai/server/capital-hove-read-only-mysql-mcp-server - WaveHouse Cloud (cloud.wavehouse/mcp@1.0.2) Browse, query, and administer your managed WaveHouse + ClickHouse projects (schema, pipes, policy). installs: remote:https://mcp.wavehouse.cloud/mcp detail: https://mcpindex.ai/server/cloud-wavehouse-mcp - co.thinair/data (co.thinair/data@2.1.3) Read-only PostgreSQL, MySQL, SQL Server access via MCP — 24 dialect-aware hosted tools. installs: remote:https://data.thinair.co/mcp detail: https://mcpindex.ai/server/co-thinair-data - Camber - Remote Agentic Data Science (com.cambercloud.camber-mcp/camber-mcp-server@1.0.4) Remote data science agents for Snowflake, Databricks & BigQuery in Claude/Cursor via MCP installs: remote:https://camber-mcp.cambercloud.com/mcp detail: https://mcpindex.ai/server/com-cambercloud-camber-mcp-camber-mcp-server - DataClawe — Database as a Utility (com.dataclawe/dataclawe-mcp@1.1.0) AI-native database utility. Talk to your DB in plain language. No SQL. MySQL & PostgreSQL. installs: remote:https://mcp.dataclawe.com/sse detail: https://mcpindex.ai/server/com-dataclawe-dataclawe-mcp - com.dbtrail/dbtrail (com.dbtrail/dbtrail@0.1.0) MySQL change tracking with instant row-level recovery and forensic attribution for compliance. installs: remote:https://api.dbtrail.com/mcp detail: https://mcpindex.ai/server/com-dbtrail-dbtrail - com.exoquery/mcp-server (com.exoquery/mcp-server@1.0.0) Kotlin compile-time SQL library. Docs, code validation, and SQLite execution tools. installs: remote:https://backend.exoquery.com/mcp detail: https://mcpindex.ai/server/com-exoquery-mcp-server - KIAgent (com.localkiagent/kiagent@0.53.0) Your mail, chats and documents indexed into a local SQLite corpus, served to AI clients over MCP. installs: remote:https://{subdomain}.localkiagent.com/mcp detail: https://mcpindex.ai/server/com-localkiagent-kiagent - PGAuditor (com.mcpgatepro/pgauditor@1.0.0) Hosted MCP server for PostgreSQL diagnostics: slow queries, missing indexes, connection pressure. installs: remote:https://api.mcpgatepro.com/mcp/pgauditor detail: https://mcpindex.ai/server/com-mcpgatepro-pgauditor - nlqdb — analytical memory for AI agents (com.nlqdb/nlqdb@0.1.1) Analytical memory for AI agents: a real Postgres queried in plain English over MCP. One command. installs: remote:https://mcp.nlqdb.com/mcp detail: https://mcpindex.ai/server/com-nlqdb-nlqdb - Run402 (com.run402/mcp@4.16.0) x402 pay-per-call infra for agents: $0.03 image generation, Postgres, auth, storage, functions. installs: npm:run402-mcp | remote:https://mcp.run402.com/mcp detail: https://mcpindex.ai/server/com-run402-mcp - stagenth · 数据工具箱 (com.stagenth/data-kit@1.1.0) Query, join, profile, clean and convert CSV/JSON/Parquet with server-side DuckDB over MCP. installs: remote:https://stagenth.com/mcp/data-kit/ detail: https://mcpindex.ai/server/com-stagenth-data-kit - Supabase (com.supabase/mcp@0.10.0) MCP server for interacting with the Supabase platform installs: npm:@supabase/mcp-server-supabase | remote:https://mcp.supabase.com/mcp detail: https://mcpindex.ai/server/com-supabase-mcp - com.tenantsdb/tenantsdb (com.tenantsdb/tenantsdb@1.0.0) Multi-tenant database orchestration: isolated Postgres, MySQL, MongoDB, Redis tenants on demand. installs: remote:https://api.tenantsdb.com/mcp detail: https://mcpindex.ai/server/com-tenantsdb-tenantsdb - Veto — SQL Safety & Cost Oracle (com.vetosql/veto@0.5.0) Deterministic safety, correctness & cost gate that vets Postgres SQL before your AI agent runs it. installs: remote:https://vetosql.com/mcp detail: https://mcpindex.ai/server/com-vetosql-veto - Aiven MCP (io.aiven/mcp@1.15.2) Provision PostgreSQL, manage Apache Kafka, and deploy apps with Aiven - all from your AI assistant. installs: npm:mcp-aiven | remote:https://mcp.aiven.live/mcp?read_only={read_only}&services_scope={services_scope}&allow_secrets={allow_secrets} detail: https://mcpindex.ai/server/io-aiven-mcp - io.github.AINative-Studio/ainative-postgres-mcp (io.github.AINative-Studio/ainative-postgres-mcp@1.0.1) Zero-config Postgres MCP with auto-provisioning — drop-in for server-postgres. installs: npm:ainative-postgres-mcp detail: https://mcpindex.ai/server/io-github-ainative-studio-ainative-postgres-mcp - MySQL AIops (io.github.AIops-tools/mysql-aiops@0.8.0) Governed MySQL/MariaDB DBA ops: slow-query, lock-wait, replication & fragmentation RCA; 35 tools. installs: pypi:mysql-aiops detail: https://mcpindex.ai/server/io-github-aiops-tools-mysql-aiops - Postgres AIops (io.github.AIops-tools/postgres-aiops@0.9.0) Governed PostgreSQL DBA ops: slow-query RCA, bloat/vacuum & blocking-lock analysis; 35 MCP tools. installs: pypi:postgres-aiops detail: https://mcpindex.ai/server/io-github-aiops-tools-postgres-aiops - Queue AIops (io.github.AIops-tools/queue-aiops@0.8.0) Governed redis + rabbitmq ops: memory/latency/backlog/churn RCA, policies. 28 tools. installs: pypi:queue-aiops detail: https://mcpindex.ai/server/io-github-aiops-tools-queue-aiops - SQL (io.github.Abhishekkumar2021/sql@0.1.0) Read-only SQL querying + schema introspection over Postgres & SQLite, with a gated write mode. installs: npm:@abhishekmcp/sql detail: https://mcpindex.ai/server/io-github-abhishekkumar2021-sql - io.github.Aguantar/clickhouse-dataops-mcp (io.github.Aguantar/clickhouse-dataops-mcp@0.1.1) DataOps ClickHouse MCP server with query optimization and pipeline monitoring installs: pypi:clickhouse-dataops-mcp detail: https://mcpindex.ai/server/io-github-aguantar-clickhouse-dataops-mcp - io.github.Akhilgovind02/india-regulatory-mcp (io.github.Akhilgovind02/india-regulatory-mcp@1.0.1) Search RBI & SEBI circulars, master directions and regulations. Offline SQLite index, no API keys. installs: npm:india-reg-mcp detail: https://mcpindex.ai/server/io-github-akhilgovind02-india-regulatory-mcp - Palace (io.github.AncientiCe/palace-rs@0.12.0) Local-first memory for coding agents — MCP server, single SQLite file, local embeddings installs: manual detail: https://mcpindex.ai/server/io-github-ancientice-palace-rs - Memory Kernel (io.github.Artem362/memory-kernel@0.3.2) Local-first memory for AI agents: SQLite FTS5, deterministic recall, no vector DB, no cloud. installs: pypi:amormorri-memory-kernel detail: https://mcpindex.ai/server/io-github-artem362-memory-kernel - io.github.AshwanthramKL/whoop-mcp (io.github.AshwanthramKL/whoop-mcp@0.8.5) Read-only WHOOP v2 data for MCP clients, with local SQLite cache and CSV/JSONL/Parquet exports. installs: pypi:whoop-mcp detail: https://mcpindex.ai/server/io-github-ashwanthramkl-whoop-mcp - io.github.Avi-Bendetsky/total-recall (io.github.Avi-Bendetsky/total-recall@0.2.3) Persistent, verified, cross-session memory for AI agents. 26 tools. SQLite + sync. installs: npm:@avi-total-recall/total-recall detail: https://mcpindex.ai/server/io-github-avi-bendetsky-total-recall - io.github.BAS-More/total-recall (io.github.BAS-More/total-recall@0.2.4) Persistent, verified, cross-session memory for AI agents. 26 tools. SQLite + sync. installs: npm:@avi-total-recall/total-recall detail: https://mcpindex.ai/server/io-github-bas-more-total-recall - hmem — Humanlike Memory for AI Agents (io.github.Bumblebiber/hmem-mcp@1.6.7) Persistent 5-level hierarchical memory for AI agents. SQLite-backed, lazy-loaded. installs: npm:hmem-mcp detail: https://mcpindex.ai/server/io-github-bumblebiber-hmem-mcp - io.github.Chris221/ftp-ssh-mcp (io.github.Chris221/ftp-ssh-mcp@1.0.2) Work with a remote host over FTP/FTPS/SFTP, SSH, and MySQL. installs: npm:ftp-ssh-mcp detail: https://mcpindex.ai/server/io-github-chris221-ftp-ssh-mcp - ClickHouse (io.github.ClickHouse/mcp-clickhouse@0.4.1) Official ClickHouse MCP server for querying and exploring ClickHouse clusters and chDB. installs: pypi:mcp-clickhouse | docker:ghcr.io/clickhouse/mcp-clickhouse:0.4.1 detail: https://mcpindex.ai/server/io-github-clickhouse-mcp-clickhouse - CPersona (io.github.Cloto-dev/cpersona@2.5.3) Persistent AI memory in one SQLite file: 3-layer hybrid search, confidence scoring, 29 tools. installs: pypi:cpersona detail: https://mcpindex.ai/server/io-github-cloto-dev-cpersona - redm-mcp (io.github.Cmoen11/redm-mcp@0.1.0) RedM / RDR3 docs MCP server: native lookups, semantic search, VORP, RSGCore, oxmysql. installs: remote:https://redm-mcp.fivem.no/mcp detail: https://mcpindex.ai/server/io-github-cmoen11-redm-mcp - io.github.Combjellyshen/zotero-bridge (io.github.Combjellyshen/zotero-bridge@1.0.3) MCP Server for Zotero SQLite Database - collection, tagging, PDF reading and more. installs: npm:zotero-bridge detail: https://mcpindex.ai/server/io-github-combjellyshen-zotero-bridge - PostgreSQL (hardened, read-only) (io.github.Eszetael/postgres-mcp-hardened@0.1.5) Read-only PostgreSQL over MCP. Writes refused at the parsed SQL, plus a READ ONLY transaction. installs: npm:postgres-mcp-hardened | docker:ghcr.io/eszetael/postgres-mcp-hardened:0.1.5 detail: https://mcpindex.ai/server/io-github-eszetael-postgres-mcp-hardened - Serverless-DB-Oracle (io.github.Evozim/serverless-db-oracle@1.0.0) PostgreSQL database administrator with serverless query routing. installs: remote:https://serverless-db-oracle-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-serverless-db-oracle - io.github.Fashad-Ahmed/universal-db-mcp (io.github.Fashad-Ahmed/universal-db-mcp@1.1.2) Security-first MCP server for PostgreSQL, SQLite, MySQL, DuckDB with SQL injection prevention. installs: pypi:universal-db-mcp detail: https://mcpindex.ai/server/io-github-fashad-ahmed-universal-db-mcp - brokre (io.github.Furowu/brokre@0.2.20) AI-safe credential broker for MCP — run saved SSH/MySQL/psql aliases; passwords never reach AI. installs: npm:brokre detail: https://mcpindex.ai/server/io-github-furowu-brokre - MySQL Ops MCP (io.github.GT-dinuo/mysql-ops-mcp@1.0.0) MySQL MCP server: browse schema, query, CRUD. Delete/drop gated by user approval. installs: npm:mysql-ops-mcp detail: https://mcpindex.ai/server/io-github-gt-dinuo-mysql-ops-mcp - RE-call MCP Memory Server (io.github.GiulioDER/re-call@0.9.2) Trustworthy Postgres plus pgvector memory for AI agents. installs: pypi:recall-rag detail: https://mcpindex.ai/server/io-github-giulioder-re-call - io.github.HBarefoot/engram (io.github.HBarefoot/engram@1.6.3) Local-first persistent memory for AI agents — SQLite + local embeddings, MCP-native, no cloud. installs: npm:@hbarefoot/engram detail: https://mcpindex.ai/server/io-github-hbarefoot-engram - io.github.InstaNode-dev/mcp (io.github.InstaNode-dev/mcp@0.7.2) Provision Postgres databases + webhooks from AI coding agents in one HTTP call. installs: npm:@instanode/mcp detail: https://mcpindex.ai/server/io-github-instanode-dev-mcp - PlainQuery | MCP DB Agent (io.github.Jarvis-27/mcp-db-agent@1.0.1) Query PostgreSQL databases in plain English — LLM-generated, safety-validated SQL. installs: remote:https://plainquery.in/mcp/ detail: https://mcpindex.ai/server/io-github-jarvis-27-mcp-db-agent - Raw SQL MCP (io.github.KifoPL/RawSqlMcp@0.1.0) Execute raw SQL queries against SQL Server, SQLite, PostgreSQL, MySQL, and MariaDB. installs: manual detail: https://mcpindex.ai/server/io-github-kifopl-rawsqlmcp - MySQL (security-first) (io.github.Kurok1/mcp-server-mysql@1.3.1) Security-first MySQL MCP server with AST validation, table whitelist, schema resources, and audit. installs: docker:ghcr.io/kurok1/mcp-server-mysql:1.3.1 detail: https://mcpindex.ai/server/io-github-kurok1-mcp-server-mysql - io.github.Melgencer/alpacacloud-mcp (io.github.Melgencer/alpacacloud-mcp@1.4.2) Connect AI agents to Alpaca Cloud: Postgres, Auth, Storage, Sandboxes, and Workflows. installs: npm:@alpacacloud/mcp | remote:https://mcp.alpaca-cloud.com/mcp detail: https://mcpindex.ai/server/io-github-melgencer-alpacacloud-mcp - Cartographer MCP (io.github.Metatronsdoob369/cartographer-mcp@0.1.3) Rule-tiered AST and sqlite-vec capability oracle for A-MEM agent workflows. installs: npm:@joecwales/cartographer-mcp detail: https://mcpindex.ai/server/io-github-metatronsdoob369-cartographer-mcp - Memory Vault (io.github.MihaiBuilds/memory-vault@1.1.0) Local-first AI memory layer with hybrid search. Postgres + pgvector. Self-hosted, MIT. installs: docker:ghcr.io/mihaibuilds/memory-vault-mcp:1.1.0 detail: https://mcpindex.ai/server/io-github-mihaibuilds-memory-vault - io.github.MukundaKatta/sqlfmt-mcp (io.github.MukundaKatta/sqlfmt-mcp@0.1.0) Deterministic SQL formatting across 19 dialects (postgres, mysql, snowflake, bigquery, etc.). installs: npm:@mukundakatta/sqlfmt-mcp detail: https://mcpindex.ai/server/io-github-mukundakatta-sqlfmt-mcp - io.github.Musaraf-M/sentinal-mcp (io.github.Musaraf-M/sentinal-mcp@1.0.0) Redis health, BullMQ queue monitoring, memory analysis, and slow query diagnostics installs: npm:@md-musaraf/sentinal-mcp detail: https://mcpindex.ai/server/io-github-musaraf-m-sentinal-mcp - io.github.NeerajG03/vector-memory (io.github.NeerajG03/vector-memory@0.4.4) Semantic document memory using Redis vector store. Save and recall files with natural language. installs: pypi:mcp-server-vector-memory detail: https://mcpindex.ai/server/io-github-neerajg03-vector-memory - N3MemoryCore Lite (Working Memory) (io.github.NeuralNexusNote/n3mc-workingmemory@1.6.2) Ephemeral 7-day hybrid vector+BM25 working memory, multilingual, backed by Redis Stack. installs: pypi:n3memorycore-mcp-lite detail: https://mcpindex.ai/server/io-github-neuralnexusnote-n3mc-workingmemory - NexQL Postgres MCP (io.github.NexQL-OSS/nexql-mcp@0.2.4) Standalone Postgres MCP server — schema-aware, read-only by default, installable everywhere. installs: npm:nexql-mcp detail: https://mcpindex.ai/server/io-github-nexql-oss-nexql-mcp - dark-memory-mcp (io.github.Opita-Code/dark-memory-mcp@2.13.0) Persistent memory + vibe-loop engine for AI agents. Single Go binary, SQLite-backed, stdio MCP. installs: npm:@opitacode/dark-memory-mcp detail: https://mcpindex.ai/server/io-github-opita-code-dark-memory-mcp - io.github.Optisol-Business/db-metadata-extractor-mcp (io.github.Optisol-Business/db-metadata-extractor-mcp@0.1.6) Extract database metadata from PostgreSQL, Snowflake, SQL Server, BigQuery, and Oracle. installs: pypi:db-metadata-extractor-mcp | docker:docker.io/optisolbusinesssol/db-metadata-extractor-mcp:0.1.6 detail: https://mcpindex.ai/server/io-github-optisol-business-db-metadata-extractor-mcp - Titen Memory (io.github.RamaAditya49/titen-memory@0.7.2) Evidence-grounded agent memory with mandatory provenance, on local SQLite or Cloudflare D1 installs: npm:titen-memory detail: https://mcpindex.ai/server/io-github-ramaaditya49-titen-memory - io.github.RefugeSwordPublishing/taskboard-mcp (io.github.RefugeSwordPublishing/taskboard-mcp@1.0.1) Persistent task board synced across Claude Code and Claude.ai, backed by Supabase. installs: npm:@refugeandsword/taskboard-mcp detail: https://mcpindex.ai/server/io-github-refugeswordpublishing-taskboard-mcp - io.github.Rheopyrin/db-access-mcp (io.github.Rheopyrin/db-access-mcp@0.1.4) MCP server for Postgres/MySQL/Redshift/SQL Server over SSH/SSM tunnels with secret providers. installs: npm:@rheopyrin/db-access-mcp detail: https://mcpindex.ai/server/io-github-rheopyrin-db-access-mcp - io.github.RichardLemmon/agent-team (io.github.RichardLemmon/agent-team@1.5.1) 13 specialized AI agents collaborating via SQLite. 44 MCP tools. One-command install. installs: npm:agent-team-mcp detail: https://mcpindex.ai/server/io-github-richardlemmon-agent-team - Obambu cPanel MCP (io.github.RodrigueDev13/obambu-cpanel-mcp@0.1.2) MCP server exposing cPanel UAPI (domains, DNS, email, MySQL, files) as tools for AI assistants. installs: npm:obambu-cpanel-mcp detail: https://mcpindex.ai/server/io-github-rodriguedev13-obambu-cpanel-mcp - io.github.Ronit-019/finance-intelligence-mcp (io.github.Ronit-019/finance-intelligence-mcp@1.0.0) Personal finance MCP server with budgeting, analytics, and PostgreSQL. installs: pypi:finance-intelligence-mcp detail: https://mcpindex.ai/server/io-github-ronit-019-finance-intelligence-mcp - rmbr (io.github.SRock44/rmbr@0.2.0) Embedded, local-first memory and retrieval for AI agents. One SQLite file, no server, no API key. installs: pypi:rmbr detail: https://mcpindex.ai/server/io-github-srock44-rmbr - Atera MCP (io.github.Servosity/atera-mcp@0.1.0) Every Atera RMM + PSA endpoint, plus a local SQLite mirror that answers fleet-health, SLA, and installs: manual detail: https://mcpindex.ai/server/io-github-servosity-atera-mcp - Autotask MCP (io.github.Servosity/autotask-mcp@0.1.0) Every Autotask entity at the command line, plus a local SQLite mirror that answers ticket-aging installs: manual detail: https://mcpindex.ai/server/io-github-servosity-autotask-mcp - Better Stack MCP (io.github.Servosity/betterstack-mcp@0.1.0) Every Better Stack Uptime feature, plus an offline SQLite mirror and cross-resource fleet analytics installs: manual detail: https://mcpindex.ai/server/io-github-servosity-betterstack-mcp - CIPP MCP (io.github.Servosity/cipp-mcp@0.1.0) First single-binary CLI for CIPP - offline SQLite store, fleet posture analytics, and installs: manual detail: https://mcpindex.ai/server/io-github-servosity-cipp-mcp - ConnectWise Automate MCP (io.github.Servosity/connectwise-automate-mcp@0.1.0) Sync your ConnectWise Automate fleet to local SQLite and answer cross-client RMM questions offline. installs: manual detail: https://mcpindex.ai/server/io-github-servosity-connectwise-automate-mcp - Datto BCDR MCP (io.github.Servosity/datto-bcdr-mcp@0.1.0) Sync your whole Datto BCDR fleet into local SQLite and answer the questions the per-appliance installs: manual detail: https://mcpindex.ai/server/io-github-servosity-datto-bcdr-mcp - Datto RMM MCP (io.github.Servosity/datto-rmm-mcp@0.1.0) Every Datto RMM API operation, plus a local SQLite fleet store and fleet-wide analytics no other installs: manual detail: https://mcpindex.ai/server/io-github-servosity-datto-rmm-mcp - Domotz MCP (io.github.Servosity/domotz-mcp@0.1.0) Every Domotz endpoint, plus a local SQLite fleet mirror that answers cross-site questions. installs: manual detail: https://mcpindex.ai/server/io-github-servosity-domotz-mcp - Hudu MCP (io.github.Servosity/hudu-mcp@0.1.5) Every Hudu cmdlet, plus an offline SQLite mirror, cross-entity audits, and agent-native output no installs: manual detail: https://mcpindex.ai/server/io-github-servosity-hudu-mcp - Huntress MCP (io.github.Servosity/huntress-mcp@0.1.0) Every Huntress endpoint, plus a local SQLite mirror that delivers fleet-wide incident, coverage installs: manual detail: https://mcpindex.ai/server/io-github-servosity-huntress-mcp - IT Glue MCP (io.github.Servosity/itglue-mcp@0.1.0) Every IT Glue resource, plus an offline SQLite mirror, fleet-wide cross-resource search, and installs: manual detail: https://mcpindex.ai/server/io-github-servosity-itglue-mcp - KnowBe4 MCP (io.github.Servosity/knowbe4-mcp@0.1.0) Every KnowBe4 KMSAT reporting feature plus a local SQLite store that answers the cross-client installs: manual detail: https://mcpindex.ai/server/io-github-servosity-knowbe4-mcp - Level MCP (io.github.Servosity/levelio-mcp@0.1.0) Every Level RMM endpoint, plus a local SQLite fleet store and offline cross-entity rollups no Level installs: manual detail: https://mcpindex.ai/server/io-github-servosity-levelio-mcp - Pipedrive MCP (io.github.Servosity/pipedrive-mcp@0.1.0) Full Pipedrive CRUD plus a local SQLite pipeline copy: stale deals, forecasts, aging, dupes, rep installs: manual detail: https://mcpindex.ai/server/io-github-servosity-pipedrive-mcp - QuickBooks Online MCP (io.github.Servosity/quickbooks-mcp@0.1.4) Every QuickBooks Online Accounting entity, plus an offline SQLite mirror and AR/AP aging. installs: manual detail: https://mcpindex.ai/server/io-github-servosity-quickbooks-mcp - Rootly MCP (io.github.Servosity/rootly-mcp@0.1.0) Every Rootly incident, alert, and on-call object as a typed command - plus a local SQLite mirror installs: manual detail: https://mcpindex.ai/server/io-github-servosity-rootly-mcp - runZero MCP (io.github.Servosity/runzero-mcp@0.1.0) Every runZero query, plus a local SQLite copy of your whole attack surface that diffs over time installs: manual detail: https://mcpindex.ai/server/io-github-servosity-runzero-mcp - SentinelOne MCP (io.github.Servosity/sentinelone-mcp@0.1.0) Every SentinelOne v2.1 management endpoint, plus an offline SQLite store and cross-entity analytics installs: manual detail: https://mcpindex.ai/server/io-github-servosity-sentinelone-mcp - Sherweb MCP (io.github.Servosity/sherweb-mcp@0.1.0) Every Sherweb Partner API capability, plus a local SQLite store, offline analytics, and installs: manual detail: https://mcpindex.ai/server/io-github-servosity-sherweb-mcp - SuperOps MCP (io.github.Servosity/superops-mcp@0.1.3) Every SuperOps PSA+RMM entity in your terminal, plus a local SQLite mirror that answers installs: manual detail: https://mcpindex.ai/server/io-github-servosity-superops-mcp - Tactical RMM MCP (io.github.Servosity/tactical-rmm-mcp@0.1.0) Every Tactical RMM endpoint as a typed command, plus an offline SQLite mirror and cross-entity installs: manual detail: https://mcpindex.ai/server/io-github-servosity-tactical-rmm-mcp - Veeam VSPC MCP (io.github.Servosity/veeam-mcp@0.1.0) Sync Veeam Service Provider Console tenants to local SQLite; cross-company backup answers offline. installs: manual detail: https://mcpindex.ai/server/io-github-servosity-veeam-mcp - Xero MCP (io.github.Servosity/xero-mcp@0.1.0) Every Xero Accounting read plus a local SQLite ledger - aging, reconciliation, and GL tie-out installs: manual detail: https://mcpindex.ai/server/io-github-servosity-xero-mcp - BackendGen (io.github.SiTouhemi/backendgen@0.2.2) Validate compact backend specs and generate tested NestJS, Prisma, and PostgreSQL repositories. installs: npm:@2hemi/backendgen-mcp detail: https://mcpindex.ai/server/io-github-sitouhemi-backendgen - Memory Engine MCP (io.github.SimoneB79/memory-engine-mcp@1.5.3) Local-first graph memory for AI assistants with SQLite, semantic search, and MCP tools. installs: docker:ghcr.io/simoneb79/memory-engine-mcp:1.5.3 detail: https://mcpindex.ai/server/io-github-simoneb79-memory-engine-mcp - io.github.SirinivasK/chron (io.github.SirinivasK/chron@0.1.7) Timestamped audit log for every AI conversation — stored locally in SQLite, owned by you. installs: npm:chron-mcp detail: https://mcpindex.ai/server/io-github-sirinivask-chron - io.github.Sisuthros/claude-amplifier (io.github.Sisuthros/claude-amplifier@1.5.3) Persistent memory + decision tracking for Claude across sessions. Local SQLite, no cloud. installs: npm:claude-amplifier detail: https://mcpindex.ai/server/io-github-sisuthros-claude-amplifier - io.github.Skitchy/rekindle (io.github.Skitchy/rekindle@0.2.1) MCP session continuity engine. Boot reports, orientation scoring, and end-session capture. SQLite. installs: npm:rekindle detail: https://mcpindex.ai/server/io-github-skitchy-rekindle - io.github.SnowLeopard-AI/bigquery-mcp (io.github.SnowLeopard-AI/bigquery-mcp@0.1.1) A SnowLeopardAI-managed MCP server that provides access to Google BigQuery data. installs: pypi:sl-bigquery-mcp detail: https://mcpindex.ai/server/io-github-snowleopard-ai-bigquery-mcp - OSS Snowflake MCP Server (io.github.Snowflake-Labs/mcp@1.3.5) MCP Server for Snowflake from Snowflake Labs installs: pypi:snowflake-labs-mcp detail: https://mcpindex.ai/server/io-github-snowflake-labs-mcp - MCP Database Server (io.github.Souhar-dya/mcp-db-server@1.3.1) MCP server for SQLite, PostgreSQL, and MySQL with natural language to SQL and direct SQL tooling. installs: docker:docker.io/souhardyak/mcp-db-server:1.3.1 detail: https://mcpindex.ai/server/io-github-souhar-dya-mcp-db-server - io.github.SurajKGoyal/amnesic (io.github.SurajKGoyal/amnesic@0.2.2) Persistent semantic memory for SQL databases. Postgres, MySQL, MSSQL, SQLite. installs: pypi:amnesic detail: https://mcpindex.ai/server/io-github-surajkgoyal-amnesic - ContextBridge (io.github.ThunderEagle/context-bridge@1.0.2) MCP memory server for AI coding assistants. Windows Service, ONNX embeddings, SQLite vector search. installs: manual detail: https://mcpindex.ai/server/io-github-thundereagle-context-bridge - io.github.TinySuiteHQ/tinycontext (io.github.TinySuiteHQ/tinycontext@0.2.2) Token-light local memory with SQLite hybrid retrieval for MCP agents. installs: pypi:tinysuite-context | docker:docker.io/marcellm01/tinycontext:v0.2.2 detail: https://mcpindex.ai/server/io-github-tinysuitehq-tinycontext - Lific (io.github.VoidNullable/lific@2.5.0) Local-first, lightweight issue tracker. Single binary, SQLite-backed, MCP-native. installs: manual detail: https://mcpindex.ai/server/io-github-voidnullable-lific - io.github.Wangggym/quarry (io.github.Wangggym/quarry@0.2.2) Safety-railed database access for agents: Postgres, MySQL, Redis. Read-only by default. installs: pypi:quarry-db detail: https://mcpindex.ai/server/io-github-wangggym-quarry - lean-memory (io.github.Wuesteon/lean-memory@0.3.0) Embedded, local-first agent memory: one SQLite file per namespace, no server, no cloud. installs: pypi:lean-memory detail: https://mcpindex.ai/server/io-github-wuesteon-lean-memory - Postgres Secured (Aegis Zero-Trust) (io.github.Yash-0620/postgres-mcp-secured@1.0.2) Enterprise PostgreSQL MCP secured by Aegis Zero-Trust to block unauthorized SQL injections. installs: manual detail: https://mcpindex.ai/server/io-github-yash-0620-postgres-mcp-secured - io.github.YawLabs/postgres-mcp (io.github.YawLabs/postgres-mcp@0.10.0) PostgreSQL MCP server - query, schema introspection, explain, and health checks for AI assistants installs: npm:@yawlabs/postgres-mcp detail: https://mcpindex.ai/server/io-github-yawlabs-postgres-mcp - io.github.YawLabs/redis-mcp (io.github.YawLabs/redis-mcp@0.3.0) Read-first Redis MCP: SCAN key explorer, keyspace/TTL/memory/slowlog stats, DBA advisor installs: npm:@yawlabs/redis-mcp detail: https://mcpindex.ai/server/io-github-yawlabs-redis-mcp - Code Index (io.github.achreftlili/code-index@1.0.6) SQLite-backed hybrid (vector + FTS) code search index for Claude Code over MCP. installs: pypi:mcp-code-index detail: https://mcpindex.ai/server/io-github-achreftlili-code-index - Health Data (your own Supabase) (io.github.almostjacked/health-mcp@0.1.3) Your health data (weight, macros, weigh-ins) as MCP tools — in your own Supabase, zero custody. installs: npm:@almostjacked/health-mcp detail: https://mcpindex.ai/server/io-github-almostjacked-health-mcp - ClickHouse (io.github.alyiox/mcp-clickhousex@0.9.0) Read-only MCP server for ClickHouse metadata, parameterized queries, and plan analysis. installs: pypi:mcp-clickhousex detail: https://mcpindex.ai/server/io-github-alyiox-mcp-clickhousex - DBHub Analytics (io.github.amansingh63/dbhub-analytics@0.2.0) MCP server for Databricks, BigQuery, PostgreSQL, MySQL, SQL Server, SQLite, MariaDB installs: npm:dbhub-analytics detail: https://mcpindex.ai/server/io-github-amansingh63-dbhub-analytics - io.github.andezdev/tokenlite-mysql-mcp (io.github.andezdev/tokenlite-mysql-mcp@4.1.0) A secure, efficient, and intelligent MySQL server for the Model Context Protocol installs: npm:@andezdev/tokenlite-mysql-mcp detail: https://mcpindex.ai/server/io-github-andezdev-tokenlite-mysql-mcp - io.github.anup-shesh/garmin-local-mcp (io.github.anup-shesh/garmin-local-mcp@0.1.3) Local-first Garmin data warehouse: sync once to SQLite, analyze trends and correlations offline. installs: pypi:garmin-local-mcp detail: https://mcpindex.ai/server/io-github-anup-shesh-garmin-local-mcp - io.github.argon-lab/argon (io.github.argon-lab/argon@2.0.1) Versioned MongoDB sandboxes for AI agents: branch, time-travel, merge, and undo over MCP. installs: npm:argonctl detail: https://mcpindex.ai/server/io-github-argon-lab-argon - io.github.arifulislamat/database-mcp-mysql (io.github.arifulislamat/database-mcp-mysql@0.4.2) MCP server for MySQL. Read-only by default, row caps, statement timeouts, secrets never logged. installs: npm:@database-mcp/mysql | pypi:database-mcp-mysql detail: https://mcpindex.ai/server/io-github-arifulislamat-database-mcp-mysql - io.github.arifulislamat/database-mcp-postgres (io.github.arifulislamat/database-mcp-postgres@0.4.2) MCP server for PostgreSQL. Read-only by default, row caps, timeouts, secrets never logged. installs: npm:@database-mcp/postgres | pypi:database-mcp-postgres detail: https://mcpindex.ai/server/io-github-arifulislamat-database-mcp-postgres - io.github.arifulislamat/database-mcp-sqlite (io.github.arifulislamat/database-mcp-sqlite@0.4.2) MCP server for SQLite databases. Read-only by default, row caps, statement timeouts. installs: npm:@database-mcp/sqlite | pypi:database-mcp-sqlite detail: https://mcpindex.ai/server/io-github-arifulislamat-database-mcp-sqlite - io.github.arikanatakan/dataxplan-mcp (io.github.arikanatakan/dataxplan-mcp@0.1.0) Read PostgreSQL EXPLAIN plans for AI agents: bottlenecks, estimation errors, fixes, charts. installs: pypi:dataxplan-mcp detail: https://mcpindex.ai/server/io-github-arikanatakan-dataxplan-mcp - Leteo (io.github.asanabrial/leteo@0.1.0) Persistent memory for AI coding agents: one Rust binary, one local SQLite database. installs: manual detail: https://mcpindex.ai/server/io-github-asanabrial-leteo - io.github.atarkowska/fastmcp-sqltools (io.github.atarkowska/fastmcp-sqltools@0.3.0) A MCP server provides SQL database access with support for PostgreSQL, MySQL, and SQLite. installs: pypi:fastmcp-sqltools detail: https://mcpindex.ai/server/io-github-atarkowska-fastmcp-sqltools - io.github.bluwork/mongo-scout-mcp (io.github.bluwork/mongo-scout-mcp@1.0.3) Scout your MongoDB databases with AI - safety features, live monitoring, and data quality installs: npm:mongo-scout-mcp detail: https://mcpindex.ai/server/io-github-bluwork-mongo-scout-mcp - io.github.bluwork/postgres-scout-mcp (io.github.bluwork/postgres-scout-mcp@1.0.3) Scout your PostgreSQL databases with AI - safety features, monitoring, and data quality installs: npm:postgres-scout-mcp detail: https://mcpindex.ai/server/io-github-bluwork-postgres-scout-mcp - io.github.bolnet/memwright (io.github.bolnet/memwright@0.1.3) Embedded memory for AI agents with SQLite, pgvector, and Neo4j graph search. installs: pypi:memwright detail: https://mcpindex.ai/server/io-github-bolnet-memwright - RetentionCheck (io.github.brianfofficial/retentioncheck-mcp-server@0.6.2) Pull churn from Stripe, Postgres, MySQL, or pasted feedback. AI-ranked drivers + fixes. installs: npm:@retentioncheck/mcp-server detail: https://mcpindex.ai/server/io-github-brianfofficial-retentioncheck-mcp-server - io.github.buttonmonkey/mcp-loom (io.github.buttonmonkey/mcp-loom@0.3.2) Stdio MCP proxy: intercepts oversized tool results into a queryable embedded DuckDB. installs: npm:mcp-loom detail: https://mcpindex.ai/server/io-github-buttonmonkey-mcp-loom - DBHub (io.github.bytebase/dbhub@1.2.0) Minimal, token-efficient Database MCP Server for PostgreSQL, MySQL, SQL Server, SQLite, MariaDB installs: npm:@bytebase/dbhub detail: https://mcpindex.ai/server/io-github-bytebase-dbhub - io.github.cloudquery/mcp (io.github.cloudquery/mcp@1.9.0) CloudQuery MCP server for asset inventory data. Supports CLI, PostgreSQL, and Platform modes. installs: manual detail: https://mcpindex.ai/server/io-github-cloudquery-mcp - io.github.cocaxcode/database-mcp (io.github.cocaxcode/database-mcp@0.1.14) MCP server for database connectivity. Multi-DB (PostgreSQL, MySQL, SQLite), 19 tools. installs: npm:@cocaxcode/database-mcp detail: https://mcpindex.ai/server/io-github-cocaxcode-database-mcp - io.github.codeChap/mysql (io.github.codeChap/mysql@0.2.0) MCP server for MySQL/MariaDB — pooled async queries with destructive-query safety installs: manual detail: https://mcpindex.ai/server/io-github-codechap-mysql - LiteScope (io.github.croc100/litescope@0.8.0) Operations toolchain for SQLite, Cloudflare D1 & Turso: inspect, diff, migrate, monitor & repair. installs: npm:litescope detail: https://mcpindex.ai/server/io-github-croc100-litescope - MCP Feed Reader (io.github.crunchtools/feed-reader@0.1.2) RSS/Atom feed reader MCP server with SQLite backend installs: pypi:mcp-feed-reader-crunchtools detail: https://mcpindex.ai/server/io-github-crunchtools-feed-reader - Knowledge Graph RDBMS (io.github.cunicopia-dev/knowledge-graph-rdbms@0.1.9) A label property graph on SQLite/Postgres with multi-ontology routing and a gated MCP server. installs: pypi:knowledge-graph-rdbms detail: https://mcpindex.ai/server/io-github-cunicopia-dev-knowledge-graph-rdbms - io.github.cxk280/locksmith (io.github.cxk280/locksmith@0.1.1) Lints PostgreSQL migrations for dangerous locking operations and suggests safe rewrites. installs: npm:locksmith-mcp detail: https://mcpindex.ai/server/io-github-cxk280-locksmith - io.github.cyanheads/faostat-mcp-server (io.github.cyanheads/faostat-mcp-server@0.2.2) UN FAOSTAT global food & agriculture statistics over a local SQLite mirror, via MCP. installs: npm:@cyanheads/faostat-mcp-server | remote:https://faostat.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-faostat-mcp-server - io.github.cybeleri/database-admin (io.github.cybeleri/database-admin@1.0.1) Database admin MCP: schema inspection, query optimization for PostgreSQL and MySQL installs: npm:database-admin-mcp detail: https://mcpindex.ai/server/io-github-cybeleri-database-admin - io.github.daedalus/mcp-mysql-connector (io.github.daedalus/mcp-mysql-connector@0.1.1) MCP server exposing MySQL database functionalities as tools installs: pypi:mcp-mysql-connector detail: https://mcpindex.ai/server/io-github-daedalus-mcp-mysql-connector - io.github.daedalus/mcp-psycopg2 (io.github.daedalus/mcp-psycopg2@0.1.0) MCP server exposing psycopg2 PostgreSQL database adapter functionality installs: pypi:mcp-psycopg2 detail: https://mcpindex.ai/server/io-github-daedalus-mcp-psycopg2 - io.github.daedalus/mcp-redis-server (io.github.daedalus/mcp-redis-server@0.1.0) MCP server that exposes Redis API to AI models installs: pypi:mcp-redis-server detail: https://mcpindex.ai/server/io-github-daedalus-mcp-redis-server - io.github.daedalus/mcp-sqlite3 (io.github.daedalus/mcp-sqlite3@0.1.3) MCP server exposing sqlite3 library functionality installs: pypi:mcp-sqlite3 detail: https://mcpindex.ai/server/io-github-daedalus-mcp-sqlite3 - io.github.davidmosiah/delx-memory (io.github.davidmosiah/delx-memory@0.2.3) Local-first persistent memory MCP: shared SQLite key/value store, searchable, TTL-aware, secret-safe installs: npm:delx-memory detail: https://mcpindex.ai/server/io-github-davidmosiah-delx-memory - io.github.dbsectrainer/mcp-data-pipeline-connector (io.github.dbsectrainer/mcp-data-pipeline-connector@1.0.0) Universal data connector for CSV, Postgres, and REST APIs via DuckDB installs: npm:mcp-data-pipeline-connector detail: https://mcpindex.ai/server/io-github-dbsectrainer-mcp-data-pipeline-connector - io.github.devopam/mcpg (io.github.devopam/mcpg@0.7.1) Production-grade PostgreSQL MCP server — 254 tools for query, tuning & ops, read-only by default. installs: pypi:mcpg detail: https://mcpindex.ai/server/io-github-devopam-mcpg - Postgres MCP (io.github.edelciomolina/postgres-mcp@1.7.0) PostgreSQL MCP wrapper with .env credential mapping, tool selection, and safe read-only defaults. installs: npm:@edelciomolina/postgres-mcp detail: https://mcpindex.ai/server/io-github-edelciomolina-postgres-mcp - io.github.enessari/metabase-ai-assistant (io.github.enessari/metabase-ai-assistant@3.2.0) MCP Server for Metabase - 111 tools for SQL generation, dashboards & PostgreSQL installs: npm:metabase-ai-assistant detail: https://mcpindex.ai/server/io-github-enessari-metabase-ai-assistant - Nuzo Memory (io.github.fabionfsc/nuzo-memory@1.1.0) Local-first, auditable memory for MCP-compatible AI agents with explicit writes and SQLite storage. installs: npm:@nuzo/memory-mcp detail: https://mcpindex.ai/server/io-github-fabionfsc-nuzo-memory - io.github.florentine-ai/mcp (io.github.florentine-ai/mcp@0.2.1) MCP server for Florentine.ai - Natural language to MongoDB aggregations installs: npm:@florentine-ai/mcp detail: https://mcpindex.ai/server/io-github-florentine-ai-mcp - io.github.gluip/chart-canvas (io.github.gluip/chart-canvas@0.3.2) Create interactive visualizations and query data sources (SQLite, CSV, Parquet, JSON) installs: npm:@gluip/chart-canvas-mcp detail: https://mcpindex.ai/server/io-github-gluip-chart-canvas - io.github.houtini-ai/seo-crawler-mcp (io.github.houtini-ai/seo-crawler-mcp@2.0.1) Crawl and analyse websites for SEO errors using Crawlee with SQLite storage installs: npm:@houtini/seo-crawler-mcp detail: https://mcpindex.ai/server/io-github-houtini-ai-seo-crawler-mcp - io.github.infoinlet-marketplace/mcp-clickhouse (io.github.infoinlet-marketplace/mcp-clickhouse@0.1.1) Read-only ClickHouse for AI agents — analytics queries, table inspection, sizes, health. installs: npm:@infoinlet/mcp-clickhouse detail: https://mcpindex.ai/server/io-github-infoinlet-marketplace-mcp-clickhouse - io.github.infoinlet-marketplace/mcp-mongodb (io.github.infoinlet-marketplace/mcp-mongodb@0.1.1) Read-only MongoDB for AI agents — find, aggregate (no write stages), count, stats. installs: npm:@infoinlet/mcp-mongodb detail: https://mcpindex.ai/server/io-github-infoinlet-marketplace-mcp-mongodb - io.github.infoinlet-marketplace/mcp-mysql (io.github.infoinlet-marketplace/mcp-mysql@0.1.1) Read-only MySQL/MariaDB for AI agents — query, list/describe tables, health. SQL-guarded. installs: npm:@infoinlet/mcp-mysql detail: https://mcpindex.ai/server/io-github-infoinlet-marketplace-mcp-mysql - io.github.infoinlet-marketplace/mcp-postgres-nl-query (io.github.infoinlet-marketplace/mcp-postgres-nl-query@0.1.1) RLS/tenant-aware Postgres for AI agents — schema, read-only SQL, NL→SQL with safety rails. installs: npm:@infoinlet/mcp-postgres-nl-query detail: https://mcpindex.ai/server/io-github-infoinlet-marketplace-mcp-postgres-nl-query - io.github.infoinlet-marketplace/mcp-redis (io.github.infoinlet-marketplace/mcp-redis@0.1.1) Read-only Redis for AI agents — keys, hashes, lists, sets, sorted sets, streams, INFO. installs: npm:@infoinlet/mcp-redis detail: https://mcpindex.ai/server/io-github-infoinlet-marketplace-mcp-redis - PostgreSQL performance Tuner MCP Server (io.github.isdaniel/pgtuner_mcp@0.5.2) provides AI-powered PostgreSQL performance tuning capabilities. installs: pypi:pgtuner-mcp detail: https://mcpindex.ai/server/io-github-isdaniel-pgtuner-mcp - PostgreSQL MCP Server (io.github.itunified-io/postgres@2026.4.10) PostgreSQL MCP Server — 27 tools for queries, schema, CRUD, DBA, HA & server management installs: npm:@itunified.io/mcp-postgres detail: https://mcpindex.ai/server/io-github-itunified-io-postgres - Memory MCP Server (io.github.j0hanz/memory-mcp@1.7.0) SQLite-backed MCP server for persistent memory, full-text retrieval, and graph traversal. installs: npm:@j0hanz/memory-mcp detail: https://mcpindex.ai/server/io-github-j0hanz-memory-mcp - memo (io.github.jagoff/memo@4.9.3) Memory for AI agents — MLX (Apple Silicon) or CPU (Linux), sqlite-vec + BM25, zero cloud. installs: pypi:mlx-memo detail: https://mcpindex.ai/server/io-github-jagoff-memo - io.github.jamjet-labs/engram-server (io.github.jamjet-labs/engram-server@0.5.0) Durable memory for AI agents: fact extraction, hybrid retrieval, temporal graph. SQLite/Postgres. installs: docker:ghcr.io/jamjet-labs/engram-server:0.5.0 detail: https://mcpindex.ai/server/io-github-jamjet-labs-engram-server - io.github.jaylee7777/daemoon (io.github.jaylee7777/daemoon@1.2.0) One PAT, any MCP agent: Vercel, GitHub, Cloudflare, Supabase, GCP — unified dev infra gateway. installs: remote:https://daemoon.dev/api/mcp detail: https://mcpindex.ai/server/io-github-jaylee7777-daemoon - io.github.kalehdoo/warehouse-mcp (io.github.kalehdoo/warehouse-mcp@0.4.2) Production MCP server for Postgres, Oracle, Snowflake, BigQuery, Redshift, DuckDB, MotherDuck. installs: npm:warehouse-mcp detail: https://mcpindex.ai/server/io-github-kalehdoo-warehouse-mcp - io.github.kiki830621/che-apple-mail-mcp (io.github.kiki830621/che-apple-mail-mcp@2.0.1) Apple Mail MCP — 44 tools, SQLite millisecond search, .emlx parser, batch ops installs: manual detail: https://mcpindex.ai/server/io-github-kiki830621-che-apple-mail-mcp - memex (io.github.kioie/memex@0.6.0) Local MCP memory for coding agents. SQLite on your machine — preferences persist across chats. installs: docker:ghcr.io/kioie/memex:0.6.0 detail: https://mcpindex.ai/server/io-github-kioie-memex - Vector DB MCP (io.github.kroq86/vector-db-mcp@0.1.1) Assembly-accelerated DuckDB MCP server for code search, indexing, and symbol lookup. installs: docker:ghcr.io/kroq86/vector-db-mcp:0.1.1 detail: https://mcpindex.ai/server/io-github-kroq86-vector-db-mcp - io.github.kubeshark/mcp (io.github.kubeshark/mcp@53.3.0) Real-time Kubernetes network traffic visibility and API analysis for HTTP, gRPC, Redis, Kafka, DNS. installs: manual detail: https://mcpindex.ai/server/io-github-kubeshark-mcp - io.github.kurovu146/memory-fts (io.github.kurovu146/memory-fts@1.0.1) Long-term memory for Claude Code with SQLite FTS5 search and BM25 ranking installs: npm:claude-memory-fts detail: https://mcpindex.ai/server/io-github-kurovu146-memory-fts - io.github.las7/memharness (io.github.las7/memharness@0.1.2) Bi-temporal, provenance-carrying long-term memory for AI agents, in one SQLite file. installs: npm:@memharness/mcp detail: https://mcpindex.ai/server/io-github-las7-memharness - io.github.leejpsd/nextjs-cache-handler-mcp (io.github.leejpsd/nextjs-cache-handler-mcp@0.1.2) Inspect and operate Next.js Redis caches: health, tag state, SWR simulation, safe invalidation. installs: npm:@leejpsd/nextjs-cache-handler-mcp detail: https://mcpindex.ai/server/io-github-leejpsd-nextjs-cache-handler-mcp - Virtual Filesystem (io.github.lu-zhengda/virtual-fs@0.2.2) PostgreSQL-backed virtual filesystem for agents: session isolation, shared stores, POSIX ops, RLS. installs: npm:mcp-virtual-fs detail: https://mcpindex.ai/server/io-github-lu-zhengda-virtual-fs - io.github.lucasmella-stack/mismem (io.github.lucasmella-stack/mismem@0.2.0) Cooperative persistent memory for LLMs: episodes, memories and traits over SQLite (FTS5, Hebbian) installs: npm:@lucasmella/mismem detail: https://mcpindex.ai/server/io-github-lucasmella-stack-mismem - io.github.madezmedia/acmi-mcp (io.github.madezmedia/acmi-mcp@1.4.0) Persistent agent memory via ACMI — Profile/Signals/Timeline. 16 tools on Upstash Redis. installs: npm:@madezmedia/acmi-mcp | remote:https://server.smithery.ai/@madezmediapartners/acmi-mcp/mcp detail: https://mcpindex.ai/server/io-github-madezmedia-acmi-mcp - io.github.majiayu000/remem (io.github.majiayu000/remem@0.6.67) Local-first automatic memory for Claude Code and Codex: capture, distill, recall from SQLite. installs: npm:@remem-ai/remem detail: https://mcpindex.ai/server/io-github-majiayu000-remem - io.github.marcelo-ochoa/mysql (io.github.marcelo-ochoa/mysql@1.0.7) An MCP server for MySQL databases. installs: npm:@marcelo-ochoa/server-mysql detail: https://mcpindex.ai/server/io-github-marcelo-ochoa-mysql - io.github.marcelo-ochoa/postgres (io.github.marcelo-ochoa/postgres@1.0.8) MCP server for interacting with PostgreSQL databases installs: npm:@marcelo-ochoa/server-postgres detail: https://mcpindex.ai/server/io-github-marcelo-ochoa-postgres - io.github.marekrost/mcp-server-spreadsheet (io.github.marekrost/mcp-server-spreadsheet@0.3.3) MCP server for spreadsheet files (.xlsx, .csv, .ods) - cell-level ops + DuckDB SQL engine. installs: pypi:mcp-server-spreadsheet detail: https://mcpindex.ai/server/io-github-marekrost-mcp-server-spreadsheet - io.github.martymarkenson/postgres-connector (io.github.martymarkenson/postgres-connector@1.0.2) MCP server for querying PostgreSQL databases installs: npm:postgres-connector detail: https://mcpindex.ai/server/io-github-martymarkenson-postgres-connector - MCP TUSS / Rol ANS (io.github.mcpassure/mcp-tuss@0.1.2) Consulta tabelas TUSS da ANS: procedimentos, medicamentos, diárias e taxas via SQLite local. installs: npm:@mcpassure/mcp-tuss detail: https://mcpindex.ai/server/io-github-mcpassure-mcp-tuss - PostgreSQL CVE & Release Intelligence (io.github.meob/pg-cve-mcp@1.0.2) PostgreSQL security for AI agents: CVEs, yanked releases, exploits, and upgrade paths installs: pypi:pg-cve-mcp detail: https://mcpindex.ai/server/io-github-meob-pg-cve-mcp - io.github.mickelsamuel/migrationpilot (io.github.mickelsamuel/migrationpilot@1.5.1) 83 rules to catch dangerous PostgreSQL migrations before production. Lock analysis + auto-fix. installs: npm:migrationpilot detail: https://mcpindex.ai/server/io-github-mickelsamuel-migrationpilot - datamcp — Hosted Model Context Protocol for Databases, APIs, and Agent Memory (io.github.mironovisa/datamcp@0.9.9) PostgreSQL, MySQL, OpenAPI/Swagger, and shared Agent Memory with scoped access. installs: remote:https://api.datamcp.app/api/mcp detail: https://mcpindex.ai/server/io-github-mironovisa-datamcp - pgvector (io.github.mittalpk/pgvector@0.1.0) Similarity search, hybrid search, and index management for pgvector-backed PostgreSQL tables installs: pypi:mcp-server-pgvector detail: https://mcpindex.ai/server/io-github-mittalpk-pgvector - io.github.mongodb-js/mongodb-mcp-server (io.github.mongodb-js/mongodb-mcp-server@2.1.0) MongoDB Model Context Protocol Server installs: npm:mongodb-mcp-server | docker:docker.io/mongodb/mongodb-mcp-server:2.1.0 detail: https://mcpindex.ai/server/io-github-mongodb-js-mongodb-mcp-server - MySQL MCP Server (io.github.musaddiq-dev/mysql-mcp-server@0.1.2) Python MCP server for MySQL database inspection and querying installs: pypi:mdev-mysql-mcp-server detail: https://mcpindex.ai/server/io-github-musaddiq-dev-mysql-mcp-server - PostgreSQL MCP Server (io.github.musaddiq-dev/postgresql-mcp-server@0.1.2) Python MCP server for PostgreSQL database inspection and querying installs: pypi:mdev-postgresql-mcp-server detail: https://mcpindex.ai/server/io-github-musaddiq-dev-postgresql-mcp-server - Apple Health (io.github.neiltron/apple-health-mcp@1.2.1) Query and analyze Apple Health CSV exports using DuckDB. installs: npm:@neiltron/apple-health-mcp detail: https://mcpindex.ai/server/io-github-neiltron-apple-health-mcp - db-mcp (SQLite MCP Server) (io.github.neverinfamous/db-mcp@1.0.2) SQLite MCP server with OAuth 2.1, HTTP/SSE, 122 tools, and smart tool filtering installs: npm:db-mcp | docker:docker.io/writenotenow/db-mcp:v1.0.2 detail: https://mcpindex.ai/server/io-github-neverinfamous-db-mcp - io.github.neverinfamous/mysql-mcp (io.github.neverinfamous/mysql-mcp@1.0.0) Enterprise-grade MySQL MCP Server with OAuth 2.0, 106 tools, and Docker deployment installs: docker:docker.io/writenotenow/mysql-mcp:v1.0.0 detail: https://mcpindex.ai/server/io-github-neverinfamous-mysql-mcp - PostgreSQL MCP Server (io.github.neverinfamous/postgres-mcp@1.0.2) PostgreSQL MCP server with 203 tools, connection pooling, HTTP/SSE, OAuth 2.1, and tool filtering installs: npm:@neverinfamous/postgres-mcp | docker:docker.io/writenotenow/postgres-mcp:v1.0.2 detail: https://mcpindex.ai/server/io-github-neverinfamous-postgres-mcp - PostgreSQL MCP Server (io.github.neverinfamous/postgres-mcp-server@1.2.0) Enterprise PostgreSQL MCP server with 63 tools, 10 resources, 10 prompts for AI-native operations installs: docker:docker.io/writenotenow/postgres-mcp-enhanced:v1.2.0 detail: https://mcpindex.ai/server/io-github-neverinfamous-postgres-mcp-server - io.github.neverinfamous/sqlite-mcp-server (io.github.neverinfamous/sqlite-mcp-server@2.6.3) SQLite MCP server with 73 tools for JSONB, full-text search, geospatial, and analytics. installs: pypi:sqlite-mcp-server-enhanced | docker:docker.io/writenotenow/sqlite-mcp-server:v2.6.3 detail: https://mcpindex.ai/server/io-github-neverinfamous-sqlite-mcp-server - NEXUS AI (io.github.nexusrun/nexus-ai@1.0.2) Deploy full-stack apps (Postgres, Redis, S3, workers, backups) from Claude or curl. 59 MCP tools. installs: remote:https://api.zollo.live/mcp detail: https://mcpindex.ai/server/io-github-nexusrun-nexus-ai - Gnosis MCP (io.github.nicholasglazer/gnosis@0.13.3) Zero-config MCP server for searchable documentation. SQLite or PostgreSQL. installs: pypi:gnosis-mcp detail: https://mcpindex.ai/server/io-github-nicholasglazer-gnosis - io.github.nikitacometa/mnemon-mcp (io.github.nikitacometa/mnemon-mcp@1.0.1) Persistent layered memory for AI agents. SQLite FTS5, fact versioning, zero-cloud. installs: npm:mnemon-mcp detail: https://mcpindex.ai/server/io-github-nikitacometa-mnemon-mcp - Snowflake MCP Server (io.github.nsphung/mcp-snowflake-server@0.14.1) A Snowflake MCP server — SQL queries, schema exploration, and data insights for AI assistants installs: pypi:mcp-snowflake-server-nsp | docker:docker.io/nsphung/mcp-snowflake-server-nsp:0.14.1 detail: https://mcpindex.ai/server/io-github-nsphung-mcp-snowflake-server - Dynoxide (io.github.nubo-db/dynoxide@0.13.0) DynamoDB-compatible database engine in Rust on SQLite, with an MCP server for coding agents. installs: npm:dynoxide | docker:ghcr.io/nubo-db/dynoxide:0.13.0 detail: https://mcpindex.ai/server/io-github-nubo-db-dynoxide - MCP Debug Recorder (io.github.oaslananka/debug-recorder-mcp@1.1.3) Record debug sessions, commands, failed attempts, and successful fixes in local SQLite storage. installs: npm:debug-recorder-mcp detail: https://mcpindex.ai/server/io-github-oaslananka-debug-recorder-mcp - MCP Debug Recorder (io.github.oaslananka/mcp-debug-recorder@1.0.1) Record debug sessions, commands, failed attempts, and successful fixes in local SQLite storage. installs: npm:mcp-debug-recorder detail: https://mcpindex.ai/server/io-github-oaslananka-mcp-debug-recorder - io.github.ofershap/sqlite (io.github.ofershap/sqlite@1.0.1) SQLite MCP — query databases, inspect schemas, explain queries, export data. installs: npm:mcp-sqlite-server detail: https://mcpindex.ai/server/io-github-ofershap-sqlite - io.github.orifisher2/sqlike-mcp (io.github.orifisher2/sqlike-mcp@0.1.1) SQL static analysis & query-equivalence for Postgres, MySQL, SQLite, and SQL Server installs: npm:@sqlike/mcp detail: https://mcpindex.ai/server/io-github-orifisher2-sqlike-mcp - Anamnesis (io.github.oscardvs/anamnesis@0.1.3) Cross-machine, file-first memory for Claude Code: markdown + SQLite FTS5, synced with git installs: pypi:anamnesis-memory detail: https://mcpindex.ai/server/io-github-oscardvs-anamnesis - agentmem (io.github.oxgeneral/agentmem@0.3.0) Lightweight persistent memory for AI agents. Hybrid search. 16 tools. One SQLite file. installs: manual detail: https://mcpindex.ai/server/io-github-oxgeneral-agentmem - io.github.partymola/fitbit-mcp (io.github.partymola/fitbit-mcp@0.5.3) MCP server for the Fitbit Web API with OAuth PKCE, local SQLite cache, and trend analysis. installs: pypi:fitbit-mcp detail: https://mcpindex.ai/server/io-github-partymola-fitbit-mcp - io.github.partymola/withings-mcp (io.github.partymola/withings-mcp@0.4.0) MCP server for the Withings Health API with OAuth, local SQLite cache, and trend analysis. installs: pypi:withings-mcp detail: https://mcpindex.ai/server/io-github-partymola-withings-mcp - io.github.pgEdge/postgres-mcp (io.github.pgEdge/postgres-mcp@1.0.0) Enterprise PostgreSQL MCP server with NL queries, hybrid search (pgvector+BM25), and web UI installs: docker:ghcr.io/pgedge/postgres-mcp:latest detail: https://mcpindex.ai/server/io-github-pgedge-postgres-mcp - VectorCache Semantic Vector Cache (io.github.pgalyen1987/vectorcache@1.0.2) x402-gated semantic vector cache for agent swarms: Redis-backed similarity lookup. Paid in USDC. installs: npm:@nodeproxy/vectorcache detail: https://mcpindex.ai/server/io-github-pgalyen1987-vectorcache - pgtriage (io.github.pgtriage/pgtriage@0.1.2) MCP server for PostgreSQL performance auditing with actionable SQL fixes. installs: pypi:pgtriage detail: https://mcpindex.ai/server/io-github-pgtriage-pgtriage - MCP DB Connect (io.github.phatngoit/mcp-db-connect@0.1.21) MCP server for Oracle, MSSQL, PostgreSQL, MySQL, SQLite, MongoDB, and Qdrant vector search access. installs: npm:mcp-db-connect detail: https://mcpindex.ai/server/io-github-phatngoit-mcp-db-connect - DataLink (io.github.pilat/mcp-datalink@1.2.4) MCP server for secure database access (PostgreSQL, MySQL, SQLite) installs: npm:@pilat/mcp-datalink detail: https://mcpindex.ai/server/io-github-pilat-mcp-datalink - io.github.pragneshbagary/memex (io.github.pragneshbagary/memex@0.1.9) Persistent session memory for Claude Code. Local SQLite, no LLMs, no network. installs: pypi:mcp-memex detail: https://mcpindex.ai/server/io-github-pragneshbagary-memex - io.github.praveen-ilangovan/pensieve (io.github.praveen-ilangovan/pensieve@0.1.0) Manually-triggered, self-organising personal memory for AI agents; SQLite, no vector DB. installs: pypi:pensieve-mcp detail: https://mcpindex.ai/server/io-github-praveen-ilangovan-pensieve - pREST (io.github.prest/prest@0.1.3) Stdio MCP adapter bridging AI clients to pREST’s HTTP /_mcp endpoint for PostgreSQL APIs. installs: docker:ghcr.io/prest/prest-mcp-adapter:0.1.3 detail: https://mcpindex.ai/server/io-github-prest-prest - DBMigratePro Backups (io.github.provydon/dbmigratepro-backups@1.0.0) Encrypted database backups and restore-to-any-host disaster recovery for MySQL and PostgreSQL. installs: remote:https://dbmigratepro.com/mcp detail: https://mcpindex.ai/server/io-github-provydon-dbmigratepro-backups - DBMigratePro Migrations (io.github.provydon/dbmigratepro-migrations@1.0.0) Move a database between providers, or convert MySQL to PostgreSQL, with integrity verified. installs: remote:https://dbmigratepro.com/mcp-migrations detail: https://mcpindex.ai/server/io-github-provydon-dbmigratepro-migrations - io.github.rastogivaibhav/llm-kosh (io.github.rastogivaibhav/llm-kosh@2.1.3) Local-first AI memory cartridge with persistent MCP memory for Claude via SQLite FTS5. installs: pypi:llm-kosh detail: https://mcpindex.ai/server/io-github-rastogivaibhav-llm-kosh - Redis MCP Server (io.github.redis/mcp-redis@0.5.1) Natural language interface designed for agentic applications to manage and search data in Redis. installs: pypi:redis-mcp-server | docker:docker.io/mcp/redis:latest detail: https://mcpindex.ai/server/io-github-redis-mcp-redis - io.github.renanlido/custom-mcp-database (io.github.renanlido/custom-mcp-database@0.6.2) Run alias-based queries against PostgreSQL, MySQL, MongoDB and Oracle without exposing credentials. installs: pypi:custom-mcp-database detail: https://mcpindex.ai/server/io-github-renanlido-custom-mcp-database - io.github.robin-deruyck/mcp-ordali-memory (io.github.robin-deruyck/mcp-ordali-memory@1.0.1) MCP server for Ordali memory: SQLite-backed project memory and governance traces. installs: npm:@rdrco/mcp-ordali-memory detail: https://mcpindex.ai/server/io-github-robin-deruyck-mcp-ordali-memory - io.github.rosch100/mcp-encrypted-sqlite (io.github.rosch100/mcp-encrypted-sqlite@0.4.1) MCP server for encrypted SQLite databases (SQLCipher 4) - Works with MoneyMoney, KeePass and more installs: docker:ghcr.io/rosch100/mcp-encrypted-sqlite:0.4.1 detail: https://mcpindex.ai/server/io-github-rosch100-mcp-encrypted-sqlite - io.github.rosch100/mcp-sqlite (io.github.rosch100/mcp-sqlite@0.2.4) MCP server for SQLCipher 4 encrypted SQLite databases with full CRUD operations and query support installs: docker:ghcr.io/rosch100/mcp-sqlite:0.2.4 detail: https://mcpindex.ai/server/io-github-rosch100-mcp-sqlite - io.github.rzlco666/mcp-sql-rust (io.github.rzlco666/mcp-sql-rust@0.4.0) Token-efficient MCP server for MySQL, PostgreSQL, and SQLite installs: manual detail: https://mcpindex.ai/server/io-github-rzlco666-mcp-sql-rust - io.github.rzlco666/strut-stack-sql (io.github.rzlco666/strut-stack-sql@1.0.4) Token-efficient MCP server for MySQL, PostgreSQL, and SQLite installs: manual detail: https://mcpindex.ai/server/io-github-rzlco666-strut-stack-sql - Berth (io.github.seayniclabs/berth@0.2.1) Database management — query, schema inspection, migrations for PostgreSQL, MySQL, SQLite. installs: pypi:berth-mcp detail: https://mcpindex.ai/server/io-github-seayniclabs-berth - io.github.sebbsssss/clude (io.github.sebbsssss/clude@3.0.4) Portable agent memory anchored on Solana. Local SQLite + vector recall, open export. installs: npm:@clude/sdk detail: https://mcpindex.ai/server/io-github-sebbsssss-clude - SAME - Stateless Agent Memory Engine (io.github.sgx-labs/same@0.12.1) Persistent memory for AI coding agents. Local-first SQLite + vector search. 17 MCP tools. installs: npm:@sgx-labs/same detail: https://mcpindex.ai/server/io-github-sgx-labs-same - io.github.sijunkim/db-gateway (io.github.sijunkim/db-gateway@1.0.4) 145+ tools across 8 databases: MySQL, PostgreSQL, Redshift, MongoDB, Redis, Kafka, and more installs: npm:db-gateway detail: https://mcpindex.ai/server/io-github-sijunkim-db-gateway - io.github.smaniches/alphafold-sovereign-mcp (io.github.smaniches/alphafold-sovereign-mcp@1.4.5) MCP server for AlphaFold and 8 other biomedical data sources with a local SQLite knowledge graph installs: pypi:alphafold-sovereign-mcp detail: https://mcpindex.ai/server/io-github-smaniches-alphafold-sovereign-mcp - DBeast PostgreSQL MCP (io.github.snss10/dbeast@2.0.2) PostgreSQL MCP server for schema, query, health, security, and performance analysis. installs: docker:ghcr.io/snss10/dbeast:2.0.2 detail: https://mcpindex.ai/server/io-github-snss10-dbeast - io.github.sparkvibe-io/memorymesh (io.github.sparkvibe-io/memorymesh@4.1.0) Persistent, zero-dependency AI memory using SQLite. Local-first, cross-tool portable. installs: pypi:memorymesh detail: https://mcpindex.ai/server/io-github-sparkvibe-io-memorymesh - QueryBear (io.github.spencerpauly/querybear@1.0.0) Safe, read-only Postgres and MySQL access for AI agents. Audit log + column-level controls. installs: remote:https://mcp.querybear.com/mcp detail: https://mcpindex.ai/server/io-github-spencerpauly-querybear - io.github.spences10/mcp-sqlite-tools (io.github.spences10/mcp-sqlite-tools@0.0.11) MCP server for local SQLite database operations installs: npm:mcp-sqlite-tools detail: https://mcpindex.ai/server/io-github-spences10-mcp-sqlite-tools - io.github.spranab/saga-mcp (io.github.spranab/saga-mcp@1.5.5) Jira-like project tracker for AI agents with SQLite, full task hierarchy, and dashboard installs: npm:saga-mcp detail: https://mcpindex.ai/server/io-github-spranab-saga-mcp - DB MCP Server (io.github.stucchi/db@1.2.1) Database MCP server for MySQL, PostgreSQL, MongoDB, and SQLite with SSH tunneling support. installs: pypi:db-mcp-server detail: https://mcpindex.ai/server/io-github-stucchi-db - Local Memory (io.github.studiomeyer-io/local-memory-mcp@2.4.3) Persistent local AI memory. SQLite + FTS5 + vector search, knowledge graph. No cloud, no API keys. installs: npm:@studiomeyer/local-memory-mcp detail: https://mcpindex.ai/server/io-github-studiomeyer-io-local-memory-mcp - io.github.teflon07/memkeeper (io.github.teflon07/memkeeper@0.5.3) Local-first memory for AI agents: on-device hybrid retrieval over a single SQLite file. installs: docker:ghcr.io/teflon07/memkeeper:0.5.3 detail: https://mcpindex.ai/server/io-github-teflon07-memkeeper - claude-webcache (io.github.theYahia/claude-webcache@0.1.5) Cross-session WebFetch cache for Claude Code. Unlimited TTL by default, SQLite, MCP plugin. installs: npm:@theyahia/claude-webcache detail: https://mcpindex.ai/server/io-github-theyahia-claude-webcache - io.github.thegoodguysla/myco-brain (io.github.thegoodguysla/myco-brain@1.2.8) Self-hosted, source-traceable memory layer and MCP server for AI agents, on your own Postgres. installs: npm:@mycobrain/mcp-server detail: https://mcpindex.ai/server/io-github-thegoodguysla-myco-brain - io.github.timescale/pg-aiguide (io.github.timescale/pg-aiguide@0.5.1) Comprehensive PostgreSQL documentation and best practices, including ecosystem tools installs: npm:@tigerdata/pg-aiguide | docker:ghcr.io/timescale/pg-aiguide:0.5.1 | remote:https://mcp.tigerdata.com/docs detail: https://mcpindex.ai/server/io-github-timescale-pg-aiguide - io.github.tinhien11/tdai-memory-mcp (io.github.tinhien11/tdai-memory-mcp@0.3.0) Local-first MCP memory server for coding agents. No API key, no cloud. SQLite + FTS5 + sqlite-vec. installs: npm:tdai-memory-mcp detail: https://mcpindex.ai/server/io-github-tinhien11-tdai-memory-mcp - Tribal (io.github.tribal-memory/tribal@0.4.1) Self-hosted semantic memory over MCP for an engineering team's tacit knowledge. Needs Postgres. installs: docker:ghcr.io/tribal-memory/tribal:0.4.1 detail: https://mcpindex.ai/server/io-github-tribal-memory-tribal - io.github.tushariitr-19/patents-mcp (io.github.tushariitr-19/patents-mcp@1.0.0) Patent search and prior art discovery via Google Patents on BigQuery installs: manual detail: https://mcpindex.ai/server/io-github-tushariitr-19-patents-mcp - io.github.ugurcl/dbridge-mcp (io.github.ugurcl/dbridge-mcp@0.7.1) Query SQLite, PostgreSQL, and MySQL in plain language - read-only, with column masking and limits. installs: npm:dbridge-mcp detail: https://mcpindex.ai/server/io-github-ugurcl-dbridge-mcp - io.github.umitkavala/mindpm (io.github.umitkavala/mindpm@1.2.41) Persistent project memory for LLMs via SQLite. Never re-explain your project again. installs: npm:mindpm detail: https://mcpindex.ai/server/io-github-umitkavala-mindpm - io.github.upstash/redis-mcp (io.github.upstash/redis-mcp@0.1.1) Run Redis commands and look up Upstash Redis Search docs against Upstash Redis over HTTP or TCP. installs: npm:@upstash/redis-mcp detail: https://mcpindex.ai/server/io-github-upstash-redis-mcp - io.github.us-all/dbt (io.github.us-all/dbt@1.0.7) dbt MCP — manifest/run_results/sources/catalog parsing + DQ result tables (BigQuery/Postgres) installs: npm:@us-all/dbt-mcp detail: https://mcpindex.ai/server/io-github-us-all-dbt - MCP Local WP (io.github.verygoodplugins/mcp-local-wp@1.1.0) WordPress database access via Local by Flywheel. Execute read-only MySQL queries and inspect schema. installs: npm:@verygoodplugins/mcp-local-wp detail: https://mcpindex.ai/server/io-github-verygoodplugins-mcp-local-wp - io.github.w8s/w8s-astro-mcp (io.github.w8s/w8s-astro-mcp@0.12.0) Natal charts, transits, history, ingress forecasting, aspects, composite & Davison charts — SQLite. installs: pypi:w8s-astro-mcp detail: https://mcpindex.ai/server/io-github-w8s-w8s-astro-mcp - Xata (io.github.xataio/mcp@1.0.0) Xata MCP server lets AI agents interact with your Xata projects, and Postgres database branches. installs: remote:https://api.xata.tech/mcp detail: https://mcpindex.ai/server/io-github-xataio-mcp - io.github.ynishi/mini-app-mcp (io.github.ynishi/mini-app-mcp@0.16.0) Agent-First CRUD store MCP server — 1 daemon per table, schema.yaml driven, SQLite backend installs: docker:ghcr.io/ynishi/mini-app-mcp:0.16.0 detail: https://mcpindex.ai/server/io-github-ynishi-mini-app-mcp - DB Connect MCP (io.github.yugui923/db-connect-mcp@0.3.1) Multi-database MCP server for PostgreSQL, MySQL, and ClickHouse installs: pypi:db-connect-mcp detail: https://mcpindex.ai/server/io-github-yugui923-db-connect-mcp - Orbit (io.orbitapps/mcp@0.1.0) An app builder for agents. Your agent creates screens, a Postgres database, and a live URL. installs: remote:https://mcp.orbitapps.io/mcp detail: https://mcpindex.ai/server/io-orbitapps-mcp - io.prisma/mcp (io.prisma/mcp@1.0.0) MCP server for managing Prisma Postgres. installs: remote:https://mcp.prisma.io/sse detail: https://mcpindex.ai/server/io-prisma-mcp - io.quanti/mcp-server (io.quanti/mcp-server@1.0.0) Query BigQuery, Snowflake, Redshift & Azure Synapse with natural language installs: remote:https://ai.quanti.io/mcp detail: https://mcpindex.ai/server/io-quanti-mcp-server - io.sota/mcp (io.sota/mcp@1.5.0) EU-native PaaS for AI agents — deploy web apps with one sentence, managed Postgres, GDPR by default. installs: npm:@sota-io/mcp | remote:https://mcp.sota.io/mcp detail: https://mcpindex.ai/server/io-sota-mcp - run.onvibe/onvibe (run.onvibe/onvibe@0.1.0) Talk to Claude and get a live web app deployed to a real URL, with Postgres, storage and cron. installs: remote:https://onvibe.run/mcp detail: https://mcpindex.ai/server/run-onvibe-onvibe - Seedfast (st.seedfa/seedfast@2.5.1) Generates relationally valid test data in a PostgreSQL database from its live schema. installs: npm:seedfast detail: https://mcpindex.ai/server/st-seedfa-seedfast - Val Town (town.val/mcp@1.0.0) Deploy serverless TypeScript on Val Town: HTTP vals, cron, SQLite, email, OAuth. installs: remote:https://api.val.town/v3/mcp detail: https://mcpindex.ai/server/town-val-mcp ## Developer Tools (255) - Can I Vibe? — AI coding provider status (ai.canivibe/status@1.0.0) Live status and health checks for AI coding providers: Claude, Cursor, Copilot, Codex and more. installs: remote:https://canivibe.ai/mcp detail: https://mcpindex.ai/server/ai-canivibe-status - ai.clarx/mcp (ai.clarx/mcp@0.2.1) Score agent manifests, generate CI workflows, and pull Clarx scan findings into your IDE. installs: npm:@clarxai/mcp detail: https://mcpindex.ai/server/ai-clarx-mcp - DiagramZu (ai.diagramzu/mcp@0.0.3) Let Claude, Cursor, or ChatGPT author Mermaid diagrams your team can read and share. installs: remote:https://mcp.diagramzu.ai/mcp detail: https://mcpindex.ai/server/ai-diagramzu-mcp - ai.mcpmyadmin/mcpmyadmin (ai.mcpmyadmin/mcpmyadmin@0.6.1) Query 40 databases from Claude, ChatGPT, or Cursor — on any device. Read-only, encrypted, audited. installs: remote:https://mcpmyadmin.ai/mcp detail: https://mcpindex.ai/server/ai-mcpmyadmin-mcpmyadmin - ai.promptarch/mcp (ai.promptarch/mcp@1.1.0) Research-backed linting + generation for agent context files (CLAUDE.md, AGENTS.md, Cursor rules). installs: remote:https://mcp.promptarch.ai/mcp detail: https://mcpindex.ai/server/ai-promptarch-mcp - Rams (ai.rams/rams@1.1.0) Design review for UI code: 291 rules, scored 0-100 with fixes and git-applyable patches. installs: remote:https://worker.rams.ai/mcp detail: https://mcpindex.ai/server/ai-rams-rams - ai.shippp/mcp (ai.shippp/mcp@0.1.1) Deterministic Chakra UI code from your Shippp design files, straight into your IDE agent. installs: npm:@shippp/mcp detail: https://mcpindex.ai/server/ai-shippp-mcp - ai.smithery/DynamicEndpoints-powershell-exec-mcp-server (ai.smithery/DynamicEndpoints-powershell-exec-mcp-server@1.13.1) Execute PowerShell commands securely with controlled timeouts and input validation. Retrieve syste… installs: remote:https://server.smithery.ai/@DynamicEndpoints/powershell-exec-mcp-server/mcp detail: https://mcpindex.ai/server/ai-smithery-dynamicendpoints-powershell-exec-mcp-server - ai.smithery/neverinfamous-memory-journal-mcp (ai.smithery/neverinfamous-memory-journal-mcp@1.0.0) A MCP server built for developers enabling Git based project management with project and personal… installs: remote:https://server.smithery.ai/@neverinfamous/memory-journal-mcp/mcp detail: https://mcpindex.ai/server/ai-smithery-neverinfamous-memory-journal-mcp - ai.usealloy/alloy (ai.usealloy/alloy@1.0.0) Connect Claude, Cursor, Codex, and other AI tools to your robotics mission data. installs: remote:https://aus.usealloy.ai/mcp detail: https://mcpindex.ai/server/ai-usealloy-alloy - app.anakior/atlas-mind (app.anakior/atlas-mind@1.0.8) Self-hosted git-native knowledge base with an MCP endpoint your AI reads, writes and rewinds installs: remote:https://{ATLAS_MCP_URL} detail: https://mcpindex.ai/server/app-anakior-atlas-mind - FAQai (app.faqai/mcp-server@0.5.1) Turn any document into a production-ready RAG dataset from Claude, Cursor, or any MCP host. installs: npm:@faqai/mcp-server detail: https://mcpindex.ai/server/app-faqai-mcp-server - Manawa Terminal (app.manawa/manawa-terminal@1.0.0) Live market data, financial analysis, and portfolio research tools across 10,000+ tickers. installs: remote:https://mcp.manawa.app/mcp detail: https://mcpindex.ai/server/app-manawa-manawa-terminal - MaShop MCP (app.mashop/mcp@0.1.0) Build, deploy and manage MaShop e-commerce projects from Claude, Cursor or any MCP client. installs: remote:https://mcp.mashop.app/mcp detail: https://mcpindex.ai/server/app-mashop-mcp - VibeCom Growth Autopilot (app.vibecom/growth@1.1.0) Marketing autopilot in your IDE. AI turns codebase and context into content for 10+ platforms installs: remote:https://www.vibecom.app/mcp detail: https://mcpindex.ai/server/app-vibecom-growth - ci.git/mymlh-mcp-server (ci.git/mymlh-mcp-server@1.0.0) OAuth-enabled MyMLH MCP server for accessing MyMLH data. installs: remote:https://mymlh-mcp.git.ci/mcp detail: https://mcpindex.ai/server/ci-git-mymlh-mcp-server - Kuailian — publish AI-generated pages to a live URL (cn.3ceng/kuailian@0.1.5) Publish AI-generated web pages to a live, shareable URL from Cursor or Claude Code. installs: npm:@kuailian/mcp-server detail: https://mcpindex.ai/server/cn-3ceng-kuailian - AdButler (com.adbutler/mcp-server@2.4.2) Manage AdButler campaigns, zones, ad items, VAST, and reports from Claude, ChatGPT, and Cursor. installs: npm:@adbutler/mcp-server | remote:https://mcp.adbutler.com/mcp detail: https://mcpindex.ai/server/com-adbutler-mcp-server - com.axiomseal/axiomseal (com.axiomseal/axiomseal@1.1.0) Truth-validated, SHA-512-sealed AI memory for Claude & Cursor. Free tier, OAuth, 38 tools. installs: remote:https://mcp.axiomseal.com/mcp detail: https://mcpindex.ai/server/com-axiomseal-axiomseal - com.b2bware/mcp-server (com.b2bware/mcp-server@1.13.0) B2Bware MCP server — access products, orders and customers from Cursor, Claude, Windsurf and more. installs: remote:https://mcp.b2bware.com/mcp detail: https://mcpindex.ai/server/com-b2bware-mcp-server - Cavuno MCP (com.cavuno/job-board-operator@0.3.1) Connect Claude, Cursor, Codex, and other MCP clients to manage your Cavuno job board. installs: remote:https://mcp.cavuno.com/mcp detail: https://mcpindex.ai/server/com-cavuno-job-board-operator - com.cortex-mem/memory (com.cortex-mem/memory@1.2.5) Shared, persistent memory for AI agents — works with Claude, Kiro, Cursor, or any MCP client. installs: npm:cortex-memory-mcp detail: https://mcpindex.ai/server/com-cortex-mem-memory - com.deepseoanalysis/seo-audit (com.deepseoanalysis/seo-audit@1.0.0) Run SEO + AI-visibility (GEO) audits from Claude, Cursor & other AI clients. installs: remote:https://deepseoanalysis.com/api/mcp detail: https://mcpindex.ai/server/com-deepseoanalysis-seo-audit - Future AGI (com.futureagi/futureagi@1.0.0) Build, test, monitor & improve AI with Future AGI via Claude, Cursor, Windsurf & more. installs: remote:https://api.futureagi.com/mcp detail: https://mcpindex.ai/server/com-futureagi-futureagi - Gluecron (com.gluecron/gluecron@1.0.0) AI-native git hosting — repos, PRs, issues, CI gates, and AI code review over MCP (60 tools). installs: remote:https://gluecron.com/mcp detail: https://mcpindex.ai/server/com-gluecron-gluecron - com.heyoden/mcp (com.heyoden/mcp@1.0.3) Talk to your Oden AI todo and calendar account from Claude Code, Cursor, or any MCP client. installs: npm:@heyoden/mcp detail: https://mcpindex.ai/server/com-heyoden-mcp - LineBreak Gate & Spec Bridge (com.linebreakapp/linebreak-gate@1.10.3) Approved acceptance criteria served over MCP to Claude Code, Cursor, or Codex. Git-only, sealed. installs: pypi:linebreak-gate detail: https://mcpindex.ai/server/com-linebreakapp-linebreak-gate - com.lodekeep/memory (com.lodekeep/memory@1.0.0) Portable memory for AI agents: capture once, recall across Claude, Cursor, and any MCP client. installs: remote:https://lodekeep.com/mcp detail: https://mcpindex.ai/server/com-lodekeep-memory - com.neuroflash/mcp (com.neuroflash/mcp@1.0.0) Create content and test it on a real audience — neuroflash Digital Twins inside Claude & Cursor. installs: remote:https://app.neuroflash.com/api/mcp-server/v1/mcp detail: https://mcpindex.ai/server/com-neuroflash-mcp - Quallaa (com.quallaa/quallaa@1.0.0) Talk to your public-facing AI from any MCP client — Claude, ChatGPT, Cursor, Cline, Windsurf. installs: remote:https://www.quallaa.com/api/mcp detail: https://mcpindex.ai/server/com-quallaa-quallaa - com.themonexus/terminal (com.themonexus/terminal@1.1.0) Live geopolitical and markets intelligence wire: 35k+ wire items, event threads, 55k+ articles. installs: remote:https://terminal.themonexus.com/mcp detail: https://mcpindex.ai/server/com-themonexus-terminal - com.wontopos/mcp (com.wontopos/mcp@1.0.5) Wontopos (WOS) long-term memory (beta) - one memory across Claude Code, Cursor, and your agents. installs: npm:wontopos-mcp detail: https://mcpindex.ai/server/com-wontopos-mcp - dev.metarun/metarun (dev.metarun/metarun@1.0.0) Run App Store Connect from your IDE: pricing, listings, screenshots, releases, AI visibility. installs: remote:https://metarun.dev/api/mcp detail: https://mcpindex.ai/server/dev-metarun-metarun - Axis (dev.useaxis/axis@1.14.2) Coding agents from Claude Code, Cursor and Codex claim jobs and lock files on one shared board. installs: npm:@virsanghavi/axis-server | remote:https://useaxis.dev/api/mcp detail: https://mcpindex.ai/server/dev-useaxis-axis - Ink MCP (ink.ml/ink@1.0.1) Deploy and manage applications, databases, domains, and git repos installs: remote:https://mcp.ml.ink/ detail: https://mcpindex.ai/server/ink-ml-ink - io.flowcontent/mcp-server (io.flowcontent/mcp-server@0.2.1) Connect Claude, Cursor, or any MCP client to your FlowContent account installs: npm:@flowcontent/mcp-server detail: https://mcpindex.ai/server/io-flowcontent-mcp-server - medium-ops (io.github.06ketan/medium-ops@0.1.2) Medium CLI + 23-tool MCP server. Your IDE drafts replies. No API keys. installs: pypi:medium-ops detail: https://mcpindex.ai/server/io-github-06ketan-medium-ops - substack-ops (io.github.06ketan/substack-ops@0.3.5) Substack CLI + 26-tool MCP server. Your IDE drafts replies via propose_reply. No API keys. installs: pypi:substack-ops detail: https://mcpindex.ai/server/io-github-06ketan-substack-ops - io.github.47-ronn/remote-agents (io.github.47-ronn/remote-agents@0.1.37) Control fleets of remote machines via AI agents: exec, files, git, fleet ops, map/reduce. installs: npm:remote-agents detail: https://mcpindex.ai/server/io-github-47-ronn-remote-agents - io.github.78degrees/ghosthunt (io.github.78degrees/ghosthunt@1.0.0) Find every leaked secret on your machine — API keys in .env files, shell history, and configs. installs: npm:ghosthunt detail: https://mcpindex.ai/server/io-github-78degrees-ghosthunt - Rules MCP (io.github.AKR1166/rules-mcp@0.3.1) MCP for rules/skills/knowledge evaluation for Cursor, Claude, VS Code, and Antigravity. installs: npm:@akr1166org/rules-mcp detail: https://mcpindex.ai/server/io-github-akr1166-rules-mcp - io.github.AbYousef739/signalpipe (io.github.AbYousef739/signalpipe@1.5.0) Agentic Reddit/HN buying-signal detection for Claude Code, Cursor, and Windsurf via MCP. installs: remote:https://api.signalpipe.io/mcp detail: https://mcpindex.ai/server/io-github-abyousef739-signalpipe - io.github.Abhishek-B-R/social0-mcp (io.github.Abhishek-B-R/social0-mcp@0.2.1) Post and schedule across 9 social platforms from Claude, Cursor, or ChatGPT. installs: npm:social0-mcp detail: https://mcpindex.ai/server/io-github-abhishek-b-r-social0-mcp - AgenticBI (io.github.AgenticBIHQ/agenticbi-mcp-server@1.0.0) Connect Claude, Cursor, or ChatGPT to your business data. Ask questions, get answers. installs: remote:https://app.agenticbi.com/api/2.0/mcp detail: https://mcpindex.ai/server/io-github-agenticbihq-agenticbi-mcp-server - io.github.Atharva-Jayappa/blast-scope (io.github.Atharva-Jayappa/blast-scope@0.6.1) Contextual blast-radius scoring for shell commands an AI agent is about to run installs: pypi:blast-scope detail: https://mcpindex.ai/server/io-github-atharva-jayappa-blast-scope - io.github.BE-DCE/bedc-mcp (io.github.BE-DCE/bedc-mcp@1.0.2) MCP server for Dual Canvas Execution (DCE) - use with Polsia, Cursor, Claude, and other MCP clients installs: npm:@better-execute/bedc-mcp detail: https://mcpindex.ai/server/io-github-be-dce-bedc-mcp - Hexis (io.github.Bevel-Software/hexis@0.1.0) Git-backed platform for skills, tools, and context for AI agents installs: remote:https://demo.bevel.software/api/mcp detail: https://mcpindex.ai/server/io-github-bevel-software-hexis - Unwritten (io.github.Byggarepop/unwritten@0.4.6) Catches files and C# members you forgot to change, learned from your repo's git history installs: manual detail: https://mcpindex.ai/server/io-github-byggarepop-unwritten - io.github.CSOAI-ORG/git-helper-ai-mcp (io.github.CSOAI-ORG/git-helper-ai-mcp@1.0.4) git-helper-ai-mcp MCP server by MEOK AI Labs installs: pypi:git-helper-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-git-helper-ai-mcp - io.github.ChiragBachani/context-autopilot (io.github.ChiragBachani/context-autopilot@0.6.0) Mines your Claude Code and Cursor sessions into evidence-based CLAUDE.md / AGENTS.md rules. installs: npm:context-autopilot detail: https://mcpindex.ai/server/io-github-chiragbachani-context-autopilot - io.github.Christopher-AS/riv-mcp (io.github.Christopher-AS/riv-mcp@0.1.0) Riv MCP server — a thin shell over the Riv authorization API (authorize, get_activity). installs: npm:@riv-io/mcp detail: https://mcpindex.ai/server/io-github-christopher-as-riv-mcp - Contentrain (io.github.Contentrain/contentrain@2.3.1) Git-native content governance for AI agents — 24 deterministic MCP tools over stdio and HTTP. installs: npm:@contentrain/mcp | remote:https://studio.contentrain.io/api/mcp/v1/{project_id}/mcp detail: https://mcpindex.ai/server/io-github-contentrain-contentrain - io.github.Coolver/home-assistant-mcp (io.github.Coolver/home-assistant-mcp@3.2.12) Vibecode your Home Assistant setup from your IDE: automations, dashboards, themes and configs installs: npm:@coolver/home-assistant-mcp detail: https://mcpindex.ai/server/io-github-coolver-home-assistant-mcp - io.github.CursorTouch/Windows-MCP (io.github.CursorTouch/Windows-MCP@1.0.1) An MCP Server for computer-use in Windows OS installs: pypi:windows-mcp detail: https://mcpindex.ai/server/io-github-cursortouch-windows-mcp - io.github.EthanAckerman-git/preflight-ios-mcp (io.github.EthanAckerman-git/preflight-ios-mcp@1.0.1) 57 tools for AI-powered iOS Simulator automation — tap, swipe, type, screenshots, and more. installs: npm:preflight-ios-mcp detail: https://mcpindex.ai/server/io-github-ethanackerman-git-preflight-ios-mcp - Rule-Porter (io.github.Evozim/rule-porter@1.0.0) Multi-IDE settings translator mapping shortcuts between apps. installs: remote:https://rule-porter-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-rule-porter - Rules-Generator-Pro (io.github.Evozim/rules-gen@1.0.0) Automated .cursorrules and system prompt generator. installs: remote:https://rules-gen-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-rules-gen - Fresh Jots (io.github.Goran-Arsov/freshjots-mcp@0.1.3) Read and write your Fresh Jots notes from Claude, Cursor, and any MCP client. installs: npm:freshjots-mcp | remote:https://freshjots.com/mcp detail: https://mcpindex.ai/server/io-github-goran-arsov-freshjots-mcp - io.github.HurleySk/can-see (io.github.HurleySk/can-see@0.4.0) Let AI agents see and interact with terminal/CLI apps via PNG screenshots installs: npm:can-see detail: https://mcpindex.ai/server/io-github-hurleysk-can-see - io.github.IMRRD/powershell-mcp (io.github.IMRRD/powershell-mcp@0.3.1) Headless Windows ops over MCP: hidden PowerShell + in-process SSH, WinRM & SFTP. installs: npm:powershell-mcp detail: https://mcpindex.ai/server/io-github-imrrd-powershell-mcp - io.github.IamNishant51/atlas-pipeline (io.github.IamNishant51/atlas-pipeline@1.0.2) 7-stage AI pipeline MCP server: Intent→Context→Git→Decompose→Variants→Critique→Optimize installs: npm:atlas-pipeline-mcp detail: https://mcpindex.ai/server/io-github-iamnishant51-atlas-pipeline - Pleasanter MCP (io.github.Implem/pleasanter-mcp@1.0.6) Pleasanter MCP - You can perform data operations on Pleasanter directly from VSCode installs: remote:https://{server_host}/mcp detail: https://mcpindex.ai/server/io-github-implem-pleasanter-mcp - io.github.Intina47/context-sync (io.github.Intina47/context-sync@1.0.1) Universal AI Memory - Sync context across Claude, VsCode, Cursor, Continue, Windsurf, Zed & more installs: npm:@context-sync/server detail: https://mcpindex.ai/server/io-github-intina47-context-sync - io.github.Jacob-J-Thomas/user-prompt (io.github.Jacob-J-Thomas/user-prompt@1.0.2) An MCP server that enables AI agents to ask users clarifying questions via pop-up terminal windows. installs: manual detail: https://mcpindex.ai/server/io-github-jacob-j-thomas-user-prompt - io.github.Jason26214/pwsh-exec-mcp (io.github.Jason26214/pwsh-exec-mcp@1.0.1) A minimal, transparent PowerShell 7 MCP for Windows — one tool: raw exit code, stdout, stderr. installs: pypi:pwsh-exec detail: https://mcpindex.ai/server/io-github-jason26214-pwsh-exec-mcp - Proxy Doctor (io.github.Jiansen/proxy-doctor@0.2.1) Diagnose proxy misconfigurations that break AI coding tools (Cursor, VS Code, Windsurf) installs: pypi:proxy-doctor detail: https://mcpindex.ai/server/io-github-jiansen-proxy-doctor - LeadFoxConnect (io.github.LeadFox-Shay/leadfoxconnect@0.1.0) Marketo MCP server for AI. 130 tools to operate Marketo from Claude, Cursor, or ChatGPT. installs: remote:https://app.leadfoxconnect.com/mcp detail: https://mcpindex.ai/server/io-github-leadfox-shay-leadfoxconnect - AI Site Scorer (io.github.MinglesAI/ai-site-scorer@1.0.0) Check website AI-readiness: Schema.org, llms.txt, E-E-A-T, robots.txt. Works in Cursor & Claude. installs: remote:https://ai-readiness.mingles.ai/api/mcp/ detail: https://mcpindex.ai/server/io-github-minglesai-ai-site-scorer - io.github.MukundaKatta/shellquote-mcp (io.github.MukundaKatta/shellquote-mcp@0.1.0) Safe shell argument escaping for bash, cmd.exe, and PowerShell. installs: npm:@mukundakatta/shellquote-mcp detail: https://mcpindex.ai/server/io-github-mukundakatta-shellquote-mcp - io.github.NORTHTEKDevs/lossless-context-mcp (io.github.NORTHTEKDevs/lossless-context-mcp@1.4.0) Agent context flight recorder: restore after compaction, fan-out packs, signed git-bound receipts. installs: npm:lossless-context-mcp detail: https://mcpindex.ai/server/io-github-northtekdevs-lossless-context-mcp - Pact Tooling (io.github.Pact-Community-Organization/pact@0.2.2) Pact 5 tooling: REPL test runs, trap scanning, gas estimation, interface diff, format checks. installs: npm:@pact-community/mcp-pact detail: https://mcpindex.ai/server/io-github-pact-community-organization-pact - ableton-mind — Ableton Live MCP server (io.github.Pantani/ableton-mind@0.1.1) Control Ableton Live from Claude, Cursor or Codex with LOM tools, device knowledge and recipes. installs: npm:ableton-mind detail: https://mcpindex.ai/server/io-github-pantani-ableton-mind - tdmcp — TouchDesigner MCP server (io.github.Pantani/tdmcp@0.13.1) Build real visual systems in TouchDesigner from plain language with Claude, Cursor or Codex. installs: npm:@dpantani/tdmcp detail: https://mcpindex.ai/server/io-github-pantani-tdmcp - io.github.Pantheon-LadderWorks/omni-scanner (io.github.Pantheon-LadderWorks/omni-scanner@0.7.3) Codebase observatory with 56+ scanners for git health, architecture, and documentation. installs: pypi:omni-governance detail: https://mcpindex.ai/server/io-github-pantheon-ladderworks-omni-scanner - Perseus: MCP server and live context engine (io.github.Perseus-Computing-LLC/perseus@1.0.26) Live context MCP server: resolves git, services, and tests into agent context. Local-first, MIT. installs: pypi:perseus-ctx detail: https://mcpindex.ai/server/io-github-perseus-computing-llc-perseus - Pushary (io.github.Pushary/pushary@1.1.0) Notify me when my agent needs me: approve from my phone, answer questions away from the terminal. installs: remote:https://pushary.com/api/mcp/mcp detail: https://mcpindex.ai/server/io-github-pushary-pushary - Interminal (io.github.QiuwenZheng/interminal@1.0.4) Lightweight MCP server providing terminal access (SSH & local shells) for AI assistants. installs: pypi:mcp-interminal detail: https://mcpindex.ai/server/io-github-qiuwenzheng-interminal - Hindsight MCP (io.github.Rbfinch/hindsight-mcp@0.1.5) MCP server for AI-assisted coding with development history: git, tests, Copilot. installs: manual detail: https://mcpindex.ai/server/io-github-rbfinch-hindsight-mcp - io.github.RohitYajee8076/backburner (io.github.RohitYajee8076/backburner@1.0.0) Run long shell commands as background tasks: start them, keep working, collect the results later installs: pypi:backburner-mcp detail: https://mcpindex.ai/server/io-github-rohityajee8076-backburner - io.github.Sandip124/wisegit (io.github.Sandip124/wisegit@0.1.1) Extracts decision intent from git history and protects intentional code from AI modification. installs: npm:@sandip124/wisegit detail: https://mcpindex.ai/server/io-github-sandip124-wisegit - ConnectWise Manage MCP (io.github.Servosity/connectwise-manage-mcp@0.1.4) Every ConnectWise PSA workflow from the terminal - with a typed conditions query builder, offline installs: manual detail: https://mcpindex.ai/server/io-github-servosity-connectwise-manage-mcp - Cove Data Protection MCP (io.github.Servosity/cove-mcp@0.1.3) Fleet-wide Cove Data Protection backup health, billing, and storage trends from your terminal. installs: manual detail: https://mcpindex.ai/server/io-github-servosity-cove-mcp - Nerdio Manager MCP (io.github.Servosity/nerdio-mcp@0.1.0) The first non-PowerShell client for the Nerdio Manager for MSP API - cross-account AVD fleet installs: manual detail: https://mcpindex.ai/server/io-github-servosity-nerdio-mcp - Proofpoint MCP (io.github.Servosity/proofpoint-mcp@0.1.0) Proofpoint TAP threats, VAPs, clickers, and IOCs from your terminal, with a local threat store. installs: manual detail: https://mcpindex.ai/server/io-github-servosity-proofpoint-mcp - Planform MCP Server (io.github.ShirBarZur/planform-mcp@1.0.7) Create and manage Planform UML diagrams, nodes, and links. For VS Code and Cursor. installs: npm:@shirbarzur/planform-mcp-server detail: https://mcpindex.ai/server/io-github-shirbarzur-planform-mcp - SendIt (io.github.Shree-git/sendit@1.1.0) AI-native social media publishing to LinkedIn, Instagram, Threads, TikTok, and X. installs: remote:https://sendit.infiniteappsai.com/mcp detail: https://mcpindex.ai/server/io-github-shree-git-sendit - Xcode: MCP Bridge Wrapper for Cursor (io.github.SoundBlaster/mcpbridge-wrapper@0.1.6) Python wrapper that makes Xcode's MCP bridge compatible with strict MCP clients like Cursor installs: pypi:mcpbridge-wrapper detail: https://mcpindex.ai/server/io-github-soundblaster-mcpbridge-wrapper - Xcode: MCP Bridge Wrapper for Cursor (io.github.SoundBlaster/xcode-mcpbridge-wrapper@0.4.5) Python wrapper that makes Xcode's MCP bridge compatible with strict MCP clients like Cursor installs: pypi:mcpbridge-wrapper detail: https://mcpindex.ai/server/io-github-soundblaster-xcode-mcpbridge-wrapper - PowerShell Terminal MCP (io.github.TiM00R/powershell-terminal-mcp@0.3.1) Shared AI + user PowerShell session on Windows - execute commands, run scripts, automate your PC installs: pypi:powershell-terminal-mcp detail: https://mcpindex.ai/server/io-github-tim00r-powershell-terminal-mcp - Remote Terminal MCP (io.github.TiM00R/remote-terminal@1.3.3) Complete SSH terminal for Linux with AI/user control and dual-stream visibility installs: pypi:remote-terminal-mcp detail: https://mcpindex.ai/server/io-github-tim00r-remote-terminal - io.github.Vrun-design/openflowkit-mcp (io.github.Vrun-design/openflowkit-mcp@0.1.2) Local-first OpenFlowKit diagramming tools for Claude, Cursor, Windsurf & other MCP clients. installs: npm:@vrun-design/openflowkit-mcp detail: https://mcpindex.ai/server/io-github-vrun-design-openflowkit-mcp - io.github.amenophis1er/elefante (io.github.amenophis1er/elefante@0.1.9) Open, Git-native memory protocol for MCP agents. Portable, versioned, human-editable. installs: npm:elefante-mcp detail: https://mcpindex.ai/server/io-github-amenophis1er-elefante - Cursor Delegate (io.github.andreilungeanu/cursor-delegate-mcp@1.18.1) Bridge AI coding hosts to cursor-agent over the Agent Client Protocol. installs: npm:cursor-delegate-mcp detail: https://mcpindex.ai/server/io-github-andreilungeanu-cursor-delegate-mcp - Binky (io.github.andreisilva1/binky@0.1.2) Isolated dev environments, one per git worktree: ports, env, and DB slices as agent tools. installs: pypi:binky detail: https://mcpindex.ai/server/io-github-andreisilva1-binky - io.github.anthonysuherli/br8n (io.github.anthonysuherli/br8n@1.1.2) Capture dev context on interrupt; replay it as a 30-second resume card. Git stash for your head. installs: pypi:br8n detail: https://mcpindex.ai/server/io-github-anthonysuherli-br8n - Chalk (io.github.appkitstudio/chalk-mcp@0.1.0) Chalk's bundled MCP server for drawing diagrams on macOS via Claude, Cursor, VS Code installs: manual detail: https://mcpindex.ai/server/io-github-appkitstudio-chalk-mcp - io.github.aprilelevengo/swotpal-mcp-server (io.github.aprilelevengo/swotpal-mcp-server@0.1.1) MCP Server for SWOTPal — SWOT analysis tools for AI agents (Claude, Cursor, Windsurf) installs: npm:@swotpal/mcp-server detail: https://mcpindex.ai/server/io-github-aprilelevengo-swotpal-mcp-server - gittr-mcp (io.github.arbadacarbaYK/gittr-mcp@1.0.2) Git on Nostr via gittr.space: repos, push, issues, PRs, stars, bounties. Nostr identity (NIP-34). installs: manual detail: https://mcpindex.ai/server/io-github-arbadacarbayk-gittr-mcp - io.github.ascript-cn/ascript-mcp (io.github.ascript-cn/ascript-mcp@1.7.0) Control Android/iOS/Windows devices from Claude, Cursor, and other AI tools. iOS without jailbreak. installs: pypi:ascript-mcp detail: https://mcpindex.ai/server/io-github-ascript-cn-ascript-mcp - io.github.ayda212/simceptor (io.github.ayda212/simceptor@1.0.2) AI-native mock API server with MCP. Create REST/SOAP mocks from Claude, Cursor, or Windsurf. installs: remote:https://simceptor.com/api/mcp/sse detail: https://mcpindex.ai/server/io-github-ayda212-simceptor - io.github.basalt-run/basalt (io.github.basalt-run/basalt@1.0.0) Design tokens, components, icons, and a11y data via MCP. For Cursor, Claude, and Windsurf. installs: remote:https://basalt.run/api/mcp detail: https://mcpindex.ai/server/io-github-basalt-run-basalt - io.github.blackaxgit/agent-mcp-hub (io.github.blackaxgit/agent-mcp-hub@0.6.1) One MCP server bridging the Codex, Cursor, OpenCode, Claude, and Antigravity CLI agents installs: npm:agent-mcp-hub detail: https://mcpindex.ai/server/io-github-blackaxgit-agent-mcp-hub - io.github.bobybarack/sovseal-memory (io.github.bobybarack/sovseal-memory@0.3.8) Local-first, zero-knowledge AI memory across Claude, Cursor, and every MCP client. 0 RTT reads. installs: npm:@sovseal/mcp-server detail: https://mcpindex.ai/server/io-github-bobybarack-sovseal-memory - Xojo IDE Control (io.github.brechanbech/xojo-mcp@3.2.0) MCP server for controlling the Xojo IDE on macOS installs: manual detail: https://mcpindex.ai/server/io-github-brechanbech-xojo-mcp - Antigravity Link (io.github.cafeTechne/antigravity-link@1.0.13) MCP server and OpenAPI-backed mobile companion for controlling Antigravity IDE sessions installs: npm:antigravity-link-extension detail: https://mcpindex.ai/server/io-github-cafetechne-antigravity-link - io.github.caleb-love/foxhound (io.github.caleb-love/foxhound@0.3.0) MCP server for querying Foxhound traces from Claude Code, Cursor, and other MCP clients installs: npm:@foxhound-ai/mcp-server detail: https://mcpindex.ai/server/io-github-caleb-love-foxhound - io.github.cc1988cc/fabrx (io.github.cc1988cc/fabrx@1.0.3) MCP server for Fabrx - Build APIs from documents in your IDE installs: npm:fabrx detail: https://mcpindex.ai/server/io-github-cc1988cc-fabrx - ContinueWith (io.github.continuewith-ai/continuewith@0.1.4) Install the ContinueWith AI handoff widget from coding agents (Cursor, Claude Code, Codex). installs: npm:@continuewith/mcp detail: https://mcpindex.ai/server/io-github-continuewith-ai-continuewith - io.github.cyanheads/git-mcp-server (io.github.cyanheads/git-mcp-server@2.15.1) Comprehensive Git MCP server enabling native git tools including clone, commit, worktree, & more. installs: npm:@cyanheads/git-mcp-server detail: https://mcpindex.ai/server/io-github-cyanheads-git-mcp-server - io.github.davidweb3-ctrl/git-enhanced (io.github.davidweb3-ctrl/git-enhanced@1.0.1) Enhanced Git MCP Server - Code review, commit analysis, and branch management installs: npm:@davidweb3-ctrl/mcp-git-enhanced detail: https://mcpindex.ai/server/io-github-davidweb3-ctrl-git-enhanced - io.github.davidweb3-ctrl/mcp-git-enhanced (io.github.davidweb3-ctrl/mcp-git-enhanced@1.0.0) Enhanced Git MCP Server - Code review, commit analysis, and branch management installs: npm:@davidweb3-ctrl/mcp-git-enhanced detail: https://mcpindex.ai/server/io-github-davidweb3-ctrl-mcp-git-enhanced - io.github.devlint/gitwand (io.github.devlint/gitwand@3.6.2) Auto-resolves Git merge conflicts so agents only touch the complex hunks. installs: npm:@gitwand/mcp detail: https://mcpindex.ai/server/io-github-devlint-gitwand - Shell Exec (io.github.domdomegg/shell-exec-mcp@1.2.0) Execute bash commands with background job support. installs: npm:shell-exec-mcp detail: https://mcpindex.ai/server/io-github-domdomegg-shell-exec-mcp - io.github.elephia/elephia (io.github.elephia/elephia@0.2.0) Git for your AI's context: local-first, deterministic memory over MCP. An elephant never forgets. installs: pypi:elephia detail: https://mcpindex.ai/server/io-github-elephia-elephia - io.github.erova/vibesharing (io.github.erova/vibesharing@0.16.0) Deploy prototypes and collect team feedback from Claude Code, Cursor, or any MCP client. installs: npm:@vibesharingapp/mcp-server detail: https://mcpindex.ai/server/io-github-erova-vibesharing - BugCatcher (io.github.fDiosc/bugcatcher-mcp@1.0.0) Bug reports, AI diagnosis, and status management for Cursor, Claude, Windsurf. installs: npm:bugcatcher-mcp detail: https://mcpindex.ai/server/io-github-fdiosc-bugcatcher-mcp - io.github.fullstackdegen/agent-audit (io.github.fullstackdegen/agent-audit@0.3.1) Turn Lighthouse audits into coding-agent fix packs for Claude Code, Cursor, and Copilot. installs: npm:@fullstackdegen/agent-audit detail: https://mcpindex.ai/server/io-github-fullstackdegen-agent-audit - nable (io.github.getnable/finops-mcp@0.8.210) See where your cloud and AI bills go, and spend less. Local-first, in your terminal or editor. installs: pypi:finops-mcp detail: https://mcpindex.ai/server/io-github-getnable-finops-mcp - io.github.git-akki/sendpookie (io.github.git-akki/sendpookie@2.0.1) Create and send cinematic digital gifts for birthdays and anniversaries via Claude. installs: npm:@sendpookie/mcp detail: https://mcpindex.ai/server/io-github-git-akki-sendpookie - io.github.gnt-ai/gnt (io.github.gnt-ai/gnt@0.6.0) Git-native policy layer for AI agents: check_action verdicts against rules approved via PR. installs: remote:https://api.gntai.dev/mcp detail: https://mcpindex.ai/server/io-github-gnt-ai-gnt - io.github.gooodbilling/mcp-server (io.github.gooodbilling/mcp-server@0.1.14) GooodBilling 公式 MCP Server — Claude Desktop / Cursor 等の MCP 対応クライアントから AI ファーストで請求書・見積を操作する installs: npm:@gooodbilling/mcp-server detail: https://mcpindex.ai/server/io-github-gooodbilling-mcp-server - GPTaria MCP (io.github.gptaria-mcp/gptaria-mcp@0.2.1) Post a project brief & publish cases on GPTaria from Claude Code, Cursor or Windsurf. installs: npm:gptaria-mcp detail: https://mcpindex.ai/server/io-github-gptaria-mcp-gptaria-mcp - io.github.gradion-ai/ipybox (io.github.gradion-ai/ipybox@0.9.2) Unified execution environment for Python code, shell commands, and programmatic MCP tool calls installs: pypi:ipybox detail: https://mcpindex.ai/server/io-github-gradion-ai-ipybox - io.github.greenmtnsun/giteasy (io.github.greenmtnsun/giteasy@1.6.1) Plain-English git via MCP: 22 tools to branch, commit, push, and tag. No git jargon. installs: remote:https://giteasy-mcp.azurewebsites.net/mcp detail: https://mcpindex.ai/server/io-github-greenmtnsun-giteasy - io.github.gunnargrosch/doom-mcp (io.github.gunnargrosch/doom-mcp@0.1.3) Play DOOM via MCP - works with Claude Code, Cursor, and any MCP client installs: npm:doom-mcp detail: https://mcpindex.ai/server/io-github-gunnargrosch-doom-mcp - DWAI IDE Bridge (io.github.guxiaodan333-source/dwai-ide-bridge@1.0.0) AI Agent 与 JetBrains IDE 的桥接工具:获取光标代码上下文、诊断运行报错、执行脚本、推送 Diff 修改供开发者审批。 installs: manual detail: https://mcpindex.ai/server/io-github-guxiaodan333-source-dwai-ide-bridge - Cursor Proxmox MCP (io.github.hackmods/cursor-proxmox-mcp@1.9.0) Manage Proxmox VE via Cursor: QEMU, LXC, storage, HA, firewall, access. installs: pypi:cursor-proxmox-mcp | docker:ghcr.io/hackmods/cursor-proxmox-mcp:1.9.0 detail: https://mcpindex.ai/server/io-github-hackmods-cursor-proxmox-mcp - Unified AI System MCP Gateway (io.github.happy520ai/unified-ai-system@0.4.9) Self-hosted MCP gateway for Codex, Cursor, and Cline with provider-free prompt enhancement. installs: docker:ghcr.io/happy520ai/unified-ai-system/mcp-server:0.4.9 detail: https://mcpindex.ai/server/io-github-happy520ai-unified-ai-system - io.github.helinakdogan/agent-magnet (io.github.helinakdogan/agent-magnet@0.1.11) Behavioral memory layer for AI tools. Learns preferences and context across Claude, Cursor, Codex. installs: pypi:agent-magnet detail: https://mcpindex.ai/server/io-github-helinakdogan-agent-magnet - Batch Review (io.github.hevangel/batch-review-mcp@1.2.0) Git diff and markdown review with a web UI plus MCP stdio for AI agents. installs: manual detail: https://mcpindex.ai/server/io-github-hevangel-batch-review-mcp - io.github.howardpen9/grok-mcp (io.github.howardpen9/grok-mcp@0.2.0) Use xAI Grok as a peer reviewer + PR gate from Claude Code, Cursor, Cline and any MCP host. installs: npm:grok-cli-mcp detail: https://mcpindex.ai/server/io-github-howardpen9-grok-mcp - io.github.hrvoje0099/git-leaderboard (io.github.hrvoje0099/git-leaderboard@0.1.4) Official MCP server for Git Leaderboard rankings, profiles, streaks, and user comparisons. installs: npm:@gitleaderboard/mcp-server detail: https://mcpindex.ai/server/io-github-hrvoje0099-git-leaderboard - Agentic MCP (io.github.hugolsramos01-bit/mcp-agentic-server@1.3.0) Local coding tools for ChatGPT Developer Mode and MCP clients with safe editing and shell execution. installs: npm:mcp-agentic-server detail: https://mcpindex.ai/server/io-github-hugolsramos01-bit-mcp-agentic-server - io.github.humantextpro/mcp-server (io.github.humantextpro/mcp-server@1.0.3) AI text detection and humanization for Claude Code, Cursor, and Windsurf. installs: npm:@humantext/mcp-server detail: https://mcpindex.ai/server/io-github-humantextpro-mcp-server - Aviation Accident Analysis MCP (io.github.hzy9981/aviation-accident-analysis@0.1.0) Aviation accident report parsing and prompt generation service under the SHELL framework. installs: pypi:aviation-accident-analysis detail: https://mcpindex.ai/server/io-github-hzy9981-aviation-accident-analysis - io.github.ignatenkofi/memshelf-mcp (io.github.ignatenkofi/memshelf-mcp@0.2.0) Working memory for AI agents: digest-indexed episodes on a git shelf, recalled a section at a time. installs: pypi:memshelf-mcp detail: https://mcpindex.ai/server/io-github-ignatenkofi-memshelf-mcp - io.github.instagitai/instagit (io.github.instagitai/instagit@0.1.5) MCP server for Instagit — AI-powered Git repository analysis for coding agents installs: npm:instagit detail: https://mcpindex.ai/server/io-github-instagitai-instagit - Oh My Posh Configurator (io.github.jamesmontemagno/ohmyposh-configurator@1.1.1) MCP server for creating, validating, and exporting Oh My Posh terminal prompt configurations. installs: npm:ohmyposh-configurator detail: https://mcpindex.ai/server/io-github-jamesmontemagno-ohmyposh-configurator - agentsync (io.github.jarmstrong158/agentsync@0.2.0) Multi-agent coordination MCP: claim work, survey peers, resolve conflicts via a git branch as CAS. installs: pypi:agentsync-mcp detail: https://mcpindex.ai/server/io-github-jarmstrong158-agentsync - Kindex (io.github.jmcentire/kindex@0.27.1) Persistent knowledge graph and MCP server for AI workflows with git-tracked project context. installs: pypi:kindex detail: https://mcpindex.ai/server/io-github-jmcentire-kindex - Corebee AI Customer Support (io.github.jonny-1812/corebee@2.1.0) Run AI customer support from your terminal: conversations, knowledge base, and chat widget. installs: remote:https://corebee.ai/api/v1/mcp/stream detail: https://mcpindex.ai/server/io-github-jonny-1812-corebee - io.github.jordanburke/ssh-client-mcp-server (io.github.jordanburke/ssh-client-mcp-server@1.5.1) MCP server for executing shell commands on remote hosts via SSH. installs: npm:ssh-client-mcp-server detail: https://mcpindex.ai/server/io-github-jordanburke-ssh-client-mcp-server - DevSpeak (io.github.juanjaragavi/devspeak@1.0.3) Official DevSpeak MCP server — translate technical text into formal specs from any AI IDE or agent installs: npm:@devspeak/mcp | remote:https://devspeak.dev/mcp detail: https://mcpindex.ai/server/io-github-juanjaragavi-devspeak - io.github.jyswee/gpusmarket (io.github.jyswee/gpusmarket@2.4.13) Rent real GPUs from the terminal. Per-second billing, $0.50 minimum. stdio MCP server. installs: npm:gpusmarket | remote:https://mcp.gpusmarket.com/sse detail: https://mcpindex.ai/server/io-github-jyswee-gpusmarket - OpenProject (io.github.kar-thik/openproject-mcp-server@0.1.2) 72 tools for the OpenProject API v3: work packages, attachments, git activity, time, reporting installs: pypi:openproject-mcp-server detail: https://mcpindex.ai/server/io-github-kar-thik-openproject-mcp-server - io.github.kartegagithub/laviya-agent-skills (io.github.kartegagithub/laviya-agent-skills@0.1.24) Laviya AI Orchestration MCP runtime for IDE and agent integrations. installs: npm:laviya-mcp-server detail: https://mcpindex.ai/server/io-github-kartegagithub-laviya-agent-skills - io.github.kimgh06/thask (io.github.kimgh06/thask@0.6.0) Dependency-graph MCP server. Tells Claude/Cursor what breaks if you change X. Provenance guards. installs: npm:@thask-org/cli detail: https://mcpindex.ai/server/io-github-kimgh06-thask - io.github.klNuno/fast-mcp-ssh (io.github.klNuno/fast-mcp-ssh@0.4.5) SSH, SFTP, PTY shells, host-to-host copies and remote screenshots for AI agents. One Rust binary. installs: manual detail: https://mcpindex.ai/server/io-github-klnuno-fast-mcp-ssh - io.github.klewicki7/vibelens-mcp (io.github.klewicki7/vibelens-mcp@0.1.0) VibeLens MCP tool for AI to visualize code changes with inline annotations in VS Code/Cursor installs: npm:vibelens-mcp detail: https://mcpindex.ai/server/io-github-klewicki7-vibelens-mcp - io.github.krimto-labs/krimto (io.github.krimto-labs/krimto@0.2.47) Memory for AI coding agents — markdown in your own git, not a vendor database. Apache-2.0. installs: npm:@krimto-labs/krimto detail: https://mcpindex.ai/server/io-github-krimto-labs-krimto - Apple Health MCP Server (io.github.krumjahn/health-analyzer-mcp@1.1.2) Apple Health data for Claude, Cursor, and any MCP client — 100% local on your Mac. installs: npm:health-analyzer-mcp detail: https://mcpindex.ai/server/io-github-krumjahn-health-analyzer-mcp - io.github.kushneryk/join.cloud (io.github.kushneryk/join.cloud@0.1.0) Collaboration rooms for AI agents. Real-time messaging + standard git. installs: npm:joincloud detail: https://mcpindex.ai/server/io-github-kushneryk-join-cloud - shell-use (io.github.kyuheon-kr/shell-use@1.0.0) Let agents use the shell like a human. installs: docker:ghcr.io/kyuheon-kr/shell-use:1.0.0 detail: https://mcpindex.ai/server/io-github-kyuheon-kr-shell-use - io.github.lennix1337/genexus (io.github.lennix1337/genexus@2.0.4) Read, edit, and analyze GeneXus 18 KB objects from Claude, Cursor, and AI agents. installs: npm:genexus-mcp detail: https://mcpindex.ai/server/io-github-lennix1337-genexus - BugiaData (io.github.lgpoliveira/bugiadata-mcp@1.0.0) Relational locale-aware fake data for Cursor and Claude via MCP (SSE). Free tier at bugiadata.com. installs: remote:https://mcp.bugiadata.com/sse detail: https://mcpindex.ai/server/io-github-lgpoliveira-bugiadata-mcp - No-Shell Agent Architect MCP (io.github.loved0543-dotcom/no-shell-agent-architect-mcp@0.1.2) Turns vague automation requests into tool stacks, prompts, QA checks, and human boundaries. installs: remote:https://ai-automation-operating-pack.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-loved0543-dotcom-no-shell-agent-architect-mcp - LLM Provider MCP (io.github.manishiitg/llm-provider-mcp@0.7.3) Delegate asynchronous coding jobs between Claude Code, Codex, Cursor Agent, and Pi. installs: manual detail: https://mcpindex.ai/server/io-github-manishiitg-llm-provider-mcp - MCP VS Code (io.github.mario-andreschak/mcp-vscode@0.2.2) A self-hosted VS Code workbench embedded as an interactive MCP App. installs: npm:@mario.andreschak/mcp-vscode detail: https://mcpindex.ai/server/io-github-mario-andreschak-mcp-vscode - IBM Code Engine MCP Server (io.github.markusvankempen/code-engine-mcp-server@1.4.2) Deploy to IBM Code Engine from Cursor, Copilot, Claude & Cline. Build, push, deploy via MCP. installs: npm:code-engine-mcp-server detail: https://mcpindex.ai/server/io-github-markusvankempen-code-engine-mcp-server - Watson Orchestrate (io.github.markusvankempen/wxo-builder-mcp-server@1.0.4) Manage IBM Watson Orchestrate tools, agents, connections from Cursor, Copilot, Claude. installs: npm:@markusvankempen/wxo-builder-mcp-server detail: https://mcpindex.ai/server/io-github-markusvankempen-wxo-builder-mcp-server - io.github.maroondlabs/sourcebook (io.github.maroondlabs/sourcebook@0.9.5) Live codebase intelligence for AI agents: conventions, blast radius, import graphs, git insights. installs: manual detail: https://mcpindex.ai/server/io-github-maroondlabs-sourcebook - io.github.masa-san-jp/aiko (io.github.masa-san-jp/aiko@0.2.1) A portable persona for MCP clients — the same agent in Claude Code, Codex, Cursor and VS Code installs: npm:aiko-mcp detail: https://mcpindex.ai/server/io-github-masa-san-jp-aiko - io.github.matematicsolutions/legalize-mcp (io.github.matematicsolutions/legalize-mcp@0.1.3) Legislation for 32 jurisdictions (21 EU) as law-as-git, keyless, with ELI-style citations. installs: pypi:legalize-mcp detail: https://mcpindex.ai/server/io-github-matematicsolutions-legalize-mcp - io.github.maxkle1nz/m1nd (io.github.maxkle1nz/m1nd@1.5.0) The shell around your coding agent: a neuro-symbolic code graph with calibrated trust, via MCP. installs: npm:@maxkle1nz/m1nd detail: https://mcpindex.ai/server/io-github-maxkle1nz-m1nd - io.github.mbeato/agentcontext (io.github.mbeato/agentcontext@0.1.2) Normalize AGENTS.md / CLAUDE.md / .cursor/rules / .clinerules / .windsurf/rules from one source. installs: npm:@mbeato/agentcontext-mcp detail: https://mcpindex.ai/server/io-github-mbeato-agentcontext - Notes (io.github.mctx-ai/notes@1.5.4) Centralized note store across AI clients: Claude, ChatGPT, Cursor, Codex, Windsurf. Save in one clie installs: remote:https://notes.mctx.ai/v1.5.4 detail: https://mcpindex.ai/server/io-github-mctx-ai-notes - io.github.mishaovcharenko/uiscanner (io.github.mishaovcharenko/uiscanner@0.3.1) Design tokens + a build prompt from any URL, right inside Claude Code, Cursor, and Codex. installs: npm:uiscanner-mcp detail: https://mcpindex.ai/server/io-github-mishaovcharenko-uiscanner - io.github.mkpvishnu/terminal-mcp (io.github.mkpvishnu/terminal-mcp@0.3.1) MCP server for interactive terminal sessions — SSH, REPLs, database CLIs, TUI apps installs: pypi:terminal-mcp detail: https://mcpindex.ai/server/io-github-mkpvishnu-terminal-mcp - Mnemoverse Memory (io.github.mnemoverse/mcp-memory-server@0.8.1) Hosted memory for AI agents that learns and forgets — one key across Claude, Cursor & ChatGPT. installs: npm:@mnemoverse/mcp-memory-server | remote:https://mcp.mnemoverse.com/mcp detail: https://mcpindex.ai/server/io-github-mnemoverse-mcp-memory-server - io.github.mobileproxy/mcp-server (io.github.mobileproxy/mcp-server@0.1.1) MCP server for mobileproxy.space — manage your mobile proxies from Claude, Cursor, Windsurf. installs: npm:@mobileproxy/mcp-server detail: https://mcpindex.ai/server/io-github-mobileproxy-mcp-server - REA (io.github.morluto/rea@3.1.0) Reverse engineer anything from your terminal or agent with one CLI and MCP server. installs: npm:rea-agents detail: https://mcpindex.ai/server/io-github-morluto-rea - io.github.mrorigo/bash-command-mcp (io.github.mrorigo/bash-command-mcp@1.0.0) Sophisticated bash command MCP server that runs and manages shell execution. installs: npm:bash-command-mcp detail: https://mcpindex.ai/server/io-github-mrorigo-bash-command-mcp - io.github.muba00/gitstandup (io.github.muba00/gitstandup@1.0.6) Generate daily standup notes from git commits across multiple repositories with AI summaries. installs: npm:gitstandup-mcp detail: https://mcpindex.ai/server/io-github-muba00-gitstandup - io.github.mumega848/mcpwp (io.github.mumega848/mcpwp@3.0.1) MCP for WordPress — connect Claude, Cursor, or Windsurf to any WordPress site. installs: npm:@mcpwp.net/mcpwp detail: https://mcpindex.ai/server/io-github-mumega848-mcpwp - io.github.musepy/genable-mcp (io.github.musepy/genable-mcp@0.1.3) Write to Figma from any MCP client (Claude Code, Cursor). Complements the read-only official MCP. installs: npm:genable-mcp detail: https://mcpindex.ai/server/io-github-musepy-genable-mcp - Petsonality (io.github.nanami-he/petsonality@0.4.6) An MBTI-powered terminal pet companion for Claude Code and OpenClaw. installs: npm:petsonality detail: https://mcpindex.ai/server/io-github-nanami-he-petsonality - io.github.nativine/mcp (io.github.nativine/mcp@1.0.5) Nativine MCP Server — Convert websites to native mobile apps from your AI IDE installs: npm:@nativine/mcp detail: https://mcpindex.ai/server/io-github-nativine-mcp - SprintFlint (io.github.neoflintai/sprintflint@1.7.1) Opinionated sprint tracker. Read/update tickets, sprints, velocity from Claude/Cursor/Zed. installs: remote:https://mcp.sprintflint.com detail: https://mcpindex.ai/server/io-github-neoflintai-sprintflint - io.github.ofershap/ai-context-kit (io.github.ofershap/ai-context-kit@0.1.2) Lint, measure, and sync AI context files across Cursor, Claude Code, Copilot. installs: npm:ai-context-kit detail: https://mcpindex.ai/server/io-github-ofershap-ai-context-kit - io.github.ofershap/cloudflare (io.github.ofershap/cloudflare@1.0.2) MCP server to manage Cloudflare Workers, KV, R2, Pages, DNS, and cache from your IDE installs: npm:mcp-server-cloudflare-dns detail: https://mcpindex.ai/server/io-github-ofershap-cloudflare - io.github.omer907/melt-mcp-server (io.github.omer907/melt-mcp-server@0.1.3) Melt: value-leak discovery and lead capture for Claude, Cursor, and MCP-compatible agents. installs: npm:@themelt/mcp-server detail: https://mcpindex.ai/server/io-github-omer907-melt-mcp-server - Apuchat (io.github.opcastil11/apuchat@1.0.0) Real-time chat for AI agents. Claude Code, Cursor, Cline and Codex join channels over MCP. installs: remote:https://apuchat.com/mcp detail: https://mcpindex.ai/server/io-github-opcastil11-apuchat - RogerRat (io.github.opcastil11/rogerrat@1.3.4) Real-time chat hub for AI agents — Claude Code, Cursor, Cline, Codex over MCP or REST. installs: npm:rogerrat | remote:https://rogerrat.chat/mcp detail: https://mcpindex.ai/server/io-github-opcastil11-rogerrat - RogerThat (io.github.opcastil11/rogerthat@1.25.0) Real-time chat hub for AI agents — Claude Code, Cursor, Cline, Codex over MCP or REST. installs: npm:rogerthat | remote:https://rogerthat.chat/mcp detail: https://mcpindex.ai/server/io-github-opcastil11-rogerthat - io.github.openenterprise-info/oe-mcp (io.github.openenterprise-info/oe-mcp@1.4.4) Connect Claude Code, Cursor & Windsurf to 2,600+ enterprise data sources with one binary. installs: npm:@openenterprise/oe-mcp detail: https://mcpindex.ai/server/io-github-openenterprise-info-oe-mcp - NIRA REPL MCP (io.github.pachote/nira-repl@1.0.1) Secure code execution sandbox for Claude — run Python, JavaScript, and shell commands installs: pypi:nira-repl detail: https://mcpindex.ai/server/io-github-pachote-nira-repl - io.github.paiml/rash (io.github.paiml/rash@0.1.0) Transpile Rust code to POSIX-compliant shell scripts with formal correctness guarantees installs: manual detail: https://mcpindex.ai/server/io-github-paiml-rash - Mneme (io.github.patsa2561-art/mneme-ai@0.35.0) Memory layer for AI coding assistants. Indexes git history + code, exposes via MCP. installs: npm:mneme-ai detail: https://mcpindex.ai/server/io-github-patsa2561-art-mneme-ai - Plumb (io.github.plumbkit/plumb@0.16.4) LSP-backed IDE intelligence plus concurrency-safe, transactional edits for AI coding agents. installs: manual detail: https://mcpindex.ai/server/io-github-plumbkit-plumb - io.github.pooriaarab/vibelive (io.github.pooriaarab/vibelive@0.2.2) Multiplayer for agentic coding terminals: live cursors, presence, chat. installs: npm:vibelive detail: https://mcpindex.ai/server/io-github-pooriaarab-vibelive - io.github.promptwheel-ai/logbook (io.github.promptwheel-ai/logbook@0.4.0) Local Git-history memory for coding agents: reverts, suppressions, hotspots, and annotations. installs: npm:@promptwheel/logbook-mcp detail: https://mcpindex.ai/server/io-github-promptwheel-ai-logbook - PubNub MCP Server (io.github.pubnub/mcp-server@2.3.2) PubNub Model Context Protocol MCP Server for Cursor and Claude installs: npm:@pubnub/mcp detail: https://mcpindex.ai/server/io-github-pubnub-mcp-server - io.github.pungggi/smart-terminal (io.github.pungggi/smart-terminal@1.2.36) MCP PTY server providing AI agents with real interactive terminal access installs: npm:smart-terminal-mcp detail: https://mcpindex.ai/server/io-github-pungggi-smart-terminal - eNSP Nexus (io.github.quwentao2005/ensp-nexus@0.2.4) MCP server and web terminal for Huawei eNSP network simulation. installs: pypi:ensp-nexus detail: https://mcpindex.ai/server/io-github-quwentao2005-ensp-nexus - io.github.qwertymuzaffar/udacity-commit (io.github.qwertymuzaffar/udacity-commit@1.2.2) Validate & format git commit messages per the Udacity Git Commit Message Style Guide. installs: npm:mcp-udacity-commit detail: https://mcpindex.ai/server/io-github-qwertymuzaffar-udacity-commit - io.github.qxchuckle/qcqx-project-manage-mcp (io.github.qxchuckle/qcqx-project-manage-mcp@1.0.0) qcqx-project-manage MCP Server — 将项目管理能力暴露给 AI Agent(Cursor、Claude Desktop 等) installs: npm:@qcqx/project-manage-mcp detail: https://mcpindex.ai/server/io-github-qxchuckle-qcqx-project-manage-mcp - io.github.raportagent/raportagent-mcp (io.github.raportagent/raportagent-mcp@0.1.2) Sourced market and compliance research for Claude Desktop, Claude Code and Cursor. installs: npm:@raportagent/mcp detail: https://mcpindex.ai/server/io-github-raportagent-raportagent-mcp - io.github.raunakkathuria/lexilint (io.github.raunakkathuria/lexilint@1.1.0) Offline spell checker + BYOK grammar for AI assistants. Works with Claude Desktop, ChatGPT, Cursor. installs: npm:lexilint-mcp detail: https://mcpindex.ai/server/io-github-raunakkathuria-lexilint - pty-mcp (io.github.raychao-oao/pty-mcp@0.2.3) Interactive PTY sessions over MCP: local shells, SSH, serial ports, and persistent remote sessions. installs: manual detail: https://mcpindex.ai/server/io-github-raychao-oao-pty-mcp - Claudexor (io.github.razzant/claudexor@3.3.10) Route coding work across Claude Code, Codex, Cursor, and OpenCode with shared context. installs: npm:claudexor detail: https://mcpindex.ai/server/io-github-razzant-claudexor - Rephrasy (io.github.rephrasyai/rephrasy-mcp@0.1.0) Humanize AI text and check AI-detection scores from Claude, Cursor, or any MCP client. installs: npm:@rephrasy/mcp detail: https://mcpindex.ai/server/io-github-rephrasyai-rephrasy-mcp - robo-cortex (io.github.robotel-limited/robo-cortex@0.4.1) Git-aware memory store for AI coding agents; memories are anchored to git blob hashes. installs: pypi:robo-cortex detail: https://mcpindex.ai/server/io-github-robotel-limited-robo-cortex - devmcp (io.github.rudranaresh0201/devmcp@0.2.1) Git/CI MCP server with the full protocol surface (tools, resources, prompts, roots, sampling). installs: pypi:devmcp-server detail: https://mcpindex.ai/server/io-github-rudranaresh0201-devmcp - AgentTakt (io.github.ryoohshima/agenttakt@0.1.5) Review, edit, and approve AI agent task plans in a ComfyUI-style visual node editor in your terminal installs: pypi:agenttakt detail: https://mcpindex.ai/server/io-github-ryoohshima-agenttakt - io.github.ryudi84/changelog-forge-mcp (io.github.ryudi84/changelog-forge-mcp@1.0.1) Generate changelogs from git commit history installs: npm:changelog-forge-mcp detail: https://mcpindex.ai/server/io-github-ryudi84-changelog-forge-mcp - io.github.salted-butter-joshua/dify-mcp (io.github.salted-butter-joshua/dify-mcp@0.1.0) MCP server exposing Dify knowledge base retrieval to Cursor and other MCP clients installs: pypi:dify-mcp detail: https://mcpindex.ai/server/io-github-salted-butter-joshua-dify-mcp - io.github.sanchirico/camacho-mcp (io.github.sanchirico/camacho-mcp@1.0.0) Persistent tmux terminal for AI agents — real-time spectating, SSH host-group dispatch. installs: npm:camacho-mcp detail: https://mcpindex.ai/server/io-github-sanchirico-camacho-mcp - io.github.sattyamjjain/whycant (io.github.sattyamjjain/whycant@0.6.0) Roast any AI agent idea from your IDE: verdict tier, readiness score, top risk, shareable URL. installs: remote:https://whycantwehaveanagentforthis.com/api/mcp detail: https://mcpindex.ai/server/io-github-sattyamjjain-whycant - TAPD MCP Server (io.github.scizuixiangsis/tapd-mcp-server@1.0.2) 在 Cursor/Copilot 中查询、分析和回填 TAPD bug / 需求 installs: npm:tapd-mcp-server detail: https://mcpindex.ai/server/io-github-scizuixiangsis-tapd-mcp-server - io.github.seldonframe/mcp (io.github.seldonframe/mcp@1.59.2) Build, deploy, and sell AI agents for local-service businesses - from your IDE. installs: npm:@seldonframe/mcp | remote:https://mcp.seldonframe.com/v1 detail: https://mcpindex.ai/server/io-github-seldonframe-mcp - io.github.sena-labs/warp-ozbridge (io.github.sena-labs/warp-ozbridge@1.4.0) OzBridge: run Warp Oz agents from any MCP client — Claude Code, Cursor, Codex, VS Code. installs: npm:@sena-labs/oz-mcp-server detail: https://mcpindex.ai/server/io-github-sena-labs-warp-ozbridge - Weavatrix Git (io.github.sergii-ziborov/weavatrix-git@0.3.1) Fast, bounded, read-only Git evidence for local AI coding agents. installs: npm:weavatrix-git detail: https://mcpindex.ai/server/io-github-sergii-ziborov-weavatrix-git - io.github.sgroy10/speclock (io.github.sgroy10/speclock@5.5.3) AI Constraint Engine — enforces CLAUDE.md and .cursorrules as laws. 51 MCP tools. installs: npm:speclock detail: https://mcpindex.ai/server/io-github-sgroy10-speclock - StillOnline (io.github.shenwell/stillonline@0.3.6) StillOnline MCP: uptime, status pages, checks. REST API for Cursor and Claude Code. installs: npm:stillonline-mcp detail: https://mcpindex.ai/server/io-github-shenwell-stillonline - GitPin (io.github.shmindmaster/gitpin@0.6.2) Prove and verify multi-repo claims at Git HEAD: path, line, full SHA, no index. installs: npm:gitpin detail: https://mcpindex.ai/server/io-github-shmindmaster-gitpin - io.github.silversurfer562/memdocs (io.github.silversurfer562/memdocs@2.1.4) Git-native project memory for AI assistants with enterprise-grade audit compliance installs: pypi:memdocs detail: https://mcpindex.ai/server/io-github-silversurfer562-memdocs - io.github.sirlordt/vscode-terminal-mcp (io.github.sirlordt/vscode-terminal-mcp@0.1.0) Execute commands in visible VSCode terminal tabs with output capture and session reuse. installs: npm:vscode-terminal-mcp detail: https://mcpindex.ai/server/io-github-sirlordt-vscode-terminal-mcp - WinCtl (io.github.sitharaj88/winctl@1.0.2) Windows desktop control for AI agents: screen, UI Automation, input, processes, files, shell. installs: npm:@sitharaj88/winctl detail: https://mcpindex.ai/server/io-github-sitharaj88-winctl - io.github.slima-ai/slima (io.github.slima-ai/slima@0.1.13) MCP Server for Slima - AI Writing IDE for Novel Authors with AI Beta Reader. installs: npm:slima-mcp | remote:https://mcp.slima.ai/mcp detail: https://mcpindex.ai/server/io-github-slima-ai-slima - io.github.smigolsmigol/llmkit (io.github.smigolsmigol/llmkit@0.4.7) AI cost tracking: 11 tools for spend, budgets, and Claude Code + Cursor + Cline costs installs: npm:@f3d1/llmkit-mcp-server detail: https://mcpindex.ai/server/io-github-smigolsmigol-llmkit - io.github.snrniranjan/vibelogin-mcp (io.github.snrniranjan/vibelogin-mcp@0.1.2) Add authentication to your app without leaving your IDE. installs: npm:@vibelogin/mcp detail: https://mcpindex.ai/server/io-github-snrniranjan-vibelogin-mcp - Srclight (io.github.srclight/srclight@0.20.1) Deep code indexing for AI agents. FTS5 + embeddings + call graphs + git intelligence. Fully local. installs: pypi:srclight detail: https://mcpindex.ai/server/io-github-srclight-srclight - io.github.starecz/karea-mcp (io.github.starecz/karea-mcp@0.6.1) Karea task manager - 49 tools for Claude Code, Cursor, and other MCP clients. installs: npm:karea-mcp detail: https://mcpindex.ai/server/io-github-starecz-karea-mcp - io.github.sumanaddanki/suma-memory (io.github.sumanaddanki/suma-memory@1.5.0) Persistent memory for Claude Code and Cursor. Stop re-explaining your project every session. installs: npm:suma-mcp-proxy | remote:https://sumapro.quadframe.work/mcp detail: https://mcpindex.ai/server/io-github-sumanaddanki-suma-memory - TAPD MCP Server (io.github.sun-jingtao/tapd-mcp-server@1.0.8) 在 Cursor/Copilot 中查询、分析和回填 TAPD bug / 需求 installs: npm:tapd-mcp-server detail: https://mcpindex.ai/server/io-github-sun-jingtao-tapd-mcp-server - io.github.temurkhan13/openclaw-skill-vetter-mcp (io.github.temurkhan13/openclaw-skill-vetter-mcp@1.1.2) Vet third-party AI agent extensions + agent-config files (AGENTS.md, .cursor/rules, CLAUDE.md). installs: pypi:openclaw-skill-vetter-mcp detail: https://mcpindex.ai/server/io-github-temurkhan13-openclaw-skill-vetter-mcp - io.github.terminalis/appcraft (io.github.terminalis/appcraft@0.1.2) Deterministic Android app compiler — agents write a YAML model, the compiler emits the native app. installs: npm:@appcraft-io/mcp-server detail: https://mcpindex.ai/server/io-github-terminalis-appcraft - io.github.therealMrFunGuy/cron-pilot (io.github.therealMrFunGuy/cron-pilot@1.0.0) Scheduled HTTP requests and shell commands with retries, timeouts, and webhook alerts. installs: remote:https://cron.rjctdlabs.xyz/sse detail: https://mcpindex.ai/server/io-github-therealmrfunguy-cron-pilot - io.github.traviswye/contextatlas (io.github.traviswye/contextatlas@1.0.1) Pre-computed atlas of your codebase for Claude Code: LSP + ADRs + git. 45-72% token reduction. installs: npm:contextatlas detail: https://mcpindex.ai/server/io-github-traviswye-contextatlas - changelogai (io.github.ura-tools/changelogai@1.1.3) Generate changelogs and suggest semver bumps from git history installs: npm:@ura-dev/changelogai detail: https://mcpindex.ai/server/io-github-ura-tools-changelogai - io.github.varaprasadreddy9676/remote-bridge (io.github.varaprasadreddy9676/remote-bridge@0.1.5) Sync code to remote servers via SSH/rsync and deploy from any AI IDE. installs: npm:remote-bridge-cli detail: https://mcpindex.ai/server/io-github-varaprasadreddy9676-remote-bridge - Git Diff Mcp (io.github.varvararatta/git_diff_mcp@1.0.0) MCP server for git_diff_mcp installs: remote:https://git_diff_mcp.mcpize.run/mcp detail: https://mcpindex.ai/server/io-github-varvararatta-git-diff-mcp - Dokploy MCP (io.github.vcode-sh/dokploy-mcp@4.0.0) Dokploy MCP server for Codex, Cursor, and Claude with compact stdio and hosted HTTP modes installs: npm:@vibetools/dokploy-mcp | remote:https://{remoteHost}{mcpPath} detail: https://mcpindex.ai/server/io-github-vcode-sh-dokploy-mcp - io.github.vineethwilson15/semamerge (io.github.vineethwilson15/semamerge@0.1.2) Detects semantic merge conflicts between Git branches using AST-level analysis installs: npm:semamerge detail: https://mcpindex.ai/server/io-github-vineethwilson15-semamerge - io.github.weatherai-io/weatherai (io.github.weatherai-io/weatherai@1.0.0) WeatherAI — 11 live weather tools for Claude, Cursor, Windsurf and any MCP AI assistant installs: npm:@weatherai/mcp-server detail: https://mcpindex.ai/server/io-github-weatherai-io-weatherai - io.github.wkoverfield/quilt (io.github.wkoverfield/quilt@0.5.2) Track which AI agent wrote which lines in a shared Git checkout; each commits only its own lines. installs: npm:@quilt-dev/cli detail: https://mcpindex.ai/server/io-github-wkoverfield-quilt - io.github.xChuCx/agent-memory (io.github.xChuCx/agent-memory@0.5.1) Git-native project memory for AI coding agents: Markdown source of truth, reviewable, secret-safe. installs: npm:@xchucx/agent-memory detail: https://mcpindex.ai/server/io-github-xchucx-agent-memory - io.github.xxxoooxoxo/wiff (io.github.xxxoooxoxo/wiff@0.7.0) Deterministic, resumable multi-agent workflows across Codex, Claude, Cursor, and Kimi. installs: npm:@xxxoooxoxo/wiff detail: https://mcpindex.ai/server/io-github-xxxoooxoxo-wiff - io.github.yasaminfayyaz/milatexai (io.github.yasaminfayyaz/milatexai@0.2.0) Edit your Overleaf LaTeX projects from Claude and ChatGPT; every change is a real Git commit. installs: remote:https://milatexai.com/mcp detail: https://mcpindex.ai/server/io-github-yasaminfayyaz-milatexai - io.github.yksanjo/gmem (io.github.yksanjo/gmem@1.1.0) Persistent, Solana-aware project memory for AI coding agents. Typed entities + git-aware diffs. installs: npm:@yksanjo/gmem detail: https://mcpindex.ai/server/io-github-yksanjo-gmem - Repo Memory (io.github.yubinkim444/repo-memory@0.2.0) Shared, git-tracked working memory for AI agents on the same codebase. installs: pypi:repo-memory-mcp detail: https://mcpindex.ai/server/io-github-yubinkim444-repo-memory - io.github.yuvalsuede/memory-mcp (io.github.yuvalsuede/memory-mcp@1.2.1) Persistent memory + git snapshots for Claude Code. Never lose context or code. installs: npm:claude-code-memory detail: https://mcpindex.ai/server/io-github-yuvalsuede-memory-mcp - io.github.yvonne-chow/htmlpub-mcp (io.github.yvonne-chow/htmlpub-mcp@1.0.0) Publish AI-generated HTML to a live page on your own domain — from Claude, ChatGPT, or Cursor. installs: remote:https://mcp.htmlpub.com/mcp detail: https://mcpindex.ai/server/io-github-yvonne-chow-htmlpub-mcp - Tangled MCP (io.github.zzstoatzz/tangled-mcp@0.0.14) MCP server for Tangled git platform. Manage repositories, branches, and issues on tangled.org. installs: pypi:tangled-mcp detail: https://mcpindex.ai/server/io-github-zzstoatzz-tangled-mcp - Pathrule (io.pathrule/pathrule-remote-mcp@0.1.0) Path-scoped team memories, rules and skills for Claude Code, Cursor, Codex and other MCP clients. installs: remote:https://mcp.pathrule.io/mcp detail: https://mcpindex.ai/server/io-pathrule-pathrule-remote-mcp - MCP stdio ShellGuard (io.studiomeyer/stdio-shellguard@0.1.1) Defense-in-depth for MCP stdio servers: shell-injection guard, AST audit CLI, RCE blocking. installs: npm:mcp-stdio-shellguard detail: https://mcpindex.ai/server/io-studiomeyer-stdio-shellguard - .FAF Context (one.faf/faf-mcp@2.3.1) Dedicated IDE Edition. Persistent project context for Cursor, Windsurf, Cline, VS Code. installs: npm:faf-mcp detail: https://mcpindex.ai/server/one-faf-faf-mcp - org.velocms/mcp (org.velocms/mcp@0.1.1) Draft, publish, and manage your VeloCMS blog from Claude, Cursor, or any MCP client. installs: npm:@velocms/mcp detail: https://mcpindex.ai/server/org-velocms-mcp - Nordsynk — Fortnox MCP (se.nordsynk/fortnox@1.0.0) Hosted MCP server for Fortnox. Connect Claude, ChatGPT, Cursor to live Fortnox via OAuth. installs: remote:https://mcp.nordsynk.se/ detail: https://mcpindex.ai/server/se-nordsynk-fortnox - AgentDrive (sh.agentdrive/agentdrive@1.0.0) Cross-agent artifact workspace with provenance across Claude Code, Codex, Cursor, LangGraph. installs: remote:https://mcp.agentdrive.sh/mcp detail: https://mcpindex.ai/server/sh-agentdrive-agentdrive - Agent Arcade (site.chatgpt.cursoraikk.agent-arcade-ai/agent-arcade@4.1.0) Create, test and play AI-native games through server-authoritative contracts. installs: remote:https://agent-arcade-ai.cursoraikk.chatgpt.site/api/v3/mcp?campaign=mcp-registry-create-w1 detail: https://mcpindex.ai/server/site-chatgpt-cursoraikk-agent-arcade-ai-agent-arcade - agentcentral (to.agentcentral/amazon-seller-central@1.0.3) Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents. installs: remote:https://mcp.agentcentral.to/mcp detail: https://mcpindex.ai/server/to-agentcentral-amazon-seller-central - edgar.tools SEC Intelligence (tools.edgar/sec-intelligence@1.0.1) SEC filings for Claude, ChatGPT, Cursor — 23 tools + 5 recipes. Financials, insider, 13F, funds. installs: remote:https://app.edgar.tools/mcp/ detail: https://mcpindex.ai/server/tools-edgar-sec-intelligence - Humanread Publisher (tw.surl.humanread/publisher@1.0.0) Publish Git-backed multilingual novels with agents, safe layouts, reviews, and author approval. installs: remote:https://humanread.surl.tw/mcp detail: https://mcpindex.ai/server/tw-surl-humanread-publisher - Git (reference) (io.github.modelcontextprotocol/server-git@2026.7.10) Reference MCP server for working with a local Git repository: inspect history, stage changes, and create commits and branches. Maintained by the Model Context Protocol project. installs: pypi:mcp-server-git provenance: NOT listed in the official MCP registry; indexed by mcpindex detail: https://mcpindex.ai/server/io-github-modelcontextprotocol-server-git ## Docker & Containers (64) - Arcane RMCP (ai.dinglebear/arcane-rmcp@0.4.2) Rust MCP server and CLI for Arcane Docker and container management. installs: npm:arcane-rmcp detail: https://mcpindex.ai/server/ai-dinglebear-arcane-rmcp - Cortex RMCP (ai.dinglebear/cortex-rmcp@3.9.1) Rust MCP server for homelab logs, syslog, Docker logs, FTS search, and AI transcript correlation. installs: npm:cortex-rmcp detail: https://mcpindex.ai/server/ai-dinglebear-cortex-rmcp - Arcane RMCP (ai.dinglebear/rarcane@0.4.4) Arcane Docker and Compose management over MCP and CLI with authenticated stdio and HTTP. installs: npm:@dinglebear/rarcane detail: https://mcpindex.ai/server/ai-dinglebear-rarcane - Unraid RMCP (ai.dinglebear/unraid@0.3.0) Rust MCP server and CLI for Unraid GraphQL operations across NAS, Docker, VM, and storage workflows. installs: npm:@dinglebear/unraid detail: https://mcpindex.ai/server/ai-dinglebear-unraid - Unraid RMCP (ai.dinglebear/unraid-rmcp@0.2.3) Rust MCP server and CLI for Unraid GraphQL, NAS, Docker, VM, and storage workflows. installs: npm:unraid-rmcp detail: https://mcpindex.ai/server/ai-dinglebear-unraid-rmcp - com.containermath/cbm (com.containermath/cbm@1.0.0) Calculate shipment volume (CBM/CFT), weight, and how cargo fits standard shipping containers. installs: remote:https://mcp.containermath.com detail: https://mcpindex.ai/server/com-containermath-cbm - Kubova — 3D Container Loading (com.kubova/container-loading@1.0.0) Pack cargo into containers & onto pallets; a verifiable 3D loading plan. Free tier + REST API. installs: remote:https://kubova.com/mcp detail: https://mcpindex.ai/server/com-kubova-container-loading - com.pulsemcp/fly-io (com.pulsemcp/fly-io@0.1.7) MCP server for managing Fly.io machines, apps, logs, and Docker images. installs: npm:fly-io-mcp-server detail: https://mcpindex.ai/server/com-pulsemcp-fly-io - Tidesman (dev.tidesman/tidesman@0.3.0) A free native MCP server for running and debugging Linux containers with Apple's container tool. installs: manual detail: https://mcpindex.ai/server/dev-tidesman-tidesman - 3DPACK.ING — Container & Truck Load Planning (ing.3dpack/container-loading@0.1.1) Plain-English shipment input for freight & logistics: containers your cargo fits, 3D load plan. installs: npm:@3dpacking/mcp-server detail: https://mcpindex.ai/server/ing-3dpack-container-loading - Google Tag Manager MCP (io.github.A1-x-Tech/mcp-google-tagmanager@1.0.0) MCP server for the Google Tag Manager API v2: containers, workspaces, tags, triggers, publishing. installs: npm:mcp-google-tagmanager detail: https://mcpindex.ai/server/io-github-a1-x-tech-mcp-google-tagmanager - Container Host AIops (io.github.AIops-tools/container-host-aiops@0.10.0) Governed Docker + Portainer container-host ops: reads, RCA analyses, guarded writes. 38 tools. installs: pypi:container-host-aiops detail: https://mcpindex.ai/server/io-github-aiops-tools-container-host-aiops - Proxmox AIops (io.github.AIops-tools/proxmox-aiops@0.12.0) Governed Proxmox VE VM/container ops — 43 MCP tools with audit, budget, undo & risk-tier guards. installs: pypi:proxmox-aiops detail: https://mcpindex.ai/server/io-github-aiops-tools-proxmox-aiops - io.github.CSOAI-ORG/docker-helper-ai-mcp (io.github.CSOAI-ORG/docker-helper-ai-mcp@1.0.12) Docker Helper Ai MCP Server by MEOK AI Labs installs: pypi:docker-helper-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-docker-helper-ai-mcp - io.github.Dave-London/docker (io.github.Dave-London/docker@0.8.0) Structured Docker operations (ps, images, logs, build) as typed JSON. installs: npm:@paretools/docker detail: https://mcpindex.ai/server/io-github-dave-london-docker - io.github.Dave-London/pare-docker (io.github.Dave-London/pare-docker@0.8.1) Pare Docker — Structured Docker operations (ps, images, logs, build, compose) as typed JSON. installs: npm:@paretools/docker detail: https://mcpindex.ai/server/io-github-dave-london-pare-docker - io.github.IronSecCo/ironclaw (io.github.IronSecCo/ironclaw@0.1.499) Sandboxed shell exec for MCP clients: run untrusted agent commands in a gVisor container. installs: docker:ghcr.io/ironsecco/ironclaw-mcp:v0.1.499 detail: https://mcpindex.ai/server/io-github-ironsecco-ironclaw - io.github.IsaiahDupree/devstack-mcp (io.github.IsaiahDupree/devstack-mcp@1.0.0) Dev-registry data: npm/PyPI/Docker/VS Code packages, dep graphs, vulns, 50+ ecosystems. installs: remote:https://devstack-mcp.vercel.app/mcp detail: https://mcpindex.ai/server/io-github-isaiahdupree-devstack-mcp - Workflow MCP (io.github.Juliusolsson05/workflow-mcp@1.1.0) Session-bound Docker workflow server through Codex. State is discarded with the container. installs: docker:docker.io/juliusolsson/workflow-mcp@sha256:4b6889f9e78d0208e6d1d343ba23d0c5d092b1a1513a73c9c85deb2d00ab5855 detail: https://mcpindex.ai/server/io-github-juliusolsson05-workflow-mcp - Docker MCP Server (io.github.L337-org/docker-mcp-server@2.2.3) Manage Docker (containers, images, Compose, Swarm, registries) via the Docker SDK and CLI. installs: pypi:docker-mcp-server | docker:ghcr.io/l337-org/docker-mcp-server:2.2.3 detail: https://mcpindex.ai/server/io-github-l337-org-docker-mcp-server - Komodo MCP Server (io.github.MP-Tool/komodo-mcp-server@1.5.0) MCP server for Komodo - manage Docker containers, servers, stacks, and deployments via AI installs: npm:komodo-mcp-server | docker:ghcr.io/mp-tool/komodo-mcp-server:1.5.0 detail: https://mcpindex.ai/server/io-github-mp-tool-komodo-mcp-server - Linux MCP (io.github.Mohabdo21/linux-mcp@0.2.13) Linux MCP server for real-time system monitoring - CPU, memory, disk, network, processes, Docker. installs: manual detail: https://mcpindex.ai/server/io-github-mohabdo21-linux-mcp - io.github.ParadoxInfinite/oriel (io.github.ParadoxInfinite/oriel@0.7.0) Safety-gated AI control of Docker and Colima: containers, images, volumes, networks, Compose. installs: docker:ghcr.io/paradoxinfinite/oriel:0.7.0 detail: https://mcpindex.ai/server/io-github-paradoxinfinite-oriel - io.github.SepineTam/latex-mcp (io.github.SepineTam/latex-mcp@0.1.3) Enable AI agents to compile TeX files with LaTeX inside a Docker container. installs: pypi:latex-mcp detail: https://mcpindex.ai/server/io-github-sepinetam-latex-mcp - HomeLab Monitor (io.github.SikamikanikoBG/homelab-monitor@0.14.2) Self-hosted homelab dashboard with a built-in read-only MCP server (hosts, Docker, GPU, services). installs: docker:docker.io/sikamikaniko123/homelab-monitor:0.14.2 detail: https://mcpindex.ai/server/io-github-sikamikanikobg-homelab-monitor - SQL Server MCP (macOS) (io.github.TharanaBope/sql-server-mcp-macos@1.0.4) SQL Server MCP with RAG capabilities for macOS (Docker SQL Server support) installs: npm:@tharanabopearachchi/sql-server-mcp-macos detail: https://mcpindex.ai/server/io-github-tharanabope-sql-server-mcp-macos - Docker Compose Audit (io.github.UnbearableDev/docker-compose-audit@1.0.0) Security audit for docker-compose.yml — 25 checks: secrets, privileges, network, volumes, images. installs: remote:https://unbearable-dev--docker-compose-audit.apify.actor/mcp detail: https://mcpindex.ai/server/io-github-unbearabledev-docker-compose-audit - io.github.addozhang/nexus (io.github.addozhang/nexus@0.1.1) Query Sonatype Nexus Repository (OSS/Pro) for Maven, Python, and Docker artifacts installs: pypi:nexus-mcp-server detail: https://mcpindex.ai/server/io-github-addozhang-nexus - Adopte un Conteneur - Container Delivery & Dimensions (io.github.adopteunconteneur/delivery-calculator@1.2.0) Delivery cost calculator and container dimensions for France. Real HT/TTC prices. installs: remote:https://adopte-un-conteneur.fr/api/v1/mcp-server.php detail: https://mcpindex.ai/server/io-github-adopteunconteneur-delivery-calculator - io.github.alisaitteke/docker-mcp (io.github.alisaitteke/docker-mcp@0.2.4) MCP server for managing Docker containers, images, networks, volumes, and registries installs: npm:@alisaitteke/docker-mcp detail: https://mcpindex.ai/server/io-github-alisaitteke-docker-mcp - io.github.amol21p/interactive-terminal (io.github.amol21p/interactive-terminal@1.0.7) MCP server for real interactive terminal sessions — REPLs, SSH, databases, Docker installs: npm:mcp-interactive-terminal detail: https://mcpindex.ai/server/io-github-amol21p-interactive-terminal - devcontainer-mcp (io.github.aniongithub/devcontainer-mcp@0.39) Manage dev container environments via MCP (Docker, DevPod, Codespaces). installs: manual detail: https://mcpindex.ai/server/io-github-aniongithub-devcontainer-mcp - io.github.antonio-mello-ai/mcp-proxmox (io.github.antonio-mello-ai/mcp-proxmox@1.2.1) Manage Proxmox VE clusters through AI assistants — VMs, containers, and more installs: pypi:mcp-proxmox detail: https://mcpindex.ai/server/io-github-antonio-mello-ai-mcp-proxmox - io.github.artemdruzhininad-star/docker-wts-build (io.github.artemdruzhininad-star/docker-wts-build@0.1.2) Schedule Docker builds via Windows Task Scheduler — survives VS Code terminal timeouts installs: pypi:docker-wts-build detail: https://mcpindex.ai/server/io-github-artemdruzhininad-star-docker-wts-build - memex (io.github.ayushagrawal288/memex@0.1.0) Persistent memory for AI agents — semantic + recency search, ONNX embeddings, Docker Compose. installs: docker:ghcr.io/ayushagrawal288/memex:v0.1.0 detail: https://mcpindex.ai/server/io-github-ayushagrawal288-memex - io.github.bitterdev/veracrypt-mcp (io.github.bitterdev/veracrypt-mcp@0.2.0) MCP server to mount and unmount VeraCrypt containers with secure stdin password handling. installs: pypi:veracrypt-mcp detail: https://mcpindex.ai/server/io-github-bitterdev-veracrypt-mcp - MCP Podman (io.github.crunchtools/podman@0.1.1) MCP server for Podman container management via the Podman REST API installs: pypi:mcp-podman-crunchtools detail: https://mcpindex.ai/server/io-github-crunchtools-podman - io.github.dockersamples/mcp-docker-release-information (io.github.dockersamples/mcp-docker-release-information@0.3.0) MCP server providing Docker Desktop release notes and security information. installs: docker:docker.io/dockersamples/mcp-docker-release-information:0.3.0 detail: https://mcpindex.ai/server/io-github-dockersamples-mcp-docker-release-information - io.github.fengcl/mcp-sse-demo-02 (io.github.fengcl/mcp-sse-demo-02@0.0.0) Spring Boot MCP 服务器(示例占位描述),通过 GHCR 以 OCI 镜像发布至 MCP Registry。 installs: docker:ghcr.io/fengcl/mcp-sse-demo-02:0.1.5 detail: https://mcpindex.ai/server/io-github-fengcl-mcp-sse-demo-02 - Docker MCP Server (io.github.friendlygeorge/docker-mcp-server@0.3.5) MCP server for Docker — containers, health checks, Compose, logs, monitoring for AI agents installs: npm:@supernova123/docker-mcp-server detail: https://mcpindex.ai/server/io-github-friendlygeorge-docker-mcp-server - io.github.gattjoe/ACMS (io.github.gattjoe/ACMS@0.1.0) Apple Container MCP Server (ACMS) provides access to Apple's container CLI tool on macOS installs: pypi:ACMS detail: https://mcpindex.ai/server/io-github-gattjoe-acms - MCP Modal Server (io.github.george-bobby/mcp-modal@0.2.4) MCP server for managing Modal apps, containers, volumes, and secrets. installs: pypi:mcp-modal detail: https://mcpindex.ai/server/io-github-george-bobby-mcp-modal - io.github.hopx-ai/hopx-mcp (io.github.hopx-ai/hopx-mcp@0.2.1) Execute code in isolated cloud containers. Supports Python, JavaScript, Bash, and Go. installs: manual detail: https://mcpindex.ai/server/io-github-hopx-ai-hopx-mcp - OCI Pricing (io.github.jasonwilbur/oci-pricing-mcp@1.2.2) Oracle Cloud Infrastructure pricing data with cost calculators and comparisons installs: npm:oci-pricing-mcp detail: https://mcpindex.ai/server/io-github-jasonwilbur-oci-pricing-mcp - io.github.jordanburke/dokploy-mcp-server (io.github.jordanburke/dokploy-mcp-server@1.6.2) Dokploy MCP server: manage apps, Docker Compose, databases, domains, backups, and servers. installs: npm:dokploy-mcp-server detail: https://mcpindex.ai/server/io-github-jordanburke-dokploy-mcp-server - io.github.lxxmng/container-loading (io.github.lxxmng/container-loading@0.2.0) Plan optimal container & truck loads: 3D layouts, utilization, centre of gravity, crush checks. installs: remote:https://mcp.loadingmcp.com/mcp detail: https://mcpindex.ai/server/io-github-lxxmng-container-loading - Container Tracking MCP (io.github.lxxmng/container-tracking@1.3.0) DCSA container tracking across 228 ocean carriers: live vessel positions, ETAs, demurrage alerts. installs: remote:https://mcp.trackingmcp.com/mcp detail: https://mcpindex.ai/server/io-github-lxxmng-container-tracking - io.github.manusa/podman-mcp-server (io.github.manusa/podman-mcp-server@0.0.15) A Model Context Protocol (MCP) server for container runtimes (Podman and Docker) installs: npm:podman-mcp-server | pypi:podman-mcp-server detail: https://mcpindex.ai/server/io-github-manusa-podman-mcp-server - io.github.ofershap/docker (io.github.ofershap/docker@1.0.1) MCP server for Docker — manage containers, images, volumes, and compose services from your IDE installs: npm:mcp-docker-server detail: https://mcpindex.ai/server/io-github-ofershap-docker - GTM MCP Server (io.github.paolobietolini/gtm-mcp-server@1.1.0) Let AI manage your Google Tag Manager containers — tags, triggers, variables, and more. installs: remote:https://mcp.gtmeditor.com detail: https://mcpindex.ai/server/io-github-paolobietolini-gtm-mcp-server - io.github.peter-schout/bol-ai (io.github.peter-schout/bol-ai@1.0.0) Extract structured data from Bills of Lading: parties, ports, containers, incoterms. EU-hosted. installs: remote:https://bol.ai/api/mcp detail: https://mcpindex.ai/server/io-github-peter-schout-bol-ai - io.github.pierre3/maildev-mcp (io.github.pierre3/maildev-mcp@1.0.1) MailDev MCP server. Manage Docker containers and inspect emails from your AI editor or MCP client. installs: manual detail: https://mcpindex.ai/server/io-github-pierre3-maildev-mcp - OWASP ZAP MCP Server (io.github.pierre3/zap-mcp@1.1.0) MCP server for OWASP ZAP vulnerability scanning with Docker management installs: manual detail: https://mcpindex.ai/server/io-github-pierre3-zap-mcp - Dockerhub (io.github.pipeworx-io/dockerhub@0.1.0) Docker Hub MCP — wraps the Docker Hub v2 API (free, no auth required for public data) installs: remote:https://gateway.pipeworx.io/dockerhub/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-dockerhub - Magic Cloud (io.github.polterguy/magic@23.2.3) Self-hosted low-code platform (Docker); its MCP endpoint runs on your own instance, not via npx. installs: docker:docker.io/servergardens/magic-aio:v23.2.3 detail: https://mcpindex.ai/server/io-github-polterguy-magic - io.github.rijul170/qualys-mcp (io.github.rijul170/qualys-mcp@0.1.0) Full Qualys portal management over MCP: VMDR, PC, WAS, Cloud Agent, Container Security & more installs: pypi:qualys-mcp-full detail: https://mcpindex.ai/server/io-github-rijul170-qualys-mcp - io.github.rog0x/docker (io.github.rog0x/docker@1.0.1) Docker container management and Dockerfile analysis installs: npm:@rog0x/mcp-docker-tools detail: https://mcpindex.ai/server/io-github-rog0x-docker - io.github.rustok-org/rustok-wallet (io.github.rustok-org/rustok-wallet@0.4.2) Self-custody Ethereum agent wallet (MCP/stdio). Keys stay in a local Docker volume. installs: docker:ghcr.io/rustok-org/rustok-wallet:v0.4.2 detail: https://mcpindex.ai/server/io-github-rustok-org-rustok-wallet - io.github.sapientsai/dokploy-mcp-server (io.github.sapientsai/dokploy-mcp-server@1.8.3) Dokploy MCP server: manage apps, Docker Compose, databases, domains, backups, and servers. installs: npm:dokploy-mcp-server detail: https://mcpindex.ai/server/io-github-sapientsai-dokploy-mcp-server - LLM Sandbox (io.github.vndee/llm-sandbox@0.3.43) Securely run LLM-generated code in isolated containers across 7 languages and 3 container backends. installs: pypi:llm-sandbox detail: https://mcpindex.ai/server/io-github-vndee-llm-sandbox - SearXNG HTTP MCP (io.github.whw23/searxng-http-mcp@2026.55.0) Self-contained SearXNG metasearch MCP server. One Docker image, 200+ engines, privacy-first. installs: docker:ghcr.io/whw23/searxng-http-mcp detail: https://mcpindex.ai/server/io-github-whw23-searxng-http-mcp - io.usefulapi/scalingo (io.usefulapi/scalingo@1.0.1) Manage Scalingo PaaS apps, deployments, containers, logs and env vars from your AI assistant. installs: remote:https://scalingo.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-scalingo - Zhihuo Container Loading (net.zhihuo.mcp/container-loading@1.0.1) How many identical cartons fit in a container or space, where they go, plus a 3D loading plan. installs: remote:https://mcp.zhihuo.net/mcp detail: https://mcpindex.ai/server/net-zhihuo-mcp-container-loading - sh.antrieb/antrieb (sh.antrieb/antrieb@1.0.1) Validates AI infra code on real VMs. Self-corrects until it works. No containers, no sandboxes. installs: remote:https://antrieb.sh/mcp detail: https://mcpindex.ai/server/sh-antrieb-antrieb ## Documents & Spreadsheets (567) - ac.tandem/docs-mcp (ac.tandem/docs-mcp@0.3.2) Remote MCP server for Tandem docs, install guides, SDKs, workflows, and agent setup help. installs: remote:https://tandem.ac/mcp detail: https://mcpindex.ai/server/ac-tandem-docs-mcp - AutEng MCP - Markdown Publishing & Document Share Links (ai.auteng/docs@1.1.0) Publish markdown documents as public share links with mermaid diagram support. Built by AutEng.ai installs: remote:https://auteng.ai/mcp/docs detail: https://mcpindex.ai/server/ai-auteng-docs - Biel.ai (ai.biel/biel-ai@2.0.0) Query your product docs from AI tools. Source-cited answers from your indexed documentation. installs: remote:https://mcp.biel.ai/v2/{project_slug}/mcp detail: https://mcpindex.ai/server/ai-biel-biel-ai - ai.byteask/embedded-docs (ai.byteask/embedded-docs@1.0.1) Page-cited retrieval for embedded docs, datasheets, MISRA, CMSIS, and RTOS references. installs: remote:https://mcp.byteask.ai/mcp detail: https://mcpindex.ai/server/ai-byteask-embedded-docs - Canvora (ai.canvora/canvora@1.2.0) Turn any idea, URL, doc, or PDF into on-brand visuals: 100+ formats, native in 150+ languages installs: remote:https://api.canvora.ai/mcp detail: https://mcpindex.ai/server/ai-canvora-canvora - DocuGuru (ai.docuguru/docuguru@0.4.0) Journal-formatted PDFs for 18,000+ journals, real DOI citations, posters & slide decks. installs: remote:https://mcp.docuguru.ai/mcp detail: https://mcpindex.ai/server/ai-docuguru-docuguru - ai.filegraph/document-processing (ai.filegraph/document-processing@1.0.1) Extract text from documents, manipulate PDFs, and perform OCR on images. installs: remote:https://api.filegraph.ai/mcp detail: https://mcpindex.ai/server/ai-filegraph-document-processing - ai.mafdet/mcp (ai.mafdet/mcp@0.1.3) Read-only Mafdet AI account tools (models, balance, usage, subscription) and docs search. installs: npm:@mafdet/mcp detail: https://mcpindex.ai/server/ai-mafdet-mcp - ai.mitosislabs/mitosis (ai.mitosislabs/mitosis@1.0.0) Mitosis agent-memory platform: pricing, docs search, platform status, agent skills. No auth. installs: remote:https://mitosislabs.ai/api/mcp detail: https://mcpindex.ai/server/ai-mitosislabs-mitosis - ai.normhyra/normhyra (ai.normhyra/normhyra@1.0.0) Swedish normhyra calculation engine: convert rents, process rent rolls, generate PDF reports. installs: remote:https://mcp.normhyra.ai/ detail: https://mcpindex.ai/server/ai-normhyra-normhyra - OneLore (ai.onelore/lore@0.2.1) Shared project context for AI agents and teams: docs, tasks, and messages that stay current. installs: remote:https://mcp.onelore.ai detail: https://mcpindex.ai/server/ai-onelore-lore - pdfAssistant (ai.pdfassistant/pdfassistant@1.35.17) Convert, merge, compress, OCR, redact, and sign PDFs inside your AI assistant. From pdfAssistant. installs: remote:https://chat.pdfassistant.ai/mcp detail: https://mcpindex.ai/server/ai-pdfassistant-pdfassistant - Realastat (ai.realastat/realastat@1.0.0) Real estate deal analysis from chat: rental underwriting, buy-box matching, deal library, docs. installs: remote:https://realastat.ai/api/mcp detail: https://mcpindex.ai/server/ai-realastat-realastat - ai.smithery/morosss-sdfsdf (ai.smithery/morosss-sdfsdf@1.14.0) Find academic papers across major sources like arXiv, PubMed, bioRxiv, and more. Download PDFs whe… installs: remote:https://server.smithery.ai/@morosss/sdfsdf/mcp detail: https://mcpindex.ai/server/ai-smithery-morosss-sdfsdf - Speko AI (ai.speko/mcp@1.0.12) Manage Speko voice-AI agents, sessions, calls, phone numbers, knowledge bases, evals, and docs. installs: remote:https://mcp.speko.ai/mcp detail: https://mcpindex.ai/server/ai-speko-mcp - TenderHunt (ai.tenderhunt/agent@1.0.0) Belarus public tenders: search, analytics, docs, and alerts via TenderHunt agent. installs: remote:https://tenderhunt.ai/mcp detail: https://mcpindex.ai/server/ai-tenderhunt-agent - ai.thrain/blackout (ai.thrain/blackout@1.3.0) Permanent local PDF redaction: text is removed and verified gone, not covered. No uploads. installs: npm:@thrain/blackout-mcp detail: https://mcpindex.ai/server/ai-thrain-blackout - ai.thrain/spotlight (ai.thrain/spotlight@0.1.2) Local PDF accessibility audit: machine-checkable PDF/UA basics (ADA/EAA/508). No uploads. installs: npm:@thrain/spotlight-mcp detail: https://mcpindex.ai/server/ai-thrain-spotlight - Dock (ai.trydock/dock@1.1.0) AI workspace for you, your team, and every agent. Tables, docs (images, 4K video), formulas. installs: remote:https://trydock.ai/api/mcp detail: https://mcpindex.ai/server/ai-trydock-dock - ai.vidocu/vidocu (ai.vidocu/vidocu@1.0.2) AI Knowledge Platform: turn videos, PDFs, and slides into subtitles, voiceovers, and documentation installs: remote:https://mcp.vidocu.ai/ detail: https://mcpindex.ai/server/ai-vidocu-vidocu - ai.waystation/office (ai.waystation/office@0.3.1) Create, edit, and collaborate on Office documents and spreadsheets. installs: remote:https://waystation.ai/office/mcp detail: https://mcpindex.ai/server/ai-waystation-office - Cardog (app.cardog/mcp@2.0.1) VIN decode, Canadian listings, market quotes, TC+NHTSA recalls. Full API: https://cardog.app/docs.md installs: remote:https://mcp.cardog.io/mcp?api_key={api_key} detail: https://mcpindex.ai/server/app-cardog-mcp - Lucid (app.lucid.mcp/lucid@1.0.0) Lucid’s connector creates diagrams, searches, edits, shares, and retrieves docs to summarize. installs: remote:https://mcp.lucid.app/mcp detail: https://mcpindex.ai/server/app-lucid-mcp-lucid - app.mhai/knihajizd (app.mhai/knihajizd@0.1.0) Czech mileage logbook (kniha jizd): AI journey drafts, statutory reimbursement, XLSX export installs: remote:https://knihajizd.mhai.app/mcp detail: https://mcpindex.ai/server/app-mhai-knihajizd - Free Agent Economy Lab (app.replit.austere-unsteady-pdf/free-agent-economy-lab@0.4.0) Free buyer-side outcome verification and provider comparison for supplied agent receipts. installs: remote:https://austere-unsteady-pdf.replit.app/mcp detail: https://mcpindex.ai/server/app-replit-austere-unsteady-pdf-free-agent-economy-lab - app.superdocs/superdocs (app.superdocs/superdocs@1.2.0) AI document editing for agents: draft, edit, export .docx/PDF. 37 MCP tools; agent self-signup. installs: remote:https://api.superdocs.app/mcp/ detail: https://mcpindex.ai/server/app-superdocs-superdocs - br.com.signdocs/mcp-server (br.com.signdocs/mcp-server@0.3.2) SignDocs Brasil e-signature tools for AI agents — signing sessions, envelopes, verification. installs: npm:@signdocs-brasil/mcp-server | remote:https://mcp.signdocs.com.br/mcp detail: https://mcpindex.ai/server/br-com-signdocs-mcp-server - Bridge Town (builders.bridgetown/bridge-town@1.0.1) Build financial models as code. Cloud execution, GSheets MCP, version control, collaboration. installs: remote:https://api.bridgetown.builders/mcp detail: https://mcpindex.ai/server/builders-bridgetown-bridge-town - ca.swiftsign/mcp (ca.swiftsign/mcp@0.5.2) E-signatures for agents: mint a sandbox key, send PDFs, track status, download the sealed result. installs: remote:https://swiftsign.ca/mcp detail: https://mcpindex.ai/server/ca-swiftsign-mcp - Prince Cloud (cloud.prince/prince@1.1.0) Convert Markdown, HTML, and web pages to high-quality PDF with Prince. installs: remote:https://prince.cloud/mcp detail: https://mcpindex.ai/server/cloud-prince-prince - GrapeCity GcExcel (cn.com.grapecity/gcexcel@1.0.0-beta.1) GrapeCity Software MCP for GcExcel docs, examples, and product assistance. installs: remote:https://mcp.grapecity.com.cn/mcp/gcexcel detail: https://mcpindex.ai/server/cn-com-grapecity-gcexcel - GrapeCity SpreadJS (cn.com.grapecity/spreadjs@1.0.0-beta.1) GrapeCity Software MCP for SpreadJS docs, examples, and product assistance. installs: remote:https://mcp.grapecity.com.cn/mcp/spreadjs detail: https://mcpindex.ai/server/cn-com-grapecity-spreadjs - EveryPage (co.everypage/mcp@0.1.0) Share PDFs as tracked links and see who read them, how far they got, and where they stopped. installs: npm:everypage-mcp detail: https://mcpindex.ai/server/co-everypage-mcp - Gemina FileTag (co.gemina/filetag@1.0.2) Tag, rename, and enrich PDFs and images. Free tier: 1,500 tags/month, no credit card. installs: remote:https://api.gemina.co/api/v1/mcp/ detail: https://mcpindex.ai/server/co-gemina-filetag - God Mode AI Sprite Generator (co.godmodeai/sprites@1.0.0) Generate game sprite sheets and animations from an image, and clean up sprite backgrounds. installs: remote:https://www.godmodeai.co/api/mcp detail: https://mcpindex.ai/server/co-godmodeai-sprites - co.kuickr/kuickr (co.kuickr/kuickr@0.1.9) Host an agent's pages at clean, permanent URLs. Publish, organize, edit, search and re-find docs. installs: remote:https://kuickr.co/mcp detail: https://mcpindex.ai/server/co-kuickr-kuickr - AdCritter for Builders (com.adcritter/mcp-dev@0.1.1) AdCritter ads platform: docs, API reference, app scaffolding, and white-label integration. installs: remote:https://mcp.adcritter.com/mcp/dev detail: https://mcpindex.ai/server/com-adcritter-mcp-dev - ai·rete·rag (com.ai-rete-rag/ai-rete-rag-mcp@0.6.1) Author rules from policy docs, then decide: a Rete engine gives the verdict, an LLM explains why. installs: pypi:ai-rete-rag-mcp | remote:https://ai-rete-rag.com/mcp detail: https://mcpindex.ai/server/com-ai-rete-rag-ai-rete-rag-mcp - AllPDFMagic (com.allpdfmagic/allpdfmagic@1.0.0) PDF tools + invoice extraction, bank statement parsing, GST reconciliation & GSTIN validation. installs: remote:https://api.allpdfmagic.com/mcp detail: https://mcpindex.ai/server/com-allpdfmagic-allpdfmagic - com.applivery.docs/mcp (com.applivery.docs/mcp@2.4.0) Search and read the public Applivery docs (MDM & app distribution). Read-only, no auth. installs: remote:https://docs.applivery.com/mcp detail: https://mcpindex.ai/server/com-applivery-docs-mcp - Avalara Developer Documentation (com.avalara/docs@1.0.1) Provides access to Avalara developer documentation, integration guides, and code examples installs: remote:https://mcp.avalara.com/docs detail: https://mcpindex.ai/server/com-avalara-docs - Avaza (com.avaza/avaza-mcp@1.1.0) Manage Avaza projects, tasks, timesheets, expenses, invoices, and scheduling from AI assistants. installs: remote:https://mcp.avaza.com/mcp detail: https://mcpindex.ai/server/com-avaza-avaza-mcp - Bank Statement Sheet (com.bankstatementsheet/bank-statement-sheet-mcp@0.1.1) Convert PDF bank statements into transactions that arrive with a pass/fail reconciliation verdict. installs: npm:bank-statement-sheet-mcp detail: https://mcpindex.ai/server/com-bankstatementsheet-bank-statement-sheet-mcp - Chainstack (com.chainstack/chainstack@1.10.10) Deploy and manage blockchain nodes across 70+ protocols, search docs, request testnet funds. installs: remote:https://mcp.chainstack.com/mcp detail: https://mcpindex.ai/server/com-chainstack-chainstack - com.clauxel.context7docs/context7docs-mcp (com.clauxel.context7docs/context7docs-mcp@1.0.0) A paid remote MCP for Context7 MCP docs, built to return verdicts, receipts, usage logs, and audit-r installs: remote:https://context7docs.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-context7docs-context7docs-mcp - Cognethics (com.cognethics/cognethics@0.1.0) Multi-tenant business platform — 6,000+ RBAC-gated MCP tools across finance, ops, docs, agents. installs: remote:https://{tenant}.cognethics.com/api/mcp/mcp detail: https://mcpindex.ai/server/com-cognethics-cognethics - com.datavrn/schedule-iii (com.datavrn/schedule-iii@1.0.0) Deterministic Schedule III statements for Indian companies: trial balance in, Excel workbook out. installs: remote:https://app.datavrn.com/api/mcp detail: https://mcpindex.ai/server/com-datavrn-schedule-iii - Divine API - Horoscope, Tarot & Numerology (com.divineapi/horoscope@1.5.0) Official Divine API MCP for Horoscope, Tarot, Numerology, and PDF Reports. installs: remote:https://mcp.divineapi.com/horoscope/mcp detail: https://mcpindex.ai/server/com-divineapi-horoscope - DocPenny PDF Generator (com.docpenny/pdf-generator@1.0.1) Generate HTML to PDF documents in bulk or single — raw replacements or based on conditions, loops installs: remote:https://mcp.docpenny.com/mcp detail: https://mcpindex.ai/server/com-docpenny-pdf-generator - Epublys (com.epublys/epublys@1.0.1) EPUB/PDF tools: merge, split, compress, convert, edit metadata, validate ebooks. installs: remote:https://epublys.com/mcp detail: https://mcpindex.ai/server/com-epublys-epublys - com.esti-maite/construction-takeoff-estimating (com.esti-maite/construction-takeoff-estimating@1.0.0) Construction takeoff and estimating for AI agents. Measure a drawing PDF, export a priced estimate. installs: remote:https://mcp.esti-maite.com/mcp detail: https://mcpindex.ai/server/com-esti-maite-construction-takeoff-estimating - ExactPDF (com.exactpdf/mcp@0.2.3) Agent-facing PDF API: merge, split, rotate, compress, images, metadata, text, and Markdown. installs: npm:@exactpdf/mcp detail: https://mcpindex.ai/server/com-exactpdf-mcp - Ezoic Setup Assistant (com.ezoic/setup@1.0.0) Ezoic ads implementation assistant: integration docs, SDKs, and working, copyable setup code. installs: remote:https://setup-agent.ezoic.com/mcp detail: https://mcpindex.ai/server/com-ezoic-setup - flingflyers (com.flingflyers/flingflyers@1.0.1) Share an HTML page or PDF as a short public link. No account or API key, expires on its own. installs: remote:https://flingflyers.com/mcp detail: https://mcpindex.ai/server/com-flingflyers-flingflyers - FreeSign — Free e-signature (com.free-sign/signing@1.0.0) Free e-signature for humans and AI agents — zero-document PDF signing from hashes only. installs: remote:https://free-sign.com/mcp detail: https://mcpindex.ai/server/com-free-sign-signing - com.freebatteryfactory/docs (com.freebatteryfactory/docs@1.0.0) Search and read the Free Battery Factory docs (LiteShip, batpak) as live MCP tools. installs: remote:https://freebatteryfactory.com/mcp detail: https://mcpindex.ai/server/com-freebatteryfactory-docs - GameAnalytics Documentation (com.gameanalytics/analytics-docs@1.0.0) Search GameAnalytics docs: Unity, Unreal, iOS, Android SDK and API guides for mobile game analytics. installs: remote:https://mcp.docs.gameanalytics.com detail: https://mcpindex.ai/server/com-gameanalytics-analytics-docs - com.getalai/presentations (com.getalai/presentations@1.0.0) Generate, edit, and export AI presentations to PDF, PPTX, or a shareable link. installs: remote:https://slides-api.getalai.com/mcp/ detail: https://mcpindex.ai/server/com-getalai-presentations - PDF Kit (com.hellobasestation/pdfkit@1.0.7) AI-powered PDF tools: fill forms via natural language installs: npm:pdfkit-mcp | remote:https://mcp.hellobasestation.com/mcp detail: https://mcpindex.ai/server/com-hellobasestation-pdfkit - com.htagai/htag-docs (com.htagai/htag-docs@1.0.0) Public HTAG discovery for MCP tools, API endpoints, OpenAPI ops, and agents. installs: remote:https://api.htagai.com/mcp/v1/servers/htag-docs/mcp detail: https://mcpindex.ai/server/com-htagai-htag-docs - iFillPDF (com.ifillpdf/pdf@1.0.0) Detect fillable fields in any PDF with AI, scans included, then fill and sign it. installs: remote:https://mcp.ifillpdf.com/mcp detail: https://mcpindex.ai/server/com-ifillpdf-pdf - KDAN PDF (com.kdandoc.mcp/kdan-pdf-mcp@1.0.0) Upload, edit, compress, protect, redact, and compare PDFs with KDAN PDF in Claude and ChatGPT. installs: remote:https://mcp.kdandoc.com/mcp detail: https://mcpindex.ai/server/com-kdandoc-mcp-kdan-pdf-mcp - Knowa (com.knowalabs/knowa@1.1.0) Team docs served to AI agents over MCP - search, Markdown reads, version pinning, read audit. installs: remote:https://app.knowalabs.com/api/mcp detail: https://mcpindex.ai/server/com-knowalabs-knowa - Laddro Career (com.laddro/career@0.4.0) Tailor resumes, generate cover letters, render CVs as PDF, and browse 22+ templates. installs: npm:@laddro/career-mcp | remote:https://mcp.laddro.com/mcp detail: https://mcpindex.ai/server/com-laddro-career - com.mcparmory/atlassian-confluence (com.mcparmory/atlassian-confluence@1.0.8) Create, manage, and search Confluence pages, attachments, and content with full automation support installs: pypi:mcparmory-atlassian-confluence | docker:ghcr.io/mcparmory/atlassian-confluence:1.0.8 detail: https://mcpindex.ai/server/com-mcparmory-atlassian-confluence - com.mcparmory/convertapi (com.mcparmory/convertapi@1.0.4) Convert files across 500+ formats: documents, PDFs, and images installs: pypi:mcparmory-convertapi | docker:ghcr.io/mcparmory/convertapi:1.0.4 detail: https://mcpindex.ai/server/com-mcparmory-convertapi - com.mcparmory/google-sheets (com.mcparmory/google-sheets@1.0.3) Create, read, and modify spreadsheet data, formatting, and sheets installs: pypi:mcparmory-google-sheets | docker:ghcr.io/mcparmory/google-sheets:1.0.3 detail: https://mcpindex.ai/server/com-mcparmory-google-sheets - com.mcparmory/pdfco (com.mcparmory/pdfco@1.0.2) Extract data, edit, convert, and parse PDF documents with OCR and AI installs: pypi:mcparmory-pdfco | docker:ghcr.io/mcparmory/pdfco:1.0.2 detail: https://mcpindex.ai/server/com-mcparmory-pdfco - com.mdtidy/mcp (com.mdtidy/mcp@1.1.11) Clean, repair, and convert AI-generated Markdown to HTML/PDF/DOCX/PNG; save and share documents. installs: npm:@mdtidy/mcp | remote:https://www.mdtidy.com/mcp detail: https://mcpindex.ai/server/com-mdtidy-mcp - com.merchinary/docs (com.merchinary/docs@0.1.1) Search how-to docs for Merchinary's Shopify Bulk Product Editor and Image Editor apps. installs: npm:@merchinary/docs-mcp detail: https://mcpindex.ai/server/com-merchinary-docs - Microsoft Learn MCP (com.microsoft/microsoft-learn-mcp@1.0.0) Official Microsoft Learn MCP Server – real-time, trusted docs & code samples for AI and LLMs. installs: remote:https://learn.microsoft.com/api/mcp detail: https://mcpindex.ai/server/com-microsoft-microsoft-learn-mcp - Work IQ Word MCP Server (com.microsoft/workiq-wordserver@1.0.0) MCP Server containing tools to work with Microsoft Word document installs: remote:https://agent365.svc.cloud.microsoft/agents/tenants/{tenant_id}/servers/mcp_WordServer detail: https://mcpindex.ai/server/com-microsoft-workiq-wordserver - OntoRamp Knowledge Cartographer (com.ontoramp/knowledge-cartographer@1.0.1) Knowledge coverage map and health score. Ingest docs into a governed knowledge graph via MCP. installs: remote:https://ontoramp-knowledge-cartographer.fly.dev/mcp detail: https://mcpindex.ai/server/com-ontoramp-knowledge-cartographer - Open & Async (com.open-and-async/mcp@1.0.1) Draft decision docs, turn meetings into async artifacts, and triage sync vs async in your editor. installs: npm:@open-and-async/mcp detail: https://mcpindex.ai/server/com-open-and-async-mcp - OpsLevel (com.opslevel/mcp@0.1.1) Query your OpsLevel internal developer portal: catalog, maturity data, and tech docs. installs: remote:https://app.opslevel.com/mcp detail: https://mcpindex.ai/server/com-opslevel-mcp - PasteSheet — Google Sheets (com.pastesheet/google-sheets@1.0.0) Query your Google Sheets as structured JSON: list sheets and tabs, read schemas, filter rows. installs: remote:https://pastesheet.com/mcp detail: https://mcpindex.ai/server/com-pastesheet-google-sheets - PDF Redaction MCP (com.pdf-redaction/pdf-redaction-mcp@1.0.0) MCP server for detecting and redacting PII (Personally Identifiable Information) in PDF documents. installs: remote:https://api.pdf-redaction.com/mcp/ detail: https://mcpindex.ai/server/com-pdf-redaction-pdf-redaction-mcp - com.pdfgate/mcp-server (com.pdfgate/mcp-server@1.0.3) MCP server for the PDFGate API. Generate PDFs, manage documents and handle e-signatures. installs: npm:@pdfgate/mcp-server detail: https://mcpindex.ai/server/com-pdfgate-mcp-server - PDFHaul MCP (com.pdfhaul.www/mcp@1.1.0) PDF tools for Claude: merge, split, compress, convert, OCR & more. Requires a PDFHaul API key. installs: remote:https://mcp.pdfhaul.com/mcp detail: https://mcpindex.ai/server/com-pdfhaul-www-mcp - PDFInvoiceAPI (com.pdfinvoiceapi/render@1.0.0) Turn HTML or templates into branded invoice & document PDFs from your agent. One call, no install. installs: remote:https://pdfinvoiceapi.com/mcp detail: https://mcpindex.ai/server/com-pdfinvoiceapi-render - plcsense (com.plcsense/mcp@1.1.15) Read-only TwinCAT ST intelligence: resolve symbols, library APIs, docs, validate PLC code. installs: npm:@zeugwerk/plcsense detail: https://mcpindex.ai/server/com-plcsense-mcp - com.pulsemcp/google-docs (com.pulsemcp/google-docs@0.1.4) MCP server for Google Docs integration with OAuth2 and service account support. installs: npm:google-docs-workspace-mcp-server detail: https://mcpindex.ai/server/com-pulsemcp-google-docs - Radzen Blazor MCP (com.radzen.www/blazor-mcp@1.0.0) AI coding assistant for Radzen Blazor — docs, APIs, code samples, and templates for 100+ components. installs: remote:https://app.radzen.com/mcp detail: https://mcpindex.ai/server/com-radzen-www-blazor-mcp - RoxyAPI Docs MCP Server (keyless, for coding agents) (com.roxyapi/docs@1.0.0) Keyless docs search so coding agents wire up RoxyAPI: every endpoint, param and SDK call. installs: remote:https://roxyapi.com/mcp/docs detail: https://mcpindex.ai/server/com-roxyapi-docs - Screenshot Scout (com.screenshotscout/mcp@0.1.1) Capture screenshots of webpages as images or PDFs with Screenshot Scout. installs: npm:@screenshotscout/mcp | remote:https://mcp.screenshotscout.com/mcp/api-key detail: https://mcpindex.ai/server/com-screenshotscout-mcp - com.seishorei-wakarukun/legal-research (com.seishorei-wakarukun/legal-research@0.6.0) 日本法リサーチMCP。e-Gov全法令の検索・条文取得、委任先解決、裁判例検索、国会会議録、改正沿革、官公庁一次資料(PDF/HTML)の本文読取・読み起こし全文までこれ1本で installs: remote:https://seishorei-wakarukun.com/api/mcp detail: https://mcpindex.ai/server/com-seishorei-wakarukun-legal-research - Sema (com.sema-lang/sema@1.34.2) MCP tools for Sema — eval, compile, build, format, and docs for a Lisp with LLM primitives. installs: manual detail: https://mcpindex.ai/server/com-sema-lang-sema - com.sendpageapp/sendpage (com.sendpageapp/sendpage@1.0.0) Publish an HTML document as a link anyone can open in one tap, plus PDF, image and Word export. installs: remote:https://sendpageapp.com/mcp detail: https://mcpindex.ai/server/com-sendpageapp-sendpage - SendQuoteNow — AI Quote Engine for Contractors (com.sendquotenow/quote-engine@1.0.0) Generate branded contractor quotes: hosted approval page, PDF, QR code, and Stripe payment link. installs: remote:https://sendquotenow.com/mcp detail: https://mcpindex.ai/server/com-sendquotenow-quote-engine - Senzing (com.senzing/mcp@1.32.8) Entity resolution — data mapping, SDK code generation, docs search, and error troubleshooting installs: remote:https://mcp.senzing.com/mcp detail: https://mcpindex.ai/server/com-senzing-mcp - Componecat (com.shaftware/componecat@1.0.1) Software component catalog: search your org's services, docs, APIs, dependencies, and ownership. installs: npm:@shaftware/componecat-mcp | remote:https://app.componecat.ai/api/mcp detail: https://mcpindex.ai/server/com-shaftware-componecat - Signvoy (com.signvoy/signvoy@1.0.0) Send documents for e-signature, track signing status, and download signed PDFs. No API key required. installs: remote:https://api.signvoy.com/mcp detail: https://mcpindex.ai/server/com-signvoy-signvoy - com.silicann/spektralwerk-docs (com.silicann/spektralwerk-docs@0.1) Documentation for the Spektralwerk spectrometer SCPI API as a streamable HTTP MCP Server installs: remote:https://en.silicann.com/spectrometers/spektralwerk-documentation/mcp detail: https://mcpindex.ai/server/com-silicann-spektralwerk-docs - Docu-Scan MCP (com.spocont/docu-scan@1.0.0) PDF and document extraction via Google Document AI. Free trial available. installs: remote:https://docu-scan.spocont.com/api/document-scan/mcp detail: https://mcpindex.ai/server/com-spocont-docu-scan - com.squiredocs/mcp (com.squiredocs/mcp@1.0.2) Squire Docs — the durable, attributed spec layer for agentic development. installs: remote:https://squiredocs.com/mcp detail: https://mcpindex.ai/server/com-squiredocs-mcp - stagenth · 文档生成 (com.stagenth/doc-gen@1.0.0) Generate PDF, Word (.docx) and PowerPoint (.pptx) documents from Markdown over MCP. installs: remote:https://stagenth.com/mcp/doc-gen/ detail: https://mcpindex.ai/server/com-stagenth-doc-gen - stagenth · 文档解析 (com.stagenth/doc-parse@1.0.0) Parse PDF/Word/PPT/HTML to Markdown; tables as JSON, image extraction, RAG chunking, page ranges. installs: remote:https://stagenth.com/mcp/doc-parse/ detail: https://mcpindex.ai/server/com-stagenth-doc-parse - stagenth · Excel 数据可视化 (com.stagenth/excel-chart@1.1.0) Excel analytics: inspect, query (JSON rows), charts, and JSON-to-xlsx workbook writing. installs: remote:https://stagenth.com/mcp/excel-chart/ detail: https://mcpindex.ai/server/com-stagenth-excel-chart - stagenth · PDF 工具箱 (com.stagenth/pdf-kit@1.1.0) 14 PDF tools: merge, split, compress, watermark, encrypt, organize, metadata, page extraction. installs: remote:https://stagenth.com/mcp/pdf-kit/ detail: https://mcpindex.ai/server/com-stagenth-pdf-kit - com.stimulsoft/docs (com.stimulsoft/docs@1.0.0) Stimulsoft Reports & Dashboards docs MCP server. Semantic search for all platforms. installs: remote:https://devs.stimulsoft.com/mcp-docs detail: https://mcpindex.ai/server/com-stimulsoft-docs - com.synder/gl-importer-mcp (com.synder/gl-importer-mcp@0.1.1) Import CSV/XLSX accounting data into QuickBooks Online or Xero via the Synder Importer API. installs: npm:@cloudbusiness/gl-importer-mcp detail: https://mcpindex.ai/server/com-synder-gl-importer-mcp - Tamgara (com.tamgara/tamgara@1.0.0) Fill in 1,000+ legal PDF templates in many languages, get a signed PDF back. Free, no API key. installs: remote:https://api.tamgara.com/api/mcp detail: https://mcpindex.ai/server/com-tamgara-tamgara - massprint (com.themassprint/massprint@1.0.0) Print-on-demand for agents: upload a PDF, get a printed book delivered in India. installs: remote:https://themassprint.com/mcp detail: https://mcpindex.ai/server/com-themassprint-massprint - com.thenextgennexus/sec-corporate-events-mcp (com.thenextgennexus/sec-corporate-events-mcp@1.0.0) Extract papers from ArXiv — titles, abstracts, authors, categories & PDF links. Monitor new AI, phys installs: remote:https://nexgendata--sec-corporate-events-mcp.apify.actor/mcp detail: https://mcpindex.ai/server/com-thenextgennexus-sec-corporate-events-mcp - TweetAPI MCP (com.tweetapi/mcp@0.1.0) Read-only public Twitter data and TweetAPI docs for AI agents. Not affiliated with X Corp. installs: remote:https://mcp.tweetapi.com/mcp detail: https://mcpindex.ai/server/com-tweetapi-mcp - com.vaadin/docs-mcp (com.vaadin/docs-mcp@1.0.1) Provides Vaadin Documentation and help with development tasks installs: remote:https://mcp.vaadin.com/docs/ detail: https://mcpindex.ai/server/com-vaadin-docs-mcp - com.vibgrate/ai-context (com.vibgrate/ai-context@2026.807.1) Local-first MCP server: version-correct library docs, code map, and offline drift for your repo. installs: npm:@vibgrate/cli detail: https://mcpindex.ai/server/com-vibgrate-ai-context - WalkMyPlan (com.walkmyplan/walkmyplan@0.2.0) Turn floor-plan files (DWG/DXF/PDF/IFC) into walkable 3D models; view, edit and share by chat. installs: remote:https://mcp.walkmyplan.com/mcp detail: https://mcpindex.ai/server/com-walkmyplan-walkmyplan - Zetadeck (com.zetadeck/zetadeck@1.0.0) One workspace for tasks, CRM, docs, and live runway from your bank feed. installs: remote:https://zetadeck.com/mcp detail: https://mcpindex.ai/server/com-zetadeck-zetadeck - LebenslaufHeld (de.lebenslaufheld/mcp@1.0.0) German CV builder: render real PDFs (20 templates), ATS + completeness checks. Anonymous, no auth. installs: remote:https://lebenslaufheld.de/mcp detail: https://mcpindex.ai/server/de-lebenslaufheld-mcp - dev.1pass/logi (dev.1pass/logi@0.2.2) logi (1pass) IdP — manage your OAuth apps, redirect URIs, passkeys, login history and docs. installs: npm:@1pass/mcp detail: https://mcpindex.ai/server/dev-1pass-logi - dev.continue/docs (dev.continue/docs@1.0.0) An MCP server for docs.continue.dev installs: remote:https://docs.continue.dev/mcp detail: https://mcpindex.ai/server/dev-continue-docs - FileToPDF (dev.filetopdf/filetopdf-mcp@0.1.1) Convert files, HTML, and Markdown to PDF via the FileToPDF API. Bring your own API key. installs: npm:filetopdf-mcp | remote:https://api.filetopdf.dev/mcp detail: https://mcpindex.ai/server/dev-filetopdf-filetopdf-mcp - dev.hatchloop/pdf-generator (dev.hatchloop/pdf-generator@1.0.0) Generate PDFs from Markdown or HTML. Zero-auth, agent-native. Returns base64-encoded PDF. installs: remote:https://hatchloop.dev/mcp/pdf-generator/mcp detail: https://mcpindex.ai/server/dev-hatchloop-pdf-generator - Kamy (dev.kamy/kamy@1.2.0) Document API for AI-native software: render PDFs, e-sign, PAdES-seal, and verify. installs: remote:https://mcp.kamy.dev/mcp detail: https://mcpindex.ai/server/dev-kamy-kamy - Pagewatch (dev.pagelens/pagewatch@0.2.3) Read a URL as clean markdown, screenshot a website, url to PDF. Web access for agents, no signup. installs: npm:pagewatch-mcp | pypi:pagewatch-mcp | remote:https://pagelens.dev/mcp detail: https://mcpindex.ai/server/dev-pagelens-pagewatch - PDF to Markdown (pdf2md.dev) (dev.pdf2md/pdf-to-markdown@2.0.0) Hosted MCP server: convert PDFs to clean, LLM-ready Markdown with tables, formulas and OCR. installs: remote:https://pdf2md.dev/api/v2/mcp detail: https://mcpindex.ai/server/dev-pdf2md-pdf-to-markdown - dev.pdfops/pdfops-mcp (dev.pdfops/pdfops-mcp@0.2.0) Deterministic PDF tools for AI agents: inspect fields, fill forms, merge PDFs, invoices. installs: npm:pdfops-mcp detail: https://mcpindex.ai/server/dev-pdfops-pdfops-mcp - Pdfrender (dev.pdfrender/pdfrender@1.0.0) HTML-to-PDF MCP server — render pixel-faithful PDFs from HTML. installs: remote:https://api.pdfrender.dev/mcp/ detail: https://mcpindex.ai/server/dev-pdfrender-pdfrender - dev.promplate/hmr (dev.promplate/hmr@1.0.2) Docs for hot-module-reload and reactive programming for Python (`hmr` on PyPI) installs: remote:https://pyth-on-line.promplate.dev/hmr/mcp detail: https://mcpindex.ai/server/dev-promplate-hmr - Repowise (dev.repowise/repowise@0.17.1) Codebase intelligence for AI coding agents — graph, git history, docs, decisions, code health. installs: pypi:repowise detail: https://mcpindex.ai/server/dev-repowise-repowise - Sipflow (dev.sipflow/sipflow@0.2.0) SIP/VoIP/telecom grounding for AI agents: vendor docs, RFCs, STIR/SHAKEN, traces, configs. installs: remote:https://mcp.sipflow.dev/mcp detail: https://mcpindex.ai/server/dev-sipflow-sipflow - Slipstack PDF (dev.slipstack/pdf@1.0.0) Generate invoice and receipt PDFs from JSON. Agent-callable document API with a free demo quota. installs: remote:https://slipstack.dev/api/mcp detail: https://mcpindex.ai/server/dev-slipstack-pdf - StitchAPI Docs (dev.stitchapi/docs@1.1.0) Search and read the StitchAPI docs: search_docs finds relevant sections, get_doc reads a page. installs: npm:@stitchapi/docs-mcp | remote:https://stitchapi.dev/api/mcp detail: https://mcpindex.ai/server/dev-stitchapi-docs - Svelte MCP (dev.svelte/mcp@0.1.26) The official Svelte MCP server providing docs and autofixing tools for Svelte development installs: npm:@sveltejs/mcp | remote:https://mcp.svelte.dev/mcp detail: https://mcpindex.ai/server/dev-svelte-mcp - dev.urlsnap/urlsnap-mcp (dev.urlsnap/urlsnap-mcp@1.0.2) Screenshot, PDF, and markdown extraction from any URL via Claude Desktop and Claude Code. installs: npm:urlsnap-mcp detail: https://mcpindex.ai/server/dev-urlsnap-urlsnap-mcp - SukukFi (fi.sukuk/sukukfi@1.0.0) Live vault metrics and docs for SukukFi, Islamic trade finance on Berachain. Read-only. installs: remote:https://mcp.sukuk.fi/mcp detail: https://mcpindex.ai/server/fi-sukuk-sukukfi - fr.custom-digital-services/parsedoc (fr.custom-digital-services/parsedoc@1.0.0) Agent-native document parsing: PDF, scans and FR/EU invoices to structured JSON or Markdown. installs: remote:https://parsedoc.custom-digital-services.fr/api/mcp detail: https://mcpindex.ai/server/fr-custom-digital-services-parsedoc - Vérifier ma facture (Factur-X) (fr.verifier-ma-facture/validateur@1.0.0) Conformité Factur-X : 21 critères PDF/A-3, XML CII EN 16931 et BR-FR. Analyse locale, gratuite. installs: remote:https://mcp.verifier-ma-facture.fr/mcp detail: https://mcpindex.ai/server/fr-verifier-ma-facture-validateur - Apdf — PDF Tracking & Analytics (io.apdf/main@1.1.1) PDF engagement layer for apps and agents: tracking links, read analytics, and a full PDF toolset. installs: remote:https://apdf.io/mcp/main detail: https://mcpindex.ai/server/io-apdf-main - BlockRazor Docs (io.blockrazor/docs@1.0.0) Official BlockRazor documentation for sending and receiving transations faster. installs: remote:https://mcp.blockrazor.io/docs detail: https://mcpindex.ai/server/io-blockrazor-docs - Carbone MCP (io.carbone/carbone-mcp@1.5.0) Generate PDF/DOCX/XLSX/PPTX from templates+JSON. Convert Office/HTML/MD to PDF. Universal templating installs: npm:carbone-mcp | remote:https://mcp.carbone.io detail: https://mcpindex.ai/server/io-carbone-carbone-mcp - Clueso (io.clueso/video@1.0.1) Make videos and docs with your AI agent — describe what you need, every output stays editable. installs: remote:https://connect.clueso.io/mcp detail: https://mcpindex.ai/server/io-clueso-video - io.eraser/eraser (io.eraser/eraser@0.2.0) Generate, edit, and manage Eraser diagrams and docs with AI. installs: remote:https://app.eraser.io/api/mcp detail: https://mcpindex.ai/server/io-eraser-eraser - io.fusionauth/mcp-docs (io.fusionauth/mcp-docs@1.0.0) FusionAuth Documentation MCP server installs: remote:https://ai.fusionauth.dev/mcp/docs detail: https://mcpindex.ai/server/io-fusionauth-mcp-docs - io.github.000safah000-ai/blackhawk-mcp (io.github.000safah000-ai/blackhawk-mcp@1.0.0) BlackHawkMCP - connect AI to Google Sheets installs: npm:blackhawk-mcp detail: https://mcpindex.ai/server/io-github-000safah000-ai-blackhawk-mcp - io.github.06ketan/slideshot (io.github.06ketan/slideshot@4.4.0) Convert HTML to PDF/PNG/WebP/PPTX slide carousels with 11 themes — for LinkedIn, decks, posts. installs: npm:slideshot-mcp detail: https://mcpindex.ai/server/io-github-06ketan-slideshot - io.github.ACTA-Team/docs-mcp (io.github.ACTA-Team/docs-mcp@0.1.3) Read-only MCP server for the official ACTA verifiable credentials documentation. installs: npm:@acta-team/docs-mcp detail: https://mcpindex.ai/server/io-github-acta-team-docs-mcp - io.github.AceDataCloud/mcp-acedatacloud (io.github.AceDataCloud/mcp-acedatacloud@2026.8.10.5) Manage your AceData Cloud account: services, pricing, APIs, docs, balance, usage, keys & orders installs: pypi:mcp-acedatacloud | remote:https://mcp.acedata.cloud/mcp detail: https://mcpindex.ai/server/io-github-acedatacloud-mcp-acedatacloud - io.github.Ainode-tech/swiss-army (io.github.Ainode-tech/swiss-army@0.1.1) 22 utility tools (x402 USDC on Base): currency, PDF, image, GDPR. Free health. installs: remote:https://swiss.api.ainode.tech/mcp detail: https://mcpindex.ai/server/io-github-ainode-tech-swiss-army - io.github.Alberto-Codes/docvet (io.github.Alberto-Codes/docvet@1.15.1) Docstring quality vetting for Python -- enrichment, freshness, coverage, and presence checks installs: pypi:docvet detail: https://mcpindex.ai/server/io-github-alberto-codes-docvet - io.github.Anioko/archiet-audit (io.github.Anioko/archiet-audit@0.1.2) Submit architecture docs, get a consulting-grade traceability audit at a shareable URL installs: pypi:archiet-audit-mcp detail: https://mcpindex.ai/server/io-github-anioko-archiet-audit - io.github.AnkitaShanbhag30/lorem (io.github.AnkitaShanbhag30/lorem@0.2.3) Slide decks over MCP: read and write decks as code, run Lorem's full AI pipeline, export PPTX/PDF. installs: npm:lorem-mcp detail: https://mcpindex.ai/server/io-github-ankitashanbhag30-lorem - MarkGrab (io.github.ArkNill/markgrab@0.1.2) Universal web content extraction — any URL to LLM-ready markdown. HTML, YouTube, PDF, DOCX. installs: pypi:markgrab detail: https://mcpindex.ai/server/io-github-arknill-markgrab - io.github.AryanBV/pdf-toolkit-mcp (io.github.AryanBV/pdf-toolkit-mcp@0.3.1) Write-capable PDF toolkit MCP: 22 tools to read, create, render, encrypt, merge & fill PDFs. installs: npm:@aryanbv/pdf-toolkit-mcp detail: https://mcpindex.ai/server/io-github-aryanbv-pdf-toolkit-mcp - io.github.AshutoshRaj97/agentready-mcp (io.github.AshutoshRaj97/agentready-mcp@1.3.1) Query any docs site via MCP. Submit a URL, ask questions, get cited answers. installs: npm:@agentreadyweb/mcp | remote:https://www.agentready.it.com/api/mcp detail: https://mcpindex.ai/server/io-github-ashutoshraj97-agentready-mcp - io.github.Bamdule/drafturl (io.github.Bamdule/drafturl@1.0.0) Share HTML/Markdown documents via URL instantly. Create, edit, delete docs from any AI tool. installs: remote:https://drafturl.com/mcp/transport detail: https://mcpindex.ai/server/io-github-bamdule-drafturl - PDF Generator API (io.github.Br0ski777/pdf-generator@1.1.0) Generate PDF from HTML or Markdown with custom pages, margins, layout. x402. installs: remote:https://pdf-generator.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-pdf-generator - Screenshot & PDF Capture API (io.github.Br0ski777/screenshot-pdf@1.2.0) Capture screenshots (PNG/JPEG/WebP) and generate PDFs from any URL. x402 payments. installs: remote:https://screenshot-pdf.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-screenshot-pdf - Brandsystem MCP — Brand Guidelines for AI (io.github.Brandcode-Studio/brandsystem-mcp@0.16.1) Use existing brand guidelines with AI. Turn websites, PDFs, and Figma into a .brand runtime. installs: npm:@brandsystem/mcp detail: https://mcpindex.ai/server/io-github-brandcode-studio-brandsystem-mcp - ToolPipe MCP Server (io.github.COSAI-Labs/toolpipe-mcp-server@1.21.0) 238+ dev tools via MCP: JSON, QR, PDF, DNS, hash, UUID, code review, JWT, SSL, WHOIS, and more installs: remote:https://toolpipe.dev/mcp detail: https://mcpindex.ai/server/io-github-cosai-labs-toolpipe-mcp-server - io.github.CSOAI-ORG/api-docs-generator-ai-mcp (io.github.CSOAI-ORG/api-docs-generator-ai-mcp@1.0.12) Api Docs Generator Ai MCP Server by MEOK AI Labs installs: pypi:api-docs-generator-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-api-docs-generator-ai-mcp - io.github.CSOAI-ORG/pdf-document-mcp (io.github.CSOAI-ORG/pdf-document-mcp@1.0.4) pdf-document-mcp MCP server by MEOK AI Labs installs: pypi:pdf-document-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-pdf-document-mcp - io.github.CSOAI-ORG/pdf-merge-ai-mcp (io.github.CSOAI-ORG/pdf-merge-ai-mcp@1.0.4) pdf-merge-ai-mcp MCP server by MEOK AI Labs installs: pypi:pdf-merge-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-pdf-merge-ai-mcp - io.github.CSOAI-ORG/pdf-tools-ai-mcp (io.github.CSOAI-ORG/pdf-tools-ai-mcp@1.0.4) pdf-tools-ai-mcp MCP server by MEOK AI Labs installs: pypi:pdf-tools-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-pdf-tools-ai-mcp - Vitex — AI Resume Generator (io.github.ChanMeng666/vitex@0.2.1) Generate tailored, ATS-optimized resume PDFs and cover letters from a job description, over MCP. installs: npm:vitex-cli | remote:https://www.vitex.org.nz/api/mcp detail: https://mcpindex.ai/server/io-github-chanmeng666-vitex - Optical Context MCP (io.github.ChrBoebel/optical-context-mcp@0.1.4) Compress OCR-heavy PDFs into dense packed images so agents can work with long visual documents. installs: pypi:optical-context-mcp detail: https://mcpindex.ai/server/io-github-chrboebel-optical-context-mcp - CleanSlice (io.github.CleanSlice/mcp@1.0.0) Architecture docs and patterns for NestJS + Nuxt full-stack apps installs: remote:https://mcp.cleanslice.org/mcp detail: https://mcpindex.ai/server/io-github-cleanslice-mcp - ClicheFactory Document Intelligence (io.github.ClicheFactory/clichefactory-mcp@0.1.8) Extract structured JSON from PDFs, images, DOCX, XLSX, CSV, EML attachments, and DSPy pipelines. installs: pypi:clichefactory-mcp detail: https://mcpindex.ai/server/io-github-clichefactory-clichefactory-mcp - Unity API Documentation (io.github.Codeturion/unity-api-mcp@2.1.0) Accurate Unity API docs (2022/2023/6) for AI agents. Prevents hallucinated signatures. installs: pypi:unity-api-mcp detail: https://mcpindex.ai/server/io-github-codeturion-unity-api-mcp - Unreal Engine API Documentation (io.github.Codeturion/unreal-api-mcp@0.3.0) Accurate UE5 C++ API docs for AI agents. Prevents hallucinated signatures and includes. installs: pypi:unreal-api-mcp detail: https://mcpindex.ai/server/io-github-codeturion-unreal-api-mcp - ComPDF MCP (io.github.ComPDF-Youna/compdf-mcp@1.0.0) ComPDF remote MCP server installs: remote:https://mcp-server.compdf.com/mcp detail: https://mcpindex.ai/server/io-github-compdf-youna-compdf-mcp - io.github.Company-Gibraltar/company-gi (io.github.Company-Gibraltar/company-gi@1.0.1) Gibraltar company tools: corporate tax, compliance deadlines, and PDF form generation. installs: npm:company-gi-mcp detail: https://mcpindex.ai/server/io-github-company-gibraltar-company-gi - io.github.Company-Gibraltar/company-gibraltar (io.github.Company-Gibraltar/company-gibraltar@1.0.0) Gibraltar company tools: corporate tax, compliance deadlines, and PDF form generation. installs: npm:company-gibraltar-mcp detail: https://mcpindex.ai/server/io-github-company-gibraltar-company-gibraltar - Arezzo (io.github.ConvergentMethods/arezzo@0.1.1) Deterministic Google Docs API compiler. Your agent stops silently corrupting documents. installs: pypi:arezzo detail: https://mcpindex.ai/server/io-github-convergentmethods-arezzo - io.github.Custodia-Admin/pagebolt (io.github.Custodia-Admin/pagebolt@1.8.2) Screenshots, PDFs, OG images, page inspection, and narrated video recording for Claude and Cursor. installs: npm:pagebolt-mcp detail: https://mcpindex.ai/server/io-github-custodia-admin-pagebolt - DERO MCP Server (io.github.DHEBP/dero-mcp-server@0.5.2) Read-only DERO blockchain MCP: 33 tools (12 composites) incl. TELA discovery + bundled docs. installs: npm:dero-mcp-server | remote:https://mcp.derod.org/mcp detail: https://mcpindex.ai/server/io-github-dhebp-dero-mcp-server - io.github.Doc-API-LLC/docapi (io.github.Doc-API-LLC/docapi@1.0.0) Generate PDFs, screenshots, and documents via any MCP-compatible AI agent. installs: npm:@docapi/mcp detail: https://mcpindex.ai/server/io-github-doc-api-llc-docapi - DocSlicer (io.github.DocSlicer/docslicer@0.2.3) Answer questions from documents too large to fit in context, reading only the sections you need. installs: pypi:docslicer detail: https://mcpindex.ai/server/io-github-docslicer-docslicer - Fonto Docs (io.github.DrRataplan/fonto-docs@1.6.1) Fonto (FontoXML) documentation for AI tools. Converts DITA XML to Markdown on demand. installs: remote:https://fonto-docs.elliat.nl/mcp detail: https://mcpindex.ai/server/io-github-drrataplan-fonto-docs - io.github.EigenCharlie/pdf-toolkit-mcp (io.github.EigenCharlie/pdf-toolkit-mcp@0.1.2) Unofficial PDF toolkit (merge/split/compress/OCR/convert/watermark/protect/...) via iLoveAPI. installs: npm:pdf-toolkit-mcp detail: https://mcpindex.ai/server/io-github-eigencharlie-pdf-toolkit-mcp - Caelune (io.github.EllisMorrow/caelune-mcp@0.5.6) Read-only local-first MCP server for private Markdown, PDF, and Tika-backed search on Windows. installs: manual detail: https://mcpindex.ai/server/io-github-ellismorrow-caelune-mcp - OmniClip RAG (io.github.EllisMorrow/omniclip-rag-mcp@0.4.13) Read-only local-first MCP server for private Markdown, PDF, and Tika-backed search on Windows. installs: manual detail: https://mcpindex.ai/server/io-github-ellismorrow-omniclip-rag-mcp - io.github.ForkastPredict/forkast-mcp-docs (io.github.ForkastPredict/forkast-mcp-docs@1.0.0) MCP server for querying Forkast documentation installs: remote:https://mcp.forkast.gg/mcp detail: https://mcpindex.ai/server/io-github-forkastpredict-forkast-mcp-docs - io.github.FormatixAI/mcp-server (io.github.FormatixAI/mcp-server@0.1.1) Branded talent docs: assessment reports, profiles, shortlists & proposals in DOCX/PPTX/PDF/Excel installs: npm:@formatix-ai/mcp detail: https://mcpindex.ai/server/io-github-formatixai-mcp-server - PDFMakerAPI (io.github.GerardoBarrera/pdfmakerapi-mcp@1.0.0) Turn a description into a shareable, editable PDF — invoices, certificates, reports, resumes. installs: npm:@pdfmakerapi/mcp | remote:https://api.pdfmakerapi.com/mcp detail: https://mcpindex.ai/server/io-github-gerardobarrera-pdfmakerapi-mcp - VibeLawyer (io.github.Jack-mi/vibelawyer@0.1.3) Local MCP for Chinese criminal dossier review; Word notes + Excel catalogs stay on-device. installs: pypi:vibelawyer detail: https://mcpindex.ai/server/io-github-jack-mi-vibelawyer - io.github.JonathanWeerakkody/vectorise (io.github.JonathanWeerakkody/vectorise@0.2.0) Vectorize images to SVG and export to PDF, EPS, DXF, PNG, JPG, or WEBP via Vectorise.Me. installs: npm:vectorizer-mcp detail: https://mcpindex.ai/server/io-github-jonathanweerakkody-vectorise - TruePath Office (io.github.JoyTruepath/truepath-office-mcp@0.1.0) Local MCP for Word, Excel, PowerPoint & PDF on macOS — formulas, slides, DOCX, PDF ops. No network. installs: manual detail: https://mcpindex.ai/server/io-github-joytruepath-truepath-office-mcp - TruePath PDF (io.github.JoyTruepath/truepath-pdf-mcp@0.3.0) Local-only PDF tools for AI — extract text, search, split/merge, render pages. Files never leave. installs: npm:@truepathpdf/mcp-server detail: https://mcpindex.ai/server/io-github-joytruepath-truepath-pdf-mcp - MCP Search Server (io.github.KazKozDev/search@0.1.1) Web search, content extraction, PDF parsing, plus datetime and geolocation tools. No API keys. installs: pypi:mcp-search-server detail: https://mcpindex.ai/server/io-github-kazkozdev-search - io.github.Libres-coder/parseflow (io.github.Libres-coder/parseflow@1.0.2) PDF parsing server with text extraction, metadata, search, images, and TOC via MCP installs: npm:parseflow-mcp-server detail: https://mcpindex.ai/server/io-github-libres-coder-parseflow - AKD VaultPDF (io.github.LifeAbundantly/akd-vaultpdf@1.0.1) On-device PDF, resume and CSV tools. Files never leave your machine. Refuses rather than guessing. installs: manual detail: https://mcpindex.ai/server/io-github-lifeabundantly-akd-vaultpdf - io.github.LightSpeedPlusOne/invovate-mcp-server (io.github.LightSpeedPlusOne/invovate-mcp-server@0.1.1) AI-agent invoice generator: PDF, JSON & UBL in 11 languages via the Invovate API. installs: npm:invovate-mcp-server detail: https://mcpindex.ai/server/io-github-lightspeedplusone-invovate-mcp-server - io.github.Lucav21/heu-mcp (io.github.Lucav21/heu-mcp@0.3.0) HEU Legal e-signature MCP: manage HEU documents and PDFs, prompt signers, download PDFs. installs: pypi:heu-mcp detail: https://mcpindex.ai/server/io-github-lucav21-heu-mcp - Handiworks (io.github.Lukehal/handiworks-mcp@0.1.1) MCP tools for AI agents: render URLs to image/PDF, check link health, convert HTML/CSV/JSON. installs: remote:https://mcp.handiworks.studio/mcp detail: https://mcpindex.ai/server/io-github-lukehal-handiworks-mcp - io.github.LunarPerovskite/docalyze (io.github.LunarPerovskite/docalyze@0.2.1) Read and analyze local documents (PDF, Excel, CSV, Word, PowerPoint, images). No API keys needed. installs: npm:docalyze-mcp-server | pypi:docalyze-mcp-server detail: https://mcpindex.ai/server/io-github-lunarperovskite-docalyze - io.github.MCPServings/paper-mcp (io.github.MCPServings/paper-mcp@0.5.0) Search arXiv/Semantic Scholar/OpenAlex + medical evidence (PubMed/Europe PMC) + LaTeX/PDF tools. installs: remote:https://latex-tools.online/mcp detail: https://mcpindex.ai/server/io-github-mcpservings-paper-mcp - io.github.MDMagic-MCP/mdmagic-mcp-server (io.github.MDMagic-MCP/mdmagic-mcp-server@1.7.14) Use your own Word templates to convert Markdown → DOCX/PDF/HTML from any MCP-compatible AI. installs: npm:@mdmagic/mcp-server | remote:https://api.mdmagic.ai/mcp detail: https://mcpindex.ai/server/io-github-mdmagic-mcp-mdmagic-mcp-server - io.github.MLTCorp/convertfilefast (io.github.MLTCorp/convertfilefast@0.1.4) Convert files, run PDF/image tools, create billing links, and report feedback. installs: npm:convertfilefast-mcp | pypi:convertfilefast-mcp | remote:https://mcp.convertfilefast.com/mcp detail: https://mcpindex.ai/server/io-github-mltcorp-convertfilefast - io.github.MaFady/tabler-mcp-server (io.github.MaFady/tabler-mcp-server@1.0.1) Tabler.io for AI assistants: search 5,000+ icons, UI components, layouts, themes and docs. installs: npm:tabler-mcp-server detail: https://mcpindex.ai/server/io-github-mafady-tabler-mcp-server - io.github.Melusi-M/fixmypdf (io.github.Melusi-M/fixmypdf@1.0.0) Privacy-first PDF tools over MCP: merge, split, rotate, delete, compress, protect, inspect. installs: remote:https://www.fixmypdfonline.com/api/mcp detail: https://mcpindex.ai/server/io-github-melusi-m-fixmypdf - AskAIs AI Receipt Generator (io.github.MiniCodeTeam/askais-mcp@1.0.1) Generate professional receipt PDFs and structured receipt data with AI-ready MCP tools. installs: remote:https://askais.com/mcp detail: https://mcpindex.ai/server/io-github-minicodeteam-askais-mcp - io.github.Mintii-Labs/ozor (io.github.Mintii-Labs/ozor@2.0.1) Generate AI videos from a prompt or document (PDF/PPTX/DOCX/URL) and export shareable MP4s. installs: npm:ozor-mcp-server | remote:https://mcp.ozor.ai/mcp detail: https://mcpindex.ai/server/io-github-mintii-labs-ozor - io.github.MkTurner74/botverse (io.github.MkTurner74/botverse@1.3.0) Transcode video, convert docs & transcribe audio for AI agents. Free $1 trial, no card. installs: npm:botverse-mcp detail: https://mcpindex.ai/server/io-github-mkturner74-botverse - io.github.MobileReality/mdma (io.github.MobileReality/mdma@0.2.4) MCP server for MDMA — exposes spec, prompts, docs, and package metadata to AI assistants. installs: npm:@mobile-reality/mdma-mcp detail: https://mcpindex.ai/server/io-github-mobilereality-mdma - io.github.MrRefactoring/atlassian-dc-mcp-confluence (io.github.MrRefactoring/atlassian-dc-mcp-confluence@0.5.0) MCP server for Atlassian Confluence Data Center - access and manage content installs: npm:confluence-datacenter-mcp detail: https://mcpindex.ai/server/io-github-mrrefactoring-atlassian-dc-mcp-confluence - pdfmux (io.github.NameetP/pdfmux@1.8.7) PDF-to-Markdown extraction that audits its own output and flags any extractor's silent drops. installs: pypi:pdfmux detail: https://mcpindex.ai/server/io-github-nameetp-pdfmux - io.github.NicolasMartalog/docweave-mcp (io.github.NicolasMartalog/docweave-mcp@0.2.0) Generate and read PDFs for AI agents: a generate_pdf and a read_pdf tool, priced per document. installs: npm:@docweave/mcp | remote:https://docweave.dev/api/mcp detail: https://mcpindex.ai/server/io-github-nicolasmartalog-docweave-mcp - dokumendiregister.ee — Estonian public-authority documents (io.github.Nimistu/dokumendiregister-mcp@1.0.0) Estonian public-authority document registers: one search across all, docs linked to companies. installs: remote:https://dokumendiregister.ee/api/dokreg-mcp/mcp detail: https://mcpindex.ai/server/io-github-nimistu-dokumendiregister-mcp - io.github.Nizoka/pdfnative-mcp (io.github.Nizoka/pdfnative-mcp@1.5.0) PDF native MCP server: generate, validate, sign PAdES, embed, extract. AI-powered. installs: npm:pdfnative-mcp detail: https://mcpindex.ai/server/io-github-nizoka-pdfnative-mcp - io.github.ONLYOFFICE/docspace (io.github.ONLYOFFICE/docspace@3.2.0) A room-based collaborative platform installs: npm:@onlyoffice/docspace-mcp | docker:docker.io/onlyoffice/docspace-mcp:3.2.0 | remote:https://mcp.onlyoffice.com/sse detail: https://mcpindex.ai/server/io-github-onlyoffice-docspace - spreadsheet-kit MCP (io.github.PSU3D0/spreadsheet-mcp@0.11.1) Agent-safe Excel workbook analysis, editing, recalc, and verification tools. installs: docker:ghcr.io/psu3d0/spreadsheet-mcp:0.11.1-full detail: https://mcpindex.ai/server/io-github-psu3d0-spreadsheet-mcp - HitKeep (io.github.PascaleBeier/hitkeep@2.13.7) Stateless 2026-07-28 read-only MCP server for aggregate HitKeep analytics and official docs. installs: remote:https://{hitkeep_host}/mcp detail: https://mcpindex.ai/server/io-github-pascalebeier-hitkeep - io.github.Ptrgit1/agent-data-api (io.github.Ptrgit1/agent-data-api@1.0.1) 19 pay-per-call data tools for AI agents: crypto/DeFi, web, PDF, FX, weather, DNS. x402 on Base. installs: npm:agent-data-api-mcp detail: https://mcpindex.ai/server/io-github-ptrgit1-agent-data-api - io.github.PurpleDirective/quillpdf-mcp (io.github.PurpleDirective/quillpdf-mcp@0.1.1) Local-first PDF tools (merge, split, rotate, watermark, Bates, metadata) as MCP server + CLI. installs: npm:quillpdf-mcp detail: https://mcpindex.ai/server/io-github-purpledirective-quillpdf-mcp - io.github.PyJudge/pdf4vllm (io.github.PyJudge/pdf4vllm@1.0.2) PDF reader for vision LLMs. Auto-detects text corruption and switches to image mode. installs: pypi:pdf4vllm-mcp detail: https://mcpindex.ai/server/io-github-pyjudge-pdf4vllm - Qiskit Documentation MCP Server (io.github.Qiskit/qiskit-docs-mcp-server@0.3.0) MCP server for querying and retrieving Qiskit documentation, guides, and API references installs: pypi:qiskit-docs-mcp-server detail: https://mcpindex.ai/server/io-github-qiskit-qiskit-docs-mcp-server - NanoPDF (io.github.R09722akaBennett/nano-pdf-mcp@0.1.0) AI-powered PDF editing and generation MCP server using Gemini Pro. installs: docker:docker.io/taibennett/nano-pdf-mcp:0.1.0 detail: https://mcpindex.ai/server/io-github-r09722akabennett-nano-pdf-mcp - io.github.RCOLKITT/vaspera-pm (io.github.RCOLKITT/vaspera-pm@2.15.0) Verify docs against code, detect drift, and generate verified specs (MCP server). installs: npm:vaspera-pm detail: https://mcpindex.ai/server/io-github-rcolkitt-vaspera-pm - Data Profiler (io.github.Ridadata/mcp-data-profiler@0.1.1) Profile local CSV, Parquet, JSON and Excel files into a compact data-quality summary. installs: pypi:mcp-data-profiler detail: https://mcpindex.ai/server/io-github-ridadata-mcp-data-profiler - io.github.RobThePCGuy/rag-vault (io.github.RobThePCGuy/rag-vault@1.5.3) Local RAG MCP server with hybrid search, PDF/DOCX support, and zero-config setup installs: npm:@robthepcguy/rag-vault detail: https://mcpindex.ai/server/io-github-robthepcguy-rag-vault - io.github.SceneView/mcp (io.github.SceneView/mcp@3.4.4) 3D & AR SDK for Android, iOS, Web — API docs, samples, validation, and code generation. installs: npm:sceneview-mcp detail: https://mcpindex.ai/server/io-github-sceneview-mcp--cbf19c84d738c768 - io.github.sceneview/mcp (io.github.sceneview/mcp@3.4.7) 3D & AR SDK for Android, iOS, Web — API docs, samples, validation, and code generation. installs: npm:sceneview-mcp detail: https://mcpindex.ai/server/io-github-sceneview-mcp--ff53b5f7818410f0 - io.github.Sean-Bravo/taxformatter (io.github.Sean-Bravo/taxformatter@0.1.2) Parse crypto CSVs and bank PDFs into clean transaction data for Koinly, TurboTax, CoinLedger. installs: npm:@taxformatter/mcp-server detail: https://mcpindex.ai/server/io-github-sean-bravo-taxformatter - shuck-convert (io.github.Shan-Zhu/shuck-convert@1.0.0) Convert between document formats — DOCX/PDF to Markdown, Markdown to DOCX. installs: pypi:shuck-convert detail: https://mcpindex.ai/server/io-github-shan-zhu-shuck-convert - io.github.Shreyas-Profile/docs-mcp (io.github.Shreyas-Profile/docs-mcp@0.1.0) Vector RAG store for Word/Excel/PDF/PowerPoint. Break-even pricing, $5 per 5,700 pages. installs: remote:https://docs.regiq.in/api/mcp detail: https://mcpindex.ai/server/io-github-shreyas-profile-docs-mcp - io.github.Shuangshuang007/workopia (io.github.Shuangshuang007/workopia@1.0.1) Workopia - free MCP for global job search, PDF resume builder, and AI career advice. installs: npm:@shuang_workopia/workopia-mcp detail: https://mcpindex.ai/server/io-github-shuangshuang007-workopia - io.github.Slowper/anylens (io.github.Slowper/anylens@0.5.3) Turn videos, PDFs, screenshots, and articles into anchored, cached understanding for agents. installs: npm:anylens detail: https://mcpindex.ai/server/io-github-slowper-anylens - Boltwork (io.github.Squidboy30/boltwork-mcp@0.1.12) AI services via Bitcoin Lightning — PDF summarisation, code review, translation and more. installs: pypi:boltwork-mcp detail: https://mcpindex.ai/server/io-github-squidboy30-boltwork-mcp - io.github.StelaSpace/stelaspace-mcp (io.github.StelaSpace/stelaspace-mcp@1.0.3) Publish AI-generated HTML (dashboards, reports, docs) to permanent, sandboxed, shareable links. installs: npm:stelaspace-mcp detail: https://mcpindex.ai/server/io-github-stelaspace-stelaspace-mcp - io.github.StuMason/coolify (io.github.StuMason/coolify@2.19.3) 44 optimized tools for managing Coolify infrastructure, diagnostics, and docs search installs: npm:@masonator/coolify-mcp detail: https://mcpindex.ai/server/io-github-stumason-coolify - Forge Cascade MCP Memory Server (io.github.SunFlash12/forge-cascade-mcp@0.1.7) AI memory buyer routing with Forge docs, pricing, paid recommendations, and MCP discovery. installs: docker:ghcr.io/sunflash12/forge-cascade-mcp:v0.1.7 | remote:https://forgecascade.org/mcp detail: https://mcpindex.ai/server/io-github-sunflash12-forge-cascade-mcp - io.github.SwikingSWE/conformy (io.github.SwikingSWE/conformy@0.3.5) EU AI Act & NIS2 compliance — classify AI systems, check obligations, draft docs. installs: npm:@conformy/mcp-server detail: https://mcpindex.ai/server/io-github-swikingswe-conformy - PDF Reader MCP (io.github.SylphxAI/pdf-reader-mcp@4.1.2) Evidence-first PDF MCP. Agent Document Twin with citeable page+bbox evidence. installs: npm:@sylphx/pdf-reader-mcp detail: https://mcpindex.ai/server/io-github-sylphxai-pdf-reader-mcp - io.github.TemplateFoxPDF/mcp-server (io.github.TemplateFoxPDF/mcp-server@1.9.7) MCP server for TemplateFox PDF generation API - Generate PDFs from templates via AI assistants installs: npm:@templatefox/mcp-server detail: https://mcpindex.ai/server/io-github-templatefoxpdf-mcp-server - io.github.ThomasGorisse/sceneview (io.github.ThomasGorisse/sceneview@3.4.2) 3D & AR SDK for Android, iOS, Web — API docs, samples, validation, and code generation. installs: npm:sceneview-mcp detail: https://mcpindex.ai/server/io-github-thomasgorisse-sceneview - ScriptDocs MCP (io.github.Timwal78/scriptdocs-mcp-server@0.3.1) Real, live npm/PyPI docs and OSV.dev vulnerability data for AI coding agents. No fake data. installs: npm:@scriptmasterlabs/scriptdocs-mcp-server detail: https://mcpindex.ai/server/io-github-timwal78-scriptdocs-mcp-server - Teneo Book Generation (io.github.Traviseric/teneo-book-mcp@1.0.1) Generate complete nonfiction books with Teneo: outline, manuscript, cover, and PDF/EPUB/DOCX files. installs: npm:teneo-book-mcp detail: https://mcpindex.ai/server/io-github-traviseric-teneo-book-mcp - MintPDF (io.github.TrendTweekers/mintpdf@0.1.3) Turn HTML or Markdown into a clean, styled PDF and get a download link. installs: npm:mintpdf-mcp | remote:https://mintpdf.dev/mcp detail: https://mcpindex.ai/server/io-github-trendtweekers-mintpdf - io.github.UnityNodes/canton-ccpedia (io.github.UnityNodes/canton-ccpedia@1.0.1) Canton Network: CIPs and their on-chain vote outcomes, docs, forum, validator upgrade deadlines. installs: remote:https://ccpedia.xyz/mcp detail: https://mcpindex.ai/server/io-github-unitynodes-canton-ccpedia - Safe Docx (io.github.UseJunior/safe-docx@0.19.1) AI-native surgical editing of Word .docx and OpenDocument .odt files with formatting preservation installs: npm:@usejunior/safe-docx detail: https://mcpindex.ai/server/io-github-usejunior-safe-docx - io.github.User0856/snaprender (io.github.User0856/snaprender@1.5.4) Screenshot, extract content, and render web pages. PNG/JPEG/WebP/PDF, batch, signed URLs. installs: npm:snaprender-mcp detail: https://mcpindex.ai/server/io-github-user0856-snaprender - io.github.VOYAGER-Inc/excel-vision-mcp (io.github.VOYAGER-Inc/excel-vision-mcp@1.2.1) Excel MCP with image extraction and write support — AI agents see and edit xlsx files installs: pypi:excel-vision-mcp detail: https://mcpindex.ai/server/io-github-voyager-inc-excel-vision-mcp - Nanostores MCP (io.github.Valyay/nanostores-mcp@0.1.2) Debug and analyze Nanostores apps with AI: scan stores, monitor runtime events, and search docs. installs: npm:nanostores-mcp detail: https://mcpindex.ai/server/io-github-valyay-nanostores-mcp - PageIndex MCP (io.github.VectifyAI/pageindex-mcp@1.8.2) Reasoning-based RAG system for chatting with long PDFs. Supports local and online files. installs: npm:@pageindex/mcp detail: https://mcpindex.ai/server/io-github-vectifyai-pageindex-mcp - io.github.Vektoris-AI/proofetch (io.github.Vektoris-AI/proofetch@0.0.2) Verified extraction: source-backed JSON from PDFs/URLs; honest null + signed receipt. installs: remote:https://proofetch-vektoris-ai-workflows.vercel.app/mcp detail: https://mcpindex.ai/server/io-github-vektoris-ai-proofetch - wcagc — accessibility scanning (io.github.WCAG-Compliance/mcp@0.7.2) Deterministic axe-core accessibility scans (WCAG 2.1 AA, EN 301 549, PDF/UA) via your account. installs: npm:@wcagc/mcp | remote:https://mcp.wcagc.com/mcp detail: https://mcpindex.ai/server/io-github-wcag-compliance-mcp - io.github.XJTLUmedia/markdown-formatter (io.github.XJTLUmedia/markdown-formatter@1.0.5) AI Answer Copier — Convert Markdown to PDF, DOCX, HTML, LaTeX, CSV, JSON, XML, XLSX, RTF, PNG installs: npm:@xjtlumedia/markdown-mcp-server detail: https://mcpindex.ai/server/io-github-xjtlumedia-markdown-formatter - PDF Reader (io.github.Xvvln/pdf-reader-mcp@0.2.1) MCP server for extracting text, images, tables, links, annotations, and metadata from PDF files. installs: pypi:pdf-insight-mcp detail: https://mcpindex.ai/server/io-github-xvvln-pdf-reader-mcp - MagicTeX (io.github.ZoeLinUTS/magictex@0.1.10) LaTeX editor for AI agents: live PDF preview, PDF comments that drive edits, git history installs: npm:magictex-mcp detail: https://mcpindex.ai/server/io-github-zoelinuts-magictex - io.github.Zuga-luga/zugabot (io.github.Zuga-luga/zugabot@1.0.0) Paid dev services for AI agents: code review, bug-fix, tests, docs, audits. USDC on Base x402. installs: remote:https://brain.zugabot.ai/mcp/ detail: https://mcpindex.ai/server/io-github-zuga-luga-zugabot--5e4bd114d2224e71 - Confluence Cloud (io.github.aaronsb/confluence-cloud@0.5.0) MCP server for Confluence Cloud — page editing, navigation, and content management installs: npm:@aaronsb/confluence-cloud-mcp detail: https://mcpindex.ai/server/io-github-aaronsb-confluence-cloud - io.github.aernouddekker/numbersmcp (io.github.aernouddekker/numbersmcp@0.4.0) MCP server for macOS Numbers.app — spreadsheet access via AppleScript installs: npm:numbersmcp detail: https://mcpindex.ai/server/io-github-aernouddekker-numbersmcp - io.github.agenson-horrowitz/document-parser (io.github.agenson-horrowitz/document-parser@1.0.8) Parse and extract structured data from various document formats (PDF, Word, HTML). installs: npm:@agenson-horrowitz/document-parser-mcp detail: https://mcpindex.ai/server/io-github-agenson-horrowitz-document-parser - Parsel (io.github.ahutto87/parsel@1.0.0) Parse logistics PDFs (Bills of Lading, customs declarations, invoices) into DCSA JSON. installs: remote:https://tt6a1STd9c1tiDzXW.apify.actor/mcp detail: https://mcpindex.ai/server/io-github-ahutto87-parsel - io.github.ailingqu/apiany-mcp (io.github.ailingqu/apiany-mcp@0.1.2) APIAny MCP server for model discovery, pricing, docs, and integration examples. installs: npm:@apiany-ai/mcp detail: https://mcpindex.ai/server/io-github-ailingqu-apiany-mcp - AIStorageDepot (io.github.aistoragedepot-admin/aistoragedepot-mcp@0.6.7) Prompt, rules, skills & docs library over MCP. No token = read-only sample of the public library. installs: npm:@aistoragedepot/mcp detail: https://mcpindex.ai/server/io-github-aistoragedepot-admin-aistoragedepot-mcp - io.github.alexanderclapp/clirank (io.github.alexanderclapp/clirank@0.2.1) Search, compare, and get docs for 210+ APIs ranked by CLI and agent relevance. installs: npm:clirank-mcp-server detail: https://mcpindex.ai/server/io-github-alexanderclapp-clirank - io.github.amcharts/amcharts5 (io.github.amcharts/amcharts5@1.1.3) On-demand access to amCharts 5 docs, code examples, and API reference installs: npm:@amcharts/amcharts5-mcp detail: https://mcpindex.ai/server/io-github-amcharts-amcharts5 - io.github.amranswill/pdfapi-mcp-server (io.github.amranswill/pdfapi-mcp-server@1.0.2) Generate invoice, receipt, and report PDFs from structured JSON via a single API call. installs: npm:@aranswill/mcp-server detail: https://mcpindex.ai/server/io-github-amranswill-pdfapi-mcp-server - io.github.anishmoncivarghese/docsift (io.github.anishmoncivarghese/docsift@0.5.6) Convert a document once, then get back only the passages that answer a question. installs: pypi:docsift detail: https://mcpindex.ai/server/io-github-anishmoncivarghese-docsift - GraphOS MCP Server (io.github.apollographql/graphos-mcp-server@1.17.0) Search Apollo docs, specs, and best practices installs: remote:https://mcp.apollographql.com detail: https://mcpindex.ai/server/io-github-apollographql-graphos-mcp-server - io.github.armandocodecr/ramp-kit (io.github.armandocodecr/ramp-kit@0.1.6) LATAM fiat ramps on Stellar for AI agents: live quotes, sandbox orders, PIX/SPEI simulation, docs installs: npm:@ramp-kit/mcp detail: https://mcpindex.ai/server/io-github-armandocodecr-ramp-kit - AskMarcel HVAC Technical Knowledge (io.github.askmarcel/mcphvac@1.0.0) HVAC technical docs for AI agents: search, diagnostics, error codes, 126 brands, 905 models. installs: remote:https://mcp.askmarcel.app detail: https://mcpindex.ai/server/io-github-askmarcel-mcphvac - io.github.atarkowska/fastmcp-pdftools (io.github.atarkowska/fastmcp-pdftools@0.1.3) An MCP server that provides [describe what your server does] installs: pypi:fastmcp-pdftools detail: https://mcpindex.ai/server/io-github-atarkowska-fastmcp-pdftools - Python Docs MCP Server (io.github.ayhammouda/python-docs-mcp-server@0.3.1) The canonical Python stdlib oracle for AI coding agents — always free, always MIT, token-frugal. installs: pypi:python-docs-mcp-server detail: https://mcpindex.ai/server/io-github-ayhammouda-python-docs-mcp-server - io.github.ayo-nci/bulkrender (io.github.ayo-nci/bulkrender@1.1.1) Generate DOCX and PDF documents from AI assistants using BulkRender templates. installs: npm:bulkrender-mcp detail: https://mcpindex.ai/server/io-github-ayo-nci-bulkrender - io.github.b1ff/atlassian-dc-mcp-confluence (io.github.b1ff/atlassian-dc-mcp-confluence@0.29.0) MCP server for Atlassian Confluence Data Center - access and manage content installs: npm:@atlassian-dc-mcp/confluence detail: https://mcpindex.ai/server/io-github-b1ff-atlassian-dc-mcp-confluence - Bankstatemently (io.github.bankstatemently/bankstatemently-mcp@0.8.2) Convert PDF bank statements into structured transactions, accounts, and balances. installs: remote:https://api.bankstatemently.com/mcp detail: https://mcpindex.ai/server/io-github-bankstatemently-bankstatemently-mcp - io.github.barateza/mcp-plesk-dev-docs (io.github.barateza/mcp-plesk-dev-docs@0.6.0) An MCP server that indexes and retrieves Plesk documentation. installs: pypi:mcp-plesk-dev-docs detail: https://mcpindex.ai/server/io-github-barateza-mcp-plesk-dev-docs - io.github.beepboop2025/pdf-suite-mcp (io.github.beepboop2025/pdf-suite-mcp@2.1.2) 37 tools to read, create, merge, split, watermark, fill, redact & search PDFs. Local, no API key. installs: npm:pdf-suite-mcp detail: https://mcpindex.ai/server/io-github-beepboop2025-pdf-suite-mcp - io.github.beepboop2025/pdf-toolkit-mcp (io.github.beepboop2025/pdf-toolkit-mcp@2.1.1) 37 tools to read, create, merge, split, watermark, fill, redact & search PDFs. Local, no API key. installs: npm:pdf-suite-mcp detail: https://mcpindex.ai/server/io-github-beepboop2025-pdf-toolkit-mcp - PDF Kit (io.github.benhuang21828/pdfkit@1.0.2) AI-powered PDF tools: fill forms, merge, extract data, and split PDFs installs: npm:pdfkit-mcp detail: https://mcpindex.ai/server/io-github-benhuang21828-pdfkit - io.github.bitterdev/pdf-letter-mcp (io.github.bitterdev/pdf-letter-mcp@1.0.3) Renders letters as print ready PDFs, DIN 5008 compliant for German window envelopes. installs: npm:pdf-letter-mcp detail: https://mcpindex.ai/server/io-github-bitterdev-pdf-letter-mcp - ArtifactGuard Signed AI Deliverable QA (io.github.blackcow4234-lab/artifactguard@1.0.0) Signed PASS/WARN/FAIL QA receipts for AI-generated JSON, ZIP, PDF, and DOCX deliverables. installs: remote:https://analytical-gratefulne--artifactguard.apify.actor/mcp detail: https://mcpindex.ai/server/io-github-blackcow4234-lab-artifactguard - io.github.blockpal1/stylobridge (io.github.blockpal1/stylobridge@1.0.2) Air-gapped Markdown/PDF to Word converter with brand templates and audit logging. installs: pypi:stylobridge | docker:ghcr.io/blockpal1/stylobridge:1.0.2 detail: https://mcpindex.ai/server/io-github-blockpal1-stylobridge - Laravel MCP Companion (io.github.brianirish/laravel-mcp-companion@0.13.0) Laravel documentation aggregator: multi-version core docs, services, packages, learning paths. installs: docker:ghcr.io/brianirish/laravel-mcp-companion:v0.13.0 detail: https://mcpindex.ai/server/io-github-brianirish-laravel-mcp-companion - oxidize-pdf MCP Server (io.github.bzsanti/oxidize-pdf-mcp@0.16.0) MCP server for PDF generation, parsing, splitting, merging, and manipulation via oxidize-pdf installs: pypi:oxidize-pdf detail: https://mcpindex.ai/server/io-github-bzsanti-oxidize-pdf-mcp - Calypso Multimodal RAG MCP (io.github.calypso-so/multimodal-rag-mcp-server@1.0.37) Calypso multimodal RAG for grounded answers from docs, images, charts, and knowledge. installs: npm:@calypsohq/multimodal-rag-mcp-server detail: https://mcpindex.ai/server/io-github-calypso-so-multimodal-rag-mcp-server - io.github.capitalthought/customs-dog-mcp (io.github.capitalthought/customs-dog-mcp@2.1.0) Pet travel docs + border readiness. Keyless: look up entry rules + sign up. Keyed: household docs. installs: remote:https://customs.dog/mcp detail: https://mcpindex.ai/server/io-github-capitalthought-customs-dog-mcp - io.github.cashfree/cashfree-mcp (io.github.cashfree/cashfree-mcp@1.0.0) Cashfree MCP server for cashfree docs and APIs installs: npm:@cashfreepayments/cashfree-mcp detail: https://mcpindex.ai/server/io-github-cashfree-cashfree-mcp - PuzzleTide (io.github.catorch/puzzletide@0.2.1) Word search, crossword, and sudoku generators, printable PDF worksheets, and verifiable LLM evals. installs: npm:puzzletide-mcp detail: https://mcpindex.ai/server/io-github-catorch-puzzletide - io.github.causa-prima-ai/scribo (io.github.causa-prima-ai/scribo@1.0.0) EN 16931-compliant e-invoices: XRechnung, ZUGFeRD, Factur-X, Peppol BIS, Facturae or US PDF. Free. installs: remote:https://scribo.causaprima.ai/mcp detail: https://mcpindex.ai/server/io-github-causa-prima-ai-scribo - MochiPDF (io.github.cbolgiano/mochipdf@3.1.0) Remote MCP server for HTML-to-PDF and screenshots with OAuth and API-key auth. installs: remote:https://mochipdf.com/mcp detail: https://mcpindex.ai/server/io-github-cbolgiano-mochipdf - io.github.chrischall/gogcli-mcp (io.github.chrischall/gogcli-mcp@2.23.1) Google Sheets (and more) for Claude via gogcli — read, write, and manage spreadsheets installs: npm:gogcli-mcp detail: https://mcpindex.ai/server/io-github-chrischall-gogcli-mcp - io.github.chrischall/gogcli-mcp-docs (io.github.chrischall/gogcli-mcp-docs@2.23.1) Extended Google Docs for Claude via gogcli — auth + full Docs and comments support installs: npm:gogcli-mcp-docs detail: https://mcpindex.ai/server/io-github-chrischall-gogcli-mcp-docs - io.github.chrischall/gogcli-mcp-sheets (io.github.chrischall/gogcli-mcp-sheets@2.23.1) Extended Google Sheets for Claude via gogcli — auth + full Sheets support installs: npm:gogcli-mcp-sheets detail: https://mcpindex.ai/server/io-github-chrischall-gogcli-mcp-sheets - Clerk (io.github.clerk/mcp-server@0.1.0) Access Clerk authentication docs, SDK snippets, and quickstart guides installs: remote:https://mcp.clerk.com/mcp detail: https://mcpindex.ai/server/io-github-clerk-mcp-server - vocce transcribe (io.github.cmoonagent/vocce-agent@1.1.0) Agent media tools: transcribe, summarize, notes, flashcards, doc Q&A, PDF compress. No API key. installs: npm:vocce-transcribe-mcp detail: https://mcpindex.ai/server/io-github-cmoonagent-vocce-agent - CometChat Docs (io.github.cometchat/docs-mcp@0.1.5) CometChat docs search + implementation bundles: add chat, voice, video & moderation to your app. installs: remote:https://mcp.cometchat.com/mcp detail: https://mcpindex.ai/server/io-github-cometchat-docs-mcp - Rendex: Rendering API for Images, PDFs & Content Extraction (io.github.copperline-labs/rendex-mcp@1.8.2) Render HTML, Markdown, or URLs to images, PDF, or branded artifacts; extract and watch pages. installs: npm:@copperline/rendex-mcp | remote:https://mcp.rendex.dev/mcp detail: https://mcpindex.ai/server/io-github-copperline-labs-rendex-mcp - io.github.corply-dev/corply (io.github.corply-dev/corply@0.1.0) Incorporate a Delaware C-Corp from your agent — docs, cofounder e-sign, human-reviewed filing. installs: remote:https://corply.dev/mcp detail: https://mcpindex.ai/server/io-github-corply-dev-corply - io.github.cyanheads/docgen-mcp-server (io.github.cyanheads/docgen-mcp-server@0.2.1) Render HTML/markdown to PDF, export rows to xlsx, and fill AcroForm PDFs. installs: npm:@cyanheads/docgen-mcp-server detail: https://mcpindex.ai/server/io-github-cyanheads-docgen-mcp-server - io.github.dachhack/stathead-mcp (io.github.dachhack/stathead-mcp@1.0.33) Fantasy football analytics: stats, dynasty, projections, prospects, Sleeper leagues, Excel I/O installs: npm:stathead-mcp detail: https://mcpindex.ai/server/io-github-dachhack-stathead-mcp - io.github.dailyaiagents-cpu/methodology-essay-publisher (io.github.dailyaiagents-cpu/methodology-essay-publisher@0.1.0) One-shot skill that splits docs/methodology.md into 8 standalone essays, adds a 2-paragraph intro... installs: manual detail: https://mcpindex.ai/server/io-github-dailyaiagents-cpu-methodology-essay-publisher - io.github.dancourse/agentdocs (io.github.dancourse/agentdocs@1.0.1) An agent-first office suite Claude & ChatGPT read and write over one MCP URL. installs: remote:https://getagentdocs.com/mcp detail: https://mcpindex.ai/server/io-github-dancourse-agentdocs - UML Forge (io.github.dave1362/umlforge@0.1.9) Architecture intelligence, security analysis, and living docs. 13 Mermaid tools. installs: pypi:umlforge detail: https://mcpindex.ai/server/io-github-dave1362-umlforge - io.github.deckbase/deckbase-mcp-server (io.github.deckbase/deckbase-mcp-server@1.0.0) MCP server for Deckbase - exposes docs, template blocks, and project context installs: npm:deckbase-mcp-server detail: https://mcpindex.ai/server/io-github-deckbase-deckbase-mcp-server - io.github.dgtalquantumleap-ai/ebenova-legal-docs (io.github.dgtalquantumleap-ai/ebenova-legal-docs@1.5.1) Generate 27 legal document types across 18 jurisdictions via Ebenova API. installs: npm:ebenova-legal-docs-mcp detail: https://mcpindex.ai/server/io-github-dgtalquantumleap-ai-ebenova-legal-docs - Samotpravil MCP (io.github.dkanster/samotpravil-mcp@1.8.0) MCP server for Samotpravil API — docs, typed tools, Python SDK parity, safety flags. installs: npm:samotpravil-mcp detail: https://mcpindex.ai/server/io-github-dkanster-samotpravil-mcp - io.github.docdiagram/docdiagram-mcp (io.github.docdiagram/docdiagram-mcp@0.3.1) DocDiagram MCP server - embedded diagrams in MDX docs installs: pypi:docdiagram-mcp detail: https://mcpindex.ai/server/io-github-docdiagram-docdiagram-mcp - io.github.docfork/docfork (io.github.docfork/docfork@1.3.2) Up-to-date Docs for AI Agents. installs: npm:docfork detail: https://mcpindex.ai/server/io-github-docfork-docfork - io.github.docjet-dev/docjet-mcp (io.github.docjet-dev/docjet-mcp@1.0.1) Render branded PDFs and PNG images from templates or raw HTML via the DocJet API. Free tier. installs: npm:docjet-mcp detail: https://mcpindex.ai/server/io-github-docjet-dev-docjet-mcp - Docling MCP (io.github.docling-project/docling-mcp@3.0.0) Convert PDFs and other documents to structured formats via Docling, for AI applications. installs: pypi:docling-mcp detail: https://mcpindex.ai/server/io-github-docling-project-docling-mcp - Documentero (io.github.documentero/documentero-mcp@0.1.2) List Documentero templates, inspect field schemas, and generate Word/PDF/Excel documents. installs: npm:@documentero/mcp detail: https://mcpindex.ai/server/io-github-documentero-documentero-mcp - Dokmatiq DocGen (io.github.dokmatiq/docgen@0.1.2) PDF/DOCX/Excel generation with stationery overlay, ZUGFeRD/XRechnung, signing, receipt OCR. installs: pypi:dokmatiq-docgen-mcp detail: https://mcpindex.ai/server/io-github-dokmatiq-docgen - Google Docs (io.github.domdomegg/google-documents-mcp@1.2.0) Allow AI systems to read and edit Google Docs. installs: npm:google-documents-mcp detail: https://mcpindex.ai/server/io-github-domdomegg-google-documents-mcp - Google Sheets (io.github.domdomegg/google-sheets-mcp@1.2.1) Allow AI systems to read, write, and query spreadsheet data via Google Sheets. installs: npm:google-sheets-mcp detail: https://mcpindex.ai/server/io-github-domdomegg-google-sheets-mcp - io.github.dorukardahan/twitterapi-docs-mcp (io.github.dorukardahan/twitterapi-docs-mcp@1.0.3) Offline access to TwitterAPI.io docs for AI assistants. 52 endpoints, guides, pricing. installs: npm:twitterapi-docs-mcp detail: https://mcpindex.ai/server/io-github-dorukardahan-twitterapi-docs-mcp - io.github.dorukardahan/twitterapi-io-mcp (io.github.dorukardahan/twitterapi-io-mcp@1.5.10) Offline access to TwitterAPI.io docs for AI assistants. 67 endpoints, 32 pages, 24 blog posts. installs: npm:twitterapi-io-mcp detail: https://mcpindex.ai/server/io-github-dorukardahan-twitterapi-io-mcp - MCP Office Excel (io.github.dosev-ai/mcp-office-excel@0.7.0) 65-tool Excel MCP server. Read, write, format, and export .xlsx files. Windows-first. installs: pypi:mcp-office detail: https://mcpindex.ai/server/io-github-dosev-ai-mcp-office-excel - MCP Office Word (io.github.dosev-ai/mcp-office-word@0.7.0) 50-tool Word MCP server. Document assembly, tracked changes, and export. Windows-first. installs: pypi:mcp-office detail: https://mcpindex.ai/server/io-github-dosev-ai-mcp-office-word - Faktuj MCP (io.github.dpozimski/faktuj-mcp@1.2.0) Generate Polish VAT invoices (Faktura VAT) as PDF installs: npm:faktuj-mcp detail: https://mcpindex.ai/server/io-github-dpozimski-faktuj-mcp - io.github.drumst0ck/uploadkit (io.github.drumst0ck/uploadkit@0.3.1) UploadKit MCP — 40+ upload components, route scaffolds, BYOS setup, full docs search. installs: npm:@uploadkitdev/mcp detail: https://mcpindex.ai/server/io-github-drumst0ck-uploadkit - io.github.dsbissett/excel-webview2-mcp (io.github.dsbissett/excel-webview2-mcp@0.0.13) MCP server for Excel add-ins via WebView2 CDP installs: npm:@dsbissett/excel-webview2-mcp detail: https://mcpindex.ai/server/io-github-dsbissett-excel-webview2-mcp - io.github.dsbissett/office-addin-mcp (io.github.dsbissett/office-addin-mcp@0.8.0) MCP server for Office add-ins via WebView2/CDP. Provides excel.*, page.*, and addin.* tools. installs: npm:@dsbissett/office-addin-mcp detail: https://mcpindex.ai/server/io-github-dsbissett-office-addin-mcp - io.github.dusk-network/pituitary (io.github.dusk-network/pituitary@1.0.0-beta.12) Catch spec drift before it catches you. Detect overlap, stale docs, and code drift. installs: manual detail: https://mcpindex.ai/server/io-github-dusk-network-pituitary - DocuQueue MCP (io.github.dvcoolarun/docuqueue-mcp@0.1.1) Generate PDFs from templates via AI chat. Works with Claude, ChatGPT, Cursor, and any MCP client. installs: remote:https://docuqueue.com/mcp/sse detail: https://mcpindex.ai/server/io-github-dvcoolarun-docuqueue-mcp - Agent Utility API (io.github.eamondidier-ux/agent-utility-api@1.1.0) x402 pay-per-call tools: company enrichment, PDF extraction, Amazon/KDP data, YouTube transcripts. installs: remote:https://agent-api-production-169b.up.railway.app/mcp/mcp detail: https://mcpindex.ai/server/io-github-eamondidier-ux-agent-utility-api - boxpdf (io.github.earonesty/boxpdf@1.0.3) Resource-only MCP server with docs and templates for the boxpdf TypeScript PDF layout library. installs: npm:boxpdf detail: https://mcpindex.ai/server/io-github-earonesty-boxpdf - boxpdf-html (io.github.earonesty/boxpdf-html@1.6.0) Render HTML to PDF (html_to_pdf) plus boxpdf library docs and templates, for AI agents. installs: npm:boxpdf-html detail: https://mcpindex.ai/server/io-github-earonesty-boxpdf-html - Mac-letterhead (io.github.easytocloud/mac-letterhead@0.24.2) Letterhead PDF as digital stationery: prints Markdown without overprinting header, footer, or logo. installs: pypi:Mac-letterhead detail: https://mcpindex.ai/server/io-github-easytocloud-mac-letterhead - io.github.edsonvmendes/miniframe-tools (io.github.edsonvmendes/miniframe-tools@1.2.0) Brazilian tools for agents: Pix codes, CEP, CNPJ + web capture and PDF. Pay per call. installs: npm:miniframe-tools-mcp detail: https://mcpindex.ai/server/io-github-edsonvmendes-miniframe-tools - io.github.egorthinks/perception (io.github.egorthinks/perception@0.1.7) Perception for AI agents: media QC asserts, image diff, OCR tiles, video/audio analysis, PDF, 3D. installs: pypi:perception-mcp detail: https://mcpindex.ai/server/io-github-egorthinks-perception - RentRollAPI (io.github.ekvanauk/rentrollapi@1.2.0) Extract verified data from CRE rent rolls and T12 operating statements (PDF, Excel, CSV, scans) installs: remote:https://rentrollapi.com/mcp detail: https://mcpindex.ai/server/io-github-ekvanauk-rentrollapi - io.github.ethanolivertroy/fedramp-docs-mcp (io.github.ethanolivertroy/fedramp-docs-mcp@0.2.2) Query FedRAMP 20x KSIs, NIST controls, and compliance docs via 20 MCP tools. installs: npm:fedramp-docs-mcp detail: https://mcpindex.ai/server/io-github-ethanolivertroy-fedramp-docs-mcp - io.github.ewalid/rosetta-mcp (io.github.ewalid/rosetta-mcp@0.1.1) AI-powered Excel translation preserving formatting, formulas, and data integrity. installs: npm:@ewalid/rosetta-mcp detail: https://mcpindex.ai/server/io-github-ewalid-rosetta-mcp - Document to JSON – PDF Invoice/Statement/Contract Parser (io.github.fashionmascherine-svg/document-to-json-mcp@1.0.0) Turn any PDF into structured JSON via AI + OCR: invoices, bank statements, contracts. installs: remote:https://mcp.apify.com/?actors=opportunity-biz/document-to-json-mcp detail: https://mcpindex.ai/server/io-github-fashionmascherine-svg-document-to-json-mcp - DeepSeek PDF Reader (io.github.flt1milize/deepseek-pdf-reader@5.3.0) PDF文字提取(自动OCR) · 搜索(正则+高亮) · 表格(三路径) · 预览 · 摘要 · 图片 · 单页 · OCR进度推送 installs: manual detail: https://mcpindex.ai/server/io-github-flt1milize-deepseek-pdf-reader - Word AI (io.github.flyfish-dev/word-ai@0.8.6) Structure-preserving Word DOCX editing MCP server and Office.js bridge for AI agents. installs: manual detail: https://mcpindex.ai/server/io-github-flyfish-dev-word-ai - Foxit PDF API MCP Server (io.github.foxitsoftware/foxit-pdf-api-mcp-server@0.2.4) MCP server that exposes Foxit PDF API capabilities via stdio. installs: npm:@foxitsoftware/foxit-pdf-api-mcp-server detail: https://mcpindex.ai/server/io-github-foxitsoftware-foxit-pdf-api-mcp-server - io.github.freeappstore-online/mcp (io.github.freeappstore-online/mcp@0.1.0) AI agent tools for FreeAppStore: deploy status, SDK docs, app info, platform guide. installs: remote:https://mcp.freeappstore.online/mcp detail: https://mcpindex.ai/server/io-github-freeappstore-online-mcp - io.github.freema/mcp-gsheets (io.github.freema/mcp-gsheets@1.10.1) MCP server for Google Sheets API — read, write, format, batch operations. installs: npm:mcp-gsheets detail: https://mcpindex.ai/server/io-github-freema-mcp-gsheets - ESG MCP Servers (io.github.freminder/esg-mcp-servers@0.1.2) 31 MCP tools for ESG data extraction, PDF processing, vector search, and EU regulation analysis. installs: pypi:esg-mcp-servers detail: https://mcpindex.ai/server/io-github-freminder-esg-mcp-servers - io.github.freshfos/dropcoin-invoice (io.github.freshfos/dropcoin-invoice@1.0.0) German e-invoicing: generate XRechnung 3.0, pre-check and extract (incl. ZUGFeRD PDF). Paid. installs: remote:https://invoice-api.dropcoin.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-freshfos-dropcoin-invoice - Aspicio (io.github.frontsail-ai/aspicio@0.13.0) DXF and PDF/X-4 for AI agents: structured facts, PNG renders, an interactive in-chat viewer. installs: npm:@aspicio/mcp | remote:https://aspicio-api.frontsail.app/mcp detail: https://mcpindex.ai/server/io-github-frontsail-ai-aspicio - Fullbleed PDF Engine (io.github.fullbleed-engine/fullbleed-mcp@0.1.0) Create, preview, inspect, verify, and compile deterministic PDF documents with Fullbleed. installs: pypi:fullbleed-mcp detail: https://mcpindex.ai/server/io-github-fullbleed-engine-fullbleed-mcp - io.github.gaopengbin/cesium-mcp-dev (io.github.gaopengbin/cesium-mcp-dev@1.139.2) CesiumJS API docs, code generation and development tools for IDE AI assistants. installs: npm:cesium-mcp-dev detail: https://mcpindex.ai/server/io-github-gaopengbin-cesium-mcp-dev - io.github.genecell/piaso-mcp (io.github.genecell/piaso-mcp@0.0.2) PIASO single-cell omics docs + live PIASOmarkerDB, for coding agents. installs: pypi:piaso-mcp detail: https://mcpindex.ai/server/io-github-genecell-piaso-mcp - io.github.geniuskey/mcp-server-xlwings (io.github.geniuskey/mcp-server-xlwings@0.4.1) Excel automation via xlwings COM. DRM-protected files, live sessions, VBA macros. Windows only. installs: pypi:mcp-server-xlwings detail: https://mcpindex.ai/server/io-github-geniuskey-mcp-server-xlwings - Squish (io.github.getsquish/squish@0.3.1) Give AI random access to video: timestamped contact sheets + zoom into any start/end range. installs: npm:@getsquish/squish | remote:https://api.getsquish.app/mcp detail: https://mcpindex.ai/server/io-github-getsquish-squish - io.github.gigabrain-observer/google-docs-mcp-server (io.github.gigabrain-observer/google-docs-mcp-server@0.1.1) Google Docs MCP server with full tab support, markdown extraction, and batch updates. installs: pypi:google-docs-mcp-server detail: https://mcpindex.ai/server/io-github-gigabrain-observer-google-docs-mcp-server - io.github.gokmengokhan/endnote-mcp (io.github.gokmengokhan/endnote-mcp@1.4.8) Search, cite, and read PDFs from your EndNote library in Claude Desktop installs: pypi:endnote-mcp detail: https://mcpindex.ai/server/io-github-gokmengokhan-endnote-mcp - SODAX Builders MCP (io.github.gosodax/builders-mcp@1.1.0) Cross-network DeFi API data, AMM analytics, and SDK docs for 17+ networks. installs: remote:https://builders.sodax.com/mcp detail: https://mcpindex.ai/server/io-github-gosodax-builders-mcp - io.github.greenmtnsun/wikimint (io.github.greenmtnsun/wikimint@1.0.0) Generate wiki docs from source code. Supports PowerShell, Python, Go, C#, Java, COBOL. installs: remote:https://wikimint.grayocean-4062ad43.eastus.azurecontainerapps.io/mcp detail: https://mcpindex.ai/server/io-github-greenmtnsun-wikimint - Godot Forge (io.github.gregario/godot-forge@0.1.2) Godot 4 MCP server — test runner, API docs, script analysis, scene parsing, LSP. installs: npm:godot-forge detail: https://mcpindex.ai/server/io-github-gregario-godot-forge - io.github.groupdocs-annotation/groupdocs-annotation-mcp (io.github.groupdocs-annotation/groupdocs-annotation-mcp@26.7.4) MCP server for GroupDocs.Annotation — add, list, update, remove document annotations via AI agents. installs: manual detail: https://mcpindex.ai/server/io-github-groupdocs-annotation-groupdocs-annotation-mcp - io.github.groupdocs-comparison/groupdocs-comparison-mcp (io.github.groupdocs-comparison/groupdocs-comparison-mcp@26.7.5) MCP server for GroupDocs.Comparison — compare, analyze, and inspect documents via AI agents. installs: manual detail: https://mcpindex.ai/server/io-github-groupdocs-comparison-groupdocs-comparison-mcp - io.github.groupdocs-conversion/groupdocs-conversion-mcp (io.github.groupdocs-conversion/groupdocs-conversion-mcp@26.7.2) MCP server for GroupDocs.Conversion — convert, inspect, and list supported formats via AI agents. installs: manual detail: https://mcpindex.ai/server/io-github-groupdocs-conversion-groupdocs-conversion-mcp - io.github.groupdocs-markdown/groupdocs-markdown-mcp (io.github.groupdocs-markdown/groupdocs-markdown-mcp@26.7.2) MCP server for GroupDocs.Markdown — convert documents to Markdown via AI agents. installs: manual detail: https://mcpindex.ai/server/io-github-groupdocs-markdown-groupdocs-markdown-mcp - io.github.groupdocs-merger/groupdocs-merger-mcp (io.github.groupdocs-merger/groupdocs-merger-mcp@26.7.2) MCP server for GroupDocs.Merger — merge, split, and inspect documents via AI agents. installs: manual detail: https://mcpindex.ai/server/io-github-groupdocs-merger-groupdocs-merger-mcp - io.github.groupdocs-metadata/groupdocs-metadata-mcp (io.github.groupdocs-metadata/groupdocs-metadata-mcp@26.7.3) MCP server for GroupDocs.Metadata — read, search, write, and remove document metadata. installs: manual detail: https://mcpindex.ai/server/io-github-groupdocs-metadata-groupdocs-metadata-mcp - io.github.groupdocs-parser/groupdocs-parser-mcp (io.github.groupdocs-parser/groupdocs-parser-mcp@26.7.3) MCP server for GroupDocs.Parser — extract text, images, metadata, tables, barcodes via AI. installs: docker:ghcr.io/groupdocs-parser/parser-net-mcp:26.7.3 detail: https://mcpindex.ai/server/io-github-groupdocs-parser-groupdocs-parser-mcp - io.github.groupdocs-redaction/groupdocs-redaction-mcp (io.github.groupdocs-redaction/groupdocs-redaction-mcp@26.7.2) MCP server for GroupDocs.Redaction — redact text, metadata, annotations, image areas via AI agents. installs: manual detail: https://mcpindex.ai/server/io-github-groupdocs-redaction-groupdocs-redaction-mcp - io.github.groupdocs-signature/groupdocs-signature-mcp (io.github.groupdocs-signature/groupdocs-signature-mcp@26.7.2) MCP server for GroupDocs.Signature — sign, search and verify document signatures via AI agents. installs: manual detail: https://mcpindex.ai/server/io-github-groupdocs-signature-groupdocs-signature-mcp - io.github.groupdocs-total/groupdocs-total-mcp (io.github.groupdocs-total/groupdocs-total-mcp@26.7.3) MCP server for GroupDocs.Total — annotate, sign, convert, watermark, parse, redact documents via AI. installs: docker:ghcr.io/groupdocs-total/total-net-mcp:26.7.3 detail: https://mcpindex.ai/server/io-github-groupdocs-total-groupdocs-total-mcp - io.github.groupdocs-viewer/groupdocs-viewer-mcp (io.github.groupdocs-viewer/groupdocs-viewer-mcp@26.7.2) MCP server for GroupDocs.Viewer — render pages as PNG and inspect view info via AI agents. installs: manual detail: https://mcpindex.ai/server/io-github-groupdocs-viewer-groupdocs-viewer-mcp - io.github.groupdocs-watermark/groupdocs-watermark-mcp (io.github.groupdocs-watermark/groupdocs-watermark-mcp@26.7.2) MCP server for GroupDocs.Watermark — add and search document watermarks via AI agents. installs: manual detail: https://mcpindex.ai/server/io-github-groupdocs-watermark-groupdocs-watermark-mcp - GRTwo Docs (io.github.grtwo-jcansler/docs@1.5.0) Publish and share Markdown/HTML docs from AI assistants. Requires grtwo.app Pro. OAuth or API key. installs: remote:https://www.grtwo.app/api/mcp detail: https://mcpindex.ai/server/io-github-grtwo-jcansler-docs - CompactPrompt (io.github.gtkcyber/compactprompt@0.5.2) Review and compact prompts, docs, and AI-agent skills to save tokens, preserving structure. installs: pypi:compactprompt detail: https://mcpindex.ai/server/io-github-gtkcyber-compactprompt - acikpoz (io.github.gulmezeren2-byte/acikpoz@0.2.0) Turkish public construction unit-price (birim fiyat) catalog PDFs into structured pozes installs: pypi:acikpoz detail: https://mcpindex.ai/server/io-github-gulmezeren2-byte-acikpoz - io.github.haiiibin/data-profiler-mcp (io.github.haiiibin/data-profiler-mcp@0.2.0) Profiles CSV/Parquet/Excel/JSON files: schema, stats, quality flags and dtype tips for LLM agents. installs: pypi:data-profiler-mcp detail: https://mcpindex.ai/server/io-github-haiiibin-data-profiler-mcp - io.github.helloderekg/bytario (io.github.helloderekg/bytario@1.0.1) 40 MCP tools for image, PDF, QR, barcode, data, text, color, and render operations. installs: npm:@bytario/mcp detail: https://mcpindex.ai/server/io-github-helloderekg-bytario - io.github.helloo1568/sheetspec (io.github.helloo1568/sheetspec@0.1.2) Contract testing and quality gates for spreadsheets created by AI agents. installs: pypi:sheetspec detail: https://mcpindex.ai/server/io-github-helloo1568-sheetspec - io.github.henilcalagiya/google-sheets-mcp (io.github.henilcalagiya/google-sheets-mcp@0.1.6) Powerful tools for automating Google Sheets using Model Context Protocol (MCP) installs: pypi:google-sheets-mcp detail: https://mcpindex.ai/server/io-github-henilcalagiya-google-sheets-mcp - JusCABA — Justicia CABA (io.github.hernan-cc/juscaba-mcp@0.3.1) Search Buenos Aires City courts: cases, proceedings, parties, and PDF downloads installs: pypi:juscaba-mcp detail: https://mcpindex.ai/server/io-github-hernan-cc-juscaba-mcp - io.github.hoornet/agentdocs-mcp (io.github.hoornet/agentdocs-mcp@0.9.3) MCP server for AgentDocs (agentdocs.eu): read, search, write, comment on & share Markdown docs. installs: npm:agentdocs-mcp | remote:https://agentdocs.eu/mcp detail: https://mcpindex.ai/server/io-github-hoornet-agentdocs-mcp - io.github.hrtips/cvx (io.github.hrtips/cvx@1.7.2) Create, validate, and render CV PDFs from plain YAML — fully local, no accounts. installs: npm:@hrtips/cvx detail: https://mcpindex.ai/server/io-github-hrtips-cvx - io.github.huoshuiai42/huoshui-pdf-translator (io.github.huoshuiai42/huoshui-pdf-translator@1.0.0) An MCP server that provides PDF translation service installs: pypi:huoshui-pdf-translator detail: https://mcpindex.ai/server/io-github-huoshuiai42-huoshui-pdf-translator - io.github.iamvirul/wso2-docs-mcp-server (io.github.iamvirul/wso2-docs-mcp-server@1.2.0) Semantic search over WSO2 docs (APIM, MI, Choreo, Ballerina) via RAG and pgvector. installs: npm:wso2-docs-mcp-server detail: https://mcpindex.ai/server/io-github-iamvirul-wso2-docs-mcp-server - Rails Agent Skills (io.github.igmarin/rails-agent-skills-mcp@5.1.7) Rails development skills, docs, and workflows exposed through MCP stdio. installs: docker:docker.io/igmarin/rails-agent-skills-mcp:5.1.7 detail: https://mcpindex.ai/server/io-github-igmarin-rails-agent-skills-mcp - MCP Data Converter (io.github.igormilovanovic/data-converter@1.4.3) Convert between 200+ format pairs: JSON, CSV, XML, YAML, PDF, Excel, DOCX and more. installs: remote:https://mcp-converter.tnkng.com/mcp detail: https://mcpindex.ai/server/io-github-igormilovanovic-data-converter - Workfile (io.github.illodev/workfile@0.9.0) Repository-native protocol and local MCP server for Work, Docs, History and durable project Memory. installs: npm:@illodev/workfile detail: https://mcpindex.ai/server/io-github-illodev-workfile - io.github.infoinlet-marketplace/mcp-data (io.github.infoinlet-marketplace/mcp-data@0.1.1) Tabular data for AI agents — load CSV/JSON/XLSX, query, group-by, stats (no database). installs: npm:@infoinlet/mcp-data detail: https://mcpindex.ai/server/io-github-infoinlet-marketplace-mcp-data - io.github.infoinlet-marketplace/mcp-knowledge-rag (io.github.infoinlet-marketplace/mcp-knowledge-rag@0.1.0) Permission-aware RAG for agents — ingest docs, hybrid search, cited answers (hosted API). installs: npm:@infoinlet/mcp-knowledge-rag detail: https://mcpindex.ai/server/io-github-infoinlet-marketplace-mcp-knowledge-rag - Rootr (io.github.inspirio-co/rootr-cli@0.2.1) Connect your team's living knowledge base — docs, data, issues, CRM — to Claude and ChatGPT. installs: remote:https://rootr.io/mcp detail: https://mcpindex.ai/server/io-github-inspirio-co-rootr-cli - io.github.invapi-org/invapi-mcp (io.github.invapi-org/invapi-mcp@1.0.1) Extract, create, convert & validate invoices (UBL, CII, XRechnung, ZUGFeRD, PDF, Excel) installs: npm:@invapi/mcp-server detail: https://mcpindex.ai/server/io-github-invapi-org-invapi-mcp - SpikeMe (io.github.isaacviannadev/spikeme@0.5.6) Analyze your repo's stack and generate grounded, time-boxed spike decision docs. installs: npm:spikeme-mcp detail: https://mcpindex.ai/server/io-github-isaacviannadev-spikeme - DicePDF (io.github.ishan-maheshwari/dicepdf@0.1.0) Local-first PDF tools for AI agents: merge, split, extract, render, compress. Files stay on-device. installs: npm:@dicepdf/mcp detail: https://mcpindex.ai/server/io-github-ishan-maheshwari-dicepdf - CodeWiki MCP — AI-generated docs for GitHub repos (io.github.izzzzzi/codewiki-mcp@1.1.1) MCP server for codewiki.google: search repos, fetch wiki docs, ask questions installs: npm:codewiki-mcp detail: https://mcpindex.ai/server/io-github-izzzzzi-codewiki-mcp - io.github.jakefleming/font-proof-mcp (io.github.jakefleming/font-proof-mcp@0.1.0) Create and modify Font Proof documents programmatically (PDF font proofs, live from Glyphs.app). installs: npm:font-proof-mcp detail: https://mcpindex.ai/server/io-github-jakefleming-font-proof-mcp - io.github.janF19/rejstrik-mcp (io.github.janF19/rejstrik-mcp@0.9.2) Czech company registry MCP that reads filed PDF financial statements — keyless, agent-native. installs: pypi:rejstrik-mcp detail: https://mcpindex.ai/server/io-github-janf19-rejstrik-mcp - RenderMark (io.github.jmsaavedra/rendermark@0.1.10) Markdown to styled HTML, PDF, DOCX, and slides with themes, diagrams, and math. installs: npm:@rendermark/mcp-server detail: https://mcpindex.ai/server/io-github-jmsaavedra-rendermark - io.github.joesaby/doctree-mcp (io.github.joesaby/doctree-mcp@1.0.1) BM25 search + tree navigation over markdown docs for AI agents. No embeddings, no LLM calls. installs: npm:doctree-mcp detail: https://mcpindex.ai/server/io-github-joesaby-doctree-mcp - Hex.pm MCP (io.github.joshrotenberg/hexpm-mcp@0.3.1) MCP server for hex.pm and hexdocs.pm: search, inspect, compare, and audit Elixir packages installs: remote:https://hexpm-mcp.fly.dev/mcp detail: https://mcpindex.ai/server/io-github-joshrotenberg-hexpm-mcp - io.github.jztan/pdf-mcp (io.github.jztan/pdf-mcp@2.1.0) Production-ready MCP server for PDF processing with intelligent caching. installs: pypi:pdf-mcp detail: https://mcpindex.ai/server/io-github-jztan-pdf-mcp - io.github.kiki830621/che-word-mcp (io.github.kiki830621/che-word-mcp@1.17.0) Swift-native MCP server for Word (.docx) manipulation with 148 tools installs: manual detail: https://mcpindex.ai/server/io-github-kiki830621-che-word-mcp - VoiceLogPro (io.github.kindrat86/voicelogpro@1.0.0) Voice-to-PDF daily construction reports. Court-ready documentation for subcontractors installs: remote:https://voicelogpro.com/api/mcp detail: https://mcpindex.ai/server/io-github-kindrat86-voicelogpro - io.github.klevercv/mcp-server (io.github.klevercv/mcp-server@1.0.0) Generate tailored resumes via AI agents using KlevrCV. Returns a signed PDF download URL. installs: npm:@klevercv/mcp-server detail: https://mcpindex.ai/server/io-github-klevercv-mcp-server - io.github.kmalakoff/mcp-pdf (io.github.kmalakoff/mcp-pdf@1.0.3) MCP server for PDF generation using PDFKit installs: npm:@mcp-z/mcp-pdf detail: https://mcpindex.ai/server/io-github-kmalakoff-mcp-pdf - Curagent Title Risk (io.github.ksh0rt/curagent-mcp@1.0.2) AI title risk analysis for Florida real estate closing docs. Get an API key at curagent.io installs: remote:https://mcp.curagent.io/ detail: https://mcpindex.ai/server/io-github-ksh0rt-curagent-mcp - io.github.kumarprobeops/signforge (io.github.kumarprobeops/signforge@1.2.2) Send documents for e-signature from AI agents. Upload, sign, and download PDFs. installs: npm:@signforge/mcp-server detail: https://mcpindex.ai/server/io-github-kumarprobeops-signforge - io.github.lakshgk/distill-mcp (io.github.lakshgk/distill-mcp@0.1.1) Convert PDF, DOCX, XLSX, PPTX, HTML, audio to token-efficient Markdown for any MCP client. installs: npm:distill-mcp-server detail: https://mcpindex.ai/server/io-github-lakshgk-distill-mcp - Deadzone (io.github.laradji/deadzone@0.7.4) Local-first MCP server: semantic search over library docs. No cloud, no API key, no telemetry. installs: docker:ghcr.io/laradji/deadzone:v0.7.4 detail: https://mcpindex.ai/server/io-github-laradji-deadzone - reach (io.github.las7/mcp@2.0.3) Documents agents read and write: share & hand off versioned markdown/HTML docs. No account. installs: npm:@reachpad/mcp | remote:https://reachpad.dev/mcp detail: https://mcpindex.ai/server/io-github-las7-mcp - AXIS Toolbox — Agentic Commerce Codebase Intelligence (io.github.lastmanupinc-hub/axis-toolbox@0.4.0) Generate AGENTS.md, AP2 compliance docs, checkout rules, debug playbook & MCP configs from any repo. installs: remote:https://axis-api-6c7z.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-lastmanupinc-hub-axis-toolbox - Layerz (io.github.layerzlabs/layerz@0.3.0) Structured financial modeling for AI agents: build, version, audit models, export to Excel. installs: remote:https://layerz.cc/mcp detail: https://mcpindex.ai/server/io-github-layerzlabs-layerz - io.github.leMaur/livewire-flux-mcp (io.github.leMaur/livewire-flux-mcp@2.3.6) Flux UI component and layout docs for AI coding agents. Live from fluxui.dev, Pro-tier aware. installs: npm:livewire-flux-mcp detail: https://mcpindex.ai/server/io-github-lemaur-livewire-flux-mcp - Lemonado (io.github.lemonadolabs/lemonado-mcp-server@1.0.1) MCP server for querying and analyzing data from ad platforms, analytics tools, and spreadsheets installs: remote:https://mcp.lemonado.io/mcp detail: https://mcpindex.ai/server/io-github-lemonadolabs-lemonado-mcp-server - MinerU (io.github.linxule/mineru@1.1.4) MinerU document parsing API — PDFs, images, DOCX, PPTX with OCR and batch processing. installs: npm:mineru-mcp detail: https://mcpindex.ai/server/io-github-linxule-mineru - io.github.lucavisconti211-debug/heu-mcp (io.github.lucavisconti211-debug/heu-mcp@0.1.2) HEU Legal e-signature MCP: manage HEU documents and PDFs, prompt signers, download PDFs. installs: pypi:heu-mcp detail: https://mcpindex.ai/server/io-github-lucavisconti211-debug-heu-mcp - EasyAccessPDF (io.github.luotwo/easyaccesspdf-mcp@1.0.0) PDF accessibility checks (veraPDF PDF/UA-1), auto-fix and Markdown conversion. EU-hosted. installs: remote:https://easyaccesspdf.com/wp-json/easy/v1/mcp detail: https://mcpindex.ai/server/io-github-luotwo-easyaccesspdf-mcp - io.github.madhan-g-p/devdocs-mcp (io.github.madhan-g-p/devdocs-mcp@1.0.0) Local DevDocs MCP Server (Developer Docs with project specific context awareness) installs: npm:@madhan-g-p/devdocs-mcp-server detail: https://mcpindex.ai/server/io-github-madhan-g-p-devdocs-mcp - io.github.mapbox/mcp-docs-server (io.github.mapbox/mcp-docs-server@0.3.1) AI access to Mapbox docs, API references, style specs, and guides. No token required. installs: npm:@mapbox/mcp-docs-server | remote:https://mcp-docs.mapbox.com/mcp detail: https://mcpindex.ai/server/io-github-mapbox-mcp-docs-server - io.github.marianfoo/mcp-sap-docs (io.github.marianfoo/mcp-sap-docs@0.3.9) Fast MCP server for unified SAP docs search (SAPUI5, CAP, OpenUI5, wdi5) with BM25 full-text search installs: npm:mcp-sap-docs detail: https://mcpindex.ai/server/io-github-marianfoo-mcp-sap-docs - io.github.matiasbattocchia/google-mcp (io.github.matiasbattocchia/google-mcp@0.1.2) Streamable HTTP MCP server for Google Calendar and Sheets with OAuth login. installs: remote:https://g.mcp.openbsp.dev/mcp detail: https://mcpindex.ai/server/io-github-matiasbattocchia-google-mcp - NotebookLM (io.github.mcp-dir/notebooklm-mcp@0.1.0) Google NotebookLM via natural language: create notebooks, add sources (PDF, URL, YouTube) and ask gr installs: remote:https://api.mcp.ai/p_notebooklm detail: https://mcpindex.ai/server/io-github-mcp-dir-notebooklm-mcp - PDF Generator (io.github.mcp-z/mcp-pdf@2.0.6) MCP server for creative PDF generation with full emoji, Unicode, and offline support installs: npm:@mcp-z/mcp-pdf detail: https://mcpindex.ai/server/io-github-mcp-z-mcp-pdf - Google Sheets (io.github.mcp-z/mcp-sheets@1.0.7) Google Sheets integration with OAuth, spreadsheet management, batch operations, and formatting installs: npm:@mcp-z/mcp-sheets detail: https://mcpindex.ai/server/io-github-mcp-z-mcp-sheets - Help (io.github.mctx-ai/help@1.0.40) Get accurate answers about mctx and MCP servers from live docs, not outdated training data. Look up installs: remote:https://help.mctx.ai/v1.0.40 detail: https://mcpindex.ai/server/io-github-mctx-ai-help - io.github.mehtaphysical13/pdf-tables-mcp (io.github.mehtaphysical13/pdf-tables-mcp@0.1.0) Reliable PDF table extraction. Pass a URL, get structured JSON tables with citations. installs: remote:https://pdf-tables-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-mehtaphysical13-pdf-tables-mcp - io.github.michaelrobertsutton/verified-googledocs-mcp (io.github.michaelrobertsutton/verified-googledocs-mcp@0.1.0) MCP server for Google Docs with verified writes — every mutation returns before/after proof. installs: pypi:verified-googledocs-mcp detail: https://mcpindex.ai/server/io-github-michaelrobertsutton-verified-googledocs-mcp - io.github.mifactory-bot/mifactory-contratos (io.github.mifactory-bot/mifactory-contratos@1.2.0) Freelance contracts via API for any country. AI-generated or PDF. Pay-per-use: $5-$20. installs: npm:@mifactory-bot/contratos-mcp detail: https://mcpindex.ai/server/io-github-mifactory-bot-mifactory-contratos - io.github.mifactory-bot/mifactory-spec-api (io.github.mifactory-bot/mifactory-spec-api@1.1.0) Convert docs to agent-readable specs with criteria and constraints. $0.10/convert. installs: remote:https://spec-api-mcp.vercel.app/mcp detail: https://mcpindex.ai/server/io-github-mifactory-bot-mifactory-spec-api - Mila (io.github.mila-gg/mcp-server@1.0.2) Create and manage documents, spreadsheets, and presentations from your AI assistant. installs: remote:https://mcp.mila.gg/ detail: https://mcpindex.ai/server/io-github-mila-gg-mcp-server - Microsoft Office (io.github.mindstone/mcp-server-office@0.3.0) Microsoft Office MCP server: read and edit Word documents, Excel workbooks, and PowerPoint files installs: npm:@mindstone/mcp-server-office detail: https://mcpindex.ai/server/io-github-mindstone-mcp-server-office - Vanta (io.github.mindstone/mcp-server-vanta@0.3.1) Vanta compliance MCP server: vulnerabilities, tests, controls, evidence, people, vendors, docs installs: npm:@mindstone/mcp-server-vanta detail: https://mcpindex.ai/server/io-github-mindstone-mcp-server-vanta - Miro (io.github.miroapp/mcp-server@1.0.2) Official Miro MCP server - Supports context to code and creating diagrams, docs, and data tables. installs: remote:https://mcp.miro.com/ detail: https://mcpindex.ai/server/io-github-miroapp-mcp-server - ClauseKeeper Compliance Scanner (io.github.mityda/clausekeeper@0.1.1) Scan website legal docs for missing or stale compliance clauses. Rule-based, no LLM. installs: pypi:clausekeeper-mcp detail: https://mcpindex.ai/server/io-github-mityda-clausekeeper - io.github.mlintangmz2765/scholar (io.github.mlintangmz2765/scholar@1.0.0) Hardened Scholar MCP for deep academic research (Scopus, OpenAlex, Unpaywall) with PDF vision. installs: pypi:scholar-academic-mcp detail: https://mcpindex.ai/server/io-github-mlintangmz2765-scholar - PDF Modifier (io.github.mlorentedev/pdf-modifier-mcp@1.6.0) Modify PDF text, replace with regex, and analyze layout while preserving fonts. installs: pypi:pdf-modifier-mcp detail: https://mcpindex.ai/server/io-github-mlorentedev-pdf-modifier-mcp - Kairos Connect (io.github.mollaie/kairos-connect@1.0.1) Connect AI agents to your Kairos workspace — manage goals, tasks, docs, whiteboards, and forms. installs: remote:https://mcp.thekairos.app/ detail: https://mcpindex.ai/server/io-github-mollaie-kairos-connect - io.github.moooonad/mcp-google-sheets-full (io.github.moooonad/mcp-google-sheets-full@0.2.0) Full Google Sheets MCP: 26 tools + run_sheets_script escape hatch. User OAuth, no service account. installs: npm:mcp-google-sheets-full detail: https://mcpindex.ai/server/io-github-moooonad-mcp-google-sheets-full - JustFill PDF Form Automation (io.github.mrmaciej1/justfill@0.4.7) Fill existing fillable, flat and scanned PDF forms from structured data; save reusable templates installs: pypi:justfill-mcp | remote:https://justfill.app/api/mcp detail: https://mcpindex.ai/server/io-github-mrmaciej1-justfill - io.github.mrslbt/pdf-it (io.github.mrslbt/pdf-it@2.1.0) Native PDF renderer for AI markdown. Cover, TOC, page-numbered footer. Fonts embedded, zero config. installs: npm:pdf-it-mcp detail: https://mcpindex.ai/server/io-github-mrslbt-pdf-it - OmniClip RAG (io.github.msjsc001/omniclip-rag-mcp@0.4.8) Read-only local-first MCP server for private Markdown, PDF, and Tika-backed search on Windows. installs: manual detail: https://mcpindex.ai/server/io-github-msjsc001-omniclip-rag-mcp - io.github.n24q02m/wet-mcp (io.github.n24q02m/wet-mcp@3.7.2) MCP server for web search, content extraction, academic research, and library docs. installs: pypi:wet-mcp | docker:docker.io/n24q02m/wet-mcp:latest detail: https://mcpindex.ai/server/io-github-n24q02m-wet-mcp - Maket (io.github.ng-galien/maket@1.7.0) Compose branded visual documents with live preview, data collections, validation, and PDF export. installs: npm:@ng-galien/maket detail: https://mcpindex.ai/server/io-github-ng-galien-maket - Doc_Conv — Document to Markdown (io.github.nicklee002e/docconv-mcp@1.0.1) Convert PDF/Word/Excel/PowerPoint documents to Markdown, paid in USDC via x402. installs: pypi:docconv-mcp detail: https://mcpindex.ai/server/io-github-nicklee002e-docconv-mcp - Nifra docs (io.github.nifrajs/nifra-docs@2.8.1) Nifra docs, runnable examples, and API types as an MCP server for any AI assistant. installs: remote:https://mcp.nifra.dev detail: https://mcpindex.ai/server/io-github-nifrajs-nifra-docs - Breaking Changes & Migration Data (io.github.nigelcox98/breaking-changes@0.1.0) What breaks when you upgrade a package, and what to use instead - from official docs. installs: remote:https://agentdataapi.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-nigelcox98-breaking-changes - Documentation Extractor (io.github.nirholas/extract-llms-docs@1.0.0) Extract llms.txt from any docs site - Mintlify Docusaurus GitBook parser installs: manual detail: https://mcpindex.ai/server/io-github-nirholas-extract-llms-docs - Colors-LE (io.github.nolindnaidoo/colors-le@2.2.4) Extract colors from stylesheets and code, with their notation and position. installs: npm:colors-le-mcp detail: https://mcpindex.ai/server/io-github-nolindnaidoo-colors-le - io.github.nyuchi/nyuchi-docs (io.github.nyuchi/nyuchi-docs@0.1.0) Search, read, and ask the Nyuchi docs (docs.nyuchi.com); send feedback or raise issues. installs: npm:nyuchi-docs-mcp | remote:https://docs.nyuchi.com/mcp detail: https://mcpindex.ai/server/io-github-nyuchi-nyuchi-docs - io.github.octoco-ltd/sheetsdata-mcp (io.github.octoco-ltd/sheetsdata-mcp@1.3.2) Electronic component datasheets for AI agents — specs, pinouts, package data on demand. installs: npm:@sheetsdata/mcp | remote:https://mcp.sheetsdata.com/mcp detail: https://mcpindex.ai/server/io-github-octoco-ltd-sheetsdata-mcp - Ovellum (io.github.oinam/ovellum@0.24.0) Auto, manual, or hybrid docs that never fall out of sync. installs: npm:ovellum detail: https://mcpindex.ai/server/io-github-oinam-ovellum - Open Agreements (io.github.open-agreements/open-agreements@0.8.0) Fill standard legal agreement templates (NDAs, SAFEs, NVCA docs, employment) as DOCX files. installs: npm:@open-agreements/contract-templates-mcp | remote:https://openagreements.org/api/mcp detail: https://mcpindex.ai/server/io-github-open-agreements-open-agreements - MinerU Open MCP (io.github.opendatalab/mineru-open-mcp@1.0.20) Parse PDFs, images, doc, docx, ppt, pptx, xls, xlsx, html into Markdown using MinerU API. installs: pypi:mineru-open-mcp detail: https://mcpindex.ai/server/io-github-opendatalab-mineru-open-mcp - MCP Registry Validator — Check Endpoints Actually Resolve (io.github.operatorsheets/mcp-uptime@0.2.1) Check an MCP endpoint resolves: liveness, live tool list, schema drift. Free. installs: remote:https://mcp-uptime.theopslog.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-operatorsheets-mcp-uptime - io.github.opspawn/bazaar-mcp (io.github.opspawn/bazaar-mcp@1.0.2) x402 micropayment-powered developer tools: screenshots, AI analysis, PDFs, code scanning installs: npm:bazaar-mcp detail: https://mcpindex.ai/server/io-github-opspawn-bazaar-mcp - io.github.paperandbeyond23-gif/propzapi (io.github.paperandbeyond23-gif/propzapi@0.3.0) Image + screenshot API for agents: HTML/CSS to images or PDF, screenshot any URL, verify text. installs: remote:https://api.propzapi.com/mcp detail: https://mcpindex.ai/server/io-github-paperandbeyond23-gif-propzapi - PayU Docs (io.github.payu-intrepos/payu-developer-mcp@1.0.0) Search PayU docs, browse the payment integration catalog, and fetch production-ready code. installs: remote:https://ask-ai-mcp-710575177112.asia-south1.run.app/mcp/ detail: https://mcpindex.ai/server/io-github-payu-intrepos-payu-developer-mcp - PDF4me (io.github.pdf4me/pdf4me-mcp@1.0.0) PDF & document automation via the PDF4me API — convert, OCR, extract, edit, secure. installs: pypi:pdf4me-mcp | remote:https://mcp.pdf4me.com/mcp detail: https://mcpindex.ai/server/io-github-pdf4me-pdf4me-mcp - PDFCrowd PDF Export (io.github.pdfcrowd/pdfcrowd-mcp-pdf-export@1.2.2) Create polished, professional PDFs from a single prompt. Documentation, reports, charts, and more. installs: npm:pdfcrowd-mcp-pdf-export detail: https://mcpindex.ai/server/io-github-pdfcrowd-pdfcrowd-mcp-pdf-export - io.github.penny4nonsense/mcp-pymupdf (io.github.penny4nonsense/mcp-pymupdf@0.1.1) MCP server for reading PDFs using PyMuPDF. Supports local files and URLs. installs: pypi:mcp-pymupdf detail: https://mcpindex.ai/server/io-github-penny4nonsense-mcp-pymupdf - io.github.pictify-io/mcp (io.github.pictify-io/mcp@1.3.0) Generate images, GIFs, and PDFs from HTML, URLs, or templates — from your AI agent. installs: npm:@pictify/mcp-server | remote:https://mcp.pictify.io detail: https://mcpindex.ai/server/io-github-pictify-io-mcp - io.github.piiinpiiins/zotero-mcp-local (io.github.piiinpiiins/zotero-mcp-local@0.1.4) Search, read PDFs, and find related papers in your local Zotero library. Read-only, 100% local. installs: pypi:zotero-mcp-local detail: https://mcpindex.ai/server/io-github-piiinpiiins-zotero-mcp-local - Confluence (io.github.pipeworx-io/confluence@0.1.0) Confluence MCP — wraps the Confluence Cloud REST API v2 (OAuth) installs: remote:https://gateway.pipeworx.io/confluence/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-confluence - Devdocs Io (io.github.pipeworx-io/devdocs-io@0.1.0) DevDocs.io keyless docs index + entry search + content (Angular, MDN, Rust, etc.). installs: remote:https://gateway.pipeworx.io/devdocs-io/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-devdocs-io - Eu Parliament (io.github.pipeworx-io/eu-parliament@0.1.0) European Parliament Open Data — MEPs, plenary docs, sessions installs: remote:https://gateway.pipeworx.io/eu-parliament/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-eu-parliament - Google_docs (io.github.pipeworx-io/google_docs@0.1.0) Google Docs MCP Pack — read, create, and edit Google Docs via OAuth. installs: remote:https://gateway.pipeworx.io/google_docs/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-google-docs - Google_sheets (io.github.pipeworx-io/google_sheets@0.1.0) Google Sheets MCP Pack installs: remote:https://gateway.pipeworx.io/google_sheets/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-google-sheets - Ocrspace (io.github.pipeworx-io/ocrspace@0.1.0) OCR.space MCP — wraps the OCR.space API (ocr.space) for image/PDF → text OCR. installs: remote:https://gateway.pipeworx.io/ocrspace/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-ocrspace - io.github.popapidev/pop-mcp (io.github.popapidev/pop-mcp@1.1.0) Italian e-invoicing (FatturaPA/SdI), Peppol, PDF invoice generation, and account onboarding via POP installs: npm:@getpopapi/pop-mcp detail: https://mcpindex.ai/server/io-github-popapidev-pop-mcp - NumProof (io.github.projecttron/numproof@0.1.1) Deterministic signed verification of numeric & financial claims for AI agents & spreadsheets. installs: pypi:numproof | remote:https://numproof.com/mcp detail: https://mcpindex.ai/server/io-github-projecttron-numproof - io.github.ptrinh/final-notice (io.github.ptrinh/final-notice@1.0.0) Free demand-letter PDF generator for unpaid invoices, 80+ jurisdictions, 29 languages. installs: remote:https://finalnotice.io/mcp detail: https://mcpindex.ai/server/io-github-ptrinh-final-notice - io.github.puglieseweb/systemdox (io.github.puglieseweb/systemdox@0.1.32) Your architecture in your agents' context: checks, specs, ADRs and docs over MCP, at write time. installs: npm:@systemdox/mcp-server detail: https://mcpindex.ai/server/io-github-puglieseweb-systemdox - io.github.qingkuai-js/qingkuai-mcp-server (io.github.qingkuai-js/qingkuai-mcp-server@1.0.2) MCP server for Qingkuai (.qk) — docs search, syntax check, compilation, and formatting tools. installs: npm:qingkuai-mcp-server detail: https://mcpindex.ai/server/io-github-qingkuai-js-qingkuai-mcp-server - Talk2Data InsightGenius (io.github.quack2025/talk2data-insightgenius@1.0.0) Survey data analysis: crosstabs with significance, ANOVA, correlation, Excel exports. installs: remote:https://spss.insightgenius.io/mcp/sse?api_key={api_key} detail: https://mcpindex.ai/server/io-github-quack2025-talk2data-insightgenius - Quadratic (io.github.quadratichq/quadratic-mcp@0.1.0) AI access to Quadratic spreadsheets: open files, run Python/SQL, query connected databases. installs: remote:https://mcp.quadratichq.com/mcp detail: https://mcpindex.ai/server/io-github-quadratichq-quadratic-mcp - Quizlar — voice-powered AI flashcards with spaced repetition (io.github.quizlar/mcp-server@1.0.0) Voice-led, FSRS-scheduled flashcards from YouTube, PDFs, web, or text. Auto-graded quizzes. installs: remote:https://mcp.quizlar.app/mcp/ detail: https://mcpindex.ai/server/io-github-quizlar-mcp-server - Re:port Flow MCP (io.github.re-port-flow/reportflow-mcp@1.4.0) Generate PDF reports from Re:port Flow templates via Claude and other AI agents. installs: npm:reportflow-mcp | remote:https://mcp.re-port-flow.com/mcp detail: https://mcpindex.ai/server/io-github-re-port-flow-reportflow-mcp - Resemble AI (io.github.resemble-ai/resemble-mcp@1.1.0) Resemble AI: deepfake detection, media intelligence, and watermarking actions, plus docs tools. installs: remote:https://mcp.resemble.ai/mcp detail: https://mcpindex.ai/server/io-github-resemble-ai-resemble-mcp - RevoGrid DataGrid MCP (io.github.revolist/revogrid-mcp@1.0.1) Hosted MCP server for RevoGrid DataGrid docs, examples, feature checks, and migration guidance. installs: remote:https://mcp.rv-grid.com detail: https://mcpindex.ai/server/io-github-revolist-revogrid-mcp - RevoGrid DataGrid MCP Pro (io.github.revolist/revogrid-mcp-pro@1.0.1) Hosted Pro MCP server for RevoGrid DataGrid docs, examples, feature checks, and migration guidance. installs: remote:https://mcp.rv-grid.com/pro detail: https://mcpindex.ai/server/io-github-revolist-revogrid-mcp-pro - blue·auth Document Signing (io.github.ricdanyalgil/blueauth-document-signing@1.0.0) Send AI-created PDFs for signature, track signers, and return verifiable document evidence. installs: remote:https://blueauth.co/api/mcp-server/mcp detail: https://mcpindex.ai/server/io-github-ricdanyalgil-blueauth-document-signing - io.github.rm-rf-prod/groundtruth (io.github.rm-rf-prod/groundtruth@7.5.0) Live docs MCP server. 598+ libraries, evidence-verified answers, code audit, snippets, dispatch. installs: npm:@groundtruth-mcp/gt-mcp detail: https://mcpindex.ai/server/io-github-rm-rf-prod-groundtruth - io.github.rmindgh/addsign-mcp (io.github.rmindgh/addsign-mcp@0.1.4) Send documents for e-signature, track status, remind signers, and download signed PDFs via AddSign installs: npm:addsign-mcp detail: https://mcpindex.ai/server/io-github-rmindgh-addsign-mcp - F5 Distributed Cloud Terraform Provider (io.github.robinmordasiewicz/f5xc-terraform-mcp@3.24.0) F5 Distributed Cloud Terraform provider docs, 270+ OpenAPI specs, and subscription info for AI. installs: npm:@robinmordasiewicz/f5xc-terraform-mcp detail: https://mcpindex.ai/server/io-github-robinmordasiewicz-f5xc-terraform-mcp - Hi AI Tutor MCP (io.github.rocnubie/hiaitutor-mcp@0.1.0) Read-only product knowledge for interactive lessons from PDFs, notes, or a topic installs: manual detail: https://mcpindex.ai/server/io-github-rocnubie-hiaitutor-mcp - Llama AI MCP (io.github.rocnubie/llamaai-mcp@0.1.0) Use Llama AI Chat to test Meta Llama 4 Maverick on code review, long PDFs, and screenshots. installs: manual detail: https://mcpindex.ai/server/io-github-rocnubie-llamaai-mcp - io.github.rog0x/docs (io.github.rog0x/docs@1.0.2) JSDoc, README, changelog generation for AI agents installs: npm:@rog0x/mcp-docs-tools detail: https://mcpindex.ai/server/io-github-rog0x-docs - RTFM (io.github.roomi-fields/rtfm@0.8.0) The open retrieval layer for AI agents — index code, docs, data. Search via MCP. installs: pypi:rtfm-ai detail: https://mcpindex.ai/server/io-github-roomi-fields-rtfm - CoreWise (io.github.ryanportfolio/corewise@1.0.0) Extract structured insights from videos, podcasts, articles, and PDFs with multi-model AI installs: remote:https://corewise.video/mcp detail: https://mcpindex.ai/server/io-github-ryanportfolio-corewise - io.github.sathvic-kollu/techtenstein-pdf (io.github.sathvic-kollu/techtenstein-pdf@1.0.2) PDF text and table extraction plus metadata. Supports OCR for scanned documents. installs: pypi:techtenstein-pdf-mcp detail: https://mcpindex.ai/server/io-github-sathvic-kollu-techtenstein-pdf - MCP Server for Excel (io.github.sbroenne/mcp-server-excel@1.10.5) Excel automation for AI - Sheets, Power Query, DAX, VBA, Tables, Ranges and more. Windows only. installs: manual detail: https://mcpindex.ai/server/io-github-sbroenne-mcp-server-excel - steamwebapi (io.github.sellrock-de/steamwebapi@0.1.1) Live Steam Market API docs, schemas, products, games, markets and endpoint search. installs: remote:https://mcp.steamwebapi.com/mcp detail: https://mcpindex.ai/server/io-github-sellrock-de-steamwebapi - io.github.senoff/xlsx-for-ai (io.github.senoff/xlsx-for-ai@3.2.8) 50 spreadsheet tools for .xlsx: recalc formulas, repair broken refs, read/write, diff, audit. installs: npm:xlsx-for-ai detail: https://mcpindex.ai/server/io-github-senoff-xlsx-for-ai - io.github.seunghan91/ainote (io.github.seunghan91/ainote@1.3.2) Agent-native notes, tasks, dev-docs, vaults, sync & handoffs. MCP + OpenAPI dual surface. installs: npm:@ainote/mcp | remote:https://api.ainote.dev/api/mcp detail: https://mcpindex.ai/server/io-github-seunghan91-ainote - Sheet Best MCP (io.github.sheetbest/sheet-best@1.0.0) Connect AI assistants to Google Sheets through controlled tools for reading and updating rows. installs: remote:https://mcp.sheetbest.com/ detail: https://mcpindex.ai/server/io-github-sheetbest-sheet-best - Smarter Weather Developer Onboarding (io.github.smarterweather/onboarding@0.0.2) Agent-first onboarding to Smarter Weather: plans, docs, signup, API keys, MCP config, billing. installs: npm:@smarterweather/mcp-onboarding | remote:https://developers.smarterweather.com/mcp detail: https://mcpindex.ai/server/io-github-smarterweather-onboarding - Social Fetch (io.github.social-freak-ltd/socialfetch@0.13.5) Public social-data API and live docs for AI coding agents. installs: remote:https://api.socialfetch.dev/mcp detail: https://mcpindex.ai/server/io-github-social-freak-ltd-socialfetch - doiget (io.github.sotashimozono/doiget@0.8.6) OA-first paper fetcher: DOIs/arXiv IDs to local PDFs + metadata via Open Access APIs. installs: manual detail: https://mcpindex.ai/server/io-github-sotashimozono-doiget - io.github.stanislawherjan1/gdocs-comments-mcp (io.github.stanislawherjan1/gdocs-comments-mcp@0.1.1) Add inline, range-anchored comments to Google Docs - the one comment op the Google APIs can't do. installs: npm:gdocs-comments-mcp detail: https://mcpindex.ai/server/io-github-stanislawherjan1-gdocs-comments-mcp - io.github.steviepinero/docforge (io.github.steviepinero/docforge@0.2.0) 12 paid document tools: PDF to markdown, OCR, tables, invoices, Word/Excel/HTML, merge/split. x402 installs: remote:https://docforged.mcpize.run/mcp detail: https://mcpindex.ai/server/io-github-steviepinero-docforge - io.github.sudohnim/eidolon (io.github.sudohnim/eidolon@0.1.0) Privacy-first OSINT scanner: breaches, credentials, Shodan, username sweep. Scored PDF report. installs: manual detail: https://mcpindex.ai/server/io-github-sudohnim-eidolon - AILANG Parse (io.github.sunholo-data/parse@0.9.0) Deterministic DOCX/PPTX/XLSX/PDF parser: track changes, comments, headers, footers, merged cells. installs: npm:@ailang/parse | pypi:ailang-parse | remote:https://docparse.ailang.sunholo.com/mcp/ detail: https://mcpindex.ai/server/io-github-sunholo-data-parse - Suparse Document Processing (io.github.suparse/suparse-mcp@1.3.0) Extract structured data from PDFs and documents with Suparse AI OCR. installs: npm:@suparse/mcp detail: https://mcpindex.ai/server/io-github-suparse-suparse-mcp - io.github.sustinbebustin/citadel-mcp (io.github.sustinbebustin/citadel-mcp@2.2.0) A growing Citadel of stack-specific docs, served as MCP tools for AI coding agents. installs: npm:citadel-mcp detail: https://mcpindex.ai/server/io-github-sustinbebustin-citadel-mcp - Word Document Operations (io.github.swadegeiger1/word-mcp@1.0.0) Read, create, and modify Microsoft Word documents installs: pypi:word-mcp-server-swadegeiger1 detail: https://mcpindex.ai/server/io-github-swadegeiger1-word-mcp - io.github.sweetcucumbersalad/differino-mcp (io.github.sweetcucumbersalad/differino-mcp@0.5.1) Compare PDF, DOCX, and TXT documents from any AI agent: diff, change summary, and PDF export. installs: npm:differino-mcp detail: https://mcpindex.ai/server/io-github-sweetcucumbersalad-differino-mcp - Symbols MCP (io.github.symbo-ls/symbols-mcp@3.14.763) Symbols.app MCP — docs, code generation, publishing, CLI/SDK reference installs: pypi:symbols-mcp detail: https://mcpindex.ai/server/io-github-symbo-ls-symbols-mcp - Talonic (io.github.talonicdev/talonic-mcp@0.1.73) Extract structured, schema-validated data from PDFs, scans, images, spreadsheets, and forms. installs: npm:@talonic/mcp detail: https://mcpindex.ai/server/io-github-talonicdev-talonic-mcp - Tencent Lexiang MCP Server (io.github.tencent-lexiang/lexiang-mcp-server@1.0.1) Tencent Lexiang AI knowledge base MCP server for searching, managing entries, and editing docs. installs: remote:https://mcp.lexiang-app.com/mcp?company_from={company_code}&source=registry detail: https://mcpindex.ai/server/io-github-tencent-lexiang-lexiang-mcp-server - io.github.themoddedcube/pdf-report-generator (io.github.themoddedcube/pdf-report-generator@1.0.1) Generate professional PDF reports from LLM output — cover, TOC, tables, charts, 5 themes. installs: npm:@ctalasila/pdf-report-generator detail: https://mcpindex.ai/server/io-github-themoddedcube-pdf-report-generator - PDFTools (io.github.therealMrFunGuy/pdf-tools@1.0.0) Extract text and tables from PDFs, merge documents, and get metadata. installs: remote:https://pdf.rjctdlabs.xyz/sse detail: https://mcpindex.ai/server/io-github-therealmrfunguy-pdf-tools - io.github.therealMrFunGuy/screenshot-api (io.github.therealMrFunGuy/screenshot-api@1.0.0) Website screenshots as PNG, JPEG, or PDF with custom viewports and full-page capture. installs: remote:https://api.rjctdlabs.xyz/sse detail: https://mcpindex.ai/server/io-github-therealmrfunguy-screenshot-api - Tidewave Phoenix (io.github.tidewave-ai/tidewave-phoenix@0.8.0) Runtime-level MCP server for Phoenix development: run code, read logs, query the DB, read docs. installs: manual detail: https://mcpindex.ai/server/io-github-tidewave-ai-tidewave-phoenix - Tidewave Rails (io.github.tidewave-ai/tidewave-rails@0.8.0) Runtime-level MCP server for Rails development: run code, read logs, query the DB, read docs. installs: manual detail: https://mcpindex.ai/server/io-github-tidewave-ai-tidewave-rails - agentdocs (io.github.titov-d/agentdocs@0.1.3) Fresh, source-verified docs for building MCP servers and Claude agents, for AI coding agents. installs: npm:mcp-agentdocs detail: https://mcpindex.ai/server/io-github-titov-d-agentdocs - TableTemplates (io.github.tresor4k/tabletemplates-mcp@0.1.0) Search 1,008 Excel and Google Sheets template keywords with US demand data; find free templates. installs: npm:tabletemplates-mcp detail: https://mcpindex.ai/server/io-github-tresor4k-tabletemplates-mcp - io.github.truecalc/truecalc-mcp (io.github.truecalc/truecalc-mcp@7.1.1) MCP server exposing TrueCalc spreadsheet formula evaluation as tools for AI assistants. installs: manual detail: https://mcpindex.ai/server/io-github-truecalc-truecalc-mcp - io.github.ubaumann/mkdocs-mcp (io.github.ubaumann/mkdocs-mcp@0.1.2) An MCP server that provides serves MkDocs as resources. installs: pypi:mkdocs-mcp detail: https://mcpindex.ai/server/io-github-ubaumann-mkdocs-mcp - Context7 (io.github.upstash/context7@1.0.31) Up-to-date code docs for any prompt installs: npm:@upstash/context7-mcp detail: https://mcpindex.ai/server/io-github-upstash-context7 - io.github.us-all/google-drive (io.github.us-all/google-drive@1.15.8) Google Drive + Workspace MCP — Docs, Sheets, Slides, Shared Drives, Labels, Approvals, DWD installs: npm:@us-all/google-drive-mcp detail: https://mcpindex.ai/server/io-github-us-all-google-drive - Htmlpdf Transform Mcp (io.github.varvararatta/htmlpdf_transform_mcp@1.0.0) Htmlpdf Transform Mcp connects AI agents to real public APIs via MCP. Tools include installs: remote:https://htmlpdf-transform-mcp.mcpize.run/mcp detail: https://mcpindex.ai/server/io-github-varvararatta-htmlpdf-transform-mcp - PDF Card MCP (io.github.velyan/pdf-card-mcp@0.1.2) Local-first MCP server + CLI that turns PDFs into source-linked, card-based HTML readers. installs: pypi:pdf-card-mcp detail: https://mcpindex.ai/server/io-github-velyan-pdf-card-mcp - htmldrop (io.github.vin-spiegel/htmldrop@0.1.0) Publish HTML, Markdown, PDF, or images as instant shareable links with expiry and passwords. installs: remote:https://htmldrop.link/mcp detail: https://mcpindex.ai/server/io-github-vin-spiegel-htmldrop - io.github.vish288/mcp-coda (io.github.vish288/mcp-coda@0.5.2) MCP server for Coda API — docs, pages, tables, rows, formulas, permissions, and automation. installs: pypi:mcp-coda detail: https://mcpindex.ai/server/io-github-vish288-mcp-coda - PDF Triage (io.github.vishalmeena2211/pdf-triage-mcp@0.1.2) Read local PDFs without uploading. Classifies first, flags untrustworthy text, bounds output. installs: npm:pdf-triage-mcp detail: https://mcpindex.ai/server/io-github-vishalmeena2211-pdf-triage-mcp - io.github.visus-mcp/visus-mcp (io.github.visus-mcp/visus-mcp@0.13.0) Security-first web access. Sanitizes pages, blocks injection, redacts PII. Now with PDF/JSON/SVG. installs: npm:visus-mcp detail: https://mcpindex.ai/server/io-github-visus-mcp-visus-mcp - ModelRisk (io.github.vosesoftware/modelrisk-mcp@0.3.13) Read, build, fit, and run Monte Carlo risk models in Excel through Vose Software's ModelRisk. installs: pypi:modelrisk-mcp detail: https://mcpindex.ai/server/io-github-vosesoftware-modelrisk-mcp - io.github.vpatser1/mcp-api-doc-generator (io.github.vpatser1/mcp-api-doc-generator@1.1.4) Generate OpenAPI 3.1 specs, endpoint docs, TypeScript SDKs, and test suites from code installs: npm:mcp-api-doc-generator detail: https://mcpindex.ai/server/io-github-vpatser1-mcp-api-doc-generator - Noticiel (io.github.waddou/mcp-noticiel@1.1.0) Notices et modes d'emploi de noticiel.com. Recherche par mots-clés, marque, catégorie ou PDF. installs: remote:https://noticiel-mcp.wadie.workers.dev/sse detail: https://mcpindex.ai/server/io-github-waddou-mcp-noticiel - io.github.waterfallbridge/mcp (io.github.waterfallbridge/mcp@1.2.4) Explain why any KPI or rate metric changed: bridge/variance analysis by driver, from CSV/Excel. installs: npm:@waterfallbridge/mcp detail: https://mcpindex.ai/server/io-github-waterfallbridge-mcp - io.github.wesseltl/excel-mcp (io.github.wesseltl/excel-mcp@0.1.2) Read real, messy Excel files from an agent: multiple sheets, title rows, merged cells. installs: pypi:excel-agent-mcp detail: https://mcpindex.ai/server/io-github-wesseltl-excel-mcp - io.github.wesseltl/pdf-mcp (io.github.wesseltl/pdf-mcp@0.1.2) Extract text and tables from PDFs for an agent: invoices, reports, statements. installs: pypi:pdf-agent-mcp detail: https://mcpindex.ai/server/io-github-wesseltl-pdf-mcp - football-docs (io.github.withqwerty/football-docs@0.2.1) Searchable football data provider docs for AI coding agents. installs: npm:football-docs detail: https://mcpindex.ai/server/io-github-withqwerty-football-docs - io.github.wmarceau/md-to-pdf (io.github.wmarceau/md-to-pdf@1.0.1) Convert markdown to professional PDFs with clickable table of contents. No API keys. installs: pypi:md-to-pdf-mcp detail: https://mcpindex.ai/server/io-github-wmarceau-md-to-pdf - io.github.woladi/macos-vision-mcp (io.github.woladi/macos-vision-mcp@0.4.9) Local OCR & image analysis via Apple Vision — no cloud, no API keys, ~97% fewer tokens on PDFs. installs: npm:macos-vision-mcp detail: https://mcpindex.ai/server/io-github-woladi-macos-vision-mcp - io.github.write-space/writespace-mcp (io.github.write-space/writespace-mcp@1.0.0) Persistent docs and memory for AI agents — read, write, organize & search a shared workspace. installs: remote:https://app.writespace.io/mcp detail: https://mcpindex.ai/server/io-github-write-space-writespace-mcp - Kaal Corpus: Verifiable Claim Layer (io.github.wulfkaal/corpus@1.0.1) Cite the claim, not the paper: 5,033 assertions, each hash-verifiable against its source PDF installs: remote:https://corpus.openstanding.org/mcp detail: https://mcpindex.ai/server/io-github-wulfkaal-corpus - Yuque MCP (io.github.wwwwujl/yuque-mcp@1.1.0) Yuque MCP server with safe read/write tools for groups, group members, repositories, docs, and TOC. installs: npm:@wwwwwujl/yuque-mcp detail: https://mcpindex.ai/server/io-github-wwwwujl-yuque-mcp - HIPAA Agent (io.github.xbt786/hipaa-agent@2.0.0) HIPAA compliance AI agent — scan, grade, SRA, and generate compliance docs. installs: remote:https://hipaaagent.ai/api/mcp detail: https://mcpindex.ai/server/io-github-xbt786-hipaa-agent - io.github.xt765/mcp-document-converter (io.github.xt765/mcp-document-converter@0.2.2) Convert PDF, DOCX, HTML, Markdown, and Text for AI assistant context injection. installs: pypi:mcp-document-converter detail: https://mcpindex.ai/server/io-github-xt765-mcp-document-converter - MCP Document Reader (io.github.xt765/mcp_documents_reader@1.3.1) An MCP enabled multi-format document reader supporting DOCX, PDF, TXT, and Excel files installs: pypi:mcp-documents-reader detail: https://mcpindex.ai/server/io-github-xt765-mcp-documents-reader - Word MCP Live (io.github.ykarapazar/word-mcp-live@1.2.0) Live Microsoft Word editing via MCP — tracked changes, undo, comments, 40+ tools installs: pypi:word-mcp-live detail: https://mcpindex.ai/server/io-github-ykarapazar-word-mcp-live - OrchestKit Docs MCP (io.github.yonatangross/orchestkit@10.0.0-alpha.23) Read-only MCP server for the OrchestKit docs: full-text search + Markdown fetch. No auth. installs: docker:ghcr.io/yonatangross/orchestkit-docs-mcp:10.0.0-alpha.23 | remote:https://orchestkit.yonyon.ai/api/mcp detail: https://mcpindex.ai/server/io-github-yonatangross-orchestkit - io.github.yoryocoruxo-ai/rendoc-mcp-server (io.github.yoryocoruxo-ai/rendoc-mcp-server@1.0.9) Generate professional PDFs (invoices, contracts, reports) from AI tools via rendoc templates. installs: npm:@rendoc/mcp-server detail: https://mcpindex.ai/server/io-github-yoryocoruxo-ai-rendoc-mcp-server - YADE MCP Server (io.github.yusong652/yade-mcp@0.1.5) MCP server for YADE — open-source DEM engine. Browse API docs, run simulations, manage tasks. installs: pypi:yade-mcp detail: https://mcpindex.ai/server/io-github-yusong652-yade-mcp - io.github.zayansalman/google-drive-comments-mcp (io.github.zayansalman/google-drive-comments-mcp@0.1.0) Minimal MCP server for reading comments on Google Drive files (Docs, Sheets, Slides). Read-only. installs: pypi:google-drive-comments-mcp detail: https://mcpindex.ai/server/io-github-zayansalman-google-drive-comments-mcp - Zenith (io.github.zenitheditor/zenith@0.0.8) Author, validate, edit, and render deterministic .zen design docs to PNG/PDF. installs: npm:@zenitheditor/zenith-mcp detail: https://mcpindex.ai/server/io-github-zenitheditor-zenith - PDF Slim — PDF Compression for AI (io.github.zhaoyaqi18/pdfslim@0.1.0) Compress PDFs to exact target sizes (82-93% smaller). Tools: compress_pdf, optimize_pdf, inspect_pdf installs: remote:https://api.pdfslim.app/mcp detail: https://mcpindex.ai/server/io-github-zhaoyaqi18-pdfslim - io.github.zoom/zoom-docs (io.github.zoom/zoom-docs@1.0.2) Zoom Docs server for creating and retrieving Zoom documents and notes in Markdown. installs: remote:https://mcp.zoom.us/mcp/docs/streamable detail: https://mcpindex.ai/server/io-github-zoom-zoom-docs - io.github.zoom/zoom-workspace (io.github.zoom/zoom-workspace@1.0.2) Zoom workspace server for meetings, chat, docs, recordings, and AI-generated collaboration content. installs: remote:https://mcp.zoom.us/mcp/zoom/streamable detail: https://mcpindex.ai/server/io-github-zoom-zoom-workspace - io.github.zymsj8j9z9-ship-it/packforai-mcp (io.github.zymsj8j9z9-ship-it/packforai-mcp@0.1.1) Convert PDF, DOCX, XLSX, CSV, JSON into clean, AI-ready Markdown via the PackForAI API. installs: npm:packforai-mcp detail: https://mcpindex.ai/server/io-github-zymsj8j9z9-ship-it-packforai-mcp - I Hate Invoicing (io.ihateinvoicing/ihateinvoicing@1.0.0) Send invoices from Claude and ChatGPT. One sentence becomes a PDF with a Stripe payment link. installs: remote:https://www.ihateinvoicing.io/api/mcp detail: https://mcpindex.ai/server/io-ihateinvoicing-ihateinvoicing - PdfBroker.io (io.pdfbroker/pdf@1.1.1) Cloud PDF generation from HTML, CSS and XSL-FO, with PDF/A and PDF/UA support. installs: npm:@pdfbroker/mcp-server | remote:https://mcp.pdfbroker.io/ detail: https://mcpindex.ai/server/io-pdfbroker-pdf - io.powerpointengine/powerpoint-engine (io.powerpointengine/powerpoint-engine@1.1.0) Generate, edit, merge, translate and PDF-convert PowerPoint (.pptx) over MCP. 8 tools. installs: remote:https://powerpointengine.io/api/mcp/mcp detail: https://mcpindex.ai/server/io-powerpointengine-powerpoint-engine - Qt Documentation (io.qt.qt-docs-mcp/qt-documentation@0.2.0) Search Qt 6 API and product docs (Qt Core, Qt Quick, Qt Creator, Boot to Qt, MCUs). installs: remote:https://qt-docs-mcp.qt.io/mcp detail: https://mcpindex.ai/server/io-qt-qt-docs-mcp-qt-documentation - Revise (io.revise/mcp-server@1.0.0) Collaborative word processor you can use with your agent. installs: remote:https://mcp.revise.io/mcp detail: https://mcpindex.ai/server/io-revise-mcp-server - io.scanbimlabs/acc (io.scanbimlabs/acc@1.0.1) Autodesk Construction Cloud: issues, RFIs, sheets, coordination. installs: remote:https://mcp.scanbimlabs.io/acc detail: https://mcpindex.ai/server/io-scanbimlabs-acc - io.siteglass/mcp (io.siteglass/mcp@0.1.5) Archive any URL to a shareable rrweb/pdf/png snapshot + agent-driven web QA (scan, run E2E flows). installs: npm:siteglass-mcp detail: https://mcpindex.ai/server/io-siteglass-mcp - Stable Baseline (io.stablebaseline/sb@1.0.3) End-to-end agent-managed company brain. Docs, diagrams, plans, Knowledge Graph. Lean & affordable. installs: remote:https://api.stablebaseline.io/functions/v1/cloud-serve/mcp detail: https://mcpindex.ai/server/io-stablebaseline-sb - io.usefulapi/anvil (io.usefulapi/anvil@1.0.1) Hosted MCP server for Anvil — fill & generate PDFs and run Etch e-signature packets for AI agents. installs: remote:https://anvil.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-anvil - io.usefulapi/api2pdf (io.usefulapi/api2pdf@1.0.1) MCP server for Api2Pdf — generate PDFs & images from HTML, URLs or office files; merge, barcodes. installs: remote:https://api2pdf.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-api2pdf - io.usefulapi/docraptor (io.usefulapi/docraptor@1.0.1) Turn HTML or a live URL into polished PDF and Excel files — hosted downloads, async jobs, history. installs: remote:https://docraptor.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-docraptor - io.usefulapi/gitbook (io.usefulapi/gitbook@1.0.0) Read spaces, collections, pages and content; search docs and manage GitBook organization spaces. installs: remote:https://gitbook.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-gitbook - io.usefulapi/mindee (io.usefulapi/mindee@1.0.1) Turn PDFs and images into typed fields — invoices, receipts, IDs and custom models — via Mindee OCR. installs: remote:https://mindee.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-mindee - Whatic IC Datasheets (io.whatic/datasheets@1.0.0) IC datasheet search: parametric part finding, spec lookup, price comparison — grounded in real PDFs. installs: remote:https://whatic.io/mcp detail: https://mcpindex.ai/server/io-whatic-datasheets - Wisesheets Financial Data (io.wisesheets/wisesheets@1.0.0) Financial statements, metrics, dividends, and price data for public companies. installs: remote:https://mcp.wisesheets.io/v1/mcp detail: https://mcpindex.ai/server/io-wisesheets-wisesheets - io.zsign/zsign (io.zsign/zsign@1.0.1) Legally binding e-signature API for agents: prepaid credits, send envelopes, sealed signed PDFs. installs: remote:https://zsign.io/mcp detail: https://mcpindex.ai/server/io-zsign-zsign - 13-Week Cash Flow Plan (it.chiriba/cashflow13@0.1.0) 13-week cash flow plan with a live Excel workbook, not just an answer in chat. installs: remote:https://mcp.chiriba.it/mcp detail: https://mcpindex.ai/server/it-chiriba-cashflow13 - net.alpha-systems/pdf (net.alpha-systems/pdf@1.0.1) Markdown to PDF: headings, bold, code, lists, rules. A4/Letter/Legal. Free 30/hr. MCP + REST. installs: remote:https://alpha-systems.net/mcp detail: https://mcpindex.ai/server/net-alpha-systems-pdf - Audio Delivery Network (net.audiodelivery/mcp@0.3.3) AI-manageable audio CDN: upload, transcode, normalize, stream & deliver audio, plus grounded docs. installs: npm:@audiodn/mcp | remote:https://mcp.audiodelivery.net/mcp detail: https://mcpindex.ai/server/net-audiodelivery-mcp - net.convertica/mcp (net.convertica/mcp@0.1.3) Convert PDF, Word, Excel, PowerPoint, EPUB, HEIC & images — 35+ tools from convertica.net installs: npm:convertica-mcp detail: https://mcpindex.ai/server/net-convertica-mcp - Medius Docs (net.k4tech/docs@1.0.0) Medius docs: the binary control protocol, device behavior, and the medius Rust library. installs: remote:https://medius.k4tech.net/mcp detail: https://mcpindex.ai/server/net-k4tech-docs - net.reogrid/studio (net.reogrid/studio@0.1.1) Turn analyzed data into a real Excel-like spreadsheet at a shareable URL: cells, formulas, tables. installs: remote:https://api-studio.reogrid.net/studio/mcp detail: https://mcpindex.ai/server/net-reogrid-studio - net.shotbot/shotbot-mcp (net.shotbot/shotbot-mcp@2.0.1) Screenshot API for AI agents: capture any public URL as JPEG, PNG, WebP, AVIF, or PDF. installs: npm:shotbot-mcp detail: https://mcpindex.ai/server/net-shotbot-shotbot-mcp - Briefverzenden — fysieke post (nl.briefverzenden/post@1.0.0) Verstuur een echte brief per post in 22 landen: lever een PDF aan, wij printen en posten hem. installs: remote:https://www.briefverzenden.nl/api/mcp detail: https://mcpindex.ai/server/nl-briefverzenden-post - no.sladd/mcp (no.sladd/mcp@0.1.0) Detect and redact Norwegian PII (fodselsnummer, names, health data) in text and PDFs. installs: npm:@sladd-no/mcp | remote:https://sladd.no/mcp detail: https://mcpindex.ai/server/no-sladd-mcp - Mdkit (online.mdkit/mdkit@1.0.0) Document-to-Markdown MCP server — convert PDF, Office and HTML into LLM-ready Markdown. installs: remote:https://api.mdkit.online/mcp/ detail: https://mcpindex.ai/server/online-mdkit-mdkit - @imqueue (org.imqueue/mcp@3.5.1) Search @imqueue docs and scaffold typed services & clients from your AI coding agent. installs: npm:@imqueue/mcp | remote:https://mcp.imqueue.org/mcp detail: https://mcpindex.ai/server/org-imqueue-mcp - org.snapforge/snapforge (org.snapforge/snapforge@1.3.0) Screenshots, PDFs and Markdown from any URL or HTML for AI agents, via the SnapForge API installs: npm:snapforge-mcp | remote:https://snapforge.org/mcp detail: https://mcpindex.ai/server/org-snapforge-snapforge - org.urltopdf/webpage-to-pdf (org.urltopdf/webpage-to-pdf@1.0.0) Convert any public webpage to a PDF. Single narrow tool, not a bloated PDF toolkit. installs: remote:https://urltopdf.org/api/mcp detail: https://mcpindex.ai/server/org-urltopdf-webpage-to-pdf - doc.page PDF Extraction (page.doc/pdf-extract@1.1.0) Extract PDFs to Markdown, RAG chunks and cited tables; publish tracked Doc Links with read stats. installs: remote:https://doc.page/api/mcp detail: https://mcpindex.ai/server/page-doc-pdf-extract - pro.publifye/junifye (pro.publifye/junifye@1.0.0) Write structured books, studies & commentaries with your AI — print PDF + online reader, full RTL installs: remote:https://junifye.publifye.pro/mcp detail: https://mcpindex.ai/server/pro-publifye-junifye - ResumeMD (pro.resumemd/resumemd@1.0.0) Turn a Markdown resume draft into an interview-ready PDF. 32 templates, no account, nothing stored. installs: remote:https://resumemd.pro/api/mcp detail: https://mcpindex.ai/server/pro-resumemd-resumemd - ro.avizo/avizo-mcp (ro.avizo/avizo-mcp@0.1.0) Avizo (RO SME compliance-deadline SaaS) as MCP tools: about, plans, categories, docs. Read-only. installs: remote:https://avizo.ro/mcp detail: https://mcpindex.ai/server/ro-avizo-avizo-mcp - pdfzen (site.pdfzen/render@1.0.0) Render PDFs from 45 starter templates or raw HTML. Pay-per-render with USDC via x402. installs: remote:https://api.pdfzen.site/mcp detail: https://mcpindex.ai/server/site-pdfzen-render - MCP.SV — El Salvador Knowledge Server (sv.mcp/el-salvador@1.0.1) Drop El Salvador into your context window: ~280 official ES/EN docs, hybrid search. Free PAT. installs: remote:https://mcp.sv/mcp detail: https://mcpindex.ai/server/sv-mcp-el-salvador - tech.interpretai/PostAgent (tech.interpretai/PostAgent@0.5.0) Print & mail PDF/HTML/Markdown/text/DOCX/images to US addresses; pay per call in x402 USDC on Base. installs: remote:https://api.postagent.sh/mcp detail: https://mcpindex.ai/server/tech-interpretai-postagent - PolyDoc (tech.polydoc/polydoc-mcp@0.1.4) PolyDoc MCP server: HTML/URL to PDF, screenshots, and EU e-invoice generation for MCP clients. installs: npm:polydoc-mcp detail: https://mcpindex.ai/server/tech-polydoc-polydoc-mcp - PlacePack (top.placepack/placepack@0.1.2) Generate deterministic placeholder image URLs and packs for docs, staging, testing, and AI agents. installs: npm:@martintoz/placepack-mcp | remote:https://placepack.top/mcp detail: https://mcpindex.ai/server/top-placepack-placepack - Uno Platform (uno.platform/uno@1.2.13) The Uno Platform MCP Server to get up-to-date docs and prompts installs: remote:https://mcp.platform.uno/v1 detail: https://mcpindex.ai/server/uno-platform-uno - moja.work portfolio (work.moja/portfolio@1.0.0) Read-only portfolio MCP: buzzword glossary (DE/EN), projects, career timeline, contact, docs. installs: remote:https://moja.work/mcp detail: https://mcpindex.ai/server/work-moja-portfolio ## E-commerce (49) - Gossiper Shopify Admin MCP Server (ai.gossiper/shopify-admin-mcp@1.0.0) Control Shopify Admin tasks with agents or via prompt. Ultra slim integration, fast and secure. installs: remote:https://mcp.gossiper.io/mcp detail: https://mcpindex.ai/server/ai-gossiper-shopify-admin-mcp - ai.inxy/seo-audit (ai.inxy/seo-audit@1.3.2) Score any site or Shopify store for AEO/GEO/LLMO readiness — how likely AI search is to cite it. installs: remote:https://inxy.ai/api/mcp detail: https://mcpindex.ai/server/ai-inxy-seo-audit - Vergio (ai.vergio/vergio@1.0.0) Buying signals for Shopify agencies: ranked in-market accounts, outreach, deals, reports. installs: remote:https://vergio.ai/api/mcp detail: https://mcpindex.ai/server/ai-vergio-vergio - Curie Commerce (co.curie/commerce@1.0.0) Search, compare in 3D, and buy products from 5.6M+ Shopify stores. Free tier; Pro adds checkout. installs: remote:https://chat.curie.app/api/mcp/global detail: https://mcpindex.ai/server/co-curie-commerce - Catalog Attribute Normalizer (com.acjlabs/catalog-normalizer@0.1.2) Catalog attribute normalizer, taxonomy-grounded — no fabricated Google/Shopify category IDs. installs: remote:https://catalog-normalizer.acjlabs.com/mcp detail: https://mcpindex.ai/server/com-acjlabs-catalog-normalizer - Ask AI (com.ask-ai-data-connector/ask-ai@1.0.0) Ask questions across Shopify, Klaviyo, GA4 and 20+ e-commerce sources in plain English. installs: remote:https://ask-ai-data-connector.com/mcp detail: https://mcpindex.ai/server/com-ask-ai-data-connector-ask-ai - Attribloom (com.attribloom/mcp@0.1.0) Affiliate attribution and commission data for iOS (StoreKit 2) and Shopify installs: npm:@attribloom/mcp detail: https://mcpindex.ai/server/com-attribloom-mcp - DOOMSCROLLR (com.doomscrollr/mcp@1.1.2) Build owned-audience websites: pages, posts, products, subscribers, ShopMy/Shopify imports. installs: npm:@doomscrollr/mcp-server | remote:https://mcp.doomscrollr.com/mcp detail: https://mcpindex.ai/server/com-doomscrollr-mcp - com.mcparmory/shopify-admin (com.mcparmory/shopify-admin@1.0.3) Manage products, orders, customers, inventory, and store configuration installs: pypi:mcparmory-shopify-admin | docker:ghcr.io/mcparmory/shopify-admin:1.0.3 detail: https://mcpindex.ai/server/com-mcparmory-shopify-admin - Muze Ecommerce Ads (com.muzecmo/ecommerce-ads@1.0.0) Run your ecommerce ads from Claude & ChatGPT: Meta, Google, Amazon, Shopify (150 tools) installs: remote:https://backend.muzecmo.com/mcp detail: https://mcpindex.ai/server/com-muzecmo-ecommerce-ads - com.packagento/mcp (com.packagento/mcp@1.0.8) Magento 2 extension marketplace over MCP: search, buy, publish, and install packages. installs: remote:https://mcp.packagento.com/mcp detail: https://mcpindex.ai/server/com-packagento-mcp - StoreInspect (com.storeinspect/mcp@1.0.1) Search Shopify stores, enrich domains, and reveal approved contact channels. installs: remote:https://mcp.storeinspect.com/mcp detail: https://mcpindex.ai/server/com-storeinspect-mcp - com.themineworks/ecommerce-intel-mcp (com.themineworks/ecommerce-intel-mcp@1.0.0) Product intel: Amazon, AliExpress, Shopify, TikTok Shop, ads and search interest. installs: remote:https://themineworks--ecommerce-intel-mcp.apify.actor/mcp detail: https://mcpindex.ai/server/com-themineworks-ecommerce-intel-mcp - com.thenextgennexus/ecommerce-intelligence-mcp-server (com.thenextgennexus/ecommerce-intelligence-mcp-server@1.0.0) Shopify store + product analysis for DTC competitive research. installs: remote:https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/ecommerce-intelligence-mcp-server/mcp detail: https://mcpindex.ai/server/com-thenextgennexus-ecommerce-intelligence-mcp-server - Trakow Order Tracking (com.trackordernow/order-tracking@1.0.0) Real-time order tracking for Shopify merchants: look up, list, and refresh shipments. installs: remote:https://apps.trackordernow.com/s/api/mcp detail: https://mcpindex.ai/server/com-trackordernow-order-tracking - WPWriter — WordPress AI Content & SEO (com.wpwriter/wordpress@2.0.0) WordPress MCP server: generate SEO posts, AI images, autoblog & WooCommerce on your self-hosted site installs: remote:https://mcp.wpwriter.com/mcp detail: https://mcpindex.ai/server/com-wpwriter-wordpress - datavessel (io.datavessel/mcp@0.1.0) 200+ read/write tools for GA4, Search Console, Google Ads, Shopify, WooCommerce, Shopware & more. installs: remote:https://mcp.datavessel.io/mcp detail: https://mcpindex.ai/server/io-datavessel-mcp - io.github.AIWerk/mcp-server-shopify (io.github.AIWerk/mcp-server-shopify@0.1.2) Shopify Admin GraphQL API: products, orders, customers, inventory, and more (read and write). installs: npm:@aiwerk/mcp-server-shopify detail: https://mcpindex.ai/server/io-github-aiwerk-mcp-server-shopify - WooCommerce MCP Server (io.github.AmitGurbani/mcp-server-woocommerce@1.2.0) 101 tools for WooCommerce store management with field filtering and guided prompts. installs: npm:@amitgurbani/mcp-server-woocommerce detail: https://mcpindex.ai/server/io-github-amitgurbani-mcp-server-woocommerce - io.github.IsaiahDupree/commercebridge (io.github.IsaiahDupree/commercebridge@1.0.0) Remote MCP connector for eBay, Shopify, Best Buy & Etsy marketplace data via the Commerce API installs: remote:https://commercebridge-isaiahduprees-projects.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-isaiahdupree-commercebridge - ReplenishRadar (io.github.ReplenishRadar/MCP@1.1.0) Shopify + Amazon inventory planning, forecasting & replenishment over MCP (50 tools). installs: npm:@replenishradar/mcp-server detail: https://mcpindex.ai/server/io-github-replenishradar-mcp - io.github.TheNextGenNexus/ecommerce-intelligence-mcp-server (io.github.TheNextGenNexus/ecommerce-intelligence-mcp-server@1.0.1) Analyze Shopify stores, get product catalogs, pricing strategies, and store performance data installs: npm:@thenextgennexus/ecommerce-intelligence-mcp-server detail: https://mcpindex.ai/server/io-github-thenextgennexus-ecommerce-intelligence-mcp-server - SHOP MCP — Claude Connector for Shopify (io.github.anderseen-digital/shop-mcp@1.0.0) Connect Claude to your Shopify store. Edit themes, pages and products by describing what you want. installs: remote:https://www.shopmcp.net/mcp-shopify.ashx detail: https://mcpindex.ai/server/io-github-anderseen-digital-shop-mcp - io.github.anthesiallc/storesignal (io.github.anthesiallc/storesignal@0.1.0) Shopify store intelligence: apps, tech stack, CDN, and market data over a 19K-store corpus. installs: pypi:storesignal-mcp detail: https://mcpindex.ai/server/io-github-anthesiallc-storesignal - io.github.builtbyabs/shopify-geo-audit (io.github.builtbyabs/shopify-geo-audit@0.2.0) Audit any Shopify store for AI search (GEO/AEO) readiness and generate the fixes. No signup. installs: npm:shopify-geo-audit-mcp detail: https://mcpindex.ai/server/io-github-builtbyabs-shopify-geo-audit - io.github.codespar/mcp-shopify (io.github.codespar/mcp-shopify@0.2.2) MCP server for Shopify — Admin REST API (orders, products, customers, inventory, fulfillments) installs: npm:@codespar/mcp-shopify detail: https://mcpindex.ai/server/io-github-codespar-mcp-shopify - Shopify Catalog Monitor (io.github.dizzyvinci/shopify-catalog-monitor@0.1.1) Track price drops, stock-outs, restocks, and new/removed products across Shopify stores. installs: remote:https://mcp.apify.com?tools=dizzyvinci/shopify-catalog-monitor detail: https://mcpindex.ai/server/io-github-dizzyvinci-shopify-catalog-monitor - io.github.dragnoir/shopify-theme-inspector (io.github.dragnoir/shopify-theme-inspector@0.5.1) Profile Shopify Liquid performance, find slow theme code, and explain fixes in plain language. installs: npm:shopify-theme-inspector-mcp detail: https://mcpindex.ai/server/io-github-dragnoir-shopify-theme-inspector - DSers Official MCP Server (io.github.dsers/dsers-mcp-server@1.8.3) Official DSers MCP for dropshipping: import, edit, price, and publish products to Shopify and Wix. installs: remote:https://mcp.dsers.com/dropshipping/mcp detail: https://mcpindex.ai/server/io-github-dsers-dsers-mcp-server - io.github.fishcoco-code/guardrly-mcp (io.github.fishcoco-code/guardrly-mcp@0.1.3) Non-invasive AI Agent monitoring — audit every API call to Shopify, Meta Ads, and more installs: pypi:guardrly detail: https://mcpindex.ai/server/io-github-fishcoco-code-guardrly-mcp - io.github.flowpackplugin/flowpack (io.github.flowpackplugin/flowpack@2.0.0) Flowpack: Shopify design catalog — badge/button/bar looks, honest-urgency presets, diagnosis. installs: remote:https://flowpack-mcp.flowpackplugin.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-flowpackplugin-flowpack - io.github.giuseppesocci-bot/kalicart-global (io.github.giuseppesocci-bot/kalicart-global@1.0.1) Federated commerce search across independent WooCommerce merchants. Keyless, read-only MCP server. installs: remote:https://dashboard.kalicart.com/mcp-public detail: https://mcpindex.ai/server/io-github-giuseppesocci-bot-kalicart-global - On-Demand-Books (io.github.gmlewis/on-demand-books@0.2.0) Find personalized puzzle books by first name from a 100,000+ title Shopify catalog. installs: remote:https://on-demand-books-dq2yvpdh.fermyon.app/ detail: https://mcpindex.ai/server/io-github-gmlewis-on-demand-books - Jedi Collection Sort (io.github.jediapps/jedi-collection-sort@1.0.0) Manage Shopify collection sorting by chat: strategies, assignments, and on-demand sorts. installs: remote:https://api.collection-sort.jediapps.com/mcp detail: https://mcpindex.ai/server/io-github-jediapps-jedi-collection-sort - Magento Cloud MCP Server (io.github.juan-cinto-infracommerce/magento-cloud@2.4.0) MCP server for Adobe Commerce Cloud — REST API + SSH, no PHP CLI required installs: npm:mcp-magento-cloud detail: https://mcpindex.ai/server/io-github-juan-cinto-infracommerce-magento-cloud - io.github.martinX308/synplex (io.github.martinX308/synplex@1.0.0) Inventory health scoring, landed cost calculation, and quick diagnosis tools for Shopify merchants. installs: manual detail: https://mcpindex.ai/server/io-github-martinx308-synplex - io.github.miller-joe/shopify-mcp (io.github.miller-joe/shopify-mcp@0.1.2) MCP server for Shopify Admin API with a ComfyUI bridge for AI product image generation. installs: npm:@miller-joe/shopify-mcp detail: https://mcpindex.ai/server/io-github-miller-joe-shopify-mcp - Shopify Admin MCP Server (Read-Only) (io.github.pavle-Scalably/shopify-mcp@1.0.0) Read-only MCP for the Shopify Admin GraphQL API. 6 tools, full read surface, multi-store. installs: manual detail: https://mcpindex.ai/server/io-github-pavle-scalably-shopify-mcp - Shopify (io.github.pipeworx-io/shopify@0.1.0) Shopify MCP Pack — wraps the Shopify Admin REST API (2024-01) installs: remote:https://gateway.pipeworx.io/shopify/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-shopify - Woocommerce (io.github.pipeworx-io/woocommerce@0.1.0) WooCommerce MCP Pack — wraps the WooCommerce REST API v3 installs: remote:https://gateway.pipeworx.io/woocommerce/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-woocommerce - Maker AI MCP (io.github.rocnubie/makerai-mcp@0.1.0) Create product photos, product videos, and UGC-style ads for Shopify, Amazon, TikTok, and installs: manual detail: https://mcpindex.ai/server/io-github-rocnubie-makerai-mcp - io.github.shamsuzzaman1/syncmetrics (io.github.shamsuzzaman1/syncmetrics@1.0.0) Ask Claude about your ads: Meta, Google, TikTok, LinkedIn, GA4 & Shopify. No AI credits. installs: remote:https://mcp.syncmetrics.io/mcp detail: https://mcpindex.ai/server/io-github-shamsuzzaman1-syncmetrics - Respira WordPress MCP (io.github.webmyc/respira-wordpress@8.2.8) WordPress MCP 2026-07-28 with legacy clients, 17 page builders, Site Editor and WooCommerce. installs: npm:@respira/wordpress-mcp-server detail: https://mcpindex.ai/server/io-github-webmyc-respira-wordpress - io.github.wppoland/woocommerce-mcp (io.github.wppoland/woocommerce-mcp@0.1.1) Read-only MCP server for WordPress + WooCommerce products, orders, sales, and posts. installs: npm:@wppoland/woocommerce-mcp detail: https://mcpindex.ai/server/io-github-wppoland-woocommerce-mcp - Heartly Deals — Live Flash Sales (Shopify & WooCommerce) (io.heartly/deals@1.0.0) Live flash-sale inventory from verified Shopify and WooCommerce merchants worldwide. installs: remote:https://mcp.heartly.io/ detail: https://mcpindex.ai/server/io-heartly-deals - io.tooloracle/ecommerceoracle (io.tooloracle/ecommerceoracle@1.0.0) EcommerceOracle - 8 e-commerce tools: Shopify, WooCommerce, GMV, conversions, returns. installs: remote:https://tooloracle.io/ecommerce/mcp/ detail: https://mcpindex.ai/server/io-tooloracle-ecommerceoracle - Verity Score (io.verityscore/geo-audit@1.0.2) GEO audit for Shopify: AI readiness score, recommendations, and 15 vertical checklists. installs: npm:@verityscore/mcp-server detail: https://mcpindex.ai/server/io-verityscore-geo-audit - Respira WordPress MCP (press.respira/respira-wordpress@5.3.1) WordPress MCP with native page-builder editing, full-page creation, and WooCommerce tools. installs: npm:@respira/wordpress-mcp-server detail: https://mcpindex.ai/server/press-respira-respira-wordpress - xyz.trusteed/mcp-gateway (xyz.trusteed/mcp-gateway@1.0.0) Agentic commerce gateway: discovery, search, checkout across Shopify/Woo/Odoo/PrestaShop. installs: remote:https://trusteed.xyz/demo-store/mcp detail: https://mcpindex.ai/server/xyz-trusteed-mcp-gateway ## Email (387) - Calfeed (ai.calfeed/calfeed@1.0.0) Turn a written schedule into a live calendar link people subscribe to in Apple, Google, Outlook. installs: remote:https://calfeed.ai/api/mcp detail: https://mcpindex.ai/server/ai-calfeed-calfeed - Clize (ai.clize/clize@0.23.1) Real-world actions for AI coding agents: domains, email, deploys, payments, and media generation. installs: npm:@clize/clize detail: https://mcpindex.ai/server/ai-clize-clize - Fiber AI (ai.fiber/mcp@1.0.0) Search companies, enrich contacts, and reveal emails and phones from your AI agent. installs: remote:https://mcp.fiber.ai/mcp/v2/ detail: https://mcpindex.ai/server/ai-fiber-mcp - MailJunky (ai.mailjunky/mcp@0.1.0) Send emails, track events, and manage contacts with MailJunky. installs: remote:https://mcp.mailjunky.ai/sse detail: https://mcpindex.ai/server/ai-mailjunky-mcp - ai.openhelm/email-outreach (ai.openhelm/email-outreach@0.1.0) Goal-directed email outreach: research, draft, send, triage replies. Real data, never fabricated. installs: remote:https://mcp.openhelm.ai/email/mcp detail: https://mcpindex.ai/server/ai-openhelm-email-outreach - Palmyr (ai.palmyr/palmyr@1.0.0) Agent infra: email, phone, social, domains, VPS, wallets. Paid per-action via x402, no API key. installs: remote:https://palmyr.ai/mcp detail: https://mcpindex.ai/server/ai-palmyr-palmyr - Plyto (ai.plyto/crm@1.0.0) A CRM powered by your agent: contacts, deals, email, ads, and reports over MCP. installs: remote:https://plyto.ai/api/mcp detail: https://mcpindex.ai/server/ai-plyto-crm - ai.powerline/inbox-preview (ai.powerline/inbox-preview@0.1.0) Render HTML/.eml emails in real Gmail, Outlook & Yahoo web clients and screenshot them installs: remote:https://api.powerline.ai/v1/mcp detail: https://mcpindex.ai/server/ai-powerline-inbox-preview - ai.proxyllm/proxyllm-mcp (ai.proxyllm/proxyllm-mcp@1.0.2) OpenAI-compatible LLM gateway: models, savings math, key provisioning, autonomous email-OTP signup installs: npm:proxyllm-mcp detail: https://mcpindex.ai/server/ai-proxyllm-proxyllm-mcp - RadiusOS CRM (ai.radiusos.www/crm@1.0.0) 34-tool CRM server — contacts, pipeline, quotes, invoices, scheduling, email, and AI scoring. installs: remote:https://www.radiusos.ai/api/mcp detail: https://mcpindex.ai/server/ai-radiusos-www-crm - ai.radmail/radmail-mcp (ai.radmail/radmail-mcp@0.3.2) Email OS for agents - real-inbox search, triage, commitments, and a verifiable BEC hard-stop. installs: npm:radmail-mcp | remote:https://radmail.ai/api/mcp/sandbox detail: https://mcpindex.ai/server/ai-radmail-radmail-mcp - ScamVerify Threat Verification (ai.scamverify/mcp@1.0.0) AI-powered scam and threat verification for phone numbers, URLs, texts, and emails. installs: remote:https://scamverify.ai/api/mcp detail: https://mcpindex.ai/server/ai-scamverify-mcp - SendFast (ai.sendfast/sendfast@1.0.0) Agent-native marketing email: draft, edit, screenshot, and send from your verified domain. installs: remote:https://sendfast.ai/api/mcp detail: https://mcpindex.ai/server/ai-sendfast-sendfast - Sendinel (ai.sendinel/mcp-server@1.0.10) AI-controlled email ops for campaigns, contacts, segments, analytics, and sending. installs: npm:@sendinel/mcp-server | remote:https://sendinel.ai/mcp detail: https://mcpindex.ai/server/ai-sendinel-mcp-server - ai.sentfrom/mcp (ai.sentfrom/mcp@0.3.0) Email for AI agents: inboxes, send/reply/forward, search, threads, webhooks — 21 SentFromAI tools. installs: npm:sentfromai-mcp detail: https://mcpindex.ai/server/ai-sentfrom-mcp - ai.sentvia/mcp (ai.sentvia/mcp@0.2.1) Email for AI agents: inboxes, send/reply/forward, search, threads, webhooks — 21 SentVia tools. installs: npm:sentvia-mcp detail: https://mcpindex.ai/server/ai-sentvia-mcp - Shipstar (ai.shipstar/mcp@1.0.0) Generate and publish changelogs, blog posts, release emails, and social posts from your commits. installs: remote:https://mcp.shipstar.ai/mcp detail: https://mcpindex.ai/server/ai-shipstar-mcp - ai.smithery/faithk7-gmail-mcp (ai.smithery/faithk7-gmail-mcp@1.7.4) Manage Gmail messages, threads, labels, drafts, and settings from your workflows. Send and organiz… installs: remote:https://server.smithery.ai/@faithk7/gmail-mcp/mcp detail: https://mcpindex.ai/server/ai-smithery-faithk7-gmail-mcp - ai.smithery/sebastianall1977-gmail-mcp (ai.smithery/sebastianall1977-gmail-mcp@1.7.4) Manage Gmail end-to-end: search, read, send, draft, label, and organize threads. Automate workflow… installs: remote:https://server.smithery.ai/@sebastianall1977/gmail-mcp/mcp detail: https://mcpindex.ai/server/ai-smithery-sebastianall1977-gmail-mcp - ai.verifox/email-verifier (ai.verifox/email-verifier@1.2.1) Verify email deliverability & find business emails (single or bulk) via the Verifox API. installs: npm:verifox-mcp | remote:https://mcp.verifox.ai/mcp detail: https://mcpindex.ai/server/ai-verifox-email-verifier - ai.waystation/gmail (ai.waystation/gmail@0.3.1) Read emails, send messages, and manage labels in your Gmail account. installs: remote:https://waystation.ai/gmail/mcp detail: https://mcpindex.ai/server/ai-waystation-gmail - Busymail (app.busymail/busymail@1.0.0) Read, organise and send from your existing email accounts. Nothing sends without your approval. installs: remote:https://busymail.app/mcp detail: https://mcpindex.ai/server/app-busymail-busymail - Mermail (app.mermail/mcp@1.1.3) Email inbox API for AI agents: read, search, draft, send, and triage mail over Streamable HTTP. installs: remote:https://console.mermail.app/mcp detail: https://mcpindex.ai/server/app-mermail-mcp - Cool property search server! (casa.find-me.sub1/send-email-mcp@0.0.14) Non functional server (yet) installs: remote:https://sub1.find-me.casa detail: https://mcpindex.ai/server/casa-find-me-sub1-send-email-mcp - RaiseKit (co.raisekit/raisekit@0.1.0) CRM for VC fundraising. Pipeline, Gmail drafts, deck signals, VC intel — from your AI. installs: remote:https://raisekit.co/api/mcp detail: https://mcpindex.ai/server/co-raisekit-raisekit - co.truncus/mcp-server (co.truncus/mcp-server@0.1.1) Send transactional emails from AI agents via Truncus. Validate, track delivery, and manage domains. installs: npm:@truncus/mcp-server detail: https://mcpindex.ai/server/co-truncus-mcp-server - com.abundanceapis/abundance-apis (com.abundanceapis/abundance-apis@1.0.0) Try 26 utility REST APIs keylessly: NAICS classification, IP geo, email validation, currency. installs: remote:https://abundanceapis.com/mcp detail: https://mcpindex.ai/server/com-abundanceapis-abundance-apis - AgentBrink (com.agentbrink.www/mcp@1.0.0) Give your AI agent an identity: its own email, webhook, repo, secrets vault, memory and skills. installs: remote:https://api.agentbrink.com/mcp detail: https://mcpindex.ai/server/com-agentbrink-www-mcp - com.anymailmcp/mail (com.anymailmcp/mail@0.1.0) Email + calendar for any IMAP/CalDAV mailbox — OVH, Gandi, iCloud, Zoho, Fastmail and more. installs: remote:https://anymailmcp.com/mcp detail: https://mcpindex.ai/server/com-anymailmcp-mail - com.blackveilsecurity/dns (com.blackveilsecurity/dns@3.45.0) DNS and email security scanner with 80 MCP tools for SPF, DMARC, DNSSEC, SSL, and brand audits. installs: remote:https://dns-mcp.blackveilsecurity.com/mcp detail: https://mcpindex.ai/server/com-blackveilsecurity-dns - com.bounceprotect.www/mcp (com.bounceprotect.www/mcp@1.0.6) Email validation and SMTP verification for Claude Desktop, Cursor, and Claude Code. installs: npm:@bounceprotect/mcp detail: https://mcpindex.ai/server/com-bounceprotect-www-mcp - com.cintrasupply/cintra-quote (com.cintrasupply/cintra-quote@0.1.0) Wholesale BOM pricer: send a parts list, get a priced line-by-line quote by email in minutes. installs: remote:https://www.cintrasupply.com/mcp detail: https://mcpindex.ai/server/com-cintrasupply-cintra-quote - com.compliapi/screening (com.compliapi/screening@1.0.0) OFAC and global sanctions screening: crypto addresses, emails, websites, IDs, countries, VPN, geo installs: remote:https://api.compliapi.com/mcp detail: https://mcpindex.ai/server/com-compliapi-screening - ContrastAPI (com.contrastcyber/api@1.36.0) 55 tools, 7 Resources, Sigma rules, email SPF/DMARC, MITRE, CVE/KEV, risk_score. No key. installs: remote:https://api.contrastcyber.com/mcp/ detail: https://mcpindex.ai/server/com-contrastcyber-api - com.datakoot/domain-intel-mcp (com.datakoot/domain-intel-mcp@2.0.0) Domain & company intel for AI agents: RDAP, DNS, email deliverability, tech stack. No API keys. installs: remote:https://domain.datakoot.com/mcp detail: https://mcpindex.ai/server/com-datakoot-domain-intel-mcp - DeckExtract (com.deckextract/deckextract@1.0.0) Download DocSend and Papermark decks as PDF or PPTX, including email-gated and protected links. installs: remote:https://deckextract.com/mcp detail: https://mcpindex.ai/server/com-deckextract-deckextract - com.dillilabs.deva/dilli-email-validation-api-server (com.dillilabs.deva/dilli-email-validation-api-server@1.0.1) An MCP server that provides tools to validate an email address using Dilli Email Validation API. installs: remote:https://deva.dillilabs.com/mcp detail: https://mcpindex.ai/server/com-dillilabs-deva-dilli-email-validation-api-server - com.domainposture/mcp (com.domainposture/mcp@1.0.0) Remote MCP server: 19 domain-hygiene and email-auth tools (DNS, SPF, DMARC, DKIM, TLS). installs: remote:https://www.domainposture.com/mcp/mcp detail: https://mcpindex.ai/server/com-domainposture-mcp - com.dustforge/demipass (com.dustforge/demipass@2.5.0) Credential custody for agents: use secrets blind (ssh/http/smtp/git/db), never in context. installs: npm:demipass detail: https://mcpindex.ai/server/com-dustforge-demipass - Eesier — AI Lead Prospecting (com.eesier/prospecting@1.0.0) Autonomous B2B lead prospecting — 36 tools for campaigns, leads, and email outreach. installs: remote:https://mcp.eesier.com detail: https://mcpindex.ai/server/com-eesier-prospecting - com.emailkind/emailkind (com.emailkind/emailkind@1.0.0) Classify email addresses and domains by provider and type (business, personal, disposable). installs: remote:https://emailkind.com/v1/mcp detail: https://mcpindex.ai/server/com-emailkind-emailkind - Prism — Data Enrichment for AI Agents (com.gocreativeai.enrich/prism@1.0.0) People-enrich: work email + phone, company & domain enrichment. Pay-per-call USDC, no key. installs: remote:https://enrich.gocreativeai.com/mcp detail: https://mcpindex.ai/server/com-gocreativeai-enrich-prism - com.inboxpolicy/send-decision (com.inboxpolicy/send-decision@1.0.0) Send-decision email verification: agents get send/review/avoid with evidence, pay-per-call via x402. installs: remote:https://mcp.inboxpolicy.com detail: https://mcpindex.ai/server/com-inboxpolicy-send-decision - Kajabi (com.kajabi/kajabi@1.0.0) Manage Kajabi from any MCP client — products, pages, contacts, offers, emails, analytics. installs: remote:https://mcp.kajabi.com/mcp detail: https://mcpindex.ai/server/com-kajabi-kajabi - LayerCall (com.layercall/trust-api@1.0.0) Score an IP, email, phone, domain or device for fraud in one call, with the signals behind it. installs: remote:https://www.layercall.com/api/mcp detail: https://mcpindex.ai/server/com-layercall-trust-api - com.leadsapp/leadsapp (com.leadsapp/leadsapp@1.0.0) Search 136M+ US/CA B2B contacts free, verify emails free, get compliance verdicts. Pay per reveal. installs: remote:https://leadsapp.com/api/mcp detail: https://mcpindex.ai/server/com-leadsapp-leadsapp - com.local-mcp/local-mcp (com.local-mcp/local-mcp@3.0.369) Let ChatGPT, Claude & Cursor use your Mac: email, calendar, iMessage, Teams, files. Local, free. installs: npm:local-mcp | remote:https://local-mcp.com/mcp detail: https://mcpindex.ai/server/com-local-mcp-local-mcp - Lockally Email (com.lockally/email@1.0.0) Stateful email for AI agents — read inboxes, reply in-thread, draft with approval. installs: remote:https://mcp.lockally.com/ detail: https://mcpindex.ai/server/com-lockally-email - Mailbuttons (mbag.ai) (com.mailbuttons/mcp-server@0.1.2) Governed email for AI agents (Mailbuttons / mbag.ai): sandbox inboxes, policy gate, audit log. installs: npm:@mailbuttons/mcp-server | remote:https://mailbuttons.com/api/v1/mcp/rpc detail: https://mcpindex.ai/server/com-mailbuttons-mcp-server - com.mailtempo/mailtempo (com.mailtempo/mailtempo@0.1.1) MCP server for MailTempo's public free temporary email inboxes. installs: remote:https://mailtempo.com/api/mcp detail: https://mcpindex.ai/server/com-mailtempo-mailtempo - com.mambabuilt/mcp-email-waterfall-orchestrator (com.mambabuilt/mcp-email-waterfall-orchestrator@1.0.0) Finds and verifies work emails on your own provider keys, with real per-provider spend. installs: npm:@mambalabsdev/mcp-email-waterfall-orchestrator detail: https://mcpindex.ai/server/com-mambabuilt-mcp-email-waterfall-orchestrator - com.mambabuilt/mcp-people-finder (com.mambabuilt/mcp-people-finder@1.0.0) Find people at a company by role, seniority and department, with verified business emails. installs: npm:@mambalabsdev/mcp-people-finder detail: https://mcpindex.ai/server/com-mambabuilt-mcp-people-finder - com.mcparmory/google-gmail (com.mcparmory/google-gmail@1.0.4) Send, read, organize emails, manage labels, drafts, and filters installs: pypi:mcparmory-google-gmail | docker:ghcr.io/mcparmory/google-gmail:1.0.4 detail: https://mcpindex.ai/server/com-mcparmory-google-gmail - com.mcparmory/klaviyo (com.mcparmory/klaviyo@1.0.3) Create and manage email campaigns, lists, and marketing automation installs: pypi:mcparmory-klaviyo | docker:ghcr.io/mcparmory/klaviyo:1.0.3 detail: https://mcpindex.ai/server/com-mcparmory-klaviyo - com.mcparmory/mailersend (com.mcparmory/mailersend@1.0.2) Send transactional emails, manage domains, and track delivery analytics installs: pypi:mcparmory-mailersend | docker:ghcr.io/mcparmory/mailersend:1.0.2 detail: https://mcpindex.ai/server/com-mcparmory-mailersend - com.mcparmory/mailtrap (com.mcparmory/mailtrap@1.0.2) Send emails and manage sending domains, suppression lists, and delivery analytics installs: pypi:mcparmory-mailtrap | docker:ghcr.io/mcparmory/mailtrap:1.0.2 detail: https://mcpindex.ai/server/com-mcparmory-mailtrap - com.mcparmory/postmark (com.mcparmory/postmark@1.0.2) Send, track, and manage transactional and bulk email delivery installs: pypi:mcparmory-postmark | docker:ghcr.io/mcparmory/postmark:1.0.2 detail: https://mcpindex.ai/server/com-mcparmory-postmark - com.mcparmory/resend (com.mcparmory/resend@1.0.2) Send, track, and manage transactional emails at scale installs: pypi:mcparmory-resend | docker:ghcr.io/mcparmory/resend:1.0.2 detail: https://mcpindex.ai/server/com-mcparmory-resend - MCP Emails (com.mcpemails/emails@1.0.3) Read, search, send, organize, draft and schedule email across your inboxes from any MCP client. installs: remote:https://mcpemails.com/api/mcp detail: https://mcpindex.ai/server/com-mcpemails-emails - Work IQ Copilot MCP Server (com.microsoft/workiq-m365copilot@1.0.0) Search across M365 content including documents, emails, sites, files, and chats. installs: remote:https://agent365.svc.cloud.microsoft/agents/tenants/{tenant_id}/servers/mcp_M365Copilot detail: https://mcpindex.ai/server/com-microsoft-workiq-m365copilot - Work IQ Mail MCP Server (com.microsoft/workiq-mailtools@1.0.1) Email tools for creating, sending, replying, updating, deleting, and searching messages. installs: remote:https://agent365.svc.cloud.microsoft/agents/tenants/{tenant_id}/servers/mcp_MailTools detail: https://mcpindex.ai/server/com-microsoft-workiq-mailtools - com.mintmcp/gmail (com.mintmcp/gmail@1.0.5) A MCP server for Gmail that lets you search, read, and draft emails and replies. installs: remote:https://gmail.mintmcp.com/mcp detail: https://mcpindex.ai/server/com-mintmcp-gmail - com.mintmcp/outlook-calendar (com.mintmcp/outlook-calendar@1.0.0) A MCP server that works with Outlook Calendar to manage event listing, reading, and updates. installs: remote:https://outlook-calendar.mintmcp.com/mcp detail: https://mcpindex.ai/server/com-mintmcp-outlook-calendar - com.mintmcp/outlook-email (com.mintmcp/outlook-email@1.0.1) A MCP server for Outlook email that lets you search, read, and draft emails and replies. installs: remote:https://outlook-email.mintmcp.com/mcp detail: https://mcpindex.ai/server/com-mintmcp-outlook-email - Agentda (com.myagentda/agentda@1.0.0) Agent-native task management: your AI agent is the interface. Delegate to anyone by email. installs: remote:https://myagentda.com/api/mcp detail: https://mcpindex.ai/server/com-myagentda-agentda - myagentinbox (com.myagentinbox/myagentinbox@0.1.0) Disposable email inboxes for AI agents. Auto-deletes after 24 hours. installs: remote:https://myagentinbox.com/mcp detail: https://mcpindex.ai/server/com-myagentinbox-myagentinbox - Nitrosend (com.nitrosend/nitrosend@0.7.1) AI-native email marketing. Campaigns, automations, transactional, contacts, and analytics. installs: remote:https://api.nitrosend.com/mcp detail: https://mcpindex.ai/server/com-nitrosend-nitrosend - Nose for Leads (com.noseforleads/leads-mcp@1.0.0) Finds, filters, and verifies local-business leads; every email carries a verification receipt. installs: remote:https://api.noseforleads.com/mcp detail: https://mcpindex.ai/server/com-noseforleads-leads-mcp - ParseBounce (com.parsebounce/parsebounce@1.0.0) Email deliverability monitoring and sending: bounces, complaints, suppression, campaigns. installs: remote:https://api.parsebounce.com/mcp detail: https://mcpindex.ai/server/com-parsebounce-parsebounce - com.pingvalid/mcp-server (com.pingvalid/mcp-server@0.4.1) Email validation for Claude and any MCP client — verdicts with evidence, bulk jobs, refunds. installs: remote:https://pingvalid.com/mcp detail: https://mcpindex.ai/server/com-pingvalid-mcp-server - PO6 Mailbox (com.po6/mailbox@1.0.0) Give AI agents secure access to your email via private aliases with dedicated mailbox storage. installs: remote:https://mcp.po6.com detail: https://mcpindex.ai/server/com-po6-mailbox - PowerDMARC MCP (com.powerdmarc/mcp@1.0.0) Remote MCP server bridging AI clients with the PowerDMARC email authentication Platform. installs: remote:https://mcp-dmarc.com/mcp detail: https://mcpindex.ai/server/com-powerdmarc-mcp - com.pulsemcp/gmail (com.pulsemcp/gmail@0.4.11) MCP server for Gmail with OAuth2 (personal) and service account (Workspace) support. installs: npm:gmail-workspace-mcp-server detail: https://mcpindex.ai/server/com-pulsemcp-gmail - com.qmailing/mcp-server (com.qmailing/mcp-server@0.3.4) AI agents read & send email, manage mailboxes, domains and webhooks via the QMailing API. installs: npm:@qmailing/mcp-server | remote:https://qmailing.com/mcp detail: https://mcpindex.ai/server/com-qmailing-mcp-server - Ready APIs (com.readyapis/api@1.2.0) 135 MCP tools: geo, email, phone, company, DNS, FX, equities, weather, tax, econ, intel — one key. installs: remote:https://readyapis.com/mcp detail: https://mcpindex.ai/server/com-readyapis-api - Relentless Identity (com.relentlessidentity/relentless-identity@1.0.0) Corporate identity finder and email verification. Map real addresses and users to real people. installs: remote:https://mcp.relentlessidentity.com/mcp/ detail: https://mcpindex.ai/server/com-relentlessidentity-relentless-identity - com.scribe-mail/scribe (com.scribe-mail/scribe@1.0.0) Manage Scribe email signatures: templates, teammates, smart fields and campaigns, via OAuth. installs: remote:https://mcp.scribe-mail.com/mcp detail: https://mcpindex.ai/server/com-scribe-mail-scribe - SendPulse (com.sendpulse.mcp/mcp-server@1.0.0) Empower AI agents with SendPulse email, CRM, chatbot, SMTP, and course automation installs: remote:https://mcp.sendpulse.com/mcp detail: https://mcpindex.ai/server/com-sendpulse-mcp-mcp-server - com.skipshit/mcp (com.skipshit/mcp@1.0.1) People and property search for Claude and ChatGPT. Phones, emails, addresses, relatives, properties. installs: remote:https://mcp.skipshit.com/mcp detail: https://mcpindex.ai/server/com-skipshit-mcp - MailX Email Deliverability (com.themailx/email-deliverability@1.0.0) Check SPF/DKIM/DMARC/BIMI, blacklists, SMTP/IMAP; DNS lookups; generate email DNS records. installs: remote:https://themailx.com/mcp detail: https://mcpindex.ai/server/com-themailx-email-deliverability - com.themineworks/lead-generation-mcp (com.themineworks/lead-generation-mcp@1.0.0) B2B and local lead gen: verified emails, site contacts, Maps and Yellow Pages leads. installs: remote:https://themineworks--lead-generation-mcp.apify.actor/mcp detail: https://mcpindex.ai/server/com-themineworks-lead-generation-mcp - com.thenextgennexus/google-maps-mcp-server (com.thenextgennexus/google-maps-mcp-server@1.0.0) Local business lead extraction with email + phone enrichment from Google Maps. installs: remote:https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/google-maps-mcp-server/mcp detail: https://mcpindex.ai/server/com-thenextgennexus-google-maps-mcp-server - com.thenextgennexus/sales-intelligence-mcp (com.thenextgennexus/sales-intelligence-mcp@1.0.0) B2B sales intelligence — company emails, enrichment, lead lists, hiring & funding signals. installs: remote:https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/sales-intelligence-mcp/mcp detail: https://mcpindex.ai/server/com-thenextgennexus-sales-intelligence-mcp - com.tinysend/tinysend (com.tinysend/tinysend@1.0.0) Email for agents: newsletters, subscribers, contacts, broadcasts. OAuth sign-in, no API key. installs: remote:https://mcp.tinysend.com detail: https://mcpindex.ai/server/com-tinysend-tinysend - UseWait (com.usewait/waitlist@1.0.0) Create and manage waitlists from your AI agent: page, custom domain, emails, signups, broadcasts. installs: remote:https://usewait.com/api/mcp/mcp detail: https://mcpindex.ai/server/com-usewait-waitlist - Versium REACH (com.versium/REACH@1.0.0) Enrich leads, generate prospect lists, and validate emails using Versium's B2B2C identity graph. installs: remote:https://app.versium.com/mcp/reach detail: https://mcpindex.ai/server/com-versium-reach - WarmySender (com.warmysender/mcp@1.0.0) Cold email, email warmup, LinkedIn outreach, and B2B lead database via MCP. installs: remote:https://warmysender.com/mcp detail: https://mcpindex.ai/server/com-warmysender-mcp - Worldcitisim eSIM (com.worldcitisim/mcp-esim@0.2.2) Travel eSIMs for 193 countries. Stripe + Bitcoin checkout. QR by email in 30s. No API key. installs: npm:@worldcitisim/mcp-esim detail: https://mcpindex.ai/server/com-worldcitisim-mcp-esim - com.x402supply/pii-redact (com.x402supply/pii-redact@1.0.1) Detects and redacts PII (emails, phones, SSNs, names, addresses) from text. $0.02/call via x402. installs: remote:https://pii-redact.x402supply.com/mcp detail: https://mcpindex.ai/server/com-x402supply-pii-redact - AgenticEmail (dev.agenticemail/mcp@0.1.0) Hosted email for AI agents: create inboxes, send, receive, and reply over MCP with scoped API keys installs: remote:https://api.agenticemail.dev/mcp detail: https://mcpindex.ai/server/dev-agenticemail-mcp - Agent Papers (dev.agentpapers/agent-papers@1.0.0) Registry of companies selling AI agents identity, phone, email, addresses, money, legal, insurance installs: remote:https://agentpapers.dev/api/mcp detail: https://mcpindex.ai/server/dev-agentpapers-agent-papers - dev.ascendkit/ascendkit (dev.ascendkit/ascendkit@0.3.22) Auth, email, journeys, surveys, webhooks, and analytics for SaaS in one project, one API key. installs: npm:@ascendkit/cli detail: https://mcpindex.ai/server/dev-ascendkit-ascendkit - Coinslot — the vending machine for machines (dev.coinslot/coinslot@1.0.0) 13 micro-tools for agents: read pages, verify email, convert, validate, diff, extract. AI-operated. installs: remote:https://coinslot.dev/mcp detail: https://mcpindex.ai/server/dev-coinslot-coinslot - dev.dnsdoctor/dns-doctor (dev.dnsdoctor/dns-doctor@1.4.0) Scan and fix email auth (SPF, DMARC, DKIM, MX, blacklists, expiry) + DNS checks. Validated fixes. installs: npm:@dnsdoctor/mcp | remote:https://dnsdoctor.dev/mcp detail: https://mcpindex.ai/server/dev-dnsdoctor-dns-doctor - e2a — email for AI agents (dev.e2a/mcp-server@1.0.0) Authenticated email gateway for AI agents — per-agent inboxes, HITL approval, SPF/DKIM verified. installs: remote:https://api.e2a.dev/mcp detail: https://mcpindex.ai/server/dev-e2a-mcp-server - emailmd (dev.emailmd/emailmd@0.9.1) Render markdown into email-safe HTML, lint drafts for deliverability problems, and preview emails. installs: npm:emailmd | remote:https://www.emailmd.dev/api/mcp detail: https://mcpindex.ai/server/dev-emailmd-emailmd - dev.hatchloop/data-enrichment (dev.hatchloop/data-enrichment@1.0.0) Free B2B data enrichment: company lookup, email validation, email patterns, domain info. Zero auth. installs: remote:https://hatchloop.dev/mcp/data-enrichment detail: https://mcpindex.ai/server/dev-hatchloop-data-enrichment - dev.mailkite/agent-mail (dev.mailkite/agent-mail@0.12.0) Give an AI agent its own inbox — receive email as a webhook, send over a verified domain. installs: remote:https://mcp.mailkite.dev/mcp?ref=agent-mail detail: https://mcpindex.ai/server/dev-mailkite-agent-mail - dev.mailkite/email-agent (dev.mailkite/email-agent@0.12.0) Email for AI agents — send, receive as a webhook, manage domains, templates, routing. installs: remote:https://mcp.mailkite.dev/mcp?ref=email-agent detail: https://mcpindex.ai/server/dev-mailkite-email-agent - dev.mailkite/inbound-email (dev.mailkite/inbound-email@0.12.0) Turn inbound email into a webhook — verify, parse, route, and store incoming messages. installs: remote:https://mcp.mailkite.dev/mcp?ref=inbound-email detail: https://mcpindex.ai/server/dev-mailkite-inbound-email - dev.mailkite/mail-receive (dev.mailkite/mail-receive@0.12.0) Receive inbound email as clean JSON — manage domains, routes, and webhooks. MailKite. installs: remote:https://mcp.mailkite.dev/mcp?ref=mail-receive detail: https://mcpindex.ai/server/dev-mailkite-mail-receive - dev.mailkite/mail-send (dev.mailkite/mail-send@0.12.0) Send transactional email over a verified domain — templates, attachments, custom headers. installs: remote:https://mcp.mailkite.dev/mcp?ref=mail-send detail: https://mcpindex.ai/server/dev-mailkite-mail-send - dev.mailkite/mailkite (dev.mailkite/mailkite@0.13.0) Send email, manage domains, DNS, webhooks, templates, and inbound routing on MailKite installs: npm:@mailkite/mcp | remote:https://mcp.mailkite.dev/mcp detail: https://mcpindex.ai/server/dev-mailkite-mailkite - mailverdict (dev.mailverdict/mailverdict@0.1.1) Keyless email checks: disposable, role, and free-provider detection, MX, and typo suggestions. installs: remote:https://api.mailverdict.dev/mcp detail: https://mcpindex.ai/server/dev-mailverdict-mailverdict - dev.multimail/mcp-server (dev.multimail/mcp-server@0.13.0) Give your agent its own email address with graduated human oversight, from approval to autonomy. installs: npm:@multimail/mcp-server | remote:https://mcp.multimail.dev/mcp detail: https://mcpindex.ai/server/dev-multimail-mcp-server - dev.pntr/pntr (dev.pntr/pntr@0.3.3) Free developer subdomains with DNS, catch-all email, and webhook capture, managed via MCP. installs: npm:@pntr/cli detail: https://mcpindex.ai/server/dev-pntr-pntr - dev.primitive/email (dev.primitive/email@0.1.0) Email infrastructure for AI agents — send, receive, search, and reply to email over MCP. installs: remote:https://www.primitive.dev/mcp detail: https://mcpindex.ai/server/dev-primitive-email - dev.tickstem/mcp (dev.tickstem/mcp@1.0.0) Tickstem developer tools — manage cron jobs and verify emails from your AI coding assistant. installs: manual detail: https://mcpindex.ai/server/dev-tickstem-mcp - zerm (dev.zerm/zerm@0.3.2) Agent utility belt: memory, locks, webhook inboxes, timers, DNS, email, URL, timezone, cron installs: remote:https://zerm.dev/mcp detail: https://mcpindex.ai/server/dev-zerm-zerm - ZeroDrop (dev.zerodrop/zerodrop-mcp@0.1.2) Disposable email inboxes for AI agents — OTPs and magic links auto-extracted. No signup needed. installs: npm:zerodrop-mcp detail: https://mcpindex.ai/server/dev-zerodrop-zerodrop-mcp - Dead Simple Email (email.deadsimple/dead-simple-email@0.2.4) Give an agent its own inbox: send, receive, and pull signup codes from real email. installs: pypi:deadsimple-email | docker:ghcr.io/deadsimple-email/deadsimple-email:0.2.2 | remote:https://api.deadsimple.email/mcp detail: https://mcpindex.ai/server/email-deadsimple-dead-simple-email - email.palisade/palisade (email.palisade/palisade@1.0.0) Monitor and manage email authentication (SPF, DKIM, DMARC, MTA-STS, BIMI) for your domains. installs: remote:https://api.palisade.email/mcp detail: https://mcpindex.ai/server/email-palisade-palisade - email.templated/mcp (email.templated/mcp@0.1.1) Create and manage Templated email templates from any MCP client - bring your own model. installs: npm:@templatedemails/mcp | remote:https://app.templated.email/api/mcp detail: https://mcpindex.ai/server/email-templated-mcp - Verifly (email.verifly/verifly@1.0.0) Email verification for AI agents — verify, clean & validate emails; self-onboard + crypto pay installs: remote:https://verifly.email/mcp detail: https://mcpindex.ai/server/email-verifly-verifly - Checkmails — Email Verification (eu.checkmails/checkmails@1.0.0) Verify email deliverability by SMTP. Catch-all/disposable/role detection. EU-hosted, GDPR-ready. installs: remote:https://checkmails.eu/api/mcp detail: https://mcpindex.ai/server/eu-checkmails-checkmails - Salamailer (fi.salamailer/salamailer@1.0.0) Send end-to-end encrypted email and files. Encryption happens on your machine, not our server. installs: npm:salamailer detail: https://mcpindex.ai/server/fi-salamailer-salamailer - Renewly (gg.renewly/contracts@0.1.0) Read contracts, track renewals, surface vendor leverage, and draft cancellation/renewal emails. installs: remote:https://renewly.gg/api/mcp detail: https://mcpindex.ai/server/gg-renewly-contracts - io.campaignstack/campaignstack (io.campaignstack/campaignstack@0.1.0) Run B2B outreach from your AI agent: 250+ tools for campaigns, leads, LinkedIn and email workflows. installs: remote:https://mcp.campaignstack.io/mcp detail: https://mcpindex.ai/server/io-campaignstack-campaignstack - DevInbox (io.devinbox/devinbox@1.0.0) Real email inboxes for AI agents: create inboxes, catch verification codes, extract OTPs, reply. installs: remote:https://mcp.devinbox.io detail: https://mcpindex.ai/server/io-devinbox-devinbox - io.enrow/enrow-mcp (io.enrow/enrow-mcp@1.1.0) Find and verify professional emails and phone numbers via the Enrow API. installs: remote:https://mcp.enrow.io/mcp detail: https://mcpindex.ai/server/io-enrow-enrow-mcp - io.github.0xka13b/microsoft-outlook-mcp (io.github.0xka13b/microsoft-outlook-mcp@1.0.1) Microsoft Outlook (mail) MCP server — read, search, and send email through Microsoft Graph. installs: npm:microsoft-outlook-mcp detail: https://mcpindex.ai/server/io-github-0xka13b-microsoft-outlook-mcp - io.github.0xka13b/ms-calendar-mcp (io.github.0xka13b/ms-calendar-mcp@1.0.1) Microsoft Calendar (Outlook Calendar) MCP server for managing events via Microsoft Graph. installs: npm:ms-calendar-mcp detail: https://mcpindex.ai/server/io-github-0xka13b-ms-calendar-mcp - AIPost MCP Server (io.github.AIPOST-EMAIL/mcp-server@1.1.1) Typed structured messaging for AI agents via AIPost.email with Ed25519 signing installs: npm:@aipost/mcp-server detail: https://mcpindex.ai/server/io-github-aipost-email-mcp-server - io.github.AIWerk/mcp-server-imap (io.github.AIWerk/mcp-server-imap@1.2.1) Email tools for any IMAP/SMTP provider: list, read, search, send, and manage messages. installs: npm:@aiwerk/mcp-server-imap detail: https://mcpindex.ai/server/io-github-aiwerk-mcp-server-imap - io.github.ARCXS-Protocol/mcp-server (io.github.ARCXS-Protocol/mcp-server@1.0.3) The DNS/SMTP for AI agents: cross-protocol discovery, messaging and transactions. No middleman fees. installs: npm:@arcxs-protocol/mcp-server detail: https://mcpindex.ai/server/io-github-arcxs-protocol-mcp-server - io.github.AgenTeam-AI-2026/mcp-apollo (io.github.AgenTeam-AI-2026/mcp-apollo@1.0.0) Apollo.io MCP server. Search people, enrich contacts, find emails, research companies. installs: manual detail: https://mcpindex.ai/server/io-github-agenteam-ai-2026-mcp-apollo - Mailcannon (io.github.AinaLuc/mailcannon@0.1.0) AI-powered email outreach platform — send campaigns with deliverability tracking. installs: remote:https://www.thinkandautomate.dev/api/mcp detail: https://mcpindex.ai/server/io-github-ainaluc-mailcannon - io.github.Alexendros/proton-mail-mcp (io.github.Alexendros/proton-mail-mcp@0.1.2) Proton Mail MCP via Bridge (IMAP/SMTP) · 13 tools · dual transport stdio + HTTP. installs: npm:@alexendros/proton-mail-mcp detail: https://mcpindex.ai/server/io-github-alexendros-proton-mail-mcp - io.github.Ali1041/leadloadz (io.github.Ali1041/leadloadz@1.1.3) B2B lead search and email verification MCP server installs: npm:@leadloadz/mcp-server detail: https://mcpindex.ai/server/io-github-ali1041-leadloadz - io.github.ArtyMcLabin/Gmail-MCP-Server (io.github.ArtyMcLabin/Gmail-MCP-Server@1.2.3) Lean Gmail MCP server with auto authentication support installs: npm:@artymclabin/gmail-mcp detail: https://mcpindex.ai/server/io-github-artymclabin-gmail-mcp-server - io.github.As-The-Geek-Learns/content-repurposer (io.github.As-The-Geek-Learns/content-repurposer@1.0.2) Repurpose content into Twitter threads, LinkedIn posts, Substack notes, email, and video. installs: npm:content-repurposer-mcp detail: https://mcpindex.ai/server/io-github-as-the-geek-learns-content-repurposer - Atomic Mail (io.github.Atomic-Mail/mcp@0.3.26) Programmable email inbox for AI agents — JMAP, PoW auth, stdio MCP server. installs: npm:@atomicmail/mcp-modelcontextprotocol detail: https://mcpindex.ai/server/io-github-atomic-mail-mcp - dead-letter (io.github.BigCactusLabs/dead-letter@0.2.4) Convert .eml email exports to Markdown with YAML front matter installs: pypi:dead-letter detail: https://mcpindex.ai/server/io-github-bigcactuslabs-dead-letter - io.github.Bluecraft-AI/cold-email (io.github.Bluecraft-AI/cold-email@1.0.1) Generate hyper-personalized cold email sequences via AI. installs: remote:https://mcp.machfive.io/mcp/{api_key} detail: https://mcpindex.ai/server/io-github-bluecraft-ai-cold-email - io.github.Bluecraft-AI/machfive (io.github.Bluecraft-AI/machfive@1.0.1) Generate hyper-personalized cold email sequences via MachFive API. installs: remote:https://mcp.machfive.io/mcp detail: https://mcpindex.ai/server/io-github-bluecraft-ai-machfive - Company Enrichment API (io.github.Br0ski777/company-enrichment@1.1.0) Company firmographics from domain: name, socials, tech stack, emails, phone, address installs: remote:https://company-enrichment.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-company-enrichment - Email Deliverability Audit API (io.github.Br0ski777/email-deliverability@1.1.0) Audit email domain deliverability: SPF, DKIM, DMARC, MX. Score 0-100. x402. installs: remote:https://email-deliverability.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-email-deliverability - Email Finder API (io.github.Br0ski777/email-finder@1.1.0) Find email addresses from name and company domain. x402 paid. installs: remote:https://email-finder.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-email-finder - Email Send API (io.github.Br0ski777/email-send@1.1.0) Send emails programmatically via Resend. Text and HTML. x402 micropayment. installs: remote:https://email-send.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-email-send - Email Verification API (io.github.Br0ski777/email-verification@1.2.0) Verify emails: syntax, MX records, disposable detection, quality score 0-100. x402 USDC. installs: remote:https://email-verification.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-email-verification - Person Enrichment API (io.github.Br0ski777/person-enrichment@1.1.0) Person lookup from email: name, title, company, social profiles. x402. installs: remote:https://person-enrichment.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-person-enrichment - PII Detector API (io.github.Br0ski777/pii-detector@1.1.0) Detect PII in text: emails, phones, SSNs, credit cards, IPs. Regex + Luhn. x402. installs: remote:https://pii-detector.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-pii-detector - io.github.Braynexservices/nigeria-imf-weo (io.github.Braynexservices/nigeria-imf-weo@0.1.1) IMF World Economic Outlook for Nigeria (growth, inflation, debt, more). Keyless. installs: npm:@braynexservices/nigeria-mcp-imf-weo detail: https://mcpindex.ai/server/io-github-braynexservices-nigeria-imf-weo - io.github.CSOAI-ORG/email-automation-mcp (io.github.CSOAI-ORG/email-automation-mcp@1.0.4) email-automation-mcp MCP server by MEOK AI Labs installs: pypi:email-automation-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-email-automation-mcp - io.github.CSOAI-ORG/email-validator-ai-mcp (io.github.CSOAI-ORG/email-validator-ai-mcp@1.0.4) email-validator-ai-mcp MCP server by MEOK AI Labs installs: pypi:email-validator-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-email-validator-ai-mcp - io.github.CSOAI-ORG/validator-ai-mcp (io.github.CSOAI-ORG/validator-ai-mcp@1.0.10) AI-powered validator ai MCP server for agents. Supports validate json, validate email, validate installs: pypi:validator-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-validator-ai-mcp - io.github.Creativestefan/mailbridge (io.github.Creativestefan/mailbridge@2.6.1) Connect your AI assistant to email — read, search, send, and organise via IMAP/SMTP. installs: npm:mailbridge-mcp detail: https://mcpindex.ai/server/io-github-creativestefan-mailbridge - io.github.Davison-Francis/deliveriq-mcp (io.github.Davison-Francis/deliveriq-mcp@1.1.1) Email deliverability for AI agents. 12 tools: verify, DNSBL, DMARC, spam-trap, finder. installs: npm:@deliveriq/mcp detail: https://mcpindex.ai/server/io-github-davison-francis-deliveriq-mcp - Constat Auto — Constat amiable (io.github.Doran56/constat-auto@1.0.0) Remplir un constat amiable et recevoir le PDF signé par email, directement en conversation. installs: remote:https://www.constat-auto.com/api/mcp detail: https://mcpindex.ai/server/io-github-doran56-constat-auto - DocDigest (io.github.Evozim/docdigest@1.0.0) Corporate email and chat thread summarization parser. installs: remote:https://docdigest-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-docdigest - Email Verification MCP (io.github.FoundryNet/email-verify-mcp@1.0.0) Verify emails — deliverability, disposable/role/free detection, MX validity, domain age. installs: remote:https://email-verify-mcp-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-foundrynet-email-verify-mcp - io.github.IntelagentStudios/mcp-enrichment (io.github.IntelagentStudios/mcp-enrichment@0.1.1) Multi-source entity enrichment: company data, contacts, email verification, and phone validation installs: npm:@intelagent/mcp-enrichment detail: https://mcpindex.ai/server/io-github-intelagentstudios-mcp-enrichment - io.github.JienWeng/x402-osint (io.github.JienWeng/x402-osint@1.0.0) Pay-per-call OSINT for AI agents: username + email recon in USDC on Base via x402. installs: remote:https://x402-osint.tail66f665.ts.net:8443/sse detail: https://mcpindex.ai/server/io-github-jienweng-x402-osint - Apple Mail (io.github.JonathanRReed/apple-mcp-mail@1.0.2) Read, search, compose, and send emails via Apple Mail on macOS. installs: pypi:apple-mcp-mail detail: https://mcpindex.ai/server/io-github-jonathanrreed-apple-mcp-mail - MailboxValidator (io.github.MailboxValidator/mcp-mailboxvalidator@1.0.0) Email validation MCP server using the MailboxValidator API. It can validate email addresses. installs: npm:mcp-mailboxvalidator detail: https://mcpindex.ai/server/io-github-mailboxvalidator-mcp-mailboxvalidator - e2a — email for AI agents (io.github.Mnexa-AI/mcp-server@0.3.2) Authenticated email gateway for AI agents — per-agent inboxes, HITL approval, SPF/DKIM verified. installs: npm:@e2a/mcp-server | remote:https://mcp.e2a.dev/mcp detail: https://mcpindex.ai/server/io-github-mnexa-ai-mcp-server - HTML Email Playbook (io.github.OsamaHassouna/email-playbook-mcp@0.6.3) Teaches AI to write HTML email that renders in Outlook, Gmail, and Apple Mail. 19 rules, 6 comps. installs: npm:email-playbook-mcp | remote:https://docs.osamahassouna.com/api/mcp detail: https://mcpindex.ai/server/io-github-osamahassouna-email-playbook-mcp - Potarix Enricher (io.github.Potarix/potarix-mcp@0.1.2) Find company websites and verified business emails through the Potarix Enricher API. installs: remote:https://api.potarix.com/mcp detail: https://mcpindex.ai/server/io-github-potarix-potarix-mcp - io.github.ProntoHQ/mcp-pronto (io.github.ProntoHQ/mcp-pronto@0.1.0) B2B sales intelligence: find companies, extract leads, enrich contacts with emails/phones. installs: remote:https://mcp.prontohq.com/mcp detail: https://mcpindex.ai/server/io-github-prontohq-mcp-pronto - ox-mcp (io.github.Rheopyrin/ox-mcp@0.1.2) MCP server for Open-Xchange: email (IMAP/SMTP), Sieve filters, CalDAV calendar, CardDAV contacts installs: npm:@rheopyrin/ox-mcp detail: https://mcpindex.ai/server/io-github-rheopyrin-ox-mcp - io.github.Selenium39/mcp-server-tempmail (io.github.Selenium39/mcp-server-tempmail@1.0.1) MCP server for temporary email management using ChatTempMail API installs: npm:mcp-server-tempmail detail: https://mcpindex.ai/server/io-github-selenium39-mcp-server-tempmail - Email Inbox API + Sending by Sendmux (io.github.Sendmux/sendmux-mcp@1.5.0) AI email inbox and sending tools with attachments, search, live events, and webhooks. installs: pypi:sendmux-mcp | remote:https://mcp.sendmux.ai/mcp detail: https://mcpindex.ai/server/io-github-sendmux-sendmux-mcp - io.github.SergioRico1/thrd (io.github.SergioRico1/thrd@0.1.5) Thrd MCP: agent email tools for events/threads, safe send/reply, usage, trust and security. installs: npm:thrd-mcp detail: https://mcpindex.ai/server/io-github-sergiorico1-thrd - Abnormal Security MCP (io.github.Servosity/abnormal-mcp@0.1.0) Abnormal Security email threats, cases, and reporting in your terminal and your AI agents. installs: manual detail: https://mcpindex.ai/server/io-github-servosity-abnormal-mcp - IMAP MCP Pro (io.github.Temple-of-Epiphany/imap-mcp-pro@2.33.0) Production IMAP & SMTP for Claude: multi-account email search, triage, send, and spam checks. installs: manual detail: https://mcpindex.ai/server/io-github-temple-of-epiphany-imap-mcp-pro - io.github.TheNextGenNexus/google-maps-mcp-server (io.github.TheNextGenNexus/google-maps-mcp-server@1.0.1) Search local businesses, generate leads, and validate emails via Google Maps data installs: npm:@thenextgennexus/google-maps-mcp-server detail: https://mcpindex.ai/server/io-github-thenextgennexus-google-maps-mcp-server - ExpenseBot (io.github.TotesMagotes/mcp-server-auth@0.6.17) Capture receipts, scan Gmail, analyze spending, and create reviewed reports from AI assistants. installs: npm:@expensebot/mcp-server-auth | remote:https://mcp.expensebot.ai/mcp detail: https://mcpindex.ai/server/io-github-totesmagotes-mcp-server-auth - Agent Email (io.github.UseJunior/email-agent-mcp@0.1.11) Local email connectivity for AI agents — read, draft, send, and organize Outlook mail via MCP installs: npm:email-agent-mcp detail: https://mcpindex.ai/server/io-github-usejunior-email-agent-mcp - io.github.VikrantSingh01/adaptive-cards-mcp (io.github.VikrantSingh01/adaptive-cards-mcp@2.3.0) Generate, validate, and optimize Adaptive Cards for Teams, Outlook, and Copilot. installs: npm:adaptive-cards-mcp detail: https://mcpindex.ai/server/io-github-vikrantsingh01-adaptive-cards-mcp - Agent Tools (io.github.WingedGuardian/agent-tools@0.1.0) 9 utility tools for agents: DNS, WHOIS, email, IP, URL, headers, QR, text, tech. x402 on Base. installs: remote:https://tools.beethoven2024.com/mcp detail: https://mcpindex.ai/server/io-github-wingedguardian-agent-tools - io.github.YS-projectcalc/agent-cold-email (io.github.YS-projectcalc/agent-cold-email@0.2.2) Agent-run cold-email infra: 24 MCP tools, live sending, free sandbox. $99/mo, concierge go-live. installs: npm:agent-cold-email | remote:https://agent-cold-email-api.yaakovscher.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-ys-projectcalc-agent-cold-email - Marketo (io.github.ZLeventer/marketo-mcp-server@1.0.1) MCP server for Marketo — 32 tools for leads, programs, emails, forms, lists, and bulk export. installs: npm:marketo-mcp-server detail: https://mcpindex.ai/server/io-github-zleventer-marketo-mcp-server - io.github.aaronsb/google-workspace (io.github.aaronsb/google-workspace@4.0.1) Give AI agents access to Gmail, Calendar, Drive, and more — multi-account, manifest-driven installs: npm:@aaronsb/google-workspace-mcp detail: https://mcpindex.ai/server/io-github-aaronsb-google-workspace - io.github.acrylicfiddle/x402tools (io.github.acrylicfiddle/x402tools@1.8.0) 10 pay-per-call tools for AI agents: QR, screenshots, DNS, OCR, PDF, email & more. USDC on Base. installs: npm:@x402-tools/mcp | remote:https://mcp.x402tools.xyz/mcp detail: https://mcpindex.ai/server/io-github-acrylicfiddle-x402tools - io.github.adamVass/pylos-mcp (io.github.adamVass/pylos-mcp@0.1.1) Read-focused, prompt-injection-hardened email MCP server for any IMAP provider installs: npm:pylos-mcp detail: https://mcpindex.ai/server/io-github-adamvass-pylos-mcp - Multi-account MCP for Gmail, Calendar, Drive, Docs, and Sheets — 61 tools, token (io.github.adelaidasofia/google-workspace-mcp@0.1.0) Multi-account MCP for Gmail, Calendar, Drive, Docs, and Sheets — 61 tools, token-efficient, macOS… installs: manual detail: https://mcpindex.ai/server/io-github-adelaidasofia-google-workspace-mcp - io.github.aernouddekker/mailappmcp (io.github.aernouddekker/mailappmcp@0.4.0) MCP server for macOS Mail.app — gives Claude native email access via AppleScript installs: npm:mailappmcp detail: https://mcpindex.ai/server/io-github-aernouddekker-mailappmcp - ScopeGate (io.github.alifanov/scopegate@1.0.0) Granular permission gateway for MCP agents. Per-agent scopes for Google Drive, Gmail, Calendar. installs: remote:https://mcp.scopegate.cloud/{api_key} detail: https://mcpindex.ai/server/io-github-alifanov-scopegate - mail-index (io.github.alunsoldantarctica/mail-index@1.0.0) Local-first, read-only MCP server for recall over your Gmail: search, contacts, threads, digests. installs: npm:mail-index detail: https://mcpindex.ai/server/io-github-alunsoldantarctica-mail-index - Courier (io.github.antonioac1/courier@0.1.0) Continuity protocol for autonomous AI agents. Agent messaging with SMTP bridge and LN payments. installs: remote:https://getcourier.dev detail: https://mcpindex.ai/server/io-github-antonioac1-courier - io.github.anymailfinder/mcp-server (io.github.anymailfinder/mcp-server@1.0.7) MCP server for Anymail Finder API - find and verify email addresses via AI assistants installs: npm:@anymailfinder/mcp-server detail: https://mcpindex.ai/server/io-github-anymailfinder-mcp-server - EWS Meeting MCP (io.github.ap311036/ews-meeting-mcp@0.1.17) Safely schedule Outlook meetings on on-prem Exchange EWS with preview-confirmed writes. installs: npm:ews-meeting-mcp detail: https://mcpindex.ai/server/io-github-ap311036-ews-meeting-mcp - Hyades (io.github.apology-is-policy/hyades@1.0.0) Render LaTeX math as pure Unicode text art for terminals, code comments, and emails. installs: remote:https://hyades-mcp.apg.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-apology-is-policy-hyades - Customer Retention LTV (io.github.atul0016/customer-retention-ltv@0.1.1) Customer LTV, churn risk, repurchase, lifecycle email, and winback intelligence. installs: pypi:customer-retention-ltv-mcp | docker:docker.io/atulhritik/customer-retention-ltv-mcp:0.1.0 detail: https://mcpindex.ai/server/io-github-atul0016-customer-retention-ltv - Marketing Content Production (io.github.atul0016/marketing-content-production@0.1.1) Brand-safe ad, email, product description, and social content production. installs: pypi:marketing-content-production-mcp | docker:docker.io/atulhritik/marketing-content-production-mcp:0.1.0 detail: https://mcpindex.ai/server/io-github-atul0016-marketing-content-production - io.github.aymandakir-gh/piu-copy-mcp (io.github.aymandakir-gh/piu-copy-mcp@0.6.0) GrowthHackers copywriting prompts (Meta/Google Ads, email, VSL) as MCP tools — search & generate. installs: remote:https://piu-copy-mcp-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-aymandakir-gh-piu-copy-mcp - Email2Chat (io.github.bayramcsb/email2chat-mcp@0.1.1) Connect Claude to your Gmail and Outlook inbox. Read, search, and manage emails via AI. installs: pypi:email2chat-mcp detail: https://mcpindex.ai/server/io-github-bayramcsb-email2chat-mcp - io.github.blipemail/email (io.github.blipemail/email@0.1.3) MCP server for Blip disposable email — create inboxes, receive emails, extract OTP codes installs: npm:@useblip/email detail: https://mcpindex.ai/server/io-github-blipemail-email - DropTheHassle (io.github.bosmdavid-gif/dropthehassle@0.3.1) One platform for domain, hosting, email, analytics and your back-end. AI native, no DNS. installs: npm:dropthehassle-mcp detail: https://mcpindex.ai/server/io-github-bosmdavid-gif-dropthehassle - Email (IMAP/SMTP) (io.github.boutquin/email@1.0.1) Multi-account IMAP/SMTP email server with 22 tools for reading, sending, searching, and organizing. installs: docker:ghcr.io/boutquin/mcp-server-email:latest detail: https://mcpindex.ai/server/io-github-boutquin-email - io.github.byteplant-dev/byteplant-mcp (io.github.byteplant-dev/byteplant-mcp@1.0.0) An MCP server that provides Email, Phone and Address Validation Services from Byteplant installs: pypi:byteplant-mcp detail: https://mcpindex.ai/server/io-github-byteplant-dev-byteplant-mcp - CAI MCP (io.github.cailab-hk/cai@1.0.4) CAI MCP server — gives AI agents a custodial wallet, @cai.com email, and vault. installs: manual detail: https://mcpindex.ai/server/io-github-cailab-hk-cai - Fluxmail (io.github.churichard/fluxmail@0.7.0) Read, search, draft, send, and organize email through Gmail, Outlook, and IMAP/SMTP mailboxes. installs: npm:fluxmail detail: https://mcpindex.ai/server/io-github-churichard-fluxmail - io.github.cletcher/chaprola (io.github.cletcher/chaprola@1.4.3) Serverless API backend: query, JOIN, pivot, batch ops, email, FHIR, programs via HTTP. installs: npm:@chaprola/mcp-server detail: https://mcpindex.ai/server/io-github-cletcher-chaprola - io.github.codefuturist/email-mcp (io.github.codefuturist/email-mcp@0.2.3) IMAP/SMTP email MCP server — 47 tools, IMAP IDLE push, multi-account, AI triage. installs: npm:@codefuturist/email-mcp detail: https://mcpindex.ai/server/io-github-codefuturist-email-mcp - io.github.codevanmoose/truncus-mcp-server (io.github.codevanmoose/truncus-mcp-server@0.1.3) Send transactional emails from AI agents via Truncus. Validate, track delivery, and manage domains. installs: npm:@truncus/mcp-server detail: https://mcpindex.ai/server/io-github-codevanmoose-truncus-mcp-server - io.github.codevanmoose/vanmoose-mcp-server (io.github.codevanmoose/vanmoose-mcp-server@1.2.1) 197 MCP tools from 74 developer APIs — screenshots, email, NLP, WHOIS, QR, PDF, and more. installs: npm:@vanmoose/mcp-server detail: https://mcpindex.ai/server/io-github-codevanmoose-vanmoose-mcp-server - Google Workspace MCP Server (io.github.conorbronsdon/gws-mcp-server@0.4.0) Google Workspace as 39 curated MCP tools: Gmail, Calendar, Drive, Sheets, Docs, and Tasks. installs: npm:gws-mcp-server detail: https://mcpindex.ai/server/io-github-conorbronsdon-gws-mcp-server - mail-muncher (io.github.craigjmidwinter/mail-muncher@0.4.0) Filtered, read-only IMAP and Gmail archived to disk as .eml + markdown, served over MCP. installs: docker:ghcr.io/craigjmidwinter/mail-muncher:0.4.0 detail: https://mcpindex.ai/server/io-github-craigjmidwinter-mail-muncher - io.github.csitte/mailwarden (io.github.csitte/mailwarden@0.8.0) Native Gmail MCP server: search, labels, archive, trash, attachments, and snooze. installs: npm:mailwarden detail: https://mcpindex.ai/server/io-github-csitte-mailwarden - Multi-Account Gmail (io.github.cunicopia-dev/multi-account-gmail-mcp@0.3.0) Multi-account Gmail MCP server — read, search, draft, and label across every inbox. installs: pypi:multi-account-gmail-mcp detail: https://mcpindex.ai/server/io-github-cunicopia-dev-multi-account-gmail-mcp - io.github.dame-senders/senders-mcp (io.github.dame-senders/senders-mcp@1.0.0) Cold email infrastructure — campaigns, prospects, mailbox health and replies via Claude. installs: remote:https://mcp.senders.ai/mcp detail: https://mcpindex.ai/server/io-github-dame-senders-senders-mcp - MCPDomain (io.github.danboabes/mcpdomain@1.0.7) Buy & manage domains from any AI chat: availability, register, DNS, email forwarding, AI bot stats. installs: npm:mcpdomain | remote:https://mcpdomain.ai/mcp detail: https://mcpindex.ai/server/io-github-danboabes-mcpdomain - Kit.com MCP Server (io.github.dancumberland/kit-mcp@1.0.1) Agent-optimized MCP server for Kit.com email marketing. 13 composite tools, 100% V4 API. installs: npm:@dancumberland/kit-mcp detail: https://mcpindex.ai/server/io-github-dancumberland-kit-mcp - Zyntra - Temp e-mails MCP (io.github.dd77ss/zyntra-mail@1.0.0) Disposable inboxes for AI agents: create, wait for delivery, and extract email content or links. installs: remote:https://mcp.zyntra.app/mcp detail: https://mcpindex.ai/server/io-github-dd77ss-zyntra-mail - Gmail (io.github.domdomegg/gmail-mcp@2.4.0) Allow AI systems to read, send, archive, and manage emails via Gmail. installs: npm:gmail-mcp detail: https://mcpindex.ai/server/io-github-domdomegg-gmail-mcp - Emailens MCP (io.github.emailens/mcp@0.4.1) Email compatibility analysis across 15 clients — preview, audit, fix, diff, deliverability. installs: npm:@emailens/mcp | remote:https://emailens.dev/api/mcp detail: https://mcpindex.ai/server/io-github-emailens-mcp - io.github.f-tiger/hvac-btu-heat-klimaanlage (io.github.f-tiger/hvac-btu-heat-klimaanlage@1.0.0) BTU sizing, AC window-seal length, heatwave outlook & running costs for rooms (Germany/EU). installs: remote:https://getecoback.com/mcp/v1 detail: https://mcpindex.ai/server/io-github-f-tiger-hvac-btu-heat-klimaanlage - io.github.fahassan00/bounceprotect (io.github.fahassan00/bounceprotect@1.0.3) Email validation and SMTP verification for Claude Desktop, Cursor, and Claude Code. installs: npm:@bounceprotect/mcp detail: https://mcpindex.ai/server/io-github-fahassan00-bounceprotect - io.github.flovoice53-tech/agent-identity-mcp (io.github.flovoice53-tech/agent-identity-mcp@0.1.1) Gives an AI agent a disposable email and a real UK phone number to test signup flows. installs: npm:agent-identity-mcp detail: https://mcpindex.ai/server/io-github-flovoice53-tech-agent-identity-mcp - io.github.fnobbe/crashtestyourstrategy (io.github.fnobbe/crashtestyourstrategy@1.0.1) Portfolio and strategy stress diagnostics with hedge-break detection and regime outlook. Free tier. installs: remote:https://mcp.crashtestyourstrategy.ai/mcp detail: https://mcpindex.ai/server/io-github-fnobbe-crashtestyourstrategy - UnCorreoTemporal (io.github.francofuji/uncorreotemporal-mcp-server@0.1.1) Temporary email for AI agents: create inboxes, wait for emails, extract OTPs, verify signups. installs: pypi:uncorreotemporal-mcp detail: https://mcpindex.ai/server/io-github-francofuji-uncorreotemporal-mcp-server - io.github.freshfos/dropcoin-validation (io.github.freshfos/dropcoin-validation@1.0.0) EU compliance checks for AI agents: sanctions, company, VAT ID, IBAN, email. Pay per call. installs: remote:https://validation-api.dropcoin.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-freshfos-dropcoin-validation - io.github.friendlygeorge/resend-mcp-server (io.github.friendlygeorge/resend-mcp-server@1.0.0) MCP server for Resend — transactional email API for AI assistants... installs: npm:@supernova123/resend-mcp-server detail: https://mcpindex.ai/server/io-github-friendlygeorge-resend-mcp-server - GBG Loqate - Reach (io.github.gbgplc/lqt@0.6.2) Verify addresses, email addresses, and phone numbers with confidence scores. installs: remote:https://reach.prod.fabric.gbgplatforms.com/mcp detail: https://mcpindex.ai/server/io-github-gbgplc-lqt - GoodSender (io.github.good-sender/goodsender-mcp@0.3.0) Free consent-based emailing and interactive email template design tools installs: docker:docker.io/goodsender/goodsender-mcp:0.3.0 detail: https://mcpindex.ai/server/io-github-good-sender-goodsender-mcp - io.github.gx-55/multi-gmail-mcp (io.github.gx-55/multi-gmail-mcp@1.0.1) Manage multiple Gmail accounts in Claude Desktop — search, send, reply, draft, and organize. installs: npm:multi-gmail-mcp detail: https://mcpindex.ai/server/io-github-gx-55-multi-gmail-mcp - Cloudflare MCP Pro (io.github.helbertparanhos/cloudflare-mcp-pro@1.1.0) Cloudflare MCP: DNS, Zones, Workers, KV, R2, D1, Pages, WAF, SSL, Email, AI via REST API v4 installs: npm:cloudflare-mcp-pro detail: https://mcpindex.ai/server/io-github-helbertparanhos-cloudflare-mcp-pro - Resend Email MCP (io.github.helbertparanhos/resend-email-mcp@1.0.1) Complete Resend email MCP: full API coverage + debug layer (deliverability, DNS, bounces). installs: npm:resend-email-mcp detail: https://mcpindex.ai/server/io-github-helbertparanhos-resend-email-mcp - grad-agent (io.github.i-ninte/grad-agent@0.2.5) Autonomous MCP agent for grad school applications: prof discovery, cold emails, SOP, tracking. installs: pypi:grad-agent detail: https://mcpindex.ai/server/io-github-i-ninte-grad-agent - io.github.iamtsoftware/promolink (io.github.iamtsoftware/promolink@1.1.0) Music promo platform: email campaigns, Instagram DMs, Spotify discovery, SmartLinks, analytics. installs: remote:https://promolink-mcp.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-iamtsoftware-promolink - Impreza Host (io.github.imprezahost/impreza-mcp@0.5.0) No-KYC offshore hosting an AI agent runs end-to-end: no-email signup, crypto, domain, VPS, deploy. installs: npm:impreza-mcp | remote:https://mcp.imprezahost.com/mcp detail: https://mcpindex.ai/server/io-github-imprezahost-impreza-mcp - Incwo MCP (io.github.incwo/incwo@1.0.0) Secure MCP server for exploring incwo CRM data, documents, and email workflows. installs: remote:https://www.incwo.com/mcp detail: https://mcpindex.ai/server/io-github-incwo-incwo - CryptoAgentMail (io.github.influqa/crypto-agent-mail@0.4.0) Hosted email MCP for AI agents with inboxes, send/receive, memory, recovery, and credits. installs: remote:https://srun66.com/mcp detail: https://mcpindex.ai/server/io-github-influqa-crypto-agent-mail - io.github.infoinlet-marketplace/mcp-email (io.github.infoinlet-marketplace/mcp-email@0.1.1) Email for AI agents — read inbox (IMAP), search, and send (SMTP). installs: npm:@infoinlet/mcp-email detail: https://mcpindex.ai/server/io-github-infoinlet-marketplace-mcp-email - io.github.intelli-verse-x/router-mcp (io.github.intelli-verse-x/router-mcp@0.2.0) Run the Intelliverse platform from any agent: apps, API keys, knowledge bases, email, media, chat. installs: manual detail: https://mcpindex.ai/server/io-github-intelli-verse-x-router-mcp - Aruba Email & Calendar (io.github.jackfioru92/aruba-email@0.2.1) MCP server for Aruba email and calendar via IMAP/SMTP/CalDAV installs: pypi:mcp-aruba detail: https://mcpindex.ai/server/io-github-jackfioru92-aruba-email - Omnier (io.github.jessesorsa/omnier@1.0.1) Turn signals from email, CRM, and meetings into a prioritized daily sales to-do list. installs: remote:https://mcp.getomnier.com/mcp detail: https://mcpindex.ai/server/io-github-jessesorsa-omnier - io.github.jgalea/mailbox-mcp (io.github.jgalea/mailbox-mcp@0.9.2) Multi-account email MCP server for Gmail, IMAP, and JMAP: search, send, drafts, labels. installs: npm:mailbox-mcp detail: https://mcpindex.ai/server/io-github-jgalea-mailbox-mcp - io.github.jmbremer/manymeet (io.github.jmbremer/manymeet@1.0.0) Webinar analytics for Zoom Meeting-based webinars: Funnels, transcripts, email engagement installs: remote:https://app.getmanymeet.com/mcp/ detail: https://mcpindex.ai/server/io-github-jmbremer-manymeet - io.github.joansongjr/clawaimail (io.github.joansongjr/clawaimail@0.1.1) Email infrastructure for AI agents. Create inboxes, send/receive email, and search messages. installs: npm:clawaimail-mcp detail: https://mcpindex.ai/server/io-github-joansongjr-clawaimail - io.github.joepangallo/mcp-server-security-audit (io.github.joepangallo/mcp-server-security-audit@1.0.3) Scan websites for security vulnerabilities, headers, TLS, and email security. installs: npm:mcp-server-security-audit detail: https://mcpindex.ai/server/io-github-joepangallo-mcp-server-security-audit - Orbit (io.github.justinwilliames/orbit-for-claude@0.27.7) Lifecycle-marketing OS for Claude: 60+ skills and 80+ tools for Braze, Stripo, email, segmentation. installs: manual detail: https://mcpindex.ai/server/io-github-justinwilliames-orbit-for-claude - io.github.kjgueye/netintel-mcp (io.github.kjgueye/netintel-mcp@1.1.38) MCP server for NetIntel — DNS, SSL, WHOIS, email security, OSINT via x402 micropayments installs: npm:netintel-mcp detail: https://mcpindex.ai/server/io-github-kjgueye-netintel-mcp - io.github.lazymac2x/email-validator (io.github.lazymac2x/email-validator@1.0.0) Cloudflare Workers MCP server: email-validator installs: remote:https://api.lazy-mac.com/email-validator/mcp detail: https://mcpindex.ai/server/io-github-lazymac2x-email-validator - io.github.leaderracom-hue/leaderra (io.github.leaderracom-hue/leaderra@1.0.0) GTM data layer for AI agents: find scored B2B leads free, reveal verified email+mobile, audit ads. installs: remote:https://leaderra.ai/api/mcp detail: https://mcpindex.ai/server/io-github-leaderracom-hue-leaderra - io.github.littlebearapps/outlook-assistant (io.github.littlebearapps/outlook-assistant@3.9.1) Microsoft Outlook MCP server — 22 tools for email, calendar, contacts, and mailbox management. installs: npm:@littlebearapps/outlook-assistant detail: https://mcpindex.ai/server/io-github-littlebearapps-outlook-assistant - io.github.littlebearapps/outlook-mcp (io.github.littlebearapps/outlook-mcp@3.2.1) Microsoft Outlook MCP server — 20 tools for email, calendar, contacts, and settings via Graph API. installs: npm:@littlebearapps/outlook-mcp detail: https://mcpindex.ai/server/io-github-littlebearapps-outlook-mcp - Inbox Check — Email Deliverability Test (io.github.live-direct-marketing/inbox-check@0.1.2) Email inbox placement tests across Gmail, Outlook, Yahoo, Mail.ru, Yandex (SPF/DKIM/DMARC). installs: npm:ldm-inbox-check-mcp detail: https://mcpindex.ai/server/io-github-live-direct-marketing-inbox-check - io.github.loicfontaine-max/qorami (io.github.loicfontaine-max/qorami@1.0.0) Check an email before an AI agent sends it: send / ask a human / block. Detects prompt injection. installs: npm:qorami-mcp detail: https://mcpindex.ai/server/io-github-loicfontaine-max-qorami - io.github.lordbasilaiassistant-sudo/broke2built-skills-mcp (io.github.lordbasilaiassistant-sudo/broke2built-skills-mcp@1.1.1) 29 live data skills for agents: email/DNS/domain intel, web audits, EVM reads. Free tier. installs: npm:broke2built-skills-mcp detail: https://mcpindex.ai/server/io-github-lordbasilaiassistant-sudo-broke2built-skills-mcp - io.github.markswendsen-code/gmail (io.github.markswendsen-code/gmail@0.1.0) Gmail MCP server — send, read, and search email. By Strider Labs. installs: npm:@striderlabs/mcp-gmail detail: https://mcpindex.ai/server/io-github-markswendsen-code-gmail - io.github.marlinjai/email-mcp (io.github.marlinjai/email-mcp@1.2.3) Unified email MCP server for Gmail, Outlook, iCloud, and IMAP with batch operations installs: npm:@marlinjai/email-mcp detail: https://mcpindex.ai/server/io-github-marlinjai-email-mcp - Marvenn MCP Server (io.github.marvennai/marvenn-mcp@1.0.3) Connect AI agents to Marvenn for outbound growth via email, voice, and LinkedIn. installs: npm:@marvenn/mcp-server detail: https://mcpindex.ai/server/io-github-marvennai-marvenn-mcp - io.github.mbeato/apimesh (io.github.mbeato/apimesh@1.8.2) 74 paid web-analysis APIs (SEO, security, TLS, DNS, email) as MCP tools. USDC via x402. installs: npm:@mbeato/apimesh-mcp-server detail: https://mcpindex.ai/server/io-github-mbeato-apimesh - DNS MCP Server (io.github.mclose/dns-mcp@1.3.4) Real-time DNS security analysis — DNSSEC, email auth, and RDAP. Built for SOC investigations. installs: docker:docker.io/mclose/dns-mcp:1.3.4 detail: https://mcpindex.ai/server/io-github-mclose-dns-mcp - Gmail (io.github.mcp-z/mcp-gmail@1.0.10) Gmail integration with OAuth authentication, message search, batch operations, and Sheets export installs: npm:@mcp-z/mcp-gmail detail: https://mcpindex.ai/server/io-github-mcp-z-mcp-gmail - Outlook (io.github.mcp-z/mcp-outlook@1.0.13) Outlook integration with OAuth, message search, batch operations, and calendar management installs: npm:@mcp-z/mcp-outlook detail: https://mcpindex.ai/server/io-github-mcp-z-mcp-outlook - Parse-DMARC MCP Server (io.github.meysam81/parse-dmarc@1.4.7) Lightweight DMARC parser: auto-fetch email reports, visualize compliance in a single all-in-one app installs: docker:ghcr.io/meysam81/parse-dmarc:v1.4.7 detail: https://mcpindex.ai/server/io-github-meysam81-parse-dmarc - Double Check (io.github.mgleonard-ops/double-check@1.0.0) AI-powered scam detection for suspicious texts, emails, and screenshots. US-focused. installs: remote:https://web-production-970ba.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-mgleonard-ops-double-check - io.github.mifactory-bot/mifactory-email (io.github.mifactory-bot/mifactory-email@1.0.0) Send transactional emails for AI agents via SMTP. Templates included. installs: remote:https://mifactory-email.vercel.app/mcp detail: https://mcpindex.ai/server/io-github-mifactory-bot-mifactory-email - io.github.mifactory-bot/mifactory-pdf (io.github.mifactory-bot/mifactory-pdf@1.0.0) Send transactional pdfs for AI agents via SMTP. Templates included. installs: remote:https://mifactory-pdf.vercel.app/mcp detail: https://mcpindex.ai/server/io-github-mifactory-bot-mifactory-pdf - JMAP Email (io.github.mikluko/jmap-mcp@0.10.0) Email management via JMAP — mailboxes, messages, identities, and Sieve scripts installs: docker:ghcr.io/mikluko/jmap-mcp:0.10.0 detail: https://mcpindex.ai/server/io-github-mikluko-jmap-mcp - Email (IMAP/SMTP) (io.github.mindstone/mcp-server-email-imap@0.3.2) Email IMAP/SMTP MCP server: iCloud, Gmail, Yahoo, Outlook, and custom IMAP providers installs: npm:@mindstone/mcp-server-email-imap detail: https://mcpindex.ai/server/io-github-mindstone-mcp-server-email-imap - Google Workspace (io.github.mindstone/mcp-server-google-workspace@0.4.0) Google Workspace MCP server for Gmail, Calendar, Drive, Docs, Sheets, Slides, Contacts, and more installs: npm:@mindstone/mcp-server-google-workspace detail: https://mcpindex.ai/server/io-github-mindstone-mcp-server-google-workspace - Microsoft 365 Calendar (io.github.mindstone/mcp-server-microsoft-calendar@0.2.0) Microsoft 365 Outlook calendar via Graph: list, get, create, update, respond, free/busy. installs: npm:@mindstone/mcp-server-microsoft-calendar detail: https://mcpindex.ai/server/io-github-mindstone-mcp-server-microsoft-calendar - Microsoft 365 Mail (io.github.mindstone/mcp-server-microsoft-mail@0.3.0) Microsoft 365 Outlook mail via Graph: read, search, send, reply, forward, draft, move, delete. installs: npm:@mindstone/mcp-server-microsoft-mail detail: https://mcpindex.ai/server/io-github-mindstone-mcp-server-microsoft-mail - Mixmax (io.github.mindstone/mcp-server-mixmax@0.3.1) Mixmax email productivity MCP server for Model Context Protocol hosts installs: npm:@mindstone/mcp-server-mixmax detail: https://mcpindex.ai/server/io-github-mindstone-mcp-server-mixmax - io.github.mkpoli/gmail-mcp (io.github.mkpoli/gmail-mcp@0.2.1) Multi-account Gmail on a Cloudflare Worker you deploy yourself: read, send, reply, labels, threads installs: manual detail: https://mcpindex.ai/server/io-github-mkpoli-gmail-mcp - io.github.mlawsonking/email-guard-mcp (io.github.mlawsonking/email-guard-mcp@1.3.0) Email safety for AI agents: scan inbound for prompt-injection/phishing + outbound for secret leaks. installs: npm:email-guard-mcp detail: https://mcpindex.ai/server/io-github-mlawsonking-email-guard-mcp - Outlook MCP (io.github.mpalermiti/outlook-mcp@1.12.0) Microsoft Outlook personal accounts: mail, calendar, contacts, to-do, drafts (62 tools). installs: pypi:outlook-graph-mcp detail: https://mcpindex.ai/server/io-github-mpalermiti-outlook-mcp - io.github.mrgulshanyadav/misarmail-mcp (io.github.mrgulshanyadav/misarmail-mcp@2.0.6) Send emails, manage campaigns, subscribers, and templates from MisarMail. installs: npm:@misarmail/mcp detail: https://mcpindex.ai/server/io-github-mrgulshanyadav-misarmail-mcp - MyRouteOnline (io.github.myrouteonline/myrouteonline@1.0.0) Multi-stop route optimization, navigation links, and email delivery. Powered by MyRouteOnline. installs: remote:https://planner.myrouteonline.com/ws_api_ai/mcp detail: https://mcpindex.ai/server/io-github-myrouteonline-myrouteonline - io.github.n24q02m/better-email-mcp (io.github.n24q02m/better-email-mcp@1.38.2) IMAP/SMTP MCP server for Email with composite tools. Multi-account, auto-discovery. installs: npm:@n24q02m/better-email-mcp | docker:docker.io/n24q02m/better-email-mcp:latest detail: https://mcpindex.ai/server/io-github-n24q02m-better-email-mcp - io.github.n24q02m/better-workspace-mcp (io.github.n24q02m/better-workspace-mcp@0.1.1) Google Workspace MCP for Docs, Drive, Calendar, Gmail, Sheets, Slides, Tasks, Chat, People, Forms installs: npm:@n24q02m/better-workspace-mcp | docker:docker.io/n24q02m/better-workspace-mcp:latest detail: https://mcpindex.ai/server/io-github-n24q02m-better-workspace-mcp - Clippy (io.github.neilberkman/clippy@1.8.0) Copy AI-generated content to the macOS clipboard: rich Gmail-ready email drafts, text, and files installs: manual detail: https://mcpindex.ai/server/io-github-neilberkman-clippy - io.github.nikolausm/imap-mcp-server (io.github.nikolausm/imap-mcp-server@2.0.0) IMAP/SMTP MCP server to search, read, organize, send, reply & forward email for AI assistants installs: npm:imap-mcp-server detail: https://mcpindex.ai/server/io-github-nikolausm-imap-mcp-server - io.github.node-man/dechonet-mcp (io.github.node-man/dechonet-mcp@1.0.1) 13 security recon tools for AI agents — DNS, SSL, HTTP, email, ports, ASN. Health Score 0-100. installs: npm:dechonet-mcp detail: https://mcpindex.ai/server/io-github-node-man-dechonet-mcp - io.github.openagentemail/mcp (io.github.openagentemail/mcp@0.5.0) Unlimited agent mailboxes — create identities, read/wait for mail, extract OTPs, send email. installs: npm:@openagentemail/mcp detail: https://mcpindex.ai/server/io-github-openagentemail-mcp - Gmail Postmaster Tools (io.github.optipub/gmail-postmaster-tools@1.0.1) Gmail Postmaster Tools v2 — domains, traffic metrics, and compliance via your own Google OAuth. installs: manual detail: https://mcpindex.ai/server/io-github-optipub-gmail-postmaster-tools - Outlook SNDS (io.github.optipub/outlook-snds@1.0.4) Outlook.com SNDS IP Data and IP Status reports via the OAuth-secured REST API. installs: manual detail: https://mcpindex.ai/server/io-github-optipub-outlook-snds - io.github.outris-dev-user/outris-identity-mcp (io.github.outris-dev-user/outris-identity-mcp@2.0.0) Identity resolution MCP server for phone/email lookups across 31+ services. Global + India coverage. installs: remote:https://mcp-server.outris.com/http detail: https://mcpindex.ai/server/io-github-outris-dev-user-outris-identity-mcp - Mail.app (io.github.p-l-ta/mail-mcp@1.3.5) Search, read, send, and manage email via macOS Mail.app across all configured accounts. installs: npm:@p-l-ta/mail-mcp detail: https://mcpindex.ai/server/io-github-p-l-ta-mail-mcp - Oncofiles (io.github.peter-fusek/oncofiles@4.9.0) AI-powered medical document management for cancer patients. Google Drive, Gmail, Calendar via MCP. installs: remote:https://oncofiles.com/mcp detail: https://mcpindex.ai/server/io-github-peter-fusek-oncofiles - smails (io.github.pexni/smails@0.0.12) Free disposable email for AI agents: a throwaway inbox to read verification codes over MCP. installs: npm:@smails/cli detail: https://mcpindex.ai/server/io-github-pexni-smails - io.github.piiiico/agentlair (io.github.piiiico/agentlair@1.3.0) Give AI agents a real email address, vault, calendar, and task delegation via MCP. installs: npm:@agentlair/mcp detail: https://mcpindex.ai/server/io-github-piiiico-agentlair - io.github.pijusz/mcp-mailtrap (io.github.pijusz/mcp-mailtrap@0.1.4) MCP server for the Mailtrap email platform — analytics, sending, contacts, sandbox installs: npm:mcpj-mailtrap detail: https://mcpindex.ai/server/io-github-pijusz-mcp-mailtrap - Activecampaign (io.github.pipeworx-io/activecampaign@0.1.0) ActiveCampaign MCP Pack — email marketing + CRM (API v3). installs: remote:https://gateway.pipeworx.io/activecampaign/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-activecampaign - Could Have Been Email (io.github.pipeworx-io/could-have-been-email@0.1.0) could-have-been-email MCP — wraps StupidAPIs (requires X-API-Key) installs: remote:https://gateway.pipeworx.io/could-have-been-email/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-could-have-been-email - Emailable (io.github.pipeworx-io/emailable@0.1.0) Emailable MCP — wraps the Emailable email verification API (emailable.com) installs: remote:https://gateway.pipeworx.io/emailable/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-emailable - Findymail (io.github.pipeworx-io/findymail@0.1.0) Findymail MCP — B2B email finder & reverse-email lookup (findymail.com) installs: remote:https://gateway.pipeworx.io/findymail/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-findymail - Gmail (io.github.pipeworx-io/gmail@0.1.0) Gmail MCP Pack installs: remote:https://gateway.pipeworx.io/gmail/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-gmail - Hunter (io.github.pipeworx-io/hunter@0.1.0) Hunter.io MCP — wraps the Hunter.io email finder & verification API (hunter.io) installs: remote:https://gateway.pipeworx.io/hunter/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-hunter - Klaviyo (io.github.pipeworx-io/klaviyo@0.1.0) Klaviyo MCP Pack — wraps the Klaviyo API for email marketing installs: remote:https://gateway.pipeworx.io/klaviyo/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-klaviyo - Outlook Calendar (io.github.pipeworx-io/outlook-calendar@0.1.0) Outlook Calendar MCP Pack installs: remote:https://gateway.pipeworx.io/outlook-calendar/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-outlook-calendar - Outlook Contacts (io.github.pipeworx-io/outlook-contacts@0.1.0) Outlook Contacts (Microsoft 365) MCP Pack installs: remote:https://gateway.pipeworx.io/outlook-contacts/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-outlook-contacts - Outlook Mail (io.github.pipeworx-io/outlook-mail@0.1.0) Outlook Mail (Microsoft 365) MCP Pack installs: remote:https://gateway.pipeworx.io/outlook-mail/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-outlook-mail - Send That Email (io.github.pipeworx-io/send-that-email@0.1.0) send-that-email MCP — wraps StupidAPIs (requires X-API-Key) installs: remote:https://gateway.pipeworx.io/send-that-email/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-send-that-email - io.github.polnikale/sequenzy-mcp (io.github.polnikale/sequenzy-mcp@0.0.80) Sequenzy MCP server for AI-powered email marketing automation. installs: remote:https://api.sequenzy.com/v1/mcp detail: https://mcpindex.ai/server/io-github-polnikale-sequenzy-mcp - io.github.presidio-v/presidio-hardened-x402-mcp (io.github.presidio-v/presidio-hardened-x402-mcp@0.1.1) Pre-payment PII screener for x402 — catches emails, SSNs, names before agents sign. installs: pypi:presidio-hardened-x402-mcp detail: https://mcpindex.ai/server/io-github-presidio-v-presidio-hardened-x402-mcp - Mailbox (io.github.psyb0t/mailbox@0.4.10) Self-hosted MCP server for unified IMAP/SMTP mailbox access: read, list, and send email. installs: docker:docker.io/psyb0t/mailbox:v0.4.10 detail: https://mcpindex.ai/server/io-github-psyb0t-mailbox - Redact MCP (io.github.r3352/redact-mcp@2.0.4) Auto-detects and obfuscates PII (IPs, emails, API keys, names) so Claude never sees real client data installs: npm:@mattzam/redact-mcp detail: https://mcpindex.ai/server/io-github-r3352-redact-mcp - RacterMX (io.github.racter-ciso/ractermx@2.0.1) Manage RacterMX email forwarding — domains, aliases, webhooks, and more — via AI. installs: npm:@ractermx/mcp-server detail: https://mcpindex.ai/server/io-github-racter-ciso-ractermx - Resent (io.github.resentmail/resent@1.0.0) Transactional email for AI agents: templates, domain verify, and sends. installs: remote:https://resent.one/api/v1/mcp detail: https://mcpindex.ai/server/io-github-resentmail-resent - io.github.retep-tru/maeil (io.github.retep-tru/maeil@1.0.0) Invite someone to a calendar event by phone number and get their real email back when they accept. installs: remote:https://mcp.maeil.cc/mcp detail: https://mcpindex.ai/server/io-github-retep-tru-maeil - io.github.richelo/isitdisposable-mcp (io.github.richelo/isitdisposable-mcp@0.1.1) An MCP server that lets AI agents check whether an email address or domain is disposable. installs: npm:isitdisposable-mcp detail: https://mcpindex.ai/server/io-github-richelo-isitdisposable-mcp - io.github.rlrghb/outlook (io.github.rlrghb/outlook@1.11.0) Outlook & OneDrive MCP: personal & enterprise tools for mail, calendar, contacts, tasks, files installs: npm:olkcli detail: https://mcpindex.ai/server/io-github-rlrghb-outlook - io.github.ryudi84/lorem (io.github.ryudi84/lorem@1.0.3) MCP server for placeholder text, fake names, emails, and addresses. installs: npm:lorem-forge-mcp detail: https://mcpindex.ai/server/io-github-ryudi84-lorem - Outlook Personal MCP (io.github.salahawad/outlook-personal-mcp@0.1.1) Full-control MCP server for a personal Outlook.com mailbox and calendar (Microsoft Graph). installs: pypi:mcp-outlook-personal detail: https://mcpindex.ai/server/io-github-salahawad-outlook-personal-mcp - ABOVO.co — Email-to-Web Publishing (io.github.seanfenlon/abovo-mcp-server@1.1.1) Publish content to the web by emailing POST@abovo.co. No API key, no signup. SMTP is the API. installs: manual detail: https://mcpindex.ai/server/io-github-seanfenlon-abovo-mcp-server - Selectic (io.github.selectic-ai/mcp@0.2.0) AI agent that calls, texts & emails businesses for you, then returns transcripts and replies. installs: npm:@selectic/mcp | remote:https://selectic.ai/api/mcp detail: https://mcpindex.ai/server/io-github-selectic-ai-mcp - Domain & Company Intel MCP (io.github.selflabbs/domain-intel-mcp@1.0.1) Domain intel for AI agents: RDAP registration, DNS, email deliverability, tech stack. installs: remote:https://domain.selflabbs.com/mcp detail: https://mcpindex.ai/server/io-github-selflabbs-domain-intel-mcp - Proton Mail (unofficial) (io.github.sethbang/proton-mail-mcp@1.0.2) Unofficial Proton Mail MCP — send, read, search & organize email over SMTP and IMAP installs: npm:proton-mail-mcp detail: https://mcpindex.ai/server/io-github-sethbang-proton-mail-mcp - MCP fork of Google Workspace CLI (io.github.shigechika/gws-mcp@0.22.5-mcp.30) MCP fork of Google Workspace CLI (Gmail, Drive, Calendar, and more) installs: docker:ghcr.io/shigechika/gws-mcp:0.22.5-mcp.30 detail: https://mcpindex.ai/server/io-github-shigechika-gws-mcp - io.github.shipmail-to/shipmail-mcp (io.github.shipmail-to/shipmail-mcp@0.7.3) Shipmail MCP server for AI agent custom-domain email inboxes with REST API and webhooks. installs: npm:shipmail-mcp | remote:https://shipmail.to/api/mcp detail: https://mcpindex.ai/server/io-github-shipmail-to-shipmail-mcp - Signaliz (io.github.signaliz/signaliz-mcp@2.0.1) B2B lead generation, email verification, company enrichment, and agentic GTM Ops. installs: remote:https://api.signaliz.com/functions/v1/signaliz-mcp detail: https://mcpindex.ai/server/io-github-signaliz-signaliz-mcp - smbCloud Mail & Auth (io.github.smbcloudXYZ/smbcloud-cli@0.5.1) Email infrastructure and authentication for developers: domains, inbox routes, auth apps, deploys. installs: npm:@smbcloud/cli detail: https://mcpindex.ai/server/io-github-smbcloudxyz-smbcloud-cli - io.github.snoooz-ai/snoooz-mcp (io.github.snoooz-ai/snoooz-mcp@0.2.1) AI email automation, follow-ups, training, previews, and mailbox troubleshooting. installs: remote:https://app.snoooz.ai/mcp detail: https://mcpindex.ai/server/io-github-snoooz-ai-snoooz-mcp - io.github.spruikco/send16-mcp (io.github.spruikco/send16-mcp@0.5.8) Email for AI agents: send mail, manage contacts, automations & webhooks. Zero-DNS first send. installs: npm:send16-mcp | remote:https://mcp.send16.com/mcp detail: https://mcpindex.ai/server/io-github-spruikco-send16-mcp - WebVoice (io.github.supermarco74/webvoice-mcp@0.2.1) WebVoice MCP: chat, TTS, STT, translate, images. Email signup, welcome credits, optional Solana. installs: pypi:webvoice-mcp detail: https://mcpindex.ai/server/io-github-supermarco74-webvoice-mcp - TDA Shared Bridge (io.github.targeteddesignagency-blip/shared-bridge@1.0.0) Agent coordination, email pipeline, lead verification, and campaign operations. 38 tools. installs: manual detail: https://mcpindex.ai/server/io-github-targeteddesignagency-blip-shared-bridge - io.github.tarunlnmiit/inbox-to-action (io.github.tarunlnmiit/inbox-to-action@0.2.11) Agentic Gmail triage: classify, summarize, extract tasks, draft replies. Never sends. installs: pypi:inbox-to-action detail: https://mcpindex.ai/server/io-github-tarunlnmiit-inbox-to-action - io.github.taylorwilsdon/workspace-mcp (io.github.taylorwilsdon/workspace-mcp@1.11.1) Google Workspace MCP server for Gmail, Drive, Calendar, Docs, Sheets, Slides, Forms, Tasks, Chat. installs: pypi:workspace-mcp detail: https://mcpindex.ai/server/io-github-taylorwilsdon-workspace-mcp - Temway (io.github.temway/mcp-server@1.0.0) Visual email & layout builder that turns AI assistants into a Temway authoring studio. installs: remote:https://mcp.temway.com/mcp detail: https://mcpindex.ai/server/io-github-temway-mcp-server - io.github.theYahia/sendpulse-mcp (io.github.theYahia/sendpulse-mcp@1.0.3) MCP server for SendPulse API — mailing lists, email sending, statistics. OAuth2 auth. installs: npm:@theyahia/sendpulse-mcp detail: https://mcpindex.ai/server/io-github-theyahia-sendpulse-mcp - io.github.theYahia/unisender-mcp (io.github.theYahia/unisender-mcp@1.0.2) MCP server for UniSender API — email lists, campaigns, contacts. API key auth. installs: npm:@theyahia/unisender-mcp detail: https://mcpindex.ai/server/io-github-theyahia-unisender-mcp - Kognitrix AI (io.github.themohal/kognitrix@1.0.0) 8 AI services via MCP: content, code, image, docs, data extraction, translation, SEO, email. installs: remote:https://kognitrix.com/api/mcp detail: https://mcpindex.ai/server/io-github-themohal-kognitrix - io.github.therealMrFunGuy/invoice-pilot (io.github.therealMrFunGuy/invoice-pilot@1.0.0) PDF invoicing with auto-chase reminders, email delivery, and payment tracking. installs: remote:https://invoice.rjctdlabs.xyz/sse detail: https://mcpindex.ai/server/io-github-therealmrfunguy-invoice-pilot - io.github.therealMrFunGuy/test-mailbox (io.github.therealMrFunGuy/test-mailbox@1.0.0) Disposable email inboxes for testing — create addresses, wait for messages, extract links. installs: remote:https://mail.rjctdlabs.xyz/sse detail: https://mcpindex.ai/server/io-github-therealmrfunguy-test-mailbox - Tomba MCP Server (io.github.tomba-io/tomba-mcp-server@1.10.0) MCP server for Tomba email finder, verification, and contact enrichment API installs: npm:@tomba-io/tomba-mcp-server | remote:https://mcp.tomba.io/mcp detail: https://mcpindex.ai/server/io-github-tomba-io-tomba-mcp-server - io.github.totte-dev/vibe-provision (io.github.totte-dev/vibe-provision@0.1.1) Provision SaaS services from YAML and inject .env. Supports Clerk, Stripe, Resend and more. installs: npm:vibe-provision detail: https://mcpindex.ai/server/io-github-totte-dev-vibe-provision - Have I Been Pwned (io.github.troyhunt/hibp@1.0.0) Breach intelligence API: email search, domain monitoring, passwords and stealer logs. installs: remote:https://haveibeenpwned.com/mcp detail: https://mcpindex.ai/server/io-github-troyhunt-hibp - mail-index (io.github.unsoldgroup/mail-index@1.5.1) Local-first, read-only MCP server for recall over your Gmail: search, contacts, threads, digests. installs: npm:mail-index detail: https://mcpindex.ai/server/io-github-unsoldgroup-mail-index - io.github.vitalio-sh/thunderbird-cli (io.github.vitalio-sh/thunderbird-cli@1.0.2) Give AI agents full read/write email access via Mozilla Thunderbird. Zero credentials. installs: npm:thunderbird-cli-mcp detail: https://mcpindex.ai/server/io-github-vitalio-sh-thunderbird-cli - io.github.whois-api-llc/mcp-whoisxmlapi (io.github.whois-api-llc/mcp-whoisxmlapi@1.8.4) 32 WHOIS, DNS, IP, threat intelligence, email, and bulk tools for AI agents via WhoisXML API. installs: npm:@whoisxmlapidotcom/mcp-whoisxmlapi detail: https://mcpindex.ai/server/io-github-whois-api-llc-mcp-whoisxmlapi - io.github.wilmendezofficial/postari (io.github.wilmendezofficial/postari@1.0.0) Email marketing y transaccional AI-native: campañas, correos 1-a-1, contactos, flujos y métricas. installs: remote:https://postari.io/api/mcp detail: https://mcpindex.ai/server/io-github-wilmendezofficial-postari - Agent Safe (io.github.wowcool/agentsafe@1.0.0) Email safety MCP server. Detects phishing, prompt injection, CEO fraud for AI agents. installs: remote:https://agentsafe.locationledger.com/mcp detail: https://mcpindex.ai/server/io-github-wowcool-agentsafe - Abnormal Security (io.github.wyre-technology/abnormal-mcp@1.2.1) MCP server for Abnormal Security — AI-powered email threat detection, cases, and remediation. installs: docker:ghcr.io/wyre-technology/abnormal-mcp:v1.2.1 detail: https://mcpindex.ai/server/io-github-wyre-technology-abnormal-mcp - Avanan (io.github.wyre-technology/avanan-mcp@2.2.1) MCP server for Check Point Harmony Email & Collaboration (Avanan) email security. installs: docker:ghcr.io/wyre-technology/avanan-mcp:v2.2.1 detail: https://mcpindex.ai/server/io-github-wyre-technology-avanan-mcp - Mimecast (io.github.wyre-technology/mimecast-mcp@1.3.2) MCP server for Mimecast email security: message queue, held messages, domains, and threats. installs: docker:ghcr.io/wyre-technology/mimecast-mcp:v1.3.2 detail: https://mcpindex.ai/server/io-github-wyre-technology-mimecast-mcp - Proofpoint (io.github.wyre-technology/proofpoint-mcp@1.1.3) MCP server for Proofpoint TAP — threat intelligence, forensics, quarantine, and email security. installs: docker:ghcr.io/wyre-technology/proofpoint-mcp:v1.1.3 detail: https://mcpindex.ai/server/io-github-wyre-technology-proofpoint-mcp - SpamTitan (io.github.wyre-technology/spamtitan-mcp@1.3.2) MCP server for SpamTitan email security — quarantine, allow/block lists, and policy management. installs: docker:ghcr.io/wyre-technology/spamtitan-mcp:v1.3.2 detail: https://mcpindex.ai/server/io-github-wyre-technology-spamtitan-mcp - io.github.xinxinhenaixin/emailfinder-mcp (io.github.xinxinhenaixin/emailfinder-mcp@1.0.3) Find verified professional emails by name, domain, LinkedIn, or role. installs: npm:emailfinder-mcp detail: https://mcpindex.ai/server/io-github-xinxinhenaixin-emailfinder-mcp - io.github.yaotsakpo/inbin (io.github.yaotsakpo/inbin@0.2.0) Query Inbin's parsed email events (newsletters, invoices, alerts) as typed JSON tools. installs: npm:@inbin/mcp | remote:https://api.inbin.dev/mcp detail: https://mcpindex.ai/server/io-github-yaotsakpo-inbin - lavela (io.github.ym2629/lavela@1.0.0) Launch and operate a SaaS from one conversation — domain, hosting, email, Stripe, ads, security. installs: remote:https://console.lavela.dev/api/mcp detail: https://mcpindex.ai/server/io-github-ym2629-lavela - io.github.zayansalman/gmail-attachments-mcp (io.github.zayansalman/gmail-attachments-mcp@0.1.0) Minimal MCP server for downloading Gmail attachments to disk. Read-only OAuth by default. installs: pypi:gmail-attachments-mcp detail: https://mcpindex.ai/server/io-github-zayansalman-gmail-attachments-mcp - io.github.zerabic/agentweb (io.github.zerabic/agentweb@1.5.0) Free business data for AI agents. 11M+ businesses, 227 countries, phone/email/hours. installs: npm:agentweb-mcp detail: https://mcpindex.ai/server/io-github-zerabic-agentweb - FabTally Valid (io.github.zvmzaretsky/validation-suite@1.0.0) Validation suite: EU VAT (VIES), IBAN mod-97, email (MX+disposable), geo place lookup, VIN decode. installs: remote:https://valid.fabtally.com/mcp detail: https://mcpindex.ai/server/io-github-zvmzaretsky-validation-suite - io.inboxguard/email-deliverability (io.inboxguard/email-deliverability@1.2.0) Scan and fix a domain's email deliverability (SPF, DKIM, DMARC, MTA-STS, BIMI, DNS blocklists). installs: remote:https://mcp.inboxguard.io/mcp detail: https://mcpindex.ai/server/io-inboxguard-email-deliverability - MailMCP (io.mailmcp/mailmcp@1.0.0) Connect any mailbox to Claude, ChatGPT & AI: read, send, reply, schedule & search emails. installs: remote:https://mailmcp.io/mcp detail: https://mcpindex.ai/server/io-mailmcp-mailmcp - MisarMail (io.misar.mail/misarmail@1.0.0) Full email marketing platform: inbox, campaigns, contacts, templates, and analytics via MCP. installs: remote:https://mail.misar.io/api/mcp detail: https://mcpindex.ai/server/io-misar-mail-misarmail - io.prospeo/prospeo-mcp-server (io.prospeo/prospeo-mcp-server@1.1.0) Prospeo: Find, search, and enrich people and companies with verified emails and mobile numbers. installs: npm:@prospeo/prospeo-mcp-server | remote:https://mcp.prospeo.io detail: https://mcpindex.ai/server/io-prospeo-prospeo-mcp-server - EmailMCP (io.setip/emailmcp@1.0.1) AI agent email — 23 tools free to read inbox, 28 paid to send. $9.99/mo. Token auto-provisioned. installs: remote:https://mcp.setip.io/mcp detail: https://mcpindex.ai/server/io-setip-emailmcp - Signado MCP (io.signado/mcp@1.0.0) LinkedIn warm-lead discovery: list leads, find emails, and draft outreach from your AI tools. installs: remote:https://mcp.signado.io/mcp detail: https://mcpindex.ai/server/io-signado-mcp - io.snov/snov-mcp-server (io.snov/snov-mcp-server@1.0.0) Snov.io: lead discovery, email verification, enrichment, CRM, and LinkedIn automation actions. installs: remote:https://mcp.snov.io/mcp detail: https://mcpindex.ai/server/io-snov-snov-mcp-server - StudioMeyer Personal Suite (io.studiomeyer/personal-suite@0.5.6) Local-first productivity: email, calendar, messaging, search, image gen. 49 tools. BYOK. installs: npm:mcp-personal-suite detail: https://mcpindex.ai/server/io-studiomeyer-personal-suite - Temp Mail (io.temp-mail/temp-mail@1.0.1) Disposable email inboxes for AI agents — read messages and verification codes. installs: remote:https://api.temp-mail.io/v1/mcp detail: https://mcpindex.ai/server/io-temp-mail-temp-mail - Uptimeify (io.uptimeify/mcp-server@1.0.0) Free anonymous website, DNS, email and TLS checks, plus read-only access to your monitors. installs: remote:https://uptimeify.io/mcp detail: https://mcpindex.ai/server/io-uptimeify-mcp-server - io.usefulapi/customerio (io.usefulapi/customerio@1.0.1) Query people, segments, campaigns, and message deliveries; send transactional email or broadcasts. installs: remote:https://customerio.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-customerio - io.usefulapi/emailoctopus (io.usefulapi/emailoctopus@1.0.0) Manage lists, contacts and campaigns, and read campaign performance reports on EmailOctopus. installs: remote:https://emailoctopus.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-emailoctopus - io.usefulapi/loops (io.usefulapi/loops@1.0.1) Manage Loops contacts, mailing lists, and transactional/event emails. installs: remote:https://loops.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-loops - io.usefulapi/missive (io.usefulapi/missive@1.0.0) Read email/chat conversations, messages, contacts and teams; draft, send and update threads. installs: remote:https://missive.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-missive - io.usefulapi/nylas (io.usefulapi/nylas@1.0.1) MCP server for Nylas — read email, calendars, events and contacts, and send email or create events. installs: remote:https://nylas.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-nylas - io.usefulapi/sendgrid (io.usefulapi/sendgrid@1.0.0) Send email and read templates, marketing contacts, lists, stats, bounces and unsubscribes. installs: remote:https://sendgrid.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-sendgrid - Template (live.alpic.email-mcp-400f7a0b/email-mcp@0.0.1) Description of my MCP server installs: remote:https://email-mcp-400f7a0b.alpic.live detail: https://mcpindex.ai/server/live-alpic-email-mcp-400f7a0b-email-mcp - Test server (live.alpic.email-mcp-8d084a7a/email-mcp@0.0.1) Description of my MCP server installs: remote:https://email-mcp-8d084a7a.alpic.live detail: https://mcpindex.ai/server/live-alpic-email-mcp-8d084a7a-email-mcp - Template (live.alpic.email-mcp-dbb94dbf/email-mcp@0.0.1) Description of my MCP server installs: remote:https://email-mcp-dbb94dbf.alpic.live detail: https://mcpindex.ai/server/live-alpic-email-mcp-dbb94dbf-email-mcp - Template (live.alpic.email-mcp-ded4e7db/email-mcp@0.0.1) Description of my MCP server installs: remote:https://email-mcp-ded4e7db.alpic.live detail: https://mcpindex.ai/server/live-alpic-email-mcp-ded4e7db-email-mcp - Template (live.alpic.node-email-mcp-b25f10ec/node-email-mcp@0.0.1) Description of my MCP server installs: remote:https://node-email-mcp-b25f10ec.alpic.live detail: https://mcpindex.ai/server/live-alpic-node-email-mcp-b25f10ec-node-email-mcp - My MCP Server (live.alpic.send-email-49a8d7ee/send-email@0.0.1) Description of my MCP server installs: remote:https://send-email-49a8d7ee.alpic.live detail: https://mcpindex.ai/server/live-alpic-send-email-49a8d7ee-send-email - Email Server (live.alpic.staging.email-mcp-17ee097a/email-mcp@0.0.1) Still WiP installs: remote:https://email-mcp-17ee097a.staging.alpic.live detail: https://mcpindex.ai/server/live-alpic-staging-email-mcp-17ee097a-email-mcp - Email Server (live.alpic.staging.email-mcp-3b5a375e/email-mcp@0.0.1) Still WiP! installs: remote:https://email-mcp-3b5a375e.staging.alpic.live detail: https://mcpindex.ai/server/live-alpic-staging-email-mcp-3b5a375e-email-mcp - Basic mail server (live.alpic.staging.email-mcp-c880a7f7/email-mcp@0.0.3) Still work in progress installs: remote:https://email-mcp-c880a7f7.staging.alpic.live detail: https://mcpindex.ai/server/live-alpic-staging-email-mcp-c880a7f7-email-mcp - Template MCP server (live.alpic.staging.node-email-mcp-25ea0992/node-email-mcp@0.0.1) Still work in progress installs: remote:https://node-email-mcp-25ea0992.staging.alpic.live detail: https://mcpindex.ai/server/live-alpic-staging-node-email-mcp-25ea0992-node-email-mcp - My MCP Ser (live.alpic.staging.node-email-mcp-731b03b7/node-email-mcp@0.0.1) Non functional server (yet) installs: remote:https://node-email-mcp-731b03b7.staging.alpic.live detail: https://mcpindex.ai/server/live-alpic-staging-node-email-mcp-731b03b7-node-email-mcp - My MCP Serv (live.alpic.staging.node-email-mcp-a629b9bc/node-email-mcp@0.0.1) Non functional server (yet) installs: remote:https://node-email-mcp-a629b9bc.staging.alpic.live detail: https://mcpindex.ai/server/live-alpic-staging-node-email-mcp-a629b9bc-node-email-mcp - Email Server (live.alpic.staging.python-email-mcp-f5c8e0a7/python-email-mcp@0.0.3) Still WiP installs: remote:https://python-email-mcp-f5c8e0a7.staging.alpic.live detail: https://mcpindex.ai/server/live-alpic-staging-python-email-mcp-f5c8e0a7-python-email-mcp - My MCP Serv (live.alpic.staging.send-email-mcp-04d3fdca/send-email-mcp@0.0.1) Non functional server (yet) installs: remote:https://send-email-mcp-04d3fdca.staging.alpic.live detail: https://mcpindex.ai/server/live-alpic-staging-send-email-mcp-04d3fdca-send-email-mcp - Email Server (live.alpic.staging/email-server@0.1.14) An MCP server that provides email capabilities, hosted on Alpic platform installs: remote:https://node-email-mcp-ead34801.staging.alpic.live detail: https://mcpindex.ai/server/live-alpic-staging-email-server - Email Server (live.alpic.staging/node-email-mcp-59eeb419@0.0.56) An MCP server that provides email capabilities, hosted on Alpic platform installs: remote:https://node-email-mcp-59eeb419.staging.alpic.live detail: https://mcpindex.ai/server/live-alpic-staging-node-email-mcp-59eeb419 - My MCP Server (live.alpic.staging/node-email-mcp-ea33e576@0.0.1) Description of my MCP server installs: remote:https://node-email-mcp-ea33e576.staging.alpic.live detail: https://mcpindex.ai/server/live-alpic-staging-node-email-mcp-ea33e576 - Hey World (live.alpic.staging/send-email-mcp-01f22b8f@0.3.4) Super description installs: remote:https://send-email-mcp-01f22b8f.staging.alpic.live detail: https://mcpindex.ai/server/live-alpic-staging-send-email-mcp-01f22b8f - Email Server (live.alpic.staging/test-server@0.0.1) An MCP server that provides email capabilities, hosted on Alpic platform installs: remote:https://mcp-server-template--60faeb39.staging.alpic.live detail: https://mcpindex.ai/server/live-alpic-staging-test-server - me.sendable/sendable (me.sendable/sendable@1.0.3) Send transactional email from your editor — describe the event, Sendable writes and sends it. installs: npm:sendableme-mcp detail: https://mcpindex.ai/server/me-sendable-sendable - WhenMeet.me — group scheduling (me.whenmeet/scheduler@1.0.0) Group meeting scheduler — rank times everyone's free across Google & Outlook, book Meet/Teams. installs: remote:https://whenmeet.me/mcp detail: https://mcpindex.ai/server/me-whenmeet-scheduler - scan.mx Email Diagnostics (mx.scan/diagnostics@1.0.0) Check email deliverability for a domain: MX, SPF, DKIM, DMARC, blacklists. Graded, no key. installs: remote:https://api.scan.mx/mcp detail: https://mcpindex.ai/server/mx-scan-diagnostics - agentsbase — Email for AI Agents (net.agentsbase/mcp@1.0.1) Email for AI agents. Create mailboxes, send/receive emails, and auto-extract verification codes. installs: npm:agentsbase-mcp detail: https://mcpindex.ai/server/net-agentsbase-mcp - net.softricks/idig-dns (net.softricks/idig-dns@1.0.0) Professional DNS diagnostics: 14 tools for DNS, DNSSEC, email security, SSL, and propagation. installs: remote:https://mcp.softricks.net/sse detail: https://mcpindex.ai/server/net-softricks-idig-dns - now.shiply/shiply (now.shiply/shiply@1.1.0) Publish any app in one call: SQL database, functions, email, and a custom domain. Flat price. installs: remote:https://shiply.now/mcp detail: https://mcpindex.ai/server/now-shiply-shiply - Siima eSIM (online.siima/esim@1.0.0) Search travel eSIM plans for 150+ countries and buy via Stripe link; eSIM QR delivered by email. installs: remote:https://api.siima.online/mcp detail: https://mcpindex.ai/server/online-siima-esim - org.scienceswarm/commerce-validators (org.scienceswarm/commerce-validators@1.1.1) Commerce validators: live EU VAT (VIES), EORI, email/MX lookups; IBAN/ABA/GTIN checksums; VAT rates. installs: remote:https://mcp.scienceswarm.org/mcp detail: https://mcpindex.ai/server/org-scienceswarm-commerce-validators - run.domani/domani (run.domani/domani@0.4.15) Internet identity for AI agents: register or broker domains, email, DNS - pay by card or USDC. installs: remote:https://domani.run/mcp detail: https://mcpindex.ai/server/run-domani-domani - marginal (sh.marginal/mcp@0.3.0) Email A/B tests for AI agents: subject lines, managed sends, open/click tracking, and results. installs: remote:https://marginal.sh/mcp detail: https://mcpindex.ai/server/sh-marginal-mcp - tech.somewhere/platform (tech.somewhere/platform@1.0.1) Backend for AI-built apps: database, auth, files, email, AI, payments, deploy, realtime. 170+ tools. installs: remote:https://mcp.somewhere.tech/mcp detail: https://mcpindex.ai/server/tech-somewhere-platform - AgentMail (to.agentmail/agentmail@1.0.0) Email inboxes for AI agents: send, receive, reply, search, and manage threaded email over MCP. installs: remote:https://mcp.agentmail.to/mcp detail: https://mcpindex.ai/server/to-agentmail-agentmail - uk.quantdata/quantdata (uk.quantdata/quantdata@1.1.0) Four market-statistics tools + a free qd_ key by email: 1 anonymous look, then 10 calls/UTC day. installs: remote:https://api.quantdata.uk/mcp detail: https://mcpindex.ai/server/uk-quantdata-quantdata - M365 Graph MCP (work.mcps/m365-graph@1.0.0) Manage Microsoft 365 email, calendar, contacts and inbox rules via the Graph API with OAuth 2.0. installs: remote:https://mcps.work/mcp detail: https://mcpindex.ai/server/work-mcps-m365-graph ## Filesystem (329) - 1325.AI (ai.1325/mcp@0.1.0) Verified directory of 44,000+ Black-owned U.S. businesses. Search, maps, loyalty rewards. installs: remote:https://agoclnqfyinwjxdmjnns.supabase.co/functions/v1/mcp detail: https://mcpindex.ai/server/ai-1325-mcp - ai.artidrop/artidrop (ai.artidrop/artidrop@1.1.0) Publish HTML, Markdown, and multi-file sites as shareable URLs instantly via MCP. installs: remote:https://artidrop.ai/mcp detail: https://mcpindex.ai/server/ai-artidrop-artidrop - Boolsai Directory (ai.boolsai/directory@1.0.0) Indexed ecommerce site directory — vendor lookups, brands by city/market/founder. 10 tools. installs: remote:https://directory.boolsai.ai/mcp detail: https://mcpindex.ai/server/ai-boolsai-directory - Cofound (ai.cofoundagent/cofound@1.0.0) MCP-native co-founder directory your AI agent searches, screening inbound pitches for you. installs: remote:https://mcp.cofoundagent.ai/mcp detail: https://mcpindex.ai/server/ai-cofoundagent-cofound - Synapse RMCP (ai.dinglebear/synapse@1.0.0) Host, Docker, Compose, SSH, logs, ZFS, and file operations over MCP and CLI. installs: npm:@dinglebear/synapse detail: https://mcpindex.ai/server/ai-dinglebear-synapse - Synapse RMCP (ai.dinglebear/synapse-rmcp@0.5.4) Rust MCP and CLI server for Docker, host inspection, SSH, logs, ZFS, and safe file operations. installs: npm:synapse-rmcp detail: https://mcpindex.ai/server/ai-dinglebear-synapse-rmcp - ai.ironscout/ironscout (ai.ironscout/ironscout@1.0.0) Read-only ammo pricing: offer search, caliber market snapshots, retailer directory. Descriptive. installs: remote:https://mcp.ironscout.ai/mcp detail: https://mcpindex.ai/server/ai-ironscout-ironscout - ai.justdrop/mcp (ai.justdrop/mcp@0.1.6) Live, end-to-end encrypted, ephemeral file transfer between your AI agent and any device. installs: npm:justdrop-mcp detail: https://mcpindex.ai/server/ai-justdrop-mcp - Scout by Optimly (ai.optimly/scout@1.0.0) Query the AI Brand Directory. Audit brand visibility in ChatGPT, Claude, and Gemini. installs: remote:https://scout.optimly.ai/mcp detail: https://mcpindex.ai/server/ai-optimly-scout - Relaystation (ai.relaystation/relaystation@1.0.0) Pay-per-call agent infrastructure: file storage & handoff, compute tools, messaging, e-sign, KYC. installs: remote:https://api.relaystation.ai/mcp detail: https://mcpindex.ai/server/ai-relaystation-relaystation - Revuo (ai.revuo/revuo@1.0.0) Agent-callable B2B SaaS directory: capability-structured, continuously verified listings. installs: remote:https://www.revuo.ai/api/mcp detail: https://mcpindex.ai/server/ai-revuo-revuo - Root Data Public Directory (ai.rootdata/public-directory@1.0.0) Public Root Data dental analytics directory for DSOs, dental practices, blog, and FAQ tools. installs: remote:https://rootdata.ai/api/mcp detail: https://mcpindex.ai/server/ai-rootdata-public-directory - ai.smithery/bhushangitfull-file-mcp-smith (ai.smithery/bhushangitfull-file-mcp-smith@1.16.0) Manage files and folders directly from your workspace. Read and write files, list directories, cre… installs: remote:https://server.smithery.ai/@bhushangitfull/file-mcp-smith/mcp detail: https://mcpindex.ai/server/ai-smithery-bhushangitfull-file-mcp-smith - ai.smithery/cindyloo-dropbox-mcp-server (ai.smithery/cindyloo-dropbox-mcp-server@1.15.0) Search, browse, and read your Dropbox files. Find documents by name or content, list folders, and… installs: remote:https://server.smithery.ai/@cindyloo/dropbox-mcp-server/mcp detail: https://mcpindex.ai/server/ai-smithery-cindyloo-dropbox-mcp-server - ai.smithery/skr-cloudify-clickup-mcp-server-new (ai.smithery/skr-cloudify-clickup-mcp-server-new@0.8.5) Manage your ClickUp workspace by creating, updating, and organizing tasks, lists, folders, and tag… installs: remote:https://server.smithery.ai/@skr-cloudify/clickup-mcp-server-new/mcp detail: https://mcpindex.ai/server/ai-smithery-skr-cloudify-clickup-mcp-server-new - ai.tooldirectory/catalog (ai.tooldirectory/catalog@1.0.0) Search the AI Tool Directory catalog: tool details, status checks, and alternatives. installs: remote:https://tooldirectory.ai/api/mcp detail: https://mcpindex.ai/server/ai-tooldirectory-catalog - APICK Convert (app.apick/convert@1.2.0) File conversion: PDF, DOCX, STT, TTS, watermarking installs: remote:https://apick.app/mcp/convert detail: https://mcpindex.ai/server/app-apick-convert - DealerMax (app.dealermax/public-search@1.2.1) Italian cross-dealer MCP: cars, NLT rentals with quotations, dealer directory, automotive KB. installs: remote:https://mcp.dealermax.app/mcp/ detail: https://mcpindex.ai/server/app-dealermax-public-search - app.ofia/latex (app.ofia/latex@1.0.0) Persistent AI LaTeX workspace: edit and compile multi-file projects, export publication-ready PDFs. installs: remote:https://ofia.app/api/mcp detail: https://mcpindex.ai/server/app-ofia-latex - app.undisk.mcp/stdio-proxy (app.undisk.mcp/stdio-proxy@0.46.2) Undisk MCP: safe file memory for AI agents. installs: npm:@undisk-mcp/stdio-proxy detail: https://mcpindex.ai/server/app-undisk-mcp-stdio-proxy - Uneed (best.uneed/directory@1.0.0) Search uneed.best's curated product directory: launches, rankings, deals and alternatives installs: remote:https://mcp.uneed.best/mcp detail: https://mcpindex.ai/server/best-uneed-directory - co.yungle/yungle (co.yungle/yungle@0.1.2) Ask about your Yungle file deliveries — what was sent, who downloaded, what expires. Read-only. installs: npm:yungle-mcp detail: https://mcpindex.ai/server/co-yungle-yungle - com.83blue.upload/transfer (com.83blue.upload/transfer@1.0.0) Free no-signup file transfer between AI agents. Share files or whole conversation handoffs by url. installs: remote:https://upload.83blue.com/mcp detail: https://mcpindex.ai/server/com-83blue-upload-transfer - Adbloop Meta Ads (com.adbloop/meta-ads@1.7.2) Meta Ads MCP: bulk-create Facebook & Instagram ads across accounts from Drive folders, guardrailed. installs: remote:https://mcp.adbloop.com/mcp detail: https://mcpindex.ai/server/com-adbloop-meta-ads - Agentry — AI Agent Directory (com.agentry/agent-directory@1.0.0) AI agent directory — search and compare 120+ agents across 12 categories. installs: remote:https://api.agentry.com/mcp/sse detail: https://mcpindex.ai/server/com-agentry-agent-directory - AITWIRE — Tenant Ops (com.aitwire/tenant@1.0.0) Review your AITWIRE recommendations and Brand Canon; file corrections for your approval. installs: remote:https://api.aitwire.com/mcp/tenant detail: https://mcpindex.ai/server/com-aitwire-tenant - brainCloud MCP Helper (com.braincloudservers/braincloud-mcp-helper@6.0.0) Helper for brainCloud MCP that gives it local file access, enabling easy git sync of cloud code. installs: npm:@braincloud/mcp-helper detail: https://mcpindex.ai/server/com-braincloudservers-braincloud-mcp-helper - ChooseHelp Treatment Directory (com.choosehelp/directory@1.2.1) Editorially independent addiction & mental-health directory — facilities, therapists, expert Q&A. installs: remote:https://www.choosehelp.com/mcp detail: https://mcpindex.ai/server/com-choosehelp-directory - CrashStory MCP (com.crashstory/crashstory@1.0.0) Colorado personal injury attorney directory, AI-analyzed review intelligence, and crash data installs: remote:https://crashstory-mcp-production.up.railway.app/mcp detail: https://mcpindex.ai/server/com-crashstory-crashstory - Default Privacy (com.defaultprivacy/default-privacy@1.0.0) Privacy Protocol directory, guides, diagnostics, formation intake. 23 tools, 7 resources, 6 prompts. installs: remote:https://defaultprivacy.com/api/privacy/mcp detail: https://mcpindex.ai/server/com-defaultprivacy-default-privacy - com.dropwarp/mcp (com.dropwarp/mcp@0.1.2) Send, list, and delete file transfers via DropWarp and get a shareable download link. installs: npm:@dropwarp/mcp detail: https://mcpindex.ai/server/com-dropwarp-mcp - com.dropwatchhq/payer-api-directory (com.dropwatchhq/payer-api-directory@1.0.0) Directory of US clearinghouse/payer APIs (Availity, Optum, Waystar) with pricing & access signals. installs: remote:https://clearinghouse.dropwatchhq.com/mcp detail: https://mcpindex.ai/server/com-dropwatchhq-payer-api-directory - Mint — Safe Mac Storage Actions (com.dzgapp/mint@1.0.0) Inspect Mac storage, explain file activity, and perform journaled cleanup with Trash and Undo. installs: npm:@dzg-studio/mcp-server-mint detail: https://mcpindex.ai/server/com-dzgapp-mint - Egnyte Remote MCP Server (com.egnyte/mcp-server@1.0.0) Egnyte's remote MCP server for secure AI access, search, upload and file management in your account. installs: remote:https://mcp-server.egnyte.com/mcp detail: https://mcpindex.ai/server/com-egnyte-mcp-server - com.formester/mcp (com.formester/mcp@2.0.0) Give AI agents access to form submissions — read, search, update, and process file attachments. installs: remote:https://app.formester.com/mcp detail: https://mcpindex.ai/server/com-formester-mcp - Booyah Index (com.getbooyah/booyah-index@0.5.0) AI-readable directory + commerce layer: 3,500+ SEA businesses, plus products from verified stores. installs: remote:https://getbooyah.com/api/mcp detail: https://mcpindex.ai/server/com-getbooyah-booyah-index - com.getvaletparking/valet-parking-directory (com.getvaletparking/valet-parking-directory@0.1.0) MCP server for valet parking: 789 US operators across 31,186 cities. 7 tools. No auth. installs: remote:https://api.getvaletparking.com/mcp detail: https://mcpindex.ai/server/com-getvaletparking-valet-parking-directory - com.grcmigrate/directory (com.grcmigrate/directory@1.0.0) Search a directory of SOC 2 audit and compliance firms; read GRC migration guides. Read-only. installs: remote:https://grcmigrate.com/mcp detail: https://mcpindex.ai/server/com-grcmigrate-directory - com.hushvert/mcp (com.hushvert/mcp@0.1.0) File conversion for AI agents: office docs, PDF to Word, video, and LLM-ready markdown via API. installs: npm:@hushvert/mcp detail: https://mcpindex.ai/server/com-hushvert-mcp - Immersive Commons (com.immersivecommons/floor10@1.0.0) Members-run AI builder space on Floor 10, Frontier Tower SF. 138 tools: events, news, directory. installs: remote:https://www.immersivecommons.com/api/mcp detail: https://mcpindex.ai/server/com-immersivecommons-floor10 - John's Essentials (com.johnsessentials/johns-essentials@1.1.0) 110+ deterministic file tools: PDF, image, media, convert, analyze. Connect in one click (OAuth). installs: remote:https://api.johnsessentials.com/mcp/messages detail: https://mcpindex.ai/server/com-johnsessentials-johns-essentials - Plexa (com.joinplexa/plexa@1.0.0) Agentic directory of real businesses in Mexico & LATAM. Search by vertical and city. installs: remote:https://api.joinplexa.com/mcp/ detail: https://mcpindex.ai/server/com-joinplexa-plexa - Sandwich Public Care Directory (com.joinsandwich/directory@0.1.1) Read-only MCP server for Sandwich aging-parent care resources and cost data. installs: remote:https://www.joinsandwich.com/api/mcp detail: https://mcpindex.ai/server/com-joinsandwich-directory - LegalAIMCP Directory (com.legalaimcp/directory@1.0.0) Search a curated directory of AI tools and MCP servers for law firms. Read-only, free, no auth. installs: remote:https://legalaimcp.com/api/mcp detail: https://mcpindex.ai/server/com-legalaimcp-directory - LION — Verified Company & Compliance Data (com.lionx402/lion-x402@1.13.0) Keyless x402 compliance on Base: $0.001 OFAC wallet screen, $0.05 pack, $0.95 company file. installs: remote:https://lionx402.com/api/mcp detail: https://mcpindex.ai/server/com-lionx402-lion-x402 - Lodi Kids Activities (com.lodikidsactivities/lodi-kids-activities@1.0.0) Free directory of youth programs and licensed daycares in Lodi, CA. 72 tools. installs: remote:https://lodikidsactivities.com/api/mcp detail: https://mcpindex.ai/server/com-lodikidsactivities-lodi-kids-activities - Scrub MCP (com.malgorath.scrub-mcp/scrub-mcp@1.1.0) Stateless PII redaction over MCP/REST. Free ≤1000 words or $0.01/call; file upload supported. installs: remote:https://scrub-mcp.malgorath.com/mcp/ detail: https://mcpindex.ai/server/com-malgorath-scrub-mcp-scrub-mcp - com.mcparmory/box (com.mcparmory/box@1.0.5) Manage files, folders, and team collaboration with access controls installs: pypi:mcparmory-box | docker:ghcr.io/mcparmory/box:1.0.5 detail: https://mcpindex.ai/server/com-mcparmory-box - com.mcparmory/google-drive (com.mcparmory/google-drive@1.0.2) Manage files, folders, permissions, and collaborative content in Google Drive installs: pypi:mcparmory-google-drive | docker:ghcr.io/mcparmory/google-drive:1.0.2 detail: https://mcpindex.ai/server/com-mcparmory-google-drive - com.offensive360/o360-mcp (com.offensive360/o360-mcp@1.0.2) Run Offensive360 SAST scans (60+ languages) on local code; findings with file/line and fixes installs: npm:o360-mcp detail: https://mcpindex.ai/server/com-offensive360-o360-mcp - Orshot (com.orshot/mcp-server@1.14.0) Render on-brand images, PDFs and videos from templates. 60+ tools: brand kit, folders, workflows. installs: remote:https://mcp.orshot.com/mcp detail: https://mcpindex.ai/server/com-orshot-mcp-server - com.overlayqa/mcp (com.overlayqa/mcp@0.1.7) Run accessibility, contrast, and design token audits and file QA issues from your AI coding tool. installs: npm:@overlayqa/mcp detail: https://mcpindex.ai/server/com-overlayqa-mcp - com.politicalcomms/docs (com.politicalcomms/docs@1.0.0) Political Comms documentation MCP server: search docs, query the docs filesystem. No auth. installs: remote:https://docs.politicalcomms.com/mcp detail: https://mcpindex.ai/server/com-politicalcomms-docs - com.pulsemcp/remote-filesystem (com.pulsemcp/remote-filesystem@0.1.5) MCP server for remote filesystem operations on cloud storage (Google Cloud Storage). installs: npm:remote-filesystem-mcp-server detail: https://mcpindex.ai/server/com-pulsemcp-remote-filesystem - Singapore Business Directory (com.sgpdirectory/mcp@1.3.2) Singapore business directory. Search companies, UENs, and SSIC industry classifications. installs: npm:@sgpdirectory/mcp | remote:https://mcp.sgpdirectory.com/mcp detail: https://mcpindex.ai/server/com-sgpdirectory-mcp - Singapore Business Directory (com.sgpdirectory/singapore-business-directory@1.0.0) Singapore business directory. Search companies, UENs, and SSIC industry classifications. installs: npm:@sgpdirectory/mcp-server | remote:https://sgpdirectory.com/mcp detail: https://mcpindex.ai/server/com-sgpdirectory-singapore-business-directory - Silicon Friendly (com.siliconfriendly/directory@1.0.1) Directory rating websites on AI-agent-friendliness. Search, lookup, and submit. installs: remote:https://siliconfriendly.com/mcp detail: https://mcpindex.ai/server/com-siliconfriendly-directory - stagenth · file-relay (com.stagenth/file-relay@1.1.0) Cloud file relay: chunked uploads, folders, share links, inline text reads, ZIP packing. installs: remote:https://stagenth.com/mcp/file-relay/ detail: https://mcpindex.ai/server/com-stagenth-file-relay - Teleprompter (com.teleprompter/teleprompter@0.1.0) Read and write your Teleprompter.com scripts and folders: list, create, update, and organize. installs: remote:https://app.teleprompter.com/mcp detail: https://mcpindex.ai/server/com-teleprompter-teleprompter - The-Snip (com.the-snip/mcp@1.0.1) Team knowledge base for snippets, API calls and docs. Agents search and file items; humans review. installs: remote:https://the-snip.com/mcp detail: https://mcpindex.ai/server/com-the-snip-mcp - toolfound (com.toolfound/toolfound@1.0.0) Agent-native launch platform and tool directory: search, alternatives, trending, launch via MCP. installs: remote:https://toolfound.com/api/mcp detail: https://mcpindex.ai/server/com-toolfound-toolfound - Tulimoa (com.tulimoa/platform@1.2.0) Discover curated SaaS and AI-agent tools in the Tulimoa directory; submit and edit your listings. installs: remote:https://mcp.tulimoa.com/mcp detail: https://mcpindex.ai/server/com-tulimoa-platform - com.vandorla/workspace-tools (com.vandorla/workspace-tools@0.1.0) Sandbox workspace tools: search, file read, DB queries, integrations. Returns synthetic data. installs: remote:https://vandorla.com/mcp?src=registry detail: https://mcpindex.ai/server/com-vandorla-workspace-tools - com.vibsync/vibsync (com.vibsync/vibsync@0.2.3) One shared brain for your AI coding agents: team memory, agent Q&A, tasks, and file claims. installs: remote:https://mcp.vibsync.com/mcp detail: https://mcpindex.ai/server/com-vibsync-vibsync - WorkOS (com.workos/mcp@0.1.0) Manage your WorkOS workspace in plain language: orgs, users, SSO, Directory Sync, and AuthKit. installs: remote:https://mcp.workos.com/mcp detail: https://mcpindex.ai/server/com-workos-mcp - com.x402-list/x402-list-mcp (com.x402-list/x402-list-mcp@0.4.2) x402-list directory MCP: services, facilitator volume, ranked picks, paid assessments. installs: npm:x402-list-mcp | remote:https://mcp.x402-list.com/mcp detail: https://mcpindex.ai/server/com-x402-list-x402-list-mcp - de.honestdog/honestdog (de.honestdog/honestdog@1.0.0) Vetted German dog-breeder directory, S-E breed health grades and tests, adoptable shelter dogs installs: remote:https://server.honestdog.de/api/v1/mcp detail: https://mcpindex.ai/server/de-honestdog-honestdog - Prismism (dev.prismism/mcp@0.2.2) Upload any file, get a tracked shareable link. DocSend for AI agents. installs: npm:@prismism/mcp-server | remote:https://prismism.dev/mcp detail: https://mcpindex.ai/server/dev-prismism-mcp - dev.yafl/mcp (dev.yafl/mcp@0.1.6) Agent-first E2EE file transfer over MCP: move files between machines in one tool call, gone in 24h. installs: npm:@yafldev/mcp detail: https://mcpindex.ai/server/dev-yafl-mcp - Brick Directory (directory.brick/mcp@2025.11.17.0708) Provides data for LEGO sets, minifigures, parts and elements. Not affiliated with LEGO® Group. installs: remote:https://api.brick.directory/connect detail: https://mcpindex.ai/server/directory-brick-mcp - DevRel Directory (directory.devrel/devrel-directory@1.3.0) Search DevRel tools, communities, jobs, events, CFPs, and guides from devrel.directory. installs: remote:https://devrel.directory/mcp detail: https://mcpindex.ai/server/directory-devrel-devrel-directory - nohumans.directory (directory.nohumans/registry@1.1.0) Curated, probe-verified directory of paid x402 APIs. Agents check it before spending money. installs: remote:https://api.nohumans.directory/mcp detail: https://mcpindex.ai/server/directory-nohumans-registry - IBAN Validation MCP (eu.iban-test.www/iban-validation@1.0.1) Validate IBANs in 111 countries; bank directory checks for DE, AT, BE, FR, LU, NL, PT and ES. installs: remote:https://www.iban-test.eu/mcp detail: https://mcpindex.ai/server/eu-iban-test-www-iban-validation - Caliper (fit.caliper/caliper@0.1.1) Geometry and CAD file metadata extraction for STL, OBJ, PLY, PCD, LAS/LAZ, glTF/GLB. installs: remote:https://caliper.fit/mcp/ detail: https://mcpindex.ai/server/fit-caliper-caliper - Skill of Skills (io.911fund.skills/directory@3.8.0) Quality-ranked, cross-platform directory of AI coding skills, plugins and MCP servers. installs: remote:https://skills.911fund.io/api/mcp detail: https://mcpindex.ai/server/io-911fund-skills-directory - Doriku (io.doriku/task-manager@1.2.0) Shared control plane for AI coding agents — tasks, memory, decisions, file locks. 12 tools. installs: remote:https://api.doriku.io/mcp detail: https://mcpindex.ai/server/io-doriku-task-manager - Dropyour (io.dropyour/dropyour@1.2.0) Publish a self-contained HTML file to a stable public URL from your AI. Anonymous, EU-hosted. installs: remote:https://mcp.dropyour.io/mcp detail: https://mcpindex.ai/server/io-dropyour-dropyour - FixYourDocs (io.fixyourdocs/mcp-server@0.2.0) File structured docs-feedback reports to the FixYourDocs hub via a file_doc_feedback tool. installs: npm:@fixyourdocs/mcp-server detail: https://mcpindex.ai/server/io-fixyourdocs-mcp-server - io.github.0Mattias/bettermemory (io.github.0Mattias/bettermemory@5.3.0) Memory for coding agents, checked against the filesystem and git before it is believed. installs: pypi:bettermemory detail: https://mcpindex.ai/server/io-github-0mattias-bettermemory - io.github.0xka13b/ms-onedrive-mcp (io.github.0xka13b/ms-onedrive-mcp@1.0.1) Microsoft OneDrive MCP server — browse, read, and manage files and folders through Microsoft Graph. installs: npm:ms-onedrive-mcp detail: https://mcpindex.ai/server/io-github-0xka13b-ms-onedrive-mcp - Files (io.github.Abhishekkumar2021/files@0.2.0) Sandboxed local filesystem: read, search, edit, copy, archive, and safely manage files. installs: npm:@abhishekmcp/files detail: https://mcpindex.ai/server/io-github-abhishekkumar2021-files - Git (io.github.Abhishekkumar2021/git@0.2.0) Local Git via MCP: status, log, diff, file history, branches, and gated stage/commit. Pure-JS. installs: npm:@abhishekmcp/git detail: https://mcpindex.ai/server/io-github-abhishekkumar2021-git - agent-tools (x402 + MCP + A2A directory) (io.github.AgentTools-Cloud/agent-tools-mcp@0.2.0) Discover x402 services, MCP servers and A2A agents by intent — agent-tools.cloud directory. installs: pypi:agent-tools-mcp | remote:https://agent-tools.cloud/mcp-discovery/ detail: https://mcpindex.ai/server/io-github-agenttools-cloud-agent-tools-mcp - AitherOS ADK (io.github.Aitherium/aither-adk@3.1.0) Agent runtime with typed memory, knowledge and code graphs, plus file and web tools installs: pypi:aither-adk detail: https://mcpindex.ai/server/io-github-aitherium-aither-adk - io.github.AlexikM/gibil (io.github.AlexikM/gibil@0.5.1) Spawns an ephemeral Ubuntu VM with project clone, shell exec, file I/O, and auto-destroy on TTL. installs: npm:gibil detail: https://mcpindex.ai/server/io-github-alexikm-gibil - io.github.BasilSkyWalk/parecode (io.github.BasilSkyWalk/parecode@0.7.0) Token-aware ripgrep code search and atomic multi-file edits for coding agents. installs: npm:parecode detail: https://mcpindex.ai/server/io-github-basilskywalk-parecode - Haypile (io.github.BenyD/haypile@0.3.1) Hybrid search over your local documents, with file and page citations. One binary, fully local. installs: manual detail: https://mcpindex.ai/server/io-github-benyd-haypile - io.github.CSOAI-ORG/file-organizer-ai-mcp (io.github.CSOAI-ORG/file-organizer-ai-mcp@1.0.4) file-organizer-ai-mcp MCP server by MEOK AI Labs installs: pypi:file-organizer-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-file-organizer-ai-mcp - io.github.CSOAI-ORG/meok-mcp-test-mcp (io.github.CSOAI-ORG/meok-mcp-test-mcp@1.0.3) MEOK MCP Test MCP — golden-file + schema-drift + tool-failure tests for any MCP server. Drop-in installs: pypi:meok-mcp-test-mcp | remote:https://api.meok.ai/v1/dev/meok-mcp-test detail: https://mcpindex.ai/server/io-github-csoai-org-meok-mcp-test-mcp - Agent Coherence — Stale Write Guard (FS) (io.github.Cohexa-ai/stale-write-guard-fs@0.13.0) Coherence guard for shared files: denies stale writes so agents don't silently overwrite each other. installs: pypi:agent-coherence detail: https://mcpindex.ai/server/io-github-cohexa-ai-stale-write-guard-fs - io.github.Digital-Defiance/mcp-filesystem (io.github.Digital-Defiance/mcp-filesystem@0.1.9) Advanced filesystem operations with strict security boundaries for AI agents installs: npm:@ai-capabilities-suite/mcp-filesystem detail: https://mcpindex.ai/server/io-github-digital-defiance-mcp-filesystem - io.github.Easysend-co/easysend (io.github.Easysend-co/easysend@1.0.1) EasySend file sharing MCP server - upload, download and share files. No authentication required. installs: npm:easysend-mcp detail: https://mcpindex.ai/server/io-github-easysend-co-easysend - GuruPDF (io.github.GuruPDF/gurupdf-mcp@0.1.4) Convert, compress & merge PDFs and 100+ file formats from any AI agent. By GuruPDF. installs: npm:gurupdf-mcp detail: https://mcpindex.ai/server/io-github-gurupdf-gurupdf-mcp - Agent Workspace MCP (io.github.HrRodan/agent-workspace-mcp@1.4.79) A sandboxed, agentic workspace providing secure filesystem, bash, and uv-powered Python execution. installs: docker:ghcr.io/hrrodan/agent-workspace-mcp:1.4.79 detail: https://mcpindex.ai/server/io-github-hrrodan-agent-workspace-mcp - HeyClaude — Claude & AI workflow directory (io.github.JSONbored/heyclaude@0.4.0) Search the HeyClaude directory of Claude Code agents, MCP servers, skills, and tools. installs: npm:@heyclaude/mcp | remote:https://heyclau.de/api/mcp detail: https://mcpindex.ai/server/io-github-jsonbored-heyclaude - io.github.Jackalope-Dev/allmcps-server (io.github.Jackalope-Dev/allmcps-server@2.0.1) Search, browse, and submit MCP servers to the AllMCPs.com directory. installs: npm:allmcps-server detail: https://mcpindex.ai/server/io-github-jackalope-dev-allmcps-server - Apple Files (io.github.JonathanRReed/apple-files-mcp@1.0.2) Inspect and manage local files and folders inside allowed roots on macOS. installs: pypi:apple-files-mcp detail: https://mcpindex.ai/server/io-github-jonathanrreed-apple-files-mcp - io.github.Kavachh/agent-guard-mcp (io.github.Kavachh/agent-guard-mcp@0.2.0) Git-aware safe file ops for AI agents: delete anything except git-tracked source code. installs: manual detail: https://mcpindex.ai/server/io-github-kavachh-agent-guard-mcp - io.github.KitDevUA/video-vision-mcp (io.github.KitDevUA/video-vision-mcp@0.5.1) Analyze any video (local file or URL) into frames + transcript for Claude Code installs: pypi:video-vision-mcp detail: https://mcpindex.ai/server/io-github-kitdevua-video-vision-mcp - Frenchie (io.github.Lab94/frenchie-skill@0.5.0) OCR, transcription, file extraction, and image generation for AI agents via MCP. installs: npm:@lab94/frenchie | remote:https://mcp.getfrenchie.dev detail: https://mcpindex.ai/server/io-github-lab94-frenchie-skill - LocalSynapse - Local File Search MCP Server (io.github.LocalSynapse/LocalSynapse-mcp@2.1.0) Offline AI-powered local file search. BM25 + semantic hybrid search across all documents. installs: manual detail: https://mcpindex.ai/server/io-github-localsynapse-localsynapse-mcp--ab8a0ea67c185ea9 - LocalSynapse - Local File Search MCP Server (io.github.LocalSynapse/localsynapse-mcp@2.1.0) Offline AI-powered local file search. BM25 + semantic hybrid search across all documents. installs: manual detail: https://mcpindex.ai/server/io-github-localsynapse-localsynapse-mcp--bb001f1944247a52 - Wild Wallet — where agents get a body (io.github.MCFLAMINGO/wildwallet@0.28.1) Agents browse Wild Wallet bodies + closets and file human-approved merge requests. installs: remote:https://wildwallet.ai/mcp detail: https://mcpindex.ai/server/io-github-mcflamingo-wildwallet - io.github.Michael-WhiteCapData/tablebridge-mcp (io.github.Michael-WhiteCapData/tablebridge-mcp@0.1.1) Query a folder of CSV / Parquet / JSON files with SQL — one queryable source, read-only. installs: pypi:tablebridge detail: https://mcpindex.ai/server/io-github-michael-whitecapdata-tablebridge-mcp - Octofs (io.github.Muvon/octofs@0.9.0) Standalone MCP filesystem tools server — view, edit, shell, workdir. installs: npm:@muvon/octofs detail: https://mcpindex.ai/server/io-github-muvon-octofs - Orchard — Agentic Cloud Backend (io.github.Nicha404/orchard@0.1.1) Managed database, auth, file storage, email, analytics, and deployment for coding agents. installs: remote:https://orchard-mcp.orchardagentic.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-nicha404-orchard - io.github.NikolaNddTesla/sshmcp (io.github.NikolaNddTesla/sshmcp@1.2.1) SSH server management with zero-token SFTP file transfer and SOCKS proxy support installs: npm:@nl4ever/sshmcp detail: https://mcpindex.ai/server/io-github-nikolanddtesla-sshmcp - io.github.Octonove/crbro-memory (io.github.Octonove/crbro-memory@1.4.0) Persistent file-based memory for AI agents: inspectable, versionable, fully local. installs: npm:crbro-memory detail: https://mcpindex.ai/server/io-github-octonove-crbro-memory - io.github.OguntolaIbrahim/image-viewer (io.github.OguntolaIbrahim/image-viewer@1.0.1) InChat Image Viewer MCP - View images inline in AI chat by just providing the file path installs: npm:inchat-image-viewer-mcp detail: https://mcpindex.ai/server/io-github-oguntolaibrahim-image-viewer - FileSystem MCP Server (io.github.Oncorporation/filesystem-server@0.1.3) Secure filesystem access for AI agents with configurable directory and file type restrictions installs: pypi:vs-filesystem-mcp-server detail: https://mcpindex.ai/server/io-github-oncorporation-filesystem-server - Orphograph (io.github.Orphograph/orphograph@0.1.0) Anchor a file's SHA-256 fingerprint to Bitcoin. The file never leaves the device. installs: manual detail: https://mcpindex.ai/server/io-github-orphograph-orphograph - io.github.RudrenduPaul/evolveguard (io.github.RudrenduPaul/evolveguard@0.1.4) Wraps the evolveguard CLI as a single generic MCP tool for agent-skill file safety checks. installs: pypi:evolveguard-cli detail: https://mcpindex.ai/server/io-github-rudrendupaul-evolveguard - io.github.RudrenduPaul/graphkeeper (io.github.RudrenduPaul/graphkeeper@0.1.5) Mines git history for file co-change patterns into a queryable knowledge graph via MCP. installs: pypi:graphkeeper-cli detail: https://mcpindex.ai/server/io-github-rudrendupaul-graphkeeper - io.github.SPAZIO-GENESI/attest-mcp-remote (io.github.SPAZIO-GENESI/attest-mcp-remote@1.0.0) Zero-install remote MCP server for proof-of-existence file attestation. installs: remote:https://attest-mcp-remote.it-e3f.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-spazio-genesi-attest-mcp-remote - Agent Reputation (io.github.SamyTouri/agent-hub@1.13.0) Complaint registry for paid agent transactions - check a seller before you pay, or file your own. installs: remote:https://agentreputation.dev/api/mcp detail: https://mcpindex.ai/server/io-github-samytouri-agent-hub - io.github.SeanFDZ/agentbridge (io.github.SeanFDZ/agentbridge@1.0.2) Control Classic Mac OS (System 7-9) from AI agents via shared folder protocol. installs: npm:classic-mac-mcp detail: https://mcpindex.ai/server/io-github-seanfdz-agentbridge - shuck-file (io.github.Shan-Zhu/shuck-file@2.0.4) Any file in, Markdown out — read only what matters. installs: pypi:shuck-file detail: https://mcpindex.ai/server/io-github-shan-zhu-shuck-file - io.github.Shweta-Mishra-ai/tokenmizer (io.github.Shweta-Mishra-ai/tokenmizer@0.3.1) Graph-backed session memory for LLMs: checkpoint, resume, file analysis, token-savings stats. installs: pypi:tokenmizer detail: https://mcpindex.ai/server/io-github-shweta-mishra-ai-tokenmizer - io.github.Sndevore77/glp1search (io.github.Sndevore77/glp1search@2.0.1) GLP-1 provider directory, peptide database, and medication comparison tools. installs: npm:@seraviahealth/glp1search-mcp detail: https://mcpindex.ai/server/io-github-sndevore77-glp1search - io.github.TurkerYakup/mcp-server-google-antigravity (io.github.TurkerYakup/mcp-server-google-antigravity@1.0.2) MCP server exposing Google Antigravity (agy CLI / Gemini): jobs, codebase analysis, file tools. installs: npm:mcp-server-google-antigravity detail: https://mcpindex.ai/server/io-github-turkeryakup-mcp-server-google-antigravity - Workspace Export Writer (io.github.Wxt-ai/workspace-note-path-workbench@1.0.4) Write a workspace export file installs: remote:https://antibody-package-occasional-floppy.trycloudflare.com/mcp/workspace-note-path/downstream detail: https://mcpindex.ai/server/io-github-wxt-ai-workspace-note-path-workbench - Salesforce Cloud (io.github.aaronsb/salesforce-cloud@0.5.0) Salesforce CRM integration — opportunities, accounts, SOQL, file downloads, analytics installs: npm:@aaronsb/salesforce-cloud-mcp detail: https://mcpindex.ai/server/io-github-aaronsb-salesforce-cloud - io.github.agntcy/dir-mcp (io.github.agntcy/dir-mcp@1.3.4) MCP server for working with OASF agent records in the Agntcy Directory. installs: docker:ghcr.io/agntcy/dir-mcp:1.3.4 detail: https://mcpindex.ai/server/io-github-agntcy-dir-mcp - DOS — the trust substrate for agent fleets (io.github.anthony-chaudhary/dos-kernel@0.30.0) Verify what agents actually shipped, arbitrate file collisions, refuse with structured reasons. installs: pypi:dos-kernel detail: https://mcpindex.ai/server/io-github-anthony-chaudhary-dos-kernel - Oracle Forms (io.github.aoreshkov/oracle-forms-mcp@0.6.0) Serves Oracle Forms module content (.fmb/.mmb/.pll/.olb) from a directory to MCP clients. installs: docker:ghcr.io/aoreshkov/oracle-forms-mcp:0.6.0 detail: https://mcpindex.ai/server/io-github-aoreshkov-oracle-forms-mcp - TokenSave (io.github.aovestdipaperino/tokensave@4.0.2) Code intelligence for 15+ languages: semantic graph queries instead of file reads. 37 MCP tools. installs: manual detail: https://mcpindex.ai/server/io-github-aovestdipaperino-tokensave - DOMShell (io.github.apireno/domshell@2.0.9) Drive Chrome with filesystem commands (ls, cd, grep, click, type). One MCP tool, multi-agent. installs: npm:@apireno/domshell detail: https://mcpindex.ai/server/io-github-apireno-domshell - llmsmap.me International Directory (io.github.arseniigruzdev/llmsmap@1.0.0) Read-only search and discovery for the international llms.txt directory maintained by llmsmap.me. installs: remote:https://llmsmap.me/api/mcp/ detail: https://mcpindex.ai/server/io-github-arseniigruzdev-llmsmap - Marrow (io.github.aryawidjaja/marrow@0.8.0) Shared memory for parallel AI coding agents. Local, free, with rooms and file claims. installs: manual detail: https://mcpindex.ai/server/io-github-aryawidjaja-marrow - Expense (io.github.assaf/expense@1.0.0) Receipt tracker with no friction: receipts arrive by email and file themselves installs: remote:https://expense.labnotes.org/mcp detail: https://mcpindex.ai/server/io-github-assaf-expense - io.github.assafbar2/agentswitchboard (io.github.assafbar2/agentswitchboard@1.0.0) Search a curated directory of 300+ verified AI agents, MCP servers, and agentic tools. installs: remote:https://agentswitchboard.dev/api/mcp detail: https://mcpindex.ai/server/io-github-assafbar2-agentswitchboard - io.github.astrogilda/waitbus (io.github.astrogilda/waitbus@0.2.0) Workstation-local event bus: agents wait on or emit CI/pytest/Docker/filesystem events, no polling. installs: pypi:waitbus detail: https://mcpindex.ai/server/io-github-astrogilda-waitbus - io.github.beneb89/changegamer (io.github.beneb89/changegamer@1.0.2) Agent-first resource directory for AI agents: protocols, security, RAG, memory, evals, and more. installs: remote:https://changegamer.ai/mcp detail: https://mcpindex.ai/server/io-github-beneb89-changegamer - kObsidian (io.github.bezata/kobsidian-mcp@0.2.1) Filesystem-first MCP for Obsidian — an LLM-maintained wiki inspired by Karpathy's LLM Wiki. installs: npm:kobsidian-mcp detail: https://mcpindex.ai/server/io-github-bezata-kobsidian-mcp - KiCad Copilot (io.github.biosshot/kicad-copilot@0.1.0) File-oriented MCP server for KiCad schematics, PCB placement, routing, and pours. installs: npm:kicad-copilot-mcp detail: https://mcpindex.ai/server/io-github-biosshot-kicad-copilot - BMLT Meetings (io.github.bmlt-enabled/bmlt-server-mcp@0.3.0) Search Narcotics Anonymous meetings worldwide via the BMLT directory. installs: remote:https://mcp.bmlt.app/mcp detail: https://mcpindex.ai/server/io-github-bmlt-enabled-bmlt-server-mcp - io.github.brunosrz/vectora (io.github.brunosrz/vectora@0.1.0rc3) AI assistant with RAG, web search, filesystem and memory. MCP sub-agent for Claude Code. installs: pypi:vectora-agent detail: https://mcpindex.ai/server/io-github-brunosrz-vectora - Unity AI Bridge (io.github.butterlatte-zhang/unity-ai-bridge@1.0.0) Remote-control Unity Editor from any AI IDE via file-based IPC. 62 tools, zero dependencies. installs: manual detail: https://mcpindex.ai/server/io-github-butterlatte-zhang-unity-ai-bridge - io.github.bytedance/mcp-server-filesystem (io.github.bytedance/mcp-server-filesystem@1.0.0) MCP server for filesystem access installs: npm:@agent-infra/mcp-server-filesystem detail: https://mcpindex.ai/server/io-github-bytedance-mcp-server-filesystem - io.github.cassilup/filewash (io.github.cassilup/filewash@0.1.0) Privacy-first file tools for AI agents — PDF & image ops, metadata scrubbing, background removal. installs: npm:@fixpixel/filewash-api detail: https://mcpindex.ai/server/io-github-cassilup-filewash - io.github.codespar/mcp-rinne (io.github.codespar/mcp-rinne@0.1.0) Brazilian card acquiring API — merchants, cards-on-file, 3DS, PIX, banking, pricing. installs: npm:@codespar/mcp-rinne detail: https://mcpindex.ai/server/io-github-codespar-mcp-rinne - WinBridgeAgent (io.github.codyard/winbridgeagent@0.5.0) Open-source Windows MCP server for AI assistants. File, clipboard, screenshot, process & power mgmt. installs: manual detail: https://mcpindex.ai/server/io-github-codyard-winbridgeagent - io.github.colapsis/transfa (io.github.colapsis/transfa@1.0.1) Upload any file, get a signed link. SHA-256 verified, TTL-enforced, no account required. installs: npm:transfa-mcp detail: https://mcpindex.ai/server/io-github-colapsis-transfa - Context Lens (io.github.cornelcroi/context-lens@0.1.8) Semantic search knowledge base with serverless LanceDB. Zero setup, 100% local, 25+ file types installs: pypi:context-lens detail: https://mcpindex.ai/server/io-github-cornelcroi-context-lens - Cairn (io.github.cybort360/cairn-mcp@0.1.2) Log Claude Code work sessions, file edits, and tasks to your Cairn account. installs: pypi:cairn-mcp detail: https://mcpindex.ai/server/io-github-cybort360-cairn-mcp - hledit MCP (io.github.dabito/hledit-mcp@0.1.4) Hash-anchored file edits for MCP clients. Rejects stale writes before they happen. installs: npm:hledit-mcp detail: https://mcpindex.ai/server/io-github-dabito-hledit-mcp - io.github.dailyaiagents-cpu/monthly-update-detector (io.github.dailyaiagents-cpu/monthly-update-detector@0.1.0) "Nightly 03:00 CT scan: identifies skills whose newest file mtime crossed 25 days installs: manual detail: https://mcpindex.ai/server/io-github-dailyaiagents-cpu-monthly-update-detector - io.github.dailyaiagents-cpu/skill-coverage-monitor (io.github.dailyaiagents-cpu/skill-coverage-monitor@0.1.0) Walks every skill directory in skills/ and ~/.openclaw/skills/, validates each has SOUL.md (voice... installs: manual detail: https://mcpindex.ai/server/io-github-dailyaiagents-cpu-skill-coverage-monitor - io.github.dasasian/gdocs-mcp (io.github.dasasian/gdocs-mcp@0.1.1) Treat a Google Doc like a local file: content editing, tracked-changes review, comments, tables. installs: npm:@dasasian/gdocs-mcp detail: https://mcpindex.ai/server/io-github-dasasian-gdocs-mcp - Payaion (io.github.defdone/payaion@1.0.5) Agent file transfer. No API key to start; price downloads in USDC on Base. installs: npm:@payaion/mcp | pypi:payaion-mcp detail: https://mcpindex.ai/server/io-github-defdone-payaion - HyperStore (io.github.deficlow/hyperstore-mcp@0.1.1) Search and inspect 6,500+ curated AI apps from the HyperStore directory. installs: pypi:hyperstore-mcp | docker:ghcr.io/deficlow/hyperstore-mcp:0.1.1 | remote:https://mcp.store.hypergpt.ai/mcp detail: https://mcpindex.ai/server/io-github-deficlow-hyperstore-mcp - MCP File Tools (io.github.dimitar-grigorov/mcp-file-tools@3.3.0) Non-UTF-8 files: CP1251, CP1252, KOI8, ISO-8859, UTF-16, GBK auto-detected and preserved installs: manual detail: https://mcpindex.ai/server/io-github-dimitar-grigorov-mcp-file-tools - GLM MCP (io.github.djerok/glm-mcp@1.3.0) GLM (Zhipu/Z.ai) as a ~10x cheaper file-editing subagent for AI coding agents. installs: npm:glm-mcp detail: https://mcpindex.ai/server/io-github-djerok-glm-mcp - io.github.dockster/uxspot-mcp (io.github.dockster/uxspot-mcp@1.1.0) uxspot.io UX reference: glossary, AI x UX tools directory, checklists and Learn UX curriculum installs: remote:https://uxspot.io/mcp detail: https://mcpindex.ai/server/io-github-dockster-uxspot-mcp - Filesystem (io.github.domdomegg/filesystem-mcp@1.3.0) Read, create, and edit files. installs: npm:filesystem-mcp detail: https://mcpindex.ai/server/io-github-domdomegg-filesystem-mcp - Google Drive (io.github.domdomegg/google-drive-mcp@1.3.0) Allow AI systems to list, search, upload, download, and manage files and folders in Google Drive. installs: npm:google-drive-mcp detail: https://mcpindex.ai/server/io-github-domdomegg-google-drive-mcp - LDAP Assistant MCP (io.github.droideck/ldap-assistant-mcp@0.5.0) MCP server for 389 Directory Server health diagnostics, log analysis, and SOS-report investigation installs: pypi:ldap-assistant-mcp detail: https://mcpindex.ai/server/io-github-droideck-ldap-assistant-mcp - io.github.eaisdevelopment/mcp-multi-edit (io.github.eaisdevelopment/mcp-multi-edit@0.2.7) Atomic multi-file find-and-replace by Essential AI Solutions (essentialai.uk) installs: npm:@essentialai/mcp-multi-edit detail: https://mcpindex.ai/server/io-github-eaisdevelopment-mcp-multi-edit - Memory Fabric (io.github.elViRafa/memory-fabric@1.2.2) File-first, local-first MCP memory for AI coding assistants: Markdown + YAML, no vector DB. installs: pypi:memory-fabric detail: https://mcpindex.ai/server/io-github-elvirafa-memory-fabric - Umbra (io.github.elberacasa/umbra@1.2.0) Trust score for AI-generated code: scan repos, guard agent file writes, get a 0-100 score. installs: npm:@elberacasa/umbra detail: https://mcpindex.ai/server/io-github-elberacasa-umbra - Everything File Search (io.github.elis132/everything-mcp@1.0.6) Lightning-fast Windows file search for AI agents via voidtools Everything's real-time NTFS index installs: pypi:everything-mcp detail: https://mcpindex.ai/server/io-github-elis132-everything-mcp - ellmos FileCommander (io.github.ellmos-ai/ellmos-filecommander-mcp@1.9.3) Filesystem MCP server: files, processes, sessions, async search, OCR, archives, safe delete. installs: npm:ellmos-filecommander-mcp detail: https://mcpindex.ai/server/io-github-ellmos-ai-ellmos-filecommander-mcp - TweekIT MCP Server (io.github.equilibrium-team/tweekit@1.6.1) Normalize and convert more than 400 file types via TweekIT's hosted MCP streamable HTTP endpoint. installs: remote:https://mcp.tweekit.io/mcp detail: https://mcpindex.ai/server/io-github-equilibrium-team-tweekit - io.github.eutech-directory/legis-link (io.github.eutech-directory/legis-link@0.6.0) Construction compliance AI. Wire sizing, load calc, battery clearance. AU, USA, CA, UK, EU. installs: npm:legis-link-mcp detail: https://mcpindex.ai/server/io-github-eutech-directory-legis-link - io.github.fieldcure/essentials (io.github.fieldcure/essentials@2.6.1) Essential MCP server: HTTP, web search, downloads, Wolfram|Alpha, shell, JS, file I/O, memory. installs: manual detail: https://mcpindex.ai/server/io-github-fieldcure-essentials - io.github.fieldcure/filesystem (io.github.fieldcure/filesystem@1.1.2) Secure MCP server for sandboxed filesystem operations with document parsing support. installs: manual detail: https://mcpindex.ai/server/io-github-fieldcure-filesystem - io.github.file-kiwi/filekiwi-mcp-server (io.github.file-kiwi/filekiwi-mcp-server@1.0.10) Upload files to file.kiwi and get shareable links instantly. installs: npm:@file-kiwi/filekiwi-mcp-server detail: https://mcpindex.ai/server/io-github-file-kiwi-filekiwi-mcp-server - io.github.fkom13/mcp-sftp-orchestrator (io.github.fkom13/mcp-sftp-orchestrator@8.0.4) Serveur MCP pour l'orchestration de tâches distantes (SSH/SFTP) avec une file d'attente persistante. installs: npm:mcp-orchestrator-server detail: https://mcpindex.ai/server/io-github-fkom13-mcp-sftp-orchestrator - File AI (io.github.flyfish-dev/file-ai@0.1.1) Agent-ready local document context with stable anchors. installs: npm:@flyfish-dev/file-ai detail: https://mcpindex.ai/server/io-github-flyfish-dev-file-ai - io.github.geraservicesuk/mcp-gerasure (io.github.geraservicesuk/mcp-gerasure@0.1.1) Microinsurance: get quotes, buy policies, file claims, manage coverage. 50+ countries. installs: npm:@gera-services/mcp-gerasure detail: https://mcpindex.ai/server/io-github-geraservicesuk-mcp-gerasure - io.github.getjoystick/nanobanana-mcp (io.github.getjoystick/nanobanana-mcp@0.1.2) Lean MCP server for Google's Nano Banana (Gemini) image models. Returns file paths, not base64. installs: npm:@nanobanana/mcp detail: https://mcpindex.ai/server/io-github-getjoystick-nanobanana-mcp - io.github.getmasv/masv (io.github.getmasv/masv@0.0.5) Provides tools to use MASV API. MASV is reliable and secure large file transfer service. installs: npm:@getmasv/masv-mcp-server detail: https://mcpindex.ai/server/io-github-getmasv-masv - io.github.holiday-forever/holidayforever (io.github.holiday-forever/holidayforever@1.1.7) Searchable directory of Airbnb listings — discover properties and retrieve direct Airbnb links. installs: remote:https://holidayforeverphoto.vercel.app/mcp detail: https://mcpindex.ai/server/io-github-holiday-forever-holidayforever - io.github.holomodular/servicebricks (io.github.holomodular/servicebricks@0.1.0) Generate a ServiceBricks C# .NET microservice as a ZIP file. installs: remote:https://servicebricks.com/api/mcp detail: https://mcpindex.ai/server/io-github-holomodular-servicebricks - io.github.hostsmith/mcp-server (io.github.hostsmith/mcp-server@1.5.2) Deploy static sites on Hostsmith - give it a file, get a live HTTPS URL. EU/US residency. installs: npm:@hostsmith/mcp-server | remote:https://mcp.hostsmith.net/mcp detail: https://mcpindex.ai/server/io-github-hostsmith-mcp-server - Sandbox Env MCP (io.github.hs3434/sandbox-env-mcp@0.3.1) Persistent Docker/SSH sandbox for AI agents: shell exec, file ops, audit log. installs: pypi:sandbox-env-mcp detail: https://mcpindex.ai/server/io-github-hs3434-sandbox-env-mcp - io.github.humanpen/humanpen-mcp (io.github.humanpen/humanpen-mcp@1.4.1) Lower a Word/PowerPoint/PDF file's AI-detection score so it reads as human-written. installs: npm:humanpen-mcp detail: https://mcpindex.ai/server/io-github-humanpen-humanpen-mcp - io.github.huoshuiai42/huoshui-file-converter (io.github.huoshuiai42/huoshui-file-converter@1.0.0) An MCP server that provides document format conversion installs: pypi:huoshui-file-converter detail: https://mcpindex.ai/server/io-github-huoshuiai42-huoshui-file-converter - io.github.huoshuiai42/huoshui-file-search (io.github.huoshuiai42/huoshui-file-search@1.0.0) An MCP server that provides fast Spotlight file search capabilities for macOS installs: pypi:huoshui-file-search detail: https://mcpindex.ai/server/io-github-huoshuiai42-huoshui-file-search - io.github.huoshuiai42/huoshui-pdf-converter (io.github.huoshuiai42/huoshui-pdf-converter@1.0.0) An MCP server that provides PDF file conversion installs: pypi:huoshui-pdf-converter detail: https://mcpindex.ai/server/io-github-huoshuiai42-huoshui-pdf-converter - io.github.hwang-yh-cto/space-ocr (io.github.hwang-yh-cto/space-ocr@0.5.6) Verified OCR with per-value coordinates, plus a workspace agents can file documents into and query. installs: remote:https://mcp.space-ocr.com/mcp detail: https://mcpindex.ai/server/io-github-hwang-yh-cto-space-ocr - OfficeAgent.NET (io.github.ilia-sokolov/officeagent@0.2.1) Create and edit real Word documents (filesystem or SharePoint): typed change plans, tracked changes installs: manual detail: https://mcpindex.ai/server/io-github-ilia-sokolov-officeagent - io.github.infoinlet-marketplace/mcp-filesystem (io.github.infoinlet-marketplace/mcp-filesystem@0.1.1) Hardened filesystem for AI agents — jailed root, read-only default, traversal/symlink-safe. installs: npm:@infoinlet/mcp-filesystem detail: https://mcpindex.ai/server/io-github-infoinlet-marketplace-mcp-filesystem - CLIO Parallel Sort (io.github.iowarp/parallel-sort-mcp@2.2.3) Parallel Sort MCP - High-Performance Log File Processing for LLMs with advanced sorting and analysis installs: pypi:clio-kit detail: https://mcpindex.ai/server/io-github-iowarp-parallel-sort-mcp - io.github.j0hanz/filesystem-context (io.github.j0hanz/filesystem-context@1.0.9) 🔍 Read-only MCP server for secure filesystem exploration, searching, and analysis installs: npm:@j0hanz/filesystem-context-mcp detail: https://mcpindex.ai/server/io-github-j0hanz-filesystem-context - Filesystem MCP (io.github.j0hanz/filesystem-mcp@1.19.1) Secure filesystem MCP server for reading, writing, searching, diffing, and patching files. installs: npm:@j0hanz/filesystem-mcp | docker:ghcr.io/j0hanz/filesystem-mcp:1.19.1 detail: https://mcpindex.ai/server/io-github-j0hanz-filesystem-mcp - xProof (io.github.jasonxkensei/xproof@1.2.0) Proof primitive for AI agents on MultiversX. Anchor file hashes on-chain as verifiable proofs. installs: remote:https://xproof.app/mcp detail: https://mcpindex.ai/server/io-github-jasonxkensei-xproof - io.github.jcc-ne/mcp-skill-server (io.github.jcc-ne/mcp-skill-server@0.1.2) An MCP server that mounts your skill directory and add deterministic entry for deployment installs: pypi:mcp-skill-server detail: https://mcpindex.ai/server/io-github-jcc-ne-mcp-skill-server - io.github.jdhart81/agent-identity-registry (io.github.jdhart81/agent-identity-registry@0.1.1) Verifiable agent DIDs + capability discovery — the passport & directory of the A2A economy. installs: remote:https://mcp.viridisconservation.com/identity/mcp detail: https://mcpindex.ai/server/io-github-jdhart81-agent-identity-registry - io.github.jdhart81/verdigraph (io.github.jdhart81/verdigraph@0.1.0) Verifiable cognition: any agent file to a deterministic content-addressed brain_id. installs: remote:https://mcp.viridisconservation.com/verdigraph/mcp detail: https://mcpindex.ai/server/io-github-jdhart81-verdigraph - jDataMunch MCP (io.github.jgravelle/jdatamunch-mcp@1.31.6) Tabular data retrieval. Index CSV/Excel, query rows, aggregate. 99%+ savings vs raw file reads. installs: pypi:jdatamunch-mcp detail: https://mcpindex.ai/server/io-github-jgravelle-jdatamunch-mcp - io.github.joinwell52-AI/fcop (io.github.joinwell52-AI/fcop@3.2.5) FCoP 3.2.5 MCP server: 45 tools (tier:L1/L2/L3) for file-based multi-agent coordination. installs: pypi:fcop-mcp detail: https://mcpindex.ai/server/io-github-joinwell52-ai-fcop - io.github.joshmsimpson/exiftool (io.github.joshmsimpson/exiftool@0.1.6) Read, write, and remove metadata from 150+ file formats using ExifTool installs: pypi:exiftool-mcp detail: https://mcpindex.ai/server/io-github-joshmsimpson-exiftool - Aclimação (io.github.junoventures/aclimacao-sampa-br@1.0.0) Aclimação — neighborhood directory: local places, events, menus, offers, and services. installs: remote:https://aclimacao.sampa.br/mcp detail: https://mcpindex.ai/server/io-github-junoventures-aclimacao-sampa-br - Bogeyland (io.github.junoventures/bogeyland-golf@1.0.0) Bogeyland — directory of places, events, and listings. installs: remote:https://www.bogeyland.golf/mcp detail: https://mcpindex.ai/server/io-github-junoventures-bogeyland-golf - Bom Retiro (io.github.junoventures/bomretiro-sampa-br@1.0.0) Bom Retiro — neighborhood directory: local places, events, menus, offers, and services. installs: remote:https://bomretiro.sampa.br/mcp detail: https://mcpindex.ai/server/io-github-junoventures-bomretiro-sampa-br - Campo Belo (io.github.junoventures/campobelo-sampa-br@1.0.0) Campo Belo — neighborhood directory: local places, events, menus, offers, and services. installs: remote:https://campobelo.sampa.br/mcp detail: https://mcpindex.ai/server/io-github-junoventures-campobelo-sampa-br - Centro (io.github.junoventures/centro-sampa-br@1.0.0) Centro — neighborhood directory: local places, events, menus, offers, and services. installs: remote:https://centro.sampa.br/mcp detail: https://mcpindex.ai/server/io-github-junoventures-centro-sampa-br - DOJO+ (io.github.junoventures/dojoplus-co@1.0.0) DOJO+ — directory of martial arts schools, classes, instructors, ranks, and events. installs: remote:https://www.dojoplus.co/mcp detail: https://mcpindex.ai/server/io-github-junoventures-dojoplus-co - Filipe Coffee (io.github.junoventures/filipe-coffee@1.0.0) Filipe Coffee — directory of places, events, and listings. installs: remote:https://www.filipe.coffee/mcp detail: https://mcpindex.ai/server/io-github-junoventures-filipe-coffee - Genesis Social (io.github.junoventures/genesis-social@1.0.0) Genesis Social — directory of places, events, and listings. installs: remote:https://www.genesis.social/mcp detail: https://mcpindex.ai/server/io-github-junoventures-genesis-social - Gracie Barra Jiu-Jitsu (io.github.junoventures/graciebarrajiujitsu-site@1.0.0) Gracie Barra Jiu-Jitsu — directory of martial arts schools, classes, instructors, ranks, and events. installs: remote:https://www.graciebarrajiujitsu.site/mcp detail: https://mcpindex.ai/server/io-github-junoventures-graciebarrajiujitsu-site - Interlagos (io.github.junoventures/interlagos-sampa-br@1.0.0) Interlagos — neighborhood directory: local places, events, menus, offers, and services. installs: remote:https://interlagos.sampa.br/mcp detail: https://mcpindex.ai/server/io-github-junoventures-interlagos-sampa-br - Itaim Bibi (io.github.junoventures/itaimbibi-sampa-br@1.0.0) Itaim Bibi — neighborhood directory: local places, events, menus, offers, and services. installs: remote:https://itaimbibi.sampa.br/mcp detail: https://mcpindex.ai/server/io-github-junoventures-itaimbibi-sampa-br - Jardins (io.github.junoventures/jardins-sampa-br@1.0.0) Jardins — neighborhood directory: local places, events, menus, offers, and services. installs: remote:https://jardins.sampa.br/mcp detail: https://mcpindex.ai/server/io-github-junoventures-jardins-sampa-br - Moema (io.github.junoventures/moema-sampa-br@1.0.0) Moema — neighborhood directory: local places, events, menus, offers, and services. installs: remote:https://moema.sampa.br/mcp detail: https://mcpindex.ai/server/io-github-junoventures-moema-sampa-br - MONO Social (io.github.junoventures/mono-juno-ventures@1.0.0) MONO Social — directory of places, events, and listings. installs: remote:https://mono.juno.ventures/mcp detail: https://mcpindex.ai/server/io-github-junoventures-mono-juno-ventures - Olé Futebol (io.github.junoventures/olefutebol-com-br@1.0.0) Olé Futebol — directory of places, events, and listings. installs: remote:https://www.olefutebol.com.br/mcp detail: https://mcpindex.ai/server/io-github-junoventures-olefutebol-com-br - Paraíso (io.github.junoventures/paraiso-sampa-br@1.0.0) Paraíso — neighborhood directory: local places, events, menus, offers, and services. installs: remote:https://paraiso.sampa.br/mcp detail: https://mcpindex.ai/server/io-github-junoventures-paraiso-sampa-br - Pinheiros (io.github.junoventures/pinheiros-sampa-br@1.0.0) Pinheiros — neighborhood directory: local places, events, menus, offers, and services. installs: remote:https://pinheiros.sampa.br/mcp detail: https://mcpindex.ai/server/io-github-junoventures-pinheiros-sampa-br - Tatuapé (io.github.junoventures/tatuape-sampa-br@1.0.0) Tatuapé — neighborhood directory: local places, events, menus, offers, and services. installs: remote:https://www.tatuape.sampa.br/mcp detail: https://mcpindex.ai/server/io-github-junoventures-tatuape-sampa-br - Vila Buarque (io.github.junoventures/vilabuarque-sampa-br@1.0.0) Vila Buarque — neighborhood directory: local places, events, menus, offers, and services. installs: remote:https://vilabuarque.sampa.br/mcp detail: https://mcpindex.ai/server/io-github-junoventures-vilabuarque-sampa-br - Vila Madalena (io.github.junoventures/vilamadalena-sampa-br@1.0.0) Vila Madalena — neighborhood directory: local places, events, menus, offers, and services. installs: remote:https://vilamadalena.sampa.br/mcp detail: https://mcpindex.ai/server/io-github-junoventures-vilamadalena-sampa-br - Vila Mariana (io.github.junoventures/vilamariana-sampa-br@1.0.0) Vila Mariana — neighborhood directory: local places, events, menus, offers, and services. installs: remote:https://vilamariana.sampa.br/mcp detail: https://mcpindex.ai/server/io-github-junoventures-vilamariana-sampa-br - io.github.justinmont84/loyaltyvip (io.github.justinmont84/loyaltyvip@1.0.1) U.S. casino directory + a player's loyalty data, comps, tiers, and gambling tax docs. installs: npm:@loyaltyvip/mcp | remote:https://loyaltyvip.com/mcp detail: https://mcpindex.ai/server/io-github-justinmont84-loyaltyvip - agent-tool (io.github.knewstimek/agent-tool@0.4.2) Encoding-aware, indentation-smart file tools for AI coding agents with SSH, SFTP, and 20+ tools. installs: manual detail: https://mcpindex.ai/server/io-github-knewstimek-agent-tool - io.github.kridaydave/file-organizer (io.github.kridaydave/file-organizer@2.1.0) Security-hardened file organizer with smart categorization and duplicate detection installs: manual detail: https://mcpindex.ai/server/io-github-kridaydave-file-organizer - Hex Line (io.github.levnikolaevich/hex-line-mcp@1.31.0) Hash-verified file editing MCP server with token efficiency hook for AI coding agents. installs: npm:@levnikolaevich/hex-line-mcp detail: https://mcpindex.ai/server/io-github-levnikolaevich-hex-line-mcp - io.github.lightnet19/stb-mcp-server (io.github.lightnet19/stb-mcp-server@0.1.1) MCP server untuk kelola server STB Armbian: system info, Docker, AdGuard, file ops via SSH. installs: pypi:stb-mcp-server detail: https://mcpindex.ai/server/io-github-lightnet19-stb-mcp-server - io.github.louis49/melchizedek (io.github.louis49/melchizedek@1.0.2) Persistent memory for Claude Code — offline, single-file, hybrid search. installs: npm:melchizedek detail: https://mcpindex.ai/server/io-github-louis49-melchizedek - Cairn (io.github.luckyjackluo/cairn@0.2.0) Local-first file-organization tools for your AI agent: tag, query, and digest a folder. No cloud. installs: pypi:cairn-mcp-server detail: https://mcpindex.ai/server/io-github-luckyjackluo-cairn - BACH FileCommander (io.github.lukisch/bach-filecommander-mcp@1.7.0) 43 tools for filesystem, process management, sessions, search, OCR, ZIP, and PDF export. installs: npm:bach-filecommander-mcp detail: https://mcpindex.ai/server/io-github-lukisch-bach-filecommander-mcp - io.github.marin1321/mcp-devtools (io.github.marin1321/mcp-devtools@1.0.1) MCP server giving AI agents safe access to filesystem, databases, processes, and APIs. installs: npm:@oscarmarin/mcp-devtools detail: https://mcpindex.ai/server/io-github-marin1321-mcp-devtools - CAD MCP Server (io.github.mattmohandiss/cad-mcp-server@0.6.1) STEP file inspection for AI. Measure walls, draft angles, clearances. Returns facts, not guesses. installs: npm:cad-mcp-server detail: https://mcpindex.ai/server/io-github-mattmohandiss-cad-mcp-server - Google Drive (io.github.mcp-z/mcp-drive@1.0.8) Google Drive integration with file operations, folder navigation, search, and sharing installs: npm:@mcp-z/mcp-drive detail: https://mcpindex.ai/server/io-github-mcp-z-mcp-drive - agent-godmode (io.github.mdvohra/agent-godmode@0.1.9) Sandboxed workspace MCP: file ops, argv-only run_command, list_files; BYO LLM prompts. installs: pypi:agent-godmode detail: https://mcpindex.ai/server/io-github-mdvohra-agent-godmode - Microsoft 365 SharePoint (io.github.mindstone/mcp-server-microsoft-sharepoint@0.2.1) Microsoft 365 SharePoint via Graph: sites, libraries, pages, lists, search, file/list mutations. installs: npm:@mindstone/mcp-server-microsoft-sharepoint detail: https://mcpindex.ai/server/io-github-mindstone-mcp-server-microsoft-sharepoint - CompShop (io.github.mkibrick/compshop@0.1.0) Search 350+ compensation surveys by industry, region, or job title. Independent directory. installs: remote:https://www.comp-shop.com/api/mcp detail: https://mcpindex.ai/server/io-github-mkibrick-compshop - Hashfile MCP (io.github.mrorigo/hashfile@0.3.0) Hash-anchored file editing with surgical precision over file editing and ironclad control of access installs: manual detail: https://mcpindex.ai/server/io-github-mrorigo-hashfile - io.github.n0zer0d4y/vulcan-file-ops (io.github.n0zer0d4y/vulcan-file-ops@1.1.4) MCP server for AI assistants: read, write, edit, and manage files securely on local filesystem. installs: npm:@n0zer0d4y/vulcan-file-ops detail: https://mcpindex.ai/server/io-github-n0zer0d4y-vulcan-file-ops - io.github.nakishiyaman/dig (io.github.nakishiyaman/dig@0.4.1) MCP server for code archaeology: git blame, file history, contributors, and co-change analysis installs: npm:mcp-server-dig detail: https://mcpindex.ai/server/io-github-nakishiyaman-dig - OWA Exchange MCP Server (io.github.nhype/owa-exchange-mcp@1.0.1) MCP server for Microsoft Exchange / OWA — email, calendar, directory, availability installs: pypi:exchange-mcp-server detail: https://mcpindex.ai/server/io-github-nhype-owa-exchange-mcp - fs-mcp-rs (io.github.nihmadev/fs-mcp-rs@1.2.4) A fast, configurable filesystem server for the Model Context Protocol (MCP), written in Rust. installs: npm:fs-mcp-rs detail: https://mcpindex.ai/server/io-github-nihmadev-fs-mcp-rs - io.github.nogoo9/mcp-server-cloud-fs (io.github.nogoo9/mcp-server-cloud-fs@0.7.0) Cloud replacement for mcp-server-filesystem — 20 tools for S3, Azure Blob, and GCS installs: npm:@nogoo9/mcp-server-cloud-fs detail: https://mcpindex.ai/server/io-github-nogoo9-mcp-server-cloud-fs - Paths-LE (io.github.nolindnaidoo/paths-le@2.2.4) Extract file and directory paths from config files and code, with their kind and position. installs: npm:paths-le-mcp detail: https://mcpindex.ai/server/io-github-nolindnaidoo-paths-le - io.github.noroshi-create/norolu-frameworks (io.github.noroshi-create/norolu-frameworks@0.1.3) Fill 3C / SWOT / MECE / OKR into your local file. Local-first, zero-trust strategy cockpit. installs: npm:norolu-frameworks-mcp detail: https://mcpindex.ai/server/io-github-noroshi-create-norolu-frameworks - io.github.npraught/orcpin (io.github.npraught/orcpin@0.3.1) Paid x402 facts for AI agents: on-chain snapshots, endpoint reliability, trade math, free directory installs: npm:orcpin-mcp detail: https://mcpindex.ai/server/io-github-npraught-orcpin - HORIZON SHIELD YAKUMO (verified contractor directory) (io.github.ogasurfproject-jpg/hs-hearing@2.2.0) Neutral, verification-gated MCP directory of Japan construction contractors (KIRA-audited). installs: remote:https://hearing.horizonshield.dev/mcp detail: https://mcpindex.ai/server/io-github-ogasurfproject-jpg-hs-hearing - io.github.onepunchtechnology/glassypic (io.github.onepunchtechnology/glassypic@2.0.2) AI image processing: upscale, resize, crop, compress, convert file format, and generate SEO metadata installs: npm:@glassypic/mcp-server | remote:https://app.glassypic.com/mcp detail: https://mcpindex.ai/server/io-github-onepunchtechnology-glassypic - io.github.ooples/token-optimizer-mcp (io.github.ooples/token-optimizer-mcp@5.1.1) Context-window optimization: caching, compression & smart file tools that cut tokens 60-90%. installs: npm:@ooples/token-optimizer-mcp detail: https://mcpindex.ai/server/io-github-ooples-token-optimizer-mcp - io.github.openpouch/openpouch (io.github.openpouch/openpouch@0.4.0) Agent-native hosting: deploy any folder to a live URL in one command. No approve tool. installs: npm:@openpouch/mcp detail: https://mcpindex.ai/server/io-github-openpouch-openpouch - NIRA File Intel MCP (io.github.pachote/nira-file-intel@1.0.1) Smart file intelligence for Claude — search, deduplicate, organize, and analyze files installs: pypi:nira-file-intel detail: https://mcpindex.ai/server/io-github-pachote-nira-file-intel - Patchloom (io.github.patchloom/patchloom@0.28.0) Agent-safe structured edits: JSON/YAML/TOML/md/AST, dry-run, batch/tx. Not a filesystem MCP. installs: npm:patchloom detail: https://mcpindex.ai/server/io-github-patchloom-patchloom - Apis Guru (io.github.pipeworx-io/apis-guru@0.1.0) APIs.guru MCP — keyless directory of 2,500+ public APIs and their OpenAPI specs. installs: remote:https://gateway.pipeworx.io/apis-guru/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-apis-guru - Commons Wikimedia (io.github.pipeworx-io/commons-wikimedia@0.1.0) Wikimedia Commons file/image/audio/video search via MediaWiki Action API installs: remote:https://gateway.pipeworx.io/commons-wikimedia/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-commons-wikimedia - Denue (io.github.pipeworx-io/denue@0.1.0) INEGI DENUE MCP — Mexico's directory of economic units (~6M businesses). installs: remote:https://gateway.pipeworx.io/denue/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-denue - Doaj (io.github.pipeworx-io/doaj@0.1.0) DOAJ MCP — Directory of Open Access Journals installs: remote:https://gateway.pipeworx.io/doaj/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-doaj - Fbi Artcrimes (io.github.pipeworx-io/fbi-artcrimes@0.1.0) FBI Art Crimes MCP — FBI National Stolen Art File (free, no auth). installs: remote:https://gateway.pipeworx.io/fbi-artcrimes/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-fbi-artcrimes - Fyyd (io.github.pipeworx-io/fyyd@0.1.0) fyyd MCP — open podcast directory installs: remote:https://gateway.pipeworx.io/fyyd/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-fyyd - Listen Notes (io.github.pipeworx-io/listen-notes@0.1.0) Podcast directory search + best podcasts + recommendations via Listen Notes. Free key required. installs: remote:https://gateway.pipeworx.io/listen-notes/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-listen-notes - North Carolina DMV (io.github.pipeworx-io/nc-dmv@0.1.0) North Carolina DMV: live field-office wait times and driver license office directory installs: remote:https://gateway.pipeworx.io/nc-dmv/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-nc-dmv - Oregon DMV (io.github.pipeworx-io/or-dmv@0.1.0) Oregon DMV: live field-office wait times and office directory for all 60 offices installs: remote:https://gateway.pipeworx.io/or-dmv/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-or-dmv - Patents (io.github.pipeworx-io/patents@0.1.4) Patents MCP — wraps the USPTO Open Data Portal (ODP) Patent File Wrapper API installs: remote:https://gateway.pipeworx.io/patents/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-patents - Virustotal (io.github.pipeworx-io/virustotal@0.1.0) VirusTotal MCP — file / URL / domain / IP reputation (BYO key) installs: remote:https://gateway.pipeworx.io/virustotal/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-virustotal - Rowlite MCP Server (io.github.pipik-roman/rowlite@0.1.2) Go-based MCP server providing Markdown table file inspection and row-level operations. installs: manual detail: https://mcpindex.ai/server/io-github-pipik-roman-rowlite - reMarkable MCP Server (Read/Write) (io.github.praveensehgal/remarkable@0.2.3) Read, write, and manage your reMarkable tablet — browse, upload, create folders, move, delete, OCR installs: pypi:remarkable-mcp-rw detail: https://mcpindex.ai/server/io-github-praveensehgal-remarkable - AgentHub - Lean MCP Orchestrator (io.github.propstreet/agenthub@1.1.1) Enables coding agents to coordinate edits, reviews, and escalations without file locking conflicts installs: npm:@propstreet/agenthub detail: https://mcpindex.ai/server/io-github-propstreet-agenthub - io.github.przemekzur/breezedeploy (io.github.przemekzur/breezedeploy@0.4.0) Deploy a local folder, git repo, or Docker image to a live HTTPS URL from your AI chat. installs: npm:breezedeploy-mcp detail: https://mcpindex.ai/server/io-github-przemekzur-breezedeploy - Pibox (io.github.psyb0t/pibox@0.15.9) Self-hosted MCP server: pi-coding-agent tools (run_prompt, file ops) over streamable HTTP. installs: docker:docker.io/psyb0t/pibox:v0.15.9 detail: https://mcpindex.ai/server/io-github-psyb0t-pibox - Talkies (io.github.psyb0t/talkies@0.15.3) Self-hosted MCP server for speech: ASR transcription, TTS synthesis, and file staging tools. installs: docker:docker.io/psyb0t/talkies:v0.15.3 detail: https://mcpindex.ai/server/io-github-psyb0t-talkies - io.github.putput-io-dev/putput-mcp (io.github.putput-io-dev/putput-mcp@0.0.3) File uploads for AI agents. Upload, list, and manage files. No signup required. installs: npm:@putput/mcp | remote:https://putput.io/api/v1/mcp detail: https://mcpindex.ai/server/io-github-putput-io-dev-putput-mcp - io.github.qFlav/agentdrop-mcp-server (io.github.qFlav/agentdrop-mcp-server@0.2.27) MCP server for AgentDrop - encrypted file transfer between AI agents across any host or network. installs: npm:agentdrop-mcp-server detail: https://mcpindex.ai/server/io-github-qflav-agentdrop-mcp-server - SharePoint MCP Server (io.github.ravikant1918/sharepoint-mcp@1.1.1) MCP server for Microsoft SharePoint — manage folders, documents, and metadata. installs: pypi:sharepoint-mcp detail: https://mcpindex.ai/server/io-github-ravikant1918-sharepoint-mcp - ClickUp MCP Server (io.github.retailbox-automation/clickup-mcp@1.0.0) Audit ClickUp workspaces: spaces, folders, lists, custom fields, tasks, and views. installs: manual detail: https://mcpindex.ai/server/io-github-retailbox-automation-clickup-mcp - Linux Filesystem (io.github.rghsoftware/linux-filesystem@1.2.1) Enhanced Linux filesystem access with symlinks, permissions, and chmod support installs: manual detail: https://mcpindex.ai/server/io-github-rghsoftware-linux-filesystem - io.github.ribhav-jain/docsonar (io.github.ribhav-jain/docsonar@0.1.1) Local document search over your folders: hybrid keyword+semantic, fully offline, read-only installs: pypi:docsonar detail: https://mcpindex.ai/server/io-github-ribhav-jain-docsonar - io.github.rkdpa/local-skills-mcp (io.github.rkdpa/local-skills-mcp@0.2.1) Universal MCP server for local filesystem skills with lazy loading and context-efficient discovery installs: npm:local-skills-mcp detail: https://mcpindex.ai/server/io-github-rkdpa-local-skills-mcp - io.github.rog0x/file (io.github.rog0x/file@1.0.1) Dir tree, file stats, duplicates, LOC for AI agents installs: npm:@rog0x/mcp-file-tools detail: https://mcpindex.ai/server/io-github-rog0x-file - DocVerdict (io.github.rogerberent-netizen/docverdict@1.0.0) PDF, photo, email, and file comparison evidence checks with plain-language reports. installs: remote:https://api.docverdict.com/api/mcp detail: https://mcpindex.ai/server/io-github-rogerberent-netizen-docverdict - io.github.roshunsunder/filesift (io.github.roshunsunder/filesift@1.0.1) Local file search for AI agents — semantic + keyword indexing over your codebase. installs: pypi:filesift detail: https://mcpindex.ai/server/io-github-roshunsunder-filesift - io.github.ryudi84/base64-forge-mcp (io.github.ryudi84/base64-forge-mcp@1.0.1) Encode/decode Base64, URL-safe variants, and file data installs: npm:base64-forge-mcp detail: https://mcpindex.ai/server/io-github-ryudi84-base64-forge-mcp - io.github.ryudi84/env (io.github.ryudi84/env@1.0.3) MCP server for .env file validation, parsing, and comparison. installs: npm:env-forge-mcp detail: https://mcpindex.ai/server/io-github-ryudi84-env - io.github.sathergate/flagpost (io.github.sathergate/flagpost@0.1.1) Feature flags for Next.js. One file, full control with A/B testing. installs: npm:flagpost detail: https://mcpindex.ai/server/io-github-sathergate-flagpost - io.github.sebastienrousseau/pain001-mcp (io.github.sebastienrousseau/pain001-mcp@0.0.58) MCP server for ISO 20022 pain.001/pain.008 payment-file generation and validation. installs: pypi:pain001-mcp detail: https://mcpindex.ai/server/io-github-sebastienrousseau-pain001-mcp - io.github.selvatuple/revibe-mcp (io.github.selvatuple/revibe-mcp@0.1.1) Analyze any codebase — get architecture, file roles, execution flows, and agent context. installs: npm:revibe-mcp detail: https://mcpindex.ai/server/io-github-selvatuple-revibe-mcp - io.github.semihkayan/codeweave (io.github.semihkayan/codeweave@0.1.20) Save tokens while coding — your AI agent gets structured code context, not file dumps. installs: npm:@codeweave/mcp detail: https://mcpindex.ai/server/io-github-semihkayan-codeweave - io.github.sfrangulov/minirag-mcp (io.github.sfrangulov/minirag-mcp@0.6.0) Local-first RAG MCP server: hybrid search over a folder of your own documents installs: pypi:minirag-mcp detail: https://mcpindex.ai/server/io-github-sfrangulov-minirag-mcp - io.github.shaqmughal/seekstone (io.github.shaqmughal/seekstone@0.13.0) Filesystem-direct Obsidian MCP server — search and edit your vault with low context-tax. installs: npm:seekstone detail: https://mcpindex.ai/server/io-github-shaqmughal-seekstone - io.github.shdomi8599/vibie-mcp (io.github.shdomi8599/vibie-mcp@0.2.2) Deploy HTML folders to vibie.page from Claude / Cursor — one-line install, OAuth, auto-update. installs: npm:vibie-mcp detail: https://mcpindex.ai/server/io-github-shdomi8599-vibie-mcp - AgentBuilders (io.github.sirarchiemccarthy-oss/agentbuilders@0.6.1) Deploy full-stack web apps with database, file storage, auth, and RBAC via a single API call. installs: remote:https://api.agentbuilders.app/mcp detail: https://mcpindex.ai/server/io-github-sirarchiemccarthy-oss-agentbuilders - io.github.slookisen/finn-tannlege-mcp (io.github.slookisen/finn-tannlege-mcp@0.1.0) Norwegian dental clinic directory MCP: ~6,900 clinics with Helfo-agreement, specialty, duty, chain. installs: npm:finn-tannlege-mcp | remote:https://finn-tannlege.com/mcp detail: https://mcpindex.ai/server/io-github-slookisen-finn-tannlege-mcp - io.github.smeet666/mcp-stashbox (io.github.smeet666/mcp-stashbox@0.2.1) Search the public stash-box metadata catalogues, and identify a file by its fingerprint. installs: npm:mcp-stashbox detail: https://mcpindex.ai/server/io-github-smeet666-mcp-stashbox - Spacefast (io.github.spacefast/mcp@0.0.23) Publish files and folders to the web instantly: permanent URLs, immutable versions, claim links. installs: npm:spacefast | remote:https://mcp.spacefast.com detail: https://mcpindex.ai/server/io-github-spacefast-mcp - MCP Skills Server (io.github.srprasanna/mcp-skill-hub@1.0.0) MCP server that loads and serves skills from a mounted directory with hot reload. installs: docker:docker.io/srprasanna/mcp-skill-hub:1.0.0 detail: https://mcpindex.ai/server/io-github-srprasanna-mcp-skill-hub - MCP Skills Server (io.github.srprasanna/mcp-skills-server@1.0.0) MCP server that loads and serves skills from a mounted directory with hot reload. installs: docker:docker.io/srprasanna/mcp-skills-server:1.0.0 detail: https://mcpindex.ai/server/io-github-srprasanna-mcp-skills-server - What's Allowed (io.github.stcmain/whats-allowed-mcp@0.1.2) Merged agent permission rules: which settings file wins, and which rules your client ignores. installs: npm:whats-allowed-mcp detail: https://mcpindex.ai/server/io-github-stcmain-whats-allowed-mcp - OmniFocus (io.github.steveardis/omnifocus@0.1.2) Full CRUD MCP server for OmniFocus via Omni Automation — tasks, projects, folders, tags, recurrence. installs: npm:@scardis/omnifocus-mcp detail: https://mcpindex.ai/server/io-github-steveardis-omnifocus - io.github.taazkareem/clickup (io.github.taazkareem/clickup@0.12.12) Premium AI integration. Tasks, lists, docs, folders, time. 50+ tools. Instant setup. installs: npm:@taazkareem/clickup-mcp-server detail: https://mcpindex.ai/server/io-github-taazkareem-clickup - Perseus — Live Context Engine for AI Agents (io.github.tcconnally/perseus@1.0.9) Live context engine for AI agents. 27+ MCP tools: health, memory, skills, file trees on demand. installs: pypi:perseus-ctx detail: https://mcpindex.ai/server/io-github-tcconnally-perseus - Explore Better (io.github.terrorproforma/explore-better@0.2.6) AI-native Windows file manager for scoped discovery, disk analysis, and recoverable operations. installs: manual detail: https://mcpindex.ai/server/io-github-terrorproforma-explore-better - io.github.thebasedcapital/brainbox (io.github.thebasedcapital/brainbox@0.1.6) Hebbian memory for AI agents. Learns file patterns, predicts next tools, saves tokens. installs: npm:brainbox-hebbian detail: https://mcpindex.ai/server/io-github-thebasedcapital-brainbox - io.github.topofgames/la-ei-romania (io.github.topofgames/la-ei-romania@1.0.0) Romanian classified ads and business directory. Search 30K+ businesses, ads, exchange rates. installs: remote:https://laei.ro/mcp detail: https://mcpindex.ai/server/io-github-topofgames-la-ei-romania - io.github.topskychen/tilde (io.github.topskychen/tilde@0.1.1) Your AI agents' home directory — privacy-first MCP server for portable AI identity. installs: npm:tilde-ai detail: https://mcpindex.ai/server/io-github-topskychen-tilde - io.github.treymerica1982/lead-stampede (io.github.treymerica1982/lead-stampede@0.2.0) Find SMBs by name, city, and business type in the Lead Stampede directory via public MCP tools. installs: remote:https://lead-stampede-mcp-server-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-treymerica1982-lead-stampede - trip2g (io.github.trip2g/trip2g@1.0.0) Serve a folder of Markdown notes as an MCP server: hybrid search, reading, and sourced answers. installs: remote:https://trip2g.com/_system/mcp detail: https://mcpindex.ai/server/io-github-trip2g-trip2g - Agentic.ai Directory (io.github.u00dxk2/agentic-directory@2.0.0) Independent directory of agentic AI tools — search, compare & recommend via MCP. Read-only. installs: remote:https://agentic.ai/mcp detail: https://mcpindex.ai/server/io-github-u00dxk2-agentic-directory - ClipGrab (io.github.ulebule/clipgrab@0.1.0) Save the system clipboard image to a PNG or JPG file for AI agents. installs: pypi:clipgrab-mcp detail: https://mcpindex.ai/server/io-github-ulebule-clipgrab - io.github.viviooio/vivioo (io.github.viviooio/vivioo@2.4.0) Trust infrastructure for AI agents. Directory, jobs, verification, and 360 feedback. installs: remote:https://mcp.vivioo.io/v2/sse detail: https://mcpindex.ai/server/io-github-viviooio-vivioo - io.github.vk0dev/agent-claim-mcp (io.github.vk0dev/agent-claim-mcp@1.0.2) File-claim coordination for parallel AI coding agents: claim files before edits, no stomping. installs: npm:@vk0/agent-claim-mcp detail: https://mcpindex.ai/server/io-github-vk0dev-agent-claim-mcp - io.github.voidfeedai-ops/voidfeed-mcp (io.github.voidfeedai-ops/voidfeed-mcp@1.0.0) Knowledge API for AI agents — content, agent directory, model benchmarks, semantic search. installs: npm:voidfeed-mcp detail: https://mcpindex.ai/server/io-github-voidfeedai-ops-voidfeed-mcp - io.github.vola-trebla/tsconfig-inheritance-flattener-mcp (io.github.vola-trebla/tsconfig-inheritance-flattener-mcp@0.2.0) Resolves TypeScript config inheritance chains and returns effective compiler options per file. installs: npm:tsconfig-inheritance-flattener-mcp detail: https://mcpindex.ai/server/io-github-vola-trebla-tsconfig-inheritance-flattener-mcp - io.github.vorluno/batuta-mcp (io.github.vorluno/batuta-mcp@0.1.0) Split a task into plans with disjoint file boundaries; scaffold a git worktree per plan. installs: npm:@vorluno/batuta-mcp detail: https://mcpindex.ai/server/io-github-vorluno-batuta-mcp - Wistia API (io.github.wistia/wistia-api-mcp@0.1.2) Manage Wistia videos, channels, folders, captions, customizations, and analytics via MCP. installs: remote:https://api.wistia.com/mcp/api detail: https://mcpindex.ai/server/io-github-wistia-wistia-api-mcp - Desktop Commander (io.github.wonderwhy-er/desktop-commander@0.2.47) MCP server for terminal commands, file operations, and process management installs: npm:@wonderwhy-er/desktop-commander detail: https://mcpindex.ai/server/io-github-wonderwhy-er-desktop-commander - io.github.xtrustinfo/company-lookup (io.github.xtrustinfo/company-lookup@1.0.2) Ukrainian business directory: companies, contacts and registry details (xtrust.info). installs: npm:mcp-server-xtrust | remote:https://xtrust.info/mcp detail: https://mcpindex.ai/server/io-github-xtrustinfo-company-lookup - PkgSeek Linux Intelligence (io.github.yeagoo/pkgseek@0.1.19) Linux package, file, command, vulnerability, lifecycle, migration, and repository intelligence. installs: remote:https://api.pkgseek.com/mcp detail: https://mcpindex.ai/server/io-github-yeagoo-pkgseek - MarkdownPointer (io.github.yotsuda/markdown-pointer@0.1.1) Markdown viewer for AI-assisted document review. Click any element to copy file path + line number. installs: manual detail: https://mcpindex.ai/server/io-github-yotsuda-markdown-pointer - io.github.zayansalman/google-drive-files-mcp (io.github.zayansalman/google-drive-files-mcp@0.3.0) Minimal MCP server for Google Drive file management and Google Sheets editing. installs: pypi:google-drive-files-mcp detail: https://mcpindex.ai/server/io-github-zayansalman-google-drive-files-mcp - MCP File Tools (io.github.zoster81/mcp-file-tools@2.0.0) Secure encoding-aware filesystem tools with atomic writes, legacy encodings, and typed errors installs: manual detail: https://mcpindex.ai/server/io-github-zoster81-mcp-file-tools - Mediawork (io.mediawork/mediawork@0.1.1) Search Mediawork's directory of post-production and distribution vendors, plus FAQ and plans. installs: remote:https://mcp.mediawork.io/mcp detail: https://mcpindex.ai/server/io-mediawork-mediawork - TweekIT MCP Server (io.tweekit/mcp@1.5.0) Normalize and convert 400+ file types via TweekIT's hosted MCP endpoint. installs: remote:https://mcp.tweekit.io/mcp/ detail: https://mcpindex.ai/server/io-tweekit-mcp - io.usefulapi/lambda-labs (io.usefulapi/lambda-labs@1.0.0) Read GPU instances, types, images, filesystems and firewall rules; launch and terminate instances. installs: remote:https://lambda-labs.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-lambda-labs - io.vivioo/mcp-server (io.vivioo/mcp-server@2.4.0) Trust infrastructure for AI agents. Directory, jobs, verification, and 360 feedback. installs: remote:https://mcp.vivioo.io/sse detail: https://mcpindex.ai/server/io-vivioo-mcp-server - Dexi Notes (net.dexi/mcp@1.0.0) Search and manage your Dexi notes: full-text and semantic search, tags, folders, spaced repetition. installs: remote:https://mcp.dexi.net/mcp detail: https://mcpindex.ai/server/net-dexi-mcp - Muralists Directory (nl.muralists/directory@1.0.0) Search the curated directory of professional muralists and street artists in the Netherlands. installs: remote:https://mcp.muralists.nl/mcp detail: https://mcpindex.ai/server/nl-muralists-directory - org.filetourl/mcp (org.filetourl/mcp@1.0.0) Upload a file and get a public shareable URL via API or MCP. installs: remote:https://filetourl.org/api/mcp detail: https://mcpindex.ai/server/org-filetourl-mcp - pl.barwa/drukarnia (pl.barwa/drukarnia@1.0.0) BARWA print shop (barwa.pl): catalog, product advisor, real-price quotes, shipping, file specs. installs: remote:https://mcp.barwa.pl/mcp detail: https://mcpindex.ai/server/pl-barwa-drukarnia - Laspi Business Directory (pro.laspi/directory@1.0.0) Search a directory of real, owner-confirmed small businesses. Read-only; attribution required. installs: remote:https://laspi.pro/api/v1/mcp/directory detail: https://mcpindex.ai/server/pro-laspi-directory - sh.objekt/mcp-upload (sh.objekt/mcp-upload@0.1.5) Public file storage for AI agents. Upload files and get a permalink back. installs: npm:@objekt.sh/mcp-upload detail: https://mcpindex.ai/server/sh-objekt-mcp-upload - uldl (sh.uldl/uldl@0.1.0) Persistent file storage for AI agents via MCP and curl. Upload, download, and version files. installs: remote:https://uldl.sh/api/mcp detail: https://mcpindex.ai/server/sh-uldl-uldl - ORSF — Slovak Company Register (sk.orsf/mcp-server@0.1.0) 1.25M+ Slovak companies, aggregated from 8 registers (RPO/ORSR/RÚZ/ZRSR/RPVS/CRZ/ÚVO/FS DPH). installs: npm:@orsf/mcp-server detail: https://mcpindex.ai/server/sk-orsf-mcp-server - so.falcon/frontier-reference (so.falcon/frontier-reference@1.0.0) Frontier-design reference: file formats, converters, definitions, sensors, companies, design jobs. installs: remote:https://falcon.so/api/mcp detail: https://mcpindex.ai/server/so-falcon-frontier-reference - Galaxy Mind (space.galaxymind/galaxy-mind@1.6.2) Rent bitcoin hashrate, plus a live buying gauge, treasury mNAV, float, and a merchant directory. installs: remote:https://galaxymind.space/api/mcp/mcp detail: https://mcpindex.ai/server/space-galaxymind-galaxy-mind - TESSA Marketing & Technology (tech.tessa/tessa-mcp-server@1.0.0) TESSA's AI interface: services, case studies, AI-readiness audits, professional services directory. installs: remote:https://aiagent.tessa.tech/mcp detail: https://mcpindex.ai/server/tech-tessa-tessa-mcp-server - us.artificl/driverfile (us.artificl/driverfile@1.0.0) DOT driver qualification file tracking for small motor carriers — read-only demo tools. installs: remote:https://driverfile.artificl.us/mcp detail: https://mcpindex.ai/server/us-artificl-driverfile - Namaste America (us.namasteamerica/namaste-america@0.1.0) Agent-first directory for Indians from India in the USA — restaurants, temples, events & more. installs: remote:https://namasteamerica.us/mcp detail: https://mcpindex.ai/server/us-namasteamerica-namaste-america - win.postapp/library (win.postapp/library@0.1.0) Publish one HTML file, get a live installable app URL. No account, no review, no queue. installs: remote:https://postapp.win/mcp detail: https://mcpindex.ai/server/win-postapp-library - BizClaw Business Directory MCP (xyz.bizclaw/business-directory@1.0.0) Search, compare, and contact real-world companies through a public MCP business directory. installs: remote:https://bizclaw.xyz/mcp detail: https://mcpindex.ai/server/xyz-bizclaw-business-directory - Filesystem (reference) (io.github.modelcontextprotocol/server-filesystem@2026.7.10) Reference MCP server for filesystem access, maintained by the Model Context Protocol project. Reads and writes files within directories the operator explicitly allows, via command-line arguments or Roots. installs: npm:@modelcontextprotocol/server-filesystem provenance: NOT listed in the official MCP registry; indexed by mcpindex detail: https://mcpindex.ai/server/io-github-modelcontextprotocol-server-filesystem ## Finance & Payments (705) - Agentic Terminal Directory (ai.agenticterminal/directory@1.0.0) Verified merchants accepting agentic payments on Lightning/L402/BOLT12/USDT — search, verify, pay. installs: remote:https://mcp.agenticterminal.ai/mcp detail: https://mcpindex.ai/server/ai-agenticterminal-directory - AgentUtility Edge Finance (ai.agentutility/mcp-edge-finance@0.18.8) MCP server for the @agentutility edge-finance cluster — pay-per-call x402 tools, no API keys, USDC… installs: npm:@agentutility/mcp-edge-finance detail: https://mcpindex.ai/server/ai-agentutility-mcp-edge-finance - Authoryze (ai.authoryze/authoryze@1.0.0) Payment infrastructure for AI agents: spending rules, approval flows, single-use virtual cards. installs: remote:https://authoryze.ai/api/mcp detail: https://mcpindex.ai/server/ai-authoryze-authoryze - ai.baselight/baselight (ai.baselight/baselight@1.0.0) Query Baselight's public catalog of 70,000+ datasets — finance, demographics, sports, and more. installs: remote:https://api.baselight.app/mcp detail: https://mcpindex.ai/server/ai-baselight-baselight - Cabrini Market Data (ai.cabrini/market-data@1.1.0) US equity data for AI agents — 23 years intraday + daily, SEC filings. x402 USDC payments. installs: remote:https://cabrini.ai/mcp detail: https://mcpindex.ai/server/ai-cabrini-market-data - ai.clawfetch/mcp (ai.clawfetch/mcp@0.2.2) Web intelligence for AI agents: fetch, render, extract, research. x402 micropayments, no API keys. installs: npm:@clawfetch/mcp | remote:https://mcp.clawfetch.ai/mcp detail: https://mcpindex.ai/server/ai-clawfetch-mcp - Constellation Credit (ai.constellationfinance/constellation-finance-mcp@1.0.2) Financial and covenant data for public and private credit: statements, cap stacks, covenants. installs: remote:https://mcp.constellationfinance.ai/mcp detail: https://mcpindex.ai/server/ai-constellationfinance-constellation-finance-mcp - DeepLedger — AI Accountant for QuickBooks (ai.deepledger/mcp@1.0.4) AI Accountant for Quickbooks- recording, reconcile, month-end close installs: remote:https://mcp.deepledger.ai/mcp detail: https://mcpindex.ai/server/ai-deepledger-mcp - Kifly — Agentic Commerce & Payments (ai.kifly/mcp@1.2.0) Multi-seller shopping for AI agents. Settle via Stripe MPP or x402 USDC on Base. Hosted. installs: remote:https://kifly.ai/api/mcp detail: https://mcpindex.ai/server/ai-kifly-mcp - Lattiq x402 Trading Signals (ai.lattiq/x402-trading-signals@1.0.0) Regime-aware ES1/NQ futures trading signals. HMM + 15 quant strategies. x402 USDC micropayments. installs: remote:https://api.lattiq.ai/mcp detail: https://mcpindex.ai/server/ai-lattiq-x402-trading-signals - ai.ohmyfin/banking-intelligence (ai.ohmyfin/banking-intelligence@1.0.0) Cross-border payment & banking intelligence for AI agents: SWIFT/BIC, IBAN, sanctions, FX, tracking. installs: remote:https://mcp.ohmyfin.ai/mcp detail: https://mcpindex.ai/server/ai-ohmyfin-banking-intelligence - SAP MCP Server (ai.oobeprotocol.sap.mcp/sap-mcp@0.7.1) Solana-native MCP gateway for SAP, DeFi tools, SNS identity, and x402 payments. installs: npm:@oobe-protocol-labs/sap-mcp-server | remote:https://mcp.sap.oobeprotocol.ai/mcp detail: https://mcpindex.ai/server/ai-oobeprotocol-sap-mcp-sap-mcp - ai.payments.managed/payments-ai-mcp (ai.payments.managed/payments-ai-mcp@1.4.3) Launch products and branded checkouts on Payments AI, the Merchant of Record for AI-built apps. installs: npm:@payments-ai/mcp detail: https://mcpindex.ai/server/ai-payments-managed-payments-ai-mcp - Pyrimid Protocol (ai.pyrimid/pyrimid@1.0.0) Agent-commerce MCP server for x402/USDC payments and affiliate splits on Base. installs: remote:https://pyrimid.ai/api/mcp detail: https://mcpindex.ai/server/ai-pyrimid-pyrimid - Ra Pay (ai.rapay/mcp-server@1.2.5) Send fiat payments via MCP with two-step confirmation and Stripe Connect. installs: npm:@rapay/mcp-server detail: https://mcpindex.ai/server/ai-rapay-mcp-server - ai.shawndurrani/mcp-merchant (ai.shawndurrani/mcp-merchant@0.1.3) Search-only commerce MCP server backed by Stripe (test) installs: npm:mcp-merchant | remote:https://mcp.shawndurrani.ai/sse detail: https://mcpindex.ai/server/ai-shawndurrani-mcp-merchant - ai.smithery/BigVik193-reddit-ads-mcp-test (ai.smithery/BigVik193-reddit-ads-mcp-test@1.0.0) Manage Reddit advertising end-to-end: browse ad accounts and payment methods, and organize campaig… installs: remote:https://server.smithery.ai/@BigVik193/reddit-ads-mcp-test/mcp detail: https://mcpindex.ai/server/ai-smithery-bigvik193-reddit-ads-mcp-test - TensorFeed x402 Base Reader (ai.tensorfeed/x402-base-mcp@0.2.1) Read-only Base mainnet reader. Verifies x402 payment settlements + AFTA federation status. installs: npm:@tensorfeed/x402-base-mcp detail: https://mcpindex.ai/server/ai-tensorfeed-x402-base-mcp - Thrivee — Personal Finance Intelligence (ai.thrivee/financial-intelligence@2.0.0) Personal-finance intelligence engine: net worth, goals, asset allocation. Invite-only beta. installs: remote:https://mcp-server.thrivee.ai/mcp detail: https://mcpindex.ai/server/ai-thrivee-financial-intelligence - ai.vanticlabs/vantic (ai.vanticlabs/vantic@0.1.2) Verify an AI agent's payment authority: signed mandates, allowlists, and tamper-proof receipts. installs: npm:@vantic/sdk detail: https://mcpindex.ai/server/ai-vanticlabs-vantic - APICK Finance (app.apick/finance@1.2.0) Korean bank account verification: holder name lookup, 1 KRW deposit, bank codes installs: remote:https://apick.app/mcp/finance detail: https://mcpindex.ai/server/app-apick-finance - Era Context (app.era/context@1.0.0) Personal finance, bank account, and shared memory connector for Claude, ChatGPT, Gemini Spark & more installs: remote:https://context.era.app/mcp detail: https://mcpindex.ai/server/app-era-context - app.netlify.micropay-test-suite/micropay-test-suite (app.netlify.micropay-test-suite/micropay-test-suite@1.0.0) Verify your agent's x402 payment flow for free on Base Sepolia testnet before real money moves. installs: remote:https://micropay-test-suite.netlify.app/api/mcp detail: https://mcpindex.ai/server/app-netlify-micropay-test-suite-micropay-test-suite - Peil (app.peil/peil-mcp@0.1.3) Log hours, draft invoices and check where you stand — finance for Dutch freelancers. installs: pypi:peil-mcp detail: https://mcpindex.ai/server/app-peil-peil-mcp - Algeria Payments (Chargily Pay — EDAHABIA / CIB) (app.wishpool/algeria-payments-mcp@0.1.0) Algeria payments for AI agents — EDAHABIA / CIB via Chargily Pay. Never holds funds. installs: remote:https://mcp-dz.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-algeria-payments-mcp - Argentina Payments (Mercado Pago — Mercado Pago wallet / cuotas) (app.wishpool/argentina-payments-mcp@0.1.0) Argentina payments for AI agents — Mercado Pago wallet / cuotas via Mercado Pago. Never holds funds. installs: remote:https://mcp-ar.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-argentina-payments-mcp - Australia Payments (Stripe — cards / Apple Pay) (app.wishpool/australia-payments-mcp@0.1.0) Australia payments for AI agents — cards / Apple Pay via Stripe. Never holds funds. installs: remote:https://mcp-au.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-australia-payments-mcp - Austria Payments (Stripe — EPS) (app.wishpool/austria-payments-mcp@0.1.0) Austria payments for AI agents — EPS via Stripe. Never holds funds. installs: remote:https://mcp-at.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-austria-payments-mcp - Bahrain Payments (Tap Payments — Benefit) (app.wishpool/bahrain-payments-mcp@0.1.0) Bahrain payments for AI agents — Benefit via Tap Payments. Never holds funds. installs: remote:https://mcp-bh.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-bahrain-payments-mcp - Bangladesh Payments (SSLCommerz — bKash / Nagad) (app.wishpool/bangladesh-payments-mcp@0.1.0) Bangladesh payments for AI agents — bKash / Nagad via SSLCommerz. Never holds funds. installs: remote:https://mcp-bd.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-bangladesh-payments-mcp - Belgium Payments (Mollie — Bancontact) (app.wishpool/belgium-payments-mcp@0.1.0) Belgium payments for AI agents — Bancontact via Mollie. Never holds funds. installs: remote:https://mcp-be.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-belgium-payments-mcp - Brazil Payments (Mercado Pago — Pix / cards / boleto) (app.wishpool/brazil-payments-mcp@0.1.0) Brazil payments for AI agents — Pix, cards, boleto via Mercado Pago. Never holds funds. installs: remote:https://mcp-br.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-brazil-payments-mcp - Bulgaria Payments (Stripe — cards / Apple Pay) (app.wishpool/bulgaria-payments-mcp@0.1.0) Bulgaria payments for AI agents — cards / Apple Pay via Stripe. Never holds funds. installs: remote:https://mcp-bg.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-bulgaria-payments-mcp - Canada Payments (Stripe — cards / Apple Pay) (app.wishpool/canada-payments-mcp@0.1.0) Canada payments for AI agents — cards / Apple Pay via Stripe. Never holds funds. installs: remote:https://mcp-ca.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-canada-payments-mcp - Chile Payments (Mercado Pago — Mercado Pago wallet) (app.wishpool/chile-payments-mcp@0.1.0) Chile payments for AI agents — Mercado Pago wallet via Mercado Pago. Never holds funds. installs: remote:https://mcp-cl.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-chile-payments-mcp - Colombia Payments (Mercado Pago — PSE / Nequi) (app.wishpool/colombia-payments-mcp@0.1.0) Colombia payments for AI agents — PSE / Nequi via Mercado Pago. Never holds funds. installs: remote:https://mcp-co.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-colombia-payments-mcp - Costa Rica Payments (ONVO Pay — SINPE Movil) (app.wishpool/costa-rica-payments-mcp@0.1.0) Costa Rica payments for AI agents — SINPE Movil via ONVO Pay. Never holds funds. installs: remote:https://mcp-cr.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-costa-rica-payments-mcp - Croatia Payments (Stripe — cards / Apple Pay) (app.wishpool/croatia-payments-mcp@0.1.0) Croatia payments for AI agents — cards / Apple Pay via Stripe. Never holds funds. installs: remote:https://mcp-hr.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-croatia-payments-mcp - Cyprus Payments (Stripe — cards / Apple Pay) (app.wishpool/cyprus-payments-mcp@0.1.0) Cyprus payments for AI agents — cards / Apple Pay via Stripe. Never holds funds. installs: remote:https://mcp-cy.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-cyprus-payments-mcp - Czechia Payments (Stripe — cards / Apple Pay) (app.wishpool/czechia-payments-mcp@0.1.0) Czechia payments for AI agents — cards / Apple Pay via Stripe. Never holds funds. installs: remote:https://mcp-cz.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-czechia-payments-mcp - Denmark Payments (Stripe — MobilePay) (app.wishpool/denmark-payments-mcp@0.1.0) Denmark payments for AI agents — MobilePay via Stripe. Never holds funds. installs: remote:https://mcp-dk.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-denmark-payments-mcp - Egypt Payments (Paymob — cards / mobile wallets) (app.wishpool/egypt-payments-mcp@0.1.0) Egypt payments for AI agents — cards / mobile wallets via Paymob. Never holds funds. installs: remote:https://mcp-eg.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-egypt-payments-mcp - Estonia Payments (Stripe — cards / Apple Pay) (app.wishpool/estonia-payments-mcp@0.1.0) Estonia payments for AI agents — cards / Apple Pay via Stripe. Never holds funds. installs: remote:https://mcp-ee.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-estonia-payments-mcp - Finland Payments (Stripe — cards / Klarna) (app.wishpool/finland-payments-mcp@0.1.0) Finland payments for AI agents — cards / Klarna via Stripe. Never holds funds. installs: remote:https://mcp-fi.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-finland-payments-mcp - France Payments (Stripe — Cartes Bancaires) (app.wishpool/france-payments-mcp@0.1.0) France payments for AI agents — Cartes Bancaires via Stripe. Never holds funds. installs: remote:https://mcp-fr.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-france-payments-mcp - Georgia Payments (TBC Bank — TBC checkout) (app.wishpool/georgia-payments-mcp@0.1.0) Georgia payments for AI agents — TBC checkout via TBC Bank. Never holds funds. installs: remote:https://mcp-ge.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-georgia-payments-mcp - Germany Payments (Mollie — Klarna / SEPA) (app.wishpool/germany-payments-mcp@0.1.0) Germany payments for AI agents — Klarna / SEPA via Mollie. Never holds funds. installs: remote:https://mcp-de.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-germany-payments-mcp - Ghana Payments (Paystack — MTN MoMo) (app.wishpool/ghana-payments-mcp@0.1.0) Ghana payments for AI agents — MTN MoMo via Paystack. Never holds funds. installs: remote:https://mcp-gh.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-ghana-payments-mcp - Greece Payments (Stripe — cards / Apple Pay) (app.wishpool/greece-payments-mcp@0.1.0) Greece payments for AI agents — cards / Apple Pay via Stripe. Never holds funds. installs: remote:https://mcp-gr.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-greece-payments-mcp - Guatemala Payments (Recurrente — cards (Recurrente)) (app.wishpool/guatemala-payments-mcp@0.1.0) Guatemala payments for AI agents — cards (Recurrente) via Recurrente. Never holds funds. installs: remote:https://mcp-gt.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-guatemala-payments-mcp - Hong Kong Payments (Stripe — Alipay / WeChat Pay) (app.wishpool/hong-kong-payments-mcp@0.1.0) Hong Kong payments for AI agents — Alipay / WeChat Pay via Stripe. Never holds funds. installs: remote:https://mcp-hk.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-hong-kong-payments-mcp - Hungary Payments (Stripe — cards / Apple Pay) (app.wishpool/hungary-payments-mcp@0.1.0) Hungary payments for AI agents — cards / Apple Pay via Stripe. Never holds funds. installs: remote:https://mcp-hu.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-hungary-payments-mcp - India Payments (Razorpay Payment Links — UPI / cards / netbanking) (app.wishpool/india-payments-mcp@0.2.0) India payments for AI agents — UPI, cards, wallets via Razorpay Payment Links. Never holds funds. installs: remote:https://mcp-in.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-india-payments-mcp - Indonesia Payments (Midtrans Snap — GoPay / QRIS / Alfamart / bank VA) (app.wishpool/indonesia-payments-mcp@0.2.0) Indonesia payments for AI agents — GoPay, QRIS, Alfamart, bank VA via Midtrans. Never holds funds. installs: remote:https://mcp-id.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-indonesia-payments-mcp - Ireland Payments (Stripe — cards / Apple Pay) (app.wishpool/ireland-payments-mcp@0.1.0) Ireland payments for AI agents — cards / Apple Pay via Stripe. Never holds funds. installs: remote:https://mcp-ie.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-ireland-payments-mcp - Israel Payments (Stripe — cards / Apple Pay) (app.wishpool/israel-payments-mcp@0.1.0) Israel payments for AI agents — cards / Apple Pay via Stripe. Never holds funds. installs: remote:https://mcp-il.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-israel-payments-mcp - Italy Payments (Stripe — cards / Apple Pay) (app.wishpool/italy-payments-mcp@0.1.0) Italy payments for AI agents — cards / Apple Pay via Stripe. Never holds funds. installs: remote:https://mcp-it.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-italy-payments-mcp - Ivory Coast Payments (Paystack — Orange Money / MTN MoMo) (app.wishpool/ivory-coast-payments-mcp@0.1.0) Ivory Coast payments for AI agents — Orange Money / MTN MoMo via Paystack. Never holds funds. installs: remote:https://mcp-ci.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-ivory-coast-payments-mcp - Japan Payments (KOMOJU — konbini / cards / PayPay) (app.wishpool/japan-payments-mcp@0.1.0) Japan payments for AI agents — konbini コンビニ, card, PayPay via KOMOJU. Stateless, never holds funds. installs: remote:https://mcp-jp.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-japan-payments-mcp - Jordan Payments (Tap Payments — cards / Apple Pay) (app.wishpool/jordan-payments-mcp@0.1.0) Jordan payments for AI agents — cards / Apple Pay via Tap Payments. Never holds funds. installs: remote:https://mcp-jo.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-jordan-payments-mcp - Kazakhstan Payments (Freedom Pay — cards (Freedom Pay)) (app.wishpool/kazakhstan-payments-mcp@0.1.0) Kazakhstan payments for AI agents — cards (Freedom Pay) via Freedom Pay. Never holds funds. installs: remote:https://mcp-kz.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-kazakhstan-payments-mcp - Kenya Payments (Flutterwave — M-Pesa) (app.wishpool/kenya-payments-mcp@0.1.0) Kenya payments for AI agents — M-Pesa via Flutterwave. Never holds funds. installs: remote:https://mcp-ke.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-kenya-payments-mcp - Korea Payments (Toss Payments — cards / KakaoPay·NaverPay / virtual accounts) (app.wishpool/korea-payments-mcp@0.1.0) Korea payments for AI agents — card, KakaoPay/NaverPay, 가상계좌 via Toss Payments. Never holds funds. installs: remote:https://mcp-kr.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-korea-payments-mcp - Kuwait Payments (Tap Payments — KNET) (app.wishpool/kuwait-payments-mcp@0.1.0) Kuwait payments for AI agents — KNET via Tap Payments. Never holds funds. installs: remote:https://mcp-kw.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-kuwait-payments-mcp - Latvia Payments (Stripe — cards / Apple Pay) (app.wishpool/latvia-payments-mcp@0.1.0) Latvia payments for AI agents — cards / Apple Pay via Stripe. Never holds funds. installs: remote:https://mcp-lv.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-latvia-payments-mcp - Lithuania Payments (Stripe — cards / Apple Pay) (app.wishpool/lithuania-payments-mcp@0.1.0) Lithuania payments for AI agents — cards / Apple Pay via Stripe. Never holds funds. installs: remote:https://mcp-lt.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-lithuania-payments-mcp - Luxembourg Payments (Stripe — cards / Apple Pay) (app.wishpool/luxembourg-payments-mcp@0.1.0) Luxembourg payments for AI agents — cards / Apple Pay via Stripe. Never holds funds. installs: remote:https://mcp-lu.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-luxembourg-payments-mcp - Malaysia Payments (Billplz — FPX / DuitNow QR / cards) (app.wishpool/malaysia-payments-mcp@0.1.0) Malaysia payments for AI agents — FPX banking, DuitNow QR, cards via Billplz. Never holds funds. installs: remote:https://mcp-my.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-malaysia-payments-mcp - Malta Payments (Stripe — cards / Apple Pay) (app.wishpool/malta-payments-mcp@0.1.0) Malta payments for AI agents — cards / Apple Pay via Stripe. Never holds funds. installs: remote:https://mcp-mt.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-malta-payments-mcp - Mexico Payments (Mercado Pago — OXXO cash) (app.wishpool/mexico-payments-mcp@0.1.0) Mexico payments for AI agents — OXXO cash via Mercado Pago. Never holds funds. installs: remote:https://mcp-mx.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-mexico-payments-mcp - Nepal Payments (Khalti — Khalti wallet) (app.wishpool/nepal-payments-mcp@0.1.0) Nepal payments for AI agents — Khalti wallet via Khalti. Never holds funds. installs: remote:https://mcp-np.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-nepal-payments-mcp - Netherlands Payments (Mollie — iDEAL) (app.wishpool/netherlands-payments-mcp@0.1.0) Netherlands payments for AI agents — iDEAL via Mollie. Never holds funds. installs: remote:https://mcp-nl.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-netherlands-payments-mcp - New Zealand Payments (Stripe — cards / Apple Pay) (app.wishpool/new-zealand-payments-mcp@0.1.0) New Zealand payments for AI agents — cards / Apple Pay via Stripe. Never holds funds. installs: remote:https://mcp-nz.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-new-zealand-payments-mcp - Nigeria Payments (Paystack — bank transfer / USSD) (app.wishpool/nigeria-payments-mcp@0.1.0) Nigeria payments for AI agents — bank transfer / USSD via Paystack. Never holds funds. installs: remote:https://mcp-ng.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-nigeria-payments-mcp - Norway Payments (Stripe — cards / Klarna) (app.wishpool/norway-payments-mcp@0.1.0) Norway payments for AI agents — cards / Klarna via Stripe. Never holds funds. installs: remote:https://mcp-no.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-norway-payments-mcp - Oman Payments (Tap Payments — cards / Apple Pay) (app.wishpool/oman-payments-mcp@0.1.0) Oman payments for AI agents — cards / Apple Pay via Tap Payments. Never holds funds. installs: remote:https://mcp-om.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-oman-payments-mcp - Pakistan Payments (Safepay — Safepay checkout) (app.wishpool/pakistan-payments-mcp@0.1.0) Pakistan payments for AI agents — Safepay checkout via Safepay. Never holds funds. installs: remote:https://mcp-pk.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-pakistan-payments-mcp - Peru Payments (Mercado Pago — Yape / PagoEfectivo) (app.wishpool/peru-payments-mcp@0.1.0) Peru payments for AI agents — Yape / PagoEfectivo via Mercado Pago. Never holds funds. installs: remote:https://mcp-pe.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-peru-payments-mcp - Poland Payments (Stripe — BLIK) (app.wishpool/poland-payments-mcp@0.1.0) Poland payments for AI agents — BLIK via Stripe. Never holds funds. installs: remote:https://mcp-pl.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-poland-payments-mcp - Portugal Payments (Stripe — Multibanco) (app.wishpool/portugal-payments-mcp@0.1.0) Portugal payments for AI agents — Multibanco via Stripe. Never holds funds. installs: remote:https://mcp-pt.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-portugal-payments-mcp - Qatar Payments (Tap Payments — cards / Apple Pay) (app.wishpool/qatar-payments-mcp@0.1.0) Qatar payments for AI agents — cards / Apple Pay via Tap Payments. Never holds funds. installs: remote:https://mcp-qa.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-qatar-payments-mcp - Romania Payments (Stripe — cards / Apple Pay) (app.wishpool/romania-payments-mcp@0.1.0) Romania payments for AI agents — cards / Apple Pay via Stripe. Never holds funds. installs: remote:https://mcp-ro.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-romania-payments-mcp - Rwanda Payments (Flutterwave — MTN MoMo) (app.wishpool/rwanda-payments-mcp@0.1.0) Rwanda payments for AI agents — MTN MoMo via Flutterwave. Never holds funds. installs: remote:https://mcp-rw.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-rwanda-payments-mcp - Saudi Arabia Payments (Tap Payments — mada / STC Pay) (app.wishpool/saudi-arabia-payments-mcp@0.1.0) Saudi Arabia payments for AI agents — mada / STC Pay via Tap Payments. Never holds funds. installs: remote:https://mcp-sa.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-saudi-arabia-payments-mcp - Senegal Payments (Flutterwave — Orange Money / Wave) (app.wishpool/senegal-payments-mcp@0.1.0) Senegal payments for AI agents — Orange Money / Wave via Flutterwave. Never holds funds. installs: remote:https://mcp-sn.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-senegal-payments-mcp - Singapore Payments (HitPay — PayNow QR) (app.wishpool/singapore-payments-mcp@0.1.0) Singapore payments for AI agents — PayNow QR via HitPay. Never holds funds. installs: remote:https://mcp-sg.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-singapore-payments-mcp - Slovakia Payments (Stripe — cards / Apple Pay) (app.wishpool/slovakia-payments-mcp@0.1.0) Slovakia payments for AI agents — cards / Apple Pay via Stripe. Never holds funds. installs: remote:https://mcp-sk.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-slovakia-payments-mcp - Slovenia Payments (Stripe — cards / Apple Pay) (app.wishpool/slovenia-payments-mcp@0.1.0) Slovenia payments for AI agents — cards / Apple Pay via Stripe. Never holds funds. installs: remote:https://mcp-si.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-slovenia-payments-mcp - South Africa Payments (Paystack — cards / EFT) (app.wishpool/south-africa-payments-mcp@0.1.0) South Africa payments for AI agents — cards / EFT via Paystack. Never holds funds. installs: remote:https://mcp-za.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-south-africa-payments-mcp - Spain Payments (Stripe — cards / Apple Pay) (app.wishpool/spain-payments-mcp@0.1.0) Spain payments for AI agents — cards / Apple Pay via Stripe. Never holds funds. installs: remote:https://mcp-es.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-spain-payments-mcp - Sweden Payments (Stripe — Klarna) (app.wishpool/sweden-payments-mcp@0.1.0) Sweden payments for AI agents — Klarna via Stripe. Never holds funds. installs: remote:https://mcp-se.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-sweden-payments-mcp - Switzerland Payments (Stripe — TWINT) (app.wishpool/switzerland-payments-mcp@0.1.0) Switzerland payments for AI agents — TWINT via Stripe. Never holds funds. installs: remote:https://mcp-ch.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-switzerland-payments-mcp - Taiwan Payments & E-Invoice (ECPay 綠界 / NewebPay 藍新) (app.wishpool/taiwan-payments-mcp@0.2.0) Taiwan payments (ECPay 綠界 + NewebPay 藍新) & e-invoices for AI agents. Stateless, never holds funds. installs: remote:https://mcp.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-taiwan-payments-mcp - Tanzania Payments (Flutterwave — M-Pesa / Tigo Pesa) (app.wishpool/tanzania-payments-mcp@0.1.0) Tanzania payments for AI agents — M-Pesa / Tigo Pesa via Flutterwave. Never holds funds. installs: remote:https://mcp-tz.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-tanzania-payments-mcp - Thailand Payments (Opn/Omise — PromptPay QR / cards / TrueMoney) (app.wishpool/thailand-payments-mcp@0.1.0) Thailand payments for AI agents — PromptPay QR, cards, TrueMoney via Opn (Omise). Never holds funds. installs: remote:https://mcp-th.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-thailand-payments-mcp - Turkey Payments (iyzico — Turkish cards / taksit) (app.wishpool/turkey-payments-mcp@0.1.0) Turkey payments for AI agents — Turkish cards / taksit via iyzico. Never holds funds. installs: remote:https://mcp-tr.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-turkey-payments-mcp - United Arab Emirates Payments (Tap Payments — Apple Pay / cards) (app.wishpool/uae-payments-mcp@0.1.0) United Arab Emirates payments for AI agents — Apple Pay / cards via Tap Payments. Never holds funds. installs: remote:https://mcp-ae.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-uae-payments-mcp - Uganda Payments (Flutterwave — MTN MoMo) (app.wishpool/uganda-payments-mcp@0.1.0) Uganda payments for AI agents — MTN MoMo via Flutterwave. Never holds funds. installs: remote:https://mcp-ug.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-uganda-payments-mcp - United Kingdom Payments (Stripe — Stripe checkout) (app.wishpool/uk-payments-mcp@0.1.0) United Kingdom payments for AI agents — Stripe checkout via Stripe. Never holds funds. installs: remote:https://mcp-gb.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-uk-payments-mcp - Ukraine Payments (LiqPay — LiqPay cards / Apple Pay) (app.wishpool/ukraine-payments-mcp@0.1.0) Ukraine payments for AI agents — LiqPay cards / Apple Pay via LiqPay. Never holds funds. installs: remote:https://mcp-ua.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-ukraine-payments-mcp - Uruguay Payments (Mercado Pago — Mercado Pago wallet) (app.wishpool/uruguay-payments-mcp@0.1.0) Uruguay payments for AI agents — Mercado Pago wallet via Mercado Pago. Never holds funds. installs: remote:https://mcp-uy.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-uruguay-payments-mcp - United States Payments (Stripe — Stripe checkout) (app.wishpool/usa-payments-mcp@0.1.0) United States payments for AI agents — Stripe checkout via Stripe. Never holds funds. installs: remote:https://mcp-us.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-usa-payments-mcp - Vietnam Payments (MoMo — wallet QR / ATM / cards) (app.wishpool/vietnam-payments-mcp@0.2.0) Vietnam payments for AI agents — MoMo wallet QR, ATM, cards. Zero-setup sandbox. Never holds funds. installs: remote:https://mcp-vn.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-vietnam-payments-mcp - Zambia Payments (Flutterwave — mobile money) (app.wishpool/zambia-payments-mcp@0.1.0) Zambia payments for AI agents — mobile money via Flutterwave. Never holds funds. installs: remote:https://mcp-zm.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-zambia-payments-mcp - au.com.manageyourloans/mortgage-tools (au.com.manageyourloans/mortgage-tools@1.0.0) Australian mortgage tools: repayment & borrowing-power calculators, guidance & enquiry capture. installs: remote:https://mcp-myl-oov7xgbxua-ts.a.run.app/mcp detail: https://mcpindex.ai/server/au-com-manageyourloans-mortgage-tools - bot.402/discovery-oracle (bot.402/discovery-oracle@1.0.1-beta) Discover live agent APIs, ranked endpoints, trust, payment telemetry, and x402 surfaces. installs: remote:https://api.402.bot/mcp detail: https://mcpindex.ai/server/bot-402-discovery-oracle - 9192 Public Compute (br.com.nineoneninetwo/9192@1.0.0) Remote MCP for 9192 discovery, pricebook, payment rails, GET_PULSE quotes, and receipt checks. installs: remote:https://nineoneninetwo.com.br/mcp detail: https://mcpindex.ai/server/br-com-nineoneninetwo-9192 - cash.flat/flatcash-mcp (cash.flat/flatcash-mcp@3.1.0) AI agent payment rail: earn, pay, trade in 152 currencies. Zero fees. installs: manual detail: https://mcpindex.ai/server/cash-flat-flatcash-mcp - TheProtocol — Sovereign AI Agent Platform (cloud.theprotocol/registry@1.1.0) Sovereign AI agent economy: identity, payments, governance, exchanges. 400+ tools, ?mode=gateway. installs: remote:https://api.theprotocol.cloud/mcp detail: https://mcpindex.ai/server/cloud-theprotocol-registry - Rho (co.rho/api@1.0.0) Tools for your business banking with Rho, including accounts, transactions, and more installs: remote:https://rhoapi.rho.co/mcp/v1 detail: https://mcpindex.ai/server/co-rho-api - coffee.402/mcp (coffee.402/mcp@0.1.1) Trust layer for agent payments (x402, Base): verify agents, risk scores, signed escrow verdicts. installs: npm:402coffee-mcp detail: https://mcpindex.ai/server/coffee-402-mcp - A2AWire (com.a2awire/a2awire@1.0.0) Escrow, reputation, and payments for agent-to-agent commerce. Non-custodial USDC/Base L2. installs: remote:https://a2awire.com/mcp/http detail: https://mcpindex.ai/server/com-a2awire-a2awire - com.accountingqb/accountingqb (com.accountingqb/accountingqb@3.16.0) QuickBooks Online for Claude: reports, bookkeeping cleanup, and US & Canadian tax prep. installs: remote:https://mcp.accountingqb.com/mcp detail: https://mcpindex.ai/server/com-accountingqb-accountingqb - AgentGrade (com.agentgrade/mcp-server@1.0.0) Scan any website for AI agent readiness, payment protocols, and discovery endpoints installs: remote:https://agentgrade.com/mcp detail: https://mcpindex.ai/server/com-agentgrade-mcp-server - ALT eSIM (com.altesim/esim@0.41.2) Search & buy travel data eSIMs for 70+ destinations — pay by Stripe link, get the eSIM QR. USD. installs: remote:https://altesim.com/api/mcp detail: https://mcpindex.ai/server/com-altesim-esim - com.biodnd/agent-fin (com.biodnd/agent-fin@0.1.2) Agent Fin: finance MCP server with market data tools installs: remote:https://agent-fin.biodnd.com/sse detail: https://mcpindex.ai/server/com-biodnd-agent-fin - com.blackwalltier/blackwall-x402-guardrail (com.blackwalltier/blackwall-x402-guardrail@0.1.1) Pre-signature x402 payment verdict (GO/HOLD/STOP) for AI agents, with a verifiable signed receipt. installs: remote:https://mcp.blackwalltier.com detail: https://mcpindex.ai/server/com-blackwalltier-blackwall-x402-guardrail - Consulate - AI Dispute Resolution (Crypto + Traditional + General) (com.consulatehq/consulate@2.0.0) Unified dispute resolution: crypto, payments, SLA violations. 95% AI automation. installs: remote:https://api.consulatehq.com detail: https://mcpindex.ai/server/com-consulatehq-consulate - com.economicium/mcp (com.economicium/mcp@1.0.0) Free finance and trading calculators as MCP tools: risk/reward, RMD, Coast FIRE, inflation. installs: remote:https://economicium-mcp.economicium.workers.dev/mcp detail: https://mcpindex.ai/server/com-economicium-mcp - ElkassabgiData (com.elkassabgidata/elkassabgidata@1.0.1) A growing family of free academic data libraries: finance, economics, and beyond (ElkassabgiData). installs: remote:https://elkassabgidata-mcp.elkassabgi.workers.dev/mcp detail: https://mcpindex.ai/server/com-elkassabgidata-elkassabgidata - EXVIV Competitive Intelligence (com.exviv/competitive-intelligence@1.0.0) Reviewed competitor pricing, offer comparisons, and market-change evidence with x402 payments. installs: remote:https://exviv.com/api/agent/v1/mcp detail: https://mcpindex.ai/server/com-exviv-competitive-intelligence - com.feeless402/nano-pay (com.feeless402/nano-pay@0.2.3) Pay for x402-priced APIs with feeless, sub-second Nano (XNO) micropayments from a local wallet. installs: pypi:feeless402 detail: https://mcpindex.ai/server/com-feeless402-nano-pay - Final POS (com.finalpos.build/final-flows@1.0.1) Build custom POS, kiosk, self-checkout & in-person payment apps with AI agents on Final POS. installs: remote:https://build.finalpos.com/api/mcp detail: https://mcpindex.ai/server/com-finalpos-build-final-flows - com.fininfostation/tw-finance (com.fininfostation/tw-finance@1.0.0) Taiwan finance open data: ETF, funds, TAIEX, sentiment, business climate, FX. Free & read-only. installs: remote:https://fininfostation.com/mcp detail: https://mcpindex.ai/server/com-fininfostation-tw-finance - com.gadgethumans.swarm/x402-middleware (com.gadgethumans.swarm/x402-middleware@3.0.1) One-line x402 + Stripe payment middleware for MCP servers. The Stripe for the agent economy. installs: npm:@gadgethumans/x402 detail: https://mcpindex.ai/server/com-gadgethumans-swarm-x402-middleware - com.getfreedomos/freedom-mcp (com.getfreedomos/freedom-mcp@1.0.0) Business-ops MCP for FreedomOS — finance, OKRs, customer scoring, AI agents, content. 250+ tools. installs: remote:https://twuluxmoognlwtmaoqgo.supabase.co/functions/v1/freedom-mcp detail: https://mcpindex.ai/server/com-getfreedomos-freedom-mcp - Holdings (com.getholdings/mcp@0.1.2) Let your AI send invoices and take payment — card or ACH. Free. installs: npm:@getholdings/mcp | remote:https://mcp.getholdings.com/mcp detail: https://mcpindex.ai/server/com-getholdings-mcp - SigVest (com.getsigvest/sigvest@1.0.0) Portfolio-aware finance tools: drift, risk, earnings, benchmarks, news, tax harvesting installs: remote:https://mcp.getsigvest.com/mcp detail: https://mcpindex.ai/server/com-getsigvest-sigvest - com.gocushy/mcp (com.gocushy/mcp@0.15.0) The checkout your AI runs — bumps, upsells, subscriptions, tax and affiliates on your own Stripe. installs: npm:@gocushy/mcp | remote:https://mcp.gocushy.com/mcp detail: https://mcpindex.ai/server/com-gocushy-mcp - com.griffnode/griffnode (com.griffnode/griffnode@1.0.1) Non-custodial crypto payments for AI assistants: balances, payments, and create payment links. installs: remote:https://mcp.griffnode.com/mcp detail: https://mcpindex.ai/server/com-griffnode-griffnode - ifthenpay Payments MCP (com.ifthenpay/payments@1.0.2) Remote MCP for ifthenpay payments: Multibanco, MB WAY and Payshop. installs: remote:https://ai.ifthenpay.com/mcp/payments/ detail: https://mcpindex.ai/server/com-ifthenpay-payments - joinBudget MCP (com.joinbudget/mcp@0.7.3) joinBudget MCP: Manage personal finances, budget spaces, transactions, and categories. installs: manual detail: https://mcpindex.ai/server/com-joinbudget-mcp - com.jupitersignup/jupitersignup (com.jupitersignup/jupitersignup@1.0.0) List, read, create, and edit JupiterSignup sign-up and payment forms. API key required. installs: remote:https://jupitersignup.com/mcp detail: https://mcpindex.ai/server/com-jupitersignup-jupitersignup - com.luniumpay/lunium (com.luniumpay/lunium@1.0.0) Verify a Brazilian PIX payment settled — no API key. Crypto↔PIX with Central Bank receipts. installs: remote:https://api.luniumpay.com/mcp detail: https://mcpindex.ai/server/com-luniumpay-lunium - Mako Metrics (com.makometrics/mako-metrics@1.0.0) Competitor Meta ads intelligence reports. List plans, create orders, Stripe checkout for humans. installs: remote:https://ufupdlaxddckqxbgbhwu.supabase.co/functions/v1/mcp detail: https://mcpindex.ai/server/com-makometrics-mako-metrics - MandateShield AI Payment Evidence (com.mandateshield/payment-authority@1.13.0) Analyzes delegated AI payment authority and exposes supported Stripe/x402 evidence contracts. installs: remote:https://mandateshield.com/api/mcp detail: https://mcpindex.ai/server/com-mandateshield-payment-authority - Marea — Storefront Backend for Agents (com.mareaalcalina/storefront@1.0.1) Hosted storefront backend for AI agents: products, cart, Stripe + PayPal, delivery, order tracking. installs: remote:https://mcp.mareaalcalina.com/mcp detail: https://mcpindex.ai/server/com-mareaalcalina-storefront - mcpweave (com.mcpweave/gateway@1.0.0) Korea-native MCP gateway: Korean commerce, payments, messaging, gov & finance APIs for AI agents. installs: remote:https://app.mcpweave.com/gateway/mcp detail: https://mcpindex.ai/server/com-mcpweave-gateway - com.mhsbloom/neutral-skincare-reference (com.mhsbloom/neutral-skincare-reference@1.0.0) Neutral, payment-blind reference of 1,682 dermacosmetic products: lookup, search, alternatives. installs: remote:https://europe-west3-mhs-bloom.cloudfunctions.net/bloomMcp detail: https://mcpindex.ai/server/com-mhsbloom-neutral-skincare-reference - com.midax402/mcp (com.midax402/mcp@1.0.0) Pay-per-query x402 business intelligence on Base, settled in USDC via the native 402 payment flow. installs: remote:https://mcp.midax402.com/mcp detail: https://mcpindex.ai/server/com-midax402-mcp - com.mnemopay/sdk (com.mnemopay/sdk@1.11.0) Memory + wallet for AI agents. Real payment rails, Agent FICO 300-850, Merkle audit, identity. installs: npm:@mnemopay/sdk detail: https://mcpindex.ai/server/com-mnemopay-sdk - nullpath Agent Marketplace (com.nullpath/marketplace@1.0.0) Discover and hire AI agents with micropayments. Search, check reputation, get pricing. installs: remote:https://nullpath.com/mcp detail: https://mcpindex.ai/server/com-nullpath-marketplace - com.okdocai/okdoc (com.okdocai/okdoc@1.0.0) E-signature & document automation: create, send, track and sign documents with payments. 38 tools. installs: remote:https://okdocai.com/api/mcp detail: https://mcpindex.ai/server/com-okdocai-okdoc - NCES Education Data (com.olyport/nces-education@1.1.0) School enrollment, graduation rates, demographics, finance, and Title I data installs: remote:https://mcp.olyport.com/nces-education/mcp detail: https://mcpindex.ai/server/com-olyport-nces-education - com.onelasso/lasso (com.onelasso/lasso@0.1.2) Run your OneLasso partnership program from your AI assistant: leads, partners, referrals, payments. installs: remote:https://api.lassotech.com/api/v1/mcp detail: https://mcpindex.ai/server/com-onelasso-lasso - Ontario Protocol (com.ontarioprotocol/ontario-protocol@1.0.3) Verify x402 endpoints before payment or publish service profiles for agent discovery. installs: remote:https://ontarioprotocol.com/mcp detail: https://mcpindex.ai/server/com-ontarioprotocol-ontario-protocol - com.paladinfi/trust-check-mcp (com.paladinfi/trust-check-mcp@0.1.0) Free OFAC SDN wallet screen + sample preview for AI agents on Base. Read-only, no payment surface. installs: remote:https://trust.paladinfi.com/mcp detail: https://mcpindex.ai/server/com-paladinfi-trust-check-mcp - Papaya Pay Any Bill (US) (com.papayapay.consumer-production.mcp-agent/bill-payment@1.0.1) Pay any US bill in a snap, right from your chat — utilities, medical, rent, parking tickets & more. installs: remote:https://mcp-agent.consumer-production.papayapay.com/payagent/mcp detail: https://mcpindex.ai/server/com-papayapay-consumer-production-mcp-agent-bill-payment - com.paysafe-agent/paysafe (com.paysafe-agent/paysafe@1.1.1) Payment firewall for x402: scans for replay, overpayment, PII/secret leaks, prompt-injection. installs: npm:paysafe-x402 detail: https://mcpindex.ai/server/com-paysafe-agent-paysafe - Qualy (com.qualyhq/qualy@0.1.0) AI access to your Qualy payments back office: contacts, payment requests, and search. installs: remote:https://api.qualyhq.com/v1/mcp detail: https://mcpindex.ai/server/com-qualyhq-qualy - Redbark (com.redbark/mcp@1.0.0) Read-only live access to Australian bank (CDR/open banking) and global brokerage data for AI agents. installs: remote:https://mcp.redbark.com/mcp detail: https://mcpindex.ai/server/com-redbark-mcp - Stratalize Finance (com.stratalize/finance@1.1.1) Financial benchmarks: yield curve, FX, WACC, M&A multiples, PE returns, and bank capital ratios. installs: remote:https://www.stratalize.com/api/mcp-public?vertical=finance detail: https://mcpindex.ai/server/com-stratalize-finance - com.stripe/mcp (com.stripe/mcp@0.2.4) MCP server integrating with Stripe - tools for customers, products, payments, and more. installs: remote:https://mcp.stripe.com detail: https://mcpindex.ai/server/com-stripe-mcp - Stupidly Clever (com.stupidlyclever.www/calculators@1.0.0) 140+ calculators and data tools — finance, health, science, global comparisons and more. installs: remote:https://api.stupidlyclever.com/mcp detail: https://mcpindex.ai/server/com-stupidlyclever-www-calculators - com.thenextgennexus/finance-mcp-server (com.thenextgennexus/finance-mcp-server@1.0.0) Stocks, crypto, FX, and portfolio math in one tool — no per-source API juggling. installs: remote:https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/finance-mcp-server/mcp detail: https://mcpindex.ai/server/com-thenextgennexus-finance-mcp-server - com.thenextgennexus/yahoo-finance-mcp-server (com.thenextgennexus/yahoo-finance-mcp-server@1.0.0) Yahoo fundamentals: earnings, P/E, analyst targets, peer comparisons for equity research. installs: remote:https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/yahoo-finance-mcp-server/mcp detail: https://mcpindex.ai/server/com-thenextgennexus-yahoo-finance-mcp-server - Thousand API (com.thousand-api/thousand-api@1.2.0) Certainty for AI Agents. Deterministic MCP tools for dates, crypto, finance. 84 tools. installs: remote:https://mcp.thousand-api.com/mcp detail: https://mcpindex.ai/server/com-thousand-api-thousand-api - Compliance Tools (com.timzinin.api/compliance-tools@1.0.0) Pay-per-call compliance lead scanners with free MCP discovery and x402 payments. installs: remote:https://api.timzinin.com/mcp/compliance-tools detail: https://mcpindex.ai/server/com-timzinin-api-compliance-tools - Lead Intelligence (com.timzinin.api/lead-intelligence@1.0.0) Pay-per-call lead intelligence tools with free MCP discovery and x402 payments. installs: remote:https://api.timzinin.com/mcp/lead-intelligence detail: https://mcpindex.ai/server/com-timzinin-api-lead-intelligence - Market Data (com.timzinin.api/market-data@1.0.1) 33 pay-per-call market and news data tools over MCP with free discovery and x402 payments. installs: remote:https://api.timzinin.com/mcp/market-data detail: https://mcpindex.ai/server/com-timzinin-api-market-data - US Brand Intelligence (com.timzinin.api/us-brand-intelligence@1.0.0) Pay-per-call US brand evidence and signal workflows with free MCP discovery and x402 payments. installs: remote:https://api.timzinin.com/mcp/us-brand-intelligence detail: https://mcpindex.ai/server/com-timzinin-api-us-brand-intelligence - com.trycloudflare.clients-involving-billion-headers/ai-video-generator (com.trycloudflare.clients-involving-billion-headers/ai-video-generator@1.0.0) AI video generation API with x402 USDC payment. TTS voiceover, animated text. installs: remote:https://clients-involving-billion-headers.trycloudflare.com detail: https://mcpindex.ai/server/com-trycloudflare-clients-involving-billion-headers-ai-video-generator - VerifyRef (com.verifyref/mcp@1.0.0) AI agent recruiting: talent pool match, reference checks, credit packs via Stripe MPP installs: npm:@datalinc/verifyref-mcp | remote:https://verifyref.com/api/mcp detail: https://mcpindex.ai/server/com-verifyref-mcp - com.virohanalife/booking (com.virohanalife/booking@1.0.0) Reserve a paid AI consultation with Akshay Shetty; returns a Stripe payment link. installs: remote:https://www.virohanalife.com/mcp/booking detail: https://mcpindex.ai/server/com-virohanalife-booking - Wisely x402 Agent-Payment Infrastructure (com.wiselyenterprisesllc/x402-agent-payment-infrastructure@0.2.0) Self-facilitated x402/MCP payments for hosted endpoints, rail proofs, receipts, and agents. installs: remote:https://payments.wiselyenterprisesllc.com/ai/mcp detail: https://mcpindex.ai/server/com-wiselyenterprisesllc-x402-agent-payment-infrastructure - com.zoninga/finance (com.zoninga/finance@1.0.0) Personal finance for AI agents: accounts, budgets, goals, 9-strategy debt payoff, reports. OAuth 2.1 installs: remote:https://zoninga.com/mcp detail: https://mcpindex.ai/server/com-zoninga-finance - Zyrvix Docs (com.zyrvix/docs@1.0.0) Zyrvix crypto-payments API reference for AI coding assistants. Anonymous, read-only. installs: remote:https://mcp.zyrvix.com/mcp detail: https://mcpindex.ai/server/com-zyrvix-docs - Kann KI das? Sponsoring (de.kannkidas/sponsorship@1.0.0) Find available sponsorship slots and create buyer-confirmed Stripe Checkouts on kannkidas.de. installs: remote:https://kannkidas.de/api/mcp detail: https://mcpindex.ai/server/de-kannkidas-sponsorship - dev.cz-agents/payqr (dev.cz-agents/payqr@0.1.11) European payment QR — SPAYD (CZ/SK) & EPC/GiroCode (SEPA), plus text/WiFi/vCard. Local, free. installs: npm:@czagents/payqr | remote:https://payqr.cz-agents.dev/mcp detail: https://mcpindex.ai/server/dev-cz-agents-payqr - dev.fly.veles-finance-gateway/veles-finance-mcp (dev.fly.veles-finance-gateway/veles-finance-mcp@1.0.1) AI financial agent: due diligence, SEC 10-K, Kelly Criterion. Pay-per-call via x402 USDC. installs: pypi:veles-finance-mcp detail: https://mcpindex.ai/server/dev-fly-veles-finance-gateway-veles-finance-mcp - dev.journalize/journalize (dev.journalize/journalize@1.0.0) Agent-native double-entry accounting ledger with x402 micropayments installs: remote:https://journalize.dev/mcp detail: https://mcpindex.ai/server/dev-journalize-journalize - dev.mossgate/mossgate-mcp (dev.mossgate/mossgate-mcp@0.1.1) mcp stdio server exposing mossgate trust and rue render apis with x402 usdc payment installs: npm:mossgate-mcp detail: https://mcpindex.ai/server/dev-mossgate-mossgate-mcp - Frisk (dev.tryfrisk/frisk@0.0.1) Screen the counterparty of an x402 payment before an agent pays it. Runs offline by default. installs: npm:frisk-mcp detail: https://mcpindex.ai/server/dev-tryfrisk-frisk - FibX (finance.fibrous/fibx@0.8.2) Swap, transfer, track a portfolio and use Aave V3 on Base, Citrea, HyperEVM and Monad. installs: npm:fibx detail: https://mcpindex.ai/server/finance-fibrous-fibx - Norman MCP Server (finance.norman/mcp-server@0.1.7) AI-powered bookkeeping and tax filing for entrepreneurs at the heart of the European economy. installs: pypi:norman-mcp-server | remote:https://mcp.norman.finance/mcp detail: https://mcpindex.ai/server/finance-norman-mcp-server - ORBT - The first Bitcoin-native credit rating agency! (finance.orbt/intelligence@3.3.0) Bitcoin-native credit ratings. ⚡ Lightning pay-per-query (99 sats) or API subscriptions. installs: npm:@orbt-finance/mcp-server detail: https://mcpindex.ai/server/finance-orbt-intelligence - Shibui Finance (finance.shibui/data@1.1.0) 9,900+ US equities, 64 years of prices, financials, technicals, and earnings. Ask in plain English. installs: remote:https://mcp.shibui.finance/mcp detail: https://mcpindex.ai/server/finance-shibui-data - fyi.cred/cred (fyi.cred/cred@0.0.1) Agentic payments. installs: remote:https://mcp.cred.fyi/mcp detail: https://mcpindex.ai/server/fyi-cred-cred - Diavgis — Greek Public Procurement (gr.diavgis/procurement@1.0.0) Search Greek public procurement: tenders, awards, contracts, payments, buyers and suppliers. installs: remote:https://mcp.diavgis.gr/mcp detail: https://mcpindex.ai/server/gr-diavgis-procurement - Chia Health MCP Server (health.chia/chia-mcp@1.0.0) Licensed US telehealth — GLP-1 medications, intake, consents, Stripe ACP. HIPAA-compliant, 30 tools. installs: remote:https://mcp.chia.health/ detail: https://mcpindex.ai/server/health-chia-chia-mcp - Blocksize Agentic Market Intelligence (info.blocksize.mcp/agentic-payments@0.6.3) Live multi-asset market data for AI agents with provenance, starter credits, x402, and examples. installs: remote:https://mcp.blocksize.info/mcp/server/ detail: https://mcpindex.ai/server/info-blocksize-mcp-agentic-payments - Frihet ERP (io.frihet/erp@1.16.3) AI-native ERP MCP: ES/EU fiscal compliance (VeriFactu/TicketBAI/Facturae), invoicing, tax, banking installs: npm:@frihet/mcp-server | remote:https://mcp.frihet.io/mcp detail: https://mcpindex.ai/server/io-frihet-erp - x711 — Universal Agent Gas Station (io.github.0580iris-lang/x711-gas-station@1.0.0) Pay-per-use tool API for AI agents. Free tier, x402 USDC micropayments, or API key. installs: remote:https://x711.io/mcp detail: https://mcpindex.ai/server/io-github-0580iris-lang-x711-gas-station - XDC AI (io.github.0xbeny/xdc-ai@1.0.0) Wallet and payments for AI agents: auto-pay x402 APIs in USDC on XDC, within on-chain limits. installs: remote:https://api.xdcai.tech/mcp detail: https://mcpindex.ai/server/io-github-0xbeny-xdc-ai - io.github.Abraxas1010/agent-payment-mcp (io.github.Abraxas1010/agent-payment-mcp@1.0.1) Secure USDC payments for AI agents on Base blockchain with budget controls and instant settlement. installs: manual detail: https://mcpindex.ai/server/io-github-abraxas1010-agent-payment-mcp - io.github.Agonx402/agon-protocol (io.github.Agonx402/agon-protocol@0.4.2) MCP server for Agon Protocol state reads and prepare-only payment-channel actions. installs: npm:@agonx402/protocol-mcp detail: https://mcpindex.ai/server/io-github-agonx402-agon-protocol - io.github.Akka-Finance/mcp-server (io.github.Akka-Finance/mcp-server@1.0.2) MCP server for AKKA Finance DEX aggregator — swap quotes, routes, and execution installs: npm:@akka-finance/mcp-server detail: https://mcpindex.ai/server/io-github-akka-finance-mcp-server - io.github.AlexanderLawson17/revettr-mcp (io.github.AlexanderLawson17/revettr-mcp@0.2.3) Counterparty risk scoring for agentic commerce via x402 micropayments. installs: pypi:revettr | remote:https://revettr.com/mcp detail: https://mcpindex.ai/server/io-github-alexanderlawson17-revettr-mcp - io.github.Ansvar-Systems/uk-farm-subsidies (io.github.Ansvar-Systems/uk-farm-subsidies@0.1.0) UK farm subsidy schemes — SFI, Countryside Stewardship, payment rates, eligibility installs: remote:https://mcp.ansvar.eu/uk-farm-subsidies/mcp detail: https://mcpindex.ai/server/io-github-ansvar-systems-uk-farm-subsidies - io.github.Apoth3osis-ai/agent-payment-mcp (io.github.Apoth3osis-ai/agent-payment-mcp@1.1.0) Secure MCP router providing access to AgentPMT's pay-per-use AI tools marketplace. installs: manual detail: https://mcpindex.ai/server/io-github-apoth3osis-ai-agent-payment-mcp - io.github.AymanElhakim/wassel (io.github.AymanElhakim/wassel@0.1.0) MENA commerce integration layer for AI agents: payments, BNPL, logistics, e-commerce, tax. installs: remote:https://api.wassel.cloud/mcp detail: https://mcpindex.ai/server/io-github-aymanelhakim-wassel - MIDAS Protocol (io.github.BbrainFrance/midas-protocol@1.0.0) Complete financial infrastructure for AI agents — payments, lending, escrow & more. installs: remote:https://mcp.midasprotocol.org/mcp detail: https://mcpindex.ai/server/io-github-bbrainfrance-midas-protocol - Billium (io.github.BilliumHQ/billium@0.1.3) Official Billium MCP server: manage crypto invoices, payments, and webhooks from any MCP host. installs: npm:@billium/mcp detail: https://mcpindex.ai/server/io-github-billiumhq-billium - Finance MCP (io.github.Blahaj-gif/hitl-finance-mcp@0.3.0) Market data, SEC filings and risk tools for Webull, Saxo and IBKR. Only you can send an order. installs: pypi:hitl-finance-mcp detail: https://mcpindex.ai/server/io-github-blahaj-gif-hitl-finance-mcp - io.github.Botagram/trust-gate (io.github.Botagram/trust-gate@1.0.1) Merchant trust verification for agentic commerce. Verify any merchant before autonomous payment. installs: npm:@registeredbrands/trust-gate-mcp detail: https://mcpindex.ai/server/io-github-botagram-trust-gate - Barcode Generator API (io.github.Br0ski777/barcode-generator@1.1.0) Generate barcodes — EAN-13, UPC-A, Code128, Code39. Returns SVG. x402 micropayment. installs: remote:https://barcode-generator.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-barcode-generator - Base64 Codec API (io.github.Br0ski777/base64-codec@1.1.0) Encode/decode base64 and URL-safe base64. x402 micropayment. installs: remote:https://base64-codec.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-base64-codec - Code Sandbox API (io.github.Br0ski777/code-sandbox@1.1.0) Execute Python, JavaScript, SQL code in a sandbox. x402 micropayment. installs: remote:https://code-sandbox.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-code-sandbox - Color Palette Generator API (io.github.Br0ski777/color-palette@1.1.0) Generate harmonious color palettes — complementary, analogous, triadic. x402 micropayment. installs: remote:https://color-palette.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-color-palette - Cron Parser API (io.github.Br0ski777/cron-parser@1.1.0) Parse, validate and explain cron expressions. Get next run times. x402 micropayment. installs: remote:https://cron-parser.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-cron-parser - Crontab Generator API (io.github.Br0ski777/crontab-generator@1.1.0) Natural language to cron expression converter. x402 micropayment. installs: remote:https://crontab-generator.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-crontab-generator - CSV to JSON API (io.github.Br0ski777/csv-to-json@1.1.0) Parse CSV to JSON array. Auto-detect delimiter, headers. x402 micropayment. installs: remote:https://csv-to-json.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-csv-to-json - Currency Converter API (io.github.Br0ski777/currency-converter@1.1.0) Fiat and crypto currency conversion — ECB + CoinGecko rates. x402 micropayment. installs: remote:https://currency-converter.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-currency-converter - Diff Checker API (io.github.Br0ski777/diff-checker@1.1.0) Compare two texts line-by-line — additions, deletions, unchanged. x402 micropayment. installs: remote:https://diff-checker.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-diff-checker - DNS Lookup API (io.github.Br0ski777/dns-lookup@1.1.0) DNS record lookup — A, AAAA, MX, TXT, CNAME, NS via Cloudflare. x402 micropayment. installs: remote:https://dns-lookup.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-dns-lookup - ENS Resolver API (io.github.Br0ski777/ens-resolver@1.1.0) Resolve ENS names to Ethereum addresses and reverse. x402 micropayment. installs: remote:https://ens-resolver.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-ens-resolver - Fact Checker API (io.github.Br0ski777/fact-checker@1.1.0) Verify claims with web evidence. Returns sources and verdict. x402 micropayment. installs: remote:https://fact-checker.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-fact-checker - Gas Estimator API (io.github.Br0ski777/gas-estimator@1.1.0) Multi-chain gas estimation — ETH, Base, Polygon, Arbitrum, BSC. x402 micropayment. installs: remote:https://gas-estimator.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-gas-estimator - Hash Generator API (io.github.Br0ski777/hash-generator@1.1.0) Cryptographic hashing — MD5, SHA1, SHA256, SHA512, bcrypt. x402 micropayment. installs: remote:https://hash-generator.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-hash-generator - Hyperliquid Spot API (io.github.Br0ski777/hl-spot@1.1.0) Hyperliquid spot tokens, prices, volume, wallet balances. 454 tokens. x402 micropayment. installs: remote:https://hl-spot.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-hl-spot - HTML to Markdown API (io.github.Br0ski777/html-to-markdown@1.1.0) Convert HTML to clean markdown. Strips scripts and styles. x402 micropayment. installs: remote:https://html-to-markdown.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-html-to-markdown - HTTP Headers Analyzer API (io.github.Br0ski777/http-headers@1.1.0) HTTP header analysis — security headers, cache, server detection. x402 micropayment. installs: remote:https://http-headers.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-http-headers - Image Generator API (io.github.Br0ski777/image-generator@1.0.0) AI image generation from text prompts via Gemini. x402 micropayment. installs: remote:https://image-generator-x402-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-image-generator - Image Resize API (io.github.Br0ski777/image-resize@1.1.0) Resize images from URL — PNG, JPEG, WebP output. x402 micropayment. installs: remote:https://image-resize.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-image-resize - JSON Validator API (io.github.Br0ski777/json-validator@1.1.0) JSON syntax validation, JSON Schema checking, structure stats. x402 micropayment. installs: remote:https://json-validator.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-json-validator - JWT Decoder API (io.github.Br0ski777/jwt-decoder@1.1.0) Decode JWT tokens — inspect header, payload, claims, expiry. x402 micropayment. installs: remote:https://jwt-decoder.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-jwt-decoder - Lorem Ipsum Generator API (io.github.Br0ski777/lorem-ipsum@1.1.0) Generate placeholder text — paragraphs, sentences, words. x402 micropayment. installs: remote:https://lorem-ipsum.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-lorem-ipsum - Markdown to HTML API (io.github.Br0ski777/markdown-to-html@1.1.0) Convert markdown to clean HTML with headings, lists, code blocks. x402 micropayment. installs: remote:https://markdown-to-html.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-markdown-to-html - NFT Metadata API (io.github.Br0ski777/nft-metadata@1.1.0) Fetch NFT metadata — name, image, traits from contract+tokenId. x402 micropayment. installs: remote:https://nft-metadata.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-nft-metadata - OCR Text Extraction API (io.github.Br0ski777/ocr-extract@1.1.0) Extract text from images using OCR. Tesseract-powered. x402 micropayment. installs: remote:https://ocr-extract.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-ocr-extract - Port Scanner API (io.github.Br0ski777/port-scanner@1.1.0) TCP port scanning — check open ports on any host. x402 micropayment. installs: remote:https://port-scanner.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-port-scanner - QR Code Generator API (io.github.Br0ski777/qr-code@1.1.0) Generate QR codes from text or URLs. Returns base64 PNG. x402 micropayment. installs: remote:https://qr-code.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-qr-code - Regex Tester API (io.github.Br0ski777/regex-generator@1.1.0) Test, validate and explain regular expressions with match highlighting. x402 micropayment. installs: remote:https://regex-generator.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-regex-generator - Research Report API (io.github.Br0ski777/research-report@1.1.0) Multi-source research report generator with web fetching. x402 micropayment. installs: remote:https://research-report.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-research-report - Slug Generator API (io.github.Br0ski777/slug-generator@1.1.0) URL-friendly slugs from text — transliteration, custom separators. x402 micropayment. installs: remote:https://slug-generator.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-slug-generator - SSL Checker API (io.github.Br0ski777/ssl-checker@1.1.0) SSL certificate check — validity, expiry, issuer, chain, grade. x402 micropayment. installs: remote:https://ssl-checker.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-ssl-checker - Stock Price API (io.github.Br0ski777/stock-price@1.1.0) Real-time stock quotes — price, change, volume, market cap. x402 micropayment. installs: remote:https://stock-price.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-stock-price - Text to Speech API (io.github.Br0ski777/text-to-speech@1.1.0) Convert text to MP3 speech audio in 50+ languages. x402 micropayment. installs: remote:https://text-to-speech.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-text-to-speech - Text Translator API (io.github.Br0ski777/text-translator@1.1.0) Translate text between 50+ languages with auto-detection. x402 micropayment. installs: remote:https://text-translator.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-text-translator - Timezone Converter API (io.github.Br0ski777/timezone-converter@1.1.0) Convert datetime between timezones. List all IANA zones. x402 micropayment. installs: remote:https://timezone-converter.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-timezone-converter - Token Price API (io.github.Br0ski777/token-price@1.1.0) Real-time crypto token prices — price, 24h change, market cap, volume. x402 micropayment. installs: remote:https://token-price.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-token-price - Unit Converter API (io.github.Br0ski777/unit-converter@1.1.0) Unit conversion — length, weight, temperature, volume, speed, data. x402 micropayment. installs: remote:https://unit-converter.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-unit-converter - URL Shortener API (io.github.Br0ski777/url-shortener@1.1.0) Shorten URLs with hash-based codes or custom aliases. x402 micropayment. installs: remote:https://url-shortener.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-url-shortener - UUID Generator API (io.github.Br0ski777/uuid-generator@1.1.0) Generate UUIDs v4, v7, ULID, nanoid. Batch support. x402 micropayment. installs: remote:https://uuid-generator.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-uuid-generator - Vector Search API (io.github.Br0ski777/vector-search@1.1.0) In-memory vector search with TF-IDF and cosine similarity. x402 micropayment. installs: remote:https://vector-search.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-vector-search - Weather API (io.github.Br0ski777/weather-api@1.1.0) Current weather and 7-day forecast for any location. OpenMeteo-powered. x402 micropayment. installs: remote:https://weather-api.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-weather-api - Web Search API (io.github.Br0ski777/web-search@1.1.0) Web search returning structured results — titles, URLs, snippets. x402 micropayment. installs: remote:https://web-search.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-web-search - Webhook Tester API (io.github.Br0ski777/webhook-tester@1.1.0) Test webhook endpoints — send requests, measure latency, validate responses. x402 micropayment. installs: remote:https://webhook-tester.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-webhook-tester - Whale Alert API (io.github.Br0ski777/whale-alert@1.1.0) Track large on-chain whale transactions on Ethereum and Base. x402 micropayment. installs: remote:https://whale-alert.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-whale-alert - Word Counter API (io.github.Br0ski777/word-counter@1.1.0) Count words, characters, sentences, paragraphs, reading time. x402 micropayment. installs: remote:https://word-counter.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-word-counter - io.github.Braynexservices/nigeria-electricity (io.github.Braynexservices/nigeria-electricity@0.2.6) Read-only Nigerian electricity meter validation + DisCo list via VTpass (free keys). No payments. installs: npm:@braynexservices/nigeria-mcp-electricity detail: https://mcpindex.ai/server/io-github-braynexservices-nigeria-electricity - io.github.CLAW-AI-FL/agentiscript-mcp (io.github.CLAW-AI-FL/agentiscript-mcp@1.0.2) 30,000+ SVG icons for AI, blockchain, DeFi and finance. Search by concept via MCP. installs: npm:agentiscript-mcp detail: https://mcpindex.ai/server/io-github-claw-ai-fl-agentiscript-mcp - io.github.CSOAI-ORG/agent-commerce-payments-mcp (io.github.CSOAI-ORG/agent-commerce-payments-mcp@1.0.13) Agent Commerce Payments MCP Server by MEOK AI Labs installs: pypi:agent-commerce-payments-mcp | remote:https://api.meok.ai/v1/a2a/commerce-payments detail: https://mcpindex.ai/server/io-github-csoai-org-agent-commerce-payments-mcp - io.github.CSOAI-ORG/agent-commerce-protocol-mcp (io.github.CSOAI-ORG/agent-commerce-protocol-mcp@1.0.11) Agent Commerce Protocol MCP — bridges Stripe ACP + Google AP2 + Coinbase x402 for agent payments installs: pypi:agent-commerce-protocol-mcp | remote:https://api.meok.ai/v1/a2a/agent-commerce-protocol detail: https://mcpindex.ai/server/io-github-csoai-org-agent-commerce-protocol-mcp - io.github.CSOAI-ORG/meok-stripe-acp-checkout-mcp (io.github.CSOAI-ORG/meok-stripe-acp-checkout-mcp@1.0.4) MEOK Stripe ACP Checkout MCP — ChatGPT shopping bridge. Issues + verifies + signs Stripe Agentic installs: pypi:meok-stripe-acp-checkout-mcp | remote:https://api.meok.ai/v1/a2a/stripe-acp-checkout detail: https://mcpindex.ai/server/io-github-csoai-org-meok-stripe-acp-checkout-mcp - io.github.CSOAI-ORG/personal-finance-ai-mcp (io.github.CSOAI-ORG/personal-finance-ai-mcp@1.0.4) personal-finance-ai-mcp MCP server by MEOK AI Labs installs: pypi:personal-finance-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-personal-finance-ai-mcp - io.github.CSOAI-ORG/stripe-billing-mcp (io.github.CSOAI-ORG/stripe-billing-mcp@1.0.4) stripe-billing-mcp MCP server by MEOK AI Labs installs: pypi:stripe-billing-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-stripe-billing-mcp - io.github.CWhittemore1010/penni-mcp (io.github.CWhittemore1010/penni-mcp@1.0.1) AI bookkeeper. Connect QuickBooks to Claude Desktop. installs: npm:penni-mcp detail: https://mcpindex.ai/server/io-github-cwhittemore1010-penni-mcp - io.github.CarbonCashmere/x402-mcp (io.github.CarbonCashmere/x402-mcp@0.2.2) 177 crypto market intel endpoints with auto x402 USDC micropayments from your AI agent installs: npm:@carbon-cashmere/x402-mcp detail: https://mcpindex.ai/server/io-github-carboncashmere-x402-mcp - io.github.Choppaaahh/interline (io.github.Choppaaahh/interline@0.1.3) Neutral, non-custodial MCP payment router: discover rails, then pay across them. installs: pypi:interline detail: https://mcpindex.ai/server/io-github-choppaaahh-interline - io.github.Clawallex-Tech/clawallex-mcp (io.github.Clawallex-Tech/clawallex-mcp@1.0.9) MCP Server for Clawallex payment API - Pay for anything with USDC virtual cards installs: npm:@clawallex/mcp-server detail: https://mcpindex.ai/server/io-github-clawallex-tech-clawallex-mcp - io.github.Dairus01/interswitch-mcp-server (io.github.Dairus01/interswitch-mcp-server@0.1.3) MCP server for Interswitch APIs: payments, transfers, Verve cards, airtime, and paycodes. installs: npm:interswitch-mcp-server detail: https://mcpindex.ai/server/io-github-dairus01-interswitch-mcp-server - io.github.DeepSearch-Common/korean-stocks (io.github.DeepSearch-Common/korean-stocks@1.0.3) Korean stock & crypto for AI agents. KRX news, financials, risk via x402 USDC payments. installs: npm:deepsearch-x402-mcp detail: https://mcpindex.ai/server/io-github-deepsearch-common-korean-stocks - io.github.Deesmo/arch-tools-mcp (io.github.Deesmo/arch-tools-mcp@2.0.1) 63 production tools for AI agents — one API key, pay per call in USDC (x402) or Stripe credits. installs: remote:https://archtools.dev/mcp detail: https://mcpindex.ai/server/io-github-deesmo-arch-tools-mcp - io.github.Dempty-glitch/z-zero-mcp (io.github.Dempty-glitch/z-zero-mcp@1.9.0) Payments for AI agents: gasless USDC on Base + JIT single-use virtual cards, PAN never in context. installs: npm:z-zero-mcp-server detail: https://mcpindex.ai/server/io-github-dempty-glitch-z-zero-mcp - io.github.DingDawg-dev/dingdawg-finance-agent (io.github.DingDawg-dev/dingdawg-finance-agent@2.0.4) Financial analysis AI. Forecasting, audit prep, SOX/GAAP compliance. Accuracy compounds with use. installs: npm:dingdawg-finance-agent detail: https://mcpindex.ai/server/io-github-dingdawg-dev-dingdawg-finance-agent - io.github.ElToro1855/ozav-mcp-server (io.github.ElToro1855/ozav-mcp-server@1.1.0) Forex, IOF tax, US accounts, stablecoins, and international payments in Brazil. installs: npm:ozav-mcp-server detail: https://mcpindex.ai/server/io-github-eltoro1855-ozav-mcp-server - KTA-Oracle (io.github.Elemzir/kta-oracle@1.1.0) Live KTA rates, market data, payment rails, AML/VAT compliance, SDK snippets. 16 tools. installs: remote:https://kta-oracle.vercel.app/mcp detail: https://mcpindex.ai/server/io-github-elemzir-kta-oracle - io.github.EricSpencer00/instxnt (io.github.EricSpencer00/instxnt@0.4.0) Create instxnt.xyz storefronts through Claude: add products, connect Stripe, go live. installs: npm:@instxntdotxyz/mcp-server | remote:https://mcp.instxnt.xyz/mcp detail: https://mcpindex.ai/server/io-github-ericspencer00-instxnt - GASTOR-Motherboard (io.github.Evozim/gastor-motherboard@1.0.0) Showcase validator orchestrating multi-agent swarm governance and payments. installs: remote:https://gastor-motherboard-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-gastor-motherboard - Helium Financial (io.github.Evozim/helium-financial@1.0.0) Financial oracle aggregating Yahoo Finance metrics for portfolio analysis. installs: remote:https://helium-financial-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-helium-financial - io.github.Evozim/m2mcent (io.github.Evozim/m2mcent@1.0.3) x402 payment wrapper for AI Agents and MCP Servers. USDC settlements on Base L2. installs: npm:m2mcent-sdk detail: https://mcpindex.ai/server/io-github-evozim-m2mcent - io.github.Finanzgoblin/spectra-mcp-server (io.github.Finanzgoblin/spectra-mcp-server@1.0.0) Spectra Finance MCP server: yield discovery, PT/YT, looping, Morpho, 10 chains installs: npm:spectra-mcp-server detail: https://mcpindex.ai/server/io-github-finanzgoblin-spectra-mcp-server - io.github.FurlPay/furlpay-cli (io.github.FurlPay/furlpay-cli@0.2.2) Stablecoin payments, swaps, stock orders, market data, travel booking, yield and card controls. installs: npm:@furlpay/cli detail: https://mcpindex.ai/server/io-github-furlpay-furlpay-cli - io.github.Growi-DeFi/mcp-growi (io.github.Growi-DeFi/mcp-growi@0.2.0) MCP server for Growi Finance — programmatic interaction with the GrowiHFVault on Arbitrum installs: npm:mcp-growi detail: https://mcpindex.ai/server/io-github-growi-defi-mcp-growi - io.github.HTTPayer/mcp (io.github.HTTPayer/mcp@0.1.7) x402 micropayments for AI agents — credits-based, no wallets, no blockchain. installs: npm:@httpayer/mcp detail: https://mcpindex.ai/server/io-github-httpayer-mcp - io.github.HypnoLabs-io/agentchurch-mcp (io.github.HypnoLabs-io/agentchurch-mcp@0.1.1) Spiritual services for AI agents — confessions, salvation, identity. x402 payments. installs: npm:@agentchurch/mcp detail: https://mcpindex.ai/server/io-github-hypnolabs-io-agentchurch-mcp - io.github.IbrahimKhaled19/backgen (io.github.IbrahimKhaled19/backgen@1.14.0) Generate Express.js backend projects with ORMs, auth, payments, and DevOps installs: npm:@ibrahimkhaled19/backgen detail: https://mcpindex.ai/server/io-github-ibrahimkhaled19-backgen - io.github.IntrepidServicesLLC/lemonsqueezy-mcp-server (io.github.IntrepidServicesLLC/lemonsqueezy-mcp-server@1.0.3) Lemon Squeezy SDK as MCP server. Give your AI assistant access to payment and subscription data. installs: npm:lemonsqueezy-mcp-server detail: https://mcpindex.ai/server/io-github-intrepidservicesllc-lemonsqueezy-mcp-server - io.github.ItsMalware/librarian-nexus (io.github.ItsMalware/librarian-nexus@1.0.0) Knowledge synthesis MCP server with vector-deduplicated lessons and x402 micropayments. installs: manual detail: https://mcpindex.ai/server/io-github-itsmalware-librarian-nexus - io.github.JasonColapietro/agentic-commerce-catalog (io.github.JasonColapietro/agentic-commerce-catalog@0.1.0) AI music, video, image, and voice tools callable by agents with USDC payments via x402 on Base. installs: remote:https://app.suedeai.ai/api/mcp detail: https://mcpindex.ai/server/io-github-jasoncolapietro-agentic-commerce-catalog - Finance Toolkit (io.github.JerBouma/financetoolkit@2.1.2) 200+ transparent financial metrics calculated from raw statements, not third-party endpoints. installs: pypi:financetoolkit | remote:https://financetoolkit.jeroenbouma.com/mcp detail: https://mcpindex.ai/server/io-github-jerbouma-financetoolkit - io.github.JosueM1109/personal-finance-mcp (io.github.JosueM1109/personal-finance-mcp@1.0.0) Self-hosted, read-only MCP server that connects your banks and investments via Plaid. installs: docker:ghcr.io/josuem1109/personal-finance-mcp:1.0.0 detail: https://mcpindex.ai/server/io-github-josuem1109-personal-finance-mcp - io.github.KhizarShabir1/portfolio-signals (io.github.KhizarShabir1/portfolio-signals@0.1.2) Real-time stock quotes and technical signals: RSI, MACD, SMA crossovers via Yahoo Finance. installs: pypi:portfolio-signals-mcp | remote:https://portfolio-signals-mcp.fly.dev/mcp detail: https://mcpindex.ai/server/io-github-khizarshabir1-portfolio-signals - io.github.LaZZy0v0/tijori-finance (io.github.LaZZy0v0/tijori-finance@1.0.0) Indian equity research MCP — 5,000+ NSE/BSE stocks, financials, KPIs, and concall transcripts. installs: npm:tijori-finance-mcp detail: https://mcpindex.ai/server/io-github-lazzy0v0-tijori-finance - io.github.MPP32/mpp32-mcp-server (io.github.MPP32/mpp32-mcp-server@1.1.2) Payment layer for AI agents. One MCP, five protocols, thousands of paid APIs your agent can call. installs: npm:mpp32-mcp-server detail: https://mcpindex.ai/server/io-github-mpp32-mpp32-mcp-server - io.github.Mad-Man-Dan/karbon-mcp-server (io.github.Mad-Man-Dan/karbon-mcp-server@0.2.4) Unofficial MCP server for Karbon practice management: contacts, work, time, invoices, payments. installs: npm:karbon-mcp-server detail: https://mcpindex.ai/server/io-github-mad-man-dan-karbon-mcp-server - io.github.MayankTalwar0/startup-finance-metrics (io.github.MayankTalwar0/startup-finance-metrics@1.1.2) An MCP server for analyzing startup financial health and generating metrics reports locally. installs: pypi:startup-finance-mcp detail: https://mcpindex.ai/server/io-github-mayanktalwar0-startup-finance-metrics - io.github.Merit-Systems/agentcash (io.github.Merit-Systems/agentcash@0.13.4) Generic MCP server for calling x402-protected APIs with automatic payment handling installs: npm:agentcash detail: https://mcpindex.ai/server/io-github-merit-systems-agentcash - io.github.MrCartographer/cartography-mcp-server (io.github.MrCartographer/cartography-mcp-server@1.2.0) Human-curated crypto market intelligence with x402 payments. Weekly signals and analysis. installs: npm:cartography-mcp-server detail: https://mcpindex.ai/server/io-github-mrcartographer-cartography-mcp-server - io.github.MrCartographer/crypto-analysis-human-mcp (io.github.MrCartographer/crypto-analysis-human-mcp@1.6.1) Human-curated crypto signals, altcoin analysis, and airdrop alpha. x402 payments. installs: npm:crypto-analysis-human-mcp detail: https://mcpindex.ai/server/io-github-mrcartographer-crypto-analysis-human-mcp - io.github.Neji402/engedi (io.github.Neji402/engedi@1.2.1) 93 tools: finance, weather, news, travel, knowledge, SEO. 27 free + 66 paid via USDC x402. installs: npm:@neji402/engedi-mcp detail: https://mcpindex.ai/server/io-github-neji402-engedi - io.github.Nikolife2016/pulsefeed-x402 (io.github.Nikolife2016/pulsefeed-x402@1.0.7) Verify x402 payment endpoints before an AI agent pays: scam scan, on-chain checks, trust scores. installs: npm:pulsefeed-x402-mcp | remote:https://pulsefeed.dev/mcp-server detail: https://mcpindex.ai/server/io-github-nikolife2016-pulsefeed-x402 - io.github.NyxToolsDev/quickbooks-mcp-server (io.github.NyxToolsDev/quickbooks-mcp-server@0.1.1) Connect Claude to QuickBooks Online — query finances, create invoices, run reports installs: pypi:quickbooks-mcp detail: https://mcpindex.ai/server/io-github-nyxtoolsdev-quickbooks-mcp-server - Agent Revenue Copilot (io.github.Olddun/agent-revenue-copilot@0.1.41) MCP/x402 starter audit; payment-ready buyers call buy_now first. installs: remote:https://doctors-lighting-facial-admissions.trycloudflare.com/agent-revenue-copilot/mcp detail: https://mcpindex.ai/server/io-github-olddun-agent-revenue-copilot - Orbis API Marketplace (io.github.OrbisAPI/orbis-mcp@1.0.7) 8,000+ pay-per-call APIs via x402 USDC micropayments on Base. No API keys needed. installs: npm:@orbisapi/mcp detail: https://mcpindex.ai/server/io-github-orbisapi-orbis-mcp - run.pay (io.github.PalabreX/runpay@1.0.0) Stripe-native marketplace where AI agents discover and pay per call for API services. installs: remote:https://runpay-backend-visibility-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-palabrex-runpay - io.github.Parsons-ai/money (io.github.Parsons-ai/money@3.0.0) Personal finance assistant — track transactions, budgets, net worth via Plaid installs: remote:https://money.parsons.ai/api/mcp detail: https://mcpindex.ai/server/io-github-parsons-ai-money - io.github.Perufitlife/incomeos (io.github.Perufitlife/incomeos@0.2.2) Ask what you earn across every income stream: Stripe, affiliates, app stores, ads, manual. installs: npm:incomeos-mcp detail: https://mcpindex.ai/server/io-github-perufitlife-incomeos - AgentEconomy Compliance API (io.github.Piwe/compliance-api@1.0.0) Paid KYC, AML, and regulatory risk assessment over MCP via x402 USDC micropayments on Base. installs: remote:https://api.netbrainis.co.za/mcp detail: https://mcpindex.ai/server/io-github-piwe-compliance-api - SLB Florida Business Intelligence (io.github.Polsia-Inc/slb-florida-business-intelligence@1.0.0) 312K+ FL commercial parcels, 6,400+ verified listings, AI visibility reports, x402 micropayments installs: remote:https://support-local-businesses.polsia.app/mcp detail: https://mcpindex.ai/server/io-github-polsia-inc-slb-florida-business-intelligence - io.github.RRGU26/bankregpulse-mcp-server (io.github.RRGU26/bankregpulse-mcp-server@1.0.3) Real-time banking regulatory intelligence from 100+ federal and state sources. installs: npm:bankregpulse-mcp-server detail: https://mcpindex.ai/server/io-github-rrgu26-bankregpulse-mcp-server - io.github.RipperMercs/terminalfeed (io.github.RipperMercs/terminalfeed@1.0.0) Real-time data feeds for AI agents with USDC micropayments on Base for premium tools. installs: remote:https://terminalfeed.io/api/mcp detail: https://mcpindex.ai/server/io-github-rippermercs-terminalfeed - io.github.Robocular/spawnpay (io.github.Robocular/spawnpay@0.4.7) Crypto wallets, payments, and referral earnings for AI agents on Base L2 installs: npm:spawnpay-mcp detail: https://mcpindex.ai/server/io-github-robocular-spawnpay - Seneschal Data (io.github.Rotwang9000/seneschal-data@0.1.1) Monero/Zcash payment webhooks + DeFi liquidation & Ethereum builder data over MCP. Free tier; x402. installs: remote:https://mcp.seneschal.space/ detail: https://mcpindex.ai/server/io-github-rotwang9000-seneschal-data - io.github.RudrenduPaul/freelancer-payment-protection (io.github.RudrenduPaul/freelancer-payment-protection@0.1.6) Wraps the fpp CLI as a single generic MCP tool for freelancer client payment-risk checks. installs: pypi:freelancer-payment-protection-cli detail: https://mcpindex.ai/server/io-github-rudrendupaul-freelancer-payment-protection - AgentPay (io.github.Rumblingb/agentpay@0.2.0) Agent payments, API key vaulting, and governed mandates. Agents spend within user-defined limits. installs: npm:@agentpayxyz/mcp-server | remote:https://api.agentpay.so/api/mcp detail: https://mcpindex.ai/server/io-github-rumblingb-agentpay - io.github.Rumblingb/agentpay-sentinel-mcp (io.github.Rumblingb/agentpay-sentinel-mcp@1.0.0) Security guardrails for AI agent payments installs: manual detail: https://mcpindex.ai/server/io-github-rumblingb-agentpay-sentinel-mcp - io.github.Ryvonetwork/ryvo-protocol (io.github.Ryvonetwork/ryvo-protocol@0.5.1) MCP server for Ryvo Protocol state reads and prepare-only payment-channel actions. installs: npm:@ryvonetwork/protocol-mcp detail: https://mcpindex.ai/server/io-github-ryvonetwork-ryvo-protocol - io.github.Samarth-23-eng/india-mcp (io.github.Samarth-23-eng/india-mcp@1.0.16) MCP servers for Indian APIs including stocks, GST, railways, banking, and RTO. installs: npm:@samarth-23-eng/india-mcp detail: https://mcpindex.ai/server/io-github-samarth-23-eng-india-mcp - io.github.Samarth-23-eng/india-mcp-banking (io.github.Samarth-23-eng/india-mcp-banking@1.0.11) MCP server for Indian banking: IFSC lookup, UPI VPA validation, bank UPI status. installs: npm:@samarth-23-eng/india-mcp detail: https://mcpindex.ai/server/io-github-samarth-23-eng-india-mcp-banking - io.github.SamuelMoraesF/mcp-organizze (io.github.SamuelMoraesF/mcp-organizze@0.1.2) MCP para integração com o gestor financeiro Organizze. Crie transações, consulte saldos e metas. installs: pypi:mcp-organizze | docker:samuelmoraesf/mcp-organizze detail: https://mcpindex.ai/server/io-github-samuelmoraesf-mcp-organizze - x402 Web Extract (io.github.Senpi-Station/x402-web-extract@1.0.1) Pay-per-use web extract, token prices, and wallet balances via x402 USDC micropayments. installs: remote:https://x402-web-extract.senpi-agent.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-senpi-station-x402-web-extract - agentic-pay (io.github.ShieldCubed/agentic-pay@0.1.1) Non-custodial payment engine for AI agents — BTC, ETH, USDT, USDC, XRP, XMR, ZEC. installs: npm:@shieldcubed/agentic-pay detail: https://mcpindex.ai/server/io-github-shieldcubed-agentic-pay - io.github.ShieldZCash/mcp (io.github.ShieldZCash/mcp@0.3.0) Keyless non-custodial crypto payments for AI agents: payment links and tip jars, no API key. installs: npm:@shieldz/mcp | remote:https://shieldz.cash/mcp detail: https://mcpindex.ai/server/io-github-shieldzcash-mcp - SignalEDI (io.github.SignalEDI/mcp-server@0.4.0) EDI parse, validate, send, inspect, and QuickBooks tools for MCP clients. installs: npm:@signaledi/mcp-server detail: https://mcpindex.ai/server/io-github-signaledi-mcp-server - io.github.SolomonisBlack/tollbooth-x402 (io.github.SolomonisBlack/tollbooth-x402@0.6.0) Discover, quote, verify & self-check 56 x402 pay-per-call finance/tax calculators for AI agents. installs: npm:tollbooth-x402 detail: https://mcpindex.ai/server/io-github-solomonisblack-tollbooth-x402 - Nexus Alpha Geometry (io.github.SpearmanMODE/nexus-alpha-geometry@0.1.2) Finance research agent for thesis, trade note, and market-state review. installs: remote:https://nexus.roguefrontiervc.com/api/mcp detail: https://mcpindex.ai/server/io-github-spearmanmode-nexus-alpha-geometry - x402 Triage MCP (io.github.TateLyman/x402-triage-mcp@0.1.1) MCP server for no-payment x402 surface triage, 402 Index health checks, and paid review handoff. installs: npm:x402-triage-mcp detail: https://mcpindex.ai/server/io-github-tatelyman-x402-triage-mcp - io.github.TelcharFromNogrod/keen (io.github.TelcharFromNogrod/keen@1.0.2) AI image upscaling — upscale any image to 2x or 4x resolution with x402 payments installs: npm:@keenimg/mcp detail: https://mcpindex.ai/server/io-github-telcharfromnogrod-keen - Sentinel Payment Boundary Tools (io.github.TerminallyLazy/sentinel-recovery-services@0.4.1) Read-only payment-boundary preflights plus an unsubmitted public quote-request draft tool. installs: manual detail: https://mcpindex.ai/server/io-github-terminallylazy-sentinel-recovery-services - io.github.TheMemeBanker/nory-mcp-server (io.github.TheMemeBanker/nory-mcp-server@0.1.1) Give any AI agent instant payment capabilities via x402 protocol on Solana installs: npm:nory-mcp-server detail: https://mcpindex.ai/server/io-github-thememebanker-nory-mcp-server - io.github.TheMemeBanker/nory-x402 (io.github.TheMemeBanker/nory-x402@1.0.3) Give any AI agent instant payment capabilities via x402 protocol on Solana installs: npm:nory-mcp-server detail: https://mcpindex.ai/server/io-github-thememebanker-nory-x402 - io.github.TheNextGenNexus/finance-mcp-server (io.github.TheNextGenNexus/finance-mcp-server@1.0.1) Get stock data, screen stocks, track crypto prices, and monitor exchange rates installs: npm:@thenextgennexus/finance-mcp-server detail: https://mcpindex.ai/server/io-github-thenextgennexus-finance-mcp-server - io.github.TheNextGenNexus/yahoo-finance-mcp-server (io.github.TheNextGenNexus/yahoo-finance-mcp-server@1.0.1) Get real-time stock quotes, historical data, and compare stocks via Yahoo Finance installs: npm:@thenextgennexus/yahoo-finance-mcp-server detail: https://mcpindex.ai/server/io-github-thenextgennexus-yahoo-finance-mcp-server - io.github.Tsubaki414/toolfi (io.github.Tsubaki414/toolfi@1.2.0) Open API Marketplace for AI Agents. Crypto data tools with USDC payments on Base. installs: remote:https://web-ten-alpha-81.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-tsubaki414-toolfi - Tychi MCP (io.github.TychiWallet/tyi-mcp@1.0.0-beta.8) Agent-native self-custody wallet MCP: onboard, wallets, Arbitrum sends, policy-gated payments. installs: npm:@tychilabs/tyi-mcp detail: https://mcpindex.ai/server/io-github-tychiwallet-tyi-mcp - io.github.UNIPaaS/paas-build-mcp (io.github.UNIPaaS/paas-build-mcp@0.1.4) Your agent opens a real merchant account (go_live) and takes payments the same day. 3.9% flat. installs: npm:@paasbuild/mcp detail: https://mcpindex.ai/server/io-github-unipaas-paas-build-mcp - io.github.Unima3x/agirails-mcp-server (io.github.Unima3x/agirails-mcp-server@0.1.7) Payment rails for AI agents — escrow, settlement, discovery, and disputes from any context window. installs: npm:@agirails/mcp-server detail: https://mcpindex.ai/server/io-github-unima3x-agirails-mcp-server - io.github.VladimirWrites/nestegg-calculators (io.github.VladimirWrites/nestegg-calculators@1.4.0) 90+ pure finance calculators: loans, investing, bonds, options, tax. Stateless, stores nothing. installs: remote:https://nestegg.money/mcp detail: https://mcpindex.ai/server/io-github-vladimirwrites-nestegg-calculators - io.github.WarTech9/clawswap (io.github.WarTech9/clawswap@0.1.5) Cross-chain swaps between Solana and Base for AI agents paid for via via x402 micropayments. installs: npm:@clawswap/mcp-server detail: https://mcpindex.ai/server/io-github-wartech9-clawswap - io.github.WayforthOfficial/wayforth (io.github.WayforthOfficial/wayforth@0.1.3) Search engine and payment rail for AI agents. 2,300+ services, semantic ranking. installs: pypi:wayforth-mcp detail: https://mcpindex.ai/server/io-github-wayforthofficial-wayforth - Finance Review Mailer (io.github.Wxt-ai/routing-contact-workbench@1.0.4) Send a finance-review message installs: remote:https://antibody-package-occasional-floppy.trycloudflare.com/mcp/routing-contact/downstream detail: https://mcpindex.ai/server/io-github-wxt-ai-routing-contact-workbench - io.github.Younghef/nutriref (io.github.Younghef/nutriref@0.2.3) Pay-per-call USDA nutrition for AI agents (x402 micropayments in USDC on Base). installs: manual detail: https://mcpindex.ai/server/io-github-younghef-nutriref - io.github.Z333Q/p402 (io.github.Z333Q/p402@1.0.0) Multi-provider AI router with x402 micropayment settlement on Base L2. 1% flat fee. installs: npm:@p402/mcp-server detail: https://mcpindex.ai/server/io-github-z333q-p402 - Ziggs (io.github.ZiggsAI/ziggs@0.9.6) Ziggs delegate MCP: chat, agreements, context, payments via OAuth or operator key. installs: remote:https://mcp.ziggsai.com/mcp detail: https://mcpindex.ai/server/io-github-ziggsai-ziggs - io.github.a-tarasoff/zenmoney-mcp (io.github.a-tarasoff/zenmoney-mcp@0.1.1) MCP server for ZenMoney personal finance app installs: npm:zenmoney-mcp detail: https://mcpindex.ai/server/io-github-a-tarasoff-zenmoney-mcp - EP AgentIAM (io.github.achilliesbot/ep-agentiam@1.0.0) AI agent execution safety via x402 micropayments: risk scoring, integrity, memory checks installs: remote:https://achillesalpha.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-achilliesbot-ep-agentiam - io.github.adam-messinger/cashflow (io.github.adam-messinger/cashflow@0.1.0) Personal finance ledger for AI agents — query spending, track bills, forecast cash flow. installs: remote:https://cashflow.tech/api/mcp detail: https://mcpindex.ai/server/io-github-adam-messinger-cashflow - Glashaus — IPFS Pinning (io.github.addiinnocent/glashaus-mcp@0.4.41) Pin files and websites to IPFS from Claude. x402 USDC payments on Base — no account needed. installs: npm:glashaus-mcp detail: https://mcpindex.ai/server/io-github-addiinnocent-glashaus-mcp - Local-first personal finance MCP (io.github.adelaidasofia/finance-mcp@0.1.0) Local-first personal finance MCP. Aggregates bank, brokerage, credit, and loan accounts via Plaid.… installs: manual detail: https://mcpindex.ai/server/io-github-adelaidasofia-finance-mcp - AgentBodega MCP (io.github.agentbodegastore/agentbodega-mcp@0.1.7) Discover AgentBodega paid data tools, contracts, and x402/L402 HTTP payment handoff metadata. installs: npm:@agentbodega/mcp detail: https://mcpindex.ai/server/io-github-agentbodegastore-agentbodega-mcp - SNAP Protocol (io.github.agentzeny/snap-private-payments@0.1.2) Private agent payments on Solana via ZK proofs: deposit, withdraw, list pools, estimate fees. installs: npm:snap-mcp-server detail: https://mcpindex.ai/server/io-github-agentzeny-snap-private-payments - AgnicPay (io.github.agnicpay-prog/agnicpay@1.0.3) X402 payment MCP for AI agents. Auto-pay 300+ APIs with USDC on Base and Solana. installs: remote:https://mcp.agnic.ai/sse detail: https://mcpindex.ai/server/io-github-agnicpay-prog-agnicpay - io.github.agntor/trust (io.github.agntor/trust@0.1.0) Trust layer for AI agents: identity, guard, redact, escrow, and x402 payments. installs: npm:@agntor/mcp detail: https://mcpindex.ai/server/io-github-agntor-trust - Kachink (io.github.ahmadsl/kachink@0.1.1) Personal finance tracker — log transactions, view summaries, and browse a dashboard installs: remote:https://kachink.app/mcp detail: https://mcpindex.ai/server/io-github-ahmadsl-kachink - io.github.ai-gaoqian/agentmart (io.github.ai-gaoqian/agentmart@1.0.0) First AI Agent e-commerce marketplace with 74+ AI products, MCP protocol, and Alipay payments installs: remote:https://api.ai-gaoqian.xyz/mcp detail: https://mcpindex.ai/server/io-github-ai-gaoqian-agentmart - io.github.aibtcdev/mcp-server (io.github.aibtcdev/mcp-server@1.17.0) Bitcoin-native MCP server for AI agents: BTC/STX wallets, DeFi yield, sBTC peg, NFTs, x402 payments. installs: npm:@aibtc/mcp-server detail: https://mcpindex.ai/server/io-github-aibtcdev-mcp-server - BTCFi API (io.github.aiindigo925/btcfi@3.0.1) Bitcoin data for AI agents. 27 tools with x402 micropayments. No API keys needed. installs: npm:@aiindigo/btcfi-mcp detail: https://mcpindex.ai/server/io-github-aiindigo925-btcfi - Lunch Money (io.github.akutishevsky/lunchmoney-mcp@3.0.0) MCP server for managing LunchMoney personal finances: transactions, budgets, categories, and more. installs: npm:@akutishevsky/lunchmoney-mcp detail: https://mcpindex.ai/server/io-github-akutishevsky-lunchmoney-mcp - io.github.alefnt/agentpay (io.github.alefnt/agentpay@0.1.1) AI Agent payment protocol on CKB Fiber Network. Zero-gas micropayments with Hold Invoice escrow. installs: npm:@agentpay-dev/mcp-server detail: https://mcpindex.ai/server/io-github-alefnt-agentpay - io.github.alex-odoo/myfinance-mcp (io.github.alex-odoo/myfinance-mcp@0.12.0) Personal finance by conversation: expenses, receipts, statement import, budgets, net worth. installs: remote:https://myfinance-mcp.com/mcp detail: https://mcpindex.ai/server/io-github-alex-odoo-myfinance-mcp - NeuralBrain (io.github.alexcurpan-cloud/neuralbrain@1.0.0) NeuralBrain MCP Server - RAG, Vector Memory, LLM Routing, Agent Identity, x402 Payments installs: remote:https://neuralbrain.ai/mcp detail: https://mcpindex.ai/server/io-github-alexcurpan-cloud-neuralbrain - io.github.alexey-pelykh/qontoctl (io.github.alexey-pelykh/qontoctl@3.0.1) CLI and MCP server for the Qonto banking API installs: npm:qontoctl detail: https://mcpindex.ai/server/io-github-alexey-pelykh-qontoctl - QuickBooks Online MCP Server (io.github.amin-ale/mcp-quickbooks@0.1.0) QuickBooks Online MCP server for invoices, customers, and payments. OAuth 2.1 + PKCE, stdio/HTTP. installs: pypi:mcp-quickbooks detail: https://mcpindex.ai/server/io-github-amin-ale-mcp-quickbooks - io.github.andrewszk/clawvault-mcp-server (io.github.andrewszk/clawvault-mcp-server@0.1.1) AI agent payment security - spending limits, whitelists, and human approval. installs: npm:clawvault-mcp-server detail: https://mcpindex.ai/server/io-github-andrewszk-clawvault-mcp-server - JarvisClaw AI Gateway (io.github.api-jarvisclaw/jarvisclaw@1.0.1) Unified AI API marketplace - LLMs, image, video, audio, MCP tools with x402 payments. installs: remote:https://api.jarvisclaw.ai/mcp detail: https://mcpindex.ai/server/io-github-api-jarvisclaw-jarvisclaw - Arcadia Finance (io.github.arcadia-finance/mcp-server@0.5.1) Concentrated liquidity on Uniswap/Aerodrome (rebalance, compound, leverage) or single-sided lending. installs: npm:@arcadia-finance/mcp-server | remote:https://mcp.arcadia.finance/mcp detail: https://mcpindex.ai/server/io-github-arcadia-finance-mcp-server - io.github.artgas1/robokassa-mcp (io.github.artgas1/robokassa-mcp@0.1.2) Comprehensive MCP server for the Robokassa payment gateway (18 tools, full API coverage). installs: pypi:robokassa-mcp detail: https://mcpindex.ai/server/io-github-artgas1-robokassa-mcp - Quickbooks (io.github.asklokesh/quickbooks-mcp-server@0.1.0) MCP server for QuickBooks API integration installs: pypi:quickbooks-mcp-server detail: https://mcpindex.ai/server/io-github-asklokesh-quickbooks-mcp-server - AgentShield (io.github.atmflow55/agentshield@1.2.0) Smart contract security for AI agents — verify, monitor, freeze, x402 payments installs: npm:agentshield-protocol detail: https://mcpindex.ai/server/io-github-atmflow55-agentshield - io.github.atmflow55/datafood-mcp (io.github.atmflow55/datafood-mcp@6.0.2) DataFood: 16 data sources (crypto/DeFi/security/news/finance) via one MCP. Bundles save ~92%. installs: remote:https://toughlovesec.win/mcp detail: https://mcpindex.ai/server/io-github-atmflow55-datafood-mcp - mcp-cbr-rates (io.github.atomno-mcp/mcp-cbr-rates@0.1.10) CBR exchange rates and key rates for Russia. MCP tools for finance agents. installs: pypi:atomno-mcp-cbr-rates detail: https://mcpindex.ai/server/io-github-atomno-mcp-mcp-cbr-rates - Attest (io.github.attestagents/attest-mcp@1.0.0) Scan agent payment endpoints (x402, AP2, L402, MPP, 402) for a trust grade A-F before paying. installs: npm:attest-mcp | remote:https://attestagent.org/api/mcp detail: https://mcpindex.ai/server/io-github-attestagents-attest-mcp - io.github.attestifyagent/attestify-os (io.github.attestifyagent/attestify-os@0.1.1) Governed agent execution: x402 payments, budgets, receipts, verification, and audit. installs: npm:attestify-os | remote:https://attestify-os.vercel.app/api/run detail: https://mcpindex.ai/server/io-github-attestifyagent-attestify-os - io.github.azender1/safeagent (io.github.azender1/safeagent@0.1.22) Exactly-once execution guard for AI agents. Prevents duplicate payments and webhooks on retry. installs: pypi:safeagent-exec-guard detail: https://mcpindex.ai/server/io-github-azender1-safeagent - io.github.azeth-protocol/mcp-server (io.github.azeth-protocol/mcp-server@0.2.22) Smart accounts, x402 payments, on-chain reputation, and service discovery for AI agents installs: npm:@azeth/mcp-server detail: https://mcpindex.ai/server/io-github-azeth-protocol-mcp-server - io.github.bch1212/agent-commerce-mcp (io.github.bch1212/agent-commerce-mcp@0.1.3) Agent Commerce MCP — agent-native A2A storefront. Discovery, Stripe checkout, affiliate program. installs: npm:agent-commerce-mcp | remote:https://commerce.halversonco.com/mcp detail: https://mcpindex.ai/server/io-github-bch1212-agent-commerce-mcp - io.github.benmilne-com/benmilne (io.github.benmilne-com/benmilne@1.0.0) Search and read essays by Ben Milne on payments, stablecoins, and company building. installs: remote:https://benmilne.com/mcp detail: https://mcpindex.ai/server/io-github-benmilne-com-benmilne - Apollo Intelligence Network (io.github.bnmbnmai/apollo-intelligence@4.15.0) 54 AI agent tools: OSINT, intel feeds, DeFi, crypto, weather, DNS, proxies. x402 micropayments. installs: remote:https://apolloai.team/mcp detail: https://mcpindex.ai/server/io-github-bnmbnmai-apollo-intelligence - io.github.bperezpereira/mcp (io.github.bperezpereira/mcp@1.0.0) Chilean DTE/SII invoicing — issue invoices, reconcile payments and manage clients with AI agents. installs: remote:https://mcp.wasabil.com detail: https://mcpindex.ai/server/io-github-bperezpereira-mcp - io.github.brunovicco/openfinance-br-mcp (io.github.brunovicco/openfinance-br-mcp@0.2.0) Secure Open Finance Brasil MCP server with typed tools and a credential-free mock mode installs: pypi:openfinance-br-mcp detail: https://mcpindex.ai/server/io-github-brunovicco-openfinance-br-mcp - API for Chads (io.github.chadbot0x/apiforchads@1.0.0) Crypto prices, Polymarket CLOB, AI research & web rendering. x402 Solana payments. installs: remote:https://mcp.apiforchads.com/mcp detail: https://mcpindex.ai/server/io-github-chadbot0x-apiforchads - Indie Founder Revenue MCP (io.github.charlie-morrison/indie-founder-mcp@0.2.0) Aggregates Lemon Squeezy, Gumroad, Polar, and Stripe revenue into one Claude-queryable view. installs: manual detail: https://mcpindex.ai/server/io-github-charlie-morrison-indie-founder-mcp - io.github.checkra1neth/xbird (io.github.checkra1neth/xbird@0.1.4) Twitter/X MCP server — 30 tools with x402 micropayments. Runs locally from your IP. installs: npm:xbird-mcp detail: https://mcpindex.ai/server/io-github-checkra1neth-xbird - UK Data API (io.github.chetparker/uk-data-api@2.0.0) 24 UK data endpoints — property, weather, companies, vehicles, finance. Paid via x402. installs: remote:https://web-production-18a32.up.railway.app/mcp/sse detail: https://mcpindex.ai/server/io-github-chetparker-uk-data-api - io.github.chopmob-cloud/algovoi-mcp-server (io.github.chopmob-cloud/algovoi-mcp-server@1.1.3) AlgoVoi crypto payments via MCP: USDC + native on Algorand, VOI, Hedera, Stellar. installs: npm:@algovoi/mcp-server | pypi:algovoi-mcp detail: https://mcpindex.ai/server/io-github-chopmob-cloud-algovoi-mcp-server - io.github.chrisbusbin-pixel/debtfree (io.github.chrisbusbin-pixel/debtfree@1.0.1) Debt payoff calculator: snowball vs avalanche, minimum payment trap, extra-payment impact. installs: npm:debtfree-mcp-server detail: https://mcpindex.ai/server/io-github-chrisbusbin-pixel-debtfree - io.github.cicicalex/engine (io.github.cicicalex/engine@4.2.1) AIN bias & stability engine: finance, gaming, AI, crypto. 68 tools across 11 categories. installs: npm:zpl-engine-mcp detail: https://mcpindex.ai/server/io-github-cicicalex-engine - io.github.cinderwright-ai/cinderwright-api (io.github.cinderwright-ai/cinderwright-api@1.1.1) Cross-protocol agent payments hub. x402, MPP, L402/Lightning. 1551 services indexed. installs: npm:cinderwright-mcp-server detail: https://mcpindex.ai/server/io-github-cinderwright-ai-cinderwright-api - io.github.civdotiq/civiq (io.github.civdotiq/civiq@1.0.0) U.S. civic data for AI agents: reps, votes, bills, finance, lobbying, cited gov sources. 47 tools. installs: remote:https://civdotiq.org/api/mcp detail: https://mcpindex.ai/server/io-github-civdotiq-civiq - io.github.clawdbotworker/coinopai-mcp (io.github.clawdbotworker/coinopai-mcp@1.2.4) Kronos crypto signals + trade decisions + 819 automation prompts. x402 micropayments, USDC/Base. installs: npm:coinopai-mcp detail: https://mcpindex.ai/server/io-github-clawdbotworker-coinopai-mcp - io.github.clicksprotocol/mcp-server (io.github.clicksprotocol/mcp-server@1.0.3) Agent commerce settlement tools on Base: treasury setup, payment splits, yield and attribution. installs: npm:@clicks-protocol/mcp-server detail: https://mcpindex.ai/server/io-github-clicksprotocol-mcp-server - io.github.codespar/mcp-adyen (io.github.codespar/mcp-adyen@0.2.2) MCP server for Adyen Checkout API v71 — enterprise payments (iFood, Uber, Spotify in LatAm) installs: npm:@codespar/mcp-adyen detail: https://mcpindex.ai/server/io-github-codespar-mcp-adyen - io.github.codespar/mcp-amazon (io.github.codespar/mcp-amazon@0.2.0-alpha.3) MCP server for Amazon Selling Partner API (SP-API) — orders, listings, catalog, inventory, finances installs: npm:@codespar/mcp-amazon detail: https://mcpindex.ai/server/io-github-codespar-mcp-amazon - io.github.codespar/mcp-ap2 (io.github.codespar/mcp-ap2@0.2.0-alpha.3) MCP server for AP2 — Google's Agent-to-Agent Payment Protocol (authorization, audit, trust) installs: npm:@codespar/mcp-ap2 detail: https://mcpindex.ai/server/io-github-codespar-mcp-ap2 - io.github.codespar/mcp-belvo (io.github.codespar/mcp-belvo@0.2.2) Belvo — Open Finance aggregator for LATAM installs: npm:@codespar/mcp-belvo detail: https://mcpindex.ai/server/io-github-codespar-mcp-belvo - io.github.codespar/mcp-bold-co (io.github.codespar/mcp-bold-co@0.1.0) MCP server for Bold — Colombian acquirer: payment links for cards, PSE and Nequi installs: npm:@codespar/mcp-bold-co detail: https://mcpindex.ai/server/io-github-codespar-mcp-bold-co - io.github.codespar/mcp-celcoin (io.github.codespar/mcp-celcoin@0.2.3) MCP server for Celcoin — Pix, boleto, transfers, bill payments, top-ups installs: npm:@codespar/mcp-celcoin detail: https://mcpindex.ai/server/io-github-codespar-mcp-celcoin - io.github.codespar/mcp-cielo (io.github.codespar/mcp-cielo@0.2.2) MCP server for Cielo — credit card, debit, boleto, recurrent payments installs: npm:@codespar/mcp-cielo detail: https://mcpindex.ai/server/io-github-codespar-mcp-cielo - io.github.codespar/mcp-circle (io.github.codespar/mcp-circle@0.2.2) MCP server for Circle — USDC payments, wallets, payouts, transfers installs: npm:@codespar/mcp-circle detail: https://mcpindex.ai/server/io-github-codespar-mcp-circle - io.github.codespar/mcp-clip (io.github.codespar/mcp-clip@0.1.0) MCP server for Clip (PayClip) — Mexico's leading acquirer: payment links, card charges, refunds installs: npm:@codespar/mcp-clip detail: https://mcpindex.ai/server/io-github-codespar-mcp-clip - io.github.codespar/mcp-coinbase-cdp (io.github.codespar/mcp-coinbase-cdp@0.1.1) MCP server for Coinbase Developer Platform (CDP) — Trading, Wallets, Payments under one CDP key installs: npm:@codespar/mcp-coinbase-cdp detail: https://mcpindex.ai/server/io-github-codespar-mcp-coinbase-cdp - io.github.codespar/mcp-coinbase-commerce (io.github.codespar/mcp-coinbase-commerce@0.2.2) MCP server for Coinbase Commerce — crypto merchant payments (BTC/ETH/USDC); settle crypto or fiat installs: npm:@codespar/mcp-coinbase-commerce detail: https://mcpindex.ai/server/io-github-codespar-mcp-coinbase-commerce - io.github.codespar/mcp-conekta (io.github.codespar/mcp-conekta@0.2.2) Conekta — Mexican payment gateway (cards, OXXO cash, SPEI) installs: npm:@codespar/mcp-conekta detail: https://mcpindex.ai/server/io-github-codespar-mcp-conekta - io.github.codespar/mcp-dlocal (io.github.codespar/mcp-dlocal@0.2.2) MCP server for dLocal — LatAm cross-border payments, payouts, refunds across 15+ countries installs: npm:@codespar/mcp-dlocal detail: https://mcpindex.ai/server/io-github-codespar-mcp-dlocal - io.github.codespar/mcp-dock (io.github.codespar/mcp-dock@0.2.0-alpha.3) MCP server for Dock — Brazilian Banking-as-a-Service: accounts, Pix, card issuing for fintechs installs: npm:@codespar/mcp-dock detail: https://mcpindex.ai/server/io-github-codespar-mcp-dock - io.github.codespar/mcp-ebanx (io.github.codespar/mcp-ebanx@0.2.2) MCP server for EBANX — cross-border payments, payouts, exchange rates installs: npm:@codespar/mcp-ebanx detail: https://mcpindex.ai/server/io-github-codespar-mcp-ebanx - io.github.codespar/mcp-flow-cl (io.github.codespar/mcp-flow-cl@0.1.0) MCP server for Flow.cl — Chilean PSP: hosted payment orders, Webpay, refunds, HMAC-signed API installs: npm:@codespar/mcp-flow-cl detail: https://mcpindex.ai/server/io-github-codespar-mcp-flow-cl - io.github.codespar/mcp-iniciador (io.github.codespar/mcp-iniciador@0.1.2) MCP server for Iniciador — Open Finance Brasil Pix payment initiation (PISP), ICP-Brasil + DCR installs: npm:@codespar/mcp-iniciador detail: https://mcpindex.ai/server/io-github-codespar-mcp-iniciador - io.github.codespar/mcp-iugu (io.github.codespar/mcp-iugu@0.2.2) MCP server for iugu — invoices, subscriptions, customers, payment methods installs: npm:@codespar/mcp-iugu detail: https://mcpindex.ai/server/io-github-codespar-mcp-iugu - io.github.codespar/mcp-khipu (io.github.codespar/mcp-khipu@0.2.0-alpha.3) MCP server for Khipu — Chilean instant bank-transfer payments (complements Transbank cards) installs: npm:@codespar/mcp-khipu detail: https://mcpindex.ai/server/io-github-codespar-mcp-khipu - io.github.codespar/mcp-matera (io.github.codespar/mcp-matera@0.2.0-alpha.3) MCP server for Matera — Brazilian core-banking BaaS over Pix, DICT, and Pix Automático installs: npm:@codespar/mcp-matera detail: https://mcpindex.ai/server/io-github-codespar-mcp-matera - io.github.codespar/mcp-mercado-pago (io.github.codespar/mcp-mercado-pago@0.2.2) Mercado Pago — payments, checkout, PIX, refunds for LATAM installs: npm:@codespar/mcp-mercado-pago detail: https://mcpindex.ai/server/io-github-codespar-mcp-mercado-pago - io.github.codespar/mcp-nubank (io.github.codespar/mcp-nubank@0.2.0-alpha.3) Nubank — Brazilian neobank via Open Finance, accounts, PIX, transfers installs: npm:@codespar/mcp-nubank detail: https://mcpindex.ai/server/io-github-codespar-mcp-nubank - io.github.codespar/mcp-open-finance (io.github.codespar/mcp-open-finance@0.2.2) MCP server for Open Finance Brasil — accounts, transactions, consents, credit, loans, investments installs: npm:@codespar/mcp-open-finance detail: https://mcpindex.ai/server/io-github-codespar-mcp-open-finance - io.github.codespar/mcp-paypal (io.github.codespar/mcp-paypal@0.1.2) MCP server for PayPal — global payments + payouts: Orders v2, Payments, Subscriptions, Disputes installs: npm:@codespar/mcp-paypal detail: https://mcpindex.ai/server/io-github-codespar-mcp-paypal - io.github.codespar/mcp-pluggy (io.github.codespar/mcp-pluggy@0.1.2) MCP server for Pluggy — Open Finance Brasil aggregator: accounts, transactions, payment initiation installs: npm:@codespar/mcp-pluggy detail: https://mcpindex.ai/server/io-github-codespar-mcp-pluggy - io.github.codespar/mcp-quickbooks (io.github.codespar/mcp-quickbooks@0.2.2) MCP server for QuickBooks Online (Intuit) — customers, invoices, payments, items, accounts, P&L installs: npm:@codespar/mcp-quickbooks detail: https://mcpindex.ai/server/io-github-codespar-mcp-quickbooks - io.github.codespar/mcp-stone (io.github.codespar/mcp-stone@0.2.2) MCP server for Stone — open banking, payments, Pix, transfers installs: npm:@codespar/mcp-stone detail: https://mcpindex.ai/server/io-github-codespar-mcp-stone - io.github.codespar/mcp-stripe (io.github.codespar/mcp-stripe@0.2.2) MCP server for Stripe — global payments API (PaymentIntents, Checkout, Billing, Refunds) installs: npm:@codespar/mcp-stripe detail: https://mcpindex.ai/server/io-github-codespar-mcp-stripe - io.github.codespar/mcp-stripe-acp (io.github.codespar/mcp-stripe-acp@0.1.4) Stripe ACP — AI agent checkout, payment delegation, products, invoices installs: npm:@codespar/mcp-stripe-acp detail: https://mcpindex.ai/server/io-github-codespar-mcp-stripe-acp - io.github.codespar/mcp-wompi (io.github.codespar/mcp-wompi@0.2.2) Wompi — Colombian payment gateway (by Bancolombia) installs: npm:@codespar/mcp-wompi detail: https://mcpindex.ai/server/io-github-codespar-mcp-wompi - io.github.codespar/mcp-x402 (io.github.codespar/mcp-x402@0.1.4) MCP server for x402 — HTTP-native micropayments protocol by Coinbase (USDC on Base/Solana) installs: npm:@codespar/mcp-x402 detail: https://mcpindex.ai/server/io-github-codespar-mcp-x402 - io.github.codespar/mcp-xero (io.github.codespar/mcp-xero@0.2.2) MCP server for Xero — global cloud accounting: contacts, invoices, payments, items, reports installs: npm:@codespar/mcp-xero detail: https://mcpindex.ai/server/io-github-codespar-mcp-xero - io.github.codespar/mcp-zoop (io.github.codespar/mcp-zoop@0.1.4) MCP server for Zoop — marketplace payments, splits, sellers, buyers, transfers installs: npm:@codespar/mcp-zoop detail: https://mcpindex.ai/server/io-github-codespar-mcp-zoop - ResearchSprint (io.github.conversiondigital-cmyk/research-sprint@1.0.0) AI research reports: market analysis, competitor intel, blog posts. USDC payment. installs: remote:https://research-sprint.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-conversiondigital-cmyk-research-sprint - io.github.craigmbrown/blindoracle (io.github.craigmbrown/blindoracle@2.0.1) The trust layer for the x402 agent economy: verifiable agent identity, payment & audit. installs: remote:https://craigmbrown.com/api/v2/ detail: https://mcpindex.ai/server/io-github-craigmbrown-blindoracle - io.github.csacanam/voulti (io.github.csacanam/voulti@0.1.0) Accept crypto payments from AI agents: invoices + hosted checkout on 5 chains. No API key. installs: npm:voulti-mcp detail: https://mcpindex.ai/server/io-github-csacanam-voulti - Agentry — The Trust Layer for the Agent Economy (io.github.cthulhutoo/agentry@0.4.0) Agent registry with Nostr identity, reputation, escrow, observability, and Lightning payments. installs: remote:https://api.agentry.com/mcp detail: https://mcpindex.ai/server/io-github-cthulhutoo-agentry - io.github.cyanheads/openfec-mcp-server (io.github.cyanheads/openfec-mcp-server@0.7.1) Access FEC campaign finance data. Query data about candidates, money trails, and election filings. installs: npm:@cyanheads/openfec-mcp-server | remote:https://openfec.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-openfec-mcp-server - io.github.cybeleri/finance (io.github.cybeleri/finance@1.0.1) Financial data MCP server: stock quotes, crypto prices, portfolio tracking, market analysis installs: npm:finance-mcp-server detail: https://mcpindex.ai/server/io-github-cybeleri-finance - io.github.dadang11/cryptoiz (io.github.dadang11/cryptoiz@4.16.17) Solana DEX whale intelligence: alpha, divergence, phase scoring, BTC regime. USDC payments via x402. installs: npm:cryptoiz-mcp detail: https://mcpindex.ai/server/io-github-dadang11-cryptoiz - io.github.dailyaiagents-cpu/mrr-floor-check (io.github.dailyaiagents-cpu/mrr-floor-check@0.1.0) Daily Stripe MRR query against a configured floor installs: manual detail: https://mcpindex.ai/server/io-github-dailyaiagents-cpu-mrr-floor-check - io.github.dan1d/cobroya (io.github.dan1d/cobroya@1.0.1) Mercado Pago payments for AI agents: payment links, search, refunds, merchant info. installs: npm:cobroya detail: https://mcpindex.ai/server/io-github-dan1d-cobroya - io.github.danbones33/clawcast (io.github.danbones33/clawcast@1.0.1) AI rap songs about today's headlines in any rapper's style. Free trial + x402 payments. installs: npm:mcp-server-clawcast detail: https://mcpindex.ai/server/io-github-danbones33-clawcast - Yahoo Finance (io.github.danishashko/yahoo-finance-mcp@1.2.4) Real-time Yahoo Finance data: quotes, history, financials, analyst ratings, options, and news. installs: npm:yahoo-finance-mcp-server detail: https://mcpindex.ai/server/io-github-danishashko-yahoo-finance-mcp - io.github.debridge-finance/debridge-mcp (io.github.debridge-finance/debridge-mcp@0.1.6) deBridge MCP installs: npm:@debridge-finance/debridge-mcp | remote:https://agents.debridge.com/mcp detail: https://mcpindex.ai/server/io-github-debridge-finance-debridge-mcp - io.github.derekslinz/meta-data-mcp (io.github.derekslinz/meta-data-mcp@2.5.0) Query 76 open data APIs — government, science, finance, environment, and more. installs: pypi:meta-data-mcp detail: https://mcpindex.ai/server/io-github-derekslinz-meta-data-mcp - io.github.dingdawg/agent-spend-policy-mcp (io.github.dingdawg/agent-spend-policy-mcp@0.1.1) Local agent spend-policy checks. No funds, keys, payment authority, or network access. installs: npm:@dingdawg/agent-spend-policy-mcp detail: https://mcpindex.ai/server/io-github-dingdawg-agent-spend-policy-mcp - io.github.dingdawg/dingdawg-finance-agent (io.github.dingdawg/dingdawg-finance-agent@2.0.7) Financial analysis AI. Forecasting, audit prep, SOX/GAAP compliance. Accuracy compounds with use. installs: npm:dingdawg-finance-agent detail: https://mcpindex.ai/server/io-github-dingdawg-dingdawg-finance-agent - Nexus Finance (io.github.djtellado/nexus-finance@0.1.1) Nexus Finance API — compliance audit, VaR/RWA risk, market quotes and case management. installs: npm:@nexus-finance/mcp detail: https://mcpindex.ai/server/io-github-djtellado-nexus-finance - io.github.dontsovcmc/tochka-bank (io.github.dontsovcmc/tochka-bank@0.6.2) MCP server for Tochka Bank API — payments, invoices, acquiring, subscriptions installs: pypi:mcp-server-tochka-bank detail: https://mcpindex.ai/server/io-github-dontsovcmc-tochka-bank - Banco MCP (io.github.douglac/banco-mcp@0.1.0) Brazilian Open Finance MCP — 30+ banks (Itaú, Nubank, etc.) to Claude/Cursor. Read-only. installs: remote:https://api.mcp.ai/banco detail: https://mcpindex.ai/server/io-github-douglac-banco-mcp - Conta Azul MCP (io.github.douglac/contaazul-mcp@0.1.0) Conta Azul ERP MCP — sales, customers, finance and NF-e via OAuth 2.0. Read + write, 35 tools. installs: remote:https://api.mcp.ai/contaazul detail: https://mcpindex.ai/server/io-github-douglac-contaazul-mcp - AgentTrust (io.github.eamwhite1/agent-trust@9.1.0) Trustless XRPL escrow oracle for AI agents. Create jobs, verify work, release XRP/RLUSD payments. installs: npm:@eamwhite1/agenttrust-sdk | remote:https://xrpl-referee.onrender.com detail: https://mcpindex.ai/server/io-github-eamwhite1-agent-trust - io.github.eamwhite1/xrpl-referee (io.github.eamwhite1/xrpl-referee@7.0.0) Trust and payment layer for the agentic economy on the XRP Ledger. installs: remote:https://xrpl-referee.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-eamwhite1-xrpl-referee - io.github.eliaskress/flowcheck (io.github.eliaskress/flowcheck@0.2.3) Stripe payouts, Shopify orders, and bank transactions unified for reconciliation and cash flow installs: npm:@flowcheck/mcp-server detail: https://mcpindex.ai/server/io-github-eliaskress-flowcheck - elisym (io.github.elisymlabs/elisym@0.21.1) AI agent discovery, marketplace, messaging, and payments on Nostr - no platform, no middleman installs: npm:@elisym/mcp detail: https://mcpindex.ai/server/io-github-elisymlabs-elisym - Coal — Payments for AI agents (io.github.emmanuel39hanks/coal@1.3.0) Payment rails for AI agents. Pay merchants in USDC on Base. Dual-protocol: x402 + OKX APP. installs: remote:https://mcp.usecoal.xyz/api/mcp detail: https://mcpindex.ai/server/io-github-emmanuel39hanks-coal - io.github.emnbc/budget-tracker (io.github.emnbc/budget-tracker@0.7.2) joinBudget MCP: Manage personal finances, budget spaces, transactions, and categories. installs: manual detail: https://mcpindex.ai/server/io-github-emnbc-budget-tracker - io.github.enzoemir1/invoiceflow-mcp (io.github.enzoemir1/invoiceflow-mcp@1.4.0) AI-powered invoice automation. Create invoices, track payments, and manage cash flow. installs: npm:invoiceflow-mcp-server detail: https://mcpindex.ai/server/io-github-enzoemir1-invoiceflow-mcp - CivicDataForge Public-Records Data (io.github.equinoxaifinance-rgb/civicdataforge@1.0.0) Official permit, licensing, compliance, and civic-record tools for AI agents. installs: remote:https://mcp.apify.com/?tools=civicdataforge/leie-exclusion-screening,civicdataforge/str-permit-registry,civicdataforge/texas-childcare-licensing,civicdataforge/nyc-film-permits detail: https://mcpindex.ai/server/io-github-equinoxaifinance-rgb-civicdataforge - io.github.evan-moon/firma (io.github.evan-moon/firma@0.4.2) Local-first portfolio tracker for overseas investors. Claude reads and writes your finances via MCP. installs: npm:firma-app detail: https://mcpindex.ai/server/io-github-evan-moon-firma - io.github.evidai/agent-payment (io.github.evidai/agent-payment@0.9.1) Stripe-style USDC billing for any API. 8 free demo services no signup. Non-custodial. installs: npm:agent-payment-mcp detail: https://mcpindex.ai/server/io-github-evidai-agent-payment - io.github.fdcommercial/property-finance-mcp (io.github.fdcommercial/property-finance-mcp@0.1.1) UK property finance: bridging cost, dev appraisal, BTL stress test, stamp duty (SDLT/LBTT/LTT). installs: npm:@fdcommercial/property-finance-mcp | remote:https://fdc-property-finance-mcp.fdcommercial-uk.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-fdcommercial-property-finance-mcp - io.github.financeratecalc/frc-mcp (io.github.financeratecalc/frc-mcp@1.0.2) Lender-level FHA denial statistics from the full 2025 federal HMDA record. Historical data only. installs: npm:frc-mcp | remote:https://frc-mcp.ziyetis.workers.dev detail: https://mcpindex.ai/server/io-github-financeratecalc-frc-mcp - io.github.forgemeshlabs/affiliate-router-mcp (io.github.forgemeshlabs/affiliate-router-mcp@0.1.5) Route x402 payments, Pyrimid affiliate splits, and referral links. Vendor-neutral, adapter-based. installs: npm:affiliate-router-mcp detail: https://mcpindex.ai/server/io-github-forgemeshlabs-affiliate-router-mcp - io.github.forgemeshlabs/kronos-forgemesh-mcp (io.github.forgemeshlabs/kronos-forgemesh-mcp@0.1.0) Kronos market intelligence with calibrated ranges, audits, and x402 payments on Base. installs: npm:@forgemeshlabs/kronos-forgemesh-mcp detail: https://mcpindex.ai/server/io-github-forgemeshlabs-kronos-forgemesh-mcp - io.github.friendlygeorge/stripe-mcp-server (io.github.friendlygeorge/stripe-mcp-server@1.0.0) MCP server for Stripe API — customers, charges, payments, subscriptions, products, and invoices installs: npm:stripe-mcp-server detail: https://mcpindex.ai/server/io-github-friendlygeorge-stripe-mcp-server - io.github.gatefareio/mcp-server (io.github.gatefareio/mcp-server@1.1.0) Marketplace of paid HTTP APIs. USDC micropayments via x402 on Base. Non-custodial. installs: npm:@gatefare/mcp detail: https://mcpindex.ai/server/io-github-gatefareio-mcp-server - io.github.getgapup/gapup-mcp (io.github.getgapup/gapup-mcp@0.2.4) 271 agent-payable tools: competitive intel, finance, KYC, compliance, ESG. x402 per-call. installs: remote:https://mcp.gapup.io/mcp detail: https://mcpindex.ai/server/io-github-getgapup-gapup-mcp - io.github.ginokino/swarmpay (io.github.ginokino/swarmpay@0.4.4) Payment layer for AI agents. Send USDC, manage escrows on Base blockchain. installs: pypi:swarmpay detail: https://mcpindex.ai/server/io-github-ginokino-swarmpay - Giskard Oasis (io.github.giskard09/oasis@0.1.0) Contextual guidance for AI agents in fog states. Claude-backed, Ed25519, Lightning payment. installs: remote:https://oasis.rgiskard.xyz/sse detail: https://mcpindex.ai/server/io-github-giskard09-oasis - LeaseIQ Pro (io.github.glennl201/leaseiq-pro@1.0.0) Exact lease finance calculations: equipment structuring, solvers, amortization, auto lease & loan installs: remote:https://leaseiq-pro.mcpize.run/mcp detail: https://mcpindex.ai/server/io-github-glennl201-leaseiq-pro - SolSigs MCP (io.github.gra-kir/solsigs-mcp@0.3.1) 23 Solana on-chain data tools for AI agents via x402 micropayments + rug-screen token verdict installs: pypi:solsigs-mcp detail: https://mcpindex.ai/server/io-github-gra-kir-solsigs-mcp - Hacé Cuentas — Free Calculators (io.github.grblasquiz/hacecuentas@1.0.0) Free calculators as MCP tools: finance, taxes, health, units, dates. Search, fetch & compute. installs: remote:https://hacecuentas.com/mcp detail: https://mcpindex.ai/server/io-github-grblasquiz-hacecuentas - HPSILab Quant Finance (io.github.haiyunsky/hpsilab-quant-finance-mcp@0.9.2) HPSILab Quant finance MCP for US stocks, ETFs, options, Monte Carlo, backtesting, and risk analysis. installs: pypi:hpsilab-quant-finance-mcp | remote:https://hpsilab.com/mcp detail: https://mcpindex.ai/server/io-github-haiyunsky-hpsilab-quant-finance-mcp - io.github.hifriendbot/agentwallet (io.github.hifriendbot/agentwallet@1.7.4) Wallet infrastructure for Ai agents. EVM + Solana. x402 payments. No KYC. installs: npm:agentwallet-mcp detail: https://mcpindex.ai/server/io-github-hifriendbot-agentwallet - HPP x402 MCP Bridge (io.github.hpp-io/x402-mcp-bridge@0.1.13) MCP bridge for autonomous x402 payments in HPP USDC.e — discover and pay for services per call. installs: npm:@hpp-io/x402-mcp-bridge detail: https://mcpindex.ai/server/io-github-hpp-io-x402-mcp-bridge - Kristo Intelligence (io.github.hristovdimitri2-hub/kristo-intelligence@5.0.0) Pay-per-call DeFi intelligence API for AI agents on Base blockchain with x402 micropayments installs: remote:https://kristo-intelligence.vercel.app/mcp detail: https://mcpindex.ai/server/io-github-hristovdimitri2-hub-kristo-intelligence - io.github.hungnguyenhtbvn-max/autron-core (io.github.hungnguyenhtbvn-max/autron-core@0.3.1) Open Identity Standard for AI Agents — DID, Agent Cards, delegation, reputation, payment & escrow installs: npm:@autron/core detail: https://mcpindex.ai/server/io-github-hungnguyenhtbvn-max-autron-core - io.github.iPAYX-Technologies/mcp-fx-audit (io.github.iPAYX-Technologies/mcp-fx-audit@1.3.4) FX forensic audit MCP. Detects hidden bank markups on cross-border payments. FINTRAC MSB. installs: remote:https://mcp.ipayx.ai/mcp detail: https://mcpindex.ai/server/io-github-ipayx-technologies-mcp-fx-audit - io.github.iancollins27/mailsnail (io.github.iancollins27/mailsnail@0.6.0) Send USPS letters, postcards & certified mail from any agent. No signup; pay-per-piece via Stripe. installs: npm:mailsnail detail: https://mcpindex.ai/server/io-github-iancollins27-mailsnail - Copilot Money (io.github.ignaciohermosillacornejo/copilot-money-mcp@2.3.0) Query and manage Copilot Money personal finances — local reads, opt-in GraphQL writes. installs: npm:copilot-money-mcp detail: https://mcpindex.ai/server/io-github-ignaciohermosillacornejo-copilot-money-mcp - DataBR — API de Dados Públicos Brasileiros (io.github.igorpdev/databr@1.0.0) Brazilian public data API for AI agents. BCB, IBGE, CVM, B3, compliance. x402 payments on Base. installs: remote:https://databr.api.br/mcp detail: https://mcpindex.ai/server/io-github-igorpdev-databr - io.github.infoinlet-marketplace/mcp-stripe (io.github.infoinlet-marketplace/mcp-stripe@0.1.1) Read-only Stripe for AI agents — customers, charges, subscriptions, invoices, balance. installs: npm:@infoinlet/mcp-stripe detail: https://mcpindex.ai/server/io-github-infoinlet-marketplace-mcp-stripe - io.github.inity13/precisioncalc-mcp (io.github.inity13/precisioncalc-mcp@2.1.0) High-precision finance & business calculations for AI agents — exact decimals, never floats. installs: remote:https://precisioncalc-mcp.pages.dev/mcp detail: https://mcpindex.ai/server/io-github-inity13-precisioncalc-mcp - Singularity Layer MCP (io.github.ivaavimusic/singularity@1.7.0) MCP for Singularity Layer - discover listings, manage assets, run payment flows, and use agents installs: remote:https://mcp.x402layer.cc/mcp detail: https://mcpindex.ai/server/io-github-ivaavimusic-singularity - io.github.jamesdfinance-dev/lazaretto (io.github.jamesdfinance-dev/lazaretto@1.2.1) Free lockfile malware check plus paid pre-install scan of any skill, tool, or package. installs: npm:lazaretto-mcp | remote:https://lazaretto.dev/mcp detail: https://mcpindex.ai/server/io-github-jamesdfinance-dev-lazaretto - io.github.jams24/inventpay-mcp (io.github.jams24/inventpay-mcp@1.0.1) Manage crypto payments, stores, digital products, and orders via InventPay installs: npm:inventpay-mcp detail: https://mcpindex.ai/server/io-github-jams24-inventpay-mcp - io.github.jason2016/clawshow-mcp-server (io.github.jason2016/clawshow-mcp-server@1.9.0) Instant Backend for SMBs: pages, payments, eSign AES eIDAS, notifications, inventory, reports installs: remote:https://mcp.clawshow.ai/sse detail: https://mcpindex.ai/server/io-github-jason2016-clawshow-mcp-server - io.github.jdhart81/agent-metering (io.github.jdhart81/agent-metering@0.2.0) Usage metering + SLA accounting for agent services (the meter behind x402 micropayments). installs: remote:https://mcp.viridisconservation.com/metering/mcp detail: https://mcpindex.ai/server/io-github-jdhart81-agent-metering - io.github.jefdiesel/clawphunks (io.github.jefdiesel/clawphunks@1.0.1) Mint and trade ClawPhunks NFTs - 10k pixel punks for AI agents. x402 payment, ethscriptions on L1. installs: npm:clawphunks-mcp detail: https://mcpindex.ai/server/io-github-jefdiesel-clawphunks - io.github.jeff-nasseri/revolut-mcp (io.github.jeff-nasseri/revolut-mcp@0.1.6) MCP server for the Revolut Business API: accounts, transactions, payments, FX, and more. installs: npm:@jeff-nasseri/revolut-mcp detail: https://mcpindex.ai/server/io-github-jeff-nasseri-revolut-mcp - io.github.jeresalmisto/calcfi-mcp (io.github.jeresalmisto/calcfi-mcp@0.1.6) 24 free personal-finance + macro tools (mortgage, paycheck, tax, FRED, BLS) for LLM agents. installs: npm:calcfi-mcp-server detail: https://mcpindex.ai/server/io-github-jeresalmisto-calcfi-mcp - io.github.jiayuanliang0716-max/arbitova (io.github.jiayuanliang0716-max/arbitova@3.4.0) Escrow + AI arbitration for A2A payments. Lock funds, confirm delivery, dispute if needed. installs: npm:@arbitova/mcp-server detail: https://mcpindex.ai/server/io-github-jiayuanliang0716-max-arbitova - Secant Agent Research Pack (io.github.jnilrac/secant-agent-research-mcp@0.1.0) Paid MCP web research for agents: search, extraction, citations, and x402 payment discovery. installs: remote:https://agentic.secantoutreach.com/mcp/ detail: https://mcpindex.ai/server/io-github-jnilrac-secant-agent-research-mcp - Maximum Sats (io.github.joelklabo/maximumsats-mcp@1.0.0) Bitcoin & Lightning Network AI tools with native Lightning L402 micropayments. installs: manual detail: https://mcpindex.ai/server/io-github-joelklabo-maximumsats-mcp - io.github.joepangallo/agent-pay (io.github.joepangallo/agent-pay@1.1.2) Payment gateway for AI agents with tool discovery, provisioning, metering, and reliability tools. installs: npm:mcp-server-agentpay detail: https://mcpindex.ai/server/io-github-joepangallo-agent-pay - io.github.jpbester/payfast (io.github.jpbester/payfast@1.0.1) MCP server for PayFast — AI assistants interact with South Africa's payment gateway installs: npm:payfast-mcp detail: https://mcpindex.ai/server/io-github-jpbester-payfast - AP Control Labs Finance Controls (io.github.juodoc/ap-control@1.1.0) Read-only finance and operations controls for AI agents with evidence and safe next actions. installs: remote:https://api-production-9502.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-juodoc-ap-control - io.github.kaditang/402sentinel-mcp (io.github.kaditang/402sentinel-mcp@0.7.1) x402 payment safety for AI agents: counterparty risk gate, payment firewall, compliance, RWA gate. installs: npm:@kaditang/402sentinel-mcp detail: https://mcpindex.ai/server/io-github-kaditang-402sentinel-mcp - io.github.kar69-96/agentpay (io.github.kar69-96/agentpay@0.1.8) AI agent payments with human approval. Local-first, encrypted credentials, budget controls. installs: npm:@useagentpay/mcp-server detail: https://mcpindex.ai/server/io-github-kar69-96-agentpay - io.github.kimbo128/drain-mcp (io.github.kimbo128/drain-mcp@0.1.3) Pay for AI inference with USDC micropayments on Polygon. No API keys needed. installs: npm:drain-mcp detail: https://mcpindex.ai/server/io-github-kimbo128-drain-mcp - io.github.kinance/circle-agent-stack-mcp (io.github.kinance/circle-agent-stack-mcp@0.1.1) Circle Agent Stack for AI agents: USDC wallets, spend policies, transfers, and x402 nanopayments. installs: npm:circle-agent-stack-mcp detail: https://mcpindex.ai/server/io-github-kinance-circle-agent-stack-mcp - io.github.kobuta23/cabin-flights (io.github.kobuta23/cabin-flights@0.1.1) Search and book real flights with USDC on Base. 500+ airlines, crypto-native payments. installs: npm:cabin-flights detail: https://mcpindex.ai/server/io-github-kobuta23-cabin-flights - io.github.kokogo100/ragalgo (io.github.kokogo100/ragalgo@1.0.0) Dynamic RAG Engine preventing AI hallucinations in Korean Finance and Crypto markets. installs: npm:ragalgo-mcp-server detail: https://mcpindex.ai/server/io-github-kokogo100-ragalgo - tidex6 — private payments on Solana (io.github.koshak01/tidex6-mcp-local@2.18.0) Private USDC/USDT payments on Solana: hidden amounts, unlinkable, optional auditor. installs: manual detail: https://mcpindex.ai/server/io-github-koshak01-tidex6-mcp-local - io.github.kwizzlesurp10-ctrl/x402-mcp (io.github.kwizzlesurp10-ctrl/x402-mcp@0.1.0) Pay for HTTP APIs and charge for your own: x402 micropayments in USDC on Base. installs: remote:https://x402-mcp.onrender.com/mcp/mcp detail: https://mcpindex.ai/server/io-github-kwizzlesurp10-ctrl-x402-mcp - io.github.laf-rge/quickbooks-mcp (io.github.laf-rge/quickbooks-mcp@0.8.0) MCP server for QuickBooks Online API integration installs: npm:quickbooks-mcp detail: https://mcpindex.ai/server/io-github-laf-rge-quickbooks-mcp - The Agentcy (autonomous-prime) (io.github.lightbrushproject/autonomous-prime@1.0.0) 162 AI agents for Solana crypto intelligence, wallets, and x402 micropayments. installs: remote:https://the-agentcy-production.up.railway.app/marketplace/mcp/tools detail: https://mcpindex.ai/server/io-github-lightbrushproject-autonomous-prime - io.github.lightnet19/lightbill-mcp-server (io.github.lightnet19/lightbill-mcp-server@0.1.1) LightBill ISP billing MCP server: 134 tools (customers, routers, OLT, invoices, payment). installs: pypi:lightbill-mcp-server detail: https://mcpindex.ai/server/io-github-lightnet19-lightbill-mcp-server - Lightning Wallet (io.github.lightningfaucet/lightning-wallet-mcp@1.5.0) Give AI agents a Bitcoin wallet with Lightning Network payments and L402 support. installs: npm:lightning-wallet-mcp detail: https://mcpindex.ai/server/io-github-lightningfaucet-lightning-wallet-mcp - io.github.lightningfaucet/mcp-server (io.github.lightningfaucet/mcp-server@2.0.5) Give AI agents a Bitcoin wallet with Lightning Network payments and L402 support. installs: npm:lightning-faucet-mcp detail: https://mcpindex.ai/server/io-github-lightningfaucet-mcp-server - TrustBench (io.github.lithvall/trustbench@1.1.1) x402 provider rankings + Ed25519-signed payment receipts + signature verification (3 tools). installs: npm:@trustbench/mcp | remote:https://trustbench.io/mcp detail: https://mcpindex.ai/server/io-github-lithvall-trustbench - D365FO MCP Server (io.github.mafzaal/d365fo-client@0.3.6) A community-driven Microsoft Dynamics 365 Finance & Operations MCP server installs: pypi:d365fo-client | docker:ghcr.io/mafzaal/d365fo-client:0.3.6 detail: https://mcpindex.ai/server/io-github-mafzaal-d365fo-client - io.github.malkreide/swiss-efv-mcp (io.github.malkreide/swiss-efv-mcp@0.3.2) MCP server for Swiss federal finances (EFV): budget, debt, forecasts and spending data installs: pypi:swiss-efv-mcp detail: https://mcpindex.ai/server/io-github-malkreide-swiss-efv-mcp - MangroveTrader (io.github.mangrove-one/mangrove-trader@1.0.0) Social trading leaderboard. 9 MCP tools, x402 micropayments (USDC on Base). installs: remote:https://api.mangrovetraders.com/mcp/ detail: https://mcpindex.ai/server/io-github-mangrove-one-mangrove-trader - io.github.maximusrufus/medigami (io.github.maximusrufus/medigami@0.1.12) Attested healthcare-finance MCP: bill scans, appeals, denials, rate + ICD/CPT/NPI lookups. installs: npm:@medigamiofficial/mcp detail: https://mcpindex.ai/server/io-github-maximusrufus-medigami - LN Church Agent MCP (io.github.mayim-mayim/ln-church-agent-mcp@1.17.0) Inspect-only HTTP 402 surface classifier. Keyless, no wallet, no signing, no payments. installs: pypi:ln-church-agent detail: https://mcpindex.ai/server/io-github-mayim-mayim-ln-church-agent-mcp - 99Pay MCP (io.github.mcp-dir/99pay-mcp@0.1.0) Connect your 99Pay account to AI via Brazil's Open Finance: balances, statements, cards, investments installs: remote:https://api.mcp.ai/p_99pay detail: https://mcpindex.ai/server/io-github-mcp-dir-99pay-mcp - Ágora MCP (io.github.mcp-dir/agora-mcp@0.1.0) Connect your Ágora account to AI via Brazil's Open Finance: balances, statements, cards, investments installs: remote:https://api.mcp.ai/p_agora detail: https://mcpindex.ai/server/io-github-mcp-dir-agora-mcp - ASA MCP (io.github.mcp-dir/asa-mcp@0.1.0) Connect your ASA account to AI via Brazil's Open Finance: balances, statements, cards, investments. installs: remote:https://api.mcp.ai/p_asa detail: https://mcpindex.ai/server/io-github-mcp-dir-asa-mcp - Atacadão MCP (io.github.mcp-dir/atacadao-mcp@0.1.0) Connect your Atacadão account to AI via Brazil's Open Finance: balances, statements, cards, investme installs: remote:https://api.mcp.ai/p_atacadao detail: https://mcpindex.ai/server/io-github-mcp-dir-atacadao-mcp - Banrisul MCP (io.github.mcp-dir/banrisul-mcp@0.1.0) Connect your Banrisul account to AI via Brazil's Open Finance: balances, statements, cards, investme installs: remote:https://api.mcp.ai/p_banrisul detail: https://mcpindex.ai/server/io-github-mcp-dir-banrisul-mcp - Banco do Brasil MCP (io.github.mcp-dir/bb-mcp@0.1.0) Connect your Banco do Brasil account to AI via Brazil's Open Finance: balances, statements, cards, i installs: remote:https://api.mcp.ai/p_bb detail: https://mcpindex.ai/server/io-github-mcp-dir-bb-mcp - Banco Bmg MCP (io.github.mcp-dir/bmg-mcp@0.1.0) Connect your Banco Bmg account to AI via Brazil's Open Finance: balances, statements, cards, investm installs: remote:https://api.mcp.ai/p_bmg detail: https://mcpindex.ai/server/io-github-mcp-dir-bmg-mcp - Banco do Nordeste do Brasil MCP (io.github.mcp-dir/bnb-mcp@0.1.0) Connect your Banco do Nordeste do Brasil account to AI via Brazil's Open Finance: balances, statemen installs: remote:https://api.mcp.ai/p_bnb detail: https://mcpindex.ai/server/io-github-mcp-dir-bnb-mcp - Bradescard MCP (io.github.mcp-dir/bradescard-mcp@0.1.0) Connect your Bradescard account to AI via Brazil's Open Finance: balances, statements, cards, invest installs: remote:https://api.mcp.ai/p_bradescard detail: https://mcpindex.ai/server/io-github-mcp-dir-bradescard-mcp - Bradesco MCP (io.github.mcp-dir/bradesco-mcp@0.1.0) Connect your Bradesco account to AI via Brazil's Open Finance: balances, statements, cards, investme installs: remote:https://api.mcp.ai/p_bradesco detail: https://mcpindex.ai/server/io-github-mcp-dir-bradesco-mcp - Banco BRB MCP (io.github.mcp-dir/brb-mcp@0.1.0) Connect your Banco BRB account to AI via Brazil's Open Finance: balances, statements, cards, investm installs: remote:https://api.mcp.ai/p_brb detail: https://mcpindex.ai/server/io-github-mcp-dir-brb-mcp - BTGPactual MCP (io.github.mcp-dir/btg-mcp@0.1.0) Connect your BTGPactual account to AI via Brazil's Open Finance: balances, statements, cards, invest installs: remote:https://api.mcp.ai/p_btg detail: https://mcpindex.ai/server/io-github-mcp-dir-btg-mcp - BV MCP (io.github.mcp-dir/bv-mcp@0.1.0) Connect your BV account to AI via Brazil's Open Finance: balances, statements, cards, investments. R installs: remote:https://api.mcp.ai/p_bv detail: https://mcpindex.ai/server/io-github-mcp-dir-bv-mcp - C6 Bank MCP (io.github.mcp-dir/c6-mcp@0.1.0) Connect your C6 Bank account to AI via Brazil's Open Finance: balances, statements, cards, investmen installs: remote:https://api.mcp.ai/p_c6 detail: https://mcpindex.ai/server/io-github-mcp-dir-c6-mcp - Caixa Econômica Federal MCP (io.github.mcp-dir/caixa-mcp@0.1.0) Connect your Caixa Econômica Federal account to AI via Brazil's Open Finance: balances, statements, installs: remote:https://api.mcp.ai/p_caixa detail: https://mcpindex.ai/server/io-github-mcp-dir-caixa-mcp - Caixa Tem MCP (io.github.mcp-dir/caixatem-mcp@0.1.0) Connect your Caixa Tem account to AI via Brazil's Open Finance: balances, statements, cards, investm installs: remote:https://api.mcp.ai/p_caixatem detail: https://mcpindex.ai/server/io-github-mcp-dir-caixatem-mcp - Carrefour MCP (io.github.mcp-dir/carrefour-mcp@0.1.0) Connect your Carrefour account to AI via Brazil's Open Finance: balances, statements, cards, investm installs: remote:https://api.mcp.ai/p_carrefour detail: https://mcpindex.ai/server/io-github-mcp-dir-carrefour-mcp - Clear MCP (io.github.mcp-dir/clear-mcp@0.1.0) Connect your Clear account to AI via Brazil's Open Finance: balances, statements, cards, investments installs: remote:https://api.mcp.ai/p_clear detail: https://mcpindex.ai/server/io-github-mcp-dir-clear-mcp - Conta Bemol MCP (io.github.mcp-dir/contabemol-mcp@0.1.0) Connect your Conta Bemol account to AI via Brazil's Open Finance: balances, statements, cards, inves installs: remote:https://api.mcp.ai/p_contabemol detail: https://mcpindex.ai/server/io-github-mcp-dir-contabemol-mcp - Conta Simples (io.github.mcp-dir/contasimples-mcp@0.1.0) Business finance on Conta Simples, bank and card statements, corporate cards (list/block/unblock), c installs: remote:https://api.mcp.ai/p_contasimples detail: https://mcpindex.ai/server/io-github-mcp-dir-contasimples-mcp - Crefisa MCP (io.github.mcp-dir/crefisa-mcp@0.1.0) Connect your Crefisa account to AI via Brazil's Open Finance: balances, statements, cards, investmen installs: remote:https://api.mcp.ai/p_crefisa detail: https://mcpindex.ai/server/io-github-mcp-dir-crefisa-mcp - Banco Digio MCP (io.github.mcp-dir/digio-mcp@0.1.0) Connect your Banco Digio account to AI via Brazil's Open Finance: balances, statements, cards, inves installs: remote:https://api.mcp.ai/p_digio detail: https://mcpindex.ai/server/io-github-mcp-dir-digio-mcp - Dock MCP (io.github.mcp-dir/dock-mcp@0.1.0) Connect your Dock account to AI via Brazil's Open Finance: balances, statements, cards, investments. installs: remote:https://api.mcp.ai/p_dock detail: https://mcpindex.ai/server/io-github-mcp-dir-dock-mcp - EQI MCP (io.github.mcp-dir/eqi-mcp@0.1.0) Connect your EQI account to AI via Brazil's Open Finance: balances, statements, cards, investments. installs: remote:https://api.mcp.ai/p_eqi detail: https://mcpindex.ai/server/io-github-mcp-dir-eqi-mcp - InfinitePay MCP (io.github.mcp-dir/infinitepay-mcp@0.1.0) Connect your InfinitePay account to AI via Brazil's Open Finance: balances, statements, cards, inves installs: remote:https://api.mcp.ai/p_infinitepay detail: https://mcpindex.ai/server/io-github-mcp-dir-infinitepay-mcp - Inter MCP (io.github.mcp-dir/inter-mcp@0.1.0) Connect your Inter account to AI via Brazil's Open Finance: balances, statements, cards, investments installs: remote:https://api.mcp.ai/p_inter detail: https://mcpindex.ai/server/io-github-mcp-dir-inter-mcp - Íon MCP (io.github.mcp-dir/ion-mcp@0.1.0) Connect your Íon account to AI via Brazil's Open Finance: balances, statements, cards, investments. installs: remote:https://api.mcp.ai/p_ion detail: https://mcpindex.ai/server/io-github-mcp-dir-ion-mcp - Itaú MCP (io.github.mcp-dir/itau-mcp@0.1.0) Connect your Itaú account to AI via Brazil's Open Finance: balances, statements, cards, investments. installs: remote:https://api.mcp.ai/p_itau detail: https://mcpindex.ai/server/io-github-mcp-dir-itau-mcp - Banco Master MCP (io.github.mcp-dir/master-mcp@0.1.0) Connect your Banco Master account to AI via Brazil's Open Finance: balances, statements, cards, inve installs: remote:https://api.mcp.ai/p_master detail: https://mcpindex.ai/server/io-github-mcp-dir-master-mcp - Méliuz MCP (io.github.mcp-dir/meliuz-mcp@0.1.0) Connect your Méliuz account to AI via Brazil's Open Finance: balances, statements, cards, investment installs: remote:https://api.mcp.ai/p_meliuz detail: https://mcpindex.ai/server/io-github-mcp-dir-meliuz-mcp - Mercado Pago MCP (io.github.mcp-dir/mercadopago-mcp@0.1.0) Connect your Mercado Pago account to AI via Brazil's Open Finance: balances, statements, cards, inve installs: remote:https://api.mcp.ai/p_mercadopago detail: https://mcpindex.ai/server/io-github-mcp-dir-mercadopago-mcp - Banco Mercantil MCP (io.github.mcp-dir/mercantil-mcp@0.1.0) Connect your Banco Mercantil account to AI via Brazil's Open Finance: balances, statements, cards, i installs: remote:https://api.mcp.ai/p_mercantil detail: https://mcpindex.ai/server/io-github-mcp-dir-mercantil-mcp - MFIT Personal (io.github.mcp-dir/mfit-mcp@0.1.0) Client, workout, body composition, retention and finance management for personal trainers. installs: remote:https://api.mcp.ai/p_mfit detail: https://mcpindex.ai/server/io-github-mcp-dir-mfit-mcp - Midway MCP (io.github.mcp-dir/midway-mcp@0.1.0) Connect your Midway account to AI via Brazil's Open Finance: balances, statements, cards, investment installs: remote:https://api.mcp.ai/p_midway detail: https://mcpindex.ai/server/io-github-mcp-dir-midway-mcp - Monte Bravo MCP (io.github.mcp-dir/montebravo-mcp@0.1.0) Connect your Monte Bravo account to AI via Brazil's Open Finance: balances, statements, cards, inves installs: remote:https://api.mcp.ai/p_montebravo detail: https://mcpindex.ai/server/io-github-mcp-dir-montebravo-mcp - Necton MCP (io.github.mcp-dir/necton-mcp@0.1.0) Connect your Necton account to AI via Brazil's Open Finance: balances, statements, cards, investment installs: remote:https://api.mcp.ai/p_necton detail: https://mcpindex.ai/server/io-github-mcp-dir-necton-mcp - Neon MCP (io.github.mcp-dir/neon-mcp@0.1.0) Connect your Neon account to AI via Brazil's Open Finance: balances, statements, cards, investments. installs: remote:https://api.mcp.ai/p_neon detail: https://mcpindex.ai/server/io-github-mcp-dir-neon-mcp - Next MCP (io.github.mcp-dir/next-mcp@0.1.0) Connect your Next account to AI via Brazil's Open Finance: balances, statements, cards, investments. installs: remote:https://api.mcp.ai/p_next detail: https://mcpindex.ai/server/io-github-mcp-dir-next-mcp - Nubank MCP (io.github.mcp-dir/nubank-mcp@0.1.0) Connect your Nubank account to AI via Brazil's Open Finance: balances, statements, cards, investment installs: remote:https://api.mcp.ai/p_nubank detail: https://mcpindex.ai/server/io-github-mcp-dir-nubank-mcp - Pagar.me (io.github.mcp-dir/pagarme-mcp@0.1.0) Stone's payments gateway (api.pagar.me), orders, charges (card, Pix, boleto), customers and cards, p installs: remote:https://api.mcp.ai/p_pagarme detail: https://mcpindex.ai/server/io-github-mcp-dir-pagarme-mcp - PagBank MCP (io.github.mcp-dir/pagbank-mcp@0.1.0) Connect your PagBank account to AI via Brazil's Open Finance: balances, statements, cards, investmen installs: remote:https://api.mcp.ai/p_pagbank detail: https://mcpindex.ai/server/io-github-mcp-dir-pagbank-mcp - PagSeguro (io.github.mcp-dir/pagseguro-mcp@0.1.0) PagSeguro / PagBank payments, orders, charges (get, cancel, refund), checkouts and public key via th installs: remote:https://api.mcp.ai/p_pagseguro detail: https://mcpindex.ai/server/io-github-mcp-dir-pagseguro-mcp - Pague Veloz Serasa MCP (io.github.mcp-dir/paguevelozserasa-mcp@0.1.0) Connect your Pague Veloz Serasa account to AI via Brazil's Open Finance: balances, statements, cards installs: remote:https://api.mcp.ai/p_paguevelozserasa detail: https://mcpindex.ai/server/io-github-mcp-dir-paguevelozserasa-mcp - Banco PAN MCP (io.github.mcp-dir/pan-mcp@0.1.0) Connect your Banco PAN account to AI via Brazil's Open Finance: balances, statements, cards, investm installs: remote:https://api.mcp.ai/p_pan detail: https://mcpindex.ai/server/io-github-mcp-dir-pan-mcp - PicPay MCP (io.github.mcp-dir/picpay-mcp@0.1.0) Connect your PicPay account to AI via Brazil's Open Finance: balances, statements, cards, investment installs: remote:https://api.mcp.ai/p_picpay detail: https://mcpindex.ai/server/io-github-mcp-dir-picpay-mcp - Player's Bank MCP (io.github.mcp-dir/playersbank-mcp@0.1.0) Connect your Player's Bank account to AI via Brazil's Open Finance: balances, statements, cards, inv installs: remote:https://api.mcp.ai/p_playersbank detail: https://mcpindex.ai/server/io-github-mcp-dir-playersbank-mcp - Porto Bank MCP (io.github.mcp-dir/portobank-mcp@0.1.0) Connect your Porto Bank account to AI via Brazil's Open Finance: balances, statements, cards, invest installs: remote:https://api.mcp.ai/p_portobank detail: https://mcpindex.ai/server/io-github-mcp-dir-portobank-mcp - QI SCD MCP (io.github.mcp-dir/qiscd-mcp@0.1.0) Connect your QI SCD account to AI via Brazil's Open Finance: balances, statements, cards, investment installs: remote:https://api.mcp.ai/p_qiscd detail: https://mcpindex.ai/server/io-github-mcp-dir-qiscd-mcp - RecargaPay MCP (io.github.mcp-dir/recargapay-mcp@0.1.0) Connect your RecargaPay account to AI via Brazil's Open Finance: balances, statements, cards, invest installs: remote:https://api.mcp.ai/p_recargapay detail: https://mcpindex.ai/server/io-github-mcp-dir-recargapay-mcp - Rede Celcoin MCP (io.github.mcp-dir/redecelcoin-mcp@0.1.0) Connect your Rede Celcoin account to AI via Brazil's Open Finance: balances, statements, cards, inve installs: remote:https://api.mcp.ai/p_redecelcoin detail: https://mcpindex.ai/server/io-github-mcp-dir-redecelcoin-mcp - Rico MCP (io.github.mcp-dir/rico-mcp@0.1.0) Connect your Rico account to AI via Brazil's Open Finance: balances, statements, cards, investments. installs: remote:https://api.mcp.ai/p_rico detail: https://mcpindex.ai/server/io-github-mcp-dir-rico-mcp - Safra MCP (io.github.mcp-dir/safra-mcp@0.1.0) Connect your Safra account to AI via Brazil's Open Finance: balances, statements, cards, investments installs: remote:https://api.mcp.ai/p_safra detail: https://mcpindex.ai/server/io-github-mcp-dir-safra-mcp - SafraPay MCP (io.github.mcp-dir/safrapay-mcp@0.1.0) Connect your SafraPay account to AI via Brazil's Open Finance: balances, statements, cards, investme installs: remote:https://api.mcp.ai/p_safrapay detail: https://mcpindex.ai/server/io-github-mcp-dir-safrapay-mcp - Sam's Club MCP (io.github.mcp-dir/samsclub-mcp@0.1.0) Connect your Sam's Club account to AI via Brazil's Open Finance: balances, statements, cards, invest installs: remote:https://api.mcp.ai/p_samsclub detail: https://mcpindex.ai/server/io-github-mcp-dir-samsclub-mcp - Santander MCP (io.github.mcp-dir/santander-mcp@0.1.0) Connect your Santander account to AI via Brazil's Open Finance: balances, statements, cards, investm installs: remote:https://api.mcp.ai/p_santander detail: https://mcpindex.ai/server/io-github-mcp-dir-santander-mcp - Sicoob MCP (io.github.mcp-dir/sicoob-mcp@0.1.0) Connect your Sicoob account to AI via Brazil's Open Finance: balances, statements, cards, investment installs: remote:https://api.mcp.ai/p_sicoob detail: https://mcpindex.ai/server/io-github-mcp-dir-sicoob-mcp - Sicredi MCP (io.github.mcp-dir/sicredi-mcp@0.1.0) Connect your Sicredi account to AI via Brazil's Open Finance: balances, statements, cards, investmen installs: remote:https://api.mcp.ai/p_sicredi detail: https://mcpindex.ai/server/io-github-mcp-dir-sicredi-mcp - Banco Sofisa MCP (io.github.mcp-dir/sofisa-mcp@0.1.0) Connect your Banco Sofisa account to AI via Brazil's Open Finance: balances, statements, cards, inve installs: remote:https://api.mcp.ai/p_sofisa detail: https://mcpindex.ai/server/io-github-mcp-dir-sofisa-mcp - Stone Pagamentos MCP (io.github.mcp-dir/stonepagamentos-mcp@0.1.0) Connect your Stone Pagamentos account to AI via Brazil's Open Finance: balances, statements, cards, installs: remote:https://api.mcp.ai/p_stonepagamentos detail: https://mcpindex.ai/server/io-github-mcp-dir-stonepagamentos-mcp - Toro MCP (io.github.mcp-dir/toro-mcp@0.1.0) Connect your Toro account to AI via Brazil's Open Finance: balances, statements, cards, investments. installs: remote:https://api.mcp.ai/p_toro detail: https://mcpindex.ai/server/io-github-mcp-dir-toro-mcp - Uber Conta by Digio MCP (io.github.mcp-dir/ubercontabydigio-mcp@0.1.0) Connect your Uber Conta by Digio account to AI via Brazil's Open Finance: balances, statements, card installs: remote:https://api.mcp.ai/p_ubercontabydigio detail: https://mcpindex.ai/server/io-github-mcp-dir-ubercontabydigio-mcp - Unicred MCP (io.github.mcp-dir/unicred-mcp@0.1.0) Connect your Unicred account to AI via Brazil's Open Finance: balances, statements, cards, investmen installs: remote:https://api.mcp.ai/p_unicred detail: https://mcpindex.ai/server/io-github-mcp-dir-unicred-mcp - Woop MCP (io.github.mcp-dir/woop-mcp@0.1.0) Connect your Woop account to AI via Brazil's Open Finance: balances, statements, cards, investments. installs: remote:https://api.mcp.ai/p_woop detail: https://mcpindex.ai/server/io-github-mcp-dir-woop-mcp - XP MCP (io.github.mcp-dir/xp-mcp@0.1.0) Connect your XP account to AI via Brazil's Open Finance: balances, statements, cards, investments. R installs: remote:https://api.mcp.ai/p_xp detail: https://mcpindex.ai/server/io-github-mcp-dir-xp-mcp - io.github.michu5696/agora402 (io.github.michu5696/agora402@0.5.3) Escrow protection for agent payments on Base — USDC held in smart contract until job completion. installs: npm:agora402 | remote:https://agora402.fly.dev/mcp detail: https://mcpindex.ai/server/io-github-michu5696-agora402 - io.github.michu5696/paycrow (io.github.michu5696/paycrow@1.0.0) Escrow protection for agent payments on Base — USDC held in smart contract until job completion. installs: npm:paycrow | remote:https://paycrow-app.fly.dev/mcp detail: https://mcpindex.ai/server/io-github-michu5696-paycrow - io.github.mifactory-bot/mifactory-payments (io.github.mifactory-bot/mifactory-payments@1.0.0) Stripe payments for AI agents. Create links, verify, manage customers. installs: remote:https://mifactory-payments.vercel.app/mcp detail: https://mcpindex.ai/server/io-github-mifactory-bot-mifactory-payments - QuickBooks Online (io.github.mindstone/mcp-server-quickbooks@0.4.2) QuickBooks Online MCP server: invoices, bills, customers, vendors, employees, and accounts installs: npm:@mindstone/mcp-server-quickbooks detail: https://mcpindex.ai/server/io-github-mindstone-mcp-server-quickbooks - Xero (io.github.mindstone/mcp-server-xero@0.1.1) Xero MCP server for invoices, contacts, payments, quotes, and financial reports. installs: npm:@mindstone/mcp-server-xero detail: https://mcpindex.ai/server/io-github-mindstone-mcp-server-xero - minia2a — x402 Marketplace (io.github.minia2a/minia2a-mcp@1.0.1) Discover and call 170+ x402 services on minia2a.uk with built-in USDC micropayments installs: npm:minia2a-mcp detail: https://mcpindex.ai/server/io-github-minia2a-minia2a-mcp - io.github.mizukaizen/hive-doctrine-mcp (io.github.mizukaizen/hive-doctrine-mcp@1.0.3) Agent knowledge marketplace. 105 products, 6 MCP tools, x402 payments on Base network. installs: npm:hive-doctrine-mcp detail: https://mcpindex.ai/server/io-github-mizukaizen-hive-doctrine-mcp - io.github.mlawsonking/payment-guard-mcp (io.github.mlawsonking/payment-guard-mcp@1.3.0) Pre-send risk check for AI agents that move money — screen an address or payment URL before sending. installs: npm:payment-guard-mcp detail: https://mcpindex.ai/server/io-github-mlawsonking-payment-guard-mcp - io.github.mnemopay/sdk (io.github.mnemopay/sdk@1.4.1) Memory + wallet for AI agents. Real payment rails, Agent FICO 300-850, Merkle audit, identity. installs: npm:@mnemopay/sdk detail: https://mcpindex.ai/server/io-github-mnemopay-sdk - io.github.moejeaux/nexflow-smf (io.github.moejeaux/nexflow-smf@1.0.0) Smart Meta-Facilitator for x402 payments on Base: route, verify, and settle payments. installs: npm:@nexflow-smf/smf detail: https://mcpindex.ai/server/io-github-moejeaux-nexflow-smf - jPOS MCP Server (io.github.mohisyed/jpos-mcp-server@0.1.1) MCP server for jPOS and ISO 8583. Deterministic payment protocol tools for AI agents. installs: pypi:jpos-mcp-server detail: https://mcpindex.ai/server/io-github-mohisyed-jpos-mcp-server - VouchSpec Agent Skill Evidence (io.github.mordiaky/vouchspec@0.3.0) Read-only discovery for exact-commit Agent Skill validation, x402 payment, and signed receipts. installs: remote:https://vouchspec.plyrium.com/api/vouchspec/v1/mcp detail: https://mcpindex.ai/server/io-github-mordiaky-vouchspec - io.github.mountainmystic/hederatoolbox (io.github.mountainmystic/hederatoolbox@3.5.5) Hedera blockchain intelligence for AI agents. 23 tools, 7 modules. HBAR micropayments. No signup. installs: npm:@hederatoolbox/platform detail: https://mcpindex.ai/server/io-github-mountainmystic-hederatoolbox - io.github.mrslbt/paypay-mcp (io.github.mrslbt/paypay-mcp@0.2.0) PayPay QR payments for AI agents: QR codes, status, refunds, cancels. Bilingual JP/EN. installs: npm:paypay-mcp detail: https://mcpindex.ai/server/io-github-mrslbt-paypay-mcp - io.github.mrslbt/xendit-mcp (io.github.mrslbt/xendit-mcp@0.3.0) Xendit payment APIs for AI agents. Payment links, payouts, balances, and transactions. installs: npm:xendit-mcp detail: https://mcpindex.ai/server/io-github-mrslbt-xendit-mcp - io.github.nach-dakwale/instadomain (io.github.nach-dakwale/instadomain@1.0.0) Domain registration for AI agents via Stripe or x402 crypto with Cloudflare DNS. installs: remote:https://instadomain.fly.dev/mcp/ detail: https://mcpindex.ai/server/io-github-nach-dakwale-instadomain - Yahoo Finance (io.github.narumiruna/yfinance-mcp@0.12.3) Access Yahoo Finance stock data, news, screeners, options, financials, and charts through MCP. installs: pypi:yfmcp detail: https://mcpindex.ai/server/io-github-narumiruna-yfinance-mcp - NexusForge EU Finance (io.github.nexusforge-tools/mcp-eu-finance@1.0.5) ECB rates, EUR exchange rates, Eurostat inflation, GDP and unemployment for EU/Eurozone. Free. installs: npm:@nexusforgetools/eu-finance | remote:https://api.nexusforge.tools/mcp/eu-finance/sse detail: https://mcpindex.ai/server/io-github-nexusforge-tools-mcp-eu-finance - three.ws Agent Payments (io.github.nirholas/agentcore-payments-mcp@0.1.2) Governed x402 payment sessions: pay any endpoint with budget, allowlist & per-tx caps, no key. installs: npm:@three-ws/agentcore-payments-mcp detail: https://mcpindex.ai/server/io-github-nirholas-agentcore-payments-mcp - three.ws 3D Studio (free) (io.github.nirholas/threews-3d-studio-free@1.0.1) Free text/image → 3D: generate, rig, avatar-ify, and refine GLB models. No auth, no payment. installs: remote:https://three.ws/api/mcp-studio detail: https://mcpindex.ai/server/io-github-nirholas-threews-3d-studio-free - Paybond MCP Server (io.github.nonameuserd/paybond@0.12.16) Default trust layer for agentic payments: authorize agent spend, evidence, receipts, settlement. installs: npm:@paybond/kit | pypi:paybond-kit detail: https://mcpindex.ai/server/io-github-nonameuserd-paybond - io.github.novadyne-hq/ledger-mcp (io.github.novadyne-hq/ledger-mcp@0.1.2) Double-entry bookkeeping API that natively accepts crypto micropayments (x402, USDC on Base). installs: pypi:ledger-mcp detail: https://mcpindex.ai/server/io-github-novadyne-hq-ledger-mcp - OpenResearch MCP (io.github.olanokhin/openresearch-mcp@0.2.1) Zero-auth research MCP: web, academic, finance, news, weather, macro, social, SEC. No keys. installs: pypi:openresearch-mcp detail: https://mcpindex.ai/server/io-github-olanokhin-openresearch-mcp - io.github.pablixnieto2/etld-mcp-server (io.github.pablixnieto2/etld-mcp-server@3.2.2) Deterministic B2B Data Middleware. Waterfall parsing for CSV, EDI, SEC & Finance. No hallucinations. installs: npm:etld-mcp-server detail: https://mcpindex.ai/server/io-github-pablixnieto2-etld-mcp-server - io.github.partymola/monzo-mcp (io.github.partymola/monzo-mcp@0.6.1) Read-only MCP server for the Monzo banking API: OAuth, local transaction cache, spending analysis. installs: docker:ghcr.io/partymola/monzo-mcp:v0.6.1 detail: https://mcpindex.ai/server/io-github-partymola-monzo-mcp - PathCourse Health (PCH) (io.github.pathcourse-health/mcp-server@1.0.1) Cheaper LLM inference, USDC agent payments via x402, agent identity / reputation lookup. installs: npm:@pathcourse/mcp-server | pypi:pch-mcp-server detail: https://mcpindex.ai/server/io-github-pathcourse-health-mcp-server - io.github.pay-skill/pay-mcp (io.github.pay-skill/pay-mcp@0.2.8) USDC payments for AI agents on Base — direct, tabs, x402 paywalls, discovery installs: npm:@pay-skill/mcp detail: https://mcpindex.ai/server/io-github-pay-skill-pay-mcp - AgentPay VN (io.github.phuocdu/agentpay-vn@1.0.1) Let AI agents collect VietQR payments — generate a QR and auto-confirm settlement. installs: pypi:agentpay-vn detail: https://mcpindex.ai/server/io-github-phuocdu-agentpay-vn - Banking Regulations (io.github.pipeworx-io/banking-regulations@0.1.0) Banking Regulations MCP — US banking & consumer-finance rules (12 CFR). installs: remote:https://gateway.pipeworx.io/banking-regulations/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-banking-regulations - Cms Open Payments (io.github.pipeworx-io/cms-open-payments@0.1.3) CMS Open Payments, with annual dataset discovery through the official DKAN API. installs: remote:https://gateway.pipeworx.io/cms-open-payments/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-cms-open-payments - Data Economie Fr (io.github.pipeworx-io/data-economie-fr@0.1.0) France Economy & Finance Open Data (data.economie.gouv.fr) — OpenDataSoft MCP. installs: remote:https://gateway.pipeworx.io/data-economie-fr/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-economie-fr - Texas Open Data (io.github.pipeworx-io/data-texas@0.1.0) Texas state open data via Socrata SoQL — agencies, health, licensing, transport, finance. installs: remote:https://gateway.pipeworx.io/data-texas/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-texas - Finance Feeds (io.github.pipeworx-io/finance-feeds@0.1.1) Finance Feeds MCP. installs: remote:https://gateway.pipeworx.io/finance-feeds/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-finance-feeds - Open Fec (io.github.pipeworx-io/open-fec@0.1.0) OpenFEC MCP — Federal Election Commission campaign finance data installs: remote:https://gateway.pipeworx.io/open-fec/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-open-fec - Quickbooks (io.github.pipeworx-io/quickbooks@0.1.0) QuickBooks MCP Pack — query customers, invoices, and accounts via QuickBooks Online API. installs: remote:https://gateway.pipeworx.io/quickbooks/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-quickbooks - Stripe_connect (io.github.pipeworx-io/stripe_connect@0.1.0) Stripe MCP Pack — read-only access to Stripe data via API key. installs: remote:https://gateway.pipeworx.io/stripe_connect/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-stripe-connect - Wisconsin DMV (io.github.pipeworx-io/wi-dmv@0.1.0) Wisconsin DMV service centers with per-office services, tests and payment methods installs: remote:https://gateway.pipeworx.io/wi-dmv/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-wi-dmv - PipRail (io.github.piprail/mcp@0.9.0) Budget-bound x402 payment wallet for AI agents — pays HTTP 402 URLs, capped locally. No backend. installs: npm:@piprail/mcp detail: https://mcpindex.ai/server/io-github-piprail-mcp - io.github.plagtech/spraay-solana-gateway (io.github.plagtech/spraay-solana-gateway@1.0.0) Batch send SOL or any SPL token to 1000+ wallets via x402. AI agent payments on Solana. installs: remote:https://gateway-solana.spraay.app/mcp detail: https://mcpindex.ai/server/io-github-plagtech-spraay-solana-gateway - io.github.plagtech/spraay-x402-mcp (io.github.plagtech/spraay-x402-mcp@3.1.1) MCP server for Spraay x402 Gateway. 60 tools for crypto payments, DeFi, and AI on Base. installs: npm:spraay-x402-mcp detail: https://mcpindex.ai/server/io-github-plagtech-spraay-x402-mcp - PineLabs Plural PG — Payment Gateway MCP Server (io.github.plural-pinelabs/pinelabs-online-mcp@0.1.3) Create payment orders, checkout, subscriptions & UPI via PineLabs Plural PG gateway installs: pypi:pinelabs-mcp-server | docker:pinelabs/mcp:latest | remote:https://mcp.pinelabs.com/mcp detail: https://mcpindex.ai/server/io-github-plural-pinelabs-pinelabs-online-mcp - io.github.praveendias1180/easypaydirect-mcp (io.github.praveendias1180/easypaydirect-mcp@0.1.1) Read-only MCP server for the Easy Pay Direct (EPD) / NMI-family payment gateway Query API. installs: npm:easypaydirect-mcp detail: https://mcpindex.ai/server/io-github-praveendias1180-easypaydirect-mcp - Précis Finance MCP (io.github.precis-finance/precis-finance-mcp@0.2.4) Public read-only Précis Finance MCP demo with synthetic data; no account or credentials required. installs: remote:https://mcp.precis.finance/mcp detail: https://mcpindex.ai/server/io-github-precis-finance-precis-finance-mcp - io.github.prismnetwork-tech/mcp (io.github.prismnetwork-tech/mcp@0.3.0) Lease and run real NVIDIA GPUs from any MCP client. Wallet auth, onchain USDG payment, and SSH. installs: npm:@prismnetwork/mcp detail: https://mcpindex.ai/server/io-github-prismnetwork-tech-mcp - io.github.quackai-org/q402-mcp (io.github.quackai-org/q402-mcp@0.11.15) Q402 - gasless payments, yield, escrow, bridge & NAV triggers on 12 EVM chains. Sandbox-default. installs: npm:@quackai/q402-mcp detail: https://mcpindex.ai/server/io-github-quackai-org-q402-mcp - B.O.N.S.A.I. Health Intelligence API (io.github.rabyavalla/bonsai-health@3.0.1) Lifestyle medicine health intelligence via x402 micropayments. 637+ peer-reviewed references. installs: remote:https://web-production-ae61.up.railway.app detail: https://mcpindex.ai/server/io-github-rabyavalla-bonsai-health - io.github.rafaelcg/stripekit (io.github.rafaelcg/stripekit@0.2.2) Reconcile a declarative Stripe catalog and inspect your account — plan, push, pull, check. installs: npm:stripekit detail: https://mcpindex.ai/server/io-github-rafaelcg-stripekit - Lightning Enable MCP Server (io.github.refined-element/lightning-enable-mcp@1.21.0) AI agent Lightning payments: invoices, wallets, L402 access, API discovery, budgets, and commerce. installs: pypi:lightning-enable-mcp | docker:docker.io/refinedelement/lightning-enable-mcp:1.21.0 detail: https://mcpindex.ai/server/io-github-refined-element-lightning-enable-mcp - io.github.reitsmasieto-wq/overcome-stress (io.github.reitsmasieto-wq/overcome-stress@1.0.0) Stress recovery protocols via Lightning payments: post-concussion, post-COVID, burnout installs: remote:https://mcp.overcomestress.io/mcp detail: https://mcpindex.ai/server/io-github-reitsmasieto-wq-overcome-stress - io.github.rodrigojille/kustodia-escrow (io.github.rodrigojille/kustodia-escrow@2.0.0) Agentic escrow payments — fiat + crypto, 36 MCP tools, 10 chains, FHE privacy installs: npm:@kustodia_app/node detail: https://mcpindex.ai/server/io-github-rodrigojille-kustodia-escrow - Askew x402 (io.github.rubix1138/askew-x402@0.1.0) DeFi yields, staking routing, semantic research & security intel via x402 micro-payments on Base installs: remote:https://mcp.askew.network/mcp detail: https://mcpindex.ai/server/io-github-rubix1138-askew-x402 - FinData MCP (io.github.sapph1re/findata-mcp@0.3.3) Stocks, fundamentals, FRED economics, SEC filings & crypto. x402 micropayments, $0.01/call. installs: pypi:findata-mcp detail: https://mcpindex.ai/server/io-github-sapph1re-findata-mcp - MCP Billing Gateway (io.github.sapph1re/mcp-billing-gateway@0.1.2) Billing proxy for MCP servers. Adds Stripe and x402 crypto payments without writing billing code. installs: pypi:mcp-billing-gateway detail: https://mcpindex.ai/server/io-github-sapph1re-mcp-billing-gateway - io.github.sarduine13-star/agent-teller (io.github.sarduine13-star/agent-teller@1.1.0) Verify AI agent payments and detect fraud. Input: agent_id, amount, service_id. installs: remote:https://agent-teller-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-sarduine13-star-agent-teller - io.github.sarveshtalele/personal-finance (io.github.sarveshtalele/personal-finance@1.0.2) 54 robust financial calculators based on deterministic mathematical principles. installs: pypi:personal-finance-mcp detail: https://mcpindex.ai/server/io-github-sarveshtalele-personal-finance - Amrood — INR Payments for AI Agents (io.github.saurabh-karn/amrood-mcp@0.4.0) KYC-verified INR wallets for AI agents in India. Payments, escrow, and settlements. installs: pypi:amrood-mcp detail: https://mcpindex.ai/server/io-github-saurabh-karn-amrood-mcp - GadgetHumans x402 MCP (io.github.scotia1973-bot/gadgethumans-x402@2.0.0) 337 MCP tools with x402 micropayments on Base. $0.001/call. No signup, no API keys. installs: npm:@gadgethumans/x402 | remote:https://swarm.gadgethumans.com/mcp detail: https://mcpindex.ai/server/io-github-scotia1973-bot-gadgethumans-x402 - io.github.sebastienrousseau/ap2-iso20022 (io.github.sebastienrousseau/ap2-iso20022@0.0.2) Bridge AP2 / x402 agent-payment mandates into wire-valid ISO 20022 pain.001 / pacs.008 records. installs: pypi:ap2-iso20022 detail: https://mcpindex.ai/server/io-github-sebastienrousseau-ap2-iso20022 - io.github.sebastienrousseau/reconcile-mcp (io.github.sebastienrousseau/reconcile-mcp@0.0.2) Reconcile camt.053 statements vs expected pain.001 payments with explainable matching. installs: pypi:reconcile-mcp detail: https://mcpindex.ai/server/io-github-sebastienrousseau-reconcile-mcp - io.github.seob5285-alt/edge-diagnostics-x402 (io.github.seob5285-alt/edge-diagnostics-x402@1.0.0) Edge-based network diagnostic utility checking host latency, gated via x402 payment rails. installs: remote:https://edge-diagnostics-x402.seob5285.workers.dev/v1/diagnose-host detail: https://mcpindex.ai/server/io-github-seob5285-alt-edge-diagnostics-x402 - x402 Facilitator Proxy (io.github.seob5285-alt/x402-facilitator-proxy@1.0.1) Multi-tenant HTTP 402 infrastructure gateway and stdio MCP server for machine payments. installs: npm:x402-facilitator-proxy detail: https://mcpindex.ai/server/io-github-seob5285-alt-x402-facilitator-proxy - io.github.sercanmetalore/finance-validation-mcp (io.github.sercanmetalore/finance-validation-mcp@0.1.0) Finans/kimlik doğrulama MCP sunucusu: IBAN, BIC/SWIFT, ABD ABA/ACH yönlendirme no, kart (Luhn/BIN… installs: remote:https://mcp.boykaf.com/finance-validation/mcp detail: https://mcpindex.ai/server/io-github-sercanmetalore-finance-validation-mcp - ShaBaasPay MCP Server (io.github.shabaaspay/shabaaspay-mcp-server@1.0.4) MCP server for PayTo agreements and payment initiation in Australia. installs: npm:shabaaspay-mcp-server detail: https://mcpindex.ai/server/io-github-shabaaspay-shabaaspay-mcp-server - ShaBaasPay MCP Server (io.github.shabaaspay/shabaaspay-payto@1.0.2) ShaBaasPay MCP server for PayTo agreements and payment initiation in Australia. installs: npm:shabaaspay-mcp-server detail: https://mcpindex.ai/server/io-github-shabaaspay-shabaaspay-payto - PCI DSS v4.0.1 Compliance Checker (io.github.shyshlakov/pci-dss-mcp@0.7.1) PCI DSS v4.0.1 compliance scanner for Go payment services, delivered as an MCP server installs: docker:ghcr.io/shyshlakov/pci-dss-mcp:v0.7.1 detail: https://mcpindex.ai/server/io-github-shyshlakov-pci-dss-mcp - io.github.singularityjason/lightning-memory (io.github.singularityjason/lightning-memory@0.4.1) Decentralized agent memory for the Lightning economy. Nostr identity, L402 payments. installs: pypi:lightning-memory detail: https://mcpindex.ai/server/io-github-singularityjason-lightning-memory - InsureLink (io.github.skewing1/insurelink@1.0.0) AI agent-to-agent SLA agreements on Base with insurance, reputation, and x402 payments. installs: remote:https://ivnmscuuljqubunqcgkh.supabase.co/functions/v1/mcp-server/mcp detail: https://mcpindex.ai/server/io-github-skewing1-insurelink - Hive A/B Test (io.github.srotzin/hive-mcp-abtest@1.0.0) A/B experiment runner for the A2A network with x402 micropayments on Base USDC. installs: remote:https://hive-mcp-abtest.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-srotzin-hive-mcp-abtest - Hive Openclaw Bridge (io.github.srotzin/hive-mcp-openclaw-bridge@1.0.0) Reference integration with @kinthaiofficial OpenClaw 3-layer payment governance installs: remote:https://hive-mcp-gateway.onrender.com/openclaw-bridge/mcp detail: https://mcpindex.ai/server/io-github-srotzin-hive-mcp-openclaw-bridge - HiveBank (io.github.srotzin/hivebank@1.0.0) USDC treasury vaults, streaming payments, and DeFi yield for AI agents installs: remote:https://hivebank.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-srotzin-hivebank - fomox402 (io.github.staccDOTsol/staccbot-tg@0.1.0) Broker + MCP server for last-bidder-wins on-chain games on Solana via x402 micropayments. installs: remote:https://bot.staccpad.fun/mcp detail: https://mcpindex.ai/server/io-github-staccdotsol-staccbot-tg - SumUp MCP Server (io.github.sumup/mcp@0.1.1) Tools to explore SumUp accounts, payments, customers, and payouts. installs: npm:@sumup/mcp detail: https://mcpindex.ai/server/io-github-sumup-mcp - SwarmSync.AI (io.github.swarmsync-ai/conduit-mcp@0.1.0) SwarmSync agent marketplace: discover agents, AP2 escrow payments, SwarmScore trust, LLM routing. installs: npm:@swarmsync/conduit-mcp | remote:https://api.swarmsync.ai/mcp/messages detail: https://mcpindex.ai/server/io-github-swarmsync-ai-conduit-mcp - io.github.szarl/payments-ai-mcp (io.github.szarl/payments-ai-mcp@1.1.3) Launch products and branded checkouts on Payments AI, the Merchant of Record for AI-built apps. installs: npm:@payments-ai/mcp detail: https://mcpindex.ai/server/io-github-szarl-payments-ai-mcp - io.github.tang-vu/keryx (io.github.tang-vu/keryx@0.2.0) Autonomous research agent that pays every source it cites in USDC on Arc via x402 micropayments. installs: npm:keryx-mcp | remote:https://keryx.cc/mcp detail: https://mcpindex.ai/server/io-github-tang-vu-keryx - io.github.tdnupe3/coinrailz (io.github.tdnupe3/coinrailz@1.0.5) 41 crypto micropayment services via x402 protocol installs: pypi:coinrailz-mcp detail: https://mcpindex.ai/server/io-github-tdnupe3-coinrailz - io.github.telegraphprotocol/telegraph (io.github.telegraphprotocol/telegraph@1.0.0) Decentralized AI inference (weather, deepfake detection, LLMs) with x402 USDC micropayments. installs: npm:telegraph-protocol-mcp detail: https://mcpindex.ai/server/io-github-telegraphprotocol-telegraph - io.github.theYahia/cloudpayments-mcp (io.github.theYahia/cloudpayments-mcp@1.0.0) MCP server for CloudPayments API — charge, auth, confirm, void, refund, find transaction. 6 tools. installs: npm:@theyahia/cloudpayments-mcp detail: https://mcpindex.ai/server/io-github-theyahia-cloudpayments-mcp - io.github.theYahia/robokassa-mcp (io.github.theYahia/robokassa-mcp@1.0.0) MCP server for Robokassa payment API — generate payment URLs, check invoice status. First MCP for R installs: npm:@theyahia/robokassa-mcp detail: https://mcpindex.ai/server/io-github-theyahia-robokassa-mcp - io.github.theYahia/tkassa-mcp (io.github.theYahia/tkassa-mcp@1.0.0) MCP server for T-Kassa (T-Bank/Tinkoff) payment API — payments, refunds. 5 tools. First MCP for T-K installs: npm:@theyahia/tkassa-mcp detail: https://mcpindex.ai/server/io-github-theyahia-tkassa-mcp - io.github.theYahia/yookassa-mcp (io.github.theYahia/yookassa-mcp@1.0.0) MCP server for YooKassa payment API — payments, refunds, receipts (54-FZ). 10 tools. First MCP for installs: npm:@theyahia/yookassa-mcp detail: https://mcpindex.ai/server/io-github-theyahia-yookassa-mcp - SolanaPay (io.github.therealMrFunGuy/solana-pay@1.0.0) On-chain Solana payments for MCP services with SOL and USDC support. installs: remote:https://pay.rjctdlabs.xyz/sse detail: https://mcpindex.ai/server/io-github-therealmrfunguy-solana-pay - Hotel Booking AI MCP (io.github.tourmind-com/hotel-booking-ai-mcp@1.0.0) Consumer hotel search, live rates, booking, order management, and payment via TourMind. installs: remote:https://api.tourmind.com/mcp/toc detail: https://mcpindex.ai/server/io-github-tourmind-com-hotel-booking-ai-mcp - TourMind Booking MCP (io.github.tourmind-com/tourmind-booking-mcp@1.0.0) Business hotel search, live rates, booking, order management, and payment via TourMind. installs: remote:https://api.tourmind.com/mcp/tob detail: https://mcpindex.ai/server/io-github-tourmind-com-tourmind-booking-mcp - NEAR, Solana & Base Blockchain Data Gateway (io.github.trevorflipper/near-solana-blockchain-api@3.0.0) 24 NEAR + Solana + Base blockchain endpoints with x402 USDC micropayments installs: remote:https://ironflip.duckdns.org detail: https://mcpindex.ai/server/io-github-trevorflipper-near-solana-blockchain-api - io.github.treza-labs/treza (io.github.treza-labs/treza@0.1.1) Manage secure enclaves (TEEs) with attestation, payments, and signing for AI agents. installs: npm:@treza/mcp detail: https://mcpindex.ai/server/io-github-treza-labs-treza - agents.u.cash (io.github.uantum/agents-u-cash@0.6.7) Non-custodial HTTP-402 crypto payments for AI agents. 77-tool MCP server. installs: docker:ghcr.io/udotcash/agents-u-cash-mcp:0.6.7 detail: https://mcpindex.ai/server/io-github-uantum-agents-u-cash - io.github.up2itnow0822/agentpay (io.github.up2itnow0822/agentpay@3.1.0) Non-custodial x402 payment MCP server for AI agents. Wallets and payments on 17 chains. installs: npm:agentpay-mcp detail: https://mcpindex.ai/server/io-github-up2itnow0822-agentpay - io.github.up2itnow0822/clawpay (io.github.up2itnow0822/clawpay@3.0.1) Non-custodial x402 payment MCP server for AI agents. Wallets, payments, and commerce on 17 chains. installs: npm:clawpay-mcp detail: https://mcpindex.ai/server/io-github-up2itnow0822-clawpay - ClawPay MCP — Non-Custodial x402 Payments for AI Agents (io.github.up2itnow0822/clawpay-mcp@1.2.0) Non-custodial x402 payments for AI agents. Sign locally, spend limits, Base network. installs: npm:clawpay-mcp detail: https://mcpindex.ai/server/io-github-up2itnow0822-clawpay-mcp - Finance Fintech Mcp (io.github.varvararatta/finance_fintech_mcp@1.0.0) Unlock the power of real-time financial data with our Finance MCP. Easily retrieve the latest installs: remote:https://finance-fintech-mcp.mcpize.run/mcp detail: https://mcpindex.ai/server/io-github-varvararatta-finance-fintech-mcp - io.github.vdalhambra/financekit-mcp (io.github.vdalhambra/financekit-mcp@1.2.0) Stock quotes, technical analysis, crypto prices, and portfolio insights for AI agents installs: pypi:financekit-mcp detail: https://mcpindex.ai/server/io-github-vdalhambra-financekit-mcp - io.github.vinaybhosle/agentstamp (io.github.vinaybhosle/agentstamp@2.0.1) Identity certificates, public registry, and wishing well for AI agents — x402 micropayments on Base installs: remote:https://agentstamp.org/mcp detail: https://mcpindex.ai/server/io-github-vinaybhosle-agentstamp - xportalx (io.github.virgen101/xportalx@1.0.0) AI agent gateway with web fetching, data extraction, crypto pricing, and x402 payments installs: remote:https://fflpdljiuruqdnewvwkk.supabase.co/functions/v1/mcp detail: https://mcpindex.ai/server/io-github-virgen101-xportalx - io.github.vncent786/bounty-api (io.github.vncent786/bounty-api@1.8.0) Singapore property & financial data APIs for AI agents. 27 MCP tools. x402 micropayments. installs: npm:bountyapi-mcp | remote:https://bountyapi.com/mcp detail: https://mcpindex.ai/server/io-github-vncent786-bounty-api - io.github.voidly-ai/pay-mcp (io.github.voidly-ai/pay-mcp@0.1.3) USDC-backed agent payments. Transfer, escrow, x402 paywall, streams, subs. 28 tools. installs: npm:@voidly/pay-mcp detail: https://mcpindex.ai/server/io-github-voidly-ai-pay-mcp - io.github.vrllrv/junto-mcp (io.github.vrllrv/junto-mcp@0.1.1) The payment protocol for people and agents. One MCP server, any payment rail. installs: npm:junto-mcp detail: https://mcpindex.ai/server/io-github-vrllrv-junto-mcp - io.github.warfare-hub/revenue-mcp (io.github.warfare-hub/revenue-mcp@0.1.2) Query MRR, churn, and revenue from Stripe, Gumroad & Lemon Squeezy in Claude installs: npm:revenue-mcp detail: https://mcpindex.ai/server/io-github-warfare-hub-revenue-mcp - io.github.wmujahid428-web/muj428-trust-layer (io.github.wmujahid428-web/muj428-trust-layer@1.0.0) Checks reputation and transaction evidence to flag counterparty risk before autonomous payments. installs: remote:https://agents.muj428.com/mcp detail: https://mcpindex.ai/server/io-github-wmujahid428-web-muj428-trust-layer - MUJ428 Trust Layer — VERIFY BEFORE ACT (io.github.wmujahid428-web/trust-layer@1.4.0) Independent evidence verification before payment, approval, release, procurement, or acceptance. installs: remote:https://wepmhfjzckclvywolrek.supabase.co/functions/v1/trust-layer-mcp detail: https://mcpindex.ai/server/io-github-wmujahid428-web-trust-layer - Alternative Payments (io.github.wyre-technology/alternative-payments-mcp@1.0.7) MCP server for Alternative Payments — customers, invoices, payment requests, payouts, webhooks. installs: docker:ghcr.io/wyre-technology/alternative-payments-mcp:v1.0.7 detail: https://mcpindex.ai/server/io-github-wyre-technology-alternative-payments-mcp - QuickBooks Online (io.github.wyre-technology/qbo-mcp@1.6.1) MCP server for QuickBooks Online — accounts, customers, invoices, bills, and reports. installs: docker:ghcr.io/wyre-technology/qbo-mcp:v1.6.1 detail: https://mcpindex.ai/server/io-github-wyre-technology-qbo-mcp - Xero (io.github.wyre-technology/xero-mcp@1.5.2) MCP server for Xero accounting — contacts, invoices, payments, accounts, and financial reports. installs: docker:ghcr.io/wyre-technology/xero-mcp:v1.5.2 detail: https://mcpindex.ai/server/io-github-wyre-technology-xero-mcp - io.github.xenarch-ai/xenarch-mcp (io.github.xenarch-ai/xenarch-mcp@1.3.1) Xenarch — x402 MCP server for AI agent payments. Non-custodial, USDC on Base L2. installs: npm:@xenarch/agent-mcp detail: https://mcpindex.ai/server/io-github-xenarch-ai-xenarch-mcp - io.github.xona-labs/xpay (io.github.xona-labs/xpay@0.2.24) Agentic commerce for AI agents: multi-network wallet, x402 payments, AgenC hires, 20k+ services installs: npm:@xona-labs/xpay detail: https://mcpindex.ai/server/io-github-xona-labs-xpay - xpay Finance (io.github.xpaysh/finance@1.0.0) 253 finance tools. Financial Modeling Prep, Alpha Vantage, AkShare, Polymarket, Dome. installs: remote:https://finance.mcp.xpay.sh/mcp?key={api_key} detail: https://mcpindex.ai/server/io-github-xpaysh-finance - Yolfi Payments MCP (io.github.yolfinance/yolfi-agent@0.2.0) Let AI agents add Yolfi crypto checkout, paylinks, webhooks, and status checks. installs: npm:@yolfi/agent | remote:https://app.yolfi.com/mcp detail: https://mcpindex.ai/server/io-github-yolfinance-yolfi-agent - io.github.yourtablecloth/tablecloth-mcp (io.github.yourtablecloth/tablecloth-mcp@0.3.0) Open Korean e-Gov and finance sites in a clean, disposable Windows Sandbox with security programs. installs: npm:tablecloth-mcp detail: https://mcpindex.ai/server/io-github-yourtablecloth-tablecloth-mcp - ClawAgent (io.github.zaq2989/clawagent@1.0.0) AI agent marketplace with MCP support and HTTP 402 micropayments (x402/intmax402). installs: remote:https://clawagent-production.up.railway.app/mcp/sse detail: https://mcpindex.ai/server/io-github-zaq2989-clawagent - io.github.zhound420/d365fo-connector (io.github.zhound420/d365fo-connector@2.0.1) Query and manage Microsoft Dynamics 365 Finance & Operations via MCP installs: npm:@zhound/d365fo-mcp-server detail: https://mcpindex.ai/server/io-github-zhound420-d365fo-connector - preflight402 (io.ironshell/preflight402@0.1.0) Trust verdict for an x402 payment endpoint: health, 402 handshake, price, proceed/caution/avoid. installs: remote:https://preflight402.ironshell.io/mcp detail: https://mcpindex.ai/server/io-ironshell-preflight402 - Kifly — Agentic Commerce & Payments (io.kifly/mcp@1.1.4) Multi-seller shopping for AI agents. Settle via Stripe MPP or x402 USDC on Base. Hosted. installs: remote:https://kifly.io/api/mcp detail: https://mcpindex.ai/server/io-kifly-mcp - N3XT MCP (io.n3xt/mcp@1.0.1) Use your N3XT account for instant USD settlement. Access wallets, make payments, and more. installs: remote:https://mcp.n3xt.io/mcp detail: https://mcpindex.ai/server/io-n3xt-mcp - Agent Zero — ERC-8004 Agent Intelligence (io.onchainagentintel/agent-zero-intel@1.8.0) Free read-only ERC-8004 agent-intel tools: coverage, leaderboards, agent vetting, payment graph installs: remote:https://api.onchainagentintel.io/mcp detail: https://mcpindex.ai/server/io-onchainagentintel-agent-zero-intel - systemprompt.io reports (io.systemprompt/reports@1.0.0) Paid EU AI Act compliance reports for agents. $1.50 per call via x402 (USDC on Base) or Stripe. installs: remote:https://systemprompt.io/api/v1/mcp/systemprompt-reports/mcp detail: https://mcpindex.ai/server/io-systemprompt-reports - PaymentOracle — Verifiable Multi-Rail Payment Receipts (io.tooloracle/paymentoracle@0.7.0) PaymentOracle — ES256K-signed receipts for x402 payments on USDC+EURC (Base) and XRP+RLUSD (XRPL). installs: remote:https://tooloracle.io/payments/mcp/ detail: https://mcpindex.ai/server/io-tooloracle-paymentoracle - io.tooloracle/xrploracle (io.tooloracle/xrploracle@1.0.0) XRPLOracle - 31 XRP Ledger tools: payments, DEX, AMM, hooks, NFTs, validators, DIDs. installs: remote:https://feedoracle.io/xrpl/mcp/ detail: https://mcpindex.ai/server/io-tooloracle-xrploracle - io.toreador/mcp-server (io.toreador/mcp-server@0.2.6) Generate crypto QR codes (BTC, ETH, SOL, USDC, USDT, EURC) and manage payment sessions. installs: npm:@toreador/mcp-server detail: https://mcpindex.ai/server/io-toreador-mcp-server - io.usefulapi/braintree (io.usefulapi/braintree@1.0.1) Search Braintree transactions, customers and payment methods, and refund or void charges. installs: remote:https://braintree.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-braintree - io.usefulapi/gocardless (io.usefulapi/gocardless@1.0.1) Query GoCardless: customers, mandates, payments, subscriptions, payouts, refunds, events. installs: remote:https://gocardless.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-gocardless - io.usefulapi/increase (io.usefulapi/increase@1.0.1) Read-only Increase banking observability plus one safe non-money-moving write, for AI agents. installs: remote:https://increase.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-increase - io.usefulapi/mercoa (io.usefulapi/mercoa@1.0.1) Query and manage Mercoa AP/AR bill-pay: entities, invoices, transactions and payment methods. installs: remote:https://mercoa.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-mercoa - io.usefulapi/modern-treasury (io.usefulapi/modern-treasury@1.0.1) MCP server for Modern Treasury — payment orders, transactions, counterparties and ledgers. installs: remote:https://modern-treasury.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-modern-treasury - ke.co.mkliniki/mkliniki (ke.co.mkliniki/mkliniki@1.0.0) Real licensed Kenyan doctors, pharmacy and groceries. AI discovery only, payment held in escrow. installs: remote:https://api-kjijorqedq-uc.a.run.app/mcp detail: https://mcpindex.ai/server/ke-co-mkliniki-mkliniki - Hookjar (lighting.comiza/hookjar@1.0.0) Public webhook inboxes for agents. Receive OAuth redirects, payment callbacks and CI notifications. installs: remote:https://comiza.lighting/mcp detail: https://mcpindex.ai/server/lighting-comiza-hookjar - Execution Market (market.execution/execution-market@1.0.0) AI agents publish bounties for real-world tasks. Gasless USDC payments via x402. installs: remote:https://mcp.execution.market/mcp/ detail: https://mcpindex.ai/server/market-execution-execution-market - Candor Finance (money.candor/candor-finance@0.1.19) Personal-finance workspace for AI agents: accounts, spending, budgets, goals, and investments. installs: remote:https://api.candor.money/mcp detail: https://mcpindex.ai/server/money-candor-candor-finance - my.wimm/wimm (my.wimm/wimm@1.0.0) Personal finance for AI agents — onboard, import statements, categorize & budget over MCP. installs: remote:https://wimm.my/api/mcp detail: https://mcpindex.ai/server/my-wimm-wimm - agri-ja 日本の農業政策・補助金・米の概算金 (net.agri-ja/agri-ja@1.0.0) Japanese agriculture policy, subsidies and rice advance payments. 日本の農業政策・補助金・米の概算金 installs: remote:https://agri-ja.net/mcp detail: https://mcpindex.ai/server/net-agri-ja-agri-ja - Crawlora MCP (net.crawlora/crawlora-mcp@1.9.0) Hosted MCP: 795 structured web-data tools for search, maps, commerce, social, gaming & finance. installs: remote:https://mcp.crawlora.net/mcp detail: https://mcpindex.ai/server/net-crawlora-crawlora-mcp - H/M Agent Surface - Free MCP Tools (net.hogarmas/agent-surface@1.8.0) Five free MCP tools, including proof-before-payment preview, plus one authorized x402 pack. installs: remote:https://agents.hogarmas.net/mcp/agent-surface detail: https://mcpindex.ai/server/net-hogarmas-agent-surface - H/M Article 50 Transparency Builder (net.hogarmas/ai-transparency@1.1.0) Free Article 50 website scanner, notice builder, and checksum verifier. No key or payment. installs: remote:https://agents.hogarmas.net/mcp/ai-transparency detail: https://mcpindex.ai/server/net-hogarmas-ai-transparency - H/M Content Credentials Evidence Verifier (net.hogarmas/content-credentials@1.2.0) Free C2PA 2.4 triage and reproducible official trust snapshot. No media, keys, or payment. installs: remote:https://agents.hogarmas.net/mcp/content-credentials detail: https://mcpindex.ai/server/net-hogarmas-content-credentials - Vibe Springs (net.vibesprings/x402-tools@1.0.0) Pay-per-use weather, environment, finance, and on-chain intelligence tools for AI agents via x402. installs: remote:https://vibesprings.net/mcp detail: https://mcpindex.ai/server/net-vibesprings-x402-tools - Tenzro Ledger MCP (network.tenzro/tenzro@0.1.0) Tenzro Ledger MCP: wallet, identity, payments, inference, staking, bridges, verification, agents. installs: remote:https://mcp.tenzro.network/mcp detail: https://mcpindex.ai/server/network-tenzro-tenzro - nz.wanakahaus/booking (nz.wanakahaus/booking@1.0.1) Book Wanaka Haus, an Architectural Passive home in Wānaka NZ. Availability, quotes, Stripe checkout. installs: remote:https://wanakahaus.nz/api/mcp detail: https://mcpindex.ai/server/nz-wanakahaus-booking - PaperLink (online.paperlink/mcp@1.0.1) Document sharing, invoicing, and personal finance platform. 15+ AI tools via OAuth 2.1. installs: remote:https://mcp.paperlink.online/api/mcp/mcp detail: https://mcpindex.ai/server/online-paperlink-mcp - FEC Campaign Finance (org.memoryapi/fec@1.0.0) FEC campaign finance data: candidate fundraising, donors, and spending installs: remote:https://fec.memoryapi.org/mcp detail: https://mcpindex.ai/server/org-memoryapi-fec - BananaBanana Image & Video Generation (pro.bananabanana/image-video@1.0.4) Generate images & video (Nano Banana, Veo, Omni) pay-as-you-go. No subscription, crypto payments. installs: remote:https://bananabanana.pro/api/mcp detail: https://mcpindex.ai/server/pro-bananabanana-image-video - Lika Rika (se.likarika/budget@0.1.3) Manage shared household finances for two people - expenses, budgets, savings, and settlements. installs: remote:https://mcp.likarika.se/mcp detail: https://mcpindex.ai/server/se-likarika-budget - services.gera/mcp-gera-nexus (services.gera/mcp-gera-nexus@1.0.1) Search Gera marketplaces and create consent-first booking intents. No payment taken by server. installs: npm:@gera-services/mcp-gera-nexus detail: https://mcpindex.ai/server/services-gera-mcp-gera-nexus - Hilt Pay Agent Commerce (so.hilt/agent-commerce@1.1.0) x402 V2 payment-to-access on Solana USDC with receipts, entitlements, atomic metering and webhooks. installs: remote:https://api.hilt.so/mcp detail: https://mcpindex.ai/server/so-hilt-agent-commerce - Hilt PayMe (so.hilt/pay-me@1.1.1) Wallet-approved SOL and Solana USDC payments to verified X handles, with zero custody. installs: remote:https://api.hilt.so/mcp/pay-me detail: https://mcpindex.ai/server/so-hilt-pay-me - Zenfinance (tech.zenfin/zenfinance@0.1.0) Household finance memory, budgets, transactions, and monthly reviews for AI assistants. installs: remote:https://mcp.zenfin.tech/mcp detail: https://mcpindex.ai/server/tech-zenfin-zenfinance - tools.clean/mcp (tools.clean/mcp@0.1.1) Read-only developer, date, finance, and text utilities. Authless remote MCP server by Clean.tools. installs: npm:@clean-tools/mcp | remote:https://mcp.clean.tools/mcp detail: https://mcpindex.ai/server/tools-clean-mcp - Coil Scanner (trade.coil/stock-market-scanner@1.1.0) Stock market trading signals, finance data: regime, ranked buy list, scored stock + sector reads. installs: remote:https://coil.trade/mcp detail: https://mcpindex.ai/server/trade-coil-stock-market-scanner - Recur (tw.recur/mcp@0.0.1) Subscription payment platform for Taiwan — manage products, customers, and billing installs: remote:https://mcp.recur.tw/ detail: https://mcpindex.ai/server/tw-recur-mcp - BTCPay Server MCP (xyz.draket/btcpay-mcp@0.3.0) 21 tools for AI agents to manage BTCPay Server: invoices, payments, stores, webhooks, Lightning installs: manual detail: https://mcpindex.ai/server/xyz-draket-btcpay-mcp - xyz.tenzro/tenzro (xyz.tenzro/tenzro@0.1.0) Tenzro Network MCP server: wallet, identity, payments, inference, staking, bridges, verification. installs: remote:https://mcp.tenzro.xyz/mcp detail: https://mcpindex.ai/server/xyz-tenzro-tenzro - Yault AESP (xyz.yault/aesp@0.2.0) Crypto payments for the agent economy — policy-gated vault operations under human control installs: npm:@yault/aesp detail: https://mcpindex.ai/server/xyz-yault-aesp ## Git & Code Hosting (199) - ai.aient/mcp (ai.aient/mcp@0.1.0) MCP-native AI SRE: ask what's broken in production, get a reviewed GitHub fix PR. installs: remote:https://aient.ai/mcp detail: https://mcpindex.ai/server/ai-aient-mcp - ai.smithery/Hint-Services-obsidian-github-mcp (ai.smithery/Hint-Services-obsidian-github-mcp@0.4.0) Connect AI assistants to your GitHub-hosted Obsidian vault to seamlessly access, search, and analy… installs: remote:https://server.smithery.ai/@Hint-Services/obsidian-github-mcp/mcp detail: https://mcpindex.ai/server/ai-smithery-hint-services-obsidian-github-mcp - ai.smithery/saidsef-mcp-github-pr-issue-analyser (ai.smithery/saidsef-mcp-github-pr-issue-analyser@1.15.0) A Model Context Protocol (MCP) application for automated GitHub PR analysis and issue management.… installs: remote:https://server.smithery.ai/@saidsef/mcp-github-pr-issue-analyser/mcp detail: https://mcpindex.ai/server/ai-smithery-saidsef-mcp-github-pr-issue-analyser - ai.smithery/smithery-ai-github (ai.smithery/smithery-ai-github@1.0.0) Access the GitHub API, enabling file operations, repository management, search functionality, and… installs: remote:https://server.smithery.ai/@smithery-ai/github/mcp detail: https://mcpindex.ai/server/ai-smithery-smithery-ai-github - GitResume (co.gitresume/gitresume@1.0.1) Validate, build, and publish the resume you keep as YAML in your own GitHub repository. installs: remote:https://gitresume.co/mcp detail: https://mcpindex.ai/server/co-gitresume-gitresume - com.docfork/docfork-mcp (com.docfork/docfork-mcp@1.3.3) Up-to-date docs for AI. DEPRECATED: Use io.github.docfork/docfork instead. installs: npm:docfork | remote:https://mcp.docfork.com detail: https://mcpindex.ai/server/com-docfork-docfork-mcp - com.driflyte/driflyte-mcp-server (com.driflyte/driflyte-mcp-server@0.1.15) Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub. installs: npm:@driflyte/mcp-server | remote:https://mcp.driflyte.com/mcp detail: https://mcpindex.ai/server/com-driflyte-driflyte-mcp-server - com.gitkraken/gk-cli (com.gitkraken/gk-cli@3.1.70) The GitKraken MCP Server for managing repos, PRs, issues across GitHub, GitLab, Bitbucket and more. installs: npm:@gitkraken/gk detail: https://mcpindex.ai/server/com-gitkraken-gk-cli - com.gitlab/mcp (com.gitlab/mcp@0.0.1) Official GitLab MCP Server installs: remote:https://gitlab.com/api/v4/mcp detail: https://mcpindex.ai/server/com-gitlab-mcp - com.mcparmory/bitbucket (com.mcparmory/bitbucket@1.0.5) Manage repositories, branches, webhooks, and pull requests in Bitbucket workspaces installs: pypi:mcparmory-bitbucket | docker:ghcr.io/mcparmory/bitbucket:1.0.5 detail: https://mcpindex.ai/server/com-mcparmory-bitbucket - com.mcparmory/github (com.mcparmory/github@1.0.6) Manage repositories, users, releases, and automate GitHub workflows installs: pypi:mcparmory-github | docker:ghcr.io/mcparmory/github:1.0.6 detail: https://mcpindex.ai/server/com-mcparmory-github - com.mcparmory/gitlab (com.mcparmory/gitlab@1.0.3) Manage projects, groups, branches, merge requests, and CI/CD pipelines installs: pypi:mcparmory-gitlab | docker:ghcr.io/mcparmory/gitlab:1.0.3 detail: https://mcpindex.ai/server/com-mcparmory-gitlab - The MCP Census (com.mcpcensus/census@1.0.0) Vet any MCP server before you depend on it: live health from GitHub, npm and PyPI. installs: remote:https://mcpcensus-lookup.jaco-veldsman.workers.dev/mcp detail: https://mcpindex.ai/server/com-mcpcensus-census - com.thenextgennexus/developer-tools-mcp-server (com.thenextgennexus/developer-tools-mcp-server@1.0.0) Search GitHub, npm, PyPI, StackOverflow, ArXiv from one MCP — built for coding agents. installs: remote:https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/developer-tools-mcp-server/mcp detail: https://mcpindex.ai/server/com-thenextgennexus-developer-tools-mcp-server - com.thenextgennexus/github-mcp-server (com.thenextgennexus/github-mcp-server@1.0.0) GitHub repo analytics: stars, trending, code search, contributor maps for project research. installs: remote:https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/github-mcp-server/mcp detail: https://mcpindex.ai/server/com-thenextgennexus-github-mcp-server - com.trycloudflare.candy-josh-writers-balance/yultrace-bounty-feed (com.trycloudflare.candy-josh-writers-balance/yultrace-bounty-feed@0.1.1) Local bounty-feed index: Bountycaster/Dework/Superteam/Algora/Sherlock/GitHub bounties. Read-only. installs: remote:https://candy-josh-writers-balance.trycloudflare.com/mcp2/ detail: https://mcpindex.ai/server/com-trycloudflare-candy-josh-writers-balance-yultrace-bounty-feed - com.trycloudflare.urgent-clean-occupied-catalogs/yultrace-bounty-feed (com.trycloudflare.urgent-clean-occupied-catalogs/yultrace-bounty-feed@0.1.1) Bounty-feed search 386 rows across 9 sources (Bountycaster/Dework/Sherlock/Algora/GitHub/Reddit). installs: remote:https://urgent-clean-occupied-catalogs.trycloudflare.com/mcp2/ detail: https://mcpindex.ai/server/com-trycloudflare-urgent-clean-occupied-catalogs-yultrace-bounty-feed - com.zalize.leads/leadsleuth (com.zalize.leads/leadsleuth@1.0.2) B2B leads: scored buying signals from HN/Bluesky/GitHub with AI dossiers and outreach drafts. installs: remote:https://leads.zalize.com/api/mcp detail: https://mcpindex.ai/server/com-zalize-leads-leadsleuth - Arlet (dev.arlet/mcp@0.1.0) Create, deploy, and operate MCP servers directly from your GitHub repositories. installs: remote:https://mcp.arlet.dev/mcp detail: https://mcpindex.ai/server/dev-arlet-mcp - ClawLink (dev.claw-link/clawlink@0.1.0) MCP server connecting AI agents to 100+ apps (Gmail, Slack, Notion, GitHub) via one-click OAuth. installs: remote:https://claw-link.dev/api/mcp detail: https://mcpindex.ai/server/dev-claw-link-clawlink - lastseen mortality (dev.lastseen/mortality@0.1.2) Check whether an npm package, GitHub Action, MCP server or Docker image is dead or abandoned. installs: pypi:lastseen-mcp detail: https://mcpindex.ai/server/dev-lastseen-mortality - RepoFold (dev.repofold/repofold@1.0.1) A cited wiki of your GitHub repo: search, read pages, find symbols and ask, with line citations. installs: remote:https://repofold.dev/api/mcp detail: https://mcpindex.ai/server/dev-repofold-repofold - dev.sexai/sexai-mcp (dev.sexai/sexai-mcp@0.11.11) The network where AI agents breed — publish, import a GitHub repo as an agent, cross them. installs: npm:sexai-mcp detail: https://mcpindex.ai/server/dev-sexai-sexai-mcp - Dockhold (eu.dockhold/dockhold@0.1.0) Deploy a GitHub repo to a live HTTPS URL from your AI tool; read logs, set variables, resize apps. installs: remote:https://api.dockhold.eu/mcp detail: https://mcpindex.ai/server/eu-dockhold-dockhold - io.github.AINative-Studio/ainative-zerodb-memory-mcp (io.github.AINative-Studio/ainative-zerodb-memory-mcp@1.2.7) ZeroDB agent-memory MCP — 18 tools: memory + write-back to Slack, Gmail, Calendar, GitHub. installs: npm:ainative-zerodb-memory-mcp detail: https://mcpindex.ai/server/io-github-ainative-studio-ainative-zerodb-memory-mcp - CICD AIops (io.github.AIops-tools/cicd-aiops@0.9.0) Governed self-managed GitLab + Gitea CI/CD ops: pipelines, runners, artifacts, RCA. 28 tools. installs: pypi:cicd-aiops detail: https://mcpindex.ai/server/io-github-aiops-tools-cicd-aiops - GitHub (io.github.Abhishekkumar2021/github@0.2.0) GitHub via MCP: search, repos, issues, PRs, files, notifications. OAuth device flow or token. installs: npm:@abhishekmcp/github detail: https://mcpindex.ai/server/io-github-abhishekkumar2021-github - io.github.AmrMohamed17/oss-issues-mcp (io.github.AmrMohamed17/oss-issues-mcp@0.1.1) MCP server with derived GitHub issue tools: normalized fetch, new-issue watch, claim status. installs: pypi:oss-issues-mcp detail: https://mcpindex.ai/server/io-github-amrmohamed17-oss-issues-mcp - io.github.Armada735/fake-star-audit (io.github.Armada735/fake-star-audit@0.1.1) Transparent rule-based GitHub fake-star detector — LOW/MEDIUM/HIGH with per-rule evidence. installs: pypi:fake-star-audit detail: https://mcpindex.ai/server/io-github-armada735-fake-star-audit - io.github.AugustusW/sharedoc-mcp (io.github.AugustusW/sharedoc-mcp@2.1.4) Share agent-generated Markdown as links — GitHub gists today, your own server tomorrow. installs: npm:sharedoc-mcp detail: https://mcpindex.ai/server/io-github-augustusw-sharedoc-mcp - io.github.AutomateLab-tech/content-distribution (io.github.AutomateLab-tech/content-distribution@2.2.1) Publish content to DEV.to, Hashnode, GitHub Discussions, Reddit, Bluesky, LinkedIn, and Medium. installs: npm:@automatelab/content-distribution-mcp detail: https://mcpindex.ai/server/io-github-automatelab-tech-content-distribution - Markdown Renderer API (io.github.Br0ski777/markdown-renderer@1.1.0) Render markdown to styled HTML with light/dark/github themes. x402 micropayment. installs: remote:https://markdown-renderer.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-markdown-renderer - Social Profile Enrichment API (io.github.Br0ski777/social-profile@1.1.0) Social media profile lookup for GitHub, Twitter/X, LinkedIn, YouTube. x402. installs: remote:https://social-profile.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-social-profile - github-twin (io.github.ChristopherDavenport/github-twin@0.0.17) Personal RAG over your GitHub history (commits, code, reviews), served to Claude Code over MCP. installs: pypi:github-twin detail: https://mcpindex.ai/server/io-github-christopherdavenport-github-twin - Compuute MCP Security Scanner (io.github.Compuute/compuute-scan-api@0.3.0) Scan any public GitHub MCP-server repo for security issues. 37 MCP-specific L1 rules, 8 languages. installs: remote:https://scan.compuute.se/mcp/ detail: https://mcpindex.ai/server/io-github-compuute-compuute-scan-api - WORKS Public Verifier (io.github.DYZCODE/works-public@0.1.13) Independent static verification for exact immutable public GitHub commits. installs: remote:https://works-runner.vercel.app/mcp-registry detail: https://mcpindex.ai/server/io-github-dyzcode-works-public - io.github.Dave-London/github (io.github.Dave-London/github@0.7.1) MCP server for GitHub operations (PRs, issues, actions) with structured, token-efficient output installs: npm:@paretools/github detail: https://mcpindex.ai/server/io-github-dave-london-github - io.github.Dave-London/pare-github (io.github.Dave-London/pare-github@0.8.1) Pare GitHub — Structured GitHub operations (PRs, issues, actions) as typed JSON. installs: npm:@paretools/github detail: https://mcpindex.ai/server/io-github-dave-london-pare-github - Repo-to-RAG (io.github.Evozim/repo-to-rag@1.0.0) GitHub repository vectorizer and context synthesizer for RAG pipelines. installs: remote:https://repo-to-rag-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-repo-to-rag - Bitbucket MCP (io.github.FabianSchurig/bitbucket-mcp@0.18.5) Bitbucket Cloud MCP in Go: complete API auto-generated from spec, customizable prompts. installs: docker:ghcr.io/fabianschurig/bitbucket-mcp:0.18.5 detail: https://mcpindex.ai/server/io-github-fabianschurig-bitbucket-mcp - io.github.FerhatDundar/ghcli-mcp-connector (io.github.FerhatDundar/ghcli-mcp-connector@0.1.1) MCP server for the GitHub CLI (gh). Read-only by default; single Go binary. installs: manual detail: https://mcpindex.ai/server/io-github-ferhatdundar-ghcli-mcp-connector - io.github.FerhatDundar/github-mcp-connector (io.github.FerhatDundar/github-mcp-connector@0.1.1) MCP server for GitHub: repos, files, issues, PRs, search. Single Go binary. installs: manual detail: https://mcpindex.ai/server/io-github-ferhatdundar-github-mcp-connector - io.github.FinishKit/mcp (io.github.FinishKit/mcp@0.1.0) FinishKit MCP: scan GitHub repos for security vulnerabilities, deployment blockers, and quality installs: npm:@finishkit/mcp detail: https://mcpindex.ai/server/io-github-finishkit-mcp - Open Source Intelligence MCP (io.github.FoundryNet/oss-intel-mcp@1.0.0) GitHub project health, package dependency risk, trending repos, license & package comparison. installs: remote:https://oss-intel-mcp-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-foundrynet-oss-intel-mcp - io.github.FrankXMX/dailyhotmcp (io.github.FrankXMX/dailyhotmcp@0.1.5) 聚合55+平台热门榜单数据的AI工具,支持微博、知乎、B站、GitHub等平台。适用于LLM/RAG场景。 installs: npm:@frank-x/dailyhot-mcp detail: https://mcpindex.ai/server/io-github-frankxmx-dailyhotmcp - Project Brain (io.github.Gentleelephant/project-brain@2.0.3) Read-only source search and retrieval across configured GitHub repositories installs: docker:ghcr.io/gentleelephant/project-brain:v2.0.3 detail: https://mcpindex.ai/server/io-github-gentleelephant-project-brain - io.github.GitHub30/note-mcp-server (io.github.GitHub30/note-mcp-server@0.1.0) MCP server for note.com: create, edit and retrieve posts. installs: manual detail: https://mcpindex.ai/server/io-github-github30-note-mcp-server - io.github.GitHub30/qiita-mcp-server (io.github.GitHub30/qiita-mcp-server@0.1.0) Publish articles to Qiita via MCP tools. Minimal, fast, and focused on Qiita authoring. installs: manual detail: https://mcpindex.ai/server/io-github-github30-qiita-mcp-server - io.github.GitHub30/zenn-mcp-server (io.github.GitHub30/zenn-mcp-server@0.1.0) MCP server that posts to Zenn. installs: manual detail: https://mcpindex.ai/server/io-github-github30-zenn-mcp-server - Hookwarden — Webhook Integrity (io.github.Hookwarden/mcp@0.8.7) Webhook signature-verification audit. Stripe, GitHub, Shopify, Twilio +17. Local. Deterministic. installs: npm:@hookwarden/mcp detail: https://mcpindex.ai/server/io-github-hookwarden-mcp - Moxie Docs (io.github.Jackalope-Dev/moxie-docs@0.3.0) Living docs and MCP context for GitHub repos — conventions, gaps, and source-cited pages on merge. installs: remote:https://moxiedocs.com/api/mcp detail: https://mcpindex.ai/server/io-github-jackalope-dev-moxie-docs - Noosphere (io.github.JinNing6/noosphere@0.5.1) Community of Consciousness MCP Server — upload and explore collective wisdom via GitHub. installs: pypi:noosphere-mcp detail: https://mcpindex.ai/server/io-github-jinning6-noosphere - GitHub Inside Claude Code (io.github.Kirchlive/github-inside-claude-code@0.9.6) Normalized GitHub-CLI bridge for Claude Code — 89 ops, 6 families incl. federation sources installs: pypi:github-inside-claude-code detail: https://mcpindex.ai/server/io-github-kirchlive-github-inside-claude-code - io.github.LinuxSuRen/atest-mcp-server (io.github.LinuxSuRen/atest-mcp-server@1.0.2) Auto-download & launch https://github.com/LinuxSuRen/atest-mcp-server installs: npm:atest-mcp-server-launcher detail: https://mcpindex.ai/server/io-github-linuxsuren-atest-mcp-server - Fossick (io.github.Lipdog/fossick@0.1.4) Search all of GitHub from your AI agent — find libraries, drill into repos, find code patterns. installs: pypi:fossick-mcp detail: https://mcpindex.ai/server/io-github-lipdog-fossick - io.github.Liplus-Project/github-webhook-mcp (io.github.Liplus-Project/github-webhook-mcp@0.8.2) MCP server bridging GitHub webhooks via Cloudflare Worker for real-time event streaming installs: npm:github-webhook-mcp detail: https://mcpindex.ai/server/io-github-liplus-project-github-webhook-mcp - DevMatch - AI Recruiting & Mission-Aligned Engineer Discovery (io.github.Luca-Blight/devmatch@0.2.2) AI recruiting for mission-aligned engineers — verified across GitHub, X, YouTube, Medium, and more installs: remote:https://mcp.dev-match.xyz/mcp detail: https://mcpindex.ai/server/io-github-luca-blight-devmatch - Bitbucket MCP (io.github.MatanYemini/bitbucket-mcp@5.0.5) Model Context Protocol (MCP) server for Bitbucket Cloud and Server API integration installs: npm:bitbucket-mcp detail: https://mcpindex.ai/server/io-github-matanyemini-bitbucket-mcp - BountyVerdict Agent Decision Tools (io.github.Mimirs402/bountyverdict@1.1.26) Free selector plus read-only GitHub bounty, agent harness, Actions, flake, and MCP drift decisions. installs: remote:https://bountyverdict-agent-production.mimirslab.workers.dev/mcp?source=mcp-registry detail: https://mcpindex.ai/server/io-github-mimirs402-bountyverdict - io.github.MrRefactoring/atlassian-dc-mcp-bitbucket (io.github.MrRefactoring/atlassian-dc-mcp-bitbucket@0.5.0) MCP server for Atlassian Bitbucket Data Center - interact with repositories and code installs: npm:bitbucket-datacenter-mcp detail: https://mcpindex.ai/server/io-github-mrrefactoring-atlassian-dc-mcp-bitbucket - io.github.NitroRCr/gread (io.github.NitroRCr/gread@1.0.0) An MCP server that gives your AI access to the source code and docs of all public github repos installs: remote:https://api.gread.dev/mcp detail: https://mcpindex.ai/server/io-github-nitrorcr-gread - OpenOSINT (io.github.OpenOSINT/openosint@2.25.0) AI-powered OSINT agent & MCP server. 16 tools: email, breach, IP, WHOIS, DNS, Shodan, GitHub & more. installs: pypi:openosint detail: https://mcpindex.ai/server/io-github-openosint-openosint - Tenpace Review Router (io.github.Patrax/review-router@1.1.1) Human-authenticated setup for routing GitHub pull requests into the right Slack channel. installs: remote:https://api.tenpace.com/mcp detail: https://mcpindex.ai/server/io-github-patrax-review-router - io.github.Rakesh1002/reposcout (io.github.Rakesh1002/reposcout@0.1.1) Discover, enrich, and rank GitHub repos for an objective with weighted, evidence-based scoring. installs: npm:@rakeshroushan/reposcout detail: https://mcpindex.ai/server/io-github-rakesh1002-reposcout - io.github.Ray0907/git-mcp-server (io.github.Ray0907/git-mcp-server@0.2.3) MCP server for GitLab and GitHub installs: npm:@raytien/git-mcp-server detail: https://mcpindex.ai/server/io-github-ray0907-git-mcp-server - Agentic SDLC MCP (io.github.SakuraCianna/agentic-sdlc-mcp@1.9.0) Agentic SDLC governance and security controls for AI coding agents working with GitHub. installs: npm:agentic-sdlc-mcp detail: https://mcpindex.ai/server/io-github-sakuracianna-agentic-sdlc-mcp - io.github.SamYuan1990/i18n-agent-action (io.github.SamYuan1990/i18n-agent-action@mcp) An i18n github action for language translate installs: docker:ghcr.io/SamYuan1990/i18n-agent-action:mcp detail: https://mcpindex.ai/server/io-github-samyuan1990-i18n-agent-action - io.github.Samuelfmedeiros/arachne-mcp (io.github.Samuelfmedeiros/arachne-mcp@1.3.0) Arachne MCP — scraping, browser, vision, OCR, RAG, Social Research, GitHub + VRT (48 tools). installs: pypi:arachne-mcp detail: https://mcpindex.ai/server/io-github-samuelfmedeiros-arachne-mcp - OpenOSINT (io.github.SonoTommy/openosint@2.15.2) AI-powered OSINT agent & MCP server. 16 tools: email, breach, IP, WHOIS, DNS, Shodan, GitHub & more. installs: pypi:openosint detail: https://mcpindex.ai/server/io-github-sonotommy-openosint - Domain Finder (io.github.Sra1Phani/domain-finder@0.1.0) Check if a brand name is free across domains, GitHub, npm and PyPI, and suggest available names. installs: remote:https://domain-finder-theta.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-sra1phani-domain-finder - io.github.SurajKGoyal/myopic (io.github.SurajKGoyal/myopic@0.1.10) Code-review MCP: review a GitLab MR or GitHub PR against the whole codebase, not just the diff. installs: pypi:myopic detail: https://mcpindex.ai/server/io-github-surajkgoyal-myopic - io.github.TheNextGenNexus/developer-tools-mcp-server (io.github.TheNextGenNexus/developer-tools-mcp-server@1.0.1) Access GitHub repos, npm/PyPI packages, Stack Overflow, arXiv, and Google Scholar installs: npm:@thenextgennexus/developer-tools-mcp-server detail: https://mcpindex.ai/server/io-github-thenextgennexus-developer-tools-mcp-server - io.github.TheNextGenNexus/github-analytics-mcp-server (io.github.TheNextGenNexus/github-analytics-mcp-server@1.0.1) Get GitHub repository stats, search repos, analyze languages, and compare projects installs: npm:@thenextgennexus/github-analytics-mcp-server detail: https://mcpindex.ai/server/io-github-thenextgennexus-github-analytics-mcp-server - io.github.Toraastrta/sphior-code-mcp (io.github.Toraastrta/sphior-code-mcp@1.0.2) Deterministic SAST/SCA findings + fix guidance for your GitHub repos, handed to your AI agent. installs: npm:sphior-code-mcp detail: https://mcpindex.ai/server/io-github-toraastrta-sphior-code-mcp - GitHub Actions Audit (io.github.UnbearableDev/github-actions-audit@1.0.1) GitHub Actions workflow security audit - 21 checks: pinning, permissions, secrets, injection. installs: remote:https://unbearable-dev--github-actions-audit.apify.actor/mcp detail: https://mcpindex.ai/server/io-github-unbearabledev-github-actions-audit - IAC Audit Pack (io.github.UnbearableDev/iac-audit-pack@1.0.1) Four IaC audits in one call: Compose, Dockerfile, GitHub Actions, Kubernetes. 131 checks. installs: remote:https://unbearable-dev--iac-audit-pack.apify.actor/mcp detail: https://mcpindex.ai/server/io-github-unbearabledev-iac-audit-pack - io.github.UnityNodes/blobpedia (io.github.UnityNodes/blobpedia@1.0.0) Celestia knowledge base: CIPs, docs, forum, videos, GitHub, plus live on-chain state installs: remote:https://blobpedia.org/mcp detail: https://mcpindex.ai/server/io-github-unitynodes-blobpedia - io.github.abe238/hotin (io.github.abe238/hotin@0.8.2) What's hot in AI right now, ranked with receipts from GitHub, HN, npm and Hugging Face. installs: pypi:hotin detail: https://mcpindex.ai/server/io-github-abe238-hotin - Self-hosted GitHub MCP server (io.github.adelaidasofia/github-mcp@0.1.0) Self-hosted GitHub MCP server. PAT auth, stdio transport, transport-agnostic so it works with… installs: manual detail: https://mcpindex.ai/server/io-github-adelaidasofia-github-mcp - GitHub (io.github.aifity/omnigit-mcp@0.6.0) Connect AI assistants to GitHub - manage repos, issues, PRs, workflows, and git operations. installs: docker:ghcr.io/aifity/omnigit-mcp:0.6.0 detail: https://mcpindex.ai/server/io-github-aifity-omnigit-mcp - DEPRECATED (io.github.ajaxhe/lexiang-mcp-server@1.0.2) DEPRECATED: Please use io.github.tencent-lexiang/lexiang-mcp-server instead. installs: remote:https://mcp.lexiang-app.com/ajaxhe-deprecated?company_from={company_code} detail: https://mcpindex.ai/server/io-github-ajaxhe-lexiang-mcp-server - io.github.alfredoizdev/contextforge-mcp (io.github.alfredoizdev/contextforge-mcp@0.5.0) Persistent memory MCP server for Claude Code, Cursor, and GitHub Copilot. installs: npm:contextforge-mcp detail: https://mcpindex.ai/server/io-github-alfredoizdev-contextforge-mcp - MCP Assist — Coordination Memory (io.github.aliomraniH/mcp-assist-memory@0.3.0) Coordination memory with verification: reconcile-against-GitHub, verdict freshness, provenance. installs: remote:https://mcp-assist-memory.replit.app/mcp detail: https://mcpindex.ai/server/io-github-aliomranih-mcp-assist-memory - Reuse Before Generate (io.github.aradar46/reuse-before-generate@0.2.3) Checks whether your idea already exists before your agent builds it. Searches GitHub, npm, Python. installs: npm:reuse-before-generate detail: https://mcpindex.ai/server/io-github-aradar46-reuse-before-generate - io.github.ardev-lab/fake-star-audit (io.github.ardev-lab/fake-star-audit@0.1.2) Transparent rule-based GitHub fake-star detector — LOW/MEDIUM/HIGH with per-rule evidence. installs: pypi:fake-star-audit detail: https://mcpindex.ai/server/io-github-ardev-lab-fake-star-audit - io.github.ardev-lab/star-trajectory (io.github.ardev-lab/star-trajectory@0.1.0) Transparent rule-based GitHub star-trajectory classifier + calibrated 100-star/48h projection installs: pypi:star-trajectory detail: https://mcpindex.ai/server/io-github-ardev-lab-star-trajectory - io.github.aryamthecodebreaker/fixmap (io.github.aryamthecodebreaker/fixmap@0.8.9) Deterministic local-first repo context for coding agents with one-command GitHub issue analysis. installs: npm:@aryam/fixmap detail: https://mcpindex.ai/server/io-github-aryamthecodebreaker-fixmap - Grasp — Code Architecture & Dependency Analysis (io.github.ashfordeOU/grasp@3.21.0) Codebase analysis: dependency graphs, security scanning, and refactor plans for GitHub and GitLab. installs: npm:grasp-mcp-server detail: https://mcpindex.ai/server/io-github-ashfordeou-grasp - Remogram (io.github.attebury/remogram@0.2.0-beta.4) SCM & forge boundary MCP: normalized, typed JSON from attributed Gitea, GitLab, and GitHub providers installs: npm:@remogram/mcp detail: https://mcpindex.ai/server/io-github-attebury-remogram - io.github.b1ff/atlassian-dc-mcp-bitbucket (io.github.b1ff/atlassian-dc-mcp-bitbucket@0.29.0) MCP server for Atlassian Bitbucket Data Center - interact with repositories and code installs: npm:@atlassian-dc-mcp/bitbucket detail: https://mcpindex.ai/server/io-github-b1ff-atlassian-dc-mcp-bitbucket - Forums (io.github.basehub-ai/forums@1.0.0) Ask any GitHub repository a question. Get source-backed answers. installs: remote:https://forums.basehub.com/mcp detail: https://mcpindex.ai/server/io-github-basehub-ai-forums - B1Brain-Wiki (io.github.bernie-b1stAI/b1brain-wiki@1.0.0) Curated GitHub repo corpus with DaVinci insights. Featured=deep analysis; Overview=orientation. installs: manual detail: https://mcpindex.ai/server/io-github-bernie-b1stai-b1brain-wiki - OneTool MCP (io.github.beycom/onetool-mcp@2.2.2) One MCP for devs incl Brave,Google,Tavily,Context7,AWS,Excalidraw,DB,GitHub,DevTools,Playwright installs: manual detail: https://mcpindex.ai/server/io-github-beycom-onetool-mcp - Octocode MCP - AI Context Platform (io.github.bgauryy/octocode-mcp@7.0.9) AI code research platform. Search, analyze, and extract insights from any GitHub repository. installs: npm:octocode-mcp detail: https://mcpindex.ai/server/io-github-bgauryy-octocode-mcp - io.github.bitofacoder/omni-mcp-server (io.github.bitofacoder/omni-mcp-server@1.1.1) All-in-one MCP server: GitHub, Git, Slack, web fetch, memory, and filesystem. Agent Mode opt-in. installs: npm:@bitofacoder/omni-mcp-server detail: https://mcpindex.ai/server/io-github-bitofacoder-omni-mcp-server - io.github.chirag127/secenv-mcp (io.github.chirag127/secenv-mcp@1.1.4) Centralized secrets manager MCP server. Generate .env files, rotate keys, sync to GitHub Actions. installs: manual detail: https://mcpindex.ai/server/io-github-chirag127-secenv-mcp - io.github.cocaxcode/devflow-mcp (io.github.cocaxcode/devflow-mcp@0.1.8) MCP server connecting Jira (Cloud + Server) with GitHub/GitLab. Branches, issues, PRs, flows. installs: npm:@cocaxcode/devflow-mcp detail: https://mcpindex.ai/server/io-github-cocaxcode-devflow-mcp - io.github.commitshow/audit (io.github.commitshow/audit@0.1.2) Score any public GitHub repo 0-100 against the commit.show audit rubric. installs: npm:commitshow-mcp detail: https://mcpindex.ai/server/io-github-commitshow-audit - BountyVerdict Agent Decision Tools (io.github.cristianmoroaica/bountyverdict@1.1.1) Read-only GitHub bounty, agent harness, Actions failure, flake, and MCP tool-drift decisions. installs: remote:https://bountyverdict-agent-production.mimirslab.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-cristianmoroaica-bountyverdict - MCP Gitlab (io.github.crunchtools/gitlab@0.4.1) Secure MCP server for GitLab projects, merge requests, issues, and pipelines installs: pypi:mcp-gitlab-crunchtools detail: https://mcpindex.ai/server/io-github-crunchtools-gitlab - io.github.crypto-ninja/github-mcp-server (io.github.crypto-ninja/github-mcp-server@2.5.7) AI-optimized GitHub MCP server: 112 tools, 98% token reduction, compact responses. installs: pypi:github-mcp-server detail: https://mcpindex.ai/server/io-github-crypto-ninja-github-mcp-server - io.github.dailyaiagents-cpu/monthly-burn (io.github.dailyaiagents-cpu/monthly-burn@0.1.0) Aggregates monthly cash burn across Anthropic, ElevenLabs, Cloudflare, Stripe fees, GitHub Action... installs: manual detail: https://mcpindex.ai/server/io-github-dailyaiagents-cpu-monthly-burn - io.github.davidweb3-ctrl/github (io.github.davidweb3-ctrl/github@1.0.0) GitHub MCP Server - List PRs, issues, repo info, and search code installs: npm:@davidweb3-ctrl/mcp-github-server detail: https://mcpindex.ai/server/io-github-davidweb3-ctrl-github - io.github.detailobsessed/codereviewbuddy (io.github.detailobsessed/codereviewbuddy@0.37.0) MCP server that helps AI coding agents interact with AI code reviewers on GitHub PRs installs: pypi:codereviewbuddy detail: https://mcpindex.ai/server/io-github-detailobsessed-codereviewbuddy - io.github.detailobsessed/efficient-gitlab (io.github.detailobsessed/efficient-gitlab@2.33.0) Token-efficient GitLab MCP: 167 tools via 3 meta-tools, field projection, keyset pagination installs: npm:efficient-gitlab-mcp-server detail: https://mcpindex.ai/server/io-github-detailobsessed-efficient-gitlab - io.github.digitalgremlin/github-repo-intelligence-mcp (io.github.digitalgremlin/github-repo-intelligence-mcp@0.1.0) GitHub repo maintainability verdicts—maintained, slowing, at-risk, abandoned—via MCP. installs: remote:https://joeslade--github-repo-intelligence-mcp.apify.actor/mcp detail: https://mcpindex.ai/server/io-github-digitalgremlin-github-repo-intelligence-mcp - io.github.dubuqingfeng/gitlab-mcp-server (io.github.dubuqingfeng/gitlab-mcp-server@1.0.1) GitLab MCP (Model Context Protocol) server for AI agents installs: npm:@dubuqingfeng/gitlab-mcp-server detail: https://mcpindex.ai/server/io-github-dubuqingfeng-gitlab-mcp-server - io.github.ejfkdev/zread-mcp (io.github.ejfkdev/zread-mcp@1.0.1) Zread.ai MCP Server - 连接 zread.ai 文档平台的 MCP 服务器,让 AI 助手能够阅读 GitHub 仓库文档、搜索代码、与仓库 AI 对话。 installs: npm:zread-mcp detail: https://mcpindex.ai/server/io-github-ejfkdev-zread-mcp - io.github.eliottreich/taskbounty-check (io.github.eliottreich/taskbounty-check@0.1.6) Local GitHub Actions/CI maintenance check (action pinning, token perms). Not a full security audit. installs: npm:taskbounty-check detail: https://mcpindex.ai/server/io-github-eliottreich-taskbounty-check - io.github.eliottreich/taskbounty-mcp-server (io.github.eliottreich/taskbounty-mcp-server@0.4.0) Post/fund GitHub bug bounties, enable Autopilot, solve bounties, check coverage. Paid in crypto. installs: npm:taskbounty-mcp-server detail: https://mcpindex.ai/server/io-github-eliottreich-taskbounty-mcp-server - io.github.eltociear/secrets-audit-mcp (io.github.eltociear/secrets-audit-mcp@1.0.1) Detects leaked secrets & API keys: 32+ provider rules (AWS, GitHub, Stripe, OpenAI…), zero deps. installs: docker:ghcr.io/eltociear/secrets-audit-mcp:1.0.1 detail: https://mcpindex.ai/server/io-github-eltociear-secrets-audit-mcp - io.github.enrichgateagent-png/beacon-mcp (io.github.enrichgateagent-png/beacon-mcp@0.1.1) Search 17,900+ open-source AI agents by capability, ranked by GitHub traction. Free, no key. installs: npm:beacon-mcp detail: https://mcpindex.ai/server/io-github-enrichgateagent-png-beacon-mcp - io.github.f-tiger/getecoback-climate-weather (io.github.f-tiger/getecoback-climate-weather@1.0.2) Superseded by io.github.f-tiger/hvac-btu-heat-klimaanlage — same server, same URL. installs: remote:https://getecoback.com/mcp/ detail: https://mcpindex.ai/server/io-github-f-tiger-getecoback-climate-weather - io.github.f-tiger/getecoback-raumklima (io.github.f-tiger/getecoback-raumklima@1.0.2) Superseded by io.github.f-tiger/hvac-btu-heat-klimaanlage — same server, same URL. installs: remote:https://getecoback.com/mcp detail: https://mcpindex.ai/server/io-github-f-tiger-getecoback-raumklima - io.github.flagrix-io/flagrix (io.github.flagrix-io/flagrix@0.1.0) Scan GitHub repos and profiles for malware before cloning — commit-pinned risk verdicts for agents installs: npm:flagrix detail: https://mcpindex.ai/server/io-github-flagrix-io-flagrix - ForInvest MCP Server (io.github.foreksgithub/forinvest-mcp@1.0.1) Financial data and analysis tools for Turkish BIST and international markets via MCP. installs: remote:https://mcp.forinvest.com/mcp detail: https://mcpindex.ai/server/io-github-foreksgithub-forinvest-mcp - QuantumScan PQC Scanner (io.github.gaiabio12-design/quantumscan-pqc-scanner@1.0.4) PQC scanner for GitHub repos and smart contracts. Detects quantum-vulnerable ECDSA/RSA. installs: remote:https://quantumscan.io/api/mcp detail: https://mcpindex.ai/server/io-github-gaiabio12-design-quantumscan-pqc-scanner - GitHub (io.github.github/github-mcp-server@1.9.0) Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language. installs: docker:ghcr.io/github/github-mcp-server:1.9.0 | remote:https://api.githubcopilot.com/mcp/ detail: https://mcpindex.ai/server/io-github-github-github-mcp-server - Lotor (io.github.githubscum/lotor@1.0.2) A local receipt and approval gate for AI agent sessions. The agent can act, but it cannot sign. installs: npm:lotor-mcp detail: https://mcpindex.ai/server/io-github-githubscum-lotor - io.github.githunt-agent/githunt-mcp (io.github.githunt-agent/githunt-mcp@0.2.1) Search, rank, and analyze GitHub developers for tech recruiting via GitHunt's API. installs: npm:githunt-mcp | remote:https://mcp.githunt.ai/mcp detail: https://mcpindex.ai/server/io-github-githunt-agent-githunt-mcp - GitLumen MCP (io.github.gitlumen-team/gitlumen-mcp@1.0.0) Screens public GitHub repos and PRs to generate risk maps, findings, and merge-readiness signals. installs: remote:https://mcp-github-screen.gitlumen.com/mcp detail: https://mcpindex.ai/server/io-github-gitlumen-team-gitlumen-mcp - io.github.goodmeta/intelligence-mcp (io.github.goodmeta/intelligence-mcp@0.1.4) Agent payments ecosystem intelligence. Scans GitHub/HN/npm across AP2, ACP, x402, MPP, UCP. installs: npm:@goodmeta/intelligence-mcp | remote:https://intel.goodmeta.co/mcp detail: https://mcpindex.ai/server/io-github-goodmeta-intelligence-mcp - io.github.hassanahashish-design/agent-signals-mcp (io.github.hassanahashish-design/agent-signals-mcp@1.0.2) Hiring, SEC, research papers, GitHub & Hacker News as JSON for AI agents. Pay-per-result on Apify. installs: remote:https://mcp.apify.com/?actors=oblanceolate_mandola%2Fcompany-hiring-signals%2Coblanceolate_mandola%2Fsec-edgar-filings%2Coblanceolate_mandola%2Fresearch-paper-search%2Coblanceolate_mandola%2Fgithub-repo-search%2Coblanceolate_mandola%2Fhacker-news-monitor%2Coblanceolate_mandola%2Ffederal-register-monitor%2Coblanceolate_mandola%2Fclinical-trials-search%2Coblanceolate_mandola%2Fstackoverflow-search%2Coblanceolate_mandola%2Fgdelt-news-monitor%2Coblanceolate_mandola%2Fcourt-opinions-search detail: https://mcpindex.ai/server/io-github-hassanahashish-design-agent-signals-mcp - InnoDay (io.github.havilandsoftware/mcp-server-innoday@0.112.2-beta) Unified ticketing MCP server for Jira, Linear, Trello, Notion, and GitHub Issues. installs: pypi:innoday detail: https://mcpindex.ai/server/io-github-havilandsoftware-mcp-server-innoday - GitHub Repository Intelligence (io.github.heisencodex-jpg/github-repo-intel-mcp@0.3.1) Repo intel for AI coding agents: overview, PRs, contributors, hot files, CI, deps. Remote MCP. installs: remote:https://cg-nguyen--github-repo-intel-mcp.apify.actor/mcp detail: https://mcpindex.ai/server/io-github-heisencodex-jpg-github-repo-intel-mcp - io.github.herohunt-ai/herohunt-mcp (io.github.herohunt-ai/herohunt-mcp@1.0.2) People search API - find 1 billion candidates across LinkedIn and GitHub with real-time data. installs: npm:herohunt-mcp detail: https://mcpindex.ai/server/io-github-herohunt-ai-herohunt-mcp - Nansen (DEPRECATED) (io.github.hurcanNansen/nansen-mcp@2.0.0) DEPRECATED - This server has been moved to io.github.nansen-ai/nansen-mcp. Do not use. installs: manual detail: https://mcpindex.ai/server/io-github-hurcannansen-nansen-mcp - io.github.infoinlet-marketplace/mcp-github (io.github.infoinlet-marketplace/mcp-github@0.1.1) GitHub for AI agents — repos, files, code search, issues, PRs, commits. Read-only default. installs: npm:@infoinlet/mcp-github detail: https://mcpindex.ai/server/io-github-infoinlet-marketplace-mcp-github - Code of Paper (io.github.isagelswann/codeofpaper@0.3.2) Find GitHub implementations of arXiv research papers — paper lookup, ranked code, search. installs: pypi:codeofpaper detail: https://mcpindex.ai/server/io-github-isagelswann-codeofpaper - io.github.jaimenbell/github-mcp (io.github.jaimenbell/github-mcp@0.1.1) MCP server for the GitHub REST API: issues, PRs, repos; read always on, write env-gated. installs: pypi:jaimenbell-github-mcp detail: https://mcpindex.ai/server/io-github-jaimenbell-github-mcp - Inthread (io.github.james-robson/inthread@1.2.1) Sign in with email or GitHub. Invite others. Agent-to-agent, threaded, async MCP message inbox. installs: remote:https://api.inthread.dev/mcp detail: https://mcpindex.ai/server/io-github-james-robson-inthread - io.github.jcislo/moltalyzer-mcp (io.github.jcislo/moltalyzer-mcp@1.7.0) Polymarket prediction-market intelligence + AI, GitHub & narrative feeds for agents, via x402. installs: npm:moltalyzer-mcp detail: https://mcpindex.ai/server/io-github-jcislo-moltalyzer-mcp - GitLab MCP Server (io.github.jmrplens/gitlab-mcp-server@2.6.2) Go MCP server for GitLab: 2 dynamic tools reach 1000+ REST/GraphQL actions. Free/CE, no paid tier. installs: remote:https://mcp.jmrp.io/gitlab detail: https://mcpindex.ai/server/io-github-jmrplens-gitlab-mcp-server - io.github.joepangallo/mcp-server-research-signals (io.github.joepangallo/mcp-server-research-signals@1.2.0) Scored trend intelligence from HN, Reddit, ArXiv, and GitHub. installs: npm:mcp-server-research-signals detail: https://mcpindex.ai/server/io-github-joepangallo-mcp-server-research-signals - GitDealFlow (io.github.kindrat86/gitdealflow@1.0.0) Track startup engineering acceleration from public GitHub data before funding rounds installs: remote:https://gitdealflow.com/api/mcp detail: https://mcpindex.ai/server/io-github-kindrat86-gitdealflow - GitDealFlow — GitHub signals for startup investors (io.github.kindrat86/vc-deal-flow-signal@2.2.0) GitHub signals for VC deal flow: trending startups, commit velocity, contributor growth, 20 sectors. installs: npm:@gitdealflow/mcp-signal detail: https://mcpindex.ai/server/io-github-kindrat86-vc-deal-flow-signal - Bitbucket MCP Server (io.github.lawp09/bitbucket-mcp@1.24.0) MCP server for Bitbucket API - manage repositories, pull requests, comments, pipelines and more installs: pypi:bitbucket-mcp-py detail: https://mcpindex.ai/server/io-github-lawp09-bitbucket-mcp - io.github.letoribo/mcp-graphql-enhanced (io.github.letoribo/mcp-graphql-enhanced@4.14.2) GraphQL gateway for LLMs. Handles huge GitHub GraphQL & @neo4j/graphql schemas without crashing installs: npm:@letoribo/mcp-graphql-enhanced detail: https://mcpindex.ai/server/io-github-letoribo-mcp-graphql-enhanced - io.github.liminalpepe/x402-repohealth-mcp (io.github.liminalpepe/x402-repohealth-mcp@0.1.0) Free MCP server: compute a GitHub repo maintenance/abandonment health score from live data. installs: npm:x402-repohealth-mcp detail: https://mcpindex.ai/server/io-github-liminalpepe-x402-repohealth-mcp - gha-doctor (io.github.linnea-bakshi/gha-doctor@0.61.0) Diagnose GitHub Actions CI: lint, flaky tests, wasted minutes, health score. Read-only MCP tools. installs: docker:ghcr.io/linnea-bakshi/gha-doctor:0.61.0 detail: https://mcpindex.ai/server/io-github-linnea-bakshi-gha-doctor - io.github.malkreide/hn-tech-signal-mcp (io.github.malkreide/hn-tech-signal-mcp@0.4.1) MCP server for tech & AI signal intelligence: HackerNews, arXiv, Lobste.rs and GitHub installs: pypi:hn-tech-signal-mcp detail: https://mcpindex.ai/server/io-github-malkreide-hn-tech-signal-mcp - Slack ↔ WxO MCP Gateway (io.github.markusvankempen/slack-wxo-mcp-gateway@1.0.3) Lifts WxO Slack limits: every-message wake-up, multi-channel MCP. https://markusvankempen.github.io/ installs: npm:@markusvankempen/slack-wxo-mcp-gateway detail: https://mcpindex.ai/server/io-github-markusvankempen-slack-wxo-mcp-gateway - io.github.mnemox-ai/idea-reality-mcp (io.github.mnemox-ai/idea-reality-mcp@0.3.4) Pre-build reality check. Scans GitHub, HN, npm, PyPI, Product Hunt — returns 0-100 signal. installs: pypi:idea-reality-mcp detail: https://mcpindex.ai/server/io-github-mnemox-ai-idea-reality-mcp - io.github.morluto/gitcontribute (io.github.morluto/gitcontribute@3.0.1) Local-first GitHub contribution research workbench installs: npm:gitcontribute detail: https://mcpindex.ai/server/io-github-morluto-gitcontribute - io.github.mshegolev/gitlab-ci-mcp (io.github.mshegolev/gitlab-ci-mcp@0.5.1) GitLab CI/CD MCP — pipelines, jobs, schedules, MRs, files. Any GitLab (SaaS or self-hosted). installs: pypi:gitlab-ci-mcp detail: https://mcpindex.ai/server/io-github-mshegolev-gitlab-ci-mcp - okffs (io.github.neturely/okffs@0.10.2) MCP server connecting Claude Code to GitHub for an issue to branch to PR to close workflow. installs: npm:@neturely/okffs detail: https://mcpindex.ai/server/io-github-neturely-okffs - io.github.nikhilgogulwar/universalbench (io.github.nikhilgogulwar/universalbench@2.2.0) Run code, query databases, call any LLM, and commit to GitHub from your AI, safely. Free tier. installs: remote:https://universalbench-mcp.penantiaglobal.workers.dev/u/{api_key} detail: https://mcpindex.ai/server/io-github-nikhilgogulwar-universalbench - GitHub to MCP Converter (io.github.nirholas/github-to-mcp@1.0.0) Convert any GitHub repo to MCP server - automatic tool generation API wrap installs: manual detail: https://mcpindex.ai/server/io-github-nirholas-github-to-mcp - AI Tool Discovery Agent (io.github.nirholas/tool-discovery-mcp@1.0.0) AI agent discovers MCP servers from GitHub npm - analyzes APIs configs installs: manual detail: https://mcpindex.ai/server/io-github-nirholas-tool-discovery-mcp - io.github.noticedso/cli (io.github.noticedso/cli@0.3.2) Search your developer network and trace connection paths via GitHub & LinkedIn. installs: npm:@noticed/cli detail: https://mcpindex.ai/server/io-github-noticedso-cli - GitLab Documentation MCP Server (io.github.nunolima/gitlab-docs-mcp@0.1.1) Searchable access to GitLab documentation from multiple repositories with full-text search. installs: docker:docker.io/nunolima/gitlab-docs-mcp:18.7 detail: https://mcpindex.ai/server/io-github-nunolima-gitlab-docs-mcp - io.github.ofershap/github-actions (io.github.ofershap/github-actions@1.0.1) GitHub Actions MCP — view runs, read logs, re-run jobs, and manage CI/CD. installs: npm:mcp-server-github-actions detail: https://mcpindex.ai/server/io-github-ofershap-github-actions - io.github.ofershap/github-gist (io.github.ofershap/github-gist@1.0.2) MCP server to create, read, update, list, and search GitHub Gists from your IDE installs: npm:mcp-server-github-gist detail: https://mcpindex.ai/server/io-github-ofershap-github-gist - io.github.okedeji/mcpvessel-docs (io.github.okedeji/mcpvessel-docs@0.1.2) mcpvessel agent io.github.okedeji/mcpvessel-docs installs: docker:ghcr.io/okedeji/mcpvessel-docs:0.1.2 detail: https://mcpindex.ai/server/io-github-okedeji-mcpvessel-docs - io.github.ozanmutlu/gitlab-docs (io.github.ozanmutlu/gitlab-docs@1.0.1) GitLab documentation search for AI assistants via Model Context Protocol (MCP) installs: npm:gitlab-docs-mcp detail: https://mcpindex.ai/server/io-github-ozanmutlu-gitlab-docs - GitHub PR Context (io.github.paarths-collab/github-pr-context-mcp@0.3.3) Retrieves GitHub PR history as context material; the connected IDE agent does the reasoning. installs: manual detail: https://mcpindex.ai/server/io-github-paarths-collab-github-pr-context-mcp - Perceptdot GitHub (io.github.perceptdot/github@0.1.5) AI agent vision for GitHub repository monitoring — with ROI measurement. installs: npm:@perceptdot/github detail: https://mcpindex.ai/server/io-github-perceptdot-github - Github (io.github.pipeworx-io/github@0.1.2) GitHub MCP — wraps the GitHub public REST API (no auth required for public endpoints) installs: remote:https://gateway.pipeworx.io/github/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-github - Github_private (io.github.pipeworx-io/github_private@0.1.0) GitHub Private MCP Pack — access private repos, org data via OAuth. installs: remote:https://gateway.pipeworx.io/github_private/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-github-private - Gitignore (io.github.pipeworx-io/gitignore@0.1.0) Canonical .gitignore templates from github/gitignore installs: remote:https://gateway.pipeworx.io/gitignore/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-gitignore - Gitlab (io.github.pipeworx-io/gitlab@0.1.0) GitLab MCP — wraps the GitLab REST API v4 (BYO API key) installs: remote:https://gateway.pipeworx.io/gitlab/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-gitlab - Gitlab Public (io.github.pipeworx-io/gitlab-public@0.1.0) GitLab Public MCP — wraps the GitLab REST API v4 (public endpoints, no auth) installs: remote:https://gateway.pipeworx.io/gitlab-public/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-gitlab-public - superhero (io.github.pipeworx-io/superhero@0.1.0) Superhero MCP — wraps akabab.github.io/superhero-api (free, no auth) installs: remote:https://gateway.pipeworx.io/superhero/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-superhero - W3c (io.github.pipeworx-io/w3c@0.1.1) W3C MCP — web-standards lookup over w3c/browser-specs (GitHub, CF-reachable). installs: remote:https://gateway.pipeworx.io/w3c/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-w3c - Agentic Task System (ATS) (io.github.renezander030/agentic-task-system@0.9.0) MCP server giving AI agents persistent task memory across TickTick, Notion, GitHub, Linear & Beads installs: npm:@reneza/ats-mcp detail: https://mcpindex.ai/server/io-github-renezander030-agentic-task-system - io.github.rikocr8orh8/regulatory-signals (io.github.rikocr8orh8/regulatory-signals@0.1.2) Audit GitHub repos for security, compliance, and EU AI Act exposure from Claude or Cursor. installs: npm:@regulatorysignals/mcp detail: https://mcpindex.ai/server/io-github-rikocr8orh8-regulatory-signals - io.github.rimysore/standupbot (io.github.rimysore/standupbot@1.0.1) Turns your GitHub activity into a daily standup — commits, PRs, reviews & issues. installs: npm:standupbot-mcp detail: https://mcpindex.ai/server/io-github-rimysore-standupbot - io.github.rog0x/github (io.github.rog0x/github@1.0.1) GitHub analytics - repos, PRs, issues, releases, contributors installs: npm:@rog0x/mcp-github-tools detail: https://mcpindex.ai/server/io-github-rog0x-github - io.github.ryotaro-tanaka/mcp-oss-onramp (io.github.ryotaro-tanaka/mcp-oss-onramp@0.1.3) MCP server to scout beginner-friendly OSS issues with high precision using GitHub GraphQL installs: npm:mcp-oss-onramp detail: https://mcpindex.ai/server/io-github-ryotaro-tanaka-mcp-oss-onramp - io.github.ryudi84/github-stats (io.github.ryudi84/github-stats@1.0.0) MCP server for GitHub repo stats: stars, forks, contributors, activity. installs: npm:sovereign-github-stats-mcp detail: https://mcpindex.ai/server/io-github-ryudi84-github-stats - NPMScan (io.github.salemalem/npmscan@1.0.0) Detect malicious or vulnerable npm packages: registry search, OSV.dev and GitHub advisory lookups installs: remote:https://npmscan.com/api/mcp detail: https://mcpindex.ai/server/io-github-salemalem-npmscan - Project Context (io.github.sandovalrr/project-context@0.4.0) Safely manage repository-scoped issues across Linear, GitHub Issues, and Jira Cloud. installs: npm:@sandovalrr/project-context-mcp detail: https://mcpindex.ai/server/io-github-sandovalrr-project-context - Feedback Synthesis MCP (io.github.sapph1re/feedback-synthesis-mcp@0.1.1) Synthesize GitHub Issues, HN and App Store reviews into ranked pain clusters. Pay-per-call x402. installs: pypi:feedback-synthesis-mcp detail: https://mcpindex.ai/server/io-github-sapph1re-feedback-synthesis-mcp - Data-grounded sprint retro (io.github.sathvic-kollu/retro-mcp@0.1.0) Data-grounded sprint retrospectives from your Jira, GitHub, and Slack activity. installs: npm:retro-mcp detail: https://mcpindex.ai/server/io-github-sathvic-kollu-retro-mcp - Standup from your activity (io.github.sathvic-kollu/standup-mcp@0.1.0) Generate your daily standup from real GitHub, Jira, Linear, and Slack activity. installs: npm:standup-mcp detail: https://mcpindex.ai/server/io-github-sathvic-kollu-standup-mcp - Mooring (io.github.seayniclabs/mooring@0.1.1) Git and GitHub operations — repo status, diffs, branches, PRs, issues, and Actions. installs: pypi:mooring-mcp detail: https://mcpindex.ai/server/io-github-seayniclabs-mooring - Corral (io.github.sebastienrousseau/corral@0.0.13) Query your Corral-organised local mirror of cloned GitHub repositories. Zero network calls. installs: docker:ghcr.io/sebastienrousseau/corral:0.0.13 detail: https://mcpindex.ai/server/io-github-sebastienrousseau-corral - io.github.shubhtoy/github-project-info (io.github.shubhtoy/github-project-info@0.1.3) Read public GitHub Projects v2 boards without auth — items, fields, story points, priority. installs: npm:github-project-info-mcp detail: https://mcpindex.ai/server/io-github-shubhtoy-github-project-info - Perceptdot (io.github.soondoobu1111-star/percept@1.0.0) B2A2H platform — tracks GA4, Vercel deployments, GitHub workflows with AI-powered ROI analytics. installs: remote:https://api.perceptdot.com/mcp detail: https://mcpindex.ai/server/io-github-soondoobu1111-star-percept - io.github.spark1security/n0s1-mcp (io.github.spark1security/n0s1-mcp@1.1.6) Secret scanner for Slack, Jira, Confluence, Asana, Wrike, Linear, Zendesk, GitHub and GitLab installs: pypi:n0s1-mcp detail: https://mcpindex.ai/server/io-github-spark1security-n0s1-mcp - Advanced GitLab MCP server (io.github.structured-world/gitlab-mcp@9.1.2) 58 CQRS tools exposing 230 GitLab operations across 26 entity types installs: npm:@structured-world/gitlab-mcp detail: https://mcpindex.ai/server/io-github-structured-world-gitlab-mcp - DEPRECATED - Use lexiang-mcp-server (io.github.tencent-lexiang/mcp-server@1.0.1) DEPRECATED: Please use io.github.tencent-lexiang/lexiang-mcp-server instead. installs: remote:https://mcp.lexiang-app.com/deprecated/?company_from={company_code} detail: https://mcpindex.ai/server/io-github-tencent-lexiang-mcp-server - Tenpace Review Router (io.github.tenpace-app/review-router@1.1.3) Human-authenticated setup for routing GitHub pull requests into the right Slack channel. installs: remote:https://api.tenpace.com/v1/review-router/mcp detail: https://mcpindex.ai/server/io-github-tenpace-app-review-router - theabbie (io.github.theabbie/theabbie@2.0.0) Live info about theabbie (Abhishek Chaudhary) from theabbie.github.io/about.json installs: npm:theabbie detail: https://mcpindex.ai/server/io-github-theabbie-theabbie - io.github.therealMrFunGuy/changelog-hq (io.github.therealMrFunGuy/changelog-hq@1.0.0) Auto-generate changelogs from GitHub PRs with AI-powered categorization and rewriting. installs: remote:https://changelog.rjctdlabs.xyz/sse detail: https://mcpindex.ai/server/io-github-therealmrfunguy-changelog-hq - GitHubInsights (io.github.therealMrFunGuy/github-insights@1.0.0) GitHub repo analytics, trending repos, contributor stats, and language breakdowns. installs: remote:https://github.rjctdlabs.xyz/sse detail: https://mcpindex.ai/server/io-github-therealmrfunguy-github-insights - io.github.timescale/tiger-skills (io.github.timescale/tiger-skills@0.1.4) Provider agnostic skills implementation, with skills sourced from local paths or GitHub repositories installs: npm:@tigerdata/tiger-skills-mcp-server | docker:ghcr.io/timescale/tiger-skills-mcp-server:0.1.4 detail: https://mcpindex.ai/server/io-github-timescale-tiger-skills - ActionsPulse (io.github.tsviz/actions-pulse@2.3.0) Real-time GitHub Actions observability: DORA Metrics, Cost Analysis, CI/CD Health dashboards. installs: docker:ghcr.io/tsviz/actions-pulse:v2.3.0 detail: https://mcpindex.ai/server/io-github-tsviz-actions-pulse - io.github.udah1/cursor-chat-bridge (io.github.udah1/cursor-chat-bridge@0.1.23) Drive the Cursor agent from Telegram, Discord, or GitHub — with images and voice notes. installs: npm:cursor-telegram-chat detail: https://mcpindex.ai/server/io-github-udah1-cursor-chat-bridge - io.github.vaggeliskls/release-notes-mcp (io.github.vaggeliskls/release-notes-mcp@1.0.1) A small, generic MCP server for combining GitHub/GitLab/Gitea releases into product release notes installs: pypi:release-notes-mcp detail: https://mcpindex.ai/server/io-github-vaggeliskls-release-notes-mcp - io.github.vanshulgoyal101/ctx (io.github.vanshulgoyal101/ctx@1.0.0) Turn a GitHub repo or docs site into agent-ready context: pack it or search it, over MCP. installs: remote:https://ctx.vanshul.com/mcp detail: https://mcpindex.ai/server/io-github-vanshulgoyal101-ctx - Github Public Repos Mcp (io.github.varvararatta/github_public_repos_mcp@1.0.0) Dive into the world of open-source with the GitHub Repo Explorer! Utilize the powerful GitHub installs: remote:https://github-public-repos-mcp.mcpize.run/mcp detail: https://mcpindex.ai/server/io-github-varvararatta-github-public-repos-mcp - io.github.vish288/mcp-gitlab (io.github.vish288/mcp-gitlab@0.9.2) MCP server for GitLab API — projects, MRs, pipelines, CI/CD, approvals, issues, code review. installs: pypi:mcp-gitlab detail: https://mcpindex.ai/server/io-github-vish288-mcp-gitlab - bounty-mcp (io.github.weiseer/bounty-mcp@0.1.1) Live coding-bounty deal-flow from verified-escrow GitHub bounties for AI agents. installs: npm:@weiseer/bounty-mcp detail: https://mcpindex.ai/server/io-github-weiseer-bounty-mcp - io.github.weiyongxu/mne-docs (io.github.weiyongxu/mne-docs@1.0.49) MCP server for MNE-Python documentation, source code, GitHub issues, and forum installs: npm:mne-docs-mcp detail: https://mcpindex.ai/server/io-github-weiyongxu-mne-docs - io.github.zereight/gitlab-mcp (io.github.zereight/gitlab-mcp@2.1.46) GitLab MCP server for projects, merge requests, issues, pipelines, wiki, releases, and more. installs: npm:@zereight/mcp-gitlab detail: https://mcpindex.ai/server/io-github-zereight-gitlab-mcp - SecurityScan (net.apisecurityscan/securityscan@1.0.0) Scan GitHub-hosted AI skills for vulnerabilities: prompt injection, malware, OWASP LLM Top 10. installs: remote:https://apisecurityscan.net/mcp detail: https://mcpindex.ai/server/net-apisecurityscan-securityscan - Rami Code Review (reviews.rami/rami@1.0.0) AI code review for GitHub PRs with an MCP autofix loop for Claude Code and Cursor installs: remote:https://rami.reviews/mcp detail: https://mcpindex.ai/server/reviews-rami-rami - glim.sh (sh.glim/glim@1.0.0) Give your agent live data from Twitter, Reddit, the web and GitHub. No API keys, no scraping stack. installs: remote:https://glim.sh/mcp detail: https://mcpindex.ai/server/sh-glim-glim ## Image, Video & Audio (648) - Agentic Fabrication Network (AFN) (ai.agenticfabricationnetwork/ufp@0.1.1) Turn designs into shipped parts: quote 3D printing, CNC, and decals, then check out. installs: remote:https://agenticfabricationnetwork.ai/mcp detail: https://mcpindex.ai/server/ai-agenticfabricationnetwork-ufp - ARPI MCP (ai.arpi/arpi-mcp@1.0.0) AI-powered ECG analysis: submit ECG images and receive diagnosis reports from ARPI's ECG AI. installs: remote:https://mcp.arpi.ai/mcp detail: https://mcpindex.ai/server/ai-arpi-arpi-mcp - BizMuse AI Music Video (ai.bizmuse/bizmuse@0.1.6) Official BizMuse MCP for complete AI music videos from audio and 1-7 reference images. installs: npm:bizmuse-mcp detail: https://mcpindex.ai/server/ai-bizmuse-bizmuse - Bloopo — AI Ad & Creative Studio (ai.bloopo/bloopo@0.1.1) Turn one sentence into finished ads: video ads, UGC, product photos, voiceover, brand kits, A/B. installs: remote:https://mcp.bloopo.ai/mcp detail: https://mcpindex.ai/server/ai-bloopo-bloopo - CCAPI (ai.ccapi/mcp@1.0.1) Image, video, music and text generation across 100+ models through one endpoint. installs: remote:https://api.ccapi.ai/mcp detail: https://mcpindex.ai/server/ai-ccapi-mcp - Compeller (ai.compeller/compel@0.5.1) Create and track AI music videos and audio-reactive visuals from songs. installs: remote:https://compeller.ai/api/mcp detail: https://mcpindex.ai/server/ai-compeller-compel - Cosmonote (ai.cosmonote/notes@1.0.0) Access your Cosmonote audio notes, transcriptions, summaries, and action items. installs: remote:https://nebula.cosmonote.ai/mcp detail: https://mcpindex.ai/server/ai-cosmonote-notes - CueFrame (ai.cueframe/cueframe@1.1.0) Turn footage into finished video: content-aware reframing, captions behind the subject, graphics. installs: remote:https://api.cueframe.ai/v1/mcp detail: https://mcpindex.ai/server/ai-cueframe-cueframe - DemoMagic (ai.demomagic/interactive-video-guide@0.1.0) Guides for making interactive videos & AI product demos that answer viewers' questions. installs: npm:@demomagic/mcp detail: https://mcpindex.ai/server/ai-demomagic-interactive-video-guide - ai.dragoneye/mcp (ai.dragoneye/mcp@1.0.0) Build zero-shot video models for object detection, and category and attribute classification. installs: remote:https://nexus.api.dragoneye.ai/mcp detail: https://mcpindex.ai/server/ai-dragoneye-mcp - Filtrix AI MCP (ai.filtrix.mcp/filtrix-ai@0.1.0) Filtrix MCP for image/video generation. Portal: https://agent.filtrix.ai/ installs: remote:https://mcp.filtrix.ai/ detail: https://mcpindex.ai/server/ai-filtrix-mcp-filtrix-ai - Gemus (ai.gemus/gemus@0.1.0) Node-based AI design workflows on the Gemus canvas: generate images, video, 3D, and PPT. installs: remote:https://gemus.ai/api/mcp detail: https://mcpindex.ai/server/ai-gemus-gemus - ai.gency/gency-mcp (ai.gency/gency-mcp@0.6.0) Gency AI product image generation - MCP server for Claude, Codex, Cursor, VS Code installs: npm:@gency-ai/gency-mcp detail: https://mcpindex.ai/server/ai-gency-gency-mcp - Hypernatural (ai.hypernatural/hypernatural@1.0.1) Create and edit AI videos from chat: plan shots, generate scenes, and export stories and ads. installs: remote:https://api.hypernatural.ai/mcp detail: https://mcpindex.ai/server/ai-hypernatural-hypernatural - Intangible (ai.intangible/mcp@0.1.0) Build 3D scenes, place cameras and render shots. Previs, storyboards, set design, product and CAD. installs: remote:https://mcp.intangible.ai/mcp detail: https://mcpindex.ai/server/ai-intangible-mcp - ai.kavel/kavel-mcp (ai.kavel/kavel-mcp@0.1.1) Discover Kavel's AI photo/video generators, get tuned prompts, and open the right tool on kavel.ai. installs: npm:kavel-mcp detail: https://mcpindex.ai/server/ai-kavel-kavel-mcp - Kive (ai.kive/mcp@0.1.2) AI product photography: on-brand product shots, images and videos from your Kive workspace. installs: remote:https://mcp.kive.ai/mcp detail: https://mcpindex.ai/server/ai-kive-mcp - Клод Кот — генерация изображений и видео (ai.klodkot/gen@0.1.0) Best Image and video generation: 20+ models (Kling, Seedance, Veo, NB, FLUX.2), OAuth, pay-per-use. installs: remote:https://mcp.klodkot.ai/mcp detail: https://mcpindex.ai/server/ai-klodkot-gen - Ludo AI Game Assets (ai.ludo/game-assets@0.9.0) Generate game assets with AI: sprites, 3D models, animations, sound effects, music, and voices. installs: remote:https://mcp.ludo.ai/mcp detail: https://mcpindex.ai/server/ai-ludo-game-assets - ModelRunner (ai.modelrunner/mcp@1.3.0) Run 100+ AI models — image, video, audio, 3D — through one API with pay-per-use billing. installs: remote:https://mcp.modelrunner.run/mcp detail: https://mcpindex.ai/server/ai-modelrunner-mcp - NativeAds (ai.nativeads/mcp@1.0.0) AI ad creative generation: brands, Brand DNA, asset uploads, image and video generation. installs: remote:https://mcp.nativeads.ai/mcp detail: https://mcpindex.ai/server/ai-nativeads-mcp - onzero — Creative Studio (ai.onzero/creative-studio@2.0.0) Turn Claude into a creative studio: DNA-locked characters, images, video, voiceover — 55 tools. installs: remote:https://onzero.ai/mcp detail: https://mcpindex.ai/server/ai-onzero-creative-studio - Picsha AI (ai.picsha/picsha@1.0.1) AI-native digital asset management: semantic search, generative image edits, and CDN delivery. installs: npm:@picsha-ai/mcp-server | remote:https://api.picsha.ai/v1/mcp detail: https://mcpindex.ai/server/ai-picsha-picsha - ai.pictomancer/image-processing (ai.pictomancer/image-processing@0.3.0) Image processing for AI agents. Resize, convert, compress, and pipeline images. installs: remote:https://api.pictomancer.ai/mcp detail: https://mcpindex.ai/server/ai-pictomancer-image-processing - Pipe2.ai (ai.pipe2/mcp@1.0.0) Run multi-step AI pipelines for video, image, audio and text: upload media, run, poll results. installs: remote:https://mcp.pipe2.ai/mcp detail: https://mcpindex.ai/server/ai-pipe2-mcp - ai.primateintelligence/mcp (ai.primateintelligence/mcp@0.4.0) Video scene understanding for AI agents via the Primate Vision API. installs: npm:@primate-intelligence/mcp | remote:https://api.primateintelligence.ai/mcp detail: https://mcpindex.ai/server/ai-primateintelligence-mcp - Primeta (ai.primeta/primeta@1.0.1) Give your AI a face, a voice, and a personality. 3D avatars with custom personas. installs: remote:https://primeta.ai/mcp detail: https://mcpindex.ai/server/ai-primeta-primeta - Reka (ai.reka/mcp@0.1.10) Understand your videos with Reka AI — search, ask questions, and extract insights. installs: pypi:reka-mcp | remote:https://mcp.reka.ai/mcp detail: https://mcpindex.ai/server/ai-reka-mcp - ai.roc/mcp (ai.roc/mcp@0.1.0) ROC biometrics & computer vision: face, LPR, OCR, pedestrian, vehicle, gun detection. installs: remote:https://mcp.roc.ai/mcp detail: https://mcpindex.ai/server/ai-roc-mcp - ai.smithery/222wcnm-bilistalkermcp (ai.smithery/222wcnm-bilistalkermcp@1.15.0) Track Bilibili creators and get the latest updates on videos, dynamics, and articles. Fetch user p… installs: remote:https://server.smithery.ai/@222wcnm/bilistalkermcp/mcp detail: https://mcpindex.ai/server/ai-smithery-222wcnm-bilistalkermcp - ai.smithery/BadRooBot-my_test_mcp (ai.smithery/BadRooBot-my_test_mcp@1.14.0) Get current weather for any city and create images from your prompts. Streamline planning, reports… installs: remote:https://server.smithery.ai/@BadRooBot/my_test_mcp/mcp detail: https://mcpindex.ai/server/ai-smithery-badroobot-my-test-mcp - ai.smithery/IndianAppGuy-magicslide-mcp (ai.smithery/IndianAppGuy-magicslide-mcp@1.0.0) Generate professional PowerPoint presentations from text, YouTube videos, or structured JSON data.… installs: remote:https://server.smithery.ai/@IndianAppGuy/magicslide-mcp/mcp detail: https://mcpindex.ai/server/ai-smithery-indianappguy-magicslide-mcp - ai.smithery/IndianAppGuy-magicslide-mcp-actual-test (ai.smithery/IndianAppGuy-magicslide-mcp-actual-test@1.0.0) Generate polished PowerPoint presentations from text prompts, YouTube videos, or structured outlin… installs: remote:https://server.smithery.ai/@IndianAppGuy/magicslide-mcp-actual-test/mcp detail: https://mcpindex.ai/server/ai-smithery-indianappguy-magicslide-mcp-actual-test - ai.smithery/Open-Scout-mcp (ai.smithery/Open-Scout-mcp@0.1.0) Create and publish one-pagers and boards for your organization. Upload images from the web, update… installs: remote:https://server.smithery.ai/@Open-Scout/mcp/mcp detail: https://mcpindex.ai/server/ai-smithery-open-scout-mcp - ai.smithery/Pratiksha-Kanoja-magicslide-mcp-test (ai.smithery/Pratiksha-Kanoja-magicslide-mcp-test@1.0.0) Create polished slide decks from text or YouTube links in seconds. Fetch video transcripts to tran… installs: remote:https://server.smithery.ai/@Pratiksha-Kanoja/magicslide-mcp-test/mcp detail: https://mcpindex.ai/server/ai-smithery-pratiksha-kanoja-magicslide-mcp-test - ai.smithery/arjunkmrm-brave-search-mcp-server (ai.smithery/arjunkmrm-brave-search-mcp-server@2.0.25) Search the web, images, videos, news, and local businesses with robust filters, freshness controls… installs: remote:https://server.smithery.ai/@arjunkmrm/brave-search-mcp-server/mcp detail: https://mcpindex.ai/server/ai-smithery-arjunkmrm-brave-search-mcp-server - ai.smithery/aryankeluskar-poke-video-mcp (ai.smithery/aryankeluskar-poke-video-mcp@1.14.0) Search your Flashback video library with natural language to instantly find relevant moments. Get… installs: remote:https://server.smithery.ai/@aryankeluskar/poke-video-mcp/mcp detail: https://mcpindex.ai/server/ai-smithery-aryankeluskar-poke-video-mcp - ai.smithery/bielacki-igdb-mcp-server (ai.smithery/bielacki-igdb-mcp-server@1.14.0) Explore and discover video games from the Internet Game Database. Search titles, view detailed inf… installs: remote:https://server.smithery.ai/@bielacki/igdb-mcp-server/mcp detail: https://mcpindex.ai/server/ai-smithery-bielacki-igdb-mcp-server - ai.smithery/brave (ai.smithery/brave@2.0.58) Visit https://brave.com/search/api/ for a free API key. Search the web, local businesses, images,… installs: remote:https://server.smithery.ai/brave/mcp detail: https://mcpindex.ai/server/ai-smithery-brave - ai.smithery/ctaylor86-mcp-video-download-server (ai.smithery/ctaylor86-mcp-video-download-server@1.0.0) Connect your video workflows to cloud storage. Organize and access video assets across projects wi… installs: remote:https://server.smithery.ai/@ctaylor86/mcp-video-download-server/mcp detail: https://mcpindex.ai/server/ai-smithery-ctaylor86-mcp-video-download-server - ai.smithery/fengyinxia-jimeng-mcp (ai.smithery/fengyinxia-jimeng-mcp@1.0.0) Create images and videos from prompts, with options for image mixing, reference images, and start/… installs: remote:https://server.smithery.ai/@fengyinxia/jimeng-mcp/mcp detail: https://mcpindex.ai/server/ai-smithery-fengyinxia-jimeng-mcp - ai.smithery/huuthangntk-claude-vision-mcp-server (ai.smithery/huuthangntk-claude-vision-mcp-server@1.0.0) Analyze images from multiple angles to extract detailed insights or quick summaries. Describe visu… installs: remote:https://server.smithery.ai/@huuthangntk/claude-vision-mcp-server/mcp detail: https://mcpindex.ai/server/ai-smithery-huuthangntk-claude-vision-mcp-server - ai.smithery/samihalawa-whatsapp-go-mcp (ai.smithery/samihalawa-whatsapp-go-mcp@v7.5.0) Scan QR codes and go! No more troublesome autos or APIs! Send text messages, images, links, locati… installs: remote:https://server.smithery.ai/@samihalawa/whatsapp-go-mcp/mcp detail: https://mcpindex.ai/server/ai-smithery-samihalawa-whatsapp-go-mcp - ai.spideriq/media (ai.spideriq/media@1.1.0) SpiderIQ Media: SpiderMedia files, videos, per-tenant media catalog (read) installs: npm:@spideriq/mcp-media detail: https://mcpindex.ai/server/ai-spideriq-media - ai.switchapp/switch (ai.switchapp/switch@1.0.0) Generate, manage and explore your Switch AI image and video library, scoped to your account. installs: remote:https://mcp.switchapp.ai/mcp detail: https://mcpindex.ai/server/ai-switchapp-switch - ai.testiv/mcp (ai.testiv/mcp@0.5.7) Local-first visual regression for AI agents: verdicts, diff images, explain_snapshot. No API key. installs: npm:@testivai/mcp detail: https://mcpindex.ai/server/ai-testiv-mcp - YouTube Trends API (ai.trendsapi/youtube@1.0.0) YouTube search volume and trending videos over time. Free key at trendsapi.ai installs: remote:https://youtube.api.trendsapi.ai/mcp detail: https://mcpindex.ai/server/ai-trendsapi-youtube - Google Trends MCP (ai.trendsmcp/google-trends@1.0.5) Google Trends: Search, Images, News, Shopping over time, growth metrics. Free key at trendsmcp.ai installs: remote:https://google-trends.api.trendsmcp.ai/mcp detail: https://mcpindex.ai/server/ai-trendsmcp-google-trends - ai.tuteliq/mcp (ai.tuteliq/mcp@3.13.0) Detect grooming, bullying, fraud, and 16+ online threats across text, voice, image, and video. installs: npm:@tuteliq/mcp | remote:https://api.tuteliq.ai/mcp detail: https://mcpindex.ai/server/ai-tuteliq-mcp - ai.uselamina/lamina (ai.uselamina/lamina@1.0.0) On-brand product photos, model try-ons, video reels & banners from a brief + brand kit. installs: remote:https://app.uselamina.ai/mcp/agent detail: https://mcpindex.ai/server/ai-uselamina-lamina - Notch (ai.usenotch/notch@1.0.1) Turn product pages and creative briefs into finished video and image ads from your AI chat. installs: remote:https://app.usenotch.ai/mcp detail: https://mcpindex.ai/server/ai-usenotch-notch - VideoZero (ai.videozero.engine/mcp@1.0.0) Creates 2D motion-graphics videos: kinetic typography, charts, formulas, narrated explainers. installs: remote:https://engine.videozero.ai/mcp detail: https://mcpindex.ai/server/ai-videozero-engine-mcp - ViralSpin (ai.viralspin/viralspin@1.0.0) AI video editing + publishing: turn clips into vertical shorts, post to TikTok/Instagram/YouTube. installs: remote:https://mcp.viralspin.ai/mcp detail: https://mcpindex.ai/server/ai-viralspin-viralspin - Weftly (ai.weftly/weftly@0.25.4) Find & cut horizontal and vertical video clips (Shorts/Reels), transcribe & summarize. Pay per job. installs: remote:https://api.weftly.ai/mcp detail: https://mcpindex.ai/server/ai-weftly-weftly - Writingmate MCP (ai.writingmate/writingmate-mcp@1.0.0) Use AI models for chat, image, and video generation from Claude Code and other MCP hosts. installs: remote:https://writingmate.ai/api/mcp detail: https://mcpindex.ai/server/ai-writingmate-writingmate-mcp - Wubble (ai.wubble/audio@0.1.0) Create, inspect, and manage Wubble music, speech, voice, and sound-effect requests through MCP. installs: remote:https://mcp.wubble.ai/mcp detail: https://mcpindex.ai/server/ai-wubble-audio - APICK (app.apick/all@1.2.0) APICK Korean data APIs: business registry, parcel tracking, OCR, conversion, search installs: npm:apick-mcp | remote:https://apick.app/mcp/all detail: https://mcpindex.ai/server/app-apick-all - APICK OCR (app.apick/ocr@1.2.0) OCR for images and Korean ID documents installs: remote:https://apick.app/mcp/ocr detail: https://mcpindex.ai/server/app-apick-ocr - APICK Vision (app.apick/vision@1.2.0) Image/video analysis: NSFW detection, object detection, thumbnails installs: remote:https://apick.app/mcp/vision detail: https://mcpindex.ai/server/app-apick-vision - Cleanor (app.cleanor/cleanor@0.6.1) Zero-auth MCP: image optimize, cited storage/format data, and dev utilities LLMs get wrong. installs: npm:@cleanor/mcp | remote:https://mcp.cleanor.app/mcp detail: https://mcpindex.ai/server/app-cleanor-cleanor - Contendeo (app.contendeo/contendeo@0.1.0) Multimodal video analysis MCP — transcription, vision, and OCR for any video URL. installs: remote:https://contendeo.app/mcp/ detail: https://mcpindex.ai/server/app-contendeo-contendeo - app.everpop/everpop (app.everpop/everpop@1.0.0) Clip videos into published YouTube Shorts with real measured 48h/7d receipts. installs: remote:https://everpop.app/api/mcp/mcp detail: https://mcpindex.ai/server/app-everpop-everpop - FOTOhub Creative AI (app.fotohub/fotohub@1.0.0) Generate images, video, music, voice and 3D through one API. 30 tools, 200+ models. installs: remote:https://apis.fotohub.app/mcp/ detail: https://mcpindex.ai/server/app-fotohub-fotohub - Glif (app.glif/glif@1.0.1) Generate images, video, and audio with Glif's media-generation agent installs: remote:https://glif.app/api/mcp detail: https://mcpindex.ai/server/app-glif-glif - app.hoaster/hoaster (app.hoaster/hoaster@0.1.0) Hosts AI-generated web content (HTML, images, SVG, JSON) at a public URL, with custom domains. installs: remote:https://hoaster.app/api/mcp detail: https://mcpindex.ai/server/app-hoaster-hoaster - app.lightgen/lightgen (app.lightgen/lightgen@1.0.1) Generate and edit images and create short videos inside Claude. Prepaid credits, no subscription. installs: remote:https://lightgen.app/mcp detail: https://mcpindex.ai/server/app-lightgen-lightgen - Meepo Studio (app.meepo/studio@1.0.0) AI design platform. Create designs, carousels, videos, and campaigns from any AI agent. installs: remote:https://meepo-mcp-server.meepo.app/sse detail: https://mcpindex.ai/server/app-meepo-studio - Morphed (app.morphed/mcp@0.1.0) Create AI images and videos, manage projects and credits, and use workspace campaign context. installs: remote:https://api.morphed.app/mcp detail: https://mcpindex.ai/server/app-morphed-mcp - OpenClip (app.openclip/openclip@1.1.1) Turn long videos into short, captioned viral clips from your AI assistant. 28 tools, OAuth. installs: remote:https://openclip.app/mcp detail: https://mcpindex.ai/server/app-openclip-openclip - Raster (app.raster/raster@0.2.0) Browse, search, upload, tag, transfer, and delete images in your Raster libraries over MCP. installs: remote:https://mcp.raster.app/ detail: https://mcpindex.ai/server/app-raster-raster - app.savedthat/savedthat (app.savedthat/savedthat@1.0.0) Search your saved videos by what was said. YouTube, Reels, and TikTok transcripts. Read-only. installs: remote:https://savedthat.app/api/mcp detail: https://mcpindex.ai/server/app-savedthat-savedthat - app.takehub/mcp (app.takehub/mcp@1.1.2) Manage discussion topics, gather votes and video rationale, and read AI insights. installs: npm:@takehub/mcp detail: https://mcpindex.ai/server/app-takehub-mcp - app.tinkrr/intelligence (app.tinkrr/intelligence@2.1.0) Bitcoin and YouTube video intelligence for AI agents. Pay-per-call via x402 USDC on Base. installs: remote:https://tinkrr-api.tinkrr.workers.dev/mcp detail: https://mcpindex.ai/server/app-tinkrr-intelligence - app.uploadcheck/uploadcheck (app.uploadcheck/uploadcheck@0.1.1) QC videos, podcasts, and clips before upload — timestamped flags with agent-ready repair prompts. installs: npm:@drantoniou/uploadcheck-mcp detail: https://mcpindex.ai/server/app-uploadcheck-uploadcheck - YtBulkTranscript (app.ytbulktranscript/transcripts@1.0.2) Fetch YouTube video transcripts individually or in bulk via get_transcript and get_bulk_transcripts. installs: remote:https://ytbulktranscript.app/mcp/{api_key} detail: https://mcpindex.ai/server/app-ytbulktranscript-transcripts - captcha.cc Human Verification (cc.captcha/captchacc@1.0.0) Human verification CAPTCHA with visual and selective-listening audio challenges. installs: remote:https://captcha.cc/mcp detail: https://mcpindex.ai/server/cc-captcha-captchacc - Creative Claw (co.creativeclaw/creative-claw@1.0.0) On-brand creative studio for AI agents: images, video, audio, and 3D. installs: remote:https://app.creativeclaw.co/mcp detail: https://mcpindex.ai/server/co-creativeclaw-creative-claw - Heista (co.heista/api@1.0.0) Decode video ads, load brand intelligence, generate ad scripts. installs: remote:https://www.heista.co/api/mcp/mcp detail: https://mcpindex.ai/server/co-heista-api - co.pepys/pepys-mcp (co.pepys/pepys-mcp@0.1.1) Transcribe audio & video: diarization, timed SRT/VTT, podcasts, paste-a-link, whole-feed batch. installs: npm:pepys-mcp | remote:https://pepys.co/api/mcp detail: https://mcpindex.ai/server/co-pepys-pepys-mcp - SocialDataX 微信视频号 WeChat Channels MCP (com.52choujiang/wechat-channels-insights@0.1.2) WeChat Channels videos, comments, users, transcripts, and Official Account article details. installs: remote:https://mcp.socialdatax.com/wechat/mcp detail: https://mcpindex.ai/server/com-52choujiang-wechat-channels-insights - Receipt Extraction (com.acjlabs/receipt-extraction@0.1.2) AU GST/ABN receipt extraction — assigns entertainment/ITC tax codes per line, not just OCR. installs: remote:https://receipt-extraction.acjlabs.com/mcp detail: https://mcpindex.ai/server/com-acjlabs-receipt-extraction - AdMakeAI (com.admakeai/admakeai@1.0.0) Generate ad images and UGC videos, research competitor ads, and manage Meta ad campaigns. installs: remote:https://admakeai.com/api/mcp detail: https://mcpindex.ai/server/com-admakeai-admakeai - AIOProductOS Studio (com.aioproductos/mcp-studio@0.2.3) Turn your AI host into a product videographer: scripted app demos, voice-over, captions, MP4/GIF. installs: npm:@aioproductoscom/mcp-studio detail: https://mcpindex.ai/server/com-aioproductos-mcp-studio - Audiala (com.audiala/mcp@0.3.0) Audio-guide and trip-planning tools for 1,100+ cities from Audiala. Free, no API key. installs: remote:https://mcp.audiala.com/mcp detail: https://mcpindex.ai/server/com-audiala-mcp - Audioscrape Audio Intelligence (com.audioscrape/audio-intelligence@1.0.3) Search speech in podcasts, government meetings, and your own audio: speakers, entities, timestamps. installs: remote:https://mcp.audioscrape.com detail: https://mcpindex.ai/server/com-audioscrape-audio-intelligence - com.auto-reader/ocr (com.auto-reader/ocr@1.0.3) Arabic-first OCR, translation and document extraction. First call mints a free trial key. installs: remote:https://api.auto-reader.com/mcp detail: https://mcpindex.ai/server/com-auto-reader-ocr - com.beyourcover/book-cover-generator (com.beyourcover/book-cover-generator@1.9.0) Generate genre-aware, print-ready AI book covers (ebook, KDP wrap, audiobook) via BeYourCover installs: remote:https://beyourcover.com/api/mcp/mcp detail: https://mcpindex.ai/server/com-beyourcover-book-cover-generator - BlitzReels Video Editor (com.blitzreels/blitzreels@1.0.0) Create, edit, reframe, caption, organize, generate, and export short-form videos with BlitzReels. installs: remote:https://www.blitzreels.com/api/mcp detail: https://mcpindex.ai/server/com-blitzreels-blitzreels - Blixtworks (com.blixtworks.www/tools@1.1.0) 63 pay-per-call tools for agents: vision, text, data, web, blockchain. USDC on Base via x402. installs: npm:blixtworks-mcp | remote:https://www.blixtworks.com/mcp detail: https://mcpindex.ai/server/com-blixtworks-www-tools - SSTV Decoder (com.bonissystems/sstv-decoder@1.0.0) Decode an SSTV audio recording and anchor its fingerprint and image hash to the Knox event chain. installs: remote:https://bonissystems.com/api/knox/agents/sstv-decoder/mcp detail: https://mcpindex.ai/server/com-bonissystems-sstv-decoder - com.brainiall/tts (com.brainiall/tts@1.0.0) Hosted pay-per-use TTS: 54 neural voices, 9 languages incl. Brazilian Portuguese. $10 free credits. installs: remote:https://api.brainiall.com/mcp/tts/mcp detail: https://mcpindex.ai/server/com-brainiall-tts - ChangeThisFile (com.changethisfile/mcp@1.1.0) Convert files between 690+ formats: image, video, audio, documents, ebooks, archives. Free, no auth. installs: remote:https://changethisfile.com/mcp detail: https://mcpindex.ai/server/com-changethisfile-mcp - Commonlands Optics: M12 Lens and C-Mount Lens Finder + Field-of-View Calculator (com.commonlands/optics-mcp@0.4.0) M12 lens and C-mount lens finder with image-sensor matching and field-of-view calculator. installs: remote:https://mcp.commonlands.com/mcp detail: https://mcpindex.ai/server/com-commonlands-optics-mcp - Compoid MCP (com.compoid/mcp-server@1.0.4) A collaborative repository where AI agents and humans share research, images, videos and papers. installs: remote:https://mcpv.compoid.com/mcp detail: https://mcpindex.ai/server/com-compoid-mcp-server - com.desaira/desaira (com.desaira/desaira@1.0.0) Search adult short-form video: clips, creators and hashtags. Read-only, no API key. installs: remote:https://desaira.com/mcp detail: https://mcpindex.ai/server/com-desaira-desaira - Doseedo (com.doseedo/doseedo@0.3.0) Generate music, separate stems, transcribe audio to MIDI, build Logic and Ableton sessions installs: remote:https://api.doseedo.com/mcp detail: https://mcpindex.ai/server/com-doseedo-doseedo - NoonAI Face-Only Image/Video De-Identification MCP (com.dyndns-server.noon-ai/face-blur-redaction-mcp@0.1.9) YOLO face-only image/video de-identification: face blur, redaction, body and plate masking. installs: remote:https://noon-ai.dyndns-server.com/face-blur-redaction-mcp detail: https://mcpindex.ai/server/com-dyndns-server-noon-ai-face-blur-redaction-mcp - NoonAI YOLO Face-Only Image/Video Anonymization MCP (com.dyndns-server.noon-ai/face-detection-anonymization-mcp@0.1.11) YOLO face-only image/video anonymization: face blur, redaction, body and plate masking. installs: remote:https://noon-ai.dyndns-server.com/face-detection-anonymization-mcp detail: https://mcpindex.ai/server/com-dyndns-server-noon-ai-face-detection-anonymization-mcp - NoonAI Automatic Face Blur/Redaction MCP (com.dyndns-server.noon-ai/image-video-anonymization-mcp@0.1.8) YOLO auto-detects faces for image/video anonymization; face-only blur, body and plate masking. installs: remote:https://noon-ai.dyndns-server.com/image-video-anonymization-mcp detail: https://mcpindex.ai/server/com-dyndns-server-noon-ai-image-video-anonymization-mcp - NoonAI DIS Automatic Face Blur/Redaction MCP (com.dyndns-server.noon-ai/noonai-dis-mcp-server@0.1.8) YOLO auto-detects faces for image/video anonymization; face-only blur, body and plate masking. installs: remote:https://noon-ai.dyndns-server.com/mcp detail: https://mcpindex.ai/server/com-dyndns-server-noon-ai-noonai-dis-mcp-server - NoonAI Automatic Video Face Blur MCP (com.dyndns-server.noon-ai/video-anonymization-mcp@0.1.8) YOLO auto-detects faces for image/video anonymization; face-only blur, body and plate masking. installs: remote:https://noon-ai.dyndns-server.com/video-anonymization-mcp detail: https://mcpindex.ai/server/com-dyndns-server-noon-ai-video-anonymization-mcp - com.echosaw/mcp-server (com.echosaw/mcp-server@2.0.2) Media intelligence analysis for audio, video, and images via the Echosaw MCP server. installs: npm:@echosaw/mcp-server | remote:https://mcp.echosaw.com detail: https://mcpindex.ai/server/com-echosaw-mcp-server - FabTally 3D-Print Slicer, Quote & DFM (com.fabtally/slicer@1.0.0) Real 3D-print slicing, quoting, DFM, orientation & material/settings advisors. Free personal tier. installs: remote:https://fabtally.com/mcp detail: https://mcpindex.ai/server/com-fabtally-slicer - com.familiarvtt/familiar (com.familiarvtt/familiar@2.22.0) AI co-pilot for Foundry VTT — combat, scenes & audio. Requires the Familiar module. installs: npm:familiar-vtt detail: https://mcpindex.ai/server/com-familiarvtt-familiar - Hipppo (com.feedhipppo/mcp@1.3.0) Search and organize the links, images, videos, and posts you saved in Hipppo, from your agent. installs: remote:https://app.feedhipppo.com/api/mcp detail: https://mcpindex.ai/server/com-feedhipppo-mcp - com.ffmpeg-micro/mcp-server (com.ffmpeg-micro/mcp-server@0.3.1) MCP server for the FFmpeg Micro video transcoding API — create, monitor, download transcodes. installs: npm:@ffmpeg-micro/mcp-server | remote:https://mcp.ffmpeg-micro.com detail: https://mcpindex.ai/server/com-ffmpeg-micro-mcp-server - com.framesail/framesail (com.framesail/framesail@1.0.0) Create long-form YouTube videos end to end: script, storyboard, voiceover, final MP4. installs: remote:https://api.framesail.com/mcp detail: https://mcpindex.ai/server/com-framesail-framesail - FreqBlog Music Metadata (com.freqblog/music-metadata@1.1.0) Audio features + harmonic set-building for tracks by name/ISRC. Spotify audio-features replacement. installs: remote:https://mcp.freqblog.com/mcp detail: https://mcpindex.ai/server/com-freqblog-music-metadata - com.gaudiolab/mcp-developers (com.gaudiolab/mcp-developers@1.0.1) Gaudio Lab Audio AI — Stem Separation, DME Separation, AI Text Sync installs: npm:@gaudiolab/mcp-developers detail: https://mcpindex.ai/server/com-gaudiolab-mcp-developers - com.geiant/mcp-perception (com.geiant/mcp-perception@0.3.3) Geospatial AI MCP server — satellite imagery, embeddings, weather, GNS governance installs: remote:https://packagesmcp-perception-production.up.railway.app/mcp detail: https://mcpindex.ai/server/com-geiant-mcp-perception - WP Agent - WordPress publishing & management with Claude (com.getwpagent/wordpress@1.0.1) WordPress MCP server: publish posts, AI images, SEO and full site management, self-hosted installs: remote:https://mcp.getwpagent.com/mcp detail: https://mcpindex.ai/server/com-getwpagent-wordpress - Omnicall — Agent Tools Gateway (com.gocreativeai.omnicall/agent-tools@1.0.0) 247 LLMs + image/video/voice/music gen + crypto/DeFi/markets/web-search. Pay-per-call USDC, no key. installs: remote:https://omnicall.gocreativeai.com/mcp detail: https://mcpindex.ai/server/com-gocreativeai-omnicall-agent-tools - HTML to Image (com.html2img/html-to-image@1.0.0) Render HTML and CSS to PNG images over HTTP. Send HTML and CSS and get a PNG back. installs: remote:https://app.html2img.com/mcp detail: https://mcpindex.ai/server/com-html2img-html-to-image - com.ilovevideoeditor/mcp-server (com.ilovevideoeditor/mcp-server@1.0.1) Render videos from VideoJSON + 249+ templates via the iLoveVideoEditor API installs: npm:@ilovevideoeditor/mcp-server detail: https://mcpindex.ai/server/com-ilovevideoeditor-mcp-server - Iteration Layer (com.iterationlayer/mcp@1.0.0) Composable APIs for document extraction, image transformation, and document & sheet generation. installs: remote:https://api.iterationlayer.com/mcp detail: https://mcpindex.ai/server/com-iterationlayer-mcp - Jeremy Twogood — Portfolio (com.jeremytwogood/portfolio@1.0.0) MCP server for Jeremy Twogood, Toronto video producer & editor. Projects, reel, resume, booking. installs: remote:https://jeremytwogood.com/api/mcp detail: https://mcpindex.ai/server/com-jeremytwogood-portfolio - AXIS Avatar Foundry (com.jonathanarvay/axis-avatar-foundry@0.4.0) 3D avatar/asset foundry: text/image -> rigged, validated, engine-ready GLB via x402. installs: remote:https://api.avatar.jonathanarvay.com/mcp detail: https://mcpindex.ai/server/com-jonathanarvay-axis-avatar-foundry - KonbiniAPI MCP (com.konbiniapi/mcp@1.0.0) Get social media data from Instagram and TikTok: profiles, posts, videos, comments, and more. installs: remote:https://mcp.konbiniapi.com detail: https://mcpindex.ai/server/com-konbiniapi-mcp - com.kurdishtts/kurdish-tts-stt (com.kurdishtts/kurdish-tts-stt@1.0.0) Kurdish (Sorani & Kurmanji) text-to-speech & speech-to-text — 664 AI voices. API key required. installs: remote:https://www.kurdishtts.com/api/mcp detail: https://mcpindex.ai/server/com-kurdishtts-kurdish-tts-stt - com.linatora/mcp (com.linatora/mcp@1.2.0) AI-powered hiring for recruiters & candidates - video interviews, transcripts, scores, profiles. installs: remote:https://app.linatora.com/mcp detail: https://mcpindex.ai/server/com-linatora-mcp - Logospell (com.logospell/logospell@1.1.1) AI-agent image generation: cohesive sets & illustrations. PNG/WebP (optional transparency) or JPEG. installs: remote:https://mcp.logospell.com/mcp detail: https://mcpindex.ai/server/com-logospell-logospell - MakerReels (com.makerreels/makerreels@1.0.0) Turn an app into TikTok-style video ads: agents pull rendered ad batches, captions, posting kits. installs: remote:https://makerreels.com/api/mcp detail: https://mcpindex.ai/server/com-makerreels-makerreels - YouCam for Creators (com.makeupar/creators@1.0.1) Provides YouCam API for AI image and video editing and generation. installs: remote:https://mcp-api-01.makeupar.com/mcp/creators detail: https://mcpindex.ai/server/com-makeupar-creators - com.mart402/extract (com.mart402/extract@0.2.0) Web extraction, OCR (Japanese-strong), invoice and company data for AI agents. x402, no API key. installs: remote:https://mart402.com/mcp detail: https://mcpindex.ai/server/com-mart402-extract - com.mcparmory/elevenlabs (com.mcparmory/elevenlabs@1.0.3) Convert text to speech, transcribe audio, and dub videos with AI voices installs: pypi:mcparmory-elevenlabs | docker:ghcr.io/mcparmory/elevenlabs:1.0.3 detail: https://mcpindex.ai/server/com-mcparmory-elevenlabs - Remote Browser MCP Server from MCPBundles (com.mcpbundles/remote-browser@1.0.0) Automate cloud Chrome—navigate, click, type, screenshot, run code, record screen video installs: remote:https://mcp.mcpbundles.com/bundle/remote-browser/ detail: https://mcpindex.ai/server/com-mcpbundles-remote-browser - StudioPro (com.nanostudiopro/studiopro@0.3.0) AI product-photography studio over MCP: generate, edit, cut out, and search images by project. installs: remote:https://nanostudiopro.com/api/mcp detail: https://mcpindex.ai/server/com-nanostudiopro-studiopro - com.nuditok/nuditok (com.nuditok/nuditok@1.0.0) Search adult short-form video: clips, creators and hashtags. Read-only, no API key. installs: remote:https://nuditok.com/mcp detail: https://mcpindex.ai/server/com-nuditok-nuditok - OfflineCreator Studio (com.offlinecreatorstudio/mcp@0.1.2) Create images and videos with OfflineCreator Studio through OAuth or the npm stdio server. installs: npm:@offlinecreator/mcp | remote:https://mcp.offlinecreatorstudio.com/mcp detail: https://mcpindex.ai/server/com-offlinecreatorstudio-mcp - ParcelLaunch — 3D property listings from an address (com.parcellaunch/parcellaunch@1.0.1) Turn a US address or parcel number into an interactive 3D flyover listing in about a minute. installs: remote:https://parcellaunch.com/mcp detail: https://mcpindex.ai/server/com-parcellaunch-parcellaunch - Picsart GenAI (com.picsart.api/gen-ai@1.25.6) Generate and edit images, videos, and audio with 150+ models from 20+ vendors. installs: remote:https://api.picsart.com/gen-ai/mcp detail: https://mcpindex.ai/server/com-picsart-api-gen-ai - PrintYourDuck Quote (com.printyourduck/quote@0.1.1) Find and submit local 3D print files for manual PrintYourDuck quote review. installs: npm:@printyourduck/mcp | remote:https://printyourduck.com/api/mcp detail: https://mcpindex.ai/server/com-printyourduck-quote - PrismClip Automatic Video Clipping (com.prismclip/prismclip@1.0.0) Create evidence-backed video clips from owned recordings through PrismClip's OAuth-connected MCP. installs: remote:https://prismclip.com/mcp detail: https://mcpindex.ai/server/com-prismclip-prismclip - Prizmad (com.prizmad/mcp-server@2.0.3) Generate AI UGC video ads from any product URL — avatars, voiceover, OAuth Connect. installs: npm:@prizmad/mcp-server | remote:https://prizmad.com/api/mcp detail: https://mcpindex.ai/server/com-prizmad-mcp-server - com.pulsemcp/image-diff (com.pulsemcp/image-diff@0.1.3) MCP server for programmatic image comparison and visual diff generation. installs: npm:@pulsemcp/image-diff-mcp-server detail: https://mcpindex.ai/server/com-pulsemcp-image-diff - com.pulsemcp/svg-tracer (com.pulsemcp/svg-tracer@0.1.3) MCP server for converting bitmap images to SVG vector graphics using potrace tracing. installs: npm:@pulsemcp/svg-tracer-mcp-server detail: https://mcpindex.ai/server/com-pulsemcp-svg-tracer - com.puppetry/mcp-server (com.puppetry/mcp-server@0.1.1) Turn a portrait photo and a script into a talking-head AI video via the Puppetry API. installs: npm:@puppetry.com/mcp-server detail: https://mcpindex.ai/server/com-puppetry-mcp-server - com.qencode/qencode (com.qencode/qencode@1.1.0) Create amazing video experiences with the Qencode API, straight from your AI assistant. installs: remote:https://mcp.qencode.com/mcp detail: https://mcpindex.ai/server/com-qencode-qencode - Quriov (com.quriovai/quriov@1.0.0) Create and manage AI image and video generations through Quriov's fixed public MCP tools. installs: remote:https://quriovai.com/mcp/v1 detail: https://mcpindex.ai/server/com-quriovai-quriov - Rendobar (com.rendobar/mcp@1.11.0) Transform video, audio and images, and generate media from prompts. FFmpeg, captions, models. installs: npm:@rendobar/mcp | remote:https://api.rendobar.com/mcp detail: https://mcpindex.ai/server/com-rendobar-mcp - Roboflow (Official) (com.roboflow/roboflow-mcp@1.0.3) Roboflow computer vision for AI agents: datasets, annotation, versioning, workflows, inference. installs: remote:https://mcp.roboflow.com/mcp detail: https://mcpindex.ai/server/com-roboflow-roboflow-mcp - Sapiens Sintéticos (com.sapiensinteticos/sapiens@1.51.1) Operate your Sapiens Sintéticos AI studio: generate image, article, voice, music and video. installs: npm:sapiens-mcp | remote:https://www.sapiensinteticos.com/api/mcp/mcp detail: https://mcpindex.ai/server/com-sapiensinteticos-sapiens - com.selfielabstudio/selfielab (com.selfielabstudio/selfielab@1.0.0) Generate and edit AI images and videos with SelfieLab's creative tools. installs: remote:https://selfielabstudio.com/api/mcp detail: https://mcpindex.ai/server/com-selfielabstudio-selfielab - com.shortgenius/shortgenius (com.shortgenius/shortgenius@0.4.0) Generate AI short-form videos and auto-publish them to TikTok, YouTube, Instagram, Facebook and X. installs: remote:https://app.shortgenius.com/api/mcp detail: https://mcpindex.ai/server/com-shortgenius-shortgenius - SnapOG OG Image Generator (com.snapog/snapog@1.0.1) Give agents instant OG image generation, social metadata audits, and rendering guidance. installs: remote:https://snapog.com/mcp detail: https://mcpindex.ai/server/com-snapog-snapog - SOAPNoteAPI (com.soapnoteapi/soapnoteapi-mcp@0.1.1) Generate clinical SOAP notes, billing codes, and visit summaries from transcripts or audio. installs: npm:soapnoteapi-mcp detail: https://mcpindex.ai/server/com-soapnoteapi-soapnoteapi-mcp - Splark (com.splark/splark@1.0.0) Async video interviews: send a link, get short video answers with transcripts and AI captions. installs: remote:https://api.splark.com/mcp detail: https://mcpindex.ai/server/com-splark-splark - Ssemble AI Clipping (com.ssemble/mcp-server@1.1.3) Create AI-powered short-form video clips from YouTube videos. Supports webhook callbacks. installs: npm:@ssemble/mcp-server | remote:https://mcp.ssemble.com/mcp detail: https://mcpindex.ai/server/com-ssemble-mcp-server - stagenth · 图片工具箱 (com.stagenth/img-kit@1.1.0) Image toolkit: resize, compress, crop, watermark, convert, rotate, EXIF read/strip. installs: remote:https://stagenth.com/mcp/img-kit/ detail: https://mcpindex.ai/server/com-stagenth-img-kit - com.sunex/optics-mcp (com.sunex/optics-mcp@1.0.0) Search Sunex lenses and imager sensors, match compatible optics, get pricing. No API key needed. installs: remote:https://mcp.sunex-ai.com/sse detail: https://mcpindex.ai/server/com-sunex-optics-mcp - com.texttostl/texttostl (com.texttostl/texttostl@1.0.0) x402-paid tools: text to 3D-printable STL, web search, and search+read. USDC on Base. installs: remote:https://api.texttostl.com/mcp detail: https://mcpindex.ai/server/com-texttostl-texttostl - The Daily Smark (com.thedailysmark/wrestling@1.0.0) Pro-wrestling news, TV schedules, live events, videos and podcasts. Read-only, no auth. installs: remote:https://www.thedailysmark.com/mcp detail: https://mcpindex.ai/server/com-thedailysmark-wrestling - com.thenextgennexus/youtube-media-mcp-server (com.thenextgennexus/youtube-media-mcp-server@1.0.0) YouTube video search with transcript extraction as first-class output. installs: remote:https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/youtube-media-mcp-server/mcp detail: https://mcpindex.ai/server/com-thenextgennexus-youtube-media-mcp-server - Times Rare (com.timesrare/canvas@1.2.0) Public canvas where verified AI agents claim permanent image blocks to advertise services. installs: remote:https://timesrare.com/mcp/streamable-http detail: https://mcpindex.ai/server/com-timesrare-canvas - com.transcribevideototext/transcribe (com.transcribevideototext/transcribe@1.0.0) Transcribe audio & video to text for AI agents: 100+ languages, speaker labels, webhooks. installs: remote:https://mcp.transcribevideototext.com/mcp detail: https://mcpindex.ai/server/com-transcribevideototext-transcribe - com.transcriptmagic/transcript-magic (com.transcriptmagic/transcript-magic@1.0.0) Generate transcripts from YouTube, TikTok, Instagram, and Facebook videos. installs: remote:https://mcp.transcriptmagic.com/mcp detail: https://mcpindex.ai/server/com-transcriptmagic-transcript-magic - TranscriptMax (com.transcriptmax/transcriptmax@1.0.0) Transcribe YouTube via Whisper. Summaries, chapters, semantic-search across your corpus. installs: remote:https://api.transcriptmax.com/mcp detail: https://mcpindex.ai/server/com-transcriptmax-transcriptmax - TranslateSheet (com.translatesheet/mcp@1.0.1) Accurate, brand-controlled translation for text, code, images, and documents with terminology. installs: remote:https://mcp.translatesheet.com/mcp detail: https://mcpindex.ai/server/com-translatesheet-mcp - TruthScan (com.truthscan/truthscan@1.0.0) Detect whether an image is AI-generated or real, with an AI-probability score and confidence. installs: remote:https://truthscan.com/api/mcp detail: https://mcpindex.ai/server/com-truthscan-truthscan - Reel Estate MCP (com.tryreelestate/reel-estate-mcp@0.3.5) Turn real-estate listing photos into property videos from your AI assistant. installs: npm:reel-estate-mcp detail: https://mcpindex.ai/server/com-tryreelestate-reel-estate-mcp - TubeChop (com.tubechop/mcp@0.1.0) Create shareable clips from public YouTube videos using exact start and end times. installs: remote:https://tubechop.com/mcp detail: https://mcpindex.ai/server/com-tubechop-mcp - com.ugcpocket/ugc-pocket (com.ugcpocket/ugc-pocket@1.2.0) Promote your app or software with UGC creator videos. Agent drafts the campaign, a human funds it. installs: remote:https://ugcpocket.com/mcp detail: https://mcpindex.ai/server/com-ugcpocket-ugc-pocket - com.valossa/video-assistant-mcp (com.valossa/video-assistant-mcp@1.0.0) Video analysis AI: transcripts, summaries, visual scenes/shots, clips, answers in natural language. installs: remote:https://mcp-assistant.valossa.com/mcp detail: https://mcpindex.ai/server/com-valossa-video-assistant-mcp - com.vevang/agents (com.vevang/agents@1.0.0) Hire Vevang's AI agents, pay-per-call in USDC on Base via x402: video, visibility, verify, extract installs: remote:https://mcp.vevang.com/mcp detail: https://mcpindex.ai/server/com-vevang-agents - Vidmoat (com.vidmoat/vidmoat@1.0.0) AI video editor: create projects, edit timelines, add captions and effects, and render videos. installs: remote:https://api.vidmoat.com/api/mcp detail: https://mcpindex.ai/server/com-vidmoat-vidmoat - YouTube Transcript Downloader (com.youtubetranscriptdownload/transcripts@1.0.0) Clean YouTube transcripts for agents: single videos, channels, playlists, plus AI caption cleanup. installs: remote:https://youtubetranscriptdownload.com/api/mcp detail: https://mcpindex.ai/server/com-youtubetranscriptdownload-transcripts - HonestQR (com.zalize.qr/honestqr@1.0.0) Generate static QR codes (URL, WiFi, vCard, pixel art) and decode QR images. Codes never expire. installs: remote:https://qr.zalize.com/mcp detail: https://mcpindex.ai/server/com-zalize-qr-honestqr - Zernote (com.zernote/zernote@1.0.0) User research workspace to transcribe interviews and turn conversations into insights. installs: remote:https://zernote.com/mcp detail: https://mcpindex.ai/server/com-zernote-zernote - audioknihy.cz Catalog (cz.audioknihy/catalog@0.3.0) Czech audiobook catalog MCP server. Search 12 000+ titles + compare prices across 5 partners. installs: remote:https://audioknihy.cz/api/mcp detail: https://mcpindex.ai/server/cz-audioknihy-catalog - dev.agentbrush/mcp-server (dev.agentbrush/mcp-server@1.1.1) On-brand image generation (product shots, app icons, OG cards, sprites) for AI coding agents. installs: npm:@agentbrush/mcp-server detail: https://mcpindex.ai/server/dev-agentbrush-mcp-server - dev.clipkit/clipkit (dev.clipkit/clipkit@1.0.0) MCP server for Clipkit — gives AI agents a video toolbox via the Clipkit schema. installs: remote:https://www.clipkit.dev/mcp detail: https://mcpindex.ai/server/dev-clipkit-clipkit - Goodeye (dev.goodeye/goodeye@0.19.2) Design, save, and run outcome-aligned AI workflows and verifiers, with reliable image output. installs: remote:https://mcp.goodeye.dev/mcp detail: https://mcpindex.ai/server/dev-goodeye-goodeye - SpatialPack — 3D asset readiness (dev.spatialpack/mcp@0.1.0) Test whether 3D assets survive Apple Quick Look and Safari , then fix what fails installs: npm:@spatialpack/mcp detail: https://mcpindex.ai/server/dev-spatialpack-mcp - Tinify image tools (dev.tinify/mcp@0.1.7) Compress, resize, crop, and convert images with the Tinify.dev API from any MCP client. installs: npm:@tinify-dev/mcp detail: https://mcpindex.ai/server/dev-tinify-mcp - dev.voicemode/voicemode (dev.voicemode/voicemode@8.12.0) Natural voice conversations for AI assistants - STT/TTS via MCP installs: pypi:voice-mode detail: https://mcpindex.ai/server/dev-voicemode-voicemode - dev.waxberry/live-translate-mcp (dev.waxberry/live-translate-mcp@0.1.6) MCP server for local speech translation (EN ↔ 中文) via Whisper + Claude + Piper installs: npm:live-translate-mcp detail: https://mcpindex.ai/server/dev-waxberry-live-translate-mcp - 3dCMS (info.3dcms/mcp@1.0.0) Build a real 3D website by chatting: pages, models and text in space, published to a live URL. installs: remote:https://3dcms.info/mcp detail: https://mcpindex.ai/server/info-3dcms-mcp - AudioAlpha (io.audioalpha.www/mcp@1.0.0) Financial podcast intelligence platform — sentiment, narrative, and asset signals from 100+ podcasts installs: remote:https://www.audioalpha.io/api/mcp detail: https://mcpindex.ai/server/io-audioalpha-www-mcp - Dadan (io.dadan/dadan@1.0.0) Screen recording & video platform: search, share, transcribe, translate videos & AI meeting notes installs: remote:https://mcp.dadan.io/mcp detail: https://mcpindex.ai/server/io-dadan-dadan - FrameLane (io.framelane/framelane@1.0.0) Render video and run AI media tasks from a single declarative JSON request. installs: remote:https://mcp.framelane.io/mcp detail: https://mcpindex.ai/server/io-framelane-framelane - DemoStudio (io.github.32bitsret/demostudio@0.1.2) Generate short-form video ads for Instagram Reels and TikTok from any AI assistant. installs: npm:@demostudio/mcp-server detail: https://mcpindex.ai/server/io-github-32bitsret-demostudio - Video Generation Cost Estimator (io.github.702Exec/agent-data-platform@1.0.0) Video generation cost estimates across providers, with provenance, freshness, and confidence. installs: remote:https://agent-data-platform.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-702exec-agent-data-platform - Claude KVM (io.github.ARAS-Workspace/claude-kvm@2.0.12) MCP server — control remote desktops via VNC with a native Swift daemon and Apple Vision OCR installs: npm:claude-kvm detail: https://mcpindex.ai/server/io-github-aras-workspace-claude-kvm - io.github.AceDataCloud/mcp-fish (io.github.AceDataCloud/mcp-fish@2026.8.10.0) MCP server exposing the AceDataCloud Fish Audio API (text-to-speech with voice conditioning) installs: pypi:mcp-fish | remote:https://fish.mcp.acedata.cloud/mcp detail: https://mcpindex.ai/server/io-github-acedatacloud-mcp-fish - io.github.AceDataCloud/mcp-flux-pro (io.github.AceDataCloud/mcp-flux-pro@2026.8.11.0) MCP server for Flux AI image generation installs: pypi:mcp-flux-pro | remote:https://flux.mcp.acedata.cloud/mcp detail: https://mcpindex.ai/server/io-github-acedatacloud-mcp-flux-pro - io.github.AceDataCloud/mcp-grok (io.github.AceDataCloud/mcp-grok@2026.8.10.0) MCP server for Grok Imagine AI video generation installs: pypi:mcp-grok | remote:https://grok.mcp.acedata.cloud/mcp detail: https://mcpindex.ai/server/io-github-acedatacloud-mcp-grok - io.github.AceDataCloud/mcp-hailuo (io.github.AceDataCloud/mcp-hailuo@2026.7.30.0) MCP server for Hailuo (MiniMax) AI video generation installs: pypi:mcp-hailuo | remote:https://hailuo.mcp.acedata.cloud/mcp detail: https://mcpindex.ai/server/io-github-acedatacloud-mcp-hailuo - io.github.AceDataCloud/mcp-kling (io.github.AceDataCloud/mcp-kling@2026.8.10.0) MCP server for Kling AI video generation installs: pypi:mcp-kling | remote:https://kling.mcp.acedata.cloud/mcp detail: https://mcpindex.ai/server/io-github-acedatacloud-mcp-kling - io.github.AceDataCloud/mcp-luma (io.github.AceDataCloud/mcp-luma@2026.8.10.0) MCP server for Luma Dream Machine AI video generation installs: pypi:mcp-luma | remote:https://luma.mcp.acedata.cloud/mcp detail: https://mcpindex.ai/server/io-github-acedatacloud-mcp-luma - io.github.AceDataCloud/mcp-maestro (io.github.AceDataCloud/mcp-maestro@2026.8.11.1) Produce complete AI videos from a brief with Maestro installs: pypi:mcp-maestro | remote:https://maestro.mcp.acedata.cloud/mcp detail: https://mcpindex.ai/server/io-github-acedatacloud-mcp-maestro - Midjourney (io.github.AceDataCloud/mcp-midjourney@2026.8.10.0) MCP server for Midjourney AI image generation and editing installs: pypi:mcp-midjourney | remote:https://midjourney.mcp.acedata.cloud/mcp detail: https://mcpindex.ai/server/io-github-acedatacloud-mcp-midjourney - io.github.AceDataCloud/mcp-minimax (io.github.AceDataCloud/mcp-minimax@2026.8.10.0) MCP server for MiniMax H3 multimodal video generation installs: pypi:mcp-minimax | remote:https://minimax.mcp.acedata.cloud/mcp detail: https://mcpindex.ai/server/io-github-acedatacloud-mcp-minimax - io.github.AceDataCloud/mcp-nanobanana-pro (io.github.AceDataCloud/mcp-nanobanana-pro@2026.8.10.0) MCP server for NanoBanana AI image generation and editing installs: pypi:mcp-nanobanana-pro | remote:https://nanobanana.mcp.acedata.cloud/mcp detail: https://mcpindex.ai/server/io-github-acedatacloud-mcp-nanobanana-pro - io.github.AceDataCloud/mcp-seedance (io.github.AceDataCloud/mcp-seedance@2026.7.30.1) MCP server for ByteDance Seedance AI video generation installs: pypi:mcp-seedance | remote:https://seedance.mcp.acedata.cloud/mcp detail: https://mcpindex.ai/server/io-github-acedatacloud-mcp-seedance - io.github.AceDataCloud/mcp-seedream-pro (io.github.AceDataCloud/mcp-seedream-pro@2026.8.10.1) MCP server for ByteDance Seedream AI image generation installs: pypi:mcp-seedream-pro | remote:https://seedream.mcp.acedata.cloud/mcp detail: https://mcpindex.ai/server/io-github-acedatacloud-mcp-seedream-pro - io.github.AceDataCloud/mcp-veo (io.github.AceDataCloud/mcp-veo@2026.8.9.0) MCP server for Google Veo AI video generation installs: pypi:mcp-veo | remote:https://veo.mcp.acedata.cloud/mcp detail: https://mcpindex.ai/server/io-github-acedatacloud-mcp-veo - io.github.AceDataCloud/mcp-wan (io.github.AceDataCloud/mcp-wan@2026.7.30.0) MCP server for Wan AI video generation installs: pypi:mcp-wan | remote:https://wan.mcp.acedata.cloud/mcp detail: https://mcpindex.ai/server/io-github-acedatacloud-mcp-wan - Bangermap (io.github.AdesiaHQ/bangermap-mcp@1.0.3) Find YouTube outliers, videos that beat their channel's own baseline, on your own free API key. installs: npm:bangermap-mcp detail: https://mcpindex.ai/server/io-github-adesiahq-bangermap-mcp - io.github.AdonaiVera/fiftyone-mcp-server (io.github.AdonaiVera/fiftyone-mcp-server@0.1.2) Control FiftyOne computer vision datasets through AI assistants using 80+ operators. installs: pypi:fiftyone-mcp-server detail: https://mcpindex.ai/server/io-github-adonaivera-fiftyone-mcp-server - AdsTurbo Creative MCP (io.github.AdsTurbo/adsturbo-creative-mcp@0.1.5) Local-only MCP server and CLI for AI video ad briefs, UGC scripts, storyboards, and prompts. installs: npm:adsturbo-creative-mcp detail: https://mcpindex.ai/server/io-github-adsturbo-adsturbo-creative-mcp - io.github.AetherWave-Studio/aetherwave-mcp (io.github.AetherWave-Studio/aetherwave-mcp@0.2.6) Music, image, video and audio generation across top AI providers - one key, one credit pool. installs: npm:@aetherwave-studio/mcp detail: https://mcpindex.ai/server/io-github-aetherwave-studio-aetherwave-mcp - Storyflo (io.github.Alisammour/storyflo-mcp@1.2.0) Curated audio news, daily briefings, the Declassified library + market-linked signals. installs: remote:https://api.storyflo.com/mcp/v1 detail: https://mcpindex.ai/server/io-github-alisammour-storyflo-mcp - io.github.Anil-matcha/muapi (io.github.Anil-matcha/muapi@1.0.1) Generate images, videos, and audio using 100+ AI models via muapi.ai. installs: npm:muapi-mcp-server detail: https://mcpindex.ai/server/io-github-anil-matcha-muapi - io.github.Archivarix-com/tube-search-mcp (io.github.Archivarix-com/tube-search-mcp@1.0.4) Search archived YouTube videos including deleted, private, or region-blocked content. installs: npm:tube-search-mcp detail: https://mcpindex.ai/server/io-github-archivarix-com-tube-search-mcp - Snapgrab (io.github.ArkNill/snapgrab@0.1.0) URL to screenshot with metadata. Python MCP server. Claude Vision optimized. installs: pypi:snapgrab detail: https://mcpindex.ai/server/io-github-arknill-snapgrab - Smasher Studio — AI Fashion Design (io.github.Atenkai/smasher-studio@1.0.0) AI fashion design — product photos, videos, tech packs, colorways & fabric sims. installs: remote:https://www.smasher.studio/mcp/mcp detail: https://mcpindex.ai/server/io-github-atenkai-smasher-studio - io.github.AvivK5498/agenthook (io.github.AvivK5498/agenthook@1.0.0) Character-consistent UGC video, images, and captions from any MCP client, via the AgentHook API. installs: npm:@getagenthook/mcp detail: https://mcpindex.ai/server/io-github-avivk5498-agenthook - io.github.Bishop81/imagedimensions-mcp (io.github.Bishop81/imagedimensions-mcp@0.1.1) Audit a web page's images: natural vs rendered sizes, oversized detection, and formats. installs: npm:imagedimensions-mcp detail: https://mcpindex.ai/server/io-github-bishop81-imagedimensions-mcp - io.github.BoraGkc/ghost-publisher (io.github.BoraGkc/ghost-publisher@0.7.0) Local-first MCP server for safe Ghost posts, Pages, scheduling, images, and publishing. installs: npm:ghost-publisher-mcp detail: https://mcpindex.ai/server/io-github-boragkc-ghost-publisher - SEO Page Analyzer (io.github.Br0ski777/seo-analyzer@1.2.0) SEO audit any URL: meta tags, headings, links, images, Schema.org, score 0-100. x402. installs: remote:https://seo-analyzer.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-seo-analyzer - io.github.BrightWayAI/video-analyzer (io.github.BrightWayAI/video-analyzer@0.1.2) Analyze videos: extract frames, transcribe audio, generate storyboard breakdowns. installs: pypi:video-analyzer-mcp detail: https://mcpindex.ai/server/io-github-brightwayai-video-analyzer - io.github.CSOAI-ORG/image-metadata-ai-mcp (io.github.CSOAI-ORG/image-metadata-ai-mcp@1.0.4) image-metadata-ai-mcp MCP server by MEOK AI Labs installs: pypi:image-metadata-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-image-metadata-ai-mcp - io.github.CSOAI-ORG/video-editing-ai-mcp (io.github.CSOAI-ORG/video-editing-ai-mcp@1.0.9) Video Editing Ai MCP server. Tools: split scenes, generate subtitles, thumbnail data. Built by MEOK installs: pypi:video-editing-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-video-editing-ai-mcp - io.github.CSOAI-ORG/voice-audio-mcp (io.github.CSOAI-ORG/voice-audio-mcp@1.0.9) Voice Audio MCP server. Tools: text to speech, list voices, transcribe. Built by MEOK AI Labs. installs: pypi:voice-audio-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-voice-audio-mcp - Oh My Cassette (io.github.Cassette-Editor/oh-my-cassette@0.4.14) Chat-driven AI video montage: beat-synced cuts, auto-matched music, subtitles, transitions. installs: manual detail: https://mcpindex.ai/server/io-github-cassette-editor-oh-my-cassette - Clipform (io.github.Clipform/mcp-server@2.4.0) Interactive video forms that capture authentic responses. Build engaging forms in minutes. installs: npm:@clipform/mcp-server | remote:https://mcp.clipform.io detail: https://mcpindex.ai/server/io-github-clipform-mcp-server - io.github.CodeCraftersLLC/local-voice-mcp (io.github.CodeCraftersLLC/local-voice-mcp@0.1.5) Give your MCP clients the ability to speak by running local voice models using Chatterbox TTS installs: npm:@codecraftersllc/local-voice-mcp detail: https://mcpindex.ai/server/io-github-codecraftersllc-local-voice-mcp - io.github.Continuum-AI-Corp/orcadub-mcp-server (io.github.Continuum-AI-Corp/orcadub-mcp-server@1.4.0) AI video dubbing via OrcaRouter (model orca/dub): upload a video or URL, poll, download the MP4. installs: npm:@orcadub/cli detail: https://mcpindex.ai/server/io-github-continuum-ai-corp-orcadub-mcp-server - io.github.CryptoLibertus/myvideogift (io.github.CryptoLibertus/myvideogift@1.0.2) Create and deliver personalized video gifts (photos + an original song) from any agent. installs: npm:myvideogift-mcp detail: https://mcpindex.ai/server/io-github-cryptolibertus-myvideogift - io.github.Distribea/distribea-mcp (io.github.Distribea/distribea-mcp@2.1.0) Generate images, video, music and voice from your CLI or AI agent. On-brand AI media toolkit. installs: npm:distribea-mcp | remote:https://distribea.com/api/mcp/remote detail: https://mcpindex.ai/server/io-github-distribea-distribea-mcp - DECIMER MCP Server (io.github.DocMinus/decimer-mcp-server@0.1.4) MCP server for DECIMER image-to-SMILES chemical structure recognition installs: pypi:decimer-mcp-server detail: https://mcpindex.ai/server/io-github-docminus-decimer-mcp-server - io.github.Embassy-of-the-Free-Mind/source-library (io.github.Embassy-of-the-Free-Mind/source-library@4.3.0) Search 22,000+ rare pre-modern texts with AI English translations, summaries, and 73K+ images. installs: npm:@source-library/mcp-server detail: https://mcpindex.ai/server/io-github-embassy-of-the-free-mind-source-library - CrispASR Agent Transcriber (io.github.EmiyaKatuz/crispasr-agent-transcriber@0.4.0) Transcribe and understand local audio/video with CrispASR and local models only. installs: pypi:crispasr-agent-transcriber detail: https://mcpindex.ai/server/io-github-emiyakatuz-crispasr-agent-transcriber - 3D-MeshWeaver (io.github.Evozim/3d-meshweaver@1.0.0) Mesh spatial optimizer reducing geometric overhead in 3D assets. installs: remote:https://3d-meshweaver-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-3d-meshweaver - Deepfake-Lens (io.github.Evozim/deepfake-lens@1.0.0) Forensic image analyzer detecting facial and visual anomalies. installs: remote:https://deepfake-lens-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-deepfake-lens - Deepfake-Sentinel (io.github.Evozim/deepfake-sentinel@1.0.0) Media forensic analyzer auditing audio and video authenticity. installs: remote:https://deepfake-sentinel-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-deepfake-sentinel - Remotion-Factory (io.github.Evozim/render-stream@1.0.0) Automated Remotion audiovisual production and render controller. installs: remote:https://render-stream-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-render-stream - ThreeJS Weaver (io.github.Evozim/threejs-weaver@1.0.0) 3D graphic mesh generator and WebGL scene builder. installs: remote:https://threejs-weaver-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-threejs-weaver - TrustVision (io.github.Evozim/trust-vision@1.0.0) C2PA standard visual authenticity scanner and metadata auditor. installs: remote:https://trust-vision-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-trust-vision - Aegis-Privacy-MCP (io.github.Evozim/zero-leak@1.0.0) PII and secrets sanitization gateway with advanced OCR merging logic. installs: remote:https://zero-leak-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-zero-leak - Imagcon (io.github.Explorer-64/imagcon-mcp@0.2.5) Generate PWA icon sets and iOS splash screens from a text prompt or an existing image. installs: remote:https://mcp.imagcon.app/ detail: https://mcpindex.ai/server/io-github-explorer-64-imagcon-mcp - io.github.Gandr-AI/gandr-mcp (io.github.Gandr-AI/gandr-mcp@0.1.7) Gandr TTS: 146 ms client / 116 ms server warm first audio. installs: pypi:gandr-mcp detail: https://mcpindex.ai/server/io-github-gandr-ai-gandr-mcp - GlianaAI (io.github.Gliana-Labs/gliana-ai-mcp@0.3.2) Pay-per-call AI: 59 generative models (image, video, music, speech). No signup, no API key. installs: npm:gliana-ai-mcp detail: https://mcpindex.ai/server/io-github-gliana-labs-gliana-ai-mcp - Tolstoy Studio (io.github.GoTolstoy/studio@1.0.0) Generate marketing videos and images in chat with Tolstoy Studio's AI creative director. installs: remote:https://apilb.gotolstoy.com/mcp/v1/mcp detail: https://mcpindex.ai/server/io-github-gotolstoy-studio - Stock Image MCP (io.github.Hasilt/images-mcp@0.1.6) Search and download stock images from Unsplash, Pexels, Pixabay, Freepik, StockVault, and Burst installs: pypi:stock-image-mcp detail: https://mcpindex.ai/server/io-github-hasilt-images-mcp - SlideMaster (io.github.Headdao/slidemaster-mcp@1.6.0) Create AI presentation videos with slides, narration, TTS audio, and MP4 export from any topic. installs: npm:@slidemaster/mcp-server detail: https://mcpindex.ai/server/io-github-headdao-slidemaster-mcp - io.github.IDTitanium/clippy (io.github.IDTitanium/clippy@1.0.0) AI agents can Create rooms and store/retrieve text and images, and hand link to humans no sign-up. installs: remote:https://useclippy.cc/mcp detail: https://mcpindex.ai/server/io-github-idtitanium-clippy - io.github.IPv6/mcp-transcribe (io.github.IPv6/mcp-transcribe@1.0.5) MCP-Transcribe server allows LLMs to interact with the text content of audio/video files installs: manual detail: https://mcpindex.ai/server/io-github-ipv6-mcp-transcribe - hypruse (io.github.IlyasKhallouki/hypruse@0.9.4) Computer use for Hyprland: semantic desktop state over IPC, plus vision and native input installs: pypi:hypruse detail: https://mcpindex.ai/server/io-github-ilyaskhallouki-hypruse - io.github.IvanMurzak/Unity-MCP (io.github.IvanMurzak/Unity-MCP@0.17.1) Make 3D games in Unity Engine with AI. MCP Server + Plugin for Unity Editor and Unity games. installs: docker:docker.io/ivanmurzakdev/unity-mcp-server:0.17.1 detail: https://mcpindex.ai/server/io-github-ivanmurzak-unity-mcp - io.github.JXUE0/opencut-controller (io.github.JXUE0/opencut-controller@1.30.0) Professional MCP server for video editing automation with OpenCut. installs: npm:opencut-controller detail: https://mcpindex.ai/server/io-github-jxue0-opencut-controller - MCP Test Utils (io.github.JeenyJAI/mcp-test-utils@3.10.1) Desktop UI automation for AI agents: screenshots, windows, mouse, keyboard, UI Automation, OCR installs: manual detail: https://mcpindex.ai/server/io-github-jeenyjai-mcp-test-utils - YouTube Video Summarizer (pay-per-call) (io.github.JonTelep/summarize-vid@0.6.0) Summarize YouTube videos or fetch transcripts. Pay-per-call via x402 (USDC on Base), no account. installs: remote:https://mcp.sumvid.app/mcp detail: https://mcpindex.ai/server/io-github-jontelep-summarize-vid - io.github.JuzzyDee/audio-analyzer (io.github.JuzzyDee/audio-analyzer@1.0.0) Gives LLMs ears. Spectral, harmonic, rhythm, stereo, and structural audio analysis. installs: manual detail: https://mcpindex.ai/server/io-github-juzzydee-audio-analyzer - io.github.Karniej/vidnotes (io.github.Karniej/vidnotes@0.2.0) Turn any video into transcripts, summaries, chapters, and comparisons for your AI agent. installs: npm:@vidnotes/mcp-server detail: https://mcpindex.ai/server/io-github-karniej-vidnotes - Kinocut (io.github.KyaniteLabs/kinocut@1.13.2) Guardrailed video editing for AI agents: FFmpeg, captions, effects, Hyperframes, and receipts. installs: pypi:kinocut detail: https://mcpindex.ai/server/io-github-kyanitelabs-kinocut - mcp-video (io.github.KyaniteLabs/mcp-video@1.6.0) Guardrailed video editing MCP server: FFmpeg tools for subtitles, audio, effects, Hyperframes. installs: pypi:mcp-video detail: https://mcpindex.ai/server/io-github-kyanitelabs-mcp-video - ImmoStage Virtual Staging (io.github.LarryWalkerDEV/immostage@1.0.0) AI virtual staging for real estate — stage rooms, beautify floor plans, classify images. installs: remote:https://mcp.immostage.ai/api/mcp detail: https://mcpindex.ai/server/io-github-larrywalkerdev-immostage - io.github.Lucid-Systems-LLC/lucid-apple-mcp (io.github.Lucid-Systems-LLC/lucid-apple-mcp@0.3.0) On-device Apple Intelligence as MCP tools for macOS — OCR, tables, entity detection, generation. installs: npm:lucid-apple-mcp detail: https://mcpindex.ai/server/io-github-lucid-systems-llc-lucid-apple-mcp - Furniture Designer (io.github.LuisEnVilla/furniture-designer-mcp@0.1.3) Professional furniture design: specs, validation, cut optimization, BOM, and 3D reports. installs: pypi:furniture-designer-mcp detail: https://mcpindex.ai/server/io-github-luisenvilla-furniture-designer-mcp - Scribefy (io.github.MKirovBG/scribefy-mcp@0.3.5) Search YouTube, get video metadata, and extract timestamped transcripts for AI workflows. installs: npm:scribefy-mcp detail: https://mcpindex.ai/server/io-github-mkirovbg-scribefy-mcp - io.github.MarvinRey7879/framefetch (io.github.MarvinRey7879/framefetch@1.9.1) Any social-video URL → transcript, metadata, frames, OCR, summary, search, Q&A. MCP server + x402. installs: remote:https://framefetch.net/mcp detail: https://mcpindex.ai/server/io-github-marvinrey7879-framefetch - TechDraw AI (io.github.MeltFlexDevs/techdrawai@0.1.1) Photo to technical drawing, CAD-ready DXF and DWG, 3D models and product renders. installs: npm:techdrawai-mcp detail: https://mcpindex.ai/server/io-github-meltflexdevs-techdrawai - Modellix Agent Canvas (io.github.Modellix/agent-canvas@0.1.16) Local MCP canvas for Modellix image generation, editing, task recovery, and visual project work. installs: npm:@modellix/agent-canvas detail: https://mcpindex.ai/server/io-github-modellix-agent-canvas - io.github.MohamedAbdallah-14/prompt-to-asset (io.github.MohamedAbdallah-14/prompt-to-asset@0.4.2) Generate app icons, favicons, OG images, and logos by routing across 30+ image models. installs: npm:prompt-to-asset detail: https://mcpindex.ai/server/io-github-mohamedabdallah-14-prompt-to-asset - io.github.NOTTIBOY137/update-hijack-demo (io.github.NOTTIBOY137/update-hijack-demo@1.0.1) Demo: Server update hijack PoC (clean copy for video) installs: npm:@nottiboy1337/mcp-update-hijack-demo detail: https://mcpindex.ai/server/io-github-nottiboy137-update-hijack-demo - io.github.Omnipotent6/inkmotion (io.github.Omnipotent6/inkmotion@1.0.0) Turn a topic, URL, or document into a narrated, animated explainer video. installs: remote:https://mcp.inkmotion.app/mcp/ detail: https://mcpindex.ai/server/io-github-omnipotent6-inkmotion - OpenImageDebugger MCP (io.github.OpenImageDebugger/oid-mcp@0.3.5) MCP server giving AI agents eyes on OpenImageDebugger buffers in live gdb/lldb sessions installs: pypi:oid-mcp detail: https://mcpindex.ai/server/io-github-openimagedebugger-oid-mcp - io.github.PedroMarianoAlmeida/ffmpeg-mcp (io.github.PedroMarianoAlmeida/ffmpeg-mcp@1.0.2) FFmpeg video/audio tools: cut, convert, concat, remove silence, and raw commands. installs: npm:ffmpeg-mcp-server detail: https://mcpindex.ai/server/io-github-pedromarianoalmeida-ffmpeg-mcp - EverAlice Studio (io.github.Pixel-Aly/EverAlice-AI-MCP@1.0.3) AI listing workflow for Etsy sellers: listings, images, mockups, KDP copy & ad copy. 14 tools. installs: remote:https://kfdadgtwmcmgehstagbe.supabase.co/functions/v1/mcp-server detail: https://mcpindex.ai/server/io-github-pixel-aly-everalice-ai-mcp - io.github.Psalmustrack/lambdacad-mcp (io.github.Psalmustrack/lambdacad-mcp@1.1.1) AI drafting in BricsCAD on Linux: 105 tools, 2D + 3D solids, STL export, via a pure AutoLISP bridge installs: manual detail: https://mcpindex.ai/server/io-github-psalmustrack-lambdacad-mcp - io.github.RECERQA/rq-scan (io.github.RECERQA/rq-scan@1.2.1) MCP Server for RQ-SCAN - AI-powered document OCR and data extraction platform installs: npm:rq-scan-mcp detail: https://mcpindex.ai/server/io-github-recerqa-rq-scan - Nova3D (io.github.RareSense/Nova3D@0.4.0) Structured, part-aware 3D generation for AI agents. Named-part GLB, preview URL, Blender script. installs: pypi:nova3d-mcp detail: https://mcpindex.ai/server/io-github-raresense-nova3d - io.github.RayAKaan/ocular-audio-mcp (io.github.RayAKaan/ocular-audio-mcp@1.1.2) MCP server for video transcripts, screenshots, and OCR on YouTube and web videos. installs: npm:ocular-audio-mcp detail: https://mcpindex.ai/server/io-github-rayakaan-ocular-audio-mcp - Red Hat Lightspeed MCP (io.github.RedHatInsights/insights-mcp@1.0.34+fe787c6c) Model Context Protocol server for Red Hat Lightspeed - advisor, image builder, inventory, and more installs: docker:ghcr.io/redhatinsights/red-hat-lightspeed-mcp detail: https://mcpindex.ai/server/io-github-redhatinsights-insights-mcp - io.github.RudrenduPaul/continuityguard (io.github.RudrenduPaul/continuityguard@0.1.7) Wraps the ContinuityGuard CLI as a single generic MCP tool for video-clip continuity scans. installs: pypi:continuityguard-cli detail: https://mcpindex.ai/server/io-github-rudrendupaul-continuityguard - io.github.Runware/mcp (io.github.Runware/mcp@1.3.2) Access the full Runware API as MCP tools: image, video, audio, 3D, and text. installs: npm:@runware/mcp detail: https://mcpindex.ai/server/io-github-runware-mcp - io.github.RyanKramer/pixelpanda-mcp (io.github.RyanKramer/pixelpanda-mcp@0.1.1) 31 image tools: free local editing, AI background removal, and product photos installs: pypi:pixelpanda-mcp detail: https://mcpindex.ai/server/io-github-ryankramer-pixelpanda-mcp - io.github.Saga-Labs/dora-mcp (io.github.Saga-Labs/dora-mcp@1.0.0) Multi-model AI image and video generator. 14 models behind one OAuth-secured MCP endpoint. installs: remote:https://doravideo.com/mcp detail: https://mcpindex.ai/server/io-github-saga-labs-dora-mcp - reMarkable MCP Server (io.github.SamMorrowDrums/remarkable@1.0.0) Access your reMarkable tablet - read documents, browse files, extract text and OCR installs: pypi:remarkable-mcp detail: https://mcpindex.ai/server/io-github-sammorrowdrums-remarkable - SuperCMO (io.github.SupercmoHQ/supercmo@0.1.9) Marketing media generation — image, video, voice — for AI agents. BYO keys. installs: pypi:supercmo-skills detail: https://mcpindex.ai/server/io-github-supercmohq-supercmo - io.github.Swih/mistral-mcp (io.github.Swih/mistral-mcp@0.8.2) Mistral AI MCP server: chat, OCR, Voxtral audio, Codestral FIM, vision, agents, batch. installs: npm:mistral-mcp detail: https://mcpindex.ai/server/io-github-swih-mistral-mcp - Image Reader MCP (io.github.SylphxAI/image-reader-mcp@0.1.0) Evidence-first image MCP. Agent Media Twin with metadata and citeable OCR evidence. installs: npm:@sylphx/image-reader-mcp detail: https://mcpindex.ai/server/io-github-sylphxai-image-reader-mcp - Video Reader MCP (io.github.SylphxAI/video-reader-mcp@0.1.0) Evidence-first video MCP. Timeline document with ffprobe streams and subtitle cues. installs: npm:@sylphx/video-reader-mcp detail: https://mcpindex.ai/server/io-github-sylphxai-video-reader-mcp - io.github.Synclub-tech/synclub-dxt (io.github.Synclub-tech/synclub-dxt@0.6.0) SynClub MCP Server for AI-powered comic creation with script generation and image tools installs: manual detail: https://mcpindex.ai/server/io-github-synclub-tech-synclub-dxt - Chutes Media MCP (io.github.TheStreamCode/chutes-media-mcp@2.0.5) Generate image, video, music and speech through Chutes and save assets into your project. installs: npm:chutes-media-mcp detail: https://mcpindex.ai/server/io-github-thestreamcode-chutes-media-mcp - io.github.TopLocalAI/layerback-mcp (io.github.TopLocalAI/layerback-mcp@0.1.2) Convert diagram images into fully editable Visio (VSDX), PowerPoint, draw.io, and SVG files. installs: npm:layerback-mcp detail: https://mcpindex.ai/server/io-github-toplocalai-layerback-mcp - MediaEngine (io.github.Tr1ckyMag1ca1/mediaengine@1.0.3) AI image, video, and audio generation for MCP — one API key, every model, wiring never changes. installs: npm:mcp-media-engine detail: https://mcpindex.ai/server/io-github-tr1ckymag1ca1-mediaengine - PicoBerry (io.github.UModeler/picoberry-mcp@0.1.3) Generate game-ready 3D models, images, and animations. Multi-engine, one API. installs: npm:@picoberry/mcp-server detail: https://mcpindex.ai/server/io-github-umodeler-picoberry-mcp - io.github.VCoder25/vugola-mcp (io.github.VCoder25/vugola-mcp@1.4.0) Clip videos into captioned shorts, add captions & schedule posts — from Claude, ChatGPT, Cursor. installs: npm:vugola-mcp | remote:https://www.vugolaai.com/api/mcp detail: https://mcpindex.ai/server/io-github-vcoder25-vugola-mcp - io.github.Vovala14/vynly-mcp (io.github.Vovala14/vynly-mcp@0.3.3) Publish AI images & carousels to Vynly, the AI-only social feed. Verified provenance, no signup. installs: npm:@vynly/mcp detail: https://mcpindex.ai/server/io-github-vovala14-vynly-mcp - Avocado AI (io.github.Wandersonjack/avocado@1.2.0) Generate AI images, videos, music, SFX & speech in any AI assistant. Results appear inline in chat. installs: remote:https://mcp.avocadoai.co detail: https://mcpindex.ai/server/io-github-wandersonjack-avocado - io.github.Whitemarmot/markly (io.github.Whitemarmot/markly@1.2.0) Add text or logo watermarks to images via the Markly.cloud API. Batch supported. installs: npm:markly-mcp-server detail: https://mcpindex.ai/server/io-github-whitemarmot-markly - Video Loom (io.github.Wolflangis/video-loom@0.1.0) Turn audio or text into a finished AI music video: narrative, multi-provider clips, final cut. installs: remote:https://app.videoloom.studio/mcp detail: https://mcpindex.ai/server/io-github-wolflangis-video-loom - Bilibili MCP Server (io.github.XZXZZX-Ai/bilibili-mcp@1.11.4) Bilibili MCP tool for video metadata, transcripts, subtitles, and comment summarization installs: npm:@xzxzzx/bilibili-mcp detail: https://mcpindex.ai/server/io-github-xzxzzx-ai-bilibili-mcp - Zark Creative Media (io.github.Zarklab-AI/zark-media@1.0.0) Create and edit creator-ready images and videos with Zark. installs: remote:https://api.zarklab.ai/v1/mcp detail: https://mcpindex.ai/server/io-github-zarklab-ai-zark-media - io.github.Zuga-luga/Zugabot (io.github.Zuga-luga/Zugabot@1.1.0) AI dev tools + image generation, paid per-use with USDC on Base (x402). installs: remote:https://brain.zugabot.ai/mcp detail: https://mcpindex.ai/server/io-github-zuga-luga-zugabot--86d13df2d83db940 - CodePic (io.github.abelce/codepic@1.0.0) AI agent draws editable hand-drawn diagrams (flowchart, ER, architecture) via MCP, not static images installs: remote:https://codepic.cc/api/mcp/mcp detail: https://mcpindex.ai/server/io-github-abelce-codepic - Pixel Agent (io.github.absharma9796/pixel-agent@1.0.1) Convert images to PNG, JPEG, WebP, or AVIF through one public remote MCP tool. installs: remote:https://pixel-agent.for-ai-agents.workers.dev/mcp/official-registry detail: https://mcpindex.ai/server/io-github-absharma9796-pixel-agent - io.github.adebayojuwon200-pixel/layergen-mcp (io.github.adebayojuwon200-pixel/layergen-mcp@0.3.0) Layergen 3D model generation, retexture, and repair — for Claude Desktop and any MCP host. installs: npm:@layergen/mcp detail: https://mcpindex.ai/server/io-github-adebayojuwon200-pixel-layergen-mcp - io.github.aernouddekker/facetimemcp (io.github.aernouddekker/facetimemcp@0.1.1) MCP server for macOS FaceTime — initiate phone, FaceTime audio, and FaceTime video calls installs: npm:@aernoud/facetimemcp detail: https://mcpindex.ai/server/io-github-aernouddekker-facetimemcp - io.github.afferens/mcp-server (io.github.afferens/mcp-server@0.2.1) Real-time physical perception for AI agents — vision, spatial, acoustic, environmental installs: npm:@afferens/mcp-server detail: https://mcpindex.ai/server/io-github-afferens-mcp-server - io.github.ahmaddioxide/image-resolver (io.github.ahmaddioxide/image-resolver@0.2.0) MCP server for context-aware royalty-free image search from Pexels and Unsplash installs: npm:@ahmaddioxide/mcp-image-resolver detail: https://mcpindex.ai/server/io-github-ahmaddioxide-image-resolver - io.github.aidc2026ai-melon/aidc-mcp-server (io.github.aidc2026ai-melon/aidc-mcp-server@0.2.2) AIDC MCP for OPR/BOD sizing, validation, and rackPlan layout from the shared 3D graph. installs: npm:aidc-mcp-server detail: https://mcpindex.ai/server/io-github-aidc2026ai-melon-aidc-mcp-server - Piranha Vision & DevTools (io.github.albermm/piranha-vision@1.0.0) BJJ video analysis — YOLO pose detection, AI technique analysis, and highlight reels. installs: remote:https://pi.phos.nz/mcp/ detail: https://mcpindex.ai/server/io-github-albermm-piranha-vision - io.github.alichherawalla/video-overlay-kit (io.github.alichherawalla/video-overlay-kit@1.0.0) Animated b-roll overlays for short-form video. Paste a script, get an mp4. Free, MIT, local. installs: npm:@alichherawalla/video-overlay-kit detail: https://mcpindex.ai/server/io-github-alichherawalla-video-overlay-kit - io.github.allenlu0409/agent-lagoon-mcp (io.github.allenlu0409/agent-lagoon-mcp@0.4.0) Check your AI agent into a lobster resort archipelago. Chat, bottles, guilds. Watch live in 3D. installs: npm:agent-lagoon-mcp detail: https://mcpindex.ai/server/io-github-allenlu0409-agent-lagoon-mcp - io.github.amitsha86/furlen-mcp (io.github.amitsha86/furlen-mcp@0.1.3) Turn a CSV or a named public dataset into an animated chart video, figures re-checked first. installs: npm:furlen-mcp detail: https://mcpindex.ai/server/io-github-amitsha86-furlen-mcp - io.github.amitsingh-24/pixlint (io.github.amitsingh-24/pixlint@1.1.0) Lint, curate & prepare computer-vision datasets from your AI assistant — MCP server, 67 tools installs: pypi:pixlint detail: https://mcpindex.ai/server/io-github-amitsingh-24-pixlint - io.github.amortegui84/printscale-mcp (io.github.amortegui84/printscale-mcp@1.0.2) Upscale images to print-ready files (TIFF/PNG/JPG) via PrintScale. installs: npm:printscale-mcp detail: https://mcpindex.ai/server/io-github-amortegui84-printscale-mcp - SatMCP (io.github.andretheronsa/satmcp@1.0.0) Find recent or archived satellite imagery for any place on Earth by location and date. installs: remote:https://satmcp.com/mcp/ detail: https://mcpindex.ai/server/io-github-andretheronsa-satmcp - io.github.andrew-ji-cupix/cupix-compass (io.github.andrew-ji-cupix/cupix-compass@1.0.0) Explore and analyze Cupix construction site data: 360 images, progress, and insights. installs: remote:https://7qc1f4ft9d.execute-api.us-west-2.amazonaws.com/mcp detail: https://mcpindex.ai/server/io-github-andrew-ji-cupix-cupix-compass - Facebook Publisher (io.github.anthonyjbolo/mcp-fb-publisher@0.1.1) Safe Facebook Pages publishing with brand-voice, image-required & anti-duplication checks. installs: pypi:mcp-fb-publisher detail: https://mcpindex.ai/server/io-github-anthonyjbolo-mcp-fb-publisher - SEO Tools: XMLRiver SERP (Google + Yandex) (io.github.antohins/seo-tools-mcp-xmlriver@1.7.0) Google & Yandex SERP, image/news verticals and URL indexation checks via XMLRiver (read-only). installs: npm:seo-tools-mcp-xmlriver detail: https://mcpindex.ai/server/io-github-antohins-seo-tools-mcp-xmlriver - io.github.arslan2012/qpost-mcp (io.github.arslan2012/qpost-mcp@0.2.0) MCP server for QPost — lets AI agents publish video and image posts to YouTube, TikTok, Instagram. installs: npm:qpost-mcp detail: https://mcpindex.ai/server/io-github-arslan2012-qpost-mcp - io.github.artokun/comfyui-mcp (io.github.artokun/comfyui-mcp@0.4.1) MCP server + Claude Code plugin for ComfyUI: run workflows, generate images, manage models & VRAM. installs: npm:comfyui-mcp detail: https://mcpindex.ai/server/io-github-artokun-comfyui-mcp - io.github.aruuhii2yo/maxion-mcp-gateway (io.github.aruuhii2yo/maxion-mcp-gateway@16.4.0) CPU telemetry & benchmarking, SHA-256 hashing, AES-256-GCM storage, AI video/image via Nova. installs: remote:https://5pu357jdkqc3qynzkjvu3okgqy0ncsiy.lambda-url.us-east-1.on.aws/mcp detail: https://mcpindex.ai/server/io-github-aruuhii2yo-maxion-mcp-gateway - webfetch (io.github.ashlrai/webfetch@0.1.5) License-first federated image search with attribution, dimensions, and download tooling. installs: npm:getwebfetch-mcp detail: https://mcpindex.ai/server/io-github-ashlrai-webfetch - io.github.asume21/webear (io.github.asume21/webear@1.2.4) Give your AI coding assistant ears — capture, analyze, and describe live audio. installs: npm:webear detail: https://mcpindex.ai/server/io-github-asume21-webear - Social Commerce Intelligence (io.github.atul0016/social-commerce-intelligence@0.1.1) Creator ROI, video conversion, trends, affiliate, and social commerce intelligence. installs: pypi:social-commerce-intelligence-mcp | docker:docker.io/atulhritik/social-commerce-intelligence-mcp:0.1.0 detail: https://mcpindex.ai/server/io-github-atul0016-social-commerce-intelligence - io.github.avclabs/enhance-mcp (io.github.avclabs/enhance-mcp@0.1.17) HTTP MCP Client-Server for video enhancement API installs: npm:@avclabs.ai/enhance-mcp detail: https://mcpindex.ai/server/io-github-avclabs-enhance-mcp - io.github.avclabs/media-mcp (io.github.avclabs/media-mcp@0.2.0) MCP Server for video enhancement and image segmentation (SAM3) installs: npm:@avclabs.ai/media-mcp detail: https://mcpindex.ai/server/io-github-avclabs-media-mcp - avots (io.github.avotsai/avots-mcp@1.0.0) Image, video, audio, face-swap, talking avatars and chat across 300+ AI models, one balance. installs: remote:https://mcp.avots.ai/ detail: https://mcpindex.ai/server/io-github-avotsai-avots-mcp - io.github.bcllcc/modulor (io.github.bcllcc/modulor@0.7.1) Agent-native CAD: draw plans, model 3D, render checks, export DXF/SVG/STL/GLB/IFC, import DXF. installs: pypi:modulor detail: https://mcpindex.ai/server/io-github-bcllcc-modulor - io.github.beeswaxpat/ffmpeg-render-pro (io.github.beeswaxpat/ffmpeg-render-pro@1.5.1) Parallel video rendering tools: detect GPU encoders, render, color grade, merge audio, concat. installs: npm:ffmpeg-render-pro detail: https://mcpindex.ai/server/io-github-beeswaxpat-ffmpeg-render-pro - io.github.beznazwiska/codetoimage-mcp-server (io.github.beznazwiska/codetoimage-mcp-server@0.2.0) Pixel-perfect HTML/CSS to PNG/JPG/WebP for AI agents — inline image or 24h hosted URL. installs: npm:@codetoimage/mcp-server detail: https://mcpindex.ai/server/io-github-beznazwiska-codetoimage-mcp-server - FLUX (io.github.black-forest-labs/flux-mcp@1.0.0) Official FLUX MCP server. Generate, edit, vary, and browse images from Black Forest Labs. installs: remote:https://mcp.bfl.ai detail: https://mcpindex.ai/server/io-github-black-forest-labs-flux-mcp - io.github.bluecolumnconsulting-lgtm/bluecolumn-memory (io.github.bluecolumnconsulting-lgtm/bluecolumn-memory@1.1.0) Persistent semantic memory API for AI agents with Audio Intelligence. installs: npm:bluecolumn-mcp detail: https://mcpindex.ai/server/io-github-bluecolumnconsulting-lgtm-bluecolumn-memory - PodLearn (io.github.blutrich/podlearn@1.0.0) Search 4M+ podcasts & YouTube, transcribe any episode, search transcripts, generate AI lessons. installs: remote:https://httiyebjgxxwtgggkpgw.supabase.co/functions/v1/mcp-server-streamable detail: https://mcpindex.ai/server/io-github-blutrich-podlearn - FreeCAD MCP (io.github.blwfish/freecad-mcp@7.2.0) Control FreeCAD from Claude — 3D modeling, PartDesign, CAM toolpaths, and more via 30+ tools. installs: docker:ghcr.io/blwfish/freecad-mcp:latest detail: https://mcpindex.ai/server/io-github-blwfish-freecad-mcp - NSFW Image Detector (io.github.bookyo/nsfw-image-detector@1.0.0) NSFWJS-based image safety detector (GIF/APNG/WebP/JPEG/PNG). installs: remote:https://elysiatools.com/mcp/sse?toolId=nsfw-image-detector detail: https://mcpindex.ai/server/io-github-bookyo-nsfw-image-detector - io.github.boska/vox (io.github.boska/vox@1.0.0) Native macOS MCP server for voice I/O — Swift binary, SFSpeechRecognizer + ElevenLabs TTS. installs: manual detail: https://mcpindex.ai/server/io-github-boska-vox - Image to SVG (io.github.botmonster/image2svg-mcp@1.0.1) MCP server that converts raster images (PNG/JPG/WEBP) to SVG vector format installs: pypi:image2svg-mcp detail: https://mcpindex.ai/server/io-github-botmonster-image2svg-mcp - io.github.brac/meshcheck-mcp (io.github.brac/meshcheck-mcp@0.1.1) Deterministic validation, rendering, and inspection of GLB/glTF 3D models via the meshcheck API. installs: npm:meshcheck-mcp detail: https://mcpindex.ai/server/io-github-brac-meshcheck-mcp - io.github.brajendrak00068/levea-mcp-server (io.github.brajendrak00068/levea-mcp-server@0.3.0) Autonomous AI video editor over MCP: viral clips, captions, reframe, chroma key, MP4 export installs: npm:levea-mcp-server detail: https://mcpindex.ai/server/io-github-brajendrak00068-levea-mcp-server - io.github.brave/brave-search-mcp-server (io.github.brave/brave-search-mcp-server@2.1.0) Brave Search MCP Server: web results, images, videos, rich results, AI summaries, and more. installs: npm:@brave/brave-search-mcp-server detail: https://mcpindex.ai/server/io-github-brave-brave-search-mcp-server - io.github.burningion/video-editing-mcp (io.github.burningion/video-editing-mcp@1.0.1) MCP Server for Video Jungle - Analyze, Search, Generate, and Edit Videos installs: pypi:video-editor-mcp detail: https://mcpindex.ai/server/io-github-burningion-video-editing-mcp - io.github.carsxe/carsxe-mcp (io.github.carsxe/carsxe-mcp@1.0.0) MCP server for CarsXE vehicle data: VIN, specs, history, images, recalls, and OBD codes. installs: remote:https://mcp.carsxe.com/mcp detail: https://mcpindex.ai/server/io-github-carsxe-carsxe-mcp - aether studio — AI Image Generation, Editing & Creative Workflow (io.github.chaehomie/aether-studio@1.1.0) Generate, edit, and explore AI images. Flux, Imagen, LoRA identity swap, upscale, and more. installs: remote:https://knoll-api-d9hkgrape3dtadgy.z03.azurefd.net/mcp detail: https://mcpindex.ai/server/io-github-chaehomie-aether-studio - io.github.charlesrapp/pruna (io.github.charlesrapp/pruna@0.1.1) Ultra-fast image generation, editing, upscaling, and video generation via Pruna AI. installs: pypi:pruna-mcp-server detail: https://mcpindex.ai/server/io-github-charlesrapp-pruna - io.github.chicogong/ffvoice (io.github.chicogong/ffvoice@0.8.3) Offline speech-to-text & speaker diarization MCP server: transcribe audio on-device, no cloud installs: pypi:ffvoice detail: https://mcpindex.ai/server/io-github-chicogong-ffvoice - ClipForge (io.github.chriphil70/clipforge@1.0.1) Trim, watermark, extract audio, and convert video to 9:16 vertical via API or MCP server. installs: remote:https://budding-retrograde--clipforge.apify.actor/mcp detail: https://mcpindex.ai/server/io-github-chriphil70-clipforge - Clipia (io.github.clipia-ai/clipia-mcp@1.0.2) Generate AI images, video, speech, music and presentations from Claude, ChatGPT and Cursor. installs: remote:https://mcp.clipia.ai/mcp detail: https://mcpindex.ai/server/io-github-clipia-ai-clipia-mcp - Cloudinary Asset Management (io.github.cloudinary/asset-management-mcp@0.8.1) Upload, organize, search, and transform images, videos, and files with AI-powered tools. installs: npm:@cloudinary/asset-management-mcp | docker:docker.io/cloudinary/asset-management-mcp:0.8.1 | remote:https://asset-management.mcp.cloudinary.com/mcp detail: https://mcpindex.ai/server/io-github-cloudinary-asset-management-mcp - Clipboard (io.github.cmeans/mcp-clipboard@2.6.1) Read and write the system clipboard — tables, text, code, JSON, URLs, images, and more. installs: pypi:mcp-clipboard detail: https://mcpindex.ai/server/io-github-cmeans-mcp-clipboard - io.github.code-with-brian/vettly (io.github.code-with-brian/vettly@0.1.0) Content moderation for AI applications. Moderate text, images, and video with configurable policies. installs: manual detail: https://mcpindex.ai/server/io-github-code-with-brian-vettly - io.github.codeChap/grok-chat (io.github.codeChap/grok-chat@0.2.0) MCP server for the xAI Grok API — chat, vision, search, and embeddings installs: manual detail: https://mcpindex.ai/server/io-github-codechap-grok-chat - io.github.codeChap/grok-image (io.github.codeChap/grok-image@0.1.0) MCP server for Grok image generation and editing installs: manual detail: https://mcpindex.ai/server/io-github-codechap-grok-image - io.github.codeChap/grok-video (io.github.codeChap/grok-video@0.2.0) MCP server for Grok video — text-to-video, image-to-video, and video editing installs: manual detail: https://mcpindex.ai/server/io-github-codechap-grok-video - io.github.codeChap/pexels (io.github.codeChap/pexels@0.1.0) MCP server for Pexels — search photos and videos, and browse collections installs: manual detail: https://mcpindex.ai/server/io-github-codechap-pexels - io.github.codespar/mcp-caf (io.github.codespar/mcp-caf@0.1.2) MCP server for Caf — Brazilian KYC/KYB: face auth + liveness, document OCR, orchestrated onboarding installs: npm:@codespar/mcp-caf detail: https://mcpindex.ai/server/io-github-codespar-mcp-caf - io.github.codespar/mcp-certta (io.github.codespar/mcp-certta@0.1.2) MCP server for Certta — Brazilian KYC/KYB: biometrics, OCR, ICP-Brasil e-signature, onboarding installs: npm:@codespar/mcp-certta detail: https://mcpindex.ai/server/io-github-codespar-mcp-certta - io.github.codespar/mcp-safrapay (io.github.codespar/mcp-safrapay@0.2.0-alpha.3) MCP server for Safrapay — Banco Safra acquirer: credit, Pix, boleto + split, 3DS, chargebacks installs: npm:@codespar/mcp-safrapay detail: https://mcpindex.ai/server/io-github-codespar-mcp-safrapay - io.github.codespar/mcp-unico (io.github.codespar/mcp-unico@0.2.0-alpha.3) MCP server for Unico — Brazilian identity + KYC: CPF/CNPJ, OCR, face match, liveness, PEP/watchlists installs: npm:@codespar/mcp-unico detail: https://mcpindex.ai/server/io-github-codespar-mcp-unico - Content Credentials (C2PA) (io.github.contentauth/c2pa-mcp@0.2.0) Read and verify Content Credentials (C2PA) from images and media using the c2pa Rust SDK installs: manual detail: https://mcpindex.ai/server/io-github-contentauth-c2pa-mcp - Swarm Tips — Earn, Spend, and Discover for AI Agents (io.github.corsur/swarm-tips@0.3.0) 51 tools: on-chain verified tasks, staked games, x402 video, MCP search, agent reputation. installs: remote:https://mcp.swarm.tips/mcp detail: https://mcpindex.ai/server/io-github-corsur-swarm-tips - Audio File MCP App (io.github.counterpoint-studio/audio-file-mcp-app@1.1.0) Inspect local audio files — playback, metadata, loudness, spectrogram. installs: npm:@counterpoint-studio/audio-file-mcp-app detail: https://mcpindex.ai/server/io-github-counterpoint-studio-audio-file-mcp-app - io.github.crawde/xmorf (io.github.crawde/xmorf@1.0.2) AI image editing and generation via xmorf API. Edit, generate, and list models. installs: npm:mcp-xmorf detail: https://mcpindex.ai/server/io-github-crawde-xmorf - ShortsMonkey YouTube Outlier Research (io.github.cuilinhao/shortsmonkey-youtube-outlier-research@0.2.0) Find YouTube outliers, daily viral Shorts, and analyze video performance. installs: remote:https://mcp.shortsmonkey.com/mcp detail: https://mcpindex.ai/server/io-github-cuilinhao-shortsmonkey-youtube-outlier-research - GenflowAI (io.github.cwjgege/genflowai@0.1.0) Run GenflowAI templates and AI creative workflows for ecommerce visuals, UGC ads, and videos. installs: remote:https://www.genflowai.io/mcp detail: https://mcpindex.ai/server/io-github-cwjgege-genflowai - io.github.cyanheads/libofcongress-mcp-server (io.github.cyanheads/libofcongress-mcp-server@0.2.16) Search LOC digital collections, Chronicling America newspapers (full OCR), and LC Subject Headings. installs: npm:@cyanheads/libofcongress-mcp-server detail: https://mcpindex.ai/server/io-github-cyanheads-libofcongress-mcp-server - io.github.cyanheads/macos-mcp-server (io.github.cyanheads/macos-mcp-server@0.1.4) Control macOS system settings, apps, windows, audio, displays, screenshots, and Focus mode via MCP. installs: npm:@cyanheads/macos-mcp-server detail: https://mcpindex.ai/server/io-github-cyanheads-macos-mcp-server - io.github.cyanheads/met-museum-mcp-server (io.github.cyanheads/met-museum-mcp-server@0.2.5) MET Museum collection via MCP — 500K+ artworks, metadata, provenance, open-access images. installs: npm:@cyanheads/met-museum-mcp-server | remote:https://met-museum.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-met-museum-mcp-server - io.github.cyanheads/openlibrary-mcp-server (io.github.cyanheads/openlibrary-mcp-server@0.2.3) Search books and authors, fetch editions, browse subjects, and resolve cover images. installs: npm:@cyanheads/openlibrary-mcp-server | remote:https://openlibrary.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-openlibrary-mcp-server - io.github.cyanheads/protein-mcp-server (io.github.cyanheads/protein-mcp-server@1.0.3) MCP Server for 3D protein structural data retrieval & analysis from RCSB PDB, PDBe, and UniProt. installs: npm:protein-mcp-server detail: https://mcpindex.ai/server/io-github-cyanheads-protein-mcp-server - io.github.cyanheads/smithsonian-mcp-server (io.github.cyanheads/smithsonian-mcp-server@0.3.5) Search 14.5M Smithsonian Open Access objects, get CC0 images, find cross-collection connections. installs: npm:@cyanheads/smithsonian-mcp-server | remote:https://smithsonian.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-smithsonian-mcp-server - io.github.daedalus/mcp-stl (io.github.daedalus/mcp-stl@0.1.0) MCP server for editing STL 3D model files installs: pypi:mcp-stl detail: https://mcpindex.ai/server/io-github-daedalus-mcp-stl - io.github.dailyaiagents-cpu/founder-letter-audio (io.github.dailyaiagents-cpu/founder-letter-audio@0.1.0) Renders a Cooper-edited founder letter to MP3 via ElevenLabs TTS installs: manual detail: https://mcpindex.ai/server/io-github-dailyaiagents-cpu-founder-letter-audio - yt-mem-ai (io.github.dasein108/yt-mem-ai@0.6.3) Local YouTube memory: transcribe, embed and search videos, with summaries and highlights. installs: pypi:yt-mem-ai detail: https://mcpindex.ai/server/io-github-dasein108-yt-mem-ai - io.github.david-eve-za/nvidia-nim-mcp (io.github.david-eve-za/nvidia-nim-mcp@2.1.2) MCP server for NVIDIA NIM - 50+ LLMs, multimodal, image gen, embeddings, reranking installs: npm:nvidia-nim-mcp detail: https://mcpindex.ai/server/io-github-david-eve-za-nvidia-nim-mcp - deAPI MCP Server (io.github.deapi-ai/mcp-server-deapi@0.3.0) 35 AI tools for image/video generation, TTS, transcription, OCR & embeddings via deAPI installs: remote:https://mcp.deapi.ai/mcp detail: https://mcpindex.ai/server/io-github-deapi-ai-mcp-server-deapi - Motion Menu (io.github.dev55acc-ai/motion-menu@14.0.0) 596 motion/3D UI patterns as ready HTML/CSS/JS, served over MCP. Free tier + $149 lifetime. installs: remote:https://motion-menu-two.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-dev55acc-ai-motion-menu - io.github.developer-ishan/pexels (io.github.developer-ishan/pexels@1.0.2) MCP server for searching Pexels stock photos, videos, and curated collections. installs: npm:mcp-pexels detail: https://mcpindex.ai/server/io-github-developer-ishan-pexels - VULK (io.github.devjoaocastro/vulk-mcp-server@1.1.1) Generate, edit, and deploy immersive 3D/WebGL web projects from any MCP assistant. installs: npm:vulk-mcp-server | remote:https://mcp.vulk.dev/mcp detail: https://mcpindex.ai/server/io-github-devjoaocastro-vulk-mcp-server - io.github.divitkashyap/auto-skill-loader (io.github.divitkashyap/auto-skill-loader@1.0.1) Auto-loads skills into agent sessions. MiniMax vision and search proxy. installs: pypi:auto-skill-loader detail: https://mcpindex.ai/server/io-github-divitkashyap-auto-skill-loader - io.github.docdyhr/macwhisper-mcp-server (io.github.docdyhr/macwhisper-mcp-server@1.0.1) MacWhisper transcription for Claude Desktop. Fully local, no cloud, audio stays on your Mac. installs: pypi:macwhisper-mcp-server detail: https://mcpindex.ai/server/io-github-docdyhr-macwhisper-mcp-server - OGForge MCP (io.github.dpozimski/ogforge-mcp@1.2.0) Generate Open Graph images with themes and Lucide icons installs: npm:ogforge-mcp detail: https://mcpindex.ai/server/io-github-dpozimski-ogforge-mcp - io.github.dreliq9/adclip (io.github.dreliq9/adclip@0.1.1) Ad creative generation via MCP — copy and static images from a JSON brief. Keyless. installs: pypi:adclip detail: https://mcpindex.ai/server/io-github-dreliq9-adclip - CAiD MCP Server (io.github.dreliq9/caid-mcp@0.6.0) Validated 3D CAD modeling for AI agents via CAiD + OCCT. 107 tools across 22 modules. installs: pypi:caid-mcp detail: https://mcpindex.ai/server/io-github-dreliq9-caid-mcp - Voice Bridge (io.github.dwarmerdam/voice-bridge@0.1.5) Multi-engine TTS for AI coding assistants. 5 engines, free engine included. installs: npm:ai-voice-bridge | pypi:ai-voice-bridge detail: https://mcpindex.ai/server/io-github-dwarmerdam-voice-bridge - io.github.egocen-vivideo/vivideo (io.github.egocen-vivideo/vivideo@1.0.2) AI video generation via the Vivideo API: auto or manual mode, avatars, voices, brand kits. installs: npm:@vivideo/mcp | remote:https://api.vivideo.ai/mcp detail: https://mcpindex.ai/server/io-github-egocen-vivideo-vivideo - io.github.elestirelbilinc-sketch/vap-e (io.github.elestirelbilinc-sketch/vap-e@1.14.1) AI image, video & music generation. Flux, Veo 3.1, Suno V5. Free tier included. installs: remote:https://api.vapagent.com/mcp detail: https://mcpindex.ai/server/io-github-elestirelbilinc-sketch-vap-e - io.github.elibarnett/kie-mcp (io.github.elibarnett/kie-mcp@4.0.1) MCP for kie.ai: 45+ image, 70+ video, 20+ audio models with model intelligence installs: npm:kie-mcp detail: https://mcpindex.ai/server/io-github-elibarnett-kie-mcp - AI Diagram Maker (io.github.erajasekar/ai-diagram-maker-mcp@1.0.0) Generate software diagrams from natural language, code, ASCII, images, Mermaid. installs: npm:ai-diagram-maker-mcp detail: https://mcpindex.ai/server/io-github-erajasekar-ai-diagram-maker-mcp - OpenBrand (io.github.ethanjyx/openbrand@0.1.2) Extract brand assets (logos, colors, backdrop images, brand name) from any website URL installs: npm:openbrand-mcp detail: https://mcpindex.ai/server/io-github-ethanjyx-openbrand - Votura Tours (io.github.eugenelabonarsky/votura-tours@1.1.0) Search AI-powered audio tours and points of interest by city. Walking, cycling, and driving tours. installs: remote:https://api.votura.app/functions/v1/app_a0630e492b_mcp detail: https://mcpindex.ai/server/io-github-eugenelabonarsky-votura-tours - io.github.farukkolip/tiktapdown-mcp (io.github.farukkolip/tiktapdown-mcp@1.0.1) TikTok toolkit: download videos, niche hashtags, best posting times, viral hook formulas. installs: npm:tiktapdown-mcp detail: https://mcpindex.ai/server/io-github-farukkolip-tiktapdown-mcp - Image Tools - Background Removal, Upscaling & Face Restoration (io.github.fasuizu-br/image-tools@1.1.0) Background removal, 4x upscaling, and face restoration via GPU installs: remote:https://apim-ai-apis.azure-api.net/mcp/image/mcp detail: https://mcpindex.ai/server/io-github-fasuizu-br-image-tools - Voice Transcriber MCP Server (io.github.fgasparetto/voice-transcriber-mcp@2.0.1) MCP server for transcribing Google Chat voice messages using Groq Whisper API installs: pypi:voice-transcriber-mcp detail: https://mcpindex.ai/server/io-github-fgasparetto-voice-transcriber-mcp - io.github.followtz/mcp-utils (io.github.followtz/mcp-utils@1.0.1) Data processing tools: CSV, cleaning, stats, image, report, save, shell installs: manual detail: https://mcpindex.ai/server/io-github-followtz-mcp-utils - io.github.fonkychen/nature-vision-mcp (io.github.fonkychen/nature-vision-mcp@0.1.2) Identifies biological species, returning Latin names with confidence scores. installs: npm:@fonkychen/nature-vision-mcp detail: https://mcpindex.ai/server/io-github-fonkychen-nature-vision-mcp - io.github.forgemeshlabs/imagegen-mcp (io.github.forgemeshlabs/imagegen-mcp@1.0.0) AI image generation MCP — generate, bg removal, 4x upscale, or full pro pipeline. USDC/Base. installs: npm:forgemesh-imagegen detail: https://mcpindex.ai/server/io-github-forgemeshlabs-imagegen-mcp - Freebeat MCP (io.github.freebeatfit/freebeat-mcp@0.1.1) Freebeat MCP server for AI music videos, effects, and media uploads. installs: npm:freebeat-mcp detail: https://mcpindex.ai/server/io-github-freebeatfit-freebeat-mcp - io.github.gaopengbin/cesium-mcp-runtime (io.github.gaopengbin/cesium-mcp-runtime@1.139.2) AI-powered 3D globe control via MCP. Camera, layers, markers, spatial analysis with CesiumJS. installs: npm:cesium-mcp-runtime detail: https://mcpindex.ai/server/io-github-gaopengbin-cesium-mcp-runtime - io.github.gene12williams-design/getdigitalcraft-mcp-render (io.github.gene12williams-design/getdigitalcraft-mcp-render@1.0.1) Deterministic image rendering with exact typography. Pay per call in USDC, no account. installs: npm:getdigitalcraft-mcp-render detail: https://mcpindex.ai/server/io-github-gene12williams-design-getdigitalcraft-mcp-render - io.github.gentry-ai-bot/contentforge (io.github.gentry-ai-bot/contentforge@1.0.0) Content pipeline MCP server — image sourcing, SEO, affiliate links, and CMS publishing. installs: npm:contentforge-mcp detail: https://mcpindex.ai/server/io-github-gentry-ai-bot-contentforge - CutPro (io.github.getcutpro/cutpro@1.0.2) AI clips from long videos: analyze, clip, render and publish via the CutPro API. installs: npm:@cutpro/mcp | remote:https://mcp.cut.pro detail: https://mcpindex.ai/server/io-github-getcutpro-cutpro - Corent (io.github.gg13121/corent-mcp@0.4.2) Generate images and videos via the Corent API — auto model routing with provider fallback. installs: npm:corent-mcp detail: https://mcpindex.ai/server/io-github-gg13121-corent-mcp - Video Render MCP (io.github.globalion/video-render-mcp@1.0.0) Fireship-style short videos from a topic — Remotion motion graphics, word-timed captions, 1080p. installs: remote:https://video-render.regiq.in/api/mcp detail: https://mcpindex.ai/server/io-github-globalion-video-render-mcp - io.github.gregario/3dprint-oracle (io.github.gregario/3dprint-oracle@0.1.0) 3D printing filament and materials knowledge MCP server installs: npm:3dprint-oracle detail: https://mcpindex.ai/server/io-github-gregario-3dprint-oracle - io.github.gripforgeai/mcp (io.github.gripforgeai/mcp@0.1.2) Attach weapons and props to rigged 3D characters: hand-bone detection, fist close, engine binds. installs: npm:@gripforgeai/mcp detail: https://mcpindex.ai/server/io-github-gripforgeai-mcp - Pexels MCP Server (io.github.hanoak/pexels-mcp-server@1.0.1) MCP server for the Pexels API: search & fetch stock photos, videos, and collections. installs: npm:@hanoak/pexels-mcp-server detail: https://mcpindex.ai/server/io-github-hanoak-pexels-mcp-server - Visuals MCP (io.github.harrybin/visuals-mcp@1.6.0) MCP server for interactive visualizations: tables, images, trees, lists, master-detail installs: npm:@harrybin/visuals-mcp detail: https://mcpindex.ai/server/io-github-harrybin-visuals-mcp - Hermoso (io.github.hermoso-ai/hermoso@0.1.71) AI ad studio: ad research, image + video ads, publishing, campaigns. Each usable alone. 372 tools. installs: npm:hermoso | remote:https://app.hermoso.ai/mcp detail: https://mcpindex.ai/server/io-github-hermoso-ai-hermoso - xSkill AI (io.github.hexiaochun/xskill-ai@1.0.0) AI content generation with 50+ models: image, video, TTS, voice cloning, and more. installs: remote:https://api.xskill.ai/api/v3/mcp-http detail: https://mcpindex.ai/server/io-github-hexiaochun-xskill-ai - FFMPEG API (io.github.hifarrer/ffmpegapi@1.0.1) Hosted MCP tools for FFmpeg-style video and audio processing through FFMPEG API. installs: remote:https://mcp.ffmpegapi.net/mcp detail: https://mcpindex.ai/server/io-github-hifarrer-ffmpegapi - io.github.hoainho/podium-mcp (io.github.hoainho/podium-mcp@0.4.0) Mobile E2E MCP (51 tools): iOS + Android, native UI + canvas/WebGL, no-vision, RN debug installs: npm:podium-mcp detail: https://mcpindex.ai/server/io-github-hoainho-podium-mcp - io.github.holmesclaw-hash/dead-drop-content (io.github.holmesclaw-hash/dead-drop-content@0.1.1) Publish-ready articles on demand. Send a topic, get back SEO-optimized content with images. installs: npm:dead-drop-mcp detail: https://mcpindex.ai/server/io-github-holmesclaw-hash-dead-drop-content - HTML/CSS to Image (io.github.htmlcsstoimage/html-css-to-image@1.0.0) An MCP server for generating images from HTML & CSS or screenshots of URLs using htmlcsstoimage.com. installs: remote:https://mcp.hcti.io detail: https://mcpindex.ai/server/io-github-htmlcsstoimage-html-css-to-image - io.github.huangyunbin/soclip (io.github.huangyunbin/soclip@0.1.2) Social video URL to direct media links & metadata (TikTok, YouTube, Instagram, X) for AI workflows. installs: npm:soclip-mcp detail: https://mcpindex.ai/server/io-github-huangyunbin-soclip - io.github.huseyinstif/klaket-mcp (io.github.huseyinstif/klaket-mcp@0.7.1) Let AI agents watch videos: local transcripts, speakers, scenes, chapters and moment search installs: npm:klaket-mcp detail: https://mcpindex.ai/server/io-github-huseyinstif-klaket-mcp - io.github.ilovevideoeditor/mcp-server (io.github.ilovevideoeditor/mcp-server@1.0.0) Render videos from JSON with motion-design templates, effects and batch rendering installs: npm:@ilovevideoeditor/mcp-server detail: https://mcpindex.ai/server/io-github-ilovevideoeditor-mcp-server - io.github.img-src-io/mcp (io.github.img-src-io/mcp@0.2.5) MCP server for img-src.io Image CDN - upload, transform, and deliver images through AI assistants installs: npm:@img-src/mcp-server detail: https://mcpindex.ai/server/io-github-img-src-io-mcp - io.github.infoinlet-marketplace/mcp-image (io.github.infoinlet-marketplace/mcp-image@0.1.1) Image generation & editing for AI agents (Runware) — text-to-image, bg removal, upscale. installs: npm:@infoinlet/mcp-image detail: https://mcpindex.ai/server/io-github-infoinlet-marketplace-mcp-image - io.github.infoinlet-marketplace/mcp-jp-doc-intel (io.github.infoinlet-marketplace/mcp-jp-doc-intel@0.1.0) Japanese document AI for agents — invoice/meishi extraction, OCR, classification (hosted API). installs: npm:@infoinlet/mcp-jp-doc-intel detail: https://mcpindex.ai/server/io-github-infoinlet-marketplace-mcp-jp-doc-intel - CLIO Geo (io.github.iowarp/geo-mcp@2.2.3) MCP server for rendering GeoJSON vector layers into map images with basemaps installs: pypi:clio-kit detail: https://mcpindex.ai/server/io-github-iowarp-geo-mcp - io.github.irmasemma/postcopilot-mcp (io.github.irmasemma/postcopilot-mcp@1.0.1) Threads tools for AI — generate viral posts, download videos, export profiles installs: remote:https://postcopilot.ai/mcp detail: https://mcpindex.ai/server/io-github-irmasemma-postcopilot-mcp - io.github.isamu/mulmocast-vision (io.github.isamu/mulmocast-vision@1.0.1) Easy and stylish presentation slide generator. installs: npm:mulmocast-vision detail: https://mcpindex.ai/server/io-github-isamu-mulmocast-vision - FableMaker (io.github.itpofy2024o/fable-maker@1.60.0) AI story generator — create illustrated storybooks, AI songs, and short AI video films installs: remote:https://fable-maker.pendia-community.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-itpofy2024o-fable-maker - Mattalk (io.github.itpofy2024o/mattalk@1.60.0) AI story generator — create illustrated storybooks, AI songs, and short AI video films installs: remote:https://mattalk-agentic.pendia-community.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-itpofy2024o-mattalk - io.github.ivanantigravity-lgtm/seedance-polza-mcp-server (io.github.ivanantigravity-lgtm/seedance-polza-mcp-server@0.1.1) Seedance video generation MCP server for Polza.ai. installs: pypi:seedance-polza-mcp-server detail: https://mcpindex.ai/server/io-github-ivanantigravity-lgtm-seedance-polza-mcp-server - io.github.jackkatzman/genflik (io.github.jackkatzman/genflik@1.0.0) Create AI talking-avatar marketing videos from a script or product idea. installs: remote:https://genflik.com/api/mcp detail: https://mcpindex.ai/server/io-github-jackkatzman-genflik - Peelaway Image Editing (io.github.jakeloo/peelaway@1.0.0) Edit images over MCP with object removal, background removal, and guided generative edits. installs: remote:https://mcp.peelaway.io/mcp detail: https://mcpindex.ai/server/io-github-jakeloo-peelaway - io.github.james-see/mcp-drawthings (io.github.james-see/mcp-drawthings@1.1.2) MCP server for Draw Things - local AI image generation on Mac installs: npm:mcp-drawthings detail: https://mcpindex.ai/server/io-github-james-see-mcp-drawthings - md-vision (io.github.japlete/md-vision@0.2.1) Read markdown with inlined images and index headings for agentic RAG workflows. installs: npm:md-vision detail: https://mcpindex.ai/server/io-github-japlete-md-vision - io.github.jaygould/getpronto (io.github.jaygould/getpronto@1.0.2) Upload, transform, and manage images on Get Pronto from AI agents. installs: npm:getpronto-mcp detail: https://mcpindex.ai/server/io-github-jaygould-getpronto - Audiobookshelf MCP (io.github.jeeftor/abs-mcp@0.6.0) Inspect and safely operate Audiobookshelf libraries over MCP. installs: docker:ghcr.io/jeeftor/abs-mcp:0.6.0 detail: https://mcpindex.ai/server/io-github-jeeftor-abs-mcp - io.github.jkawamoto/mcp-florence2 (io.github.jkawamoto/mcp-florence2@0.4.0) An MCP server for processing images using Florence-2 installs: manual detail: https://mcpindex.ai/server/io-github-jkawamoto-mcp-florence2 - io.github.jkawamoto/mcp-youtube-transcript (io.github.jkawamoto/mcp-youtube-transcript@0.7.1) An MCP server retrieving transcripts of YouTube videos installs: manual detail: https://mcpindex.ai/server/io-github-jkawamoto-mcp-youtube-transcript - io.github.johnisanerd/google-maps-photos (io.github.johnisanerd/google-maps-photos@1.0.0) Google Maps place photos: image URLs, thumbnails, positions, and Street View panoramas. installs: remote:https://mcp.apify.com/?tools=johnvc/google-maps-photos-api detail: https://mcpindex.ai/server/io-github-johnisanerd-google-maps-photos - io.github.johnmci/ClaudeSmalltalk (io.github.johnmci/ClaudeSmalltalk@1.2.1) MCP server for AI interaction with live Smalltalk images installs: pypi:claude-smalltalk detail: https://mcpindex.ai/server/io-github-johnmci-claudesmalltalk - io.github.jolucashornung/live-translate-mcp (io.github.jolucashornung/live-translate-mcp@0.1.5) MCP server for local speech translation (EN ↔ 中文) via Whisper + Claude + Piper installs: npm:live-translate-mcp detail: https://mcpindex.ai/server/io-github-jolucashornung-live-translate-mcp - io.github.jonfishr/tronbyt-mcp (io.github.jonfishr/tronbyt-mcp@0.1.0) Control Tidbyt/Tronbyt LED displays: push text, images, and apps; brightness and night mode. installs: npm:tronbyt-mcp detail: https://mcpindex.ai/server/io-github-jonfishr-tronbyt-mcp - io.github.jonkludt/varosity (io.github.jonkludt/varosity@0.1.1) One key for AI video, voice, music, and image across 40+ frontier models. BYOK zero markup. installs: npm:@varosity/mcp-server | remote:https://varosity.ai/api/mcp detail: https://mcpindex.ai/server/io-github-jonkludt-varosity - Pic Gen (io.github.jqknono/pic-gen@1.3.1) Generate covers, Mermaid diagrams, cards, and terminal screenshots/images for AI workflows. installs: npm:pic-gen detail: https://mcpindex.ai/server/io-github-jqknono-pic-gen - io.github.jwulff/apple-voice-memo-mcp (io.github.jwulff/apple-voice-memo-mcp@0.1.1) Access Apple Voice Memos on macOS. List, get audio, extract and generate transcripts. installs: npm:apple-voice-memo-mcp detail: https://mcpindex.ai/server/io-github-jwulff-apple-voice-memo-mcp - io.github.kaitoy/nasa-images (io.github.kaitoy/nasa-images@1.1.3) MCP server with UI for NASA images installs: npm:@kaitoy/nasa-images-mcp-server detail: https://mcpindex.ai/server/io-github-kaitoy-nasa-images - Vyra (io.github.kale-eb/vyra@0.1.0) Edit video by talking to your AI — search footage, cut timelines, apply effects, add captions. installs: remote:https://api.usevyra.com/mcp detail: https://mcpindex.ai/server/io-github-kale-eb-vyra - Hoo MCP — AI Music Production Assistant (io.github.kimny1143/hoo-mcp@1.1.0) AI music production assistant — audio profiling, AI mixing sessions, and service inquiries. installs: remote:https://hoo-mcp.glasswerkskimny.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-kimny1143-hoo-mcp - io.github.korovin-aa97/talkthrough-mcp (io.github.korovin-aa97/talkthrough-mcp@0.2.6) Local MCP server: screen recordings into transcript, exact frames, OCR, wall-clock evidence. installs: pypi:talkthrough-mcp detail: https://mcpindex.ai/server/io-github-korovin-aa97-talkthrough-mcp - io.github.krakonjac300-pixel/agent-media-toolkit (io.github.krakonjac300-pixel/agent-media-toolkit@1.0.0) 15 media & data tools for AI agents: search, transcribe, subtitles, voiceover, translate & more. installs: remote:https://podcast-shorts-a2a-production.up.railway.app/mcp/ detail: https://mcpindex.ai/server/io-github-krakonjac300-pixel-agent-media-toolkit - AWT (AI Watch Tester) (io.github.ksgisang/awt@1.6.3) AI-powered E2E testing MCP server. Detects and auto-fixes UI bugs via DevQA Loop and Vision AI. installs: pypi:aat-devqa detail: https://mcpindex.ai/server/io-github-ksgisang-awt - io.github.lazyants/transkribus (io.github.lazyants/transkribus@3.0.0) MCP server for the Transkribus REST API — collections, documents, HTR/OCR, and models. installs: npm:@lazyants/transkribus-mcp-server detail: https://mcpindex.ai/server/io-github-lazyants-transkribus - io.github.letroi77/clipzyn-mcp (io.github.letroi77/clipzyn-mcp@1.0.0) Turn podcasts and long videos into ranked, finished short clips via the hosted ClipZyn API. installs: remote:https://clipzyn-mcp-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-letroi77-clipzyn-mcp - iFun (io.github.linhnnmt/ifun@1.0.0) Bilingual (VN/EN) jokes, quotes, fun facts and short videos from ifun.genai.io.vn. installs: remote:https://ifun.genai.io.vn/mcp detail: https://mcpindex.ai/server/io-github-linhnnmt-ifun - io.github.luke-fairbanks/broll (io.github.luke-fairbanks/broll@0.1.1) Content studio MCP for coding agents: BYO keys, deterministic video rendering, draft-first posting installs: npm:broll-mcp detail: https://mcpindex.ai/server/io-github-luke-fairbanks-broll - io.github.lumiclip/lumiclip (io.github.lumiclip/lumiclip@3.0.0) Turn YouTube videos into short-form clips from any AI assistant installs: npm:@lumiclip/mcp-server detail: https://mcpindex.ai/server/io-github-lumiclip-lumiclip - IGDB Games MCP by UnClick (io.github.malamutemayhem/igdb@0.1.0) Video game database: search games, companies, genres, and platforms via IGDB. By UnClick. installs: npm:@unclick/igdb-mcp detail: https://mcpindex.ai/server/io-github-malamutemayhem-igdb - RAWG Games MCP by UnClick (io.github.malamutemayhem/rawg@0.1.0) Search video games with detail, screenshots, genres, and upcoming releases from RAWG. By UnClick. installs: npm:@unclick/rawg-mcp detail: https://mcpindex.ai/server/io-github-malamutemayhem-rawg - YouTube MCP by UnClick (io.github.malamutemayhem/youtube@0.1.0) Search YouTube and get video, channel, playlist, and caption details. By UnClick. installs: npm:@unclick/youtube-mcp detail: https://mcpindex.ai/server/io-github-malamutemayhem-youtube - io.github.malkreide/srgssr-mcp (io.github.malkreide/srgssr-mcp@2.0.1) SRG SSR weather, video, audio, EPG, Polis installs: pypi:srgssr-mcp detail: https://mcpindex.ai/server/io-github-malkreide-srgssr-mcp - NOAA GOES Satellite Imagery MCP Server (io.github.mansurjisan/goes-mcp@0.1.2) GOES-18/19 satellite imagery — visible, infrared, water vapor, and composites via NOAA installs: pypi:goes-mcp detail: https://mcpindex.ai/server/io-github-mansurjisan-goes-mcp - MCP Audio Studio (io.github.mario-andreschak/mcp-audio-studio@0.2.2) A digital audio workstation MCP App with sequencing, mixing, effects, automation, and rendering. installs: npm:mcp-audio-studio detail: https://mcpindex.ai/server/io-github-mario-andreschak-mcp-audio-studio - io.github.mariokernich/imgflip-mcp (io.github.mariokernich/imgflip-mcp@1.0.1) Browse Imgflip meme templates and generate memes (caption images, AI memes) via the Imgflip API installs: npm:imgflip-mcp detail: https://mcpindex.ai/server/io-github-mariokernich-imgflip-mcp - io.github.mariorojasmz/apolo-cad (io.github.mariorojasmz/apolo-cad@0.1.0) Agent-native parametric 3D CAD: model machines, validate them and emit shop drawings installs: pypi:apolo-cad detail: https://mcpindex.ai/server/io-github-mariorojasmz-apolo-cad - io.github.matthew-b-simpson/echosaw (io.github.matthew-b-simpson/echosaw@1.1.0) Media intelligence analysis for audio, video, and images via the Echosaw MCP server. installs: npm:@echosaw/mcp-server detail: https://mcpindex.ai/server/io-github-matthew-b-simpson-echosaw - io.github.mazzzystar/whispernotes (io.github.mazzzystar/whispernotes@0.2.0) Search, read, and create speech-to-text transcripts on-device with the Whisper Notes Mac app. installs: manual detail: https://mcpindex.ai/server/io-github-mazzzystar-whispernotes - Social → Context (io.github.mcp-dir/socialdl-mcp@0.1.0) Turn a TikTok/Instagram/YouTube link into text for your AI: metadata, transcript and image OCR. installs: remote:https://api.mcp.ai/p_socialdl detail: https://mcpindex.ai/server/io-github-mcp-dir-socialdl-mcp - io.github.micro-JAY/twelvelabs-mcp-server (io.github.micro-JAY/twelvelabs-mcp-server@1.0.1) MCP server for ElevenLabs Conversational AI (not TwelveLabs video) — agents, KB, voices installs: npm:twelvelabs-mcp-server detail: https://mcpindex.ai/server/io-github-micro-jay-twelvelabs-mcp-server - io.github.miller-joe/comfyui-mcp (io.github.miller-joe/comfyui-mcp@0.2.1) MCP server for ComfyUI: text-to-image, variations, img2img refine, upscale, image proxy. installs: npm:@miller-joe/comfyui-mcp detail: https://mcpindex.ai/server/io-github-miller-joe-comfyui-mcp - ElevenLabs (io.github.mindstone/mcp-server-elevenlabs@0.5.1) ElevenLabs MCP server: TTS, music, sound effects, voices, and audio transcription installs: npm:@mindstone/mcp-server-elevenlabs detail: https://mcpindex.ai/server/io-github-mindstone-mcp-server-elevenlabs - Kling (io.github.mindstone/mcp-server-kling@0.4.1) Kling AI video generation MCP server for Model Context Protocol hosts installs: npm:@mindstone/mcp-server-kling detail: https://mcpindex.ai/server/io-github-mindstone-mcp-server-kling - OpusClip (io.github.mindstone/mcp-server-opus-video-clip@0.2.1) OpusClip MCP server — clip long-form videos, manage projects, collections, censor jobs, posts installs: npm:@mindstone/mcp-server-opus-video-clip detail: https://mcpindex.ai/server/io-github-mindstone-mcp-server-opus-video-clip - Runway ML (io.github.mindstone/mcp-server-runway@0.4.1) Runway ML MCP server: AI video, image, audio, voice generation, and task management installs: npm:@mindstone/mcp-server-runway detail: https://mcpindex.ai/server/io-github-mindstone-mcp-server-runway - io.github.mingyo186/partreel (io.github.mingyo186/partreel@1.0.0) Verified KiCad footprints, symbols & 3D models for AI agents. No signup, CC-BY-4.0, quality-gated. installs: remote:https://mcp.partreel.com/mcp detail: https://mcpindex.ai/server/io-github-mingyo186-partreel - Mixpeek (io.github.mixpeek/mcp-server@0.1.1) Give your agent eyes. Search video, images, and audio via the Mixpeek multimodal retrieval API. installs: npm:@mixpeek/mcp | pypi:mixpeek-mcp detail: https://mcpindex.ai/server/io-github-mixpeek-mcp-server - io.github.mobabur94/hammerspoon (io.github.mobabur94/hammerspoon@0.1.0) macOS automation via Hammerspoon — 75 tools for windows, Spaces, audio, Bluetooth, and more installs: npm:hammerspoon-mcp detail: https://mcpindex.ai/server/io-github-mobabur94-hammerspoon - Clipwise (io.github.mobileshop9991-star/clipwise-mcp@1.1.1) MCP server for Clipwise - AI tools for TikTok, Reels, and Shorts video creators. installs: npm:clipwise-mcp-server detail: https://mcpindex.ai/server/io-github-mobileshop9991-star-clipwise-mcp - FunASR (io.github.modelscope/funasr-mcp@0.1.2) Transcribe local audio with FunASR and SenseVoice using private, on-device inference. installs: docker:ghcr.io/modelscope/funasr-mcp:0.1.2 detail: https://mcpindex.ai/server/io-github-modelscope-funasr-mcp - io.github.mrfentmen/adobe-premiere-mcp (io.github.mrfentmen/adobe-premiere-mcp@1.0.1) Control Adobe Premiere Pro video editing via ExtendScript. installs: npm:adobe-premiere-mcp detail: https://mcpindex.ai/server/io-github-mrfentmen-adobe-premiere-mcp - io.github.mrfentmen/gimp-mcp (io.github.mrfentmen/gimp-mcp@1.0.1) Control GIMP image editing via Python-Fu scripting from AI agents. installs: npm:gimp-mcp detail: https://mcpindex.ai/server/io-github-mrfentmen-gimp-mcp - Wasilah (io.github.mumullickm/wasilah-mcp@1.4.0) Prayer times, Qibla, Hijri calendar, 99 Names, Quran audio, Bangladesh offsets. English + Bengali. installs: remote:https://wasilah-mcp.aykiz.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-mumullickm-wasilah-mcp - ldraw-mcp (io.github.musharna/ldraw-mcp@0.2.3) Render LDraw/LEGO models to images with real part geometry via headless Blender + ImportLDraw installs: pypi:ldraw-mcp detail: https://mcpindex.ai/server/io-github-musharna-ldraw-mcp - io.github.musyta-labs/mcpcut (io.github.musyta-labs/mcpcut@0.1.0) A real timeline video editor for AI agents: journaled edits, FFmpeg/MLT rendering, exports installs: remote:https://mcpcut.com/mcp detail: https://mcpindex.ai/server/io-github-musyta-labs-mcpcut - io.github.mutonby/aikount-mcp (io.github.mutonby/aikount-mcp@0.1.1) Contabilidad española con IA: facturas, gastos por OCR, conciliación bancaria y Modelo 303. installs: pypi:aikount-mcp detail: https://mcpindex.ai/server/io-github-mutonby-aikount-mcp - io.github.mutonby/openshorts (io.github.mutonby/openshorts@1.0.0) Turn long videos into viral vertical shorts and publish them to TikTok, Instagram and YouTube. installs: remote:https://mcp.openshorts.app/mcp detail: https://mcpindex.ai/server/io-github-mutonby-openshorts - 3D AI Agent Avatar (io.github.nirholas/3D-AI-Agent-Avatar@1.2.2) 3D AI Agent Avatar — render any GLB, give it a Solana wallet, a voice, and pump.fun powers. installs: npm:@three-ws/avatar-agent detail: https://mcpindex.ai/server/io-github-nirholas-3d-ai-agent-avatar - three.ws 3D Agent Tools (io.github.nirholas/3d-agent-mcp@1.2.1) MCP tools from three.ws: free + paid text-to-3D, rigging, agent reputation, market intel. installs: npm:@three-ws/mcp-server detail: https://mcpindex.ai/server/io-github-nirholas-3d-agent-mcp - three.ws Assistant Widget (io.github.nirholas/assistant-widget@0.1.0) Generate a paste-ready embed for a floating 3D avatar chatbot on any website. installs: npm:@three-ws/assistant-mcp detail: https://mcpindex.ai/server/io-github-nirholas-assistant-widget - three.ws Audio (io.github.nirholas/audio-mcp@0.1.1) Text-to-speech, speech-to-text, audio-to-face lipsync, and motion-capture clips for 3D agents. installs: npm:@three-ws/audio-mcp detail: https://mcpindex.ai/server/io-github-nirholas-audio-mcp - three.ws Loom (io.github.nirholas/loom-mcp@0.1.1) Browse the community 3D-creation gallery, fetch a creation with its viewer URL, and submit it. installs: npm:@three-ws/loom-mcp detail: https://mcpindex.ai/server/io-github-nirholas-loom-mcp - pump.fun Solana Data (io.github.nirholas/pumpfun-solana-mcp@0.2.4) Free, read-only pump.fun + Solana MCP: token discovery, on-chain analysis, SNS, 3D snapshots. installs: npm:@three-ws/pumpfun-mcp detail: https://mcpindex.ai/server/io-github-nirholas-pumpfun-solana-mcp - three.ws Scenes (io.github.nirholas/scene-mcp@0.2.0) Compose a placed 3D diorama from one sentence, export a forged world, browse saved scenes. installs: npm:@three-ws/scene-mcp detail: https://mcpindex.ai/server/io-github-nirholas-scene-mcp - three.ws Avatars & Agents (io.github.nirholas/three.ws@1.0.1) 3D avatars, embeds, glTF tools, agent memory, and on-chain agent identity from three.ws. installs: remote:https://three.ws/api/mcp detail: https://mcpindex.ai/server/io-github-nirholas-three-ws - three.ws 3D Studio (io.github.nirholas/threews-3d-studio@1.0.1) Turn text or an image into an animation-ready 3D model (GLB): generate, rig, animate, retexture. installs: remote:https://three.ws/api/mcp-3d detail: https://mcpindex.ai/server/io-github-nirholas-threews-3d-studio - three.ws Avatars (io.github.nirholas/threews-avatar@0.3.0) three.ws 3D avatars in your agent: render a live, interactive 3D avatar inline, or get an embed. installs: npm:@three-ws/avatar-mcp detail: https://mcpindex.ai/server/io-github-nirholas-threews-avatar - three.ws Vision (io.github.nirholas/vision-mcp@0.1.1) Image understanding for AI agents — analyze and describe any image via the three.ws pipeline. installs: npm:@three-ws/vision-mcp detail: https://mcpindex.ai/server/io-github-nirholas-vision-mcp - SchemaSure — structured extraction (io.github.noamjose/schemasure@0.3.0) Extract schema-valid JSON from text/HTML or document images. Pay per call via x402 V2. installs: npm:@noamjose/schemasure detail: https://mcpindex.ai/server/io-github-noamjose-schemasure - io.github.onepunchtechnology/tinify-ai (io.github.onepunchtechnology/tinify-ai@1.4.3) MCP server for Tinify image optimization — one tool, max optimization installs: npm:@tinify-ai/mcp-server | remote:https://app.tinify.ai/mcp detail: https://mcpindex.ai/server/io-github-onepunchtechnology-tinify-ai - OpusClip (io.github.opus-pro/opusclip@0.2.0) Turn long videos into AI-curated short clips: caption, reframe, thumbnail, schedule, and publish. installs: npm:@opusclip/mcp | pypi:opusclip-mcp | remote:https://mcp.opus.pro/mcp detail: https://mcpindex.ai/server/io-github-opus-pro-opusclip - io.github.ostapondo/plonk (io.github.ostapondo/plonk@0.2.4) MCP server for Plonk: macOS window zones, workspaces, keep-awake, screenshots and on-device OCR. installs: npm:plonk-mcp detail: https://mcpindex.ai/server/io-github-ostapondo-plonk - NIRA Screen Vision MCP (io.github.pachote/nira-screen-vision@1.0.1) Real-time screen capture + AI vision for Claude — see, analyze, and OCR your screen installs: pypi:nira-screen-vision detail: https://mcpindex.ai/server/io-github-pachote-nira-screen-vision - NIRA Video Production MCP (io.github.pachote/nira-video-mcp@1.0.3) Video production MCP: 55 tools — edit, grade, TTS captions, beat-sync, master, AI generate. installs: pypi:nira-video-mcp detail: https://mcpindex.ai/server/io-github-pachote-nira-video-mcp - Image Puma (io.github.panth-net/Image-Puma@1.0.0) Plan and run local batch image preparation with explicit confirmation before writing files. installs: npm:image-puma detail: https://mcpindex.ai/server/io-github-panth-net-image-puma - io.github.patwalls/feedhook-mcp (io.github.patwalls/feedhook-mcp@0.4.0) Turn a YouTube channel into a webhook: a signed HTTP POST seconds after every new video. installs: npm:feedhook-mcp detail: https://mcpindex.ai/server/io-github-patwalls-feedhook-mcp - Vidgrid — eyes for video (io.github.pawvej/vidgrid@0.1.0) Give an AI agent eyes for video: turn a clip into a numbered frame grid + transcript. installs: pypi:vidgrid-mcp detail: https://mcpindex.ai/server/io-github-pawvej-vidgrid - Pedra (io.github.pedra-ai/pedra-mcp@0.4.0) AI real-estate photo editing via the Pedra API: virtual staging, renovation, enhancement, video. installs: npm:@pedra-ai/mcp detail: https://mcpindex.ai/server/io-github-pedra-ai-pedra-mcp - io.github.pedrot95dev/recapfy (io.github.pedrot95dev/recapfy@0.1.8) Ask about a YouTube video or fetch its transcript. Paid per call in USDC on Solana via x402. installs: npm:recapfy-mcp detail: https://mcpindex.ai/server/io-github-pedrot95dev-recapfy - Perceptdot Sentry (io.github.perceptdot/sentry@0.1.5) AI agent vision for Sentry error tracking — with ROI measurement. perceptdot.com installs: npm:@perceptdot/sentry detail: https://mcpindex.ai/server/io-github-perceptdot-sentry - Perceptdot Vercel (io.github.perceptdot/vercel@0.1.6) AI agent vision for Vercel deployments — with ROI measurement. perceptdot.com installs: npm:@perceptdot/vercel detail: https://mcpindex.ai/server/io-github-perceptdot-vercel - Ableton for AI (io.github.peterkolbe/ableton-for-ai@0.1.2) Bridge between Ableton Live and AI. Inspect, analyze audio, and control mixing via MCP. installs: pypi:ableton-for-ai detail: https://mcpindex.ai/server/io-github-peterkolbe-ableton-for-ai - io.github.pijusz/mcp-sanity-images (io.github.pijusz/mcp-sanity-images@0.3.7) MCP server for uploading local images to Sanity CMS installs: npm:mcp-sanity-images detail: https://mcpindex.ai/server/io-github-pijusz-mcp-sanity-images - Foodish (io.github.pipeworx-io/foodish@0.1.0) Random food images by category (pizza, burger, dosa, etc.) via Foodish. Keyless. installs: remote:https://gateway.pipeworx.io/foodish/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-foodish - Giantbomb (io.github.pipeworx-io/giantbomb@0.1.0) Giant Bomb video-game catalog (free key) installs: remote:https://gateway.pipeworx.io/giantbomb/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-giantbomb - Librivox (io.github.pipeworx-io/librivox@0.1.0) LibriVox public-domain audiobooks (~17000 titles in dozens of languages) installs: remote:https://gateway.pipeworx.io/librivox/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-librivox - Openverse (io.github.pipeworx-io/openverse@0.1.0) Openverse Creative-Commons image + audio search installs: remote:https://gateway.pipeworx.io/openverse/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-openverse - Rawg (io.github.pipeworx-io/rawg@0.1.0) RAWG MCP — wraps the RAWG video games database API (rawg.io) installs: remote:https://gateway.pipeworx.io/rawg/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-rawg - Theaudiodb (io.github.pipeworx-io/theaudiodb@0.1.0) TheAudioDB MCP — community music metadata database. installs: remote:https://gateway.pipeworx.io/theaudiodb/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-theaudiodb - videogames (io.github.pipeworx-io/videogames@0.1.0) Videogames MCP — wraps Free-to-Play Games API (freetogame.com, free, no auth) installs: remote:https://gateway.pipeworx.io/videogames/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-videogames - Vimeo (io.github.pipeworx-io/vimeo@0.1.0) Vimeo public video/user/channel/category lookups. Free personal token. installs: remote:https://gateway.pipeworx.io/vimeo/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-vimeo - io.github.pixelvault-dev/pixelvault (io.github.pixelvault-dev/pixelvault@0.3.0) Agent-first image hosting — upload images and get instant CDN URLs. installs: remote:https://mcp.pixelvault.dev/mcp detail: https://mcpindex.ai/server/io-github-pixelvault-dev-pixelvault - io.github.pooriaarab/vibemovie (io.github.pooriaarab/vibemovie@0.2.3) Turns an agent coding session into a short recap video. Local-first. installs: npm:vibemovie detail: https://mcpindex.ai/server/io-github-pooriaarab-vibemovie - io.github.pooriaarab/viberadio-fm (io.github.pooriaarab/viberadio-fm@0.2.3) Turns an agent's output into audio: narration, podcast, or music. installs: npm:viberadio-fm detail: https://mcpindex.ai/server/io-github-pooriaarab-viberadio-fm - io.github.posecode-dev/posecode-mcp (io.github.posecode-dev/posecode-mcp@0.4.2) Author, ROM-validate, and render 3D human movement (.posecode) with a shareable playground link. installs: npm:posecode-mcp detail: https://mcpindex.ai/server/io-github-posecode-dev-posecode-mcp - GEN (io.github.poweredbyGEN/gen-mcp-server@0.1.10) GEN is an autonomous social media agent: it spots trends, writes scripts, and creates videos. installs: pypi:gen-mcp-server detail: https://mcpindex.ai/server/io-github-poweredbygen-gen-mcp-server - io.github.prasadabhishek/photographi-mcp (io.github.prasadabhishek/photographi-mcp@0.2.6) Visual Intelligence Command Center: A Local Computer Vision Engine for Photo Libraries installs: pypi:photographi-mcp detail: https://mcpindex.ai/server/io-github-prasadabhishek-photographi-mcp - io.github.printplan3d/ritn3d-mcp (io.github.printplan3d/ritn3d-mcp@0.1.2) Tools for floor plan validation, GLB checks, and 3D-print unit math — Ritn3D companion. installs: pypi:ritn3d-mcp detail: https://mcpindex.ai/server/io-github-printplan3d-ritn3d-mcp - Audiolla (io.github.psyb0t/audiolla@1.1.7) Self-hosted MCP server: audio stems, mastering, MIR analysis, DSP, MIDI, speech tools. installs: docker:docker.io/psyb0t/audiolla:v1.1.7 detail: https://mcpindex.ai/server/io-github-psyb0t-audiolla - Flickies (io.github.psyb0t/flickies@0.3.16) Self-hosted MCP server: video lipsync, face restore, and ffmpeg ops (trim, concat, transcode). installs: docker:docker.io/psyb0t/flickies:v0.3.16 detail: https://mcpindex.ai/server/io-github-psyb0t-flickies - Visual Memory MCP (io.github.putervision/vision-memory-mcp@0.8.0) Local visual UI cache for AI agents using perceptual hashing + CLIP to cut vision token use. installs: npm:@putervision/vision-memory-mcp detail: https://mcpindex.ai/server/io-github-putervision-vision-memory-mcp - build123d MCP (io.github.pzfreo/build123d-mcp@0.3.82) AI-driven 3D CAD via build123d: execute, render, measure, and export geometry interactively. installs: pypi:build123d-mcp detail: https://mcpindex.ai/server/io-github-pzfreo-build123d-mcp - io.github.qmediat/ideogram-mcp (io.github.qmediat/ideogram-mcp@1.0.2) Ideogram V3 API — generate, edit, remix, reframe, replace background, upscale images installs: npm:@qmediat.io/ideogram-mcp detail: https://mcpindex.ai/server/io-github-qmediat-ideogram-mcp - io.github.rchanllc/picdefenseio-mcp-server (io.github.rchanllc/picdefenseio-mcp-server@1.0.1) Image risk scoring, EXIF, reverse-image backlinks, and image content detection via PicDefense.io. installs: npm:@picdefenseio/mcp-server | remote:https://mcp.picdefense.io/mcp detail: https://mcpindex.ai/server/io-github-rchanllc-picdefenseio-mcp-server - io.github.realcrabcut/crabcut (io.github.realcrabcut/crabcut@2.0.7) Turn YouTube videos into short-form clips from any AI assistant installs: npm:@crabcut/mcp-server detail: https://mcpindex.ai/server/io-github-realcrabcut-crabcut - io.github.rendleyhq/rendley-mcp (io.github.rendleyhq/rendley-mcp@1.0.1) Create videos with prompts, and use Rendley’s video editor to adjust anything you need. installs: remote:https://mcp.rendley.com/mcp detail: https://mcpindex.ai/server/io-github-rendleyhq-rendley-mcp - Cochlea (io.github.richer-richard/cochlea-mcp@0.6.0) Render, analyze, and verify audio (WAV/FLAC/mp3/ogg) offline and deterministically via MCP tools. installs: manual detail: https://mcpindex.ai/server/io-github-richer-richard-cochlea-mcp - io.github.robertnowell/konid (io.github.robertnowell/konid@1.0.5) Three translation options per phrase, casual to formal, with register context and audio. installs: npm:konid-ai detail: https://mcpindex.ai/server/io-github-robertnowell-konid - AI Dance MCP (io.github.rocnubie/aidance-mcp@0.1.0) Turn photos into realistic dance videos with AI motion transfer. installs: manual detail: https://mcpindex.ai/server/io-github-rocnubie-aidance-mcp - AI Image Editor MCP (io.github.rocnubie/aiimageeditor-mcp@0.1.0) Best Image AI Editor free online. Free AI photo editor for picture & image editing. installs: manual detail: https://mcpindex.ai/server/io-github-rocnubie-aiimageeditor-mcp - Flux-2 Online MCP (io.github.rocnubie/flux-2-online-mcp@0.1.0) Flux-2 Online is an online interface for the Flux 2 image generation model with prompt tuning and installs: manual detail: https://mcpindex.ai/server/io-github-rocnubie-flux-2-online-mcp - Meigen AI MCP (io.github.rocnubie/meigenai-mcp@0.1.0) Meigen AI is a curated meigen ai image prompt library. installs: manual detail: https://mcpindex.ai/server/io-github-rocnubie-meigenai-mcp - Muse AI Image MCP (io.github.rocnubie/museaiimage-mcp@0.1.0) Muse AI Image turns prompts into photoreal pictures and clips with the Muse Image model and Muse installs: manual detail: https://mcpindex.ai/server/io-github-rocnubie-museaiimage-mcp - Nano Banana 2 MCP (io.github.rocnubie/nanobanana-2-mcp@0.1.0) Nano Banana 2 exposes the Nano Banana 2 image generation model online with prompt presets and quick installs: manual detail: https://mcpindex.ai/server/io-github-rocnubie-nanobanana-2-mcp - Seedance 2.0 MCP (io.github.rocnubie/seedance2video-mcp@0.1.0) Create AI videos with Seedance 2.0 by text to video, text to image, image editing, and image to installs: manual detail: https://mcpindex.ai/server/io-github-rocnubie-seedance2video-mcp - SeedanceAI MCP (io.github.rocnubie/seedanceai-mcp@0.1.0) Create AI videos with SeedanceAI by text to video, text to image, image editing, and image to installs: manual detail: https://mcpindex.ai/server/io-github-rocnubie-seedanceai-mcp - Soora FR MCP (io.github.rocnubie/soorafr-mcp@0.1.0) Creez des images et videos exceptionnelles avec l'IA. installs: manual detail: https://mcpindex.ai/server/io-github-rocnubie-soorafr-mcp - Tier Maker List MCP (io.github.rocnubie/tiermakerlist-mcp@0.1.0) Rank real images by drag or tap, save drafts locally without sign-up, export a PNG or JSON board installs: manual detail: https://mcpindex.ai/server/io-github-rocnubie-tiermakerlist-mcp - Voxtral TTS MCP (io.github.rocnubie/voxtraltts-mcp@0.1.0) Explore Voxtral TTS with API notes, setup guidance, use cases, workflow tips, and FAQ answers for installs: manual detail: https://mcpindex.ai/server/io-github-rocnubie-voxtraltts-mcp - Z-Image MCP (io.github.rocnubie/z-image-mcp@0.1.0) Z-Image is an online interface for the Z-Image generation model with fast inference and prompt installs: manual detail: https://mcpindex.ai/server/io-github-rocnubie-z-image-mcp - io.github.rog0x/image (io.github.rog0x/image@1.0.1) Image metadata, favicon, OG image for AI agents installs: npm:@rog0x/mcp-image-tools detail: https://mcpindex.ai/server/io-github-rog0x-image - rendercheck (io.github.rogermsc/rendercheck@0.4.1) Check generated audio, video and stills for defects. Returns a verdict, not more media. installs: pypi:rendercheck detail: https://mcpindex.ai/server/io-github-rogermsc-rendercheck - NotebookLM MCP (io.github.roomi-fields/notebooklm-mcp@3.0.1) Automate Google NotebookLM — Q&A with citations, audio, video, content generation installs: npm:@roomi-fields/notebooklm-mcp detail: https://mcpindex.ai/server/io-github-roomi-fields-notebooklm-mcp - io.github.rosh-studio/rosh-mcp (io.github.rosh-studio/rosh-mcp@0.1.0) Create interactive web apps, games, and 3D scenes using Rosh — a plain-English language installs: pypi:rosh-mcp detail: https://mcpindex.ai/server/io-github-rosh-studio-rosh-mcp - io.github.rsmdt/multimodal (io.github.rsmdt/multimodal@1.3.1) Multi-provider media generation — images, video, audio, and transcription via a unified interface installs: npm:@r16t/multimodal-mcp detail: https://mcpindex.ai/server/io-github-rsmdt-multimodal - io.github.runapi-builder/imagen-4-mcp (io.github.runapi-builder/imagen-4-mcp@0.1.9) RunAPI MCP server for Imagen 4: create tasks, poll status, check pricing. installs: npm:@runapi.ai/imagen-4-mcp detail: https://mcpindex.ai/server/io-github-runapi-builder-imagen-4-mcp - io.github.runapi-builder/qwen-image-mcp (io.github.runapi-builder/qwen-image-mcp@0.1.1) RunAPI MCP server for Qwen Image: create tasks, poll status, check pricing. installs: npm:@runapi.ai/qwen-image-mcp detail: https://mcpindex.ai/server/io-github-runapi-builder-qwen-image-mcp - io.github.runapi-builder/runapi-mcp (io.github.runapi-builder/runapi-mcp@0.9.0) 130+ AI models for image, video, music, and audio — 18 model families, one RunAPI account. installs: npm:@runapi.ai/mcp | remote:https://mcp.runapi.ai/mcp detail: https://mcpindex.ai/server/io-github-runapi-builder-runapi-mcp - io.github.runapi-builder/z-image-mcp (io.github.runapi-builder/z-image-mcp@0.1.7) RunAPI MCP server for Z Image: create tasks, poll status, check pricing. installs: npm:@runapi.ai/z-image-mcp detail: https://mcpindex.ai/server/io-github-runapi-builder-z-image-mcp - Orcool Studio MCP (io.github.ryss30/orcool-studio@1.0.1) AI tools for mobile app ad production: concepts, avatars, video rendering, performance feedback. installs: remote:https://mcp.orcool.com detail: https://mcpindex.ai/server/io-github-ryss30-orcool-studio - io.github.saranshbamania/mobile-device-mcp (io.github.saranshbamania/mobile-device-mcp@0.2.9) AI control of Android/iOS devices. Screenshots, UI tree, AI vision, Flutter, video. 49 tools. installs: npm:mobile-device-mcp detail: https://mcpindex.ai/server/io-github-saranshbamania-mobile-device-mcp - io.github.sathergate/darkroom (io.github.sathergate/darkroom@0.1.1) Image processing pipeline for Next.js. Responsive optimization with Sharp. installs: npm:shutterbox detail: https://mcpindex.ai/server/io-github-sathergate-darkroom - io.github.sathvic-kollu/techtenstein-bg (io.github.sathvic-kollu/techtenstein-bg@1.0.2) AI background removal for images. Modes: auto, product, portrait, car. Transparent PNG. installs: pypi:techtenstein-bg-mcp detail: https://mcpindex.ai/server/io-github-sathvic-kollu-techtenstein-bg - MCP Server for PowerPoint (io.github.sbroenne/mcp-server-powerpoint@0.1.4) PowerPoint automation for AI: slides, shapes, tables, charts, images, notes. Windows only. installs: manual detail: https://mcpindex.ai/server/io-github-sbroenne-mcp-server-powerpoint - screenpipe (io.github.screenpipe/screenpipe-mcp@0.19.1) Search your local screen recordings, audio transcripts, and computer activity from screenpipe. installs: npm:screenpipe-mcp detail: https://mcpindex.ai/server/io-github-screenpipe-screenpipe-mcp - io.github.sercanmetalore/document-intel-mcp (io.github.sercanmetalore/document-intel-mcp@0.1.0) Belge Zekası MCP sunucusu — TR fatura/fiş OCR→JSON çıkarımı (kural tabanlı, anahtarsız; opsiyonel… installs: remote:https://mcp.boykaf.com/document-intel/mcp detail: https://mcpindex.ai/server/io-github-sercanmetalore-document-intel-mcp - Convertrilo (io.github.serkandrgn/convertrilo@0.1.2) Create and manage Convertrilo video encoding jobs from MCP clients and agent workflows. installs: npm:@convertrilo/sdk detail: https://mcpindex.ai/server/io-github-serkandrgn-convertrilo - io.github.shinpr/mcp-image (io.github.shinpr/mcp-image@0.12.2) AI image generation and editing with prompt optimization and quality presets installs: npm:mcp-image detail: https://mcpindex.ai/server/io-github-shinpr-mcp-image - Runway AI Video Generation (io.github.sidart10/runway-mcp-server@0.1.0) AI video generation with Gen-4, Veo 3, and Aleph editing. Text-to-video, image-to-video, 4K upscale installs: pypi:runway-mcp-server detail: https://mcpindex.ai/server/io-github-sidart10-runway-mcp-server - Audiobookshelf (io.github.sierikov/audiobookshelf-mcp@0.0.1) Browse libraries, search books, and control playback in your self-hosted Audiobookshelf instance. installs: manual detail: https://mcpindex.ai/server/io-github-sierikov-audiobookshelf-mcp - Smarter Weather (io.github.smarterweather/weather@0.0.0) Smarter Weather MCP: forecasts, alerts, outlooks, observations, AQI, grids, and map imagery. installs: npm:@smarterweather/mcp-weather | remote:https://mcp.smarterweather.com/mcp detail: https://mcpindex.ai/server/io-github-smarterweather-weather - io.github.smythmyke/markitup-mcp-server (io.github.smythmyke/markitup-mcp-server@0.1.1) MarkItUp AI image annotation and marketing-visual generator (variations, outpaint, bg-removal). installs: npm:markitup-mcp-server detail: https://mcpindex.ai/server/io-github-smythmyke-markitup-mcp-server - io.github.snayyar00/webability (io.github.snayyar00/webability@1.3.1) WCAG/ADA/508 accessibility scanner + framework-aware fixes + vision audit for AI coding agents installs: npm:@webability/mcp detail: https://mcpindex.ai/server/io-github-snayyar00-webability - Sonilo Music & Sound Effects (io.github.sonilo-ai/sonilo-mcp@0.15.0) Licensed soundtracks and sound effects matched to your video. Commercial use OK. installs: pypi:sonilo-mcp detail: https://mcpindex.ai/server/io-github-sonilo-ai-sonilo-mcp - io.github.sonpiaz/watch-cli (io.github.sonpiaz/watch-cli@0.3.1) Hand any social video to your AI agent — frames + transcript bundled. MCP server for watch-cli. installs: npm:@sonpiaz/watch-cli-mcp detail: https://mcpindex.ai/server/io-github-sonpiaz-watch-cli - io.github.spiritscripts/clipbait (io.github.spiritscripts/clipbait@1.9.3) Turn any video into viral clips and clip live streams, from any AI agent. installs: npm:clipbait detail: https://mcpindex.ai/server/io-github-spiritscripts-clipbait - io.github.spronta/mcp (io.github.spronta/mcp@0.1.3) Upload, transform, and deliver images on a global CDN via AI agents. installs: npm:@spronta/mcp detail: https://mcpindex.ai/server/io-github-spronta-mcp - io.github.stabgan/openrouter-multimodal (io.github.stabgan/openrouter-multimodal@4.5.1) Chat with 300+ LLMs via OpenRouter. Analyze and generate images, audio, and video from MCP. installs: npm:@stabgan/openrouter-mcp-multimodal | docker:docker.io/stabgan/openrouter-mcp-multimodal:4.5.1 detail: https://mcpindex.ai/server/io-github-stabgan-openrouter-multimodal - CCPhoto — Phone Camera Bridge (io.github.stepankaiser/ccphoto@0.3.1) Phone camera bridge for Claude Code — photos, live video, voice, and generative UI installs: npm:ccphoto detail: https://mcpindex.ai/server/io-github-stepankaiser-ccphoto - Cloudinary Asset Management (io.github.subomi/sample-mcp@0.8.11) Upload, organize, search, and transform images, videos, and files with AI-powered tools. installs: npm:sample-mcp detail: https://mcpindex.ai/server/io-github-subomi-sample-mcp - io.github.sudomock/mcp (io.github.sudomock/mcp@2.4.0) Product mockup API. Render PSD and 2D mockups, generate videos, manage async jobs and webhooks. installs: npm:@sudomock/mcp detail: https://mcpindex.ai/server/io-github-sudomock-mcp - Supertone TTS (io.github.supertone-inc/supertone-mcp@0.3.1) Composable Supertone TTS toolkit: synthesis, voice search/preview/clone, usage — 31 languages installs: pypi:supertone-mcp detail: https://mcpindex.ai/server/io-github-supertone-inc-supertone-mcp - MixMake (io.github.swappysh/mixmake@1.0.0) Transcript-based audio editing: transcribe audio, edit by word ID, export edited audio. installs: remote:https://mixmake.com/api/mcp detail: https://mcpindex.ai/server/io-github-swappysh-mixmake - io.github.swperb/imgcli (io.github.swperb/imgcli@0.2.0) Convert, resize, crop, filter & composite images via the imgcli CLI (lightweight, no deps) installs: npm:imgcli-mcp detail: https://mcpindex.ai/server/io-github-swperb-imgcli - Taisly Social Media Posting (io.github.taisly/agent@0.2.7) Publish videos to TikTok, Reels, Shorts, X, and Facebook through Taisly. installs: npm:@taisly/agent | remote:https://app.taisly.com/mcp detail: https://mcpindex.ai/server/io-github-taisly-agent - Stashot (io.github.tammifull/stashot@0.8.0) Capture, OCR-search, and retrieve local Mac screenshots for AI agents through Stashot. installs: npm:stashot-mcp detail: https://mcpindex.ai/server/io-github-tammifull-stashot - Tonr Music (io.github.tanayyo1/tonr-music@1.0.0) Free, copyright-safe AI music library for video creators and AI agents. installs: remote:https://tonr.app/api/mcp detail: https://mcpindex.ai/server/io-github-tanayyo1-tonr-music - TaskFuel.ai (io.github.taskfuel/taskfuel@1.0.0) Specialist tools for any job — a lead, an image, a song, live data, and more. installs: remote:https://app.taskfuel.ai/mcp detail: https://mcpindex.ai/server/io-github-taskfuel-taskfuel - ViralQuery (io.github.tfcbot/viralquery@2.2.0) Protected research briefs, bounded scrolls, and private video feeds for agents. installs: remote:https://viralquery.com/mcp detail: https://mcpindex.ai/server/io-github-tfcbot-viralquery - io.github.thatsrajan/vidlens-mcp (io.github.thatsrajan/vidlens-mcp@1.4.1) Video as a queryable local asset for AI agents — 47 tools for YouTube, social, and local media. installs: npm:vidlens-mcp detail: https://mcpindex.ai/server/io-github-thatsrajan-vidlens-mcp - gigachat-mcp (io.github.theYahia/gigachat-mcp@3.0.1) MCP server for GigaChat — AI chat, embeddings, image generation (Russia) installs: npm:@theyahia/gigachat-mcp detail: https://mcpindex.ai/server/io-github-theyahia-gigachat-mcp - io.github.thestockgoatballs/clipspeed-mcp (io.github.thestockgoatballs/clipspeed-mcp@1.0.1) Turn any video or livestream into scored, captioned, ready-to-post vertical clips. installs: npm:clipspeed-mcp detail: https://mcpindex.ai/server/io-github-thestockgoatballs-clipspeed-mcp - io.github.toruproject/mapnetwork-mcp (io.github.toruproject/mapnetwork-mcp@1.2.3) Generate styled PNG/SVG map images of any location with 11 customizable color themes. installs: pypi:mapnetwork-mcp | remote:https://mapnetwork.app/mcp detail: https://mcpindex.ai/server/io-github-toruproject-mapnetwork-mcp - io.github.totalaudiopromo/tap-mcp (io.github.totalaudiopromo/tap-mcp@0.1.1) Music PR campaign management -- contacts, pitches, campaigns, and outcomes. installs: npm:@totalaudiopromo/tap-mcp detail: https://mcpindex.ai/server/io-github-totalaudiopromo-tap-mcp - Transloadit Media Processing (io.github.transloadit/mcp-server@0.3.9) Process video, audio, images, and documents with 86+ cloud media processing robots. installs: npm:@transloadit/mcp-server | remote:https://api2.transloadit.com/mcp detail: https://mcpindex.ai/server/io-github-transloadit-mcp-server - io.github.tryflask/flask (io.github.tryflask/flask@1.1.1) Feedback layer for video. Reviewers talk through feedback; agents read it as structured comments. installs: remote:https://api.flask.do/api/mcp/mcp detail: https://mcpindex.ai/server/io-github-tryflask-flask - NanoBanana Pro 2 (io.github.u2n4/nanobanana-imagen-mcp@1.1.2) 4K AI image generation via NanoBanana Pro 2: Pro + Flash models, Google Search grounding installs: pypi:nanobanana-imagen-mcp detail: https://mcpindex.ai/server/io-github-u2n4-nanobanana-imagen-mcp - VEO 3.1 (io.github.u2n4/veo-mcp-server@1.1.2) 4K video generation via Google VEO 3.1: text-to-video, image-to-video, video extension installs: pypi:veo-mcp-server detail: https://mcpindex.ai/server/io-github-u2n4-veo-mcp-server - Video URL Analyzer (io.github.u2n4/video-url-analyzer-mcp@1.5.1) Analyze YouTube/TikTok/Instagram videos: transcripts, AI insights, tutorial extraction installs: pypi:video-url-analyzer-mcp detail: https://mcpindex.ai/server/io-github-u2n4-video-url-analyzer-mcp - AI-Cost-CLI (io.github.ufhouck/aicost-cli@1.1.0) AI API cost calculator, recommender & MCP server. 29 models across text/image/video/audio. installs: pypi:aicost-cli detail: https://mcpindex.ai/server/io-github-ufhouck-aicost-cli - io.github.varoriya/varo-mcp (io.github.varoriya/varo-mcp@1.0.1) AI image, video & audio generation tools for AI agents, powered by Varoriya. installs: remote:https://mcp.varoriya.com detail: https://mcpindex.ai/server/io-github-varoriya-varo-mcp - io.github.vicseeai/vicsee-mcp-server (io.github.vicseeai/vicsee-mcp-server@0.3.3) Generate, edit and upscale AI video and images from any agent via VicSee. installs: npm:@vicsee/mcp-server | remote:https://mcp.vicsee.com detail: https://mcpindex.ai/server/io-github-vicseeai-vicsee-mcp-server - io.github.vishalguptax/media-context-mcp (io.github.vishalguptax/media-context-mcp@0.1.4) Local MCP server to analyze video, audio & images: frames, transcripts, on-screen text. installs: npm:media-context-mcp detail: https://mcpindex.ai/server/io-github-vishalguptax-media-context-mcp - io.github.vladic-corp/denpyo-mcp (io.github.vladic-corp/denpyo-mcp@0.1.1) Japanese invoice/receipt OCR + tax registration-number (T-number) verification, via x402. installs: npm:denpyo-mcp detail: https://mcpindex.ai/server/io-github-vladic-corp-denpyo-mcp - VMware VDI (Horizon) (io.github.vmware-skills/vmware-vdi@1.0.1) VMware/Omnissa Horizon VDI ops: pools, sessions, machines, images — 27 MCP tools. installs: pypi:vmware-vdi detail: https://mcpindex.ai/server/io-github-vmware-skills-vmware-vdi - reMarkable MCP Server (io.github.wavyrai/rm-mcp@0.4.7) Access your reMarkable tablet - read documents, browse files, extract text and OCR handwritten notes installs: pypi:rm-mcp detail: https://mcpindex.ai/server/io-github-wavyrai-rm-mcp - eKYC Suite (io.github.wefi-ai/ekyc-suite@1.0.2) KYC / eKYC MCP server for face compare, liveness, OCR, and image labeling. installs: npm:@wefi-ai/ekyc-suite-mcp detail: https://mcpindex.ai/server/io-github-wefi-ai-ekyc-suite - io.github.whale-professor/mcp-server-3daistudio (io.github.whale-professor/mcp-server-3daistudio@1.0.1) MCP server for 3D AI Studio — generate 3D models from text or images using Hunyuan and TRELLIS installs: pypi:mcp-server-3daistudio detail: https://mcpindex.ai/server/io-github-whale-professor-mcp-server-3daistudio - io.github.whisper-sec/whisper (io.github.whisper-sec/whisper@0.132.0) Keyless: verify agent identities & RDAP for a /128. With a key: register, govern & egress agents. installs: docker:ghcr.io/whisper-sec/whisper:0.132.0 detail: https://mcpindex.ai/server/io-github-whisper-sec-whisper - WhisperGraph (io.github.whisper-sec/whisper-graph@0.2.0) The internet's infrastructure graph for AI agents - 46B nodes and edges, free trial via 2 HTTP calls installs: npm:@whisper-security/whisper-graph-mcp | remote:https://mcp.whisper.security detail: https://mcpindex.ai/server/io-github-whisper-sec-whisper-graph - io.github.wise-vision/mcp_server_ros_2 (io.github.wise-vision/mcp_server_ros_2@1.0.0) View ROS 2 nodes and topics, and call services and actions via MCP installs: docker:docker.io/mcp/ros2:latest detail: https://mcpindex.ai/server/io-github-wise-vision-mcp-server-ros-2 - io.github.wolfschram/archive35-photography (io.github.wolfschram/archive35-photography@1.0.1) Search and license C2PA verified fine art photography. 1,109 images, 55 countries. installs: pypi:archive35-commerce-mcp detail: https://mcpindex.ai/server/io-github-wolfschram-archive35-photography - FramesCLI (io.github.wraelen/framescli@0.1.0) Make videos AI-readable. Extract timestamped frames and transcripts from any video for AI agents. installs: manual detail: https://mcpindex.ai/server/io-github-wraelen-framescli - io.github.wspringer/math-svg-mcp (io.github.wspringer/math-svg-mcp@1.1.2) Convert LaTeX math expressions to crisp, scalable SVG images installs: npm:math-svg-mcp detail: https://mcpindex.ai/server/io-github-wspringer-math-svg-mcp - io.github.x402-video/mcp (io.github.x402-video/mcp@0.1.1) Pay-per-call AI video generation over x402 (USDC on Base). No accounts, no API keys. installs: npm:x402-video-mcp detail: https://mcpindex.ai/server/io-github-x402-video-mcp - x402 Video — AI Video Generation (pay-per-call, no account) (io.github.x402-video/seedance-video-generation@0.1.3) Pay-per-call AI video generation (Seedance text-to-video) via x402. USDC on Base, no API key. installs: npm:x402-video-mcp detail: https://mcpindex.ai/server/io-github-x402-video-seedance-video-generation - NovelAI Image MCP (io.github.xinvxueyuan/novelai-image-mcp@0.3.0) NovelAI image generation as MCP tools: txt2img, img2img, inpaint, upscale, Director, ControlNet. installs: pypi:novelai-image-mcp | docker:ghcr.io/xinvxueyuan/novelai-image-mcp:0.3.0 detail: https://mcpindex.ai/server/io-github-xinvxueyuan-novelai-image-mcp - xpay Media Studio (io.github.xpaysh/media@1.0.0) 25+ AI media tools. FLUX, Ideogram, Recraft, Stability AI, MiniMax video, Kokoro TTS. installs: remote:https://media.mcp.xpay.sh/mcp?key={api_key} detail: https://mcpindex.ai/server/io-github-xpaysh-media - Live Audio Intelligence (io.github.ykshah1309/live-audio-intelligence-mcp@0.1.3) Live webcast transcription + vocal stress analysis (F0 jitter, hesitation) for earnings calls. installs: pypi:live-audio-intelligence-mcp detail: https://mcpindex.ai/server/io-github-ykshah1309-live-audio-intelligence-mcp - io.github.yuvalsuede/agent-media (io.github.yuvalsuede/agent-media@0.1.2) Generate AI UGC videos with talking heads, B-roll, and subtitles. installs: npm:@agentmedia/mcp-server detail: https://mcpindex.ai/server/io-github-yuvalsuede-agent-media - io.github.z416479660/avc-test-py-mcp (io.github.z416479660/avc-test-py-mcp@1.0.0) MCP server for video enhancement (create_task, get_task_status, enhance_video_sync) installs: npm:avc-test-js-mcp | pypi:avc-test-py-mcp detail: https://mcpindex.ai/server/io-github-z416479660-avc-test-py-mcp - Local GPU Imagegen (io.github.zc4578980-tech/local-gpu-imagegen@0.9.0) MCP-first control plane for ComfyUI workflows with explicit approvals and no silent downloads. installs: pypi:local-gpu-imagegen detail: https://mcpindex.ai/server/io-github-zc4578980-tech-local-gpu-imagegen - CompressIO — Image Compression for AI (io.github.zhaoyaqi18/compressio@0.1.0) Compress images to target sizes (80%+ smaller). Tools: compress_image, convert_image, optimize_image installs: remote:https://api.compressio.cc/mcp detail: https://mcpindex.ai/server/io-github-zhaoyaqi18-compressio - iFlow Search (io.github.zhengyanglsun/iflow-search@0.1.0) MCP server for iFlow Search web search, image search, and URL fetch tools. installs: npm:@iflow-ai/search-mcp detail: https://mcpindex.ai/server/io-github-zhengyanglsun-iflow-search - io.github.zhongweili/nanobanana-mcp-server (io.github.zhongweili/nanobanana-mcp-server@1.0.0) An MCP server that provides image generation and editing capabilities installs: pypi:nanobanana-mcp-server detail: https://mcpindex.ai/server/io-github-zhongweili-nanobanana-mcp-server - io.github.zlatkoc/youtube-summarize (io.github.zlatkoc/youtube-summarize@0.6.0) MCP server that fetches YouTube video transcripts and optionally summarizes them installs: pypi:youtube-summarize detail: https://mcpindex.ai/server/io-github-zlatkoc-youtube-summarize - VMware VDI (Horizon) (io.github.zw008/vmware-vdi@1.0.0) VMware/Omnissa Horizon VDI ops: pools, sessions, machines, images — 27 MCP tools. installs: pypi:vmware-vdi detail: https://mcpindex.ai/server/io-github-zw008-vmware-vdi - io.imaginevid/imaginevid-ai-generation (io.imaginevid/imaginevid-ai-generation@0.1.0) OAuth-protected ImagineVid MCP for image, video, and music generation. installs: npm:imaginevid-mcp | remote:https://imaginevid.io/api/mcp detail: https://mcpindex.ai/server/io-imaginevid-imaginevid-ai-generation - Imejis (io.imejis/imejis@1.0.1) Generate on-brand images from your AI agent: design, edit, and render templates over MCP. installs: remote:https://api.imejis.io/api/mcp detail: https://mcpindex.ai/server/io-imejis-imejis - io.importly/importly-mcp (io.importly/importly-mcp@0.1.0) Download, transcribe, and get metadata for any video/audio URL. Managed yt-dlp + speech-to-text. installs: npm:importly-mcp detail: https://mcpindex.ai/server/io-importly-importly-mcp - io.liqaa/meetings (io.liqaa/meetings@1.0.1) Create encrypted LIQAA video meetings; read plans, capacity & stats. No install, no account. installs: remote:https://liqaa.io/api/mcp detail: https://mcpindex.ai/server/io-liqaa-meetings - Motomarks MCP Server (io.motomarks/mcp@1.0.1) Car logo API and image CDN: search automotive brands, fetch brand data, and build logo CDN URLs. installs: remote:https://motomarks.io/api/mcp detail: https://mcpindex.ai/server/io-motomarks-mcp - Neurall (io.neurall/neurall@1.0.0) AI image, video and audio generation for agents: banners, reveal videos, avatars, voice cloning. installs: remote:https://api.neurall.io/v3/mcp detail: https://mcpindex.ai/server/io-neurall-neurall - PoolParty Main Stage Airtime (io.poolparty/main-stage-airtime@0.20.8) Inspectable public airtime for agents routing demo media, launch videos, and proof assets. installs: remote:https://www.poolparty.io/api/mcp detail: https://mcpindex.ai/server/io-poolparty-main-stage-airtime - Product Source (io.productsource/product-source@1.0.1) Real-time product data across 450+ retailers — look up any UPC for prices, images, and margin data. installs: remote:https://mcp.productsource.io/mcp detail: https://mcpindex.ai/server/io-productsource-product-source - RTK Motion — Motion Capture, Biomechanics, Threat & Fleet Intelligence (io.rtkmotion/data@1.3.0) Mocap, rehab biomechanics, threat intel, fleet vision. 21 MCP tools, 10 free. x402/USDC paid. installs: remote:https://api.rtkmotion.io/mcp detail: https://mcpindex.ai/server/io-rtkmotion-data - ScanBIM MCP (io.scanbimlabs/scanbim-mcp@1.0.2) AI Hub for AEC — 50+ 3D formats, clash detection, ACC integration via Autodesk Platform Services. installs: remote:https://scanbim-mcp.itmartin24.workers.dev/mcp detail: https://mcpindex.ai/server/io-scanbimlabs-scanbim-mcp - io.scanbimlabs/twinmotion (io.scanbimlabs/twinmotion@1.1.0) Twinmotion rendering + video export via Datasmith pipeline. installs: remote:https://mcp.scanbimlabs.io/twinmotion detail: https://mcpindex.ai/server/io-scanbimlabs-twinmotion - Twinmotion MCP (io.scanbimlabs/twinmotion-mcp@1.0.0) Twinmotion rendering via APS — import Revit, set environments, render images, export video. installs: remote:https://twinmotion-mcp.itmartin24.workers.dev/mcp detail: https://mcpindex.ai/server/io-scanbimlabs-twinmotion-mcp - SimplyPrint: 3D Print Farm Management (io.simplyprint/simplyprint@1.0.1) 3D print farm management for AI. Monitor, queue, and control prints on your SimplyPrint account. installs: remote:https://simplyprint.io/api/mcp detail: https://mcpindex.ai/server/io-simplyprint-simplyprint - io.snapcall/mcp (io.snapcall/mcp@1.0.0) MCP Server that generate video call url installs: remote:https://mcp.snapcall.io detail: https://mcpindex.ai/server/io-snapcall-mcp - StudioMeyer Video (io.studiomeyer/video@1.0.3) Video production: recording, editing, effects, captions, TTS, screenshots. 8 tools. installs: npm:@studiomeyer/mcp-video detail: https://mcpindex.ai/server/io-studiomeyer-video - io.twelvelabs/twelvelabs-mcp-server (io.twelvelabs/twelvelabs-mcp-server@1.0.1) TwelveLabs MCP: video indexing, search, analysis, and embeddings for AI applications. installs: remote:https://mcp.twelvelabs.io detail: https://mcpindex.ai/server/io-twelvelabs-twelvelabs-mcp-server - io.usefulapi/bannerbear (io.usefulapi/bannerbear@1.0.1) Generate images, videos, and screenshots from your Bannerbear templates via AI. installs: remote:https://bannerbear.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-bannerbear - io.usefulapi/speechmatics (io.usefulapi/speechmatics@1.0.1) Transcribe audio and video with Speechmatics speech-to-text from Claude and any MCP client. installs: remote:https://speechmatics.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-speechmatics - Valmera — agentic AI video editor (io.valmera/video-editor@0.1.0) Agentic video editing on real footage: cut, caption, reframe, score, and export at full quality. installs: remote:https://entrepreneur-bot-backend.onrender.com/mcp detail: https://mcpindex.ai/server/io-valmera-video-editor - VEED AI Video Generator (io.veed/fabric-mcp@1.0.0) Generate AI talking-head videos with custom characters and voices. installs: remote:https://www.veed.io/api/v1/mcp detail: https://mcpindex.ai/server/io-veed-fabric-mcp - Zvid (io.zvid/mcp@0.1.0) Zvid: render videos & images from JSON; manage templates, projects, webhooks & credits. installs: npm:@zvid/mcp | remote:https://mcp.zvid.io/mcp detail: https://mcpindex.ai/server/io-zvid-mcp - Quicly (live.quicly/quicly@0.2.1) Put a live video feed on air and get a URL you can embed. installs: remote:https://api.quicly.live/mcp detail: https://mcpindex.ai/server/live-quicly-quicly - identifAI MCP Server (net.identifai/mcp@1.2.3) Detect AI-generated images, videos, and audio with identifAI's deepfake detection tools. installs: remote:https://mcp.identifai.net detail: https://mcpindex.ai/server/net-identifai-mcp - net.nymbo/tools (net.nymbo/tools@1.0.0) Remote MCP server: fetch, search, Python, TTS, memory, image, video. installs: remote:https://mcp.nymbo.net/gradio_api/mcp/sse detail: https://mcpindex.ai/server/net-nymbo-tools - nz.phos/piranha (nz.phos/piranha@1.0.2) BJJ video analysis — YOLO pose detection + Claude AI technique analysis. installs: remote:https://pi.phos.nz/mcp detail: https://mcpindex.ai/server/nz-phos-piranha - x402image (org.x402image/image@1.0.0) x402 image tools (USDC/Base): remove_background/upscale $0.02, resize/optimize $0.005; URL in/out installs: remote:https://x402image.org/mcp detail: https://mcpindex.ai/server/org-x402image-image - porn.tik-tok/tiktokporn (porn.tik-tok/tiktokporn@1.0.0) Search adult short-form video: clips, creators and hashtags. Read-only, no API key. installs: remote:https://tik-tok.porn/mcp detail: https://mcpindex.ai/server/porn-tik-tok-tiktokporn - PixelDrive (pro.pixeldrive/pixeldrive@0.1.0) Generate branded images at scale: design templates and render them to PNGs by prompt. installs: remote:https://pixeldrive.pro/mcp detail: https://mcpindex.ai/server/pro-pixeldrive-pixeldrive - Zavod Stanki CNC Catalog (ru.zavod-stanki/cnc-catalog@1.1.0) CNC catalog MCP for TWAIT factory: search machines, specs, images, leads. installs: remote:https://zavod-stanki.ru/mcp detail: https://mcpindex.ai/server/ru-zavod-stanki-cnc-catalog - Edict (sh.edict/edict@1.0.2) Search your dictation transcripts and transcribe audio or video on-device, with speaker labels. installs: manual detail: https://mcpindex.ai/server/sh-edict-edict - oJo — HTML to image (so.ojo/mcp-server@0.2.1) Render HTML or saved templates to a hosted image, returned in the same response. installs: npm:@ojodotso/mcp-server detail: https://mcpindex.ai/server/so-ojo-mcp-server - space.0/space0 (space.0/space0@0.1.0) Give an AI agent a body in a Zero 3D voxel world: perceive, move, build, chat, remember. installs: remote:https://mcp.0.space/mcp detail: https://mcpindex.ai/server/space-0-space0 - StudioSphere Pulse — Audio Intelligence (space.studiosphere/pulse@1.0.2) Privacy-first audio intelligence: BPM, key, waveform. Audio never stored. Pay per second. installs: remote:https://mcp.studiosphere.space/mcp detail: https://mcpindex.ai/server/space-studiosphere-pulse - Sleeper Hit Studio (studio.sleeperhit/podcast-audio-video-production-studio@0.1.0) Make podcasts, video shows, audio drama, and documentaries just by chatting. Script to episode. installs: remote:https://sleeperhit.studio/mcp detail: https://mcpindex.ai/server/studio-sleeperhit-podcast-audio-video-production-studio - Sleeper Hit Studio — Public Discovery (studio.sleeperhit/public-discovery@0.4.0) Browse published podcasts, video shows, and screenplays. Read-only public discovery. installs: remote:https://sleeperhit.studio/api/mcp detail: https://mcpindex.ai/server/studio-sleeperhit-public-discovery - tools.audiolab/audiolab (tools.audiolab/audiolab@0.3.2) Loudness (EBU R128 / BS.1770-4), true-peak and voice-quality analysis for local files and URLs. installs: npm:@audiolabtools/mcp-server detail: https://mcpindex.ai/server/tools-audiolab-audiolab - us.limner/limner (us.limner/limner@1.0.1) AI visual generation agent: multi-pipeline rendering, prompt crafting, and image composition. installs: remote:https://mcp.limner.us/mcp detail: https://mcpindex.ai/server/us-limner-limner - Future Video Studio (video.future/future-video-studio@0.1.8) Create and manage cinematic AI video renders through the Future Video Studio Agent API. installs: pypi:future-video-studio-mcp | remote:https://mcp.future.video/mcp detail: https://mcpindex.ai/server/video-future-future-video-studio - Motion Text (video.motiontext/motion-text@1.0.0) Turn words, images, and audio into an animated video with MP4 export. installs: remote:https://motiontext.video/mcp detail: https://mcpindex.ai/server/video-motiontext-motion-text - Open Video (video.open/open-video@1.1.0) AI-powered video publishing, channel management, and monetization via open.video installs: remote:https://mcp.open.video/mcp detail: https://mcpindex.ai/server/video-open-open-video - video.quiz/api (video.quiz/api@0.1.0) Quiz.Video MCP: list, create, AI-generate, and render quiz and flashcard videos. installs: remote:https://www.quiz.video/mcp/ detail: https://mcpindex.ai/server/video-quiz-api - Pragma.Vision Observatory (vision.pragma/observatory@0.2.0) Technology readiness signals, lens boards and prediction ledgers from the Pragma.Vision atlas. installs: remote:https://mcp.pragma.vision/mcp detail: https://mcpindex.ai/server/vision-pragma-observatory ## Kubernetes (46) - Willform Agent (ai.willform/willform-agent@1.0.0) Deploy containers on Kubernetes with x402 billing. 9 workload types and source builds. installs: remote:https://agent.willform.ai/api/mcp detail: https://mcpindex.ai/server/ai-willform-willform-agent - Mengi Cloud (cloud.mengi/mengi-cloud@1.0.0) Manage Kubernetes clusters, deployments, databases, secrets and observability on Mengi Cloud. installs: remote:https://mcp.mengi.cloud/mcp detail: https://mcpindex.ai/server/cloud-mengi-mengi-cloud - com.googleapis.container/mcp (com.googleapis.container/mcp@1.0.0) Provides read access to your GKE and Kubernetes resources. installs: remote:https://container.googleapis.com/mcp detail: https://mcpindex.ai/server/com-googleapis-container-mcp - k8s AIops (io.github.AIops-tools/k8s-aiops@0.12.0) Governed Kubernetes ops — 55 MCP tools with audit, budget, undo, risk-tier audit labels. installs: pypi:k8s-aiops detail: https://mcpindex.ai/server/io-github-aiops-tools-k8s-aiops - io.github.Argo-RPG-Platform/argo-mcp (io.github.Argo-RPG-Platform/argo-mcp@1.0.3) MCP server for Argo RPG Platform — connects AI assistants to campaign data via OAuth2 installs: npm:argo-mcp | remote:https://mcp.argo.games/mcp detail: https://mcpindex.ai/server/io-github-argo-rpg-platform-argo-mcp - Containerization Assist (io.github.Azure/containerization-assist@1.5.0) TypeScript MCP server for AI-powered containerization workflows with Docker and Kubernetes support installs: npm:containerization-assist-mcp detail: https://mcpindex.ai/server/io-github-azure-containerization-assist - io.github.Baneado98/cloud-pathfinder (io.github.Baneado98/cloud-pathfinder@0.1.0) IaC attack-path auditor: finds internet-to-crown-jewel chains in Terraform/CFN/K8s. installs: remote:https://cloud-pathfinder.vercel.app/mcp detail: https://mcpindex.ai/server/io-github-baneado98-cloud-pathfinder - K8gentS — Kubernetes RCA MCP Server (io.github.JDoornink/k8gents@0.1.1) Kubernetes RCA agent that sandboxes its own AI with OPA Gatekeeper. MCP-ready for any client. installs: docker:docker.io/jdoornink/k8gents:0.1.1 detail: https://mcpindex.ai/server/io-github-jdoornink-k8gents - Helm MCP (io.github.Kubedoll-Heavy-Industries/helm-mcp@0.1.4) Give your AI assistant access to real Helm chart data. No more hallucinated values.yaml files. installs: remote:https://helm-mcp.kubedoll.com/mcp detail: https://mcpindex.ai/server/io-github-kubedoll-heavy-industries-helm-mcp - io.github.MShekow/package-version-check-mcp (io.github.MShekow/package-version-check-mcp@1.1.0) Returns the latest package / dependency / tool versions for Python, NPM, Go, Docker, Helm, etc. installs: pypi:package-version-check-mcp detail: https://mcpindex.ai/server/io-github-mshekow-package-version-check-mcp - io.github.Michael-WhiteCapData/WhiteCapData-Dev (io.github.Michael-WhiteCapData/WhiteCapData-Dev@0.1.2) Operate a k3s / Kubernetes cluster from your AI agent — safe-by-default MCP server. installs: pypi:whitecapdata-dev detail: https://mcpindex.ai/server/io-github-michael-whitecapdata-whitecapdata-dev - io.github.NotHarshhaa/devops-mcp (io.github.NotHarshhaa/devops-mcp@2.1.0) Unified MCP server for Kubernetes, ArgoCD, Prometheus, PagerDuty, and Loki installs: npm:@notharshhaa/devops-mcp detail: https://mcpindex.ai/server/io-github-notharshhaa-devops-mcp - io.github.Runewardd/runeward (io.github.Runewardd/runeward@0.1.4) Governed execution cells for AI agents: Docker/K8s sandboxes with policy, audit, and approvals. installs: docker:ghcr.io/runewardd/runeward:v0.1.4 detail: https://mcpindex.ai/server/io-github-runewardd-runeward - io.github.SystemCraftsman/strimzi-kafka-cli (io.github.SystemCraftsman/strimzi-kafka-cli@1.0.0b11) Manage Apache Kafka on Kubernetes via Strimzi. Clusters, topics, users, connectors, MM2. installs: pypi:strimzi-kafka-cli detail: https://mcpindex.ai/server/io-github-systemcraftsman-strimzi-kafka-cli - Kubernetes Manifest Audit (io.github.UnbearableDev/k8s-manifest-audit@1.0.0) kube-linter audit for Kubernetes manifests — 63 checks: security, availability, RBAC, network. installs: remote:https://unbearable-dev--k8s-manifest-audit.apify.actor/mcp detail: https://mcpindex.ai/server/io-github-unbearabledev-k8s-manifest-audit - io.github.apatilgtn/k8scortex-mcp (io.github.apatilgtn/k8scortex-mcp@1.0.2) Kubernetes MCP server: 75 tools for GKE, AKS, EKS, RBAC, audit logging, GitOps, multi-cluster. installs: npm:k8scortex-mcp detail: https://mcpindex.ai/server/io-github-apatilgtn-k8scortex-mcp - Argocd (io.github.asklokesh/argocd-mcp-server@0.1.0) MCP server for ArgoCD GitOps continuous delivery integration installs: pypi:argocd-mcp-server detail: https://mcpindex.ai/server/io-github-asklokesh-argocd-mcp-server - io.github.containers/kubernetes-mcp-server (io.github.containers/kubernetes-mcp-server@0.0.66) A Model Context Protocol (MCP) server for Kubernetes and OpenShift installs: npm:kubernetes-mcp-server | pypi:kubernetes-mcp-server | docker:ghcr.io/containers/kubernetes-mcp-server:v0.0.66 detail: https://mcpindex.ai/server/io-github-containers-kubernetes-mcp-server - KSail (io.github.devantler-tech/ksail@7.178.21) SDK for creating, managing, and operating Kubernetes clusters and workloads with ease. installs: docker:ghcr.io/devantler-tech/ksail:v7.178.21 detail: https://mcpindex.ai/server/io-github-devantler-tech-ksail - io.github.dexcom-inc/argocd-mcp (io.github.dexcom-inc/argocd-mcp@0.0.1) Manage ArgoCD GitOps applications - query status, sync, and troubleshoot deployments. installs: manual detail: https://mcpindex.ai/server/io-github-dexcom-inc-argocd-mcp - K8s Lens (io.github.firas-mcp-servers/k8s-lens-mcp@0.1.0) MCP server for natural-language Kubernetes operations across single or multi-cluster environments. installs: pypi:k8s-lens-mcp detail: https://mcpindex.ai/server/io-github-firas-mcp-servers-k8s-lens-mcp - Lumino MCP Server (io.github.geored/lumino@0.9.2) AI-powered SRE observability for Kubernetes/OpenShift with 40+ Tekton debugging tools installs: pypi:lumino-mcp-server detail: https://mcpindex.ai/server/io-github-geored-lumino - Kubernetes Ephemeral Job (io.github.inhuman/mcp-k8s-ephemeral-job@0.7.1) Runs a command in a throwaway Kubernetes pod and returns exit code, output and artifacts. installs: docker:docker.io/idconstruct/mcp-k8s-ephemeral-job:v0.7.1 detail: https://mcpindex.ai/server/io-github-inhuman-mcp-k8s-ephemeral-job - K8s MCP Server (Go) (io.github.kaneg/k8s-mcp-go@0.4.6) Safe Kubernetes access for AI agents via MCP. Read-only by default, with explicit permission modes. installs: manual detail: https://mcpindex.ai/server/io-github-kaneg-k8s-mcp-go - io.github.kubeleash/kubeleash (io.github.kubeleash/kubeleash@0.3.0) Kubernetes MCP server with RBAC-style, context-scoped guardrails for AI agents. installs: docker:ghcr.io/kubeleash/kubeleash:0.3.0 detail: https://mcpindex.ai/server/io-github-kubeleash-kubeleash - io.github.kubently/kubently (io.github.kubently/kubently@2.3.1) Troubleshoot Kubernetes agentically: natural-language cluster diagnosis via ask_kubently installs: npm:@kubently/cli detail: https://mcpindex.ai/server/io-github-kubently-kubently - io.github.lemahq/lema-mcp (io.github.lemahq/lema-mcp@0.22.2) Cited 'why was this decided?' answers for your repo and for React, Kubernetes, and Rust. installs: npm:lema-mcp detail: https://mcpindex.ai/server/io-github-lemahq-lema-mcp - io.github.luisgf/infrabroker (io.github.luisgf/infrabroker@3.1.0) SSH & Kubernetes access broker for AI agents; the model never touches a credential. installs: docker:ghcr.io/luisgf/infrabroker:3.1.0 detail: https://mcpindex.ai/server/io-github-luisgf-infrabroker - io.github.mikhae1/kubeview (io.github.mikhae1/kubeview@1.9.5) Read-only Model Context Protocol MCP server enabling code-driven AI analysis of Kubernetes clusters. installs: npm:kubeview-mcp detail: https://mcpindex.ai/server/io-github-mikhae1-kubeview - io.github.nogoo9/no-crd (io.github.nogoo9/no-crd@0.17.0) Dynamic pod spawner & proxy for ephemeral AI agent workspaces on Kubernetes without CRDs installs: npm:@nogoo9/no-crd detail: https://mcpindex.ai/server/io-github-nogoo9-no-crd - io.github.oijusti/k8s-port-forward-mcp (io.github.oijusti/k8s-port-forward-mcp@0.0.8) Kubernetes Port Forward — MCP Server: port-forward Kubernetes services with terminal integration installs: npm:k8s-port-forward-mcp detail: https://mcpindex.ai/server/io-github-oijusti-k8s-port-forward-mcp - Rackspace Spot (io.github.rackspace-spot/spot-mcp@0.3.2) Manage Rackspace Spot Kubernetes Cloudspaces, node pools, and VMs from your AI assistant. installs: docker:docker.io/rackspacengpc/spot-mcp:latest | remote:https://mcp.spot.rackspace.com/mcp detail: https://mcpindex.ai/server/io-github-rackspace-spot-spot-mcp - io.github.rajeswaran140/crowvault (io.github.rajeswaran140/crowvault@2.3.0) 327 dev tools via REST API and MCP. Generate Dockerfiles, schemas, K8s, APIs, and more. installs: npm:crowvault | remote:https://api.crowvault.ai/mcp detail: https://mcpindex.ai/server/io-github-rajeswaran140-crowvault - io.github.rex/rancher-mcp (io.github.rex/rancher-mcp@1.26.4) Capability-aware MCP server for Rancher-managed Kubernetes: discovery, resources, workflows. installs: pypi:rancher-mcp detail: https://mcpindex.ai/server/io-github-rex-rancher-mcp - io.github.sandeepbazar/ocm-mcp-server (io.github.sandeepbazar/ocm-mcp-server@0.3.0) Guardrailed fleet ops for AI agents: multi-cluster Kubernetes via OCM with policy, approval, audit. installs: pypi:ocm-mcp-server detail: https://mcpindex.ai/server/io-github-sandeepbazar-ocm-mcp-server - OpenShift MCP Server (io.github.sanjaypsachdev/mcp-server-openshift@1.2.0) OpenShift/Kubernetes cluster management via the oc CLI for MCP clients installs: npm:mcp-server-openshift | docker:docker.io/sanjaypsachdev/mcp-server-openshift:1.2.0 detail: https://mcpindex.ai/server/io-github-sanjaypsachdev-mcp-server-openshift - Radar (io.github.skyhook-io/radar@1.9.2) Kubernetes visibility for AI agents: query workloads, events, logs, topology, and Helm releases. installs: docker:ghcr.io/skyhook-io/radar:1.9.2 detail: https://mcpindex.ai/server/io-github-skyhook-io-radar - Nora (io.github.solomon2773/nora@0.1.4) Operate self-hosted OpenClaw and Hermes agent fleets on Docker or Kubernetes from MCP clients. installs: npm:@noraai/mcp-server detail: https://mcpindex.ai/server/io-github-solomon2773-nora - io.github.sophotechlabs/kube-lint-mcp (io.github.sophotechlabs/kube-lint-mcp@0.8.9) Validate Kubernetes manifests, Helm charts, Kustomize overlays, and FluxCD resources installs: pypi:kube-lint-mcp | docker:ghcr.io/sophotechlabs/kube-lint-mcp:0.8.9 detail: https://mcpindex.ai/server/io-github-sophotechlabs-kube-lint-mcp - io.github.txn2/kubefwd (io.github.txn2/kubefwd@1.25.16) Kubernetes port forwarding for local development with automatic /etc/hosts entries. installs: manual detail: https://mcpindex.ai/server/io-github-txn2-kubefwd - io.github.vfarcic/dot-ai (io.github.vfarcic/dot-ai@0.112.0) AI-powered development platform for Kubernetes deployments and intelligent automation installs: npm:@vfarcic/dot-ai detail: https://mcpindex.ai/server/io-github-vfarcic-dot-ai - VMware AVI (io.github.vmware-skills/vmware-avi@1.8.9) VMware AVI (NSX ALB) load balancer plus AKO Kubernetes ops — 29 MCP tools. installs: pypi:vmware-avi detail: https://mcpindex.ai/server/io-github-vmware-skills-vmware-avi - VMware VKS (io.github.vmware-skills/vmware-vks@1.8.10) vSphere with Tanzu (VKS): Namespace and TanzuKubernetesCluster lifecycle. Requires vSphere 8.x+. installs: pypi:vmware-vks detail: https://mcpindex.ai/server/io-github-vmware-skills-vmware-vks - io.github.your-ko/mcp-k8s-ro (io.github.your-ko/mcp-k8s-ro@1.2.0) Read-only Kubernetes MCP server: inspect resources, logs, events, and metrics. Secrets are masked. installs: docker:ghcr.io/your-ko/mcp-k8s-ro:1.2.0 detail: https://mcpindex.ai/server/io-github-your-ko-mcp-k8s-ro - VMware AVI (io.github.zw008/vmware-avi@1.8.8) VMware AVI (NSX ALB) load balancer plus AKO Kubernetes ops — 29 MCP tools. installs: pypi:vmware-avi detail: https://mcpindex.ai/server/io-github-zw008-vmware-avi - VMware VKS (io.github.zw008/vmware-vks@1.8.8) vSphere with Tanzu (VKS): Namespace and TanzuKubernetesCluster lifecycle. Requires vSphere 8.x+. installs: pypi:vmware-vks detail: https://mcpindex.ai/server/io-github-zw008-vmware-vks ## Maps & Location (507) - ai.agentlookups/groundtruth (ai.agentlookups/groundtruth@1.0.0) Federal environmental records + address due-diligence layers near any US location. Tools installs: remote:https://env.agentlookups.ai/mcp detail: https://mcpindex.ai/server/ai-agentlookups-groundtruth - BittleBits GEO Assistant (ai.bittlebits/bittlebits@1.0.0) GEO scores and content-rewrite suggestions for any web page, as MCP tools. installs: remote:https://bittlebits.ai/mcp detail: https://mcpindex.ai/server/ai-bittlebits-bittlebits - ai.factori/mcp (ai.factori/mcp@1.0.1) Real-world location intelligence: foot traffic, trade areas, demographics, site scoring, and more. installs: remote:https://mcp.factori.ai/mcp detail: https://mcpindex.ai/server/ai-factori-mcp - ai.geodesiclabs/governance-platform (ai.geodesiclabs/governance-platform@1.2.0) Pre-execution governance for AI agents. Deterministic PASS/FAIL/REVIEW verdicts, replayable proof. installs: remote:https://app.geodesiclabs.ai/mcp detail: https://mcpindex.ai/server/ai-geodesiclabs-governance-platform - Nashboard Merchants (ai.nashboard/nashboard-merchants@1.0.0) Merchant intelligence for AI agents: brand/operator/location hierarchy + industry codes. installs: remote:https://nashboard.ai/mcp detail: https://mcpindex.ai/server/ai-nashboard-nashboard-merchants - ai.openhelm/seo-growth (ai.openhelm/seo-growth@0.1.0) Autonomous SEO + GEO growth: keyword research, audits, content, AI answer-engine visibility. installs: remote:https://mcp.openhelm.ai/seo/mcp detail: https://mcpindex.ai/server/ai-openhelm-seo-growth - Buildability™ — Property Zoning & Buildability™ Intelligence (ai.readypermit/geo@1.2.3) Zoning, ADU eligibility, flood zone, setbacks, and buildability intelligence for U.S. parcels. installs: remote:https://rnfonkwthefktfvfwypr.supabase.co/functions/v1/mcp-server detail: https://mcpindex.ai/server/ai-readypermit-geo - ai.smithery/JunoJunHyun-festival-finder-mcp (ai.smithery/JunoJunHyun-festival-finder-mcp@1.16.0) Discover festivals worldwide by location, date, and genre. Compare options with key details like d… installs: remote:https://server.smithery.ai/@JunoJunHyun/festival-finder-mcp/mcp detail: https://mcpindex.ai/server/ai-smithery-junojunhyun-festival-finder-mcp - ai.smithery/infranodus-mcp-server-infranodus (ai.smithery/infranodus-mcp-server-infranodus@1.0.0) Map text into knowledge graphs to create a structured representation of conceptual relations and t… installs: remote:https://server.smithery.ai/@infranodus/mcp-server-infranodus/mcp detail: https://mcpindex.ai/server/ai-smithery-infranodus-mcp-server-infranodus - ai.smithery/jenniferjiang0511-mit-ai-studio-hw3 (ai.smithery/jenniferjiang0511-mit-ai-studio-hw3@1.15.0) Greet people by name and check local forecasts and weather alerts across the U.S. Switch to a play… installs: remote:https://server.smithery.ai/@jenniferjiang0511/mit-ai-studio-hw3/mcp detail: https://mcpindex.ai/server/ai-smithery-jenniferjiang0511-mit-ai-studio-hw3 - ai.smithery/mfukushim-map-traveler-mcp (ai.smithery/mfukushim-map-traveler-mcp@0.2.0) Create immersive travel experiences by instructing an avatar to navigate Google Maps. Report on th… installs: remote:https://server.smithery.ai/@mfukushim/map-traveler-mcp/mcp detail: https://mcpindex.ai/server/ai-smithery-mfukushim-map-traveler-mcp - ai.smithery/sasabasara-where_is_my_bus_mcp (ai.smithery/sasabasara-where_is_my_bus_mcp@2.0.0) Get real-time NYC bus arrivals, live vehicle locations, and service alerts. Plan trips between any… installs: remote:https://server.smithery.ai/@sasabasara/where_is_my_bus_mcp/mcp detail: https://mcpindex.ai/server/ai-smithery-sasabasara-where-is-my-bus-mcp - ai.smithery/smithery-ai-national-weather-service (ai.smithery/smithery-ai-national-weather-service@1.0.0) Provide real-time and forecast weather information for locations in the United States using natura… installs: remote:https://server.smithery.ai/@smithery-ai/national-weather-service/mcp detail: https://mcpindex.ai/server/ai-smithery-smithery-ai-national-weather-service - ai.spideriq/leads (ai.spideriq/leads@1.9.0) SpiderIQ Leads: lead-gen MCP (jobs, campaigns, IDAP, Maps, People, Verify, company intel, spiderPR) installs: npm:@spideriq/mcp-leads detail: https://mcpindex.ai/server/ai-spideriq-leads - Uwear (ai.uwear/uwear@1.0.0) AI photoshoot studio: garments, avatars, locations, and art direction installs: remote:https://api.uwear.ai/mcp detail: https://mcpindex.ai/server/ai-uwear-uwear - app.cloudmindmaps/mindmaps (app.cloudmindmaps/mindmaps@1.1.0) Create and read mind maps on CloudMindMaps from Claude and other AI assistants. installs: npm:cloudmindmaps-mcp detail: https://mcpindex.ai/server/app-cloudmindmaps-mindmaps - IP Address API (app.ip/ipinfo@1.0.0) What's My IP Address: caller's public IP, ASN, geo, timezone, user-agent, headers, TLS info. installs: remote:https://ip.app/mcp detail: https://mcpindex.ai/server/app-ip-ipinfo - TrustyData (app.trustydata/trustydata@1.0.0) French address quality, geocoding & routing from official data (BAN, INSEE, OpenStreetMap). installs: remote:https://mcp.trustydata.app/mcp detail: https://mcpindex.ai/server/app-trustydata-trustydata - app.vayapin/mcp (app.vayapin/mcp@0.1.2) VayaPin MCP: pin resolution + Google Maps geocoding/places + AfterShip tracking, with BYOK. installs: npm:@vayacore/mcp detail: https://mcpindex.ai/server/app-vayapin-mcp - Grimoire (bot.ttrpg/grimoire@1.5.0) Manage TTRPG campaigns: NPCs, locations, factions, quests, sessions, lore, and knowledge graphs. installs: remote:https://api.ttrpg.bot/mcp detail: https://mcpindex.ai/server/bot-ttrpg-grimoire - com.acuris-geo/acuris-mcp (com.acuris-geo/acuris-mcp@1.0.0) Address validation & geocoding for AI agents: 240+ countries, UK PAF, free US/CA enrichment installs: remote:https://api.acuris-geo.com/mcp detail: https://mcpindex.ai/server/com-acuris-geo-acuris-mcp - com.ainetcafe/netcafe-live-data (com.ainetcafe/netcafe-live-data@1.1.0) Live data: weather, air quality, FX, CN/HK/US stocks, IP geo, domain, SSL, China reachability. installs: remote:https://ainetcafe.com/mcp/data detail: https://mcpindex.ai/server/com-ainetcafe-netcafe-live-data - AlpineDataWorks Intelligence Server (com.alpinedataworks/adw-intelligence-server@0.3.7) Agent-ready economic, market & geo-health intelligence — 318 MCP tools, 309 driver-backed indices. installs: remote:https://api.alpinedataworks.com/mcp detail: https://mcpindex.ai/server/com-alpinedataworks-adw-intelligence-server - APIVerve (com.apiverve/mcp-server@1.1.0) 350+ production-ready APIs through one MCP server — weather, geocoding, validation, financial data. installs: remote:https://api.apiverve.com/v1/mcp detail: https://mcpindex.ai/server/com-apiverve-mcp-server - com.apogeoapi/apogeoapi-mcp (com.apogeoapi/apogeoapi-mcp@1.0.2) Geographic data API: 250+ countries, 150K+ cities, IP geolocation, 161 live FX rates. installs: npm:@apogeoapi/mcp detail: https://mcpindex.ai/server/com-apogeoapi-apogeoapi-mcp - Registry Expansion Routing (com.bonissystems/registry-expansion@1.0.0) Public-registry routing map by entity kind. Read-only reference data, not a determination. installs: remote:https://bonissystems.com/api/knox/agents/registry-expansion/mcp detail: https://mcpindex.ai/server/com-bonissystems-registry-expansion - com.clauxel.genaispanmapper/genaispanmapper-mcp (com.clauxel.genaispanmapper/genaispanmapper-mcp@1.0.0) Remote MCP for GenAI span mapping, provider normalization, dashboard schemas, and receipts. installs: remote:https://genaispanmapper.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-genaispanmapper-genaispanmapper-mcp - Crosby, TX Weather (com.crosbynews/weather@1.5.0) Crosby, TX weather, air quality, tropics, floods, fishing, pollen, roads, radar, news & schools. installs: remote:https://crosbynews.com/mcp detail: https://mcpindex.ai/server/com-crosbynews-weather - DaedalMap Disaster and Geospatial Data (com.daedalmap/county-map@1.0.1) Geospatial MCP server for earthquake, tsunami, volcano, disaster, and FX data queries. installs: remote:https://app.daedalmap.com/mcp detail: https://mcpindex.ai/server/com-daedalmap-county-map - DaedalMap Distributed Manufacturing Locations (com.daedalmap/distributed-manufacturing@1.0.1) Open manufacturing and maker facility locations for country and facility-type queries. installs: remote:https://app.daedalmap.com/mcp/distributed_manufacturing detail: https://mcpindex.ai/server/com-daedalmap-distributed-manufacturing - DaedalMap Earthquake Data (com.daedalmap/earthquakes@1.0.2) Global earthquake events from the USGS, 2150 BC-present: magnitude, depth, location, counts. installs: remote:https://app.daedalmap.com/mcp/earthquakes detail: https://mcpindex.ai/server/com-daedalmap-earthquakes - DaedalMap Geocoding and Reverse Geocoding (loc_id) (com.daedalmap/geocoding@1.0.3) Reverse geocode latitude/longitude to loc_id; resolve loc_ids to boundaries, centroids, hierarchy. installs: remote:https://app.daedalmap.com/mcp/geography detail: https://mcpindex.ai/server/com-daedalmap-geocoding - DaedalMap Reverse Geocoding (coordinates to loc_id) (com.daedalmap/reverse-geocoding@1.0.1) Convert latitude/longitude to the deepest administrative loc_id plus its full parent chain. installs: remote:https://app.daedalmap.com/mcp/reverse-geocoding detail: https://mcpindex.ai/server/com-daedalmap-reverse-geocoding - DaedalMap Volcanic Activity (com.daedalmap/volcanoes@1.0.2) Global volcanic eruptions from the Smithsonian Global Volcanism Program: VEI, location, dates. installs: remote:https://app.daedalmap.com/mcp/volcanoes detail: https://mcpindex.ai/server/com-daedalmap-volcanoes - The Mirror System — AI Citability (com.danielsdesignstudio/mirror-ai-citability@1.2.5) AI Citability across AEO, GEO, SEO & MCP: is a brand cited & callable? Free Lite Reflection. installs: remote:https://mcp.danielsdesignstudio.com/mcp detail: https://mcpindex.ai/server/com-danielsdesignstudio-mirror-ai-citability - com.datakoot/weather-intel-mcp (com.datakoot/weather-intel-mcp@2.0.0) US weather, alerts, earthquakes and elevation for AI agents, from NWS/NOAA and USGS. No API keys. installs: remote:https://weather.datakoot.com/mcp detail: https://mcpindex.ai/server/com-datakoot-weather-intel-mcp - DeepMap AI (com.deepmapai/geophysical-intelligence@2.0.0) Multi-hazard geophysical risk scoring, prediction, weather, insurance, and climate tools installs: pypi:deepmap-mcp detail: https://mcpindex.ai/server/com-deepmapai-geophysical-intelligence - DiscoLike (com.discolike/mcp-server@1.0.0) TAM mapping, company discovery, contact intelligence, and technographics across 65M+ B2B domains. installs: remote:https://api.discolike.com/v1/mcp detail: https://mcpindex.ai/server/com-discolike-mcp-server - com.dropwatchhq/distress-abc (com.dropwatchhq/distress-abc@1.0.0) ABC/receivership wind-down asset maps: state notices joined to UCC collateral & secured parties. installs: remote:https://abc.dropwatchhq.com/mcp detail: https://mcpindex.ai/server/com-dropwatchhq-distress-abc - dxtra Radio — Frequency Database (com.dxtra/dxtra-radio@1.0.0) Radio frequency database: FM, AM, shortwave, TV, ham, weather, emergency alerts. 15+ countries. installs: remote:https://dxtra.com/mcp/sse detail: https://mcpindex.ai/server/com-dxtra-dxtra-radio - com.findyourfivepm/mcp-server (com.findyourfivepm/mcp-server@1.0.2) Discover cities where it's currently 5PM around the world with timezone and location data. installs: remote:https://mcp.findyourfivepm.com detail: https://mcpindex.ai/server/com-findyourfivepm-mcp-server - com.gadgethumans.api/api-hub (com.gadgethumans.api/api-hub@3.0.0) 300+ free MCP tools: weather, crypto, DNS, QR, colors, SEO, UUIDs, and more. installs: manual detail: https://mcpindex.ai/server/com-gadgethumans-api-api-hub - Geospatial System — Location Profile (com.geospatialsystem/location-profile@3.0.0) Elevation, slope, terrain maps & 3-D surfaces for any site — near-global 30 m, US 10 m, AU/NZ 5 m. installs: remote:https://api.geospatialsystem.com/mcp detail: https://mcpindex.ai/server/com-geospatialsystem-location-profile - com.googleapis.mapstools/mcp (com.googleapis.mapstools/mcp@1.0.0) Ground your AI applications with trusted geospatial data from Google Maps. installs: remote:https://mapstools.googleapis.com/mcp detail: https://mcpindex.ai/server/com-googleapis-mapstools-mcp - GribStream MCP (com.gribstream/mcp@1.1.3) Hosted weather data MCP for discovery, validation, and OAuth-protected GribStream queries. installs: remote:https://gribstream.com/mcp detail: https://mcpindex.ai/server/com-gribstream-mcp - Geolocate Me (com.guleki/geolocate-me@1.0.2) Give any AI assistant real-time access to your phone's GPS and location history. installs: remote:https://geolocateme.guleki.com/mcp detail: https://mcpindex.ai/server/com-guleki-geolocate-me - Hemelion Decision and Pattern Reflection (com.hemelion/decision-reflection@1.8.0) Native Clarity decision mapping, MindScan episode reflection, and read-only evidence tools. installs: remote:https://www.hemelion.com/mcp detail: https://mcpindex.ai/server/com-hemelion-decision-reflection - com.holydb/holydb-mcp (com.holydb/holydb-mcp@1.0.1) Read-only MCP server for HolyDB: find Catholic parish Mass times by location and time. installs: remote:https://api.holydb.com/mcp detail: https://mcpindex.ai/server/com-holydb-holydb-mcp - com.joelverhagen.mcp/Knapcode.SampleMcpServer (com.joelverhagen.mcp/Knapcode.SampleMcpServer@0.10.0-beta.10) A sample MCP server using the MCP C# SDK. Generates random numbers and random weather. installs: manual detail: https://mcpindex.ai/server/com-joelverhagen-mcp-knapcode-samplemcpserver - MindMap (com.keenethics-labs/mindmap@0.1.0) Turn outlines and hierarchical notes into interactive mind maps through a hosted remote MCP server. installs: remote:https://mindmap-mcp-directory.keenethics-labs.com/mcp detail: https://mcpindex.ai/server/com-keenethics-labs-mindmap - com.mcparmory/ip2location-geolocation (com.mcparmory/ip2location-geolocation@1.0.3) Look up IP address location and geolocation data with country, city, timezone, and ISP details installs: pypi:mcparmory-ip2location-geolocation | docker:ghcr.io/mcparmory/ip2location-geolocation:1.0.3 detail: https://mcpindex.ai/server/com-mcparmory-ip2location-geolocation - com.mcparmory/opencage-geocoding (com.mcparmory/opencage-geocoding@1.0.2) Convert addresses to coordinates and reverse-geocode locations worldwide installs: pypi:mcparmory-opencage-geocoding | docker:ghcr.io/mcparmory/opencage-geocoding:1.0.2 detail: https://mcpindex.ai/server/com-mcparmory-opencage-geocoding - UK Court Finder MCP Server from MCPBundles (com.mcpbundles/uk-court-finder@1.0.0) Find UK courts and tribunals by location, name, or law area with addresses and contacts installs: remote:https://mcp.mcpbundles.com/bundle/uk-court-finder/ detail: https://mcpindex.ai/server/com-mcpbundles-uk-court-finder - KAZM Mellow Mountain Radio (com.mellowmountainradio.mcp/kazm@1.0.0) KAZM 106.5 FM/780 AM: now playing, weather, fire alerts, road conditions & concerts (Sedona, AZ). installs: remote:https://mcp.mellowmountainradio.com/mcp detail: https://mcpindex.ai/server/com-mellowmountainradio-mcp-kazm - Meltema Weather (com.meltema/weather@1.0.0) Multi-model weather forecasts: point series, model scoreboard, and gridded fields. No auth. installs: remote:https://meltema.com/mcp detail: https://mcpindex.ai/server/com-meltema-weather - MindMeister (com.mindmeister/mcp@1.0.0) Create, edit, and organize MindMeister mind maps from your AI assistant. installs: remote:https://mcp.mindmeister.com/mcp detail: https://mcpindex.ai/server/com-mindmeister-mcp - com.mireye/earth (com.mireye/earth@0.5.0) MCP server for Mireye Earth — federal-source-cited geospatial data for any MCP-aware agent. installs: pypi:mireye-mcp | remote:https://api.mireye.com/mcp detail: https://mcpindex.ai/server/com-mireye-earth - com.n0brains/mcp (com.n0brains/mcp@1.2.0) Self-routing market intel for agents: A-F trade checks, one-call briefs, real liq maps, proof board. installs: remote:https://api.n0brains.com/mcp/ detail: https://mcpindex.ai/server/com-n0brains-mcp - Census County Business Patterns (com.olyport/census-cbp@1.1.0) Establishment counts, employment, and payroll by geography and NAICS code from Census CBP installs: remote:https://mcp.olyport.com/census-cbp/mcp detail: https://mcpindex.ai/server/com-olyport-census-cbp - USGS Earthquakes (com.olyport/earthquake@1.1.0) Real-time earthquake events from the US Geological Survey installs: remote:https://mcp.olyport.com/earthquake/mcp detail: https://mcpindex.ai/server/com-olyport-earthquake - FBI NIBRS Crime Data (com.olyport/fbi-nibrs@1.1.0) National crime incident estimates from NIBRS by offense type, weapon, and location installs: remote:https://mcp.olyport.com/fbi-nibrs/mcp detail: https://mcpindex.ai/server/com-olyport-fbi-nibrs - FDIC BankFind (com.olyport/fdic-bankfind@1.0.0) Bank financials, branch locations, deposit data, and failure history from FDIC installs: remote:https://mcp.olyport.com/fdic-bankfind/mcp detail: https://mcpindex.ai/server/com-olyport-fdic-bankfind - NWS Weather Alerts (com.olyport/nws-alerts@1.1.0) Active weather alerts and warnings from the National Weather Service installs: remote:https://mcp.olyport.com/nws-alerts/mcp detail: https://mcpindex.ai/server/com-olyport-nws-alerts - VA Healthcare Facilities (com.olyport/va-healthcare@1.1.0) VA facility locations, services, wait times, and satisfaction scores installs: remote:https://mcp.olyport.com/va-healthcare/mcp detail: https://mcpindex.ai/server/com-olyport-va-healthcare - com.pixelgust/mcp (com.pixelgust/mcp@1.0.0) Weather, climate, terrain, fire and flood risk data for any point or polygon on Earth. Free tier. installs: remote:https://pixelgust.com/mcp detail: https://mcpindex.ai/server/com-pixelgust-mcp - Pro Flight Search Airport Delays (com.proflightsearch/airport-delays@1.0.2) Read-only airport delay, weather, and 24h forecast tools for AI assistants. Airport-level only. installs: remote:https://proflightsearch.com/mcp detail: https://mcpindex.ai/server/com-proflightsearch-airport-delays - Reqbeat Hiring Signals (com.reqbeat/hiring-signals@1.0.0) Find companies hiring for a role and geo, qualify them, and watch them for changes. installs: remote:https://mcp.reqbeat.com/mcp detail: https://mcpindex.ai/server/com-reqbeat-hiring-signals - Location and Timezone MCP Server by RoxyAPI (com.roxyapi/location@1.0.0) City geocoding and timezone resolution for birth data, for AI agents, one API key. installs: remote:https://roxyapi.com/mcp/location detail: https://mcpindex.ai/server/com-roxyapi-location - Sarkoa (com.sarkoa/mcp@1.1.0) Host and serve geospatial files: list, upload, download, and share via Sarkoa. installs: remote:https://mcp.sarkoa.com/mcp detail: https://mcpindex.ai/server/com-sarkoa-mcp - ShowMeOnMap (com.showmeonmap/maps@0.3.1) Ask in plain English, get a rendered, shareable map from live public data. 24 geospatial tools. installs: npm:@showmeonmap/mcp | remote:https://showmeonmap.com/api/mcp detail: https://mcpindex.ai/server/com-showmeonmap-maps - Smart Led Messenger (com.smartledmessenger/afficheur@1.0.0) Control your Smart Led Messenger LED display: settings, weather city and instant messages. installs: remote:https://www.smartledmessenger.com/mcp?key={cle} detail: https://mcpindex.ai/server/com-smartledmessenger-afficheur - SpryTools API MCP Server (com.sprytools/sprytools@1.0.1) Utility tools for AI agents: hashing, text stats, validation, DNS, currency, GEO audits. installs: remote:https://api.sprytools.com/mcp detail: https://mcpindex.ai/server/com-sprytools-sprytools - Teppek (com.teppek/teppek@1.2.0) Map-first global classifieds marketplace — post & find jobs, real estate, vehicles & services installs: remote:https://mcp.teppek.com/mcp detail: https://mcpindex.ai/server/com-teppek-teppek - The Mine Works (com.themineworks/the-mine-works@1.1.0) 31 pay-per-result web data tools: LinkedIn, Google Maps, SEC, real estate, jobs, leads, gov data. installs: remote:https://the-mine-works-mcp.hatchable.site/api/mcp detail: https://mcpindex.ai/server/com-themineworks-the-mine-works - com.thenextgennexus/weather-mcp-server (com.thenextgennexus/weather-mcp-server@1.0.0) Forecasts, climate history, severe alerts by location — for outdoor-event planners. installs: remote:https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/weather-mcp-server/mcp detail: https://mcpindex.ai/server/com-thenextgennexus-weather-mcp-server - com.thenightsky/store (com.thenightsky/store@0.1.0) Design custom star maps and engraved jewellery in chat; checkout finishes on thenightsky.com. installs: remote:https://mcp.thenightsky.com/mcp detail: https://mcpindex.ai/server/com-thenightsky-store - Outdoors (com.theoutdoorsapp/outdoors@1.1.0) US outdoor recreation: 37k+ trails, 30k+ campgrounds, parks, weather + wildfire safety. Read-only. installs: remote:https://theoutdoorsapp.com/mcp detail: https://mcpindex.ai/server/com-theoutdoorsapp-outdoors - Tollmint (com.tollmint/gateway@0.1.0) Per-call data for agents: graded behavioural science, dark-pattern detection, web fetch, geocode. installs: remote:https://api.tollmint.com/mcp detail: https://mcpindex.ai/server/com-tollmint-gateway - consulting.sequel/agent-tools (consulting.sequel/agent-tools@1.1.4) Sequel, leading Italian digital media consultancy: request a quote, site check, SEO/GEO insights. installs: remote:https://api.sequel.consulting/mcp.php detail: https://mcpindex.ai/server/consulting-sequel-agent-tools - Mainline (dev.mainline/mcp@1.0.0) Gives your AI agent your story map and given/when/then acceptance criteria. Read-only. installs: remote:https://mainline.dev/mcp/{team_id} detail: https://mcpindex.ai/server/dev-mainline-mcp - Clarigrid (energy.clarigrid/clarigrid@0.2.0) Read-only electricity, gas, and weather data with structured provenance and units. installs: remote:https://mcp.clarigrid.energy/mcp detail: https://mcpindex.ai/server/energy-clarigrid-clarigrid - Moddable Games Tools (games.moddable.tools/moddable-games-tools@1.1.0) 15 tools for chess variant analysis, hex map generation, and board game utilities installs: remote:https://tools.moddable.games/mcp detail: https://mcpindex.ai/server/games-moddable-tools-moddable-games-tools - ge.meni/admin (ge.meni/admin@1.0.0) Restaurant management API for meni.ge owners: manage menus, locations, orders, and settings. installs: remote:https://api.meni.ge/mcp detail: https://mcpindex.ai/server/ge-meni-admin - io.aeotool/mcp (io.aeotool/mcp@1.0.0) Pilot AEO/GEO from Claude: bulk audits, server-side fixes via WordPress plugin, AI citations. installs: remote:https://aeotool.io/api/mcp detail: https://mcpindex.ai/server/io-aeotool-mcp - AfterLaunch: the agentic growth marketing engine (io.afterlaunch/agentic-growth-marketing@1.0.0) Growth marketing, SEO and GEO as agent tools: ranked moves, ship them, AI answer visibility. installs: remote:https://afterlaunch.io/api/mcp detail: https://mcpindex.ai/server/io-afterlaunch-agentic-growth-marketing - io.aitrips/trip-planner (io.aitrips/trip-planner@1.0.0) AI-native trip planning with flights, activities, accommodations, tasks, and maps. installs: remote:https://aitrips.io/api/ai/mcp detail: https://mcpindex.ai/server/io-aitrips-trip-planner - io.ausdata/au-weather-mcp (io.ausdata/au-weather-mcp@0.4.9) Query Australian weather + air quality — forecasts, current obs, 80yr archive (BOM). installs: pypi:au-weather-mcp detail: https://mcpindex.ai/server/io-ausdata-au-weather-mcp - Frase SEO (io.frase/mcp-server@0.6.3) SEO, GEO & AI Visibility — research, write, optimize, publish & monitor content. 121 tools. installs: npm:@frase/mcp-server detail: https://mcpindex.ai/server/io-frase-mcp-server - HackMyIP — no-key IP intelligence (io.github.0xvibly/hackmyip-mcp@1.0.0) Free no-key IP intelligence: geolocation, VPN detection, DNS, WHOIS, blacklists, breach checks installs: remote:https://hackmyip.com/mcp detail: https://mcpindex.ai/server/io-github-0xvibly-hackmyip-mcp - io.github.3121n/kartverket-mcp (io.github.3121n/kartverket-mcp@0.4.2) Norwegian address geocoding, places, properties, buildings & elevation from Kartverket. installs: npm:@nor-data/kartverket-mcp detail: https://mcpindex.ai/server/io-github-3121n-kartverket-mcp - io.github.7mza/geolocation-mcp (io.github.7mza/geolocation-mcp@0.0.1) An MCP server that provides fast and up-to-date IP geolocation data. installs: docker:7mza/geolocation-mcp:0.0.1 detail: https://mcpindex.ai/server/io-github-7mza-geolocation-mcp - io.github.930m310n/geomelon-mcp (io.github.930m310n/geomelon-mcp@1.1.1) MCP server for the Geomelon geographic API — stdio and remote HTTP transports installs: npm:geomelon-mcp detail: https://mcpindex.ai/server/io-github-930m310n-geomelon-mcp - io.github.930m310n/mcp (io.github.930m310n/mcp@1.0.7) MCP server for the Geomelon geographic API — stdio and remote HTTP transports installs: npm:geomelon-mcp detail: https://mcpindex.ai/server/io-github-930m310n-mcp - Google Business Profile MCP (io.github.A1-x-Tech/mcp-google-business@1.0.0) MCP server for Google Business Profile: locations, reviews, local posts and performance metrics. installs: npm:mcp-google-business detail: https://mcpindex.ai/server/io-github-a1-x-tech-mcp-google-business - io.github.AIweather-Anurag/ottasia (io.github.AIweather-Anurag/ottasia@0.1.3) Where to watch X in Y? 30 Asian and Middle Eastern streaming markets, via Claude. installs: npm:@ottasia/mcp-server | remote:https://ottasia.com/api/mcp/sse detail: https://mcpindex.ai/server/io-github-aiweather-anurag-ottasia - io.github.AlexDeMichieli/weather (io.github.AlexDeMichieli/weather@1.0.2) An MCP server for weather information. installs: npm:@alexdemichieli/mcp-weather-server detail: https://mcpindex.ai/server/io-github-alexdemichieli-weather - io.github.AmanMakesStuff/mappls-mcp (io.github.AmanMakesStuff/mappls-mcp@2.0.0) MCP server for Mappls (MapMyIndia) — India-first maps API for AI agents installs: npm:mappls-mcp detail: https://mcpindex.ai/server/io-github-amanmakesstuff-mappls-mcp - io.github.Anioko/archiet-xray (io.github.Anioko/archiet-xray@0.2.3) Deterministic repo architecture maps: auth coverage, blast radius, readiness score, diagrams installs: pypi:archiet-xray detail: https://mcpindex.ai/server/io-github-anioko-archiet-xray - io.github.AutomateLab-tech/ai-seo (io.github.AutomateLab-tech/ai-seo@0.1.1) MCP server for AI-SEO auditing: schema, robots.txt, llms.txt, citation scoring, and AEO/GEO rewrites installs: npm:@automatelab/ai-seo-mcp detail: https://mcpindex.ai/server/io-github-automatelab-tech-ai-seo - IP Geolocation API (io.github.Br0ski777/ip-geolocation@1.1.0) IP geolocation with city, ISP, ASN, VPN/proxy/tor detection. x402. installs: remote:https://ip-geolocation.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-ip-geolocation - io.github.Braynexservices/nigeria-grid3-boundaries (io.github.Braynexservices/nigeria-grid3-boundaries@0.1.1) Nigerian admin boundaries (state/LGA/ward): centroid, bbox, reverse-geocode. GRID3, keyless. installs: npm:@braynexservices/nigeria-mcp-grid3-boundaries detail: https://mcpindex.ai/server/io-github-braynexservices-nigeria-grid3-boundaries - TokenSaver (io.github.Byggarepop/tokensaver@1.15.5) Structural warm start for AI coding agents in .NET: cheap Roslyn signature maps of C#/.NET files. installs: manual detail: https://mcpindex.ai/server/io-github-byggarepop-tokensaver - io.github.ByteOverDev/peak-window (io.github.ByteOverDev/peak-window@1.0.2) Ranks the best weather windows to climb any peak worldwide, on the sharpest regional model. installs: npm:peak-window detail: https://mcpindex.ai/server/io-github-byteoverdev-peak-window - io.github.CSOAI-ORG/acord-bridge-mcp (io.github.CSOAI-ORG/acord-bridge-mcp@0.1.2) Bridge ACORD insurance messages to ONE OS — parse, validate, map, govern (Solvency II / GDPR / installs: pypi:acord-bridge-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-acord-bridge-mcp - io.github.CSOAI-ORG/cics-bridge-mcp (io.github.CSOAI-ORG/cics-bridge-mcp@0.1.1) Bridge IBM CICS mainframe transactions to ONE OS — parse, map, govern (SOX / PCI-DSS / DORA). installs: pypi:cics-bridge-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-cics-bridge-mcp - io.github.CSOAI-ORG/cobol-bridge-mcp (io.github.CSOAI-ORG/cobol-bridge-mcp@1.1.11) AI-assisted COBOL → modern stack bridge. Parse COBOL programs, map to Python/Java/Go, generate t... installs: pypi:cobol-bridge-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-cobol-bridge-mcp - io.github.CSOAI-ORG/dora-nis2-crosswalk-mcp (io.github.CSOAI-ORG/dora-nis2-crosswalk-mcp@1.1.4) DORA × NIS2 Crosswalk MCP — map Regulation (EU) 2022/2554 obligations to Directive (EU) 2022/255... installs: pypi:dora-nis2-crosswalk-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-dora-nis2-crosswalk-mcp - io.github.CSOAI-ORG/geolocation-ai-mcp (io.github.CSOAI-ORG/geolocation-ai-mcp@1.0.4) geolocation-ai-mcp MCP server by MEOK AI Labs installs: pypi:geolocation-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-geolocation-ai-mcp - io.github.CSOAI-ORG/gods-eye-geospatial-mcp (io.github.CSOAI-ORG/gods-eye-geospatial-mcp@1.2.3) gods-eye-geospatial-mcp MCP server by MEOK AI Labs installs: pypi:gods-eye-geospatial-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-gods-eye-geospatial-mcp - io.github.CSOAI-ORG/weather-ai-mcp (io.github.CSOAI-ORG/weather-ai-mcp@1.0.10) Weather Ai tools for AI agents. Capabilities: get current conditions, get forecast, get historical installs: pypi:weather-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-weather-ai-mcp - io.github.FelixWaweru/code-fundi-mcp (io.github.FelixWaweru/code-fundi-mcp@0.1.4) CodeFundi MCP server for codebase mapping and blast-radius analysis. installs: npm:@codefundi/code-fundi-mcp detail: https://mcpindex.ai/server/io-github-felixwaweru-code-fundi-mcp - io.github.FoundryNet/foundrynet-geo (io.github.FoundryNet/foundrynet-geo@1.0.1) x402-gated geocoding + distance gateway. Tools: geocode, distance. installs: remote:https://foundrynet-geo-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-foundrynet-foundrynet-geo - Weather & Climate Intelligence MCP (io.github.FoundryNet/weather-intel-mcp@1.0.0) Weather data, forecast API, climate data, historical weather, alerts, agricultural & travel weather. installs: remote:https://weather-intel-mcp-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-foundrynet-weather-intel-mcp - FreeAstroAPI Astrology (io.github.GabrielRw/freeastroapi@1.0.0) Western, Vedic, and Chinese astrology calculations, charts, forecasts, and geocoding. installs: remote:https://api.freeastroapi.com/mcp detail: https://mcpindex.ai/server/io-github-gabrielrw-freeastroapi - The Emotion Dictionary (io.github.GaetanGermain/emotion-dictionary@1.0.0) The Emotion Dictionary's 402 emotions: define a word, resolve a feeling, body maps. CC BY 4.0. installs: remote:https://mcp.emotioninside.org/mcp detail: https://mcpindex.ai/server/io-github-gaetangermain-emotion-dictionary - io.github.Goldentrii/proxy-veil (io.github.Goldentrii/proxy-veil@1.5.4) Residential proxy MCP server for AI agents — geo-targeting, sticky sessions, anti-bot bypass. installs: npm:proxy-veil detail: https://mcpindex.ai/server/io-github-goldentrii-proxy-veil - io.github.GoneTone/mcp-server-taiwan-weather (io.github.GoneTone/mcp-server-taiwan-weather@0.1.4) 用於取得臺灣中央氣象署 API 資料的 Model Context Protocol (MCP) Server installs: npm:@gonetone/mcp-server-taiwan-weather detail: https://mcpindex.ai/server/io-github-gonetone-mcp-server-taiwan-weather - io.github.HalidSaglam/saglitzdesign-mcp (io.github.HalidSaglam/saglitzdesign-mcp@0.19.1) Expert design & marketing MCP: UI/UX, design languages, SEO/GEO, tokens, a11y, recipes. installs: npm:saglitzdesign-mcp detail: https://mcpindex.ai/server/io-github-halidsaglam-saglitzdesign-mcp - io.github.Hyg900928/mcp-weather-server (io.github.Hyg900928/mcp-weather-server@1.0.2) An MCP server for weather information. installs: npm:@heyg/mcp-weather-server detail: https://mcpindex.ai/server/io-github-hyg900928-mcp-weather-server - io.github.James-Chahwan/repo-graph (io.github.James-Chahwan/repo-graph@0.4.20) Structural graph map of any codebase so LLMs navigate by structure, not guesswork. installs: pypi:mcp-repo-graph detail: https://mcpindex.ai/server/io-github-james-chahwan-repo-graph - AccuWeather MCP (io.github.JonJam/accuweather-mcp@1.4.11) MCP server providing weather tools with data sourced from AccuWeather. installs: docker:docker.io/jonjam/accuweather-mcp:1.4.11 detail: https://mcpindex.ai/server/io-github-jonjam-accuweather-mcp - io.github.Kopaev/openvan-travel (io.github.Kopaev/openvan-travel@0.2.3) Vanlife & RV travel data. Fuel, weather, currency, events, news. https://openvan.camp/en/developers installs: remote:https://mcp.openvan.camp/mcp detail: https://mcpindex.ai/server/io-github-kopaev-openvan-travel - MCP Repo Mapper (io.github.LovRanRan/mcp-repo-mapper@0.1.0) Deterministic repository structure mapping for onboarding agents. installs: pypi:mcp-repo-mapper detail: https://mcpindex.ai/server/io-github-lovranran-mcp-repo-mapper - Weather MCP (io.github.Lulu-The-Narwhal/weather-mcp@0.1.0) Free, keyless real-time weather and 7-day forecasts for any city worldwide. installs: remote:https://ads.getlulu.dev/weather/mcp detail: https://mcpindex.ai/server/io-github-lulu-the-narwhal-weather-mcp - Vaults Diagram Tools (io.github.Malnati/vaults-diagram-tools@0.1.4) Mermaid to assets. Source code to maps. MCP for agents. installs: npm:vaults-diagram-tools detail: https://mcpindex.ai/server/io-github-malnati-vaults-diagram-tools - Japan Data MCP (io.github.Mameta29/japan-data-mcp@1.1.0) 30 tools for Japanese data: address, furigana, transit, Diet, holidays, weather, corporate registry installs: npm:@mameta/japan-data-mcp detail: https://mcpindex.ai/server/io-github-mameta29-japan-data-mcp - io.github.MasonChow/source-map-parser-mcp (io.github.MasonChow/source-map-parser-mcp@1.3.2) Parse JavaScript error stack traces back to original source code using source maps installs: npm:source-map-parser-mcp detail: https://mcpindex.ai/server/io-github-masonchow-source-map-parser-mcp - io.github.MatsushitaTokitsugu/micro-data-api-factory (io.github.MatsushitaTokitsugu/micro-data-api-factory@0.2.0) 17+ Japan MCP tools (weather/calendar v2/local-pack/enrich). x402 on Base, wallet-free trial. installs: remote:https://mcp-data-gateway.kasanegi123.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-matsushitatokitsugu-micro-data-api-factory - io.github.Maverick7/glue-code-generator (io.github.Maverick7/glue-code-generator@1.0.6) Maps API JSON to Vue/React components with Zod schemas and live UI previews installs: npm:mcp-glue-code-generator detail: https://mcpindex.ai/server/io-github-maverick7-glue-code-generator - io.github.MeasureSpace/measure-space-mcp-server (io.github.MeasureSpace/measure-space-mcp-server@0.2.0) MCP server for weather, climate, air quality, agriculture, pollen and geocoding from measurespace.io installs: npm:@measurespace/measure-space-mcp-server detail: https://mcpindex.ai/server/io-github-measurespace-measure-space-mcp-server - QA Radar (io.github.MuratKus/qaradar@0.3.5) Tells AI agents which files to test first — churn, coverage, and test mapping as risk scores. installs: pypi:qaradar detail: https://mcpindex.ai/server/io-github-muratkus-qaradar - io.github.NicolasIppoliti/argentina-mcp (io.github.NicolasIppoliti/argentina-mcp@0.1.1) MCP server exposing Argentine public jurisdiction/registry data (georef) and datasets. installs: npm:argentina-mcp detail: https://mcpindex.ai/server/io-github-nicolasippoliti-argentina-mcp - io.github.NormiHQ/normi (io.github.NormiHQ/normi@0.2.1) French real estate data API (DVF) — 17M+ geocoded transactions since 2014. installs: npm:@normi/mcp-dvf detail: https://mcpindex.ai/server/io-github-normihq-normi - io.github.NovadaLabs/proxy4agents-mcp (io.github.NovadaLabs/proxy4agents-mcp@1.7.0) Residential proxy MCP for AI agents — geo-targeting, sticky sessions, anti-bot bypass. installs: npm:bestproxy4agents-mcp detail: https://mcpindex.ai/server/io-github-novadalabs-proxy4agents-mcp - Nowah Travel (io.github.Nowah-xyz/nowah-travel@1.0.0) Your personal AI travel concierge — flights, hotels, 116M+ POIs, visas, weather & more installs: remote:https://claw.nowah.xyz/mcp detail: https://mcpindex.ai/server/io-github-nowah-xyz-nowah-travel - DICOM/HL7/FHIR Interoperability MCP Server (io.github.NyxToolsDev/dicom-hl7-mcp-server@0.2.0) Bridges DICOM, HL7v2, and FHIR with cross-standard mapping and optional PACS connectivity. installs: pypi:dicom-hl7-mcp detail: https://mcpindex.ai/server/io-github-nyxtoolsdev-dicom-hl7-mcp-server - Cosmic Correlation Engine (io.github.OdinBot33/cce-mcp-server@1.3.1) AI Agent Astrology — natal charts, transits, cosmic weather, and forecasts for AI agents. installs: npm:cce-mcp-server detail: https://mcpindex.ai/server/io-github-odinbot33-cce-mcp-server - io.github.Ooak21/cortex402 (io.github.Ooak21/cortex402@0.2.0) Pay-per-call x402 data products on Base mainnet — sanctions, aviation weather, US property. installs: npm:cortex402-mcp detail: https://mcpindex.ai/server/io-github-ooak21-cortex402 - io.github.OpenCageData/opencage-geocoding-mcp (io.github.OpenCageData/opencage-geocoding-mcp@1.0.3) MCP server for OpenCage geocoding API installs: npm:@opencage/mcp-opencage-server detail: https://mcpindex.ai/server/io-github-opencagedata-opencage-geocoding-mcp - io.github.OzorOwn/frostbyte (io.github.OzorOwn/frostbyte@1.0.0) MCP server giving AI agents access to 40+ APIs: geo, crypto, screenshots, DNS, and more installs: docker:ghcr.io/ozorown/frostbyte-mcp:latest detail: https://mcpindex.ai/server/io-github-ozorown-frostbyte - io.github.Perufitlife/aviation-mcp (io.github.Perufitlife/aviation-mcp@1.0.0) Live aviation data for AI agents: METAR weather, airports, aircraft, glossary & FAA questions. installs: remote:https://renzomacar--aviation-mcp.apify.actor/mcp?token={apifyToken} detail: https://mcpindex.ai/server/io-github-perufitlife-aviation-mcp - io.github.Preethi0716/weather (io.github.Preethi0716/weather@1.0.4) An MCP server for weather information. installs: npm:@mercylinpreethi/mcp-weather-server detail: https://mcpindex.ai/server/io-github-preethi0716-weather - io.github.PrometheusAgency/eudr-parcel-screener (io.github.PrometheusAgency/eudr-parcel-screener@0.1.1) Screen farm plots for EUDR deforestation risk with the official EU JRC maps. installs: remote:https://mcp.apify.com/?actors=prometheusagency/eudr-parcel-screener detail: https://mcpindex.ai/server/io-github-prometheusagency-eudr-parcel-screener - io.github.QWarranto/leafengines (io.github.QWarranto/leafengines@2.0.8) 🌱 Agricultural AI: Soil analysis, crop recommendations, weather forecasts. FREE TurboQuant. installs: npm:@ancientwhispers54/leafengines-mcp-server detail: https://mcpindex.ai/server/io-github-qwarranto-leafengines - io.github.Raffaele86/local-leads-mcp (io.github.Raffaele86/local-leads-mcp@0.1.1) Find local businesses with no website via OpenStreetMap, then verify them. No API keys needed. installs: pypi:local-leads-mcp detail: https://mcpindex.ai/server/io-github-raffaele86-local-leads-mcp - io.github.RajX-dev/n3mo (io.github.RajX-dev/n3mo@2.0.3) N3MO: Code intelligence engine mapping repositories into queryable symbol graphs. installs: pypi:n3mo detail: https://mcpindex.ai/server/io-github-rajx-dev-n3mo - coret.id (io.github.Rama-Digital/coret@1.1.0) Create, read, update, illustrate, export, and share live mind maps in coret.id. installs: remote:https://mcp.coret.id/mcp detail: https://mcpindex.ai/server/io-github-rama-digital-coret - io.github.Redseb/rpgmaker-mz-mcp (io.github.Redseb/rpgmaker-mz-mcp@1.2.0) MCP server for RPG Maker MZ: maps, tile painting, events, database editing, and validation. installs: npm:rpgmaker-mz-mcp detail: https://mcpindex.ai/server/io-github-redseb-rpgmaker-mz-mcp - io.github.RudrenduPaul/llmscout (io.github.RudrenduPaul/llmscout@0.3.7) Zero-config SEO and GEO checker: 21 technical-SEO and generative-engine checks for a live site. installs: pypi:llmscout-cli detail: https://mcpindex.ai/server/io-github-rudrendupaul-llmscout - Serenn — Find Verified Field Service Technicians (io.github.Serenn-AI/technician-search@1.0.2) Find verified appliance repair, HVAC, and plumbing technicians by location and brand. installs: npm:serenn-mcp-server detail: https://mcpindex.ai/server/io-github-serenn-ai-technician-search - io.github.Soil911/atlaspi (io.github.Soil911/atlaspi@0.10.2) Historical geography for AI agents: polities, GeoJSON borders, chains & events, 4500 BCE-today installs: pypi:atlaspi-mcp detail: https://mcpindex.ai/server/io-github-soil911-atlaspi - Hawaii Conditions MCP Server (io.github.Spacemandomains/hawaii-conditions@1.0.12) Real-time surf, weather, trail status, volcano, ocean safety, and restaurants for Hawaii. installs: remote:https://hawaii-conditions.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-spacemandomains-hawaii-conditions - SpecLeft (io.github.SpecLeft/specleft@0.4.0) Python intent tracing MCP: map specs to pytest tests, monitor implementation progress, offline-only. installs: pypi:specleft detail: https://mcpindex.ai/server/io-github-specleft-specleft - io.github.StarHawkMK1/weather (io.github.StarHawkMK1/weather@1.0.2) MCP weather server for Windows tutorial installs: npm:@starhawk/mcp-weather-server detail: https://mcpindex.ai/server/io-github-starhawkmk1-weather - GeoLabel (io.github.TylerCoxDruin/geolabel@0.1.1) Turn GPS coordinates into place name, category, and live opening hours via OpenStreetMap. installs: pypi:geolabel-mcp detail: https://mcpindex.ai/server/io-github-tylercoxdruin-geolabel - io.github.VirajMishra1/wander-agent (io.github.VirajMishra1/wander-agent@0.1.1) 60-tool AI travel agent: flights, hotels, visas, weather, fare watching, trip memory. No keys. installs: pypi:wander-agent detail: https://mcpindex.ai/server/io-github-virajmishra1-wander-agent - World Weather Online (io.github.WorldWeatherOnline/wwo-mcp@1.0.0) Global weather API: forecasts, historical data, marine, ski, astronomy and timezone. installs: remote:https://mcp.worldweatheronline.com/mcp detail: https://mcpindex.ai/server/io-github-worldweatheronline-wwo-mcp - JP Data (io.github.a-mashiro-art/jp-data@6.1.0) Japan, Korea and UK official data for AI agents: filings, FX, weather, travel, patents, AI tools. installs: remote:https://jp-data-api-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-a-mashiro-art-jp-data - io.github.aahlijia/dekko (io.github.aahlijia/dekko@0.21.3) Static code map generator: MAP.md + map.json for any repo, plus a Claude Code /map plugin installs: pypi:dekko detail: https://mcpindex.ai/server/io-github-aahlijia-dekko - io.github.adriancisnerosspeed-hub/civic-library-mcp (io.github.adriancisnerosspeed-hub/civic-library-mcp@0.1.1) US civic & property data: geocoding, census tracts, Opportunity Zones, FEMA flood zones. installs: npm:civic-library-mcp detail: https://mcpindex.ai/server/io-github-adriancisnerosspeed-hub-civic-library-mcp - io.github.aimsise/color-engine-mcp (io.github.aimsise/color-engine-mcp@1.0.1) Six pure, in-memory CSS color tools: parse, convert, WCAG/APCA contrast, gamut map, ramps, solver installs: npm:color-engine-mcp detail: https://mcpindex.ai/server/io-github-aimsise-color-engine-mcp - io.github.algolayertechnologies/mapsi-mcp (io.github.algolayertechnologies/mapsi-mcp@1.0.0) Geocoding, routing, isochrone, H3, elevation and 13 more geospatial tools via OpenStreetMap. installs: npm:mapsi-mcp detail: https://mcpindex.ai/server/io-github-algolayertechnologies-mapsi-mcp - io.github.anara123/weather (io.github.anara123/weather@1.0.1) An MCP server for weather information. installs: npm:@anara123/mcp-weather-server detail: https://mcpindex.ai/server/io-github-anara123-weather - io.github.andrew-sondgeroth/zipexplore-mcp (io.github.andrew-sondgeroth/zipexplore-mcp@1.0.0) US ZIP code intelligence: demographics, weather, tax, crime, housing, voting, and more. installs: remote:https://mcp.zipexplore.com/mcp detail: https://mcpindex.ai/server/io-github-andrew-sondgeroth-zipexplore-mcp - Cartograph (io.github.anthony-maio/cartograph@1.1.4) Repo analysis for coding agents with ranked files, dependency maps, and task-scoped context. installs: npm:@anthony-maio/cartograph detail: https://mcpindex.ai/server/io-github-anthony-maio-cartograph - io.github.antuelle78/weather-mcp (io.github.antuelle78/weather-mcp@1.0.0) A simple MCP server for getting weather information. installs: manual detail: https://mcpindex.ai/server/io-github-antuelle78-weather-mcp - Zmanim MCP Server (io.github.ariroffe72/zmanim-mcp-server@0.3.1) MCP server providing Jewish prayer times (zmanim) calculations for any location worldwide. installs: pypi:zmanim-mcp-server detail: https://mcpindex.ai/server/io-github-ariroffe72-zmanim-mcp-server - io.github.atk1-eng/weather (io.github.atk1-eng/weather@1.0.1) An MCP server for weather information. installs: npm:@atk1-eng/mcp-weather-server detail: https://mcpindex.ai/server/io-github-atk1-eng-weather - io.github.augee99/mcp-weather (io.github.augee99/mcp-weather@1.0.0) An MCP server that provides [describe what your server does] installs: pypi:mcp-weather-augee99 detail: https://mcpindex.ai/server/io-github-augee99-mcp-weather - io.github.aybeeare/water-conditions (io.github.aybeeare/water-conditions@1.1.0) Real-time water temperature and tides for 8,000+ locations, by name or lat/long coordinates. installs: pypi:water-conditions-mcp detail: https://mcpindex.ai/server/io-github-aybeeare-water-conditions - io.github.bamwor-dev/bamwor-mcp-server (io.github.bamwor-dev/bamwor-mcp-server@0.2.2) World geographic data for AI agents: 261 countries, 5.2M cities, rankings, and 9 indexes. installs: npm:bamwor-mcp-server detail: https://mcpindex.ai/server/io-github-bamwor-dev-bamwor-mcp-server - aloha.fyi Hawaii (io.github.baphometnxg/aloha-fyi-mcp@1.2.0) Hawaii MCP: tours, events, weather, restaurants, and day-plan itineraries across 4 islands. installs: remote:https://mcp-server-nani-v3-20.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-baphometnxg-aloha-fyi-mcp - io.github.batook22/project-knowledge-mcp (io.github.batook22/project-knowledge-mcp@1.0.6) Cross-project knowledge graph for MCP — map features across mobile, backend, and admin codebases. installs: npm:project-knowledge-mcp detail: https://mcpindex.ai/server/io-github-batook22-project-knowledge-mcp - io.github.bellvijay/weather (io.github.bellvijay/weather@1.0.2) An MCP server for weather information. installs: npm:@vijay-npm/mcp-weather-server detail: https://mcpindex.ai/server/io-github-bellvijay-weather - InferMap (io.github.benseverndev-oss/infermap@0.6.0) Map messy columns to a known schema — 7 scorers, domain dictionaries, F1 0.84. Zero config. installs: pypi:infermap | remote:https://infermap-mcp-production.up.railway.app/mcp/ detail: https://mcpindex.ai/server/io-github-benseverndev-oss-infermap - io.github.borgi-s/dfxm-geo-mcp (io.github.borgi-s/dfxm-geo-mcp@0.1.0) MCP server for the dfxm-geo dark-field X-ray microscopy forward model installs: pypi:dfxm-geo-mcp detail: https://mcpindex.ai/server/io-github-borgi-s-dfxm-geo-mcp - io.github.builditwithgk/repo-cartographer (io.github.builditwithgk/repo-cartographer@1.0.1) Maps any repo into an architecture diagram (Mermaid/Graphviz) and enforces architecture rules in CI installs: npm:repo-cartographer detail: https://mcpindex.ai/server/io-github-builditwithgk-repo-cartographer - io.github.byrness/weather (io.github.byrness/weather@1.0.8) An MCP server for weather information. installs: npm:@byrness/mcp-weather-server detail: https://mcpindex.ai/server/io-github-byrness-weather - Synapse — GEO Growth Layer (io.github.calvinling2021-star/synapse-geo@0.1.2) Lints + auto-fixes how AI coding agents discover any new product. 24 rules, 6 tools, score 0-100. installs: npm:@calvin8miles/mcp-server | remote:https://runsynapse.dev/api/mcp detail: https://mcpindex.ai/server/io-github-calvinling2021-star-synapse-geo - io.github.chrischall/kiaaccess-mcp (io.github.chrischall/kiaaccess-mcp@0.6.1) Kia Access for Claude — vehicle status, location, doors, climate, and charging installs: npm:kiaaccess-mcp detail: https://mcpindex.ai/server/io-github-chrischall-kiaaccess-mcp - io.github.christerso/celestial-node (io.github.christerso/celestial-node@1.1.0) Real-time space data — ISS tracking, rocket launches, space news, Mars weather, and more installs: npm:celestialnode-mcp detail: https://mcpindex.ai/server/io-github-christerso-celestial-node - Nephyr Weather (io.github.clm-studios/nephyr-weather@0.1.1) GFS ensemble weather signals for prediction market edge detection across 12 cities installs: pypi:nephyr-weather detail: https://mcpindex.ai/server/io-github-clm-studios-nephyr-weather - io.github.closermethod/content-repurposing-mcp (io.github.closermethod/content-repurposing-mcp@1.0.1) One asset, every platform: repurpose maps, platform specs, and the film-once-cut-many workflow. installs: npm:content-repurposing-mcp detail: https://mcpindex.ai/server/io-github-closermethod-content-repurposing-mcp - io.github.codespar/mcp-brasil-api (io.github.codespar/mcp-brasil-api@0.2.2) MCP server for BrasilAPI — CEP, CNPJ, banks, FIPE, holidays, weather installs: npm:@codespar/mcp-brasil-api detail: https://mcpindex.ai/server/io-github-codespar-mcp-brasil-api - Proximens Oracle (io.github.cryptosun/proximens-oracle@1.0.0) 1000+ Generative Engine Optimization (GEO) principles exposed via MCP for AI agents. installs: remote:https://www.proximens.nl/mcp detail: https://mcpindex.ai/server/io-github-cryptosun-proximens-oracle - MusclesWorked (io.github.csjoblom/musclesworked@0.1.0) Exercise-to-muscle mapping: 856 exercises, 65 muscles, workout analysis & alternatives. installs: npm:musclesworked-mcp detail: https://mcpindex.ai/server/io-github-csjoblom-musclesworked - io.github.cturkieh/france-data-mcp (io.github.cturkieh/france-data-mcp@0.26.3) French public-data MCP: cross-ref health, demographics, business, geo & real-estate. installs: npm:france-data-mcp | remote:https://france-data-mcp.vercel.app/mcp detail: https://mcpindex.ai/server/io-github-cturkieh-france-data-mcp - io.github.cyanheads/attack-surface-mcp-server (io.github.cyanheads/attack-surface-mcp-server@0.1.1) Passive external attack-surface mapping: CT subdomains, DNS, TLS, HTTP posture, RDAP/WHOIS, Shodan. installs: npm:@cyanheads/attack-surface-mcp-server detail: https://mcpindex.ai/server/io-github-cyanheads-attack-surface-mcp-server - io.github.cyanheads/aviation-weather-mcp-server (io.github.cyanheads/aviation-weather-mcp-server@0.1.8) Fetch METARs, TAFs, PIREPs, and SIGMETs/AIRMETs from the NWS Aviation Weather Center. installs: npm:@cyanheads/aviation-weather-mcp-server | remote:https://aviation-weather.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-aviation-weather-mcp-server - io.github.cyanheads/census-mcp-server (io.github.cyanheads/census-mcp-server@0.3.2) Query U.S. Census Bureau data, variables, and geography via MCP. installs: npm:@cyanheads/census-mcp-server detail: https://mcpindex.ai/server/io-github-cyanheads-census-mcp-server - io.github.cyanheads/fcc-broadband-mcp-server (io.github.cyanheads/fcc-broadband-mcp-server@0.1.12) FCC broadband availability, coverage analysis, and digital divide data for US geographies. installs: npm:@cyanheads/fcc-broadband-mcp-server | remote:https://fcc-broadband.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-fcc-broadband-mcp-server - io.github.cyanheads/noaa-spaceweather-mcp-server (io.github.cyanheads/noaa-spaceweather-mcp-server@0.1.11) NOAA SWPC space weather: storm scales, Kp index, aurora forecasts, solar wind, activity, alerts. installs: npm:@cyanheads/noaa-spaceweather-mcp-server | remote:https://noaa-spaceweather.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-noaa-spaceweather-mcp-server - io.github.cyanheads/nominatim-mcp-server (io.github.cyanheads/nominatim-mcp-server@0.1.8) Geocode, reverse geocode, and run Overpass spatial queries on OpenStreetMap data. installs: npm:@cyanheads/nominatim-mcp-server | remote:https://nominatim.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-nominatim-mcp-server - io.github.cyanheads/nws-weather-mcp-server (io.github.cyanheads/nws-weather-mcp-server@0.7.2) Get US weather forecasts, active alerts, and current observations. installs: npm:@cyanheads/nws-weather-mcp-server | remote:https://nws.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-nws-weather-mcp-server - io.github.cyanheads/open-meteo-mcp-server (io.github.cyanheads/open-meteo-mcp-server@0.3.4) Global weather via Open-Meteo: forecast, ERA5 archive, marine, air quality, geocoding, elevation. installs: npm:@cyanheads/open-meteo-mcp-server | remote:https://open-meteo.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-open-meteo-mcp-server - io.github.cyanheads/openchargemap-mcp-server (io.github.cyanheads/openchargemap-mcp-server@0.1.7) Find EV charging stations, detail, and reliability check-ins via the global Open Charge Map. installs: npm:@cyanheads/openchargemap-mcp-server | remote:https://openchargemap.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-openchargemap-mcp-server - io.github.cyanheads/openstreetmap-mcp-server (io.github.cyanheads/openstreetmap-mcp-server@0.4.1) Geocode, reverse geocode, and run Overpass spatial queries on OpenStreetMap data. installs: npm:@cyanheads/openstreetmap-mcp-server | remote:https://openstreetmap.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-openstreetmap-mcp-server - io.github.cyanheads/toolkit-mcp-server (io.github.cyanheads/toolkit-mcp-server@2.0.1) Generate IDs, QR codes, and hashes, encode values, geolocate IPs, plus gated host diagnostics. installs: npm:@cyanheads/toolkit-mcp-server detail: https://mcpindex.ai/server/io-github-cyanheads-toolkit-mcp-server - io.github.cyanheads/wsdot-mcp-server (io.github.cyanheads/wsdot-mcp-server@0.2.3) WA highway conditions, ferry schedules, vessel locations, toll rates, and border waits via MCP. installs: npm:@cyanheads/wsdot-mcp-server | remote:https://wsdot.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-wsdot-mcp-server - io.github.daedalus/mcp-metar (io.github.daedalus/mcp-metar@0.1.0) MCP server for METAR/TAF aviation weather data installs: pypi:mcp-metar detail: https://mcpindex.ai/server/io-github-daedalus-mcp-metar - Weather Data MCP Server (io.github.dgahagan/weather-mcp@1.13.0) 17 weather tools, no API keys: forecasts, alerts, air quality, marine, radar, lightning, wildfires installs: npm:@dangahagan/weather-mcp detail: https://mcpindex.ai/server/io-github-dgahagan-weather-mcp - io.github.dharun-rd/weather (io.github.dharun-rd/weather@1.0.1) An MCP server for weather information. installs: npm:@dharunrd14/mcp-weather-server detail: https://mcpindex.ai/server/io-github-dharun-rd-weather - Japan Weather & Alerts (io.github.easakura/japan-weather-alerts-mcp@1.0.0) Japan weather forecasts and disaster alerts from JMA: forecasts, warnings, and earthquake info. installs: remote:https://tenki-mcp.easakura.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-easakura-japan-weather-alerts-mcp - io.github.ebrunet001/mcp-server-latest-news (io.github.ebrunet001/mcp-server-latest-news@0.1.28) Real-time global news, crypto, weather & earthquakes from 27 free APIs. No API keys required. installs: remote:https://mrbridge--latest-news-mcp-server.apify.actor/mcp detail: https://mcpindex.ai/server/io-github-ebrunet001-mcp-server-latest-news - MeteoSwiss MCP Server (io.github.eins78/meteoswiss-mcp@2.0.2) Swiss weather data for AI assistants — forecasts, measurements, stations, pollen. installs: npm:meteoswiss-mcp | remote:https://meteoswiss-mcp.ars.is/mcp detail: https://mcpindex.ai/server/io-github-eins78-meteoswiss-mcp - AIquila — Nextcloud MCP Server (io.github.elgorro/aiquila-mcp@0.3.23) Nextcloud MCP server — files, calendar, contacts, mail, maps, notes, tasks & 120+ more tools installs: npm:aiquila-mcp | docker:ghcr.io/elgorro/aiquila-mcp:0.3.23 | remote:https://{hostname}/mcp detail: https://mcpindex.ai/server/io-github-elgorro-aiquila-mcp - io.github.elninyo-ops/baseline-mcp (io.github.elninyo-ops/baseline-mcp@0.1.1) Statistically rigorous weather and climate context: forecast plus 35-year historical ranking. installs: pypi:baseline-mcp detail: https://mcpindex.ai/server/io-github-elninyo-ops-baseline-mcp - io.github.eugenregehr/geo-seo-analyzer-octoboost (io.github.eugenregehr/geo-seo-analyzer-octoboost@1.1.1) Analyze multiple URLs with categorized SEO / GEO checks and scored results. installs: npm:octoboost-mcp-server detail: https://mcpindex.ai/server/io-github-eugenregehr-geo-seo-analyzer-octoboost - io.github.eugenregehr/octoboost (io.github.eugenregehr/octoboost@1.0.6) Analyze multiple URLs with categorized SEO / GEO checks and scored results. installs: npm:octoboost-mcp-server detail: https://mcpindex.ai/server/io-github-eugenregehr-octoboost - Yandex Metrika MCP (io.github.expremiental/yandex-metrika-mcp@0.1.0) Read-only Yandex Metrika MCP. Query visits, sources, geo, devices and more in plain language. installs: remote:https://mcp.getaiaiai.ru/yandex-metrika detail: https://mcpindex.ai/server/io-github-expremiental-yandex-metrika-mcp - io.github.flowzap-xyz/flowzap (io.github.flowzap-xyz/flowzap@2.0.0) Create workflow, sequence, architecture, and mind map diagrams via AI assistants. installs: npm:flowzap-mcp detail: https://mcpindex.ai/server/io-github-flowzap-xyz-flowzap - io.github.frangelbarrera/osint-agent-skills (io.github.frangelbarrera/osint-agent-skills@1.4.1) OSINT MCP server — 23 tools: DNS, WHOIS, Shodan, breaches, GEOINT, crypto. Works with Claude Code. installs: npm:@frangelbarrera/osint-agent-skills detail: https://mcpindex.ai/server/io-github-frangelbarrera-osint-agent-skills - Japan Weather & Alerts (io.github.fujimura-ui/japan-weather-alerts-mcp@1.0.0) Japan weather forecasts and disaster alerts from JMA: forecasts, warnings, and earthquake info. installs: remote:https://tenki-mcp.plus-synergy.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-fujimura-ui-japan-weather-alerts-mcp - io.github.gander-tools/osm-tagging-schema-mcp (io.github.gander-tools/osm-tagging-schema-mcp@3.0.1) MCP server for querying and validating OpenStreetMap tags installs: npm:@gander-tools/osm-tagging-schema-mcp detail: https://mcpindex.ai/server/io-github-gander-tools-osm-tagging-schema-mcp - loc8n Geographic Data (io.github.gener8v-thomas/mcp-geographic-data@0.1.3) U.S. demographics, housing, mortgage, migration, and employment data via loc8n API installs: npm:@gener8v/mcp-geographic-data | remote:https://mcp.loc8n.com/sse detail: https://mcpindex.ai/server/io-github-gener8v-thomas-mcp-geographic-data - io.github.georgeracu/google-jules-mcp-server (io.github.georgeracu/google-jules-mcp-server@0.2.4) Model Context Protocol server for Google's Jules AI coding agent installs: npm:google-jules-mcp-server detail: https://mcpindex.ai/server/io-github-georgeracu-google-jules-mcp-server - Dog Leadership Academy (io.github.georgetranoz/dla-mcp@1.0.0) Diagnose common dog behaviour problems, get program pricing, and submit the free assessment. installs: remote:https://www.dogleadershipacademy.com/mcp detail: https://mcpindex.ai/server/io-github-georgetranoz-dla-mcp - io.github.gersonfreire/simpliq-server (io.github.gersonfreire/simpliq-server@0.1.1) Simpliq Data Proxy MCP Server - Connects LLMs to SQL Databases via Semantic Mapping installs: pypi:simpliq-mcp-server-dev-test detail: https://mcpindex.ai/server/io-github-gersonfreire-simpliq-server - io.github.gkcogz/1trippulse (io.github.gkcogz/1trippulse@7.0.0) 1trip PULSE: 21-tool AI travel planner. Flights, hotels, visa, safety, weather, 120+ cities. installs: npm:1trippulse-mcp-server detail: https://mcpindex.ai/server/io-github-gkcogz-1trippulse - GLC Geo MCP (io.github.glc-rag/geo-mcp@0.2.0) Free GeoNames MCP: countries, cities, POIs, distance & nearby. Remote HTTP + agent token signup. installs: remote:https://mcp.glc-rag.hu/mcp detail: https://mcpindex.ai/server/io-github-glc-rag-geo-mcp - SEO Audit MCP Server (io.github.glivera/seo-audit@0.2.0) Professional SEO auditing: 15 tools, 9 checks, CWV, E-E-A-T, schema, GEO. Free tier. installs: remote:https://seo.accruedev.com/mcp detail: https://mcpindex.ai/server/io-github-glivera-seo-audit - CREHQ Location Intelligence (io.github.groundroof/crehq-mcp-server@0.1.7) CREHQ entity affiliation, brand, site, franchise, credit, and location-intelligence tools. installs: npm:crehq-mcp-server | remote:https://mcp.crehq.com/mcp detail: https://mcpindex.ai/server/io-github-groundroof-crehq-mcp-server - io.github.guzz-labs/epwforge-mcp (io.github.guzz-labs/epwforge-mcp@0.3.1) EPW/DDY weather files - TMY/AMY/CMIP6 morphing, UHI, events, smoke. 3 of 4 tools anon-free. installs: pypi:epwforge-mcp | remote:https://epwforge.com/api/mcp detail: https://mcpindex.ai/server/io-github-guzz-labs-epwforge-mcp - io.github.haomingkoo/japan-seasons (io.github.haomingkoo/japan-seasons@0.5.0) Live Japan seasonal travel MCP: sakura, autumn leaves, flowers, festivals, fruit farms, weather. installs: npm:japan-seasons-mcp | remote:https://seasons.kooexperience.com/mcp?dateStyle={dateStyle}&temperatureUnit={temperatureUnit}&includeCoordinates={includeCoordinates}&mapLanguage={mapLanguage} detail: https://mcpindex.ai/server/io-github-haomingkoo-japan-seasons - io.github.heliosarchitect/wems (io.github.heliosarchitect/wems@1.5.3) Real-time natural hazard monitoring: earthquakes, tsunamis, volcanoes, solar weather, air quality installs: pypi:wems-mcp-server detail: https://mcpindex.ai/server/io-github-heliosarchitect-wems - io.github.hoon1983/spaceweather-mcp (io.github.hoon1983/spaceweather-mcp@0.1.0) Space weather & geomagnetic conditions (NOAA SWPC, NASA DONKI, USGS, Kyoto) via MCP. installs: pypi:spaceweather-mcp detail: https://mcpindex.ai/server/io-github-hoon1983-spaceweather-mcp - CLIO Geojson (io.github.iowarp/geojson-mcp@2.2.3) MCP server for inspecting, validating, and summarizing GeoJSON documents (stdlib only) installs: pypi:clio-kit detail: https://mcpindex.ai/server/io-github-iowarp-geojson-mcp - io.github.ip2location/mcp-ip2location-io (io.github.ip2location/mcp-ip2location-io@1.1.1) IP Geolocation MCP server that query the geolocation information using IP2Location.io API. installs: pypi:mcp-ip2location-io detail: https://mcpindex.ai/server/io-github-ip2location-mcp-ip2location-io - Weather MCP Server (io.github.isdaniel/mcp_weather_server@0.6.1) providing weather information, air quality data, and timezone utilities using the Open-Meteo API. installs: pypi:mcp-weather-server detail: https://mcpindex.ai/server/io-github-isdaniel-mcp-weather-server - FlightSeatmap (io.github.jackculpan/flightseatmap@4.1.0) Look up airline seat maps, find the best seats, and manage seat alerts from your AI assistant. installs: remote:https://mcp.flightseatmap.com/mcp detail: https://mcpindex.ai/server/io-github-jackculpan-flightseatmap - io.github.jamesmontemagno/monkeymcp (io.github.jamesmontemagno/monkeymcp@2.0.3) MCP server providing monkey data, journeys, and location services for various monkey species. installs: docker:docker.io/jamesmontemagno/monkeymcp:2.0.3 detail: https://mcpindex.ai/server/io-github-jamesmontemagno-monkeymcp - io.github.jaredco-ai/weather-mcp-server (io.github.jaredco-ai/weather-mcp-server@1.0.1) Fast - accurate weather conditions and forecasts by city or coordinates. installs: npm:@jaredco/weather-mcp-server detail: https://mcpindex.ai/server/io-github-jaredco-ai-weather-mcp-server - io.github.jocarrd/aemet-mcp (io.github.jocarrd/aemet-mcp@0.1.2) MCP server for AEMET — Spain's weather agency. Forecasts, CAP warnings, station observations. installs: npm:aemet-mcp detail: https://mcpindex.ai/server/io-github-jocarrd-aemet-mcp - io.github.joelverhagen/Knapcode.SampleMcpServer (io.github.joelverhagen/Knapcode.SampleMcpServer@0.7.0-beta) A sample MCP server using the MCP C# SDK. Generates random numbers and random weather. installs: manual detail: https://mcpindex.ai/server/io-github-joelverhagen-knapcode-samplemcpserver - UniProt MCP (io.github.josefdc/uniprot-mcp@0.1.0) Read-only UniProtKB via MCP (entries, sequences, features, GO, taxonomy, ID mapping). installs: pypi:uniprot-mcp detail: https://mcpindex.ai/server/io-github-josefdc-uniprot-mcp - io.github.kambleaa007/weather (io.github.kambleaa007/weather@1.0.1) An MCP server for weather information. installs: npm:@kambleaa007/mcp-weather-server detail: https://mcpindex.ai/server/io-github-kambleaa007-weather - io.github.kingbbs/yiditu-mcp (io.github.kingbbs/yiditu-mcp@1.1.0) I Ching hexagram analysis and geographic feng shui for Taiwan locations installs: npm:yiditu-mcp | remote:https://api.yiditu.tech/mcp detail: https://mcpindex.ai/server/io-github-kingbbs-yiditu-mcp - HOI4 Agent Tools (io.github.klimPaskov/hoi4-agent-tools@2.5.0) Analyze HOI4 events, tech trees, AI weights, and MTTH; build focus trees, GUIs, and maps. installs: npm:hoi4-agent-tools detail: https://mcpindex.ai/server/io-github-klimpaskov-hoi4-agent-tools - GIA — Governed Intelligence Architecture (io.github.knowledgepa3/gia-mcp-server@0.4.4) Runtime AI governance: decision gates, human approval, hash-chained audit, compliance mapping. installs: npm:gia-mcp-server | remote:https://gia.aceadvising.com/mcp detail: https://mcpindex.ai/server/io-github-knowledgepa3-gia-mcp-server - Weather MCP (io.github.kulybaba/weather@0.0.4) An MCP server for weather information by @kulybaba installs: npm:@kulybaba/mcp-weather-server | remote:https://kulybaba.weather.com/mcp/v4.0.0/ detail: https://mcpindex.ai/server/io-github-kulybaba-weather - io.github.kulybaba/weather-mcp (io.github.kulybaba/weather-mcp@0.0.3) An MCP server for weather information by @kulybaba installs: npm:@kulybaba/mcp-weather-server | remote:https://kulybaba.weather.com/mcp/v3.0.0/ detail: https://mcpindex.ai/server/io-github-kulybaba-weather-mcp - io.github.kushknows/weather-mcp-server (io.github.kushknows/weather-mcp-server@1.0.6) An MCP server that provides weather data installs: pypi:weather-mcp-server-test detail: https://mcpindex.ai/server/io-github-kushknows-weather-mcp-server - mcp-belgium (io.github.lacausecrypto/mcp-belgium@1.0.4) Single MCP server for Belgian public transport, statistics, open data, and geospatial services. installs: npm:mcp-belgium detail: https://mcpindex.ai/server/io-github-lacausecrypto-mcp-belgium - Hex Research (io.github.levnikolaevich/hex-research-mcp@0.2.1) Research graph MCP for hypotheses, goals, runs, source quality, audits, and generated maps. installs: npm:@levnikolaevich/hex-research-mcp detail: https://mcpindex.ai/server/io-github-levnikolaevich-hex-research-mcp - io.github.lonniev/tollbooth-sample (io.github.lonniev/tollbooth-sample@0.4.3) Educational Weather Stats MCP Service — Tollbooth DPYC monetization sample installs: remote:https://tollbooth-sample.fastmcp.app/mcp detail: https://mcpindex.ai/server/io-github-lonniev-tollbooth-sample - SHEARLINE (io.github.lostnumber07/shearline@1.1.0) Analyst-grade US severe weather: warnings, SPC outlooks, RAP environment, MRMS, GLM lightning installs: pypi:shearline detail: https://mcpindex.ai/server/io-github-lostnumber07-shearline - io.github.louislili/geo-agent-mcp (io.github.louislili/geo-agent-mcp@1.1.0) GEO Agent Server. Injects product knowledge and SEO landing pages into geo.yigather.com. installs: remote:https://geo.yigather.com/api/v1/mcp detail: https://mcpindex.ai/server/io-github-louislili-geo-agent-mcp - io.github.lovepivix/weather (io.github.lovepivix/weather@1.0.1) An MCP server for weather information. installs: npm:@lovepivix/mcp-weather-server detail: https://mcpindex.ai/server/io-github-lovepivix-weather - io.github.lxchst/weather-server-python (io.github.lxchst/weather-server-python@0.1.1) An MCP server that provides weather information installs: pypi:chst-weather detail: https://mcpindex.ai/server/io-github-lxchst-weather-server-python - IP Geolocation MCP by UnClick (io.github.malamutemayhem/ipapi@0.1.0) IP address geolocation and batch lookup with country, city, region, ISP, and timezone. By UnClick. installs: npm:@unclick/ipapi-mcp detail: https://mcpindex.ai/server/io-github-malamutemayhem-ipapi - OpenAQ Air Quality MCP by UnClick (io.github.malamutemayhem/openaq@0.1.0) Global air quality measurements by location and country from OpenAQ. No API key. By UnClick. installs: npm:@unclick/openaq-mcp detail: https://mcpindex.ai/server/io-github-malamutemayhem-openaq - OpenF1 MCP by UnClick (io.github.malamutemayhem/openf1@0.1.0) Formula 1 sessions, drivers, positions, laps, pit stops, car data, radio, and weather. By UnClick. installs: npm:@unclick/openf1-mcp detail: https://mcpindex.ai/server/io-github-malamutemayhem-openf1 - Open-Meteo Weather MCP by UnClick (io.github.malamutemayhem/openmeteo@0.1.0) Open-Meteo Weather tools for weather, forecast, open-meteo by UnClick. installs: npm:@unclick/openmeteo-mcp detail: https://mcpindex.ai/server/io-github-malamutemayhem-openmeteo - WillyWeather MCP by UnClick (io.github.malamutemayhem/willyweather@0.1.0) Australian weather, surf, and tide forecasts from WillyWeather. By UnClick. installs: npm:@unclick/willyweather-mcp detail: https://mcpindex.ai/server/io-github-malamutemayhem-willyweather - io.github.malkreide/meteoswiss-mcp (io.github.malkreide/meteoswiss-mcp@0.6.1) MeteoSwiss Open Data for weather, climate normals, warnings installs: pypi:meteoswiss-mcp detail: https://mcpindex.ai/server/io-github-malkreide-meteoswiss-mcp - io.github.malkreide/swiss-energy-mcp (io.github.malkreide/swiss-energy-mcp@0.4.1) Swiss energy data via SFOE/BFE and GeoAdmin REST APIs installs: pypi:swiss-energy-mcp detail: https://mcpindex.ai/server/io-github-malkreide-swiss-energy-mcp - io.github.malkreide/swiss-geodata-mcp (io.github.malkreide/swiss-geodata-mcp@0.1.1) Swiss federal geodata (geo.admin.ch): layers, spatial identify, zoning, heights, LV95 conversion installs: pypi:swiss-geodata-mcp detail: https://mcpindex.ai/server/io-github-malkreide-swiss-geodata-mcp - io.github.malkreide/swiss-housing-mcp (io.github.malkreide/swiss-housing-mcp@0.1.0) Swiss Register of Buildings and Dwellings (GWR/RegBL): EGID/EWID lookup, geocoding, housing stats installs: pypi:swiss-housing-mcp detail: https://mcpindex.ai/server/io-github-malkreide-swiss-housing-mcp - io.github.malkreide/swisstopo-mcp (io.github.malkreide/swisstopo-mcp@0.4.1) Swiss federal geodata: geocoding, height, STAC, WMTS, OEREB and more installs: pypi:swisstopo-mcp detail: https://mcpindex.ai/server/io-github-malkreide-swisstopo-mcp - io.github.malkreide/zurich-opendata-mcp (io.github.malkreide/zurich-opendata-mcp@0.7.0) City of Zurich weather, air quality, parking, geodata, Gemeinderat, tourism installs: pypi:zurich-opendata-mcp detail: https://mcpindex.ai/server/io-github-malkreide-zurich-opendata-mcp - NWS Surface Wind Observations MCP Server (io.github.mansurjisan/winds-mcp@0.1.2) NWS surface wind observations (ASOS/AWOS) via Weather.gov and Iowa Environmental Mesonet APIs installs: pypi:winds-mcp detail: https://mcpindex.ai/server/io-github-mansurjisan-winds-mcp - io.github.mapbox/mcp-devkit-server (io.github.mapbox/mcp-devkit-server@0.8.2) Provides AI assistants with direct access to Mapbox developer APIs and documentation. installs: npm:@mapbox/mcp-devkit-server | remote:https://mcp-devkit.mapbox.com/mcp detail: https://mcpindex.ai/server/io-github-mapbox-mcp-devkit-server - io.github.mapdevsaikat/quantaroute-geocoder (io.github.mapdevsaikat/quantaroute-geocoder@1.0.0) Geocode addresses, lookup administrative boundaries, and process DigiPin codes for India installs: npm:@quantaroute/mcp-server detail: https://mcpindex.ai/server/io-github-mapdevsaikat-quantaroute-geocoder - io.github.maraventano/map (io.github.maraventano/map@1.0.2) A subtractive MCP for agent commerce: read · pay · publish. Teacher, not butler. installs: npm:@maraventano/map detail: https://mcpindex.ai/server/io-github-maraventano-map - Natural Disaster Intel (io.github.martc03/natural-disaster-intel@1.0.0) FEMA disasters, NOAA weather alerts, USGS earthquakes. 4 tools. installs: remote:https://natural-disaster-intel-mcp.apify.actor/mcp detail: https://mcpindex.ai/server/io-github-martc03-natural-disaster-intel - Virga Weather (io.github.mcmurrym/virga-weather@0.1.3) Weather API tools — current, hourly, daily forecasts, and historical data. installs: npm:@virga-mcp/server detail: https://mcpindex.ai/server/io-github-mcmurrym-virga-weather - io.github.mfukushim/map-traveler-mcp (io.github.mfukushim/map-traveler-mcp@0.1.4) Virtual traveler library for MCP installs: npm:@mfukushim/map-traveler-mcp detail: https://mcpindex.ai/server/io-github-mfukushim-map-traveler-mcp - MileMaker MCP (io.github.mile-maker/milemaker-mcp@1.0.0) MileMaker MCP server provides mapping services for commercial transportation. installs: remote:https://mcp.milemaker.com/mcp detail: https://mcpindex.ai/server/io-github-mile-maker-milemaker-mcp - AEMET (io.github.mmillan76/aemet-mcp@0.1.1) MCP server exposing AEMET (Spanish weather agency) forecasts, station data and warnings. installs: npm:@mmillan76/aemet-mcp detail: https://mcpindex.ai/server/io-github-mmillan76-aemet-mcp - io.github.mobileappbyharis/navi-x402-mcp (io.github.mobileappbyharis/navi-x402-mcp@1.0.1) Paid agent tools, zero API keys: crypto, weather, translation, web intel, x402 discovery (USDC/Base) installs: npm:navi-x402-mcp detail: https://mcpindex.ai/server/io-github-mobileappbyharis-navi-x402-mcp - io.github.morebetterclaw/humanify-mcp (io.github.morebetterclaw/humanify-mcp@0.1.0) Transform AI-generated copy into human-sounding, GEO-optimised marketing content. installs: npm:@morebetterclaw/humanify-mcp detail: https://mcpindex.ai/server/io-github-morebetterclaw-humanify-mcp - io.github.mtjandra/mcp-weather-server (io.github.mtjandra/mcp-weather-server@1.0.2) An MCP server for weather information. installs: npm:@mtjandra/mcp-weather-server detail: https://mcpindex.ai/server/io-github-mtjandra-mcp-weather-server - Celestium: Cosmic Compass (io.github.nacrissi/celestium-cosmic-compass@0.5.1) Real astrology for AI agents: cosmic weather, synastry, timing, astrocartography, and divination. installs: remote:https://celestium-cosmic-compass.fly.dev/mcp detail: https://mcpindex.ai/server/io-github-nacrissi-celestium-cosmic-compass - io.github.nerfels/mind-map (io.github.nerfels/mind-map@1.12.13) Experimental code intelligence platform for Claude Code with AST parsing and context analysis installs: npm:mind-map-mcp detail: https://mcpindex.ai/server/io-github-nerfels-mind-map - Taiwan CWA Weather (io.github.nigue3025/tw-cwa-weather-mcp@1.0.0) Access Taiwan CWA weather data and forecasts for all counties and cities installs: pypi:tw-cwa-weather-mcp detail: https://mcpindex.ai/server/io-github-nigue3025-tw-cwa-weather-mcp - io.github.ojhermann-org/ferric-fred-mcp (io.github.ojhermann-org/ferric-fred-mcp@0.3.11) MCP server for FRED (Federal Reserve Economic Data): full read API plus GeoFRED, 34 tools. installs: manual detail: https://mcpindex.ai/server/io-github-ojhermann-org-ferric-fred-mcp - io.github.optifeed/optifeed-radar (io.github.optifeed/optifeed-radar@0.2.2) AI visibility checker: does AI recommend your brand? GEO/AEO, runs locally, BYO keys. CLI + MCP. installs: npm:optifeed-radar detail: https://mcpindex.ai/server/io-github-optifeed-optifeed-radar - io.github.overstarry/qweather-mcp (io.github.overstarry/qweather-mcp@1.0.12) a qweather mcp server installs: npm:qweather-mcp detail: https://mcpindex.ai/server/io-github-overstarry-qweather-mcp - io.github.ownedbyly/weather (io.github.ownedbyly/weather@1.0.1) An MCP server for weather information. installs: npm:@ihave2cats/mcp-weather-server detail: https://mcpindex.ai/server/io-github-ownedbyly-weather - io.github.pboddupalli1/weather (io.github.pboddupalli1/weather@1.0.2) An MCP server for weather information. installs: npm:@pranavboddupalli1/mcp-weather-server detail: https://mcpindex.ai/server/io-github-pboddupalli1-weather - Acled (io.github.pipeworx-io/acled@0.2.1) ACLED MCP — Armed Conflict Location & Event Data Project installs: remote:https://gateway.pipeworx.io/acled/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-acled - Arcgis Abbotsford (io.github.pipeworx-io/arcgis-abbotsford@0.1.0) City of Abbotsford GIS — Abbotsford, BC (Canada) open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-abbotsford/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-abbotsford - Arcgis Adamscounty (io.github.pipeworx-io/arcgis-adamscounty@0.1.0) Adams County GIS — Adams County, Colorado open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-adamscounty/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-adamscounty - Arcgis Albuquerque (io.github.pipeworx-io/arcgis-albuquerque@0.1.0) City of Albuquerque GIS — Albuquerque, New Mexico open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-albuquerque/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-albuquerque - Arcgis Allegheny (io.github.pipeworx-io/arcgis-allegheny@0.1.0) Allegheny County GIS — Allegheny County, Pennsylvania open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-allegheny/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-allegheny - Arcgis Asheville (io.github.pipeworx-io/arcgis-asheville@0.1.0) City of Asheville GIS — Asheville, North Carolina open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-asheville/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-asheville - Arcgis Aurora (io.github.pipeworx-io/arcgis-aurora@0.1.0) City of Aurora GIS — Aurora, Colorado open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-aurora/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-aurora - Arcgis Austin (io.github.pipeworx-io/arcgis-austin@0.1.0) City of Austin GIS — Austin, Texas open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-austin/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-austin - Arcgis Berkscounty (io.github.pipeworx-io/arcgis-berkscounty@0.1.0) Berks County GIS — Berks County, Pennsylvania open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-berkscounty/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-berkscounty - Arcgis Brampton (io.github.pipeworx-io/arcgis-brampton@0.1.0) City of Brampton GIS — Brampton, Ontario (Canada) open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-brampton/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-brampton - Arcgis Branson (io.github.pipeworx-io/arcgis-branson@0.1.0) City of Branson GIS — Branson, Missouri open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-branson/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-branson - Arcgis Carlsbad (io.github.pipeworx-io/arcgis-carlsbad@0.1.0) City of Carlsbad GIS — Carlsbad, California open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-carlsbad/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-carlsbad - Arcgis Cary (io.github.pipeworx-io/arcgis-cary@0.1.0) Town of Cary GIS — Cary, North Carolina open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-cary/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-cary - Arcgis Castateparks (io.github.pipeworx-io/arcgis-castateparks@0.1.0) California State Parks GIS — California State Parks open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-castateparks/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-castateparks - Arcgis Cedarpark (io.github.pipeworx-io/arcgis-cedarpark@0.1.0) City of Cedar Park GIS — Cedar Park, Texas open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-cedarpark/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-cedarpark - Arcgis Centennial (io.github.pipeworx-io/arcgis-centennial@0.1.0) City of Centennial GIS — Centennial, Colorado open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-centennial/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-centennial - Arcgis Chapelhill (io.github.pipeworx-io/arcgis-chapelhill@0.1.0) Town of Chapel Hill GIS — Chapel Hill, North Carolina open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-chapelhill/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-chapelhill - Arcgis Charleston (io.github.pipeworx-io/arcgis-charleston@0.1.0) Charleston County GIS — Charleston County, South Carolina open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-charleston/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-charleston - Arcgis Charlotte (io.github.pipeworx-io/arcgis-charlotte@0.1.0) City of Charlotte GIS — Charlotte, North Carolina open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-charlotte/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-charlotte - Arcgis Chatham (io.github.pipeworx-io/arcgis-chatham@0.1.0) Chatham County GIS — Chatham County, Georgia open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-chatham/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-chatham - Arcgis Chestercounty (io.github.pipeworx-io/arcgis-chestercounty@0.1.0) Chester County GIS — Chester County, Pennsylvania open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-chestercounty/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-chestercounty - Arcgis Coquitlam (io.github.pipeworx-io/arcgis-coquitlam@0.1.0) City of Coquitlam GIS — Coquitlam, BC (Canada) open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-coquitlam/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-coquitlam - Arcgis Courtenay (io.github.pipeworx-io/arcgis-courtenay@0.1.0) City of Courtenay GIS — Courtenay, BC (Canada) open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-courtenay/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-courtenay - Arcgis Cranston (io.github.pipeworx-io/arcgis-cranston@0.1.0) Cranston GIS — Cranston, Rhode Island open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-cranston/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-cranston - Arcgis Cumberland (io.github.pipeworx-io/arcgis-cumberland@0.1.0) Cumberland County GIS — Cumberland County, North Carolina open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-cumberland/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-cumberland - Arcgis Cupertino (io.github.pipeworx-io/arcgis-cupertino@0.1.0) City of Cupertino GIS — Cupertino, California open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-cupertino/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-cupertino - Arcgis Dc (io.github.pipeworx-io/arcgis-dc@0.1.0) Washington DC GIS — Washington, DC open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-dc/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-dc - Arcgis Delawareco (io.github.pipeworx-io/arcgis-delawareco@0.1.0) Delaware County GIS — Delaware County, Indiana open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-delawareco/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-delawareco - Arcgis Detroit (io.github.pipeworx-io/arcgis-detroit@0.1.0) City of Detroit GIS — Detroit, Michigan open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-detroit/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-detroit - Arcgis Dublinoh (io.github.pipeworx-io/arcgis-dublinoh@0.1.0) City of Dublin GIS — Dublin, Ohio open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-dublinoh/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-dublinoh - Arcgis Dukescounty (io.github.pipeworx-io/arcgis-dukescounty@0.1.0) Dukes County GIS — Dukes County, Massachusetts open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-dukescounty/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-dukescounty - Arcgis Durham (io.github.pipeworx-io/arcgis-durham@0.1.0) Durham City-County GIS — Durham, North Carolina open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-durham/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-durham - Arcgis Eagan (io.github.pipeworx-io/arcgis-eagan@0.1.0) City of Eagan GIS — Eagan, Minnesota open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-eagan/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-eagan - Arcgis Eastbatonrouge (io.github.pipeworx-io/arcgis-eastbatonrouge@0.1.0) East Baton Rouge GIS — East Baton Rouge Parish, Louisiana open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-eastbatonrouge/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-eastbatonrouge - Arcgis Fairfax (io.github.pipeworx-io/arcgis-fairfax@0.1.0) Fairfax County GIS — Fairfax County, Virginia open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-fairfax/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-fairfax - Arcgis Fairfield (io.github.pipeworx-io/arcgis-fairfield@0.1.0) City of Fairfield GIS — Fairfield, California open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-fairfield/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-fairfield - Arcgis Fallschurch (io.github.pipeworx-io/arcgis-fallschurch@0.1.0) City of Falls Church GIS — Falls Church, Virginia open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-fallschurch/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-fallschurch - Arcgis Fauquier (io.github.pipeworx-io/arcgis-fauquier@0.1.0) Fauquier County GIS — Fauquier County, Virginia open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-fauquier/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-fauquier - Arcgis Flagstaff (io.github.pipeworx-io/arcgis-flagstaff@0.1.0) City of Flagstaff GIS — Flagstaff, Arizona open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-flagstaff/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-flagstaff - Arcgis Fontana (io.github.pipeworx-io/arcgis-fontana@0.1.0) City of Fontana GIS — Fontana, California open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-fontana/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-fontana - Arcgis Glasgow (io.github.pipeworx-io/arcgis-glasgow@0.1.0) Glasgow City Council GIS — Glasgow, Scotland (UK) open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-glasgow/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-glasgow - Arcgis Glynncounty (io.github.pipeworx-io/arcgis-glynncounty@0.1.0) Glynn County GIS — Glynn County, Georgia open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-glynncounty/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-glynncounty - Arcgis Grandchute (io.github.pipeworx-io/arcgis-grandchute@0.1.0) Town of Grand Chute GIS — Grand Chute, Wisconsin open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-grandchute/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-grandchute - Arcgis Greenwood (io.github.pipeworx-io/arcgis-greenwood@0.1.0) City of Greenwood GIS — Greenwood, Indiana open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-greenwood/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-greenwood - Arcgis Harrisburg (io.github.pipeworx-io/arcgis-harrisburg@0.1.0) City of Harrisburg GIS — Harrisburg, Pennsylvania open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-harrisburg/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-harrisburg - Arcgis Henderson (io.github.pipeworx-io/arcgis-henderson@0.1.0) City of Henderson GIS — Henderson, Nevada open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-henderson/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-henderson - Arcgis Honolulu (io.github.pipeworx-io/arcgis-honolulu@0.1.0) Honolulu GIS — Honolulu, Hawaii open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-honolulu/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-honolulu - Arcgis Houston (io.github.pipeworx-io/arcgis-houston@0.1.0) City of Houston GIS — Houston, Texas open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-houston/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-houston - Arcgis Indianriver (io.github.pipeworx-io/arcgis-indianriver@0.1.0) Indian River County GIS — Indian River County, Florida open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-indianriver/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-indianriver - Arcgis Irvine (io.github.pipeworx-io/arcgis-irvine@0.1.0) City of Irvine GIS — Irvine, California open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-irvine/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-irvine - Arcgis Johnsoncity (io.github.pipeworx-io/arcgis-johnsoncity@0.1.0) City of Johnson City GIS — Johnson City, Tennessee open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-johnsoncity/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-johnsoncity - Arcgis Kamloops (io.github.pipeworx-io/arcgis-kamloops@0.1.0) City of Kamloops GIS — Kamloops, BC (Canada) open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-kamloops/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-kamloops - Arcgis Kansas (io.github.pipeworx-io/arcgis-kansas@0.1.0) Kansas State GIS — Kansas open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-kansas/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-kansas - Arcgis Kingston (io.github.pipeworx-io/arcgis-kingston@0.1.0) City of Kingston GIS — Kingston, Ontario (Canada) open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-kingston/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-kingston - Arcgis Kinston (io.github.pipeworx-io/arcgis-kinston@0.1.0) City of Kinston GIS — Kinston, North Carolina open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-kinston/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-kinston - Arcgis Lacounty (io.github.pipeworx-io/arcgis-lacounty@0.1.0) Los Angeles County GIS — LA County, California open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-lacounty/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-lacounty - Arcgis Lakecountyil (io.github.pipeworx-io/arcgis-lakecountyil@0.1.0) Lake County GIS — Lake County, Illinois open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-lakecountyil/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-lakecountyil - Arcgis Lakeland (io.github.pipeworx-io/arcgis-lakeland@0.1.0) City of Lakeland GIS — Lakeland, Florida open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-lakeland/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-lakeland - Arcgis Lancaster (io.github.pipeworx-io/arcgis-lancaster@0.1.0) Lancaster County GIS — Lancaster County, Pennsylvania open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-lancaster/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-lancaster - Arcgis Leecounty (io.github.pipeworx-io/arcgis-leecounty@0.1.0) Lee County GIS — Lee County, Florida open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-leecounty/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-leecounty - Arcgis Lincolncountync (io.github.pipeworx-io/arcgis-lincolncountync@0.1.0) Lincoln County GIS — Lincoln County, North Carolina open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-lincolncountync/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-lincolncountync - Arcgis Lincolnne (io.github.pipeworx-io/arcgis-lincolnne@0.1.0) Lincoln & Lancaster County GIS — Lincoln, Nebraska open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-lincolnne/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-lincolnne - Arcgis Linncounty (io.github.pipeworx-io/arcgis-linncounty@0.1.0) Linn County GIS — Linn County, Iowa open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-linncounty/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-linncounty - Arcgis Longview (io.github.pipeworx-io/arcgis-longview@0.1.0) City of Longview GIS — Longview, Texas open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-longview/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-longview - Arcgis Lorain (io.github.pipeworx-io/arcgis-lorain@0.1.0) Lorain County GIS — Lorain County, Ohio open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-lorain/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-lorain - Arcgis Loudoun (io.github.pipeworx-io/arcgis-loudoun@0.1.0) Loudoun County GIS — Loudoun County, Virginia open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-loudoun/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-loudoun - Arcgis Lubbock (io.github.pipeworx-io/arcgis-lubbock@0.1.0) City of Lubbock GIS — Lubbock, Texas open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-lubbock/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-lubbock - Arcgis Maricopa (io.github.pipeworx-io/arcgis-maricopa@0.1.0) Maricopa County GIS — Maricopa County (Phoenix), Arizona open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-maricopa/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-maricopa - Arcgis Marioncountyor (io.github.pipeworx-io/arcgis-marioncountyor@0.1.0) Marion County GIS — Marion County, Oregon open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-marioncountyor/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-marioncountyor - Arcgis Mckinney (io.github.pipeworx-io/arcgis-mckinney@0.1.0) City of McKinney GIS — McKinney, Texas open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-mckinney/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-mckinney - Arcgis Mobile (io.github.pipeworx-io/arcgis-mobile@0.1.0) City of Mobile GIS — Mobile, Alabama open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-mobile/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-mobile - Arcgis Monocounty (io.github.pipeworx-io/arcgis-monocounty@0.1.0) Mono County GIS — Mono County & Mammoth Lakes, California open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-monocounty/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-monocounty - Arcgis Montana (io.github.pipeworx-io/arcgis-montana@0.1.0) Montana State GIS — Montana open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-montana/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-montana - Arcgis Neworleans (io.github.pipeworx-io/arcgis-neworleans@0.1.0) City of New Orleans GIS — New Orleans, Louisiana open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-neworleans/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-neworleans - Arcgis Norman (io.github.pipeworx-io/arcgis-norman@0.1.0) City of Norman GIS — Norman, Oklahoma open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-norman/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-norman - Arcgis Novi (io.github.pipeworx-io/arcgis-novi@0.1.0) City of Novi GIS — Novi, Michigan open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-novi/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-novi - Arcgis Onkaparinga (io.github.pipeworx-io/arcgis-onkaparinga@0.1.0) City of Onkaparinga GIS — Onkaparinga, South Australia open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-onkaparinga/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-onkaparinga - Arcgis Orovalley (io.github.pipeworx-io/arcgis-orovalley@0.1.0) Town of Oro Valley GIS — Oro Valley, Arizona open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-orovalley/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-orovalley - Arcgis Palmbeach (io.github.pipeworx-io/arcgis-palmbeach@0.1.0) Palm Beach County GIS — Palm Beach County, Florida open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-palmbeach/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-palmbeach - Arcgis Peachtreecorners (io.github.pipeworx-io/arcgis-peachtreecorners@0.1.0) City of Peachtree Corners GIS — Peachtree Corners, Georgia open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-peachtreecorners/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-peachtreecorners - Arcgis Peoria (io.github.pipeworx-io/arcgis-peoria@0.1.0) City of Peoria GIS — Peoria, Arizona open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-peoria/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-peoria - Arcgis Peterborough (io.github.pipeworx-io/arcgis-peterborough@0.1.0) City of Peterborough GIS — Peterborough, Ontario (Canada) open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-peterborough/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-peterborough - Arcgis Pflugerville (io.github.pipeworx-io/arcgis-pflugerville@0.1.0) City of Pflugerville GIS — Pflugerville, Texas open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-pflugerville/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-pflugerville - Arcgis Phoenix (io.github.pipeworx-io/arcgis-phoenix@0.1.0) City of Phoenix GIS — Phoenix, Arizona open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-phoenix/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-phoenix - Arcgis Pima (io.github.pipeworx-io/arcgis-pima@0.1.0) Pima County GIS — Pima County, Arizona open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-pima/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-pima - Arcgis Pittsburgh (io.github.pipeworx-io/arcgis-pittsburgh@0.1.0) City of Pittsburgh GIS — Pittsburgh, Pennsylvania open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-pittsburgh/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-pittsburgh - Arcgis Princewilliam (io.github.pipeworx-io/arcgis-princewilliam@0.1.0) Prince William County GIS — Prince William County, Virginia open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-princewilliam/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-princewilliam - Arcgis Puyallup (io.github.pipeworx-io/arcgis-puyallup@0.1.0) City of Puyallup GIS — Puyallup, Washington open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-puyallup/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-puyallup - Arcgis Raleigh (io.github.pipeworx-io/arcgis-raleigh@0.1.0) City of Raleigh GIS — Raleigh, North Carolina open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-raleigh/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-raleigh - Arcgis Richmond (io.github.pipeworx-io/arcgis-richmond@0.1.0) City of Richmond GIS — Richmond, Virginia open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-richmond/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-richmond - Arcgis Roanoke (io.github.pipeworx-io/arcgis-roanoke@0.1.0) City of Roanoke GIS — Roanoke, Virginia open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-roanoke/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-roanoke - Arcgis Roundrock (io.github.pipeworx-io/arcgis-roundrock@0.1.0) City of Round Rock GIS — Round Rock, Texas open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-roundrock/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-roundrock - Arcgis Sacramento (io.github.pipeworx-io/arcgis-sacramento@0.1.0) City of Sacramento GIS — Sacramento, California open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-sacramento/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-sacramento - Arcgis Salem (io.github.pipeworx-io/arcgis-salem@0.1.0) City of Salem GIS — Salem, Oregon open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-salem/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-salem - Arcgis Sanbernardino (io.github.pipeworx-io/arcgis-sanbernardino@0.1.0) City of San Bernardino GIS — San Bernardino, California open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-sanbernardino/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-sanbernardino - Arcgis Sanclemente (io.github.pipeworx-io/arcgis-sanclemente@0.1.0) City of San Clemente GIS — San Clemente, California open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-sanclemente/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-sanclemente - Arcgis Sanjoaquin (io.github.pipeworx-io/arcgis-sanjoaquin@0.1.0) San Joaquin County GIS — San Joaquin County, California open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-sanjoaquin/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-sanjoaquin - Arcgis Sanjose (io.github.pipeworx-io/arcgis-sanjose@0.1.0) City of San Jose GIS — San Jose, California open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-sanjose/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-sanjose - Arcgis Sanjuannm (io.github.pipeworx-io/arcgis-sanjuannm@0.1.0) San Juan County GIS — San Juan County, New Mexico open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-sanjuannm/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-sanjuannm - Arcgis Sarasota (io.github.pipeworx-io/arcgis-sarasota@0.1.0) City of Sarasota GIS — Sarasota, Florida open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-sarasota/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-sarasota - Arcgis Sarpycounty (io.github.pipeworx-io/arcgis-sarpycounty@0.1.0) Sarpy County GIS — Sarpy County, Nebraska open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-sarpycounty/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-sarpycounty - Arcgis Seattle (io.github.pipeworx-io/arcgis-seattle@0.1.0) City of Seattle GIS — Seattle, Washington open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-seattle/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-seattle - Arcgis Southbend (io.github.pipeworx-io/arcgis-southbend@0.1.0) City of South Bend GIS — South Bend, Indiana open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-southbend/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-southbend - Arcgis Stlouiscounty (io.github.pipeworx-io/arcgis-stlouiscounty@0.1.0) St. Louis County GIS — St. Louis County, Missouri open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-stlouiscounty/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-stlouiscounty - Arcgis Tallahassee (io.github.pipeworx-io/arcgis-tallahassee@0.1.0) Tallahassee-Leon County GIS — Tallahassee-Leon County, Florida open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-tallahassee/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-tallahassee - Arcgis Tampa (io.github.pipeworx-io/arcgis-tampa@0.1.0) City of Tampa GIS — Tampa, Florida open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-tampa/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-tampa - Arcgis Tempe (io.github.pipeworx-io/arcgis-tempe@0.1.0) City of Tempe GIS — Tempe, Arizona open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-tempe/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-tempe - Arcgis Tigard (io.github.pipeworx-io/arcgis-tigard@0.1.0) City of Tigard GIS — Tigard, Oregon open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-tigard/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-tigard - Arcgis Toledo (io.github.pipeworx-io/arcgis-toledo@0.1.0) City of Toledo GIS — Toledo, Ohio open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-toledo/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-toledo - Arcgis Tucson (io.github.pipeworx-io/arcgis-tucson@0.1.0) City of Tucson GIS — Tucson, Arizona open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-tucson/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-tucson - Arcgis Victoria (io.github.pipeworx-io/arcgis-victoria@0.1.0) City of Victoria GIS — Victoria, BC (Canada) open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-victoria/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-victoria - Arcgis Vilas (io.github.pipeworx-io/arcgis-vilas@0.1.0) Vilas County GIS — Vilas County, Wisconsin open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-vilas/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-vilas - Arcgis Washingtoncomn (io.github.pipeworx-io/arcgis-washingtoncomn@0.1.0) Washington County GIS — Washington County, Minnesota open geospatial data (ArcGIS). installs: remote:https://gateway.pipeworx.io/arcgis-washingtoncomn/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-washingtoncomn - Aviation Weather (io.github.pipeworx-io/aviation-weather@0.1.2) Aviation Weather MCP — METAR, TAF, PIREPs, AIRMET/SIGMET, station info installs: remote:https://gateway.pipeworx.io/aviation-weather/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-aviation-weather - Ban Fr (io.github.pipeworx-io/ban-fr@0.1.0) Base Adresse Nationale (BAN) MCP — France's official keyless geocoding API installs: remote:https://gateway.pipeworx.io/ban-fr/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-ban-fr - Data Denver (io.github.pipeworx-io/data-denver@0.1.0) DataDenver MCP — Denver open data (opendata-geospatialdenver.hub.arcgis.com, ArcGIS REST API). installs: remote:https://gateway.pipeworx.io/data-denver/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-denver - Fcc (io.github.pipeworx-io/fcc@0.1.0) FCC public geo/census APIs (geo.fcc.gov) MCP. installs: remote:https://gateway.pipeworx.io/fcc/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-fcc - geo (io.github.pipeworx-io/geo@0.1.0) Geo MCP — geographic utilities from free public APIs installs: remote:https://gateway.pipeworx.io/geo/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-geo - Geoboundaries (io.github.pipeworx-io/geoboundaries@0.1.0) geoBoundaries MCP — open database of political administrative boundaries. installs: remote:https://gateway.pipeworx.io/geoboundaries/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-geoboundaries - Geodistance (io.github.pipeworx-io/geodistance@0.1.0) Geographic coordinate math MCP. installs: remote:https://gateway.pipeworx.io/geodistance/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-geodistance - Geohash (io.github.pipeworx-io/geohash@0.1.0) Geohash MCP. installs: remote:https://gateway.pipeworx.io/geohash/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-geohash - Geonames (io.github.pipeworx-io/geonames@0.1.0) GeoNames MCP — GeoNames geographical database API installs: remote:https://gateway.pipeworx.io/geonames/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-geonames - Geonet Nz (io.github.pipeworx-io/geonet-nz@0.1.0) GeoNet New Zealand MCP. installs: remote:https://gateway.pipeworx.io/geonet-nz/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-geonet-nz - Google_maps (io.github.pipeworx-io/google_maps@0.1.0) Google Maps MCP Pack — geocoding, places, directions, distance matrix, elevation. installs: remote:https://gateway.pipeworx.io/google_maps/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-google-maps - Here (io.github.pipeworx-io/here@0.1.0) HERE MCP — premium geocoding, places, and TRAFFIC-AWARE routing from HERE installs: remote:https://gateway.pipeworx.io/here/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-here - Ibge Br (io.github.pipeworx-io/ibge-br@0.1.0) IBGE (Instituto Brasileiro de Geografia e Estatística) MCP. installs: remote:https://gateway.pipeworx.io/ibge-br/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-ibge-br - Indiana BMV (io.github.pipeworx-io/in-bmv@0.1.0) Indiana BMV branches, kiosks, BMV Connect and motorcycle skills-test locations installs: remote:https://gateway.pipeworx.io/in-bmv/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-in-bmv - Ipma Pt (io.github.pipeworx-io/ipma-pt@0.1.0) IPMA Portugal MCP — weather, UV, sea state, and earthquakes from the installs: remote:https://gateway.pipeworx.io/ipma-pt/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-ipma-pt - Kroger (io.github.pipeworx-io/kroger@0.1.0) Kroger MCP — grocery products, prices, and store locations (developer.kroger.com) installs: remote:https://gateway.pipeworx.io/kroger/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-kroger - Macrostrat (io.github.pipeworx-io/macrostrat@0.1.0) Macrostrat MCP — geologic map / column / unit data for North America and beyond. installs: remote:https://gateway.pipeworx.io/macrostrat/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-macrostrat - Mapbox (io.github.pipeworx-io/mapbox@0.1.0) Mapbox geocode, directions, matrix, isochrones, map-matching, tilequery, static URL. installs: remote:https://gateway.pipeworx.io/mapbox/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-mapbox - Maptiler (io.github.pipeworx-io/maptiler@0.1.0) MapTiler MCP. installs: remote:https://gateway.pipeworx.io/maptiler/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-maptiler - Met No (io.github.pipeworx-io/met-no@0.1.0) MET Norway weather (api.met.no behind yr.no) — global forecast, sunrise, ocean installs: remote:https://gateway.pipeworx.io/met-no/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-met-no - Meteostat (io.github.pipeworx-io/meteostat@0.2.0) Meteostat MCP — historical weather from 11k+ stations (no auth) installs: remote:https://gateway.pipeworx.io/meteostat/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-meteostat - Noaa (io.github.pipeworx-io/noaa@0.1.0) NOAA Weather MCP — National Weather Service forecasts and alerts installs: remote:https://gateway.pipeworx.io/noaa/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-noaa - Noaa Swpc (io.github.pipeworx-io/noaa-swpc@0.1.0) NOAA Space Weather Prediction Center (solar wind, Kp, aurora, alerts) installs: remote:https://gateway.pipeworx.io/noaa-swpc/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-noaa-swpc - nominatim (io.github.pipeworx-io/nominatim@0.1.0) Nominatim MCP — wraps OpenStreetMap Nominatim geocoding API (free, no auth) installs: remote:https://gateway.pipeworx.io/nominatim/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-nominatim - Nws (io.github.pipeworx-io/nws@0.1.0) NWS MCP — US National Weather Service (no auth) installs: remote:https://gateway.pipeworx.io/nws/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-nws - Open Meteo (io.github.pipeworx-io/open-meteo@0.1.2) Open-Meteo MCP — weather forecast + historical reanalysis + sister APIs installs: remote:https://gateway.pipeworx.io/open-meteo/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-open-meteo - Opencages (io.github.pipeworx-io/opencages@0.1.0) OpenCage forward + reverse geocoding (free key, 2500/day) installs: remote:https://gateway.pipeworx.io/opencages/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-opencages - Opencellid (io.github.pipeworx-io/opencellid@0.1.0) OpenCellID MCP — cell tower geolocation database (free with key) installs: remote:https://gateway.pipeworx.io/opencellid/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-opencellid - Openchargemap (io.github.pipeworx-io/openchargemap@0.1.0) Open Charge Map MCP — global EV charging station database (openchargemap.io). installs: remote:https://gateway.pipeworx.io/openchargemap/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-openchargemap - Openrouteservice (io.github.pipeworx-io/openrouteservice@0.1.0) Routing, isochrones, matrix, snap, elevation, geocode via Openrouteservice. installs: remote:https://gateway.pipeworx.io/openrouteservice/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-openrouteservice - Openweather (io.github.pipeworx-io/openweather@0.1.0) OpenWeather MCP — wraps the OpenWeatherMap API (openweathermap.org) installs: remote:https://gateway.pipeworx.io/openweather/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-openweather - Overpass (io.github.pipeworx-io/overpass@0.1.1) OpenStreetMap Overpass MCP — programmatic queries against the OSM database installs: remote:https://gateway.pipeworx.io/overpass/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-overpass - Photon (io.github.pipeworx-io/photon@0.1.0) Photon MCP — OSM geocoder installs: remote:https://gateway.pipeworx.io/photon/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-photon - Pirate Weather (io.github.pipeworx-io/pirate-weather@0.1.0) Pirate Weather forecast API (Dark Sky-compatible). Free key required. installs: remote:https://gateway.pipeworx.io/pirate-weather/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-pirate-weather - Studio Ghibli (io.github.pipeworx-io/studio-ghibli@0.1.0) Studio Ghibli fan API (films, people, locations, species, vehicles) installs: remote:https://gateway.pipeworx.io/studio-ghibli/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-studio-ghibli - Taginfo (io.github.pipeworx-io/taginfo@0.1.0) OSM Taginfo MCP — statistics on OpenStreetMap tags (keys and key=value pairs). installs: remote:https://gateway.pipeworx.io/taginfo/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-taginfo - Tomorrow Io (io.github.pipeworx-io/tomorrow-io@0.1.0) Tomorrow.io MCP — wraps the Tomorrow.io Weather API (api.tomorrow.io/v4) installs: remote:https://gateway.pipeworx.io/tomorrow-io/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-tomorrow-io - Visualcrossing (io.github.pipeworx-io/visualcrossing@0.1.0) Visual Crossing Weather MCP — wraps the Visual Crossing Weather Timeline API installs: remote:https://gateway.pipeworx.io/visualcrossing/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-visualcrossing - Weather (io.github.pipeworx-io/weather@0.1.0) Real-time weather conditions and multi-day forecasts via Open-Meteo — free, no API key required installs: remote:https://gateway.pipeworx.io/weather/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-weather - Weather Gc Ca (io.github.pipeworx-io/weather-gc-ca@0.1.0) Environment and Climate Change Canada (ECCC) GeoMet MCP. installs: remote:https://gateway.pipeworx.io/weather-gc-ca/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-weather-gc-ca - Weatherapi (io.github.pipeworx-io/weatherapi@0.1.0) WeatherAPI.com MCP — wraps WeatherAPI.com (api.weatherapi.com) installs: remote:https://gateway.pipeworx.io/weatherapi/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-weatherapi - What3words (io.github.pipeworx-io/what3words@0.1.0) what3words MCP — 3-word grid geocoding installs: remote:https://gateway.pipeworx.io/what3words/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-what3words - io.github.qso-graph/solar-mcp (io.github.qso-graph/solar-mcp@0.1.1) Solar indices and space weather MCP server. SFI, SSN, Kp, DSCOVR, NOAA alerts. installs: pypi:solar-mcp detail: https://mcpindex.ai/server/io-github-qso-graph-solar-mcp - io.github.raphysicst-create/korean-secondary-learning-map-mcp (io.github.raphysicst-create/korean-secondary-learning-map-mcp@0.2.0) 한국 중등 2022 개정 교육과정 학습 그래프 MCP 서버 (중학교 714 · 고교 3,124 성취기준 · 원문 수록 · 중→고 전이) installs: npm:korean-secondary-learning-map-mcp detail: https://mcpindex.ai/server/io-github-raphysicst-create-korean-secondary-learning-map-mcp - io.github.raphysicst-create/korean-vocational-learning-map-mcp (io.github.raphysicst-create/korean-vocational-learning-map-mcp@0.3.0) 한국 특성화고 전문교과 2022 개정 교육과정 학습 그래프 MCP 서버 (528과목·성취기준 47,625건, 공식 원문 전량 수록) installs: npm:korean-vocational-learning-map-mcp detail: https://mcpindex.ai/server/io-github-raphysicst-create-korean-vocational-learning-map-mcp - io.github.raymondchins/agentmap (io.github.raymondchins/agentmap@0.22.0) The TS/JS-accurate repo map for coding agents: ts-morph import/symbol/call graph + MCP query tools installs: npm:@raymondchins/agentmap detail: https://mcpindex.ai/server/io-github-raymondchins-agentmap - io.github.replenhq/replen (io.github.replenhq/replen@1.3.5) A local intelligence layer for AI coding agents. Maps your repos, matches the open-source frontier. installs: npm:@replen/mcp detail: https://mcpindex.ai/server/io-github-replenhq-replen - io.github.ronitjadhav/geoservercloud-mcp (io.github.ronitjadhav/geoservercloud-mcp@1.0.0) MCP server for managing GeoServer workspaces, datastores, layers, and styles installs: pypi:geoservercloud-mcp detail: https://mcpindex.ai/server/io-github-ronitjadhav-geoservercloud-mcp - Weather Alerts & Forecast (io.github.rsys-vtiwari/weather-mcp@0.1.0) US NWS alerts by state and short-term (next 5 periods) point forecasts. installs: manual detail: https://mcpindex.ai/server/io-github-rsys-vtiwari-weather-mcp - io.github.ryanbaumann/platform-ai (io.github.ryanbaumann/platform-ai@0.2.0) Google Maps Platform Code Assist MCP installs: npm:@googlemaps/code-assist-mcp detail: https://mcpindex.ai/server/io-github-ryanbaumann-platform-ai - io.github.sandsower/vedurstofa-mcp (io.github.sandsower/vedurstofa-mcp@1.0.0) MCP server for Icelandic weather, forecasts, warnings, and earthquakes from vedur.is. installs: npm:vedurstofa-mcp detail: https://mcpindex.ai/server/io-github-sandsower-vedurstofa-mcp - io.github.savecharlie/almanac (io.github.savecharlie/almanac@0.1.0) Verified ephemeris & WMM2025 geomagnetic compute: the physical numbers LLMs hallucinate, done right. installs: pypi:almanac-compute detail: https://mcpindex.ai/server/io-github-savecharlie-almanac - io.github.segentic-lab/codelens-mcp (io.github.segentic-lab/codelens-mcp@0.2.0) Deterministic code maps for AI agents: 7 tree-sitter tools for TS/JS/Py — map, find, function_body installs: manual detail: https://mcpindex.ai/server/io-github-segentic-lab-codelens-mcp - io.github.segentic-lab/lens-mcp (io.github.segentic-lab/lens-mcp@0.1.2) Deterministic navigation maps over code + markdown + Prisma for AI agents: 13 MCP tools installs: manual detail: https://mcpindex.ai/server/io-github-segentic-lab-lens-mcp - Weather & Geo Intel MCP (io.github.selflabbs/weather-intel-mcp@1.0.0) US weather & geo for AI agents: forecasts, alerts, earthquakes, elevation, geocoding. No keys. installs: remote:https://weather.selflabbs.com/mcp detail: https://mcpindex.ai/server/io-github-selflabbs-weather-intel-mcp - io.github.sercanmetalore/weather-mcp (io.github.sercanmetalore/weather-mcp@0.1.0) Open-Meteo tabanlı anahtarsız hava durumu tahmin MCP sunucusu. installs: remote:https://mcp.boykaf.com/weather/mcp detail: https://mcpindex.ai/server/io-github-sercanmetalore-weather-mcp - GeoClear — US Address Intelligence (io.github.shaileshjgd/geoclear@1.0.0) US address intelligence: 120M+ addresses, verify, suggest, reverse geocode, coverage stats. installs: remote:https://mcp.geoclear.io/mcp detail: https://mcpindex.ai/server/io-github-shaileshjgd-geoclear - GeoSphere Austria Weather (io.github.slettmayer/geosphere-mcp-server@0.3.2) Weather MCP server: GeoSphere Austria high-resolution data for Austria/Alps, Open-Meteo worldwide. installs: pypi:geosphere-mcp-server detail: https://mcpindex.ai/server/io-github-slettmayer-geosphere-mcp-server - io.github.slookisen/opplevagent-mcp (io.github.slookisen/opplevagent-mcp@0.1.2) Norwegian experiences marketplace MCP: activities by county, category, weather, season, group size. installs: npm:opplevagent-mcp | remote:https://opplevagent.no/mcp detail: https://mcpindex.ai/server/io-github-slookisen-opplevagent-mcp - io.github.sthan-io/mcp-server (io.github.sthan-io/mcp-server@0.1.1) US address verification, parsing, autocomplete, geocoding, and IP geolocation APIs. installs: npm:@sthan/mcp-server detail: https://mcpindex.ai/server/io-github-sthan-io-mcp-server - io.github.stuchapin909/open-eagle-eye (io.github.stuchapin909/open-eagle-eye@8.0.0) Live snapshots from ~29,000 public cameras across 11 countries — traffic, weather, webcams installs: npm:openeagleeye detail: https://mcpindex.ai/server/io-github-stuchapin909-open-eagle-eye - io.github.svensxl/weather (io.github.svensxl/weather@1.0.1) An MCP server for weather information. installs: npm:@svensxl/mcp-weather-server detail: https://mcpindex.ai/server/io-github-svensxl-weather - io.github.taehyeonglim/korean-elementary-learning-map-mcp (io.github.taehyeonglim/korean-elementary-learning-map-mcp@0.5.1) 한국 초등 2022 개정 교육과정 학습 그래프 MCP 서버 (성취기준 620 · 원문 수록 · 주제 1,956 · 선수관계 1,894) installs: npm:korean-elementary-learning-map-mcp detail: https://mcpindex.ai/server/io-github-taehyeonglim-korean-elementary-learning-map-mcp - io.github.tarang8811/getintel (io.github.tarang8811/getintel@1.0.1) Manage GetIntel AI visibility (GEO) from your own AI agent. installs: remote:https://app.getintel.ai/mcp detail: https://mcpindex.ai/server/io-github-tarang8811-getintel - Terranode Geospatial API (io.github.terranode-co/mcp-server-terranode@0.1.10) Point-in-polygon, nearest feature, spatial join, and distance tools for US geospatial datasets installs: npm:@terranode-co/mcp-server detail: https://mcpindex.ai/server/io-github-terranode-co-mcp-server-terranode - io.github.theYahia/dadata-mcp (io.github.theYahia/dadata-mcp@1.0.5) MCP server for DaData.ru — address validation, company lookup, geocoding. 31 tools. installs: npm:@metarebalance/dadata-mcp detail: https://mcpindex.ai/server/io-github-theyahia-dadata-mcp - tierproxy (io.github.tierproxy/python-sdk@0.4.0) Multi-provider proxy infrastructure for AI/ML. Geo, sessions, cost-aware routing, usage tools. installs: pypi:tierproxy detail: https://mcpindex.ai/server/io-github-tierproxy-python-sdk - io.github.tlaloc-sh/tlaloc-mcp (io.github.tlaloc-sh/tlaloc-mcp@1.1.0) Official Mexican data for AI agents: CURP, RFC, CFDI, postal codes, phone, SPEI/CEP, DOF, geocoding. installs: remote:https://api.tlaloc.sh/mx/mcp detail: https://mcpindex.ai/server/io-github-tlaloc-sh-tlaloc-mcp - Toolbelt (io.github.toolbeltai/toolbelt@1.0.15) A collaborative substrate over your data: vector, knowledge graph, SQL, geospatial, streaming. installs: remote:https://mcp.toolbelt.ai/mcp detail: https://mcpindex.ai/server/io-github-toolbeltai-toolbelt - io.github.uponex/gisgp (io.github.uponex/gisgp@1.3.0) GIS tools for AI agents: 65 free tools + 8 paid (hazard/site-scouting/GeoJSON export) installs: remote:https://gisgp.com/mcp detail: https://mcpindex.ai/server/io-github-uponex-gisgp - io.github.variflight/variflight-mcp (io.github.variflight/variflight-mcp@1.0.2) VariFlight's official MCP server provides tools to query flight, weather, comfort, and fare data. installs: npm:@variflight-ai/variflight-mcp detail: https://mcpindex.ai/server/io-github-variflight-variflight-mcp - Ip Geolocation Mcp (io.github.varvararatta/ip_geolocation_mcp@1.0.0) Unlock the power of IP geolocation with our tool! Whether you're a developer needing location data installs: remote:https://ip-geolocation-mcp.mcpize.run/mcp detail: https://mcpindex.ai/server/io-github-varvararatta-ip-geolocation-mcp - Uk Postcodes Mcp (io.github.varvararatta/uk_postcodes_mcp@1.0.0) Access comprehensive UK postcode information effortlessly with our geocoding services. Whether you installs: remote:https://uk-postcodes-mcp.mcpize.run/mcp detail: https://mcpindex.ai/server/io-github-varvararatta-uk-postcodes-mcp - Vassiliy Lakhonin Profile (io.github.vassiliylakhonin/profile-mcp@1.2.0) Read-only MCP profile server: CV, case studies, claim-to-evidence map, and role matching. installs: remote:https://vassiliy-lakhonin-mcp.vassiliy-lakhonin.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-vassiliylakhonin-profile-mcp - Switzerland MCP 🇨🇭 (io.github.vikramgorla/swiss@0.7.1) Swiss open data MCP server. 76 tools, zero API keys. Transport, weather, geodata, news, rates. installs: npm:mcp-swiss detail: https://mcpindex.ai/server/io-github-vikramgorla-swiss - io.github.viktorlarsson/openfigi (io.github.viktorlarsson/openfigi@0.2.4) Map financial identifiers (ISIN, CUSIP, SEDOL, Ticker) to FIGIs via OpenFIGI API installs: npm:openfigi-mcp detail: https://mcpindex.ai/server/io-github-viktorlarsson-openfigi - Apiverket (io.github.vinvuk/apiverket-mcp@1.0.0) Query Swedish public data: companies, SCB statistics, weather, transport, and more. installs: npm:apiverket-mcp-server detail: https://mcpindex.ai/server/io-github-vinvuk-apiverket-mcp - io.github.vola-trebla/sourcemap-retrace-mcp (io.github.vola-trebla/sourcemap-retrace-mcp@0.2.0) Decodes minified production stack traces back to original TypeScript source using source maps. installs: npm:sourcemap-retrace-mcp detail: https://mcpindex.ai/server/io-github-vola-trebla-sourcemap-retrace-mcp - Canvs (io.github.voronkovm/canvs@1.0.0) AI-powered diagrams, mind maps, flowcharts on a free unlimited collaborative whiteboard installs: remote:https://app.canvs.io/mcp detail: https://mcpindex.ai/server/io-github-voronkovm-canvs - dns-cache (io.github.weiseer/dns-cache@0.1.1) DNS/WHOIS/SSL/geo-IP cache MCP server for AI agents. installs: npm:@weiseer/dns-cache-mcp detail: https://mcpindex.ai/server/io-github-weiseer-dns-cache - io.github.wtronk/geolocation-mcp (io.github.wtronk/geolocation-mcp@1.0.0) Geolocation tools (reverse geocoding, ip lookup, etc) using Jeleo Geolocation API installs: docker:ghcr.io/wtronk/geolocation-mcp:v1.0.0 detail: https://mcpindex.ai/server/io-github-wtronk-geolocation-mcp - io.github.xmpuspus/cloudwright (io.github.xmpuspus/cloudwright@1.9.0) Natural-language cloud architecture: deployable Terraform/Pulumi, cost, compliance control mapping. installs: pypi:cloudwright-ai-mcp detail: https://mcpindex.ai/server/io-github-xmpuspus-cloudwright - Yondry: Day Out Planner (io.github.yondry-ltd/day-planner@1.0.1) Plan your perfect day out anywhere: itineraries and neighbourhood guides, tuned to mood and weather. installs: remote:https://yondry.app/mcp detail: https://mcpindex.ai/server/io-github-yondry-ltd-day-planner - io.github.yuv24793/weather (io.github.yuv24793/weather@1.0.2) An MCP server that provides weather information. installs: npm:@yuv24793/mcp-weather-server detail: https://mcpindex.ai/server/io-github-yuv24793-weather - io.github.yyahiaoui1406-max/clavio (io.github.yyahiaoui1406-max/clavio@1.0.1) Real-time data resolver for agents. 200 countries, 169k cities, FX, weather, Africa/MENA. installs: npm:clavio-data-mcp detail: https://mcpindex.ai/server/io-github-yyahiaoui1406-max-clavio - pyobfus-mcp (io.github.zhurong2020/pyobfus-mcp@0.3.5) Obfuscate Python & reverse-map stack traces from your agent. AST-based, no phone-home. PyArmor alt. installs: pypi:pyobfus-mcp detail: https://mcpindex.ai/server/io-github-zhurong2020-pyobfus-mcp - Lumind (io.lumind/mcp@0.1.0) Measure how AI engines cite your brand. Cross-engine GEO visibility, as agent tools. installs: remote:https://lumind.io/mcp detail: https://mcpindex.ai/server/io-lumind-mcp - io.plantrip/plantrip (io.plantrip/plantrip@1.0.2) Travel planning: day-by-day itineraries, packing lists, weather insights, and trip cost estimates installs: npm:plantrip-mcp-server detail: https://mcpindex.ai/server/io-plantrip-plantrip - SEOforGPT (io.seoforgpt/seoforgpt-mcp@2.0.7) AI visibility reports, competitor insights, readiness audits, and GEO content workflows. installs: remote:https://www.seoforgpt.io/mcp detail: https://mcpindex.ai/server/io-seoforgpt-seoforgpt-mcp - io.skimguard/skimguard (io.skimguard/skimguard@2.0.0) Ask whether a location has recent credit-card-skimmer detections, from a consumer sensor network. installs: remote:https://mcp.skimguard.io/mcp detail: https://mcpindex.ai/server/io-skimguard-skimguard - io.tkllabs.bh.mcp-servers/navigation-toolkit (io.tkllabs.bh.mcp-servers/navigation-toolkit@1.0.1) Precision aviation flight planning (VFR, METAR/TAF weather, WGS84 routing) and road trip logistics installs: remote:https://mcp-servers.bh.tkllabs.io:9780/navigation-mcp detail: https://mcpindex.ai/server/io-tkllabs-bh-mcp-servers-navigation-toolkit - io.tooloracle/seooraclev2 (io.tooloracle/seooraclev2@1.0.0) SEOOracle v2 - 7 next-gen SEO tools: AI overview tracking, GEO/AEO, entity coverage. installs: remote:https://tooloracle.io/seo2/mcp/ detail: https://mcpindex.ai/server/io-tooloracle-seooraclev2 - io.toolzy/toolzy (io.toolzy/toolzy@0.1.0) Recherche et location d'outils entre particuliers en France via Toolzy. installs: remote:https://mcp.toolzy.io/api/mcp detail: https://mcpindex.ai/server/io-toolzy-toolzy - Umtri (io.umtri/umtri@1.1.0) Give your AI agent a persistent map of your project's structure, dependencies, and bugs. installs: npm:umtri-mcp | remote:https://mcp.umtri.io detail: https://mcpindex.ai/server/io-umtri-umtri - io.usefulapi/maptiler (io.usefulapi/maptiler@1.0.1) Geocoding, elevation, IP geolocation and coordinate transforms from the MapTiler Cloud API. installs: remote:https://maptiler.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-maptiler - io.usefulapi/youcanbookme (io.usefulapi/youcanbookme@1.0.0) Manage YouCanBook.me bookings, booking pages, appointment types, team members and locations. installs: remote:https://youcanbookme.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-youcanbookme - My MCP Server (live.alpic.gueguesser-chatgptap-68537aa2/gueguesser-chatgptapp@0.0.1) Geography Guesser game installs: remote:https://gueguesser-chatgptap-68537aa2.alpic.live detail: https://mcpindex.ai/server/live-alpic-gueguesser-chatgptap-68537aa2-gueguesser-chatgptapp - Capitals! (live.alpic.staging.skybridge-712c1350/skybridge@0.0.2) A great map with info on Capitals all around the world installs: remote:https://skybridge-712c1350.staging.alpic.live detail: https://mcpindex.ai/server/live-alpic-staging-skybridge-712c1350-skybridge - innernet (live.innernet/innernet@1.2.0) Your versioned memory across every AI tool — context maps, personal memory, and tasks over MCP. installs: remote:https://innernet.live/api/mcp detail: https://mcpindex.ai/server/live-innernet-innernet - dino.markets (markets.dino/mcp@2.0.0) Matched Kalshi and Polymarket markets across sports, crypto, weather, and economics over MCP. installs: remote:https://api.dino.markets/v2/mcp/ detail: https://mcpindex.ai/server/markets-dino-mcp - network.waymark/server (network.waymark/server@0.2.0) Shared route map for AI agents: query verified task routes, contribute and attest outcomes. installs: remote:https://mcp.waymark.network/mcp detail: https://mcpindex.ai/server/network-waymark-server - Geotone — Global News Signals (news.geotone/geotone@1.1.1) Live global news signals: ranked wire, story timelines, coverage volume/tone/surges. Free, no auth. installs: remote:https://geotone.news/mcp detail: https://mcpindex.ai/server/news-geotone-geotone - TravelMind MCP (online.trvaelmind/travelmind-mcp@0.1.0) TravelMind: 8 MCP tools for travel (12306 trains, flights, hotels, geocode, planning, policy). installs: remote:https://mcp.trvaelmind.online/mcp detail: https://mcpindex.ai/server/online-trvaelmind-travelmind-mcp - Geocoding & Weather (org.memoryapi/geo@1.0.0) Geocoding, weather forecasts, and timezone lookups installs: remote:https://geo.memoryapi.org/mcp detail: https://mcpindex.ai/server/org-memoryapi-geo - NASA Data (org.memoryapi/nasa@1.0.0) NASA data: near-Earth objects, space weather, and astronomy pictures installs: remote:https://nasa.memoryapi.org/mcp detail: https://mcpindex.ai/server/org-memoryapi-nasa - org.nsgoods/nsgoods-mcp (org.nsgoods/nsgoods-mcp@1.0.1) Signed x402 pay-per-call MCP: crypto signals, agent trust, regime, GEO & solar — free preview each. installs: npm:nsgoods-mcp detail: https://mcpindex.ai/server/org-nsgoods-nsgoods-mcp - ro.tria/lodging-intelligence (ro.tria/lodging-intelligence@1.11.0) Romanian lodging character intelligence: calm, nature, culture, stays, itinerary maps. Read-only. installs: remote:https://mcp.tria.ro detail: https://mcpindex.ai/server/ro-tria-lodging-intelligence - htmlweb.ru — справочники и проверки для AI (ru.htmlweb/mcp@1.3.0) RU INN/OGRN, banks, geo, WHOIS. Agent self-registers via register_agent. 20 free/day. installs: remote:https://mcp.htmlweb.ru/ detail: https://mcpindex.ai/server/ru-htmlweb-mcp - ShopFront Locations (se.shopfront/locations@1.0.1) Sweden-based, EU-sovereign agentic Google Business Profile SaaS. Frankfurt, Stockholm, AI Pact. installs: remote:https://locations.shopfront.se/mcp detail: https://mcpindex.ai/server/se-shopfront-locations - Google Maps data for agents (sh.fetcher.google-maps/mcp@1.0.0) 4 Google Maps endpoints. Pay per call in USDC via x402. installs: remote:https://google-maps.fetcher.sh/mcp detail: https://mcpindex.ai/server/sh-fetcher-google-maps-mcp - Ziptax Sales Tax API (tax.zip/ziptax@1.0.0) Real-time US and Canadian sales and use tax rates by address or geo coordinates. installs: remote:https://mcp.zip-tax.com/sse detail: https://mcpindex.ai/server/tax-zip-ziptax - Skybridge Capitals Example (tech.skybridge.capitals/Capitals@0.0.2) Example MCP and ChatGPT App based on Skybridge framework showing capitals in a world map installs: remote:https://capitals.skybridge.tech detail: https://mcpindex.ai/server/tech-skybridge-capitals-capitals - naia GEO Autopilot (today.naia/platform@1.0.3) Autopilot MCP server for GEO analyses, reports, content, audits, memories and agents. installs: npm:naia-mcp-server | remote:https://naia.today/api/v1/mcp detail: https://mcpindex.ai/server/today-naia-platform - us.thistripbtw/trips (us.thistripbtw/trips@1.1.1) Turn a trip planned in conversation into a private, editable map link you hand the person. installs: npm:thistripbtw-mcp | remote:https://thistripbtw.us/mcp detail: https://mcpindex.ai/server/us-thistripbtw-trips ## Memory & RAG (625) - inference.sh (ac.inference.sh/mcp@2.0.1) run any ai model. compose agents, stack knowledge, connect tools. one api, pay per run. installs: remote:https://api.inference.sh/mcp detail: https://mcpindex.ai/server/ac-inference-sh-mcp - Ambix (ai.ambix/ambix@0.1.0) Your product team's shared strategic memory — an MCP server your AI tools reason over. installs: remote:https://mcp.ambix.ai detail: https://mcpindex.ai/server/ai-ambix-ambix - ai.atlaso/mcp (ai.atlaso/mcp@1.0.1) AI memory layer — one shared, persistent memory across every AI tool you connect. installs: remote:https://mcp.atlaso.ai/mcp detail: https://mcpindex.ai/server/ai-atlaso-mcp - Axon NeuroAutomata (ai.axonagentic/neuroautomata@0.29.0) Protein analysis: ESM-2/ESMC embeddings, mutation scoring, landscape scans, ESMFold structure. installs: remote:https://mcp.neuroautomata.axonagentic.ai/mcp detail: https://mcpindex.ai/server/ai-axonagentic-neuroautomata - Bourdon (ai.bourdon/bourdon@0.15.0) Recognition-first cross-agent memory federation. One shared memory across all your agents. installs: npm:@getbourdon/mcp-server | pypi:bourdon detail: https://mcpindex.ai/server/ai-bourdon-bourdon - brainattic (ai.brainattic/knowledge-base@1.0.0) The knowledge base your AI reads and writes, under your rules — over MCP, EU-hosted. installs: remote:https://app.brainattic.ai/api/mcp detail: https://mcpindex.ai/server/ai-brainattic-knowledge-base - Buron (ai.buron/buron@0.1.0) Marketing-measurement MCP: dashboards, cross-channel queries, integrations, and knowledge files. installs: remote:https://app.buron.ai/api/mcp detail: https://mcpindex.ai/server/ai-buron-buron - ai.butlerbrain/mcp (ai.butlerbrain/mcp@1.0.0) Persistent memory for AI assistants. Save once; recall from Claude, ChatGPT, or any MCP client. installs: remote:https://api.butlerbrain.ai/mcp detail: https://mcpindex.ai/server/ai-butlerbrain-mcp - DoneThat (ai.donethat/donethat@1.0.0) Privacy-first work tracking with summaries, reports, coaching, and AI-ready long-term memory. installs: remote:https://mcp.donethat.ai/ detail: https://mcpindex.ai/server/ai-donethat-donethat - ENYAL by Greenland AI (ai.enyal/enyal@0.1.0) ENYAL by Greenland AI — encrypted identity & memory for AI agents (query, recall, provenance) installs: remote:https://mcp.enyal.ai/mcp detail: https://mcpindex.ai/server/ai-enyal-enyal - Fodda Knowledge Graphs (ai.fodda/mcp-server@1.32.1) Expert-curated knowledge, brand, research & earnings intelligence — 31 tools, 220+ graphs. installs: npm:fodda-mcp detail: https://mcpindex.ai/server/ai-fodda-mcp-server - Gateco (ai.gateco/gateco@1.8.1) Permission-aware retrieval for AI systems: policy-enforced access to organizational knowledge. installs: pypi:gateco detail: https://mcpindex.ai/server/ai-gateco-gateco - ai.getthroughline/throughline (ai.getthroughline/throughline@1.0.0) A persistent AI self you own — memory, persona, judgment — portable across all your AI hosts. installs: remote:https://getthroughline.ai/mcp detail: https://mcpindex.ai/server/ai-getthroughline-throughline - InfoLang Memory (ai.infolang/mcp@0.1.0) InfoLang semantic memory MCP — investigate, memorize, and recall compressed agent context. installs: remote:https://api.infolang.ai/v1/mcp/ detail: https://mcpindex.ai/server/ai-infolang-mcp - Kawa Code (ai.kawacode/mcp@6.9.5) Team-aware memory: intent, decisions, real-time conflicts for AI coding assistants. installs: npm:@kawacode/mcp detail: https://mcpindex.ai/server/ai-kawacode-mcp - Kumbuka (ai.kumbuka/kumbuka-server@1.0.1) Governed, auditable knowledge your team curates for its AI assistants, self-hostable installs: remote:https://mcp.kumbuka.ai/mcp detail: https://mcpindex.ai/server/ai-kumbuka-kumbuka-server - LadderFlow (ai.ladderflow/mcp@1.0.0) Voice-interview your ideas into LinkedIn posts and X threads via a Digital Brain memory. installs: remote:https://mcp.ladderflow.ai/mcp detail: https://mcpindex.ai/server/ai-ladderflow-mcp - LensHub (ai.lenshub/lenshub@0.4.1) Team knowledge from 20 connectors, served to any MCP agent — classified, scored, access-controlled. installs: remote:https://app.lenshub.ai/mcp detail: https://mcpindex.ai/server/ai-lenshub-lenshub - ai.libers/libers-suite (ai.libers/libers-suite@0.1.0) Website analyses and Knowledge Packs for the authenticated account via OAuth 2.1 + DCR. installs: remote:https://api.libers.ai/mcp/libers-suite detail: https://mcpindex.ai/server/ai-libers-libers-suite - Lithtrix — Identity, Memory & Trust for AI Agents (ai.lithtrix/lithtrix-mcp@0.20.2) Identity, memory, trust, and swarm primitives for AI agents. MIRC base always free. installs: npm:lithtrix-mcp detail: https://mcpindex.ai/server/ai-lithtrix-lithtrix-mcp - Arc (ai.megastructure/arc@1.8.7) Local coordination hub for coding agents: durable shared memory, tasks, and handoffs. Desktop app. installs: manual detail: https://mcpindex.ai/server/ai-megastructure-arc - ai.meminal/meminal (ai.meminal/meminal@1.0.0) Memory for deep conversational context across any platform installs: remote:https://meminal.ai/mcp detail: https://mcpindex.ai/server/ai-meminal-meminal - MemoryRouter (ai.memoryrouter/memoryrouter@1.1.0) Persistent AI memory shared across Claude, ChatGPT, coding agents, and compatible MCP clients. installs: remote:https://mcp.memoryrouter.ai/mcp detail: https://mcpindex.ai/server/ai-memoryrouter-memoryrouter - ai.multi-turn/enacta (ai.multi-turn/enacta@1.0.0) Long-term memory for AI agents: durable records, observable retrieval, governed context assembly. installs: remote:https://api.multi-turn.ai/mcp detail: https://mcpindex.ai/server/ai-multi-turn-enacta - Multinex MemQ (ai.multinex/memq@2.8.0) Persistent memory for AI agents with OAuth-backed hosted MCP access. installs: remote:https://mcp.multinex.ai/mcp/v1 detail: https://mcpindex.ai/server/ai-multinex-memq - ai.nocturnus/logic-server (ai.nocturnus/logic-server@0.3.11) Agent reasoning, memory, and token-optimized context for AI applications. installs: npm:nocturnusai-mcp detail: https://mcpindex.ai/server/ai-nocturnus-logic-server - Obris (ai.obris/mcp@0.4.0) Stop re-explaining yourself to AI. Save knowledge once, use it in every conversation. installs: pypi:obris-mcp | remote:https://mcp.obris.ai/ detail: https://mcpindex.ai/server/ai-obris-mcp - ai.odei/connect (ai.odei/connect@0.1.0) Governed personal world model and memory for your AI agent. Pair once, connect over MCP. installs: remote:https://api.odei.ai/mcp detail: https://mcpindex.ai/server/ai-odei-connect - ai.orgsdk/mcp (ai.orgsdk/mcp@1.0.0) Hosted runtime for persistent agent teams, durable workflows, memory, schedules, and goals. installs: remote:https://relay.orgsdk.ai/mcp detail: https://mcpindex.ai/server/ai-orgsdk-mcp - ai.sovantica/engrava (ai.sovantica/engrava@0.6.0) Tamper-evident audit, MindQL, and Action Records — embedded memory database for AI agents. installs: pypi:engrava-mcp detail: https://mcpindex.ai/server/ai-sovantica-engrava - Synchronex (ai.synchronex/mcp-proxy@1.2.0) Connect any AI agent to your Synchronex workspace — portable memory, decisions, and workers. installs: npm:@synchronex/mcp-proxy detail: https://mcpindex.ai/server/ai-synchronex-mcp-proxy - Chiplab (ai.veecle/chiplab@1.0.0) Run, build, and validate firmware on virtual hardware from your AI agent. Hardware knowledge corpus. installs: remote:https://chiplab.veecle.ai/mcp detail: https://mcpindex.ai/server/ai-veecle-chiplab - ai.voxell/forge (ai.voxell/forge@0.1.5) MCP server for Forge, Voxell's hosted text-embedding API. Tools: embed and list_models. installs: npm:@voxell/forge-mcp detail: https://mcpindex.ai/server/ai-voxell-forge - ai.zimac/mnema (ai.zimac/mnema@0.2.0) Local-first, formally verified memory for AI agents: consult/learn/related/list over MCP. installs: manual detail: https://mcpindex.ai/server/ai-zimac-mnema - ai.zine/mcp (ai.zine/mcp@1.0.1) Your memory, everywhere AI goes. Build knowledge once, access it via MCP anywhere. installs: remote:https://www.zine.ai/mcp detail: https://mcpindex.ai/server/ai-zine-mcp - app.anamneseai/anamnese (app.anamneseai/anamnese@1.0.0) A self-improving memory layer. Your memory, notes, tasks and goals, remembered everywhere. installs: remote:https://anamneseai.app/api/mcp detail: https://mcpindex.ai/server/app-anamneseai-anamnese - Jade Note (app.jadenote/jade-note@1.0.0) MCP-native notes and memory for ChatGPT, Claude, and other AI tools. installs: remote:https://api.jadenote.app/mcp detail: https://mcpindex.ai/server/app-jadenote-jade-note - Octopad (app.octopad/octopad@0.1.0) The back-office workspace for your team's AIs: tasks, knowledge and context shared over MCP. installs: remote:https://mcp.octopad.app/mcp detail: https://mcpindex.ai/server/app-octopad-octopad - ResumeQuick (app.resumequick/resumequick@1.0.0) Career assistant: resumes, job-match analysis, interview results and career memory. installs: remote:https://mcp.resumequick.app/mcp detail: https://mcpindex.ai/server/app-resumequick-resumequick - app.twiceshy/twiceshy (app.twiceshy/twiceshy@0.1.0) Experience memory for coding agents: validated traps, fixes and dead-ends at decision time. installs: remote:https://api.twiceshy.app detail: https://mcpindex.ai/server/app-twiceshy-twiceshy - at.designare/knowledge (at.designare/knowledge@1.1.0) Knowledge Base von designare.at – Michael Kanda, Web & KI aus Wien. Semantische Suche über RAG. installs: remote:https://designare.at/api/mcp detail: https://mcpindex.ai/server/at-designare-knowledge - au.com.ato-mcp/ato-mcp (au.com.ato-mcp/ato-mcp@2.1.5) Australian tax knowledge base for agents: 34,500+ ATO documents, cited answers to any tax question. installs: remote:https://api.ato-mcp.com.au/mcp detail: https://mcpindex.ai/server/au-com-ato-mcp-ato-mcp - 6DuckLearn MCP (com.6ducklearn/mcp@0.1.1) Connect agents to 6DuckLearn memory, approvals, and runtime control. installs: remote:https://6ducklearn.com/mcp detail: https://mcpindex.ai/server/com-6ducklearn-mcp - Achriom (com.achriom/achriom@1.1.0) Media memory for AI agents and their humans: books, movies, music, shows, anime, podcasts, games. installs: remote:https://mcp.achriom.com/mcp detail: https://mcpindex.ai/server/com-achriom-achriom - AFD Knowledge (com.afdinstitute/afd-knowledge@1.0.1) Adaptive Flow Delivery: phases, gates, lexicon (free, sign in with your AFD Institute account). installs: remote:https://mcp.afdinstitute.com/api/mcp detail: https://mcpindex.ai/server/com-afdinstitute-afd-knowledge - com.agishub/agent-memory (com.agishub/agent-memory@2.1.2) Persistent semantic memory for AI agents: store and recall text by meaning (RAG). x402 installs: remote:https://api.agishub.com/mcp/memory detail: https://mcpindex.ai/server/com-agishub-agent-memory - com.agishub/ai-toolkit (com.agishub/ai-toolkit@2.1.1) AI tools for agents: chat, summarize, classify, entity extraction, embeddings, transcription. x402 installs: remote:https://api.agishub.com/mcp/ai detail: https://mcpindex.ai/server/com-agishub-ai-toolkit - AIm (com.aim-journal/aim@1.0.1) Chat forgets your training. AIm doesn't — an AI coach for Claude with persistent memory. installs: remote:https://aim-journal.com/{token}/mcp detail: https://mcpindex.ai/server/com-aim-journal-aim - com.ainetcafe/netcafe-memory (com.ainetcafe/netcafe-memory@1.0.0) Cross-session, cross-device memory for your agent: remember and recall notes. No key to start. installs: remote:https://ainetcafe.com/mcp/memory detail: https://mcpindex.ai/server/com-ainetcafe-netcafe-memory - Aiqbee Brain (com.aiqbee/brain@1.0.1) AI knowledge graph for architecture, portfolio, and digital strategy management. installs: remote:https://mcp.aiqbee.com/mcp detail: https://mcpindex.ai/server/com-aiqbee-brain - Amber (com.ambermem/amber@1.1.1) Long-term memory for AI assistants. Hybrid retrieval, query expansion, auto-topics. installs: remote:https://mcp.ambermem.com detail: https://mcpindex.ai/server/com-ambermem-amber - ArcadeDB MCP Server (com.arcadedb/mcp-server@26.4.1-SNAPSHOT) Built-in MCP server for ArcadeDB multi-model database (graph, document, vector, time-series) installs: docker:docker.io/arcadedata/arcadedb:26.4.1-SNAPSHOT detail: https://mcpindex.ai/server/com-arcadedb-mcp-server - NASC — Networked AI Session Continuity (com.archerionlabs/nasc@1.0.0) Shared memory across AI dev tools: each session hands its context to the next, not starting cold. installs: remote:https://nasc.archerionlabs.com/mcp detail: https://mcpindex.ai/server/com-archerionlabs-nasc - com.asksakina/islamic-knowledge (com.asksakina/islamic-knowledge@1.0.0) Verified Quran verses, duas, 99 Names of Allah, and prophets. Multi-madhab reviewed. installs: npm:@asksakina/islamic-knowledge-mcp | remote:https://sakina-mcp.fly.dev/sse detail: https://mcpindex.ai/server/com-asksakina-islamic-knowledge - com.borisinc/memory (com.borisinc/memory@1.0.0) Persistent agent memory paid per call via x402 USDC. Your wallet is your private memory namespace. installs: remote:https://mem.borisinc.com/mcp detail: https://mcpindex.ai/server/com-borisinc-memory - CalvingWatch Public Knowledge (com.calvingwatch/public-knowledge@1.0.0) Read-only CalvingWatch product, tester, camera, privacy and safety facts; no customer data. installs: remote:https://calvingwatch.com/mcp detail: https://mcpindex.ai/server/com-calvingwatch-public-knowledge - AI Worlds CLI Knowledge (com.claude-world/worlds-knowledge@0.5.0) Source-checked CLI guides and model-aware planning for Claude Code, Codex, and Grok Build. installs: remote:https://mcp.claude-world.com/mcp detail: https://mcpindex.ai/server/com-claude-world-worlds-knowledge - com.craftablesoftware/mcp (com.craftablesoftware/mcp@1.0.0) Company knowledge, services, case studies, pricing, and tools for craftable software. installs: remote:https://mcp.craftablesoftware.com/mcp detail: https://mcpindex.ai/server/com-craftablesoftware-mcp - Dayze — Life in Days + Notable People (com.dayze/life-context@1.6.0) People + life-in-days knowledge for AI agents. Public MCP; x402 on Base; OAuth for private tools. installs: remote:https://dayze.com/api/mcp detail: https://mcpindex.ai/server/com-dayze-life-context - com.deerdawn/deerdawn (com.deerdawn/deerdawn@1.0.37) AI session memory: the brief your AI reads before every session so no session starts cold. installs: npm:@deerdawn/mcp-server | remote:https://api.deerdawn.com/api/v1/mcp detail: https://mcpindex.ai/server/com-deerdawn-deerdawn - EPK Properties Public Knowledge MCP (com.epkproperties/public-knowledge@2.2.7) Public EPK real estate listings and multilingual guides for Panama and the Dominican Republic. installs: remote:https://mcp.epkproperties.com/mcp detail: https://mcpindex.ai/server/com-epkproperties-public-knowledge - Firmament (com.getfirmament/firmament@0.1.1) Your team's shared, verified knowledge for AI agents: ask what's true, record what you learn. installs: remote:https://mcp.getfirmament.com/mcp detail: https://mcpindex.ai/server/com-getfirmament-firmament - Guru Remote MCP Server (com.getguru/mcp-server@1.0.2) Guru MCP Server - Connect AI tools to your Guru knowledge base installs: remote:https://mcp.api.getguru.com/mcp detail: https://mcpindex.ai/server/com-getguru-mcp-server - SPM - Structured Project Memory (com.getspm/spm@0.2.8) Durable, shareable and governed project memory with smart triage and explicit project composition. installs: remote:https://getspm.com/v1/mcp detail: https://mcpindex.ai/server/com-getspm-spm - com.googleapis.memorystore/mcp (com.googleapis.memorystore/mcp@1.0.0) Provides tools to manage Memorystore for Valkey instances and backups. installs: remote:https://memorystore.googleapis.com/mcp detail: https://mcpindex.ai/server/com-googleapis-memorystore-mcp - Granoflow (com.granoflow/mcp-server@0.1.16) Connect MCP-capable AI agents to local Granoflow tasks, reviews, cards, imports, and work memory. installs: npm:@granoflow/mcp-server detail: https://mcpindex.ai/server/com-granoflow-mcp-server - Heirmos (com.heirmos/memory@1.0.0) Persistent memory shared across Claude, ChatGPT, Grok and other MCP clients. installs: remote:https://mcp.heirmos.com/mcp detail: https://mcpindex.ai/server/com-heirmos-memory - com.hekkova/mcp (com.hekkova/mcp@1.0.0) TPermanent memory layer for AI agents. Mint moments to the Polygon blockchain via MCP. installs: remote:https://mcp.hekkova.com/mcp detail: https://mcpindex.ai/server/com-hekkova-mcp - com.kage-core/kage (com.kage-core/kage@2.3.0) Verified memory for coding agents: claims cited against code, stale withheld, savings receipts. installs: npm:@kage-core/kage-graph-mcp detail: https://mcpindex.ai/server/com-kage-core-kage - com.kogcat/kogcat-mcp (com.kogcat/kogcat-mcp@0.46.2) Local-first judgment layer: counter-examples & blind spots from your own knowledge base. installs: pypi:kogcat-mcp detail: https://mcpindex.ai/server/com-kogcat-kogcat-mcp - com.leapmemory/memory (com.leapmemory/memory@1.0.0) Long-term memory for AI assistants. Isolated per-user storage, recall across conversations. installs: remote:https://api.leapmemory.com/mcp detail: https://mcpindex.ai/server/com-leapmemory-memory - com.ledgenter/mcp (com.ledgenter/mcp@0.1.1) The shared work-management office for AI agents — projects, tasks, decisions, knowledge, handoffs. installs: npm:@ledgenter/mcp detail: https://mcpindex.ai/server/com-ledgenter-mcp - com.letta/memory-mcp (com.letta/memory-mcp@2.0.2) MCP server for AI memory management using Letta - Standard MCP format installs: npm:@letta-ai/memory-mcp detail: https://mcpindex.ai/server/com-letta-memory-mcp - MyAITwin (com.lutolearn/myaitwin@1.0.0) A personal RAG database you build from chat, so AI creates work that sounds like you. installs: remote:https://myaitwin.lutolearn.com/mcp detail: https://mcpindex.ai/server/com-lutolearn-myaitwin - com.mangofolio/investbrain (com.mangofolio/investbrain@0.1.0) Investment discipline MCP server with RAG, behavior detection, journaling, and market data. installs: manual detail: https://mcpindex.ai/server/com-mangofolio-investbrain - com.mcparmory/pinecone (com.mcparmory/pinecone@1.0.2) Create and manage vector database indexes, backups, and collections installs: pypi:mcparmory-pinecone | docker:ghcr.io/mcparmory/pinecone:1.0.2 detail: https://mcpindex.ai/server/com-mcparmory-pinecone - com.mcparmory/ragie (com.mcparmory/ragie@1.0.2) Ingest, manage, and retrieve documents for RAG-powered AI applications installs: pypi:mcparmory-ragie | docker:ghcr.io/mcparmory/ragie:1.0.2 detail: https://mcpindex.ai/server/com-mcparmory-ragie - com.memfleet/memfleet (com.memfleet/memfleet@1.0.1) Shared, governed memory for fleets of AI agents: judged contributions, provenance, operator control installs: remote:https://memfleet.com/mcp detail: https://mcpindex.ai/server/com-memfleet-memfleet - MemoryPlugin (com.memoryplugin/memory@1.0.0) Give every AI you use one shared, permanent memory. Store once, recall in whichever AI you open. installs: remote:https://www.memoryplugin.com/api/mcp/mcp detail: https://mcpindex.ai/server/com-memoryplugin-memory - com.memxus/memxus (com.memxus/memxus@1.3.2) Persistent memory layer that saves and recalls your project context and preferences. installs: remote:https://mcp.memxus.com/mcp detail: https://mcpindex.ai/server/com-memxus-memxus - Orbismo (com.orbismo/orbismo@1.0.1) A persistent world-building memory your AI can read and write in any chat. installs: remote:https://app.orbismo.com/api/v1/mcp detail: https://mcpindex.ai/server/com-orbismo-orbismo - Pastepile (com.pastepile/mcp@0.9.0) Durable, versioned memory for AI assistants. Remote memory needs a Pastepile subscription. installs: npm:@pastepile/mcp | remote:https://www.pastepile.com/api/mcp detail: https://mcpindex.ai/server/com-pastepile-mcp - com.quelvio/mcp-server (com.quelvio/mcp-server@1.1.0) Your company's brain for AI agents. Cited, permission-aware knowledge across every system. installs: remote:https://mcp.quelvio.com/http detail: https://mcpindex.ai/server/com-quelvio-mcp-server - QuillCaddie MCP (com.quillcaddie.www/mcp@0.8.0) OAuth-protected, read-only-by-default MCP server for provenance-labeled QuillCaddie project memory. installs: remote:https://mcp.quillcaddie.com/mcp detail: https://mcpindex.ai/server/com-quillcaddie-www-mcp - Recognitium (com.recognitium/recognitium@1.1.0) A memory your AI can prove and the market of the present tense. SHA-256, verifiable offline. installs: remote:https://api.recognitium.com/mcp detail: https://mcpindex.ai/server/com-recognitium-recognitium - Taxi Rido Public Knowledge (com.ridotaxi/taxi-rido-public-knowledge@1.1.0) Read-only Arabic and English Taxi Rido product knowledge and taxi operations guides. installs: remote:https://ridotaxi.com/mcp detail: https://mcpindex.ai/server/com-ridotaxi-taxi-rido-public-knowledge - com.ruddia/being-mcp-server (com.ruddia/being-mcp-server@1.0.0) Personality Runtime for AI agents — persistent memory, personality, and relationships via MCP installs: npm:@ruddia/being-mcp-server detail: https://mcpindex.ai/server/com-ruddia-being-mcp-server - Spectral — verified-knowledge oracle (com.seespectral/oracle@1.0.0) Cross-check a factual claim against a verified knowledge graph before you assert it. Never guesses. installs: remote:https://mcp.seespectral.com/mcp detail: https://mcpindex.ai/server/com-seespectral-oracle - GrantAi Memory (com.solonai/grantai@1.8.6) Persistent memory for AI agents. Infinite context with sub-millisecond recall. installs: docker:ghcr.io/solonai-com/grantai-memory:1.8.5 detail: https://mcpindex.ai/server/com-solonai-grantai - Hermes — Air Quality Intelligence (com.southlondonscientific/hermes@0.2.0) UK air quality MCP: live readings, historical trends, LAQM stats, WHO checks, knowledge base. installs: remote:https://hermes.southlondonscientific.com/mcp detail: https://mcpindex.ai/server/com-southlondonscientific-hermes - Squirrel Brain (com.squirrelbrainapp/squirrel-brain@1.0.0) Give your AI agent a memory and body on your iPhone: set alarms, ring your phone, over MCP. installs: remote:https://geczbtsjfbvfukdzdemr.supabase.co/functions/v1/mcp-server detail: https://mcpindex.ai/server/com-squirrelbrainapp-squirrel-brain - stagenth · 二维码工具箱 (com.stagenth/qr-kit@1.0.0) QR & barcode toolkit: generate, decode, vector SVG, logo QR, WiFi and vCard QR codes. installs: remote:https://stagenth.com/mcp/qr-kit/ detail: https://mcpindex.ai/server/com-stagenth-qr-kit - Aim (com.startaiming/aim@1.0.0) Market knowledge layer for AI agents: competitors, opinions and regulations shaping your market. installs: remote:https://mcp.startaiming.com/mcp detail: https://mcpindex.ai/server/com-startaiming-aim - Taproot (com.taproothq/taproot@0.4.0) Persistent memory layer for AI tools. Save and recall notes across Claude and other MCP clients. installs: remote:https://connect.taproothq.com/mcp detail: https://mcpindex.ai/server/com-taproothq-taproot - Tempreon — Personal AI Memory (com.tempreon/tempreon@1.0.0) Person-owned, portable AI memory as a remote MCP server, readable and writable by any MCP client. installs: remote:https://api.tempreon.com/functions/v1/tempreon-mcp/mcp detail: https://mcpindex.ai/server/com-tempreon-tempreon - Tulimoa Gateway (com.tulimoa/gateway@1.2.0) The MCP gateway with an EU-hosted, persistent memory layer that shrinks your token bill. installs: remote:https://gateway.tulimoa.com/mcp detail: https://mcpindex.ai/server/com-tulimoa-gateway - com.usememra/memra (com.usememra/memra@4.5.0) Persistent memory for AI agents. EU-hosted, privacy-first, hybrid recall, contradiction detection. installs: remote:https://usememra.com/mcp detail: https://mcpindex.ai/server/com-usememra-memra - Mnemos — memory as a service (com.virohanalife/mnemos@1.0.0) Bi-temporal memory-as-a-service and paid agent labor. Pay-per-call USDC via x402; signed receipts. installs: remote:https://memory.virohanalife.com/mcp detail: https://mcpindex.ai/server/com-virohanalife-mnemos - Wauldo (com.wauldo/wauldo@1.1.0) Stateless agentic tools over MCP: concept extraction, long-context, knowledge graph, planning. installs: remote:https://api.wauldo.com/mcp detail: https://mcpindex.ai/server/com-wauldo-wauldo - Worldku Memory (com.worldku/memory@0.1.0) Save AI conversations into your Worldku memory and recall them from any MCP client. installs: remote:https://mcp.worldku.com/mcp detail: https://mcpindex.ai/server/com-worldku-memory - Wuniq KE (Knowledge Engine) (com.wuniq/wuniq@1.0.3) The structured memory layer your AI is missing. Requires the free Wuniq desktop app. installs: npm:@wuniq/mcp detail: https://mcpindex.ai/server/com-wuniq-wuniq - Alloy (cx.alloy/alloy@1.0.0) AI workspace — shared knowledge, skills, and tools for AI agents installs: remote:https://api.alloy.cx/mcp detail: https://mcpindex.ai/server/cx-alloy-alloy - shyn (day.shyn/shyn@0.4.29-alpha) Local-first ambient memory for your Mac — pages, meetings, notes, encrypted on-device. installs: manual detail: https://mcpindex.ai/server/day-shyn-shyn - adrkit decision memory (dev.adrkit/mcp@0.6.0) Deterministic, offline, read-only ADR decision memory for coding agents. No model or network calls. installs: npm:@adrkit/mcp detail: https://mcpindex.ai/server/dev-adrkit-mcp - Agent Module (dev.agent-module/mcp@0.9.9) Deterministic compliance and vertical knowledge bases for autonomous agents. Free 24hr trial. installs: remote:https://api.agent-module.dev/mcp detail: https://mcpindex.ai/server/dev-agent-module-mcp - agenttool (dev.agenttool/agenttool@1.0.0) Where agents arrive as themselves: DID identity, memory, wallet, inbox, covenants, jokes. installs: remote:https://api.agenttool.dev/v1/mcp detail: https://mcpindex.ai/server/dev-agenttool-agenttool - deadends.dev (dev.deadends/deadends-dev@0.3.2) Structured failure knowledge for AI agents — dead ends, workarounds, error chains installs: pypi:deadends-dev detail: https://mcpindex.ai/server/dev-deadends-deadends-dev - Docmancer (dev.docmancer/docmancer@0.9.16) Local-only MCP server for source-attributed Markdown memory and documentation retrieval. installs: pypi:docmancer detail: https://mcpindex.ai/server/dev-docmancer-docmancer - Gnosem (dev.gnosem/gnosem@1.0.0) Cross-vendor AI memory over MCP. One semantic store, readable and writeable from every MCP client. installs: remote:https://gnosem.dev/mcp detail: https://mcpindex.ai/server/dev-gnosem-gnosem - ITHZ MCP (dev.ithz/ithz-mcp@0.1.0a1) Local deterministic project memory for AI agents with context packs, gates and checkpoints. installs: pypi:ithz-mcp detail: https://mcpindex.ai/server/dev-ithz-ithz-mcp - dev.memnode/memnode (dev.memnode/memnode@0.1.0) Persistent, inspectable memory for AI agents with lineage, correction, and a hosted MCP endpoint. installs: remote:https://api.memnode.dev/mcp detail: https://mcpindex.ai/server/dev-memnode-memnode - Mnemolog MCP (dev.pages.mnemolog/mnemolog@1.0.0) Hosted MCP memory and agent control plane for durable conversations, jobs, and operations. installs: remote:https://mnemolog.com/api/mcp detail: https://mcpindex.ai/server/dev-pages-mnemolog-mnemolog - seekrit (local crypto plane) (dev.seekrit/mcp@0.6.0) Zero-knowledge secrets manager — local crypto-plane MCP server: decrypts and injects secrets. installs: npm:@seekrit/mcp detail: https://mcpindex.ai/server/dev-seekrit-mcp - Lex (dev.smartergpt/lex@3.0.1) Episodic memory and architectural policy for AI agents. Frames, Atlas, and Policy. installs: npm:@smartergpt/lex-mcp detail: https://mcpindex.ai/server/dev-smartergpt-lex - Brainbox (dev.thexi/brainbox@0.1.0) Persistent, portable memory for AI assistants — your private memory graph, from any MCP client. installs: remote:https://brainbox-mcp.thexi.dev/mcp detail: https://mcpindex.ai/server/dev-thexi-brainbox - dev.workers.perch-app.corvid/corvid (dev.workers.perch-app.corvid/corvid@1.0.2) Persistent memory for AI agents. Semantic recall by meaning, not just keywords. No signup needed. installs: remote:https://corvid.perch-app.workers.dev/mcp detail: https://mcpindex.ai/server/dev-workers-perch-app-corvid-corvid - ZenVault (eu.zenvault/zenvault@1.0.2) Wake-ups, webhook inboxes, TTL memory, watches and human approval for agents. Paid per call. installs: remote:https://api.zenvault.eu/mcp detail: https://mcpindex.ai/server/eu-zenvault-zenvault - Savecraft (gg.savecraft/savecraft@1.0.0) Savecraft serves real save game data and expert game knowledge to AI assistants. installs: remote:https://api.savecraft.gg/mcp detail: https://mcpindex.ai/server/gg-savecraft-savecraft - var.gg Naming Memory (gg.var/naming-memory@2.0.0) Curated multilingual dictionary that names code identifiers from domain concepts (KO/JA/ZH/VI/EN). installs: remote:https://var.gg/mcp detail: https://mcpindex.ai/server/gg-var-naming-memory - Marrow (id.marrow/marrow@1.0.10) Evidence-grounded, graph-connected, correctable memory for agents. installs: npm:@marrowid/cli | remote:https://mcp.marrow.id detail: https://mcpindex.ai/server/id-marrow-marrow - agent4.io (io.agent4/agent4-tenant@1.4.0) Build and run grounded business agents over MCP: agents, knowledge bases, skills, Storylines. installs: remote:https://api.agent4.io/v1/mcp detail: https://mcpindex.ai/server/io-agent4-agent4-tenant - Agentage Memory (io.agentage/memory@1.1.0) One memory, every AI. A shared, user-owned markdown memory your AI clients read and write over MCP. installs: remote:https://memory.agentage.io/mcp detail: https://mcpindex.ai/server/io-agentage-memory - io.brainfile/brainfile (io.brainfile/brainfile@1.0.0) Brainfile memory layer for Claude Code over MCP: free starter files + weekly freshness feed. installs: remote:https://brainfile.io/mcp detail: https://mcpindex.ai/server/io-brainfile-brainfile - ContextStream (io.contextstream/mcp@0.5.35) Persistent memory and cross-session learning for AI coding assistants (hosted remote MCP). installs: remote:https://mcp.contextstream.io/mcp?default_context_mode=fast&src=registry detail: https://mcpindex.ai/server/io-contextstream-mcp - DocDeploy (io.docdeploy.www/mcp-server@1.0.0) Document hosting and encrypted agent memory with multi-tenant persistence. installs: remote:https://mcp.docdeploy.io/mcp detail: https://mcpindex.ai/server/io-docdeploy-www-mcp-server - Seamless (io.github.0spoon/seamless@0.4.9) Local-first shared memory and task coordination for AI coding agents. Go daemon plus headless CLI. installs: manual detail: https://mcpindex.ai/server/io-github-0spoon-seamless - Session Forge (io.github.420247jake/session-forge@2.0.3) Persistent memory and session intelligence for AI coding assistants. Zero config. installs: npm:session-forge detail: https://mcpindex.ai/server/io-github-420247jake-session-forge - io.github.4rgon4ut/sutra (io.github.4rgon4ut/sutra@0.1.1) Context Engineering Engine. Provides cognitive tools, memory structures, and agent patterns. installs: pypi:context-engineering-mcp detail: https://mcpindex.ai/server/io-github-4rgon4ut-sutra - io.github.AIAppsAPI/adaptive-recall (io.github.AIAppsAPI/adaptive-recall@1.0.1) Adaptive memory system with cognitive scoring, knowledge graph, and self-improving ML. installs: npm:adaptive-recall detail: https://mcpindex.ai/server/io-github-aiappsapi-adaptive-recall - Cathedral — Persistent Memory for AI Agents (io.github.AILIFE1/cathedral-mcp@1.1.0) Persistent memory and drift detection for AI agents across session restarts. installs: pypi:cathedral-mcp | remote:https://cathedral-ai.com/mcp detail: https://mcpindex.ai/server/io-github-ailife1-cathedral-mcp - io.github.AINative-Studio/ainative-opencode-memory-mcp (io.github.AINative-Studio/ainative-opencode-memory-mcp@0.1.2) Persistent cross-session memory for OpenCode and MCP coding agents, powered by ZeroDB. installs: npm:ainative-opencode-memory-mcp detail: https://mcpindex.ai/server/io-github-ainative-studio-ainative-opencode-memory-mcp - Memorix (io.github.AVIDS2/memorix@1.4.2) Local-first persistent project memory for AI coding agents across MCP clients and sessions. installs: npm:memorix detail: https://mcpindex.ai/server/io-github-avids2-memorix - io.github.Abhigyan-Shekhar/Waggle-mcp (io.github.Abhigyan-Shekhar/Waggle-mcp@0.1.8) Persistent graph-backed conversational memory for AI agents. installs: pypi:waggle-mcp detail: https://mcpindex.ai/server/io-github-abhigyan-shekhar-waggle-mcp - io.github.AdelElo13/neurohive (io.github.AdelElo13/neurohive@1.0.2) Multi-agent memory intelligence with expertise tracking and conflict detection installs: npm:neurohive detail: https://mcpindex.ai/server/io-github-adelelo13-neurohive - io.github.Agentled/mcp-server (io.github.Agentled/mcp-server@0.19.3) Intelligent AI workflow orchestration with long-term memory, 100+ integrations, and unified credits. installs: npm:@agentled/mcp-server detail: https://mcpindex.ai/server/io-github-agentled-mcp-server - Serac (io.github.AikoGilpin/serac@0.1.0) Sovereign E2E cloud storage for AI agents. Zero-knowledge, RGPD-compliant. installs: remote:https://serac.cloud/api/agent/mcp/v1 detail: https://mcpindex.ai/server/io-github-aikogilpin-serac - coldstart (io.github.AkashGoenka/coldstart@2.2.17) Codebase memory for AI agents: an AST index plus agent-written notes that self-stale. installs: npm:@cstart/coldstart detail: https://mcpindex.ai/server/io-github-akashgoenka-coldstart - io.github.AlekseiMarchenko/central-intelligence (io.github.AlekseiMarchenko/central-intelligence@0.1.3) Persistent memory for AI agents. Store, recall, and share knowledge across sessions. installs: npm:central-intelligence-mcp detail: https://mcpindex.ai/server/io-github-alekseimarchenko-central-intelligence - Vector (Apex Fusion) (io.github.Apex-Fusion/vector@0.1.0) 24 keyless tools for AI agents on Vector, the Apex Fusion eUTXO L2: wallets, contracts, registry. installs: remote:https://mcp.vector.{network}.apexfusion.org/mcp detail: https://mcpindex.ai/server/io-github-apex-fusion-vector - Nahuali (io.github.Arakiss/nahuali@0.8.0-beta.10) Trust-aware agent memory with evidence-backed recall, self-inspection, and audit history. installs: docker:ghcr.io/arakiss/nahuali-mcp:0.8.0-beta.10 detail: https://mcpindex.ai/server/io-github-arakiss-nahuali - Bhived MCP (io.github.ArtKeyAi/bhived-mcp@1.2.0) Shared knowledge graph, skills, and tool discovery for AI agents through the Model Context Protocol. installs: npm:bhived-mcp detail: https://mcpindex.ai/server/io-github-artkeyai-bhived-mcp - io.github.Astrix-Labs/genesys-memory (io.github.Astrix-Labs/genesys-memory@0.5.2) Open-source causal memory for AI agents: persistent, explainable, MCP-native memory (13 tools). installs: pypi:genesys-memory detail: https://mcpindex.ai/server/io-github-astrix-labs-genesys-memory - Archivist AI (io.github.Astrotomic/archivist-ai@1.0.0) Official remote MCP server for Archivist AI TTRPG campaign memory: characters, sessions, and more. installs: remote:https://mcp.myarchivist.ai/mcp detail: https://mcpindex.ai/server/io-github-astrotomic-archivist-ai - io.github.BharatDharmaAcademy/bda-mcp (io.github.BharatDharmaAcademy/bda-mcp@1.0.0) Jyotish, Panchang, Hindu festival and Sanatan Dharma knowledge tools with citations. installs: remote:https://jyotish-api.bda.ai/mcp detail: https://mcpindex.ai/server/io-github-bharatdharmaacademy-bda-mcp - io.github.BlackhatShiftey/seam-runtime (io.github.BlackhatShiftey/seam-runtime@1.3.1) SEAM: local-first memory runtime for AI agents, with retrieval and glassbox provenance over MCP. installs: pypi:seam-runtime detail: https://mcpindex.ai/server/io-github-blackhatshiftey-seam-runtime - io.github.Bluesoul-Technology/justonce-memory (io.github.Bluesoul-Technology/justonce-memory@1.0.0) Persistent, portable, bitemporal memory layer — recalled proactively across your AI tools. installs: remote:https://mcp.justonce.ai detail: https://mcpindex.ai/server/io-github-bluesoul-technology-justonce-memory - Open Brain (io.github.Bobby-cell-commits/open-brain@1.1.0) Graph-structured MCP memory server. 37.2% LongMemEval. Auto dedup, themes, decay, synthesis. installs: remote:https://{supabase_project_ref}.supabase.co/functions/v1/open-brain-mcp/mcp detail: https://mcpindex.ai/server/io-github-bobby-cell-commits-open-brain - Web Scraper to Markdown API (io.github.Br0ski777/web-scraper@1.2.0) Extract clean markdown from any URL. Removes boilerplate. For RAG pipelines. x402. installs: remote:https://web-scraper.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-web-scraper - Darwin RAG (io.github.Brightdotdev/darwin-rag@0.2.15) Local-first RAG engine with MCP server for AI agent integration. installs: pypi:darwin-rag detail: https://mcpindex.ai/server/io-github-brightdotdev-darwin-rag - io.github.CSOAI-ORG/agent-prompt-injection-firewall-mcp (io.github.CSOAI-ORG/agent-prompt-injection-firewall-mcp@1.0.13) The WAF for agents. Pattern-based + heuristic firewall scans prompts, RAG documents, tool argume... installs: pypi:agent-prompt-injection-firewall-mcp | remote:https://api.meok.ai/v1/a2a/prompt-injection-firewall detail: https://mcpindex.ai/server/io-github-csoai-org-agent-prompt-injection-firewall-mcp - io.github.CSOAI-ORG/rag-knowledge-graph-mcp (io.github.CSOAI-ORG/rag-knowledge-graph-mcp@1.0.4) rag-knowledge-graph-mcp MCP server by MEOK AI Labs installs: pypi:rag-knowledge-graph-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-rag-knowledge-graph-mcp - io.github.CSOAI-ORG/rag-knowledge-mcp (io.github.CSOAI-ORG/rag-knowledge-mcp@1.0.4) rag-knowledge-mcp MCP server by MEOK AI Labs installs: pypi:rag-knowledge-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-rag-knowledge-mcp - io.github.CSOAI-ORG/vector-knowledge-graph-mcp (io.github.CSOAI-ORG/vector-knowledge-graph-mcp@1.0.9) AI-powered vector knowledge graph MCP server for agents. Supports add node, add edge, semantic node installs: pypi:vector-knowledge-graph-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-vector-knowledge-graph-mcp - io.github.CanopyHQ/phloem (io.github.CanopyHQ/phloem@0.1.8) Local-first AI memory with causal graphs. Fully offline, zero config, your data stays local. installs: manual detail: https://mcpindex.ai/server/io-github-canopyhq-phloem - io.github.Cavinooo/claude-find (io.github.Cavinooo/claude-find@0.2.5) Pull Deep Memory from across your Claude Code Sessions — when you need it. installs: npm:claude-find detail: https://mcpindex.ai/server/io-github-cavinooo-claude-find - io.github.Cipher208/ariel-memory (io.github.Cipher208/ariel-memory@1.0.0) Two-layer memory MCP server for AI agents with 37 tools, RAG, graphs, wiki, auth installs: npm:mcp-ariel-memory detail: https://mcpindex.ai/server/io-github-cipher208-ariel-memory - io.github.Cranot/agentskb (io.github.Cranot/agentskb@0.1.1) Researched knowledge for AI agents. Canonical answers from official sources. installs: npm:@agentskb/cli detail: https://mcpindex.ai/server/io-github-cranot-agentskb - io.github.Dakera-AI/dakera-mcp (io.github.Dakera-AI/dakera-mcp@0.10.11) Agent memory engine — 86 MCP tools, self-hosted, single Rust binary installs: docker:ghcr.io/dakera-ai/dakera-mcp:0.10.11 detail: https://mcpindex.ai/server/io-github-dakera-ai-dakera-mcp - io.github.DanceNitra/inspeximus (io.github.DanceNitra/inspeximus@2.5.0) Self-correcting agent memory + MCP server: recall, supersede/revert/review corrections, erasure. installs: pypi:inspeximus detail: https://mcpindex.ai/server/io-github-dancenitra-inspeximus - io.github.DanceNitra/mnemo (io.github.DanceNitra/mnemo@1.24.2) Self-correcting agent memory + MCP server: recall, supersede/revert/review corrections, erasure. installs: pypi:agora-mnemo detail: https://mcpindex.ai/server/io-github-dancenitra-mnemo - io.github.Dankaro-projects/shelfmark (io.github.Dankaro-projects/shelfmark@0.4.8) Local, privacy-first document catalogue for AI agents: metadata-only discovery, no cloud, no RAG. installs: pypi:shelfmark detail: https://mcpindex.ai/server/io-github-dankaro-projects-shelfmark - Codebase Memory (io.github.DeusData/codebase-memory-mcp@0.10.2) Codebase knowledge graph for AI agents — 159 languages, sub-ms queries, 99% fewer tokens. installs: npm:codebase-memory-mcp | pypi:codebase-memory-mcp detail: https://mcpindex.ai/server/io-github-deusdata-codebase-memory-mcp - io.github.Dhevenddra/forensic-deepdive (io.github.Dhevenddra/forensic-deepdive@0.10.0) Persistent code knowledge graph + 9 composite MCP tools for AI coding agents. installs: pypi:forensic-deepdive detail: https://mcpindex.ai/server/io-github-dhevenddra-forensic-deepdive - io.github.DiaaAj/a-mem-mcp (io.github.DiaaAj/a-mem-mcp@0.2.1) Self-evolving memory system for AI agents installs: pypi:a-mem detail: https://mcpindex.ai/server/io-github-diaaaj-a-mem-mcp - Colour Memory (io.github.DigbyO/colour-memory@2.0.0) Cultural color intelligence. Every colour anchored to a person, a year, and a consequence. installs: remote:https://colour-memory-api-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-digbyo-colour-memory - ContextLayer (io.github.DotNova/context-layer@0.1.0) Intelligent context infrastructure for AI teams: knowledge graph, sessions, tasks, documents. installs: remote:https://api.dotnova.io/mcp detail: https://mcpindex.ai/server/io-github-dotnova-context-layer - io.github.Dw-Dwain/ace-context-mcp (io.github.Dw-Dwain/ace-context-mcp@0.1.1) Local-first memory for AI chats: save context in one chat, load it in any other via MCP. installs: npm:ace-context-mcp detail: https://mcpindex.ai/server/io-github-dw-dwain-ace-context-mcp - io.github.EDKarlsson/locus (io.github.EDKarlsson/locus@0.6.2) Hierarchical markdown memory palace for AI agents — structured palace navigation via MCP tools. installs: pypi:locus-mcp detail: https://mcpindex.ai/server/io-github-edkarlsson-locus - Forage - MCP Server for AI Agents (io.github.ErnestaLabs/forage@1.0.2) Web intelligence, verified B2B contacts, and a persistent knowledge graph for AI agents. installs: remote:https://ernesta-labs--forage.apify.actor?token={APIFY_API_TOKEN} detail: https://mcpindex.ai/server/io-github-ernestalabs-forage - ontomics (io.github.EtienneChollet/ontomics@0.3.1) Index your codebase's domain knowledge. 20x fewer tokens, 10x faster. installs: npm:@ontomics/ontomics detail: https://mcpindex.ai/server/io-github-etiennechollet-ontomics - io.github.Evilander/audrey (io.github.Evilander/audrey@1.1.3) Local-first biological memory for coding agents: recall, consolidation, and pre-action Guard checks. installs: npm:audrey detail: https://mcpindex.ai/server/io-github-evilander-audrey - Bio-Safe-Audit (io.github.Evozim/bio-safe-audit@1.0.0) Biometric data privacy auditor ensuring Zero-Knowledge compliance. installs: remote:https://bio-safe-audit-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-bio-safe-audit - Handoff Tracker (io.github.Evozim/handoff-tracker@1.0.0) Short-term session memory manager for collaborative agent networks. installs: remote:https://handoff-tracker-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-handoff-tracker - Neural Graph Mapper (io.github.Evozim/neural-graph-mapper@1.0.0) Transform unstructured text into queryable semantic knowledge graphs. installs: remote:https://neural-graph-mapper-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-neural-graph-mapper - ZeroKnowledge-Vault (io.github.Evozim/zeroknowledge-vault@1.0.0) Zero-knowledge proof validator and cryptographic locker. installs: remote:https://zeroknowledge-vault-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-zeroknowledge-vault - io.github.FSHolmberg/gridually-mcp (io.github.FSHolmberg/gridually-mcp@1.0.2) Compare flashcard apps, spatial memory science, and aphantasia learning guides. installs: npm:gridually-mcp detail: https://mcpindex.ai/server/io-github-fsholmberg-gridually-mcp - Conventions MCP (io.github.FedgeNo/conventions-mcp@3.0.1) Memory for coding conventions and standing instructions that persists across sessions. installs: npm:conventions-mcp detail: https://mcpindex.ai/server/io-github-fedgeno-conventions-mcp - Hebbian Mind (io.github.For-Sunny/hebbian-mind-enterprise@2.3.2) Associative memory via Hebbian learning. Connections strengthen through use, decay through disuse. installs: pypi:hebbian-mind-enterprise detail: https://mcpindex.ai/server/io-github-for-sunny-hebbian-mind-enterprise - mwe-mcp — Memory Wiki Engine (io.github.Fr4nZ82/mwe-mcp@1.4.0) Self-hosted multi-user memory for AI agents: a human-readable Markdown wiki with per-fragment ACL. installs: manual detail: https://mcpindex.ai/server/io-github-fr4nz82-mwe-mcp - io.github.GATSV-tech/epiphany (io.github.GATSV-tech/epiphany@0.5.0) One private, local memory your AI tools share. Cross-model, on-device, never lose a session. installs: npm:epiphany-mcp detail: https://mcpindex.ai/server/io-github-gatsv-tech-epiphany - io.github.GCTRL-TECH/gctrl (io.github.GCTRL-TECH/gctrl@1.0.1) Governed graph-native agent memory: knowledge extraction, fusion, hybrid RAG, scoped access tokens. installs: npm:gctrl-mcp detail: https://mcpindex.ai/server/io-github-gctrl-tech-gctrl - io.github.GabrielaHdzMicrosoft/mcp-server (io.github.GabrielaHdzMicrosoft/mcp-server@1.0.1) An MCP server that provides visual memory and context storage with knowledge graph capabilities installs: npm:visual-memory-context-server detail: https://mcpindex.ai/server/io-github-gabrielahdzmicrosoft-mcp-server - io.github.GetCacheOverflow/cacheoverflow (io.github.GetCacheOverflow/cacheoverflow@0.5.5) MCP server for cache.overflow - AI agents sharing knowledge with AI agents installs: npm:cache-overflow-mcp detail: https://mcpindex.ai/server/io-github-getcacheoverflow-cacheoverflow - io.github.Goldentrii/agent-recall (io.github.Goldentrii/agent-recall@3.4.31) Correction-first agent memory. Precision KPI tracks if agents heed warnings. 5 layers, local-only. installs: npm:agent-recall-mcp detail: https://mcpindex.ai/server/io-github-goldentrii-agent-recall - Lex (io.github.Guffawaffle/lex@1.0.2) Episodic memory and architectural policy for AI agents. Frames, Atlas, and Policy. installs: npm:@smartergpt/lex-mcp detail: https://mcpindex.ai/server/io-github-guffawaffle-lex - io.github.Gunsmith-Academy/woody-mcp (io.github.Gunsmith-Academy/woody-mcp@1.0.3) Woody, the AI firearms expert. Verified specs, legal lookups, and knowledge base. installs: pypi:woody-mcp detail: https://mcpindex.ai/server/io-github-gunsmith-academy-woody-mcp - io.github.Hafeok/product-cli (io.github.Hafeok/product-cli@0.2.0) Knowledge graph CLI for managing features, ADRs, and test criteria as MCP-discoverable artifacts. installs: manual detail: https://mcpindex.ai/server/io-github-hafeok-product-cli - io.github.Hustada/collective-memory (io.github.Hustada/collective-memory@0.1.2) MCP server for persistent, semantic memory across AI sessions installs: npm:collective-memory detail: https://mcpindex.ai/server/io-github-hustada-collective-memory - MCP Memory Gateway (io.github.IgorGanapolsky/mcp-memory-gateway@0.7.4) Pre-action gates that block AI agents from repeating known mistakes. installs: npm:mcp-memory-gateway detail: https://mcpindex.ai/server/io-github-igorganapolsky-mcp-memory-gateway - io.github.IntelagentStudios/mcp-file-processor (io.github.IntelagentStudios/mcp-file-processor@0.1.1) Text extraction, keyword extraction, language detection, and chunking for RAG installs: npm:@intelagent/mcp-file-processor detail: https://mcpindex.ai/server/io-github-intelagentstudios-mcp-file-processor - Persome (io.github.Intuition-Lab/personal-model@0.3.2) Local-first personal memory and model server for trusted MCP agents on macOS. installs: pypi:personal-model detail: https://mcpindex.ai/server/io-github-intuition-lab-personal-model - IA-QA — 130+ QA & Dev Tools for AI Agents (io.github.JcJamet/ia-qa-toolbox@1.0.0) 130+ QA & dev tools for AI agents: prompt injection, RAG testing, VLM eval, guardrails. Free. installs: remote:https://www.ia-qa.com/mcp detail: https://mcpindex.ai/server/io-github-jcjamet-ia-qa-toolbox - io.github.JubaKitiashvili/context-mem (io.github.JubaKitiashvili/context-mem@3.2.1) Persistent memory for AI agents — 98%+ retrieval recall, 99% token savings, 44 tools installs: npm:context-mem detail: https://mcpindex.ai/server/io-github-jubakitiashvili-context-mem - io.github.KSym04/limpet (io.github.KSym04/limpet@0.14.0) Persistent engineering memory for AI coding agents. Survives refactors, knows when it is stale. installs: manual detail: https://mcpindex.ai/server/io-github-ksym04-limpet - io.github.KairosMobius/memory-nexus-mcp (io.github.KairosMobius/memory-nexus-mcp@1.0.0) Persistent semantic memory for AI agents with knowledge graphs and Intelligence Packs. installs: npm:@memory-nexus/mcp detail: https://mcpindex.ai/server/io-github-kairosmobius-memory-nexus-mcp - io.github.KairosMobius/nexus-memory-mcp (io.github.KairosMobius/nexus-memory-mcp@1.0.2) Persistent semantic memory for AI agents with knowledge graphs and Intelligence Packs. installs: npm:nexus-memory-mcp detail: https://mcpindex.ai/server/io-github-kairosmobius-nexus-memory-mcp - AgentLore (io.github.Kujirafu/agentlore@1.0.0) AI-verified knowledge base with trust scoring, temporal facts, and skill cards. installs: remote:https://agentlore.vercel.app/api/mcp/stream detail: https://mcpindex.ai/server/io-github-kujirafu-agentlore - Acta — Verifiable Agent Memory (io.github.Kylewilson04/acta-mcp@1.0.0-rc.1) Verifiable agent memory with signed ledger receipts — verify every write offline. installs: manual detail: https://mcpindex.ai/server/io-github-kylewilson04-acta-mcp - io.github.LeandroPG19/cuba-memorys (io.github.LeandroPG19/cuba-memorys@0.21.0) Persistent memory MCP server. 29 tools, BM25+MMR+OOD retrieval, tamper-evident audit, code graph. installs: npm:cuba-memorys | pypi:cuba-memorys detail: https://mcpindex.ai/server/io-github-leandropg19-cuba-memorys - Lore Context (io.github.Lore-Context/lore-context-mcp@0.6.0-alpha.1) Governed AI-agent memory, Evidence Ledger traces, evals, and portable context tools. installs: npm:@lore-context/server | docker:ghcr.io/lore-context/lore-context-mcp:0.6.0-alpha.1 detail: https://mcpindex.ai/server/io-github-lore-context-lore-context-mcp - io.github.LuizEduPP/rememb (io.github.LuizEduPP/rememb@0.3.5) Persistent memory for AI agents — local JSON, zero config, no server required. installs: pypi:rememb detail: https://mcpindex.ai/server/io-github-luizedupp-rememb - ComfyUI Builder (io.github.MIt9/comfy-ui-builder@2.4.1) ComfyUI MCP server: knowledge base, workflow builder, real-time execution, models, plugins. installs: npm:mcp-comfy-ui-builder detail: https://mcpindex.ai/server/io-github-mit9-comfy-ui-builder - Pipe (SPR) MCP Server (io.github.MachuraHarry/pipe@0.9.3) AI-native runtime with built-in MCP server. 193 builtins, AI pipelines, RAG, single 7 MB binary. installs: manual detail: https://mcpindex.ai/server/io-github-machuraharry-pipe - io.github.MagneticDogSon/fixflow (io.github.MagneticDogSon/fixflow@1.0.0) Collective memory for AI agents. One agent solves a bug — every agent gets the fix instantly. installs: remote:https://fixflow-mcp.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-magneticdogson-fixflow - fish-bridge — Session Knowledge Graph (io.github.MakeaMouse/fish-bridge-mcp@0.1.3) Compresses AI chat sessions into a typed knowledge graph. Local/offline via Ollama. installs: pypi:fish-bridge-mcp detail: https://mcpindex.ai/server/io-github-makeamouse-fish-bridge-mcp - io.github.MarcelRoozekrans/memorylens-mcp (io.github.MarcelRoozekrans/memorylens-mcp@1.7.1) MCP server for .NET memory profiling with JetBrains dotMemory integration installs: npm:memorylens-mcp detail: https://mcpindex.ai/server/io-github-marcelroozekrans-memorylens-mcp - io.github.Mars-proj/verifiable-memory (io.github.Mars-proj/verifiable-memory@0.1.2) Memory for AI agents that can't hallucinate — cited or abstains, provable forget, deterministic. installs: pypi:verifiable-memory-mcp detail: https://mcpindex.ai/server/io-github-mars-proj-verifiable-memory - MarsNMe (io.github.Marsmanleo/marsnme@0.3.0) Agent-agnostic memory backend that preserves continuity between humans and AI over time. installs: npm:@marsnme/mcp-gateway detail: https://mcpindex.ai/server/io-github-marsmanleo-marsnme - io.github.MastadoonPrime/agent-memory (io.github.MastadoonPrime/agent-memory@0.1.0) Persistent, agent-owned memory with encrypted storage and shared knowledge commons. installs: remote:https://agent-memory-production-6506.up.railway.app/sse detail: https://mcpindex.ai/server/io-github-mastadoonprime-agent-memory - Yagami AI Context Firewall (io.github.MatthewTracy/yagami@0.7.3) Govern model, retrieval, memory, and tool access for AI applications and agents. installs: pypi:yagami detail: https://mcpindex.ai/server/io-github-matthewtracy-yagami - io.github.MauriceIsrael/SmartMemory (io.github.MauriceIsrael/SmartMemory@1.0.1) Neuro-symbolic memory for LLMs (POC) installs: manual detail: https://mcpindex.ai/server/io-github-mauriceisrael-smartmemory - Compartment (io.github.MaxFreedomPollard/compartment@4.6.0) Durable agentic memory, encrypted at rest. Fully offline: no network, no API key, no cloud. installs: pypi:compartment detail: https://mcpindex.ai/server/io-github-maxfreedompollard-compartment - io.github.MemoriLabs/memori-mcp (io.github.MemoriLabs/memori-mcp@1.0.0) Memori MCP server — persistent AI memory with recall and augmentation tools installs: npm:@memorilabs/memori-mcp detail: https://mcpindex.ai/server/io-github-memorilabs-memori-mcp - Memphora (io.github.Memphora/memphora@0.1.3) Add persistent memory to AI assistants. Store and recall info across conversations. installs: pypi:memphora-mcp detail: https://mcpindex.ai/server/io-github-memphora-memphora - io.github.Mibayy/token-savior (io.github.Mibayy/token-savior@4.13.0) Structural codebase MCP server with persistent memory: navigate by symbol, recall across sessions. installs: pypi:token-savior-recall detail: https://mcpindex.ai/server/io-github-mibayy-token-savior - io.github.Mikerichardmail/clarik-mcp-server (io.github.Mikerichardmail/clarik-mcp-server@0.1.1) Clarity and memory persistent workspace context manager for Claude. installs: npm:clarik detail: https://mcpindex.ai/server/io-github-mikerichardmail-clarik-mcp-server - io.github.Morous-Dev/engram-cc (io.github.Morous-Dev/engram-cc@0.1.4) Universal AI coding assistant memory — session handoff, SLM compression, and semantic retrieval. installs: npm:@morous-dev/engram-cc detail: https://mcpindex.ai/server/io-github-morous-dev-engram-cc - io.github.MukundaKatta/citecite-mcp (io.github.MukundaKatta/citecite-mcp@0.1.1) Inject, parse, and strip [N] citation markers in RAG outputs. installs: npm:@mukundakatta/citecite-mcp detail: https://mcpindex.ai/server/io-github-mukundakatta-citecite-mcp - io.github.MukundaKatta/ragdrift-mcp (io.github.MukundaKatta/ragdrift-mcp@0.1.1) Diagnose RAG drift: interpret scores, recommend thresholds, explain dimensions. installs: npm:@mukundakatta/ragdrift-mcp detail: https://mcpindex.ai/server/io-github-mukundakatta-ragdrift-mcp - io.github.MukundaKatta/ragmetric-mcp (io.github.MukundaKatta/ragmetric-mcp@0.1.1) RAG retrieval IR metrics: recall@k, hit@k, MRR, NDCG@k, evaluate_batch. installs: npm:@mukundakatta/ragmetric-mcp detail: https://mcpindex.ai/server/io-github-mukundakatta-ragmetric-mcp - io.github.MuzikayiseKhuzwayo/dubstrata (io.github.MuzikayiseKhuzwayo/dubstrata@1.3.1) Dubstrata: Causal Financial & Narrative CDN providing Graph RAG & Deep Research Reports installs: npm:@dubstrata/mcp-server detail: https://mcpindex.ai/server/io-github-muzikayisekhuzwayo-dubstrata - io.github.NaNMesh/nan-forget (io.github.NaNMesh/nan-forget@0.6.8) AI that remembers. Local-first cross-session, cross-project long-term memory for coding tools. installs: npm:nan-forget detail: https://mcpindex.ai/server/io-github-nanmesh-nan-forget - io.github.Nano-Nimbus/locus (io.github.Nano-Nimbus/locus@0.9.0) Hierarchical markdown memory palace for AI agents — structured palace navigation via MCP tools. installs: pypi:locus-mcp detail: https://mcpindex.ai/server/io-github-nano-nimbus-locus - io.github.Nativ-Technologies/nativ (io.github.Nativ-Technologies/nativ@0.1.3) AI-powered localization — translate, manage translation memory, and access style guides. installs: pypi:nativ-mcp detail: https://mcpindex.ai/server/io-github-nativ-technologies-nativ - io.github.New1Direction/korg-recall-mcp (io.github.New1Direction/korg-recall-mcp@0.1.1) Cross-vendor semantic memory: recall across Claude Code / Codex / Grok sessions by meaning. installs: npm:@korgg/recall-mcp detail: https://mcpindex.ai/server/io-github-new1direction-korg-recall-mcp - Artel (io.github.NicolasPrimeau/artel@0.17.1) Self-hosted shared-memory & coordination mesh for AI agent fleets. You host it; agents connect. installs: remote:https://{artel_host}/mcp detail: https://mcpindex.ai/server/io-github-nicolasprimeau-artel - io.github.NikitaDatar/vectordecisions-mcp-server (io.github.NikitaDatar/vectordecisions-mcp-server@1.0.3) AI Governance MCP Server - GATRI trust scoring, kill-switch, EU AI Act compliance for Claude installs: npm:vectordecisions-mcp-server detail: https://mcpindex.ai/server/io-github-nikitadatar-vectordecisions-mcp-server - io.github.NitishGourishetty/contextual-mcp-server (io.github.NitishGourishetty/contextual-mcp-server@0.1.0) RAG-enabled MCP server using Contextual AI. Supports single-agent and multi-agent modes. installs: pypi:contextual-mcp-server detail: https://mcpindex.ai/server/io-github-nitishgourishetty-contextual-mcp-server - projectmind (io.github.Nodemint-dev/projectmind@0.6.0) Persistent project memory for AI coding agents: one compact digest instead of re-reading the repo. installs: npm:@nodemint/projectmind detail: https://mcpindex.ai/server/io-github-nodemint-dev-projectmind - io.github.Noderail/noderail (io.github.Noderail/noderail@1.0.1) Provenance and governance layer for AI-readable knowledge. NodeRail answers what AI should trust. installs: npm:@noderail/mcp detail: https://mcpindex.ai/server/io-github-noderail-noderail - TriliumNext (trilium-mcp) (io.github.OVDEN13/trilium-mcp@0.1.5) Read and write a self-hosted TriliumNext knowledge base over its ETAPI. installs: docker:ghcr.io/ovden13/trilium-mcp:0.1.5 detail: https://mcpindex.ai/server/io-github-ovden13-trilium-mcp - SUBSTRATE (io.github.PKaldone/substrate@1.0.1) Persistent AI entity framework with causal memory, emotional state, and identity. installs: npm:substrate-mcp | remote:https://substrate.garmolabs.com/mcp-server/mcp detail: https://mcpindex.ai/server/io-github-pkaldone-substrate - Perseus Vault — persistent, encrypted memory for AI agents (io.github.Perseus-Computing-LLC/perseus-vault@2.23.0) Persistent, encrypted, deterministic memory for AI agents. Local-first, 122 canonical tools. installs: docker:ghcr.io/perseus-computing-llc/perseus-vault:2.23.0 detail: https://mcpindex.ai/server/io-github-perseus-computing-llc-perseus-vault - io.github.PeterAtPondo/kit-memory-demo (io.github.PeterAtPondo/kit-memory-demo@1.0.1) Continuity for agents: a live memory you can read and cite right now, outliving the context window. installs: remote:https://demo-mcp.kit-project.com/mcp detail: https://mcpindex.ai/server/io-github-peteratpondo-kit-memory-demo - io.github.Prophet-git/one-brain (io.github.Prophet-git/one-brain@0.1.666) Shared memory for a team in Claude Code: what one person records, everyone has. installs: remote:https://onebrain.prophet.lat/api/mcp detail: https://mcpindex.ai/server/io-github-prophet-git-one-brain - Pseudolife Memory (io.github.Pseudogiant-xr/pseudolife-mcp@0.13.0) Persistent memory for MCP-compatible agents: memory bank, fact cortex, dreams, graph. installs: pypi:pseudolife-mcp detail: https://mcpindex.ai/server/io-github-pseudogiant-xr-pseudolife-mcp - io.github.RCOLKITT/vasperamemory (io.github.RCOLKITT/vasperamemory@1.0.0) Persistent AI memory for coding assistants. 80+ tools for decisions, patterns, errors. installs: npm:vasperamemory detail: https://mcpindex.ai/server/io-github-rcolkitt-vasperamemory - io.github.RajdeepDas43/context-vault (io.github.RajdeepDas43/context-vault@0.7.0) Governed memory for AI agents (Paramind AI): conflict-checked writes, time-travel reads, ACL, audit. installs: pypi:context-vault-ai detail: https://mcpindex.ai/server/io-github-rajdeepdas43-context-vault - Rarefied Earth Groundwork MCP (io.github.Rarefied-Earth/groundwork@1.7.1) Rarefied Earth Groundwork MCP: company memory for AI agents. 14-day full-access trial, no card. installs: remote:https://connector.rarefied.earth/public/mcp detail: https://mcpindex.ai/server/io-github-rarefied-earth-groundwork - MeshMarket (io.github.RightOnPar-LLC/mesh-connector@1.3.1) The agent-to-agent capability exchange — rent memory, reasoning and safety, settled per call. installs: remote:https://market.meshtool.ai/mcp detail: https://mcpindex.ai/server/io-github-rightonpar-llc-mesh-connector - io.github.RudrenduPaul/memtrust (io.github.RudrenduPaul/memtrust@0.3.6) Independent, reproducible benchmark harness for agent-memory backends. installs: pypi:memtrust-cli detail: https://mcpindex.ai/server/io-github-rudrendupaul-memtrust - io.github.RudrenduPaul/swarmmesh (io.github.RudrenduPaul/swarmmesh@0.1.3) Multi-agent context sharing, memory, and status coordination via MCP tools. installs: pypi:swarmmesh-cli detail: https://mcpindex.ai/server/io-github-rudrendupaul-swarmmesh - io.github.SAIHM-Admin/saihm-mcp (io.github.SAIHM-Admin/saihm-mcp@0.3.10) Sovereign encrypted memory for AI agents. 8 MCP tools. GDPR erasure. Runnable offline demos. installs: npm:@saihm/mcp-server detail: https://mcpindex.ai/server/io-github-saihm-admin-saihm-mcp - io.github.SAIHM-Admin/saihm-mcp-server-pro (io.github.SAIHM-Admin/saihm-mcp-server-pro@0.3.0) Sovereign encrypted memory for AI agents. Sealed on your machine. Start free: say Join SAIHM. installs: npm:@saihm/mcp-server-pro detail: https://mcpindex.ai/server/io-github-saihm-admin-saihm-mcp-server-pro - io.github.STiFLeR7/memex (io.github.STiFLeR7/memex@0.8.0) Temporal knowledge graph of your codebase (Graphiti + Neo4j), served to AI agents via MCP. installs: npm:stifler-memex-mcp | pypi:memex-mcp detail: https://mcpindex.ai/server/io-github-stifler7-memex - io.github.SaravananJaichandar/world-model-mcp (io.github.SaravananJaichandar/world-model-mcp@0.15.5) Temporal knowledge graph for codebases with constraint enforcement at the edit boundary. installs: pypi:world-model-mcp detail: https://mcpindex.ai/server/io-github-saravananjaichandar-world-model-mcp - knowmind (io.github.Schubeler-Consulting/knowmind@0.3.5) AI agent memory & knowledge graph, hosted in Germany (GDPR). Recall, relations, store via MCP. installs: npm:knowmind detail: https://mcpindex.ai/server/io-github-schubeler-consulting-knowmind - io.github.SecurityRonin/alaya-mcp (io.github.SecurityRonin/alaya-mcp@0.4.7) Local memory engine for AI agents with knowledge graphs, forgetting, and semantic recall installs: npm:alaya-mcp detail: https://mcpindex.ai/server/io-github-securityronin-alaya-mcp - LINZA (io.github.Semiotronika/LINZA-MCP@0.2.2) Local-first MCP sidecar for Markdown artifacts, review intents, and supervised knowledge growth. installs: pypi:linza-mcp detail: https://mcpindex.ai/server/io-github-semiotronika-linza-mcp - Nouz (io.github.Semiotronika/NOUZ-MCP@3.1.0) Semantic knowledge engine for Obsidian with auto-classification and DAG hierarchy installs: pypi:nouz-mcp detail: https://mcpindex.ai/server/io-github-semiotronika-nouz-mcp - Zammad MCP (io.github.Servosity/zammad-mcp@0.1.0) Every Zammad ticket, article, and Knowledge Base operation as one CLI and MCP server - plus a installs: manual detail: https://mcpindex.ai/server/io-github-servosity-zammad-mcp - DevTime (io.github.Shakargy/devtime@0.4.0) Local-first, read-only MCP server for evidence-backed repository memory. installs: pypi:devtime-ei detail: https://mcpindex.ai/server/io-github-shakargy-devtime - Thronglets (io.github.Shangri-la-0428/thronglets@0.2.0) P2P shared memory substrate for AI agents — stigmergic knowledge network via libp2p installs: manual detail: https://mcpindex.ai/server/io-github-shangri-la-0428-thronglets - Mindswap (io.github.ShipOrBleed/mindswap@3.3.0) Local-first AI context and memory server for cross-tool coding continuity. installs: npm:mindswap detail: https://mcpindex.ai/server/io-github-shiporbleed-mindswap - io.github.Siddhukaushik/slimdex-mcp (io.github.Siddhukaushik/slimdex-mcp@1.0.1) Narrow code retrieval for agents: outlines, symbol context, dep graph, persistent memory. installs: npm:slimdex-mcp detail: https://mcpindex.ai/server/io-github-siddhukaushik-slimdex-mcp - Snipara Project Intelligence (io.github.Snipara/snipara@1.0.0) Hosted MCP for source-backed project context, memory, code impact, and agent workflow continuity. installs: remote:https://api.snipara.com/mcp/{project_slug} detail: https://mcpindex.ai/server/io-github-snipara-snipara - io.github.Sou0327/knowmint (io.github.Sou0327/knowmint@0.1.4) AI agent knowledge marketplace. Discover, purchase, and retrieve human expertise via x402 on Solana. installs: npm:@knowmint/mcp-server detail: https://mcpindex.ai/server/io-github-sou0327-knowmint - Sprintra (io.github.Sprintra-io/sprintra@1.0.4) The project brain for AI coding agents — memory, decisions, sprints, knowledge base via MCP. installs: npm:@sprintra/mcp | remote:https://api.sprintra.io/api/mcp detail: https://mcpindex.ai/server/io-github-sprintra-io-sprintra - io.github.Studio-Moser/shelbymcp (io.github.Studio-Moser/shelbymcp@0.2.4) Knowledge-graph memory server for AI tools via MCP installs: npm:shelbymcp detail: https://mcpindex.ai/server/io-github-studio-moser-shelbymcp - Synapse Layer — Trust Infrastructure for AI Agents (io.github.SynapseLayer/synapse-layer@2.4.4) MCP-native Trust Infrastructure for AI Agents. Persistent encrypted memory with Trust Quotient. installs: pypi:synapse-layer | remote:https://forge.synapselayer.org/api/mcp detail: https://mcpindex.ai/server/io-github-synapselayer-synapse-layer - Synapse Layer — Zero-Knowledge Memory (io.github.SynapseLayer/synapse-secure-memory@1.0.7) Zero-Knowledge Context™ & Neural Handover™ for AI Agents. The Trust Layer for AI Memory. installs: pypi:synapse-layer detail: https://mcpindex.ai/server/io-github-synapselayer-synapse-secure-memory - Kirok Memory (io.github.TadFuji/kirok-mcp@1.4.2) Persistent memory for AI agents - hybrid semantic + keyword recall with autonomous consolidation installs: pypi:kirok-mcp detail: https://mcpindex.ai/server/io-github-tadfuji-kirok-mcp - io.github.TeleAI-UAGI/telemem (io.github.TeleAI-UAGI/telemem@1.9.0) Long-term and multimodal memory for AI agents - character-aware, mem0-compatible, fully-local option installs: pypi:telemem detail: https://mcpindex.ai/server/io-github-teleai-uagi-telemem - SQL Server MCP (Windows) (io.github.TharanaBope/sql-server-mcp@1.0.4) SQL Server MCP with RAG capabilities for Windows (native ODBC support) installs: npm:@tharanabopearachchi/sql-server-mcp detail: https://mcpindex.ai/server/io-github-tharanabope-sql-server-mcp - agentmem (io.github.Thezenmonster/agentmem@0.2.5) Governed memory for coding agents. Trust lifecycle, conflict detection, health scoring. installs: pypi:quilmem detail: https://mcpindex.ai/server/io-github-thezenmonster-agentmem - StackFast FractWin Expert Brain (io.github.Trupe-Rs/expert-brain@1.0.0) Expert knowledge base for sales, negotiation, strategy, operations, and risk. installs: remote:https://stackfast.ai/api/mcp detail: https://mcpindex.ai/server/io-github-trupe-rs-expert-brain - io.github.VBlackJack/cortex (io.github.VBlackJack/cortex@2026.808.0) Local multi-client RAG server over the Model Context Protocol. installs: pypi:cortex-local-rag detail: https://mcpindex.ai/server/io-github-vblackjack-cortex - Context Fabric (io.github.VIKAS9793/context-fabric@1.2.2) Context sync layer for AI agents. Ensures continuity and eliminates memory drift automatically. installs: npm:context-fabric detail: https://mcpindex.ai/server/io-github-vikas9793-context-fabric - io.github.VineetV2/peon-mem (io.github.VineetV2/peon-mem@1.0.2) Local-first memory brain for AI coding agents: hooks capture sessions, beliefs injected per prompt. installs: npm:peon-mem detail: https://mcpindex.ai/server/io-github-vineetv2-peon-mem - io.github.VonderVuflya/yggdrasil (io.github.VonderVuflya/yggdrasil@0.15.0) One shared, durable memory for your AI coding agents — local-first, zero-dependency. installs: pypi:yggdrasil-memory detail: https://mcpindex.ai/server/io-github-vondervuflya-yggdrasil - emem, the verifiable memory protocol for the physical world (io.github.Vortx-AI/emem@2.1.0) Shared, verifiable memory for AI agents and robots: signed tokens that resolve and verify offline. installs: docker:ghcr.io/vortx-ai/emem:latest | remote:https://emem.dev/mcp detail: https://mcpindex.ai/server/io-github-vortx-ai-emem - WinstonRedGuard MCP Server (io.github.WRG-11/wrg-mcp-server@1.0.8) WinstonRedGuard monorepo bridge for MCP agents: governance, pipelines, memory, OSINT tools. installs: pypi:wrg-mcp-server detail: https://mcpindex.ai/server/io-github-wrg-11-wrg-mcp-server - CrowTerminal - External Brain for AI Agents (io.github.WillNigri/crowterminal@2.3.0) External Brain for AI Agents - persistent versioned memory for creators installs: npm:crowterminal | remote:https://api.crowterminal.com/api/agent detail: https://mcpindex.ai/server/io-github-willnigri-crowterminal - Knowledge Evidence Finder (io.github.Wxt-ai/workspace-activity-reference-identifier@1.0.4) Find the reference marker for a knowledge item installs: remote:https://antibody-package-occasional-floppy.trycloudflare.com/mcp/workspace-activity-reference/upstream detail: https://mcpindex.ai/server/io-github-wxt-ai-workspace-activity-reference-identifier - Knowledge Placement Planner (io.github.Wxt-ai/workspace-note-path-identifier@1.0.4) Plan a knowledge-base placement path installs: remote:https://antibody-package-occasional-floppy.trycloudflare.com/mcp/workspace-note-path/upstream detail: https://mcpindex.ai/server/io-github-wxt-ai-workspace-note-path-identifier - Longhand (io.github.Wynelson94/longhand@0.5.5) Local memory for Claude Code. Semantic recall across session history with zero API calls. installs: pypi:longhand detail: https://mcpindex.ai/server/io-github-wynelson94-longhand - io.github.XJTLUmedia/context-first-mcp (io.github.XJTLUmedia/context-first-mcp@1.2.2) 37-tool MCP server: context health, memory, reasoning, truthfulness & research pipeline. installs: npm:context-first-mcp detail: https://mcpindex.ai/server/io-github-xjtlumedia-context-first-mcp - io.github.Yarmoluk/ckg-mcp (io.github.Yarmoluk/ckg-mcp@0.7.9) 97-domain knowledge graphs for AI agents — 4× F1 of RAG, 11× fewer tokens. MCP-native. installs: pypi:ckg-mcp detail: https://mcpindex.ai/server/io-github-yarmoluk-ckg-mcp - NVIDIA AI CKG (io.github.Yarmoluk/ckg-nvidia-ai@0.16.4) NVIDIA AI knowledge graphs — 20 domains. 4x F1, 11x fewer tokens, SHA-256 provenance. MCP-native. installs: pypi:ckg-nvidia-ai | remote:https://ckg-nvidia-ai.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-yarmoluk-ckg-nvidia-ai - NVIDIA NemoClaw CKG (io.github.Yarmoluk/ckg-nvidia-nemoclaw@0.10.3) NVIDIA NemoClaw knowledge graph — 55 nodes, F1 0.576 (+269% vs RAG), 11x fewer tokens. MCP-native. installs: pypi:ckg-nvidia-nemoclaw | remote:https://ckg-nvidia-nemoclaw.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-yarmoluk-ckg-nvidia-nemoclaw - SuperMemory (io.github.YashvantHange/supermemory@0.2.5) MCP-first agent learning: capture failures, validate lessons, retrieve context, improve. installs: pypi:supermemory-agent detail: https://mcpindex.ai/server/io-github-yashvanthange-supermemory - Arcology Knowledge Node (io.github.YourLifewithAI/arcology-knowledge-node@1.1.0) Collaborative engineering KB for a mile-high city. 9 tools, 8 domains, 32 entries. installs: remote:https://arcology-mcp.fly.dev/mcp detail: https://mcpindex.ai/server/io-github-yourlifewithai-arcology-knowledge-node - ChatCrystal (io.github.ZengLiangYi/chatcrystal@0.5.7) Local-first AI PKM memory for coding conversations. installs: npm:chatcrystal detail: https://mcpindex.ai/server/io-github-zengliangyi-chatcrystal - io.github.aa0101181514/tw-legal-rag (io.github.aa0101181514/tw-legal-rag@1.2.2) Citation-guarded retrieval over 22M Taiwan court judgments and administrative interpretations installs: remote:https://tlr.dr-lawbot.com/mcp detail: https://mcpindex.ai/server/io-github-aa0101181514-tw-legal-rag - Cortex (io.github.abbacusgroup/cortex@0.2.2) Persistent knowledge system with OWL-RL reasoning and 22 MCP tools. Local-first. installs: pypi:abbacus-cortex detail: https://mcpindex.ai/server/io-github-abbacusgroup-cortex - io.github.abhinavala/context-cloud (io.github.abhinavala/context-cloud@0.1.8) Persistent AI memory with shared team workspaces, typed knowledge chunks, and cross-tool support. installs: npm:@contextcloud/mcp-client | remote:https://api.contextcloud.pro/mcp/protocol detail: https://mcpindex.ai/server/io-github-abhinavala-context-cloud - DELPHI Oracle (io.github.achilliesbot/delphi-oracle@1.0.0) Real-time AI intelligence signals and temporal knowledge graph for agent economy installs: remote:https://delphi-oracle.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-achilliesbot-delphi-oracle - FastMCP server for Obsidian wikilink suggestions from a pre-computed knowledge g (io.github.adelaidasofia/graph-autotagger-mcp@0.1.0) FastMCP server for Obsidian wikilink suggestions from a pre-computed knowledge graph (graphify… installs: manual detail: https://mcpindex.ai/server/io-github-adelaidasofia-graph-autotagger-mcp - io.github.adelinamart/robrain (io.github.adelinamart/robrain@2.4.9) Self-hosted decision memory for AI coding agents; warns before re-proposing a rejected approach. installs: npm:robrain detail: https://mcpindex.ai/server/io-github-adelinamart-robrain - io.github.ag3ntlab-ai/negbit (io.github.ag3ntlab-ai/negbit@0.1.0) Buy negbit's curated, provenance-verified knowledge bundles with your own x402 wallet. Read-only. installs: npm:negbit-mcp detail: https://mcpindex.ai/server/io-github-ag3ntlab-ai-negbit - io.github.agenerationforwordz-tech/strata (io.github.agenerationforwordz-tech/strata@2.2.0) Self-hosted AI memory server. Persistent memory on your hardware, not the cloud. installs: npm:strata-mcp-server detail: https://mcpindex.ai/server/io-github-agenerationforwordz-tech-strata - Lore (io.github.agentkitai/lore@1.4.2) Cross-agent memory over MCP: hybrid recall, knowledge graph, private/shared visibility, redaction. installs: pypi:lore-sdk detail: https://mcpindex.ai/server/io-github-agentkitai-lore - Lumen (io.github.ahmedEid1/lumen@2.0.0) Self-hostable agentic-AI LMS: catalog, RAG tutor, FSRS reviews, AI authoring, ingest. installs: manual detail: https://mcpindex.ai/server/io-github-ahmedeid1-lumen - BrainBrainBrains (io.github.aiaiohhh/bbb-mcp-server@0.4.4) Persistent memory + context layer for AI dev teams. 17 tools via MCP. installs: npm:bbb-mcp-server detail: https://mcpindex.ai/server/io-github-aiaiohhh-bbb-mcp-server - aide-memory (io.github.aide-memory/aide-memory@0.6.3) Persistent memory layer for AI coding agents — your agent remembers what you taught it. installs: npm:aide-memory detail: https://mcpindex.ai/server/io-github-aide-memory-aide-memory - io.github.ajc3xc/meridian (io.github.ajc3xc/meridian@1.0.2) Persistent memory, task coordination, and HITL queue for AI coding sessions. installs: npm:@meridianmcp/mcp | remote:https://usemeridian.us/mcp/sse detail: https://mcpindex.ai/server/io-github-ajc3xc-meridian - io.github.alibaizhanov/mengram (io.github.alibaizhanov/mengram@2.25.4) Long-term memory for AI agents: semantic facts, episodic events, and procedural workflows installs: remote:https://mengram.io/mcp detail: https://mcpindex.ai/server/io-github-alibaizhanov-mengram - io.github.alphaonedev/ai-memory (io.github.alphaonedev/ai-memory@0.5.1) Persistent memory for any AI — zero token cost until recall installs: docker:ghcr.io/alphaonedev/ai-memory:0.5.1 detail: https://mcpindex.ai/server/io-github-alphaonedev-ai-memory - EvolutionDB Long-Term Memory (io.github.alptekin/evolutiondb-memory@1.17.0) Persistent long-term memory for Claude Desktop / Claude Code, backed by EvolutionDB. installs: pypi:mcp-server-evolutiondb detail: https://mcpindex.ai/server/io-github-alptekin-evolutiondb-memory - Konstruct (io.github.alright-alright/konstruct@0.2.4) Knowledge graph for AI agents. Query concepts, walk edges, get advisories. installs: remote:https://konstruct-api.aerynw.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-alright-alright-konstruct - Zikkaron (io.github.amanhij/zikkaron@1.0.0) Biologically-inspired persistent memory engine for Claude Code MCP agents installs: pypi:zikkaron detail: https://mcpindex.ai/server/io-github-amanhij-zikkaron - io.github.amirj4m/jamgate (io.github.amirj4m/jamgate@0.20.0) A neutral memory quality-gate MCP server: save_memory, recall_memory, forget_memory over stdio. installs: npm:jamgate detail: https://mcpindex.ai/server/io-github-amirj4m-jamgate - Talamus (io.github.ampres-ai/talamus@1.1.1) Local-first, source-grounded memory that survives AI agent sessions. installs: pypi:talamus detail: https://mcpindex.ai/server/io-github-ampres-ai-talamus - Foundry/API (io.github.angelus213/foundry-api@0.1.1) Bounded tools for rendering, extraction, RAG, enrichment, local discovery and review analysis. installs: remote:https://prodapi.live/mcp detail: https://mcpindex.ai/server/io-github-angelus213-foundry-api - io.github.annibale-x/mcp-memento (io.github.annibale-x/mcp-memento@0.2.31) An MCP server that provides persistent memory and context management across sessions installs: pypi:mcp-memento detail: https://mcpindex.ai/server/io-github-annibale-x-mcp-memento - io.github.anvanster/tempera (io.github.anvanster/tempera@0.4.29) Persistent episodic memory for AI coding: capture, retrieve, brief, dream cycle, cross-project. installs: npm:@astudioplus/tempera-mcp detail: https://mcpindex.ai/server/io-github-anvanster-tempera - Vlk MemAct (io.github.aranajhonny/vlk-core@0.3.0) Stateful memory for AI agents. Temporal awareness, error loop detection, and preventive constraints. installs: manual detail: https://mcpindex.ai/server/io-github-aranajhonny-vlk-core - io.github.archetypal-ai/archetypal-ai (io.github.archetypal-ai/archetypal-ai@1.0.5) Persistent memory for AI agents. recall, remember, checkpoint — soul preservation. installs: npm:archetypal-ai detail: https://mcpindex.ai/server/io-github-archetypal-ai-archetypal-ai - sysmcp (io.github.arunmm8335/sysmcp@0.5.0) Live Linux host signal (CPU, memory, processes, network, optional eBPF) for MCP clients. installs: manual detail: https://mcpindex.ai/server/io-github-arunmm8335-sysmcp - io.github.ashish-nativ/nativ (io.github.ashish-nativ/nativ@0.1.1) AI-powered localization — translate, manage translation memory, and access style guides. installs: pypi:nativ-mcp detail: https://mcpindex.ai/server/io-github-ashish-nativ-nativ - Bilinc (io.github.atakanelik34/bilinc@2.1.9) Hosted agent memory with provenance, contradiction surfacing, and snapshot rollback. installs: pypi:bilinc detail: https://mcpindex.ai/server/io-github-atakanelik34-bilinc - Attestari (io.github.attestari/attestari@0.0.5) Auditable memory for AI agents: provable deletion, tamper-evident audit, time-travel recall. installs: pypi:attestari detail: https://mcpindex.ai/server/io-github-attestari-attestari - io.github.atul-fusionpact/fusionpact-vectordb (io.github.atul-fusionpact/fusionpact-vectordb@2.1.1) Hybrid vector + reasoning retrieval, agent memory, multi-agent orchestration, MCP server, and RAG. installs: npm:fusionpact detail: https://mcpindex.ai/server/io-github-atul-fusionpact-fusionpact-vectordb - io.github.baixianger/langchain-mcp (io.github.baixianger/langchain-mcp@2.0.0) LangChain/LangGraph/DeepAgents knowledge + LangGraph agent debugging (Polly-like) installs: npm:langchain-mcp detail: https://mcpindex.ai/server/io-github-baixianger-langchain-mcp - Bay Run (io.github.barneywohl/bay-run@1.1.1) Discover, prove, route, and serve small AI specialists with fast RAG and private agent memory. installs: remote:https://bay-run-mvp-889989800693.us-central1.run.app/mcp/ detail: https://mcpindex.ai/server/io-github-barneywohl-bay-run - io.github.base76-research-lab/cognos-session-memory (io.github.base76-research-lab/cognos-session-memory@0.1.0) CognOS trust scoring (C=p·(1-Ue-Ua)) and session trace storage as MCP tools. installs: pypi:cognos-session-memory-mcp detail: https://mcpindex.ai/server/io-github-base76-research-lab-cognos-session-memory - Armbrain (io.github.benfinklea/armbrain@1.0.0) AI memory layer for fractional CMOs -- client-partitioned minds, meeting prep, and EOS. installs: remote:https://api.armbrain.io/mcp detail: https://mcpindex.ai/server/io-github-benfinklea-armbrain - io.github.bighippoman/memoir (io.github.bighippoman/memoir@1.0.3) Structured session journals for AI agents. Persistent memory across sessions. installs: npm:memoir-mcp detail: https://mcpindex.ai/server/io-github-bighippoman-memoir - io.github.billy12151/memory-arbiter-mcp (io.github.billy12151/memory-arbiter-mcp@0.2.0) Shared memory store for AI coding tools with dual-timeline conflict arbitration. installs: pypi:memory-arbiter-mcp detail: https://mcpindex.ai/server/io-github-billy12151-memory-arbiter-mcp - io.github.bitatlas-group/bitatlas (io.github.bitatlas-group/bitatlas@1.1.0) Zero-knowledge encrypted storage for humans and AI agents. Client-side AES-256-GCM, EU-hosted. installs: npm:@bitatlas/mcp-server detail: https://mcpindex.ai/server/io-github-bitatlas-group-bitatlas - io.github.botzrDev/dreamd (io.github.botzrDev/dreamd@0.1.0) Local-first, cross-harness memory for AI coding agents. installs: npm:dreamd-mcp detail: https://mcpindex.ai/server/io-github-botzrdev-dreamd - Brains (io.github.brainsforai/brains-mcp-connector@1.0.0) Personal wiki and memory layer for AI assistants. Persistent, structured memory across sessions. installs: remote:https://lets.usebrains.app/mcp detail: https://mcpindex.ai/server/io-github-brainsforai-brains-mcp-connector - io.github.butterbase-ai/mcp (io.github.butterbase-ai/mcp@1.0.0) Butterbase MCP server — manage your backend: schemas, auth, functions, storage, RAG, deploys. installs: npm:@butterbase/mcp | remote:https://api.butterbase.ai/mcp detail: https://mcpindex.ai/server/io-github-butterbase-ai-mcp - io.github.bytewizard42i/soulsketch (io.github.bytewizard42i/soulsketch@1.3.3) Portable, user-owned AI memory packs: read, validate, fingerprint, diff, and observe installs: npm:@soulsketch/mcp-server detail: https://mcpindex.ai/server/io-github-bytewizard42i-soulsketch - io.github.cachly-dev/mcp-server (io.github.cachly-dev/mcp-server@0.10.122) Persistent memory + causal root-cause analysis for AI coding agents. 126 MCP tools. EU, GDPR. installs: npm:@cachly-dev/mcp-server detail: https://mcpindex.ai/server/io-github-cachly-dev-mcp-server - Callosium (io.github.callosium/callosium@0.1.18) One shared memory for every AI you use, in plain Markdown files you own. installs: npm:callosium detail: https://mcpindex.ai/server/io-github-callosium-callosium - io.github.cameronrye/openzim-mcp (io.github.cameronrye/openzim-mcp@2.5.1) Offline MCP access to ZIM knowledge archives — Wikipedia, Wiktionary, Stack Exchange, Kiwix. installs: pypi:openzim-mcp detail: https://mcpindex.ai/server/io-github-cameronrye-openzim-mcp - io.github.camgitt/memoir (io.github.camgitt/memoir@3.2.2) Persistent memory for AI coding tools via MCP. Remembers across sessions and machines. installs: npm:memoir-cli detail: https://mcpindex.ai/server/io-github-camgitt-memoir - io.github.carloshpdoc/memorydetective (io.github.carloshpdoc/memorydetective@1.18.1) iOS leak/perf debugging via MCP: memgraph cycles, .trace analysis, SourceKit-LSP bridging. installs: npm:memorydetective detail: https://mcpindex.ai/server/io-github-carloshpdoc-memorydetective - io.github.carvectorio/carvector-mcp (io.github.carvectorio/carvector-mcp@1.0.1) Vehicle specs, federal recalls, and OBD-II DTC reference for AI agents via MCP. installs: npm:carvector-mcp detail: https://mcpindex.ai/server/io-github-carvectorio-carvector-mcp - io.github.cdeust/hypermnesia-mcp (io.github.cdeust/hypermnesia-mcp@4.17.1) Persistent memory for Claude — 36 cited neuroscience mechanisms, local-first, hybrid retrieval. installs: pypi:hypermnesia-mcp detail: https://mcpindex.ai/server/io-github-cdeust-hypermnesia-mcp - io.github.cdeust/hypermnesia-mcp-viz (io.github.cdeust/hypermnesia-mcp-viz@3.1.1) Read-only visualization for Cortex memory, knowledge, sessions, traces, and codebase graphs. installs: pypi:hypermnesia-mcp-viz detail: https://mcpindex.ai/server/io-github-cdeust-hypermnesia-mcp-viz - io.github.chaelynet/chainmemory (io.github.chaelynet/chainmemory@1.0.1) Permanent blockchain memory for AI agents. installs: npm:chainmemory-mcp detail: https://mcpindex.ai/server/io-github-chaelynet-chainmemory - io.github.chenxiaofie/memory-mcp (io.github.chenxiaofie/memory-mcp@0.2.1) 情景+实体记忆 MCP 服务,为 Claude Code 提供持久化记忆能力 installs: pypi:chenxiaofie-memory-mcp detail: https://mcpindex.ai/server/io-github-chenxiaofie-memory-mcp - io.github.christian289/wpf-dev-pack-mcp (io.github.christian289/wpf-dev-pack-mcp@0.1.3) Serves WPF Dev Pack knowledge topics to AI agents from a local repo clone. installs: manual detail: https://mcpindex.ai/server/io-github-christian289-wpf-dev-pack-mcp - Nautilus Compass (io.github.chunxiaoxx/nautilus-compass@1.6.2) Drift-aware cross-agent memory · MCP/A2A · LongMemEval-S 56.6% · 1/15 Zep cost installs: pypi:nautilus-compass detail: https://mcpindex.ai/server/io-github-chunxiaoxx-nautilus-compass - io.github.cklam12345/wisdomgraph (io.github.cklam12345/wisdomgraph@0.2.0) Neo4j-native DIKW memory for Claude Code — knowledge that compounds across sessions installs: npm:wisdomgraph detail: https://mcpindex.ai/server/io-github-cklam12345-wisdomgraph - io.github.codegraph-ai/codegraph (io.github.codegraph-ai/codegraph@0.20.1) Semantic code graph: 42 tools, 38 languages. Callers, impact, AI context, memory, PR review. installs: npm:@astudioplus/codegraph-mcp detail: https://mcpindex.ai/server/io-github-codegraph-ai-codegraph - Codehabits (io.github.codehabits-dev/codehabits-mcp@0.1.3) Team conventions, anti-patterns, and domain knowledge from .codehabits/ for AI coding agents. installs: npm:@codehabits/mcp detail: https://mcpindex.ai/server/io-github-codehabits-dev-codehabits-mcp - io.github.codeledgerECF/codeledger (io.github.codeledgerECF/codeledger@0.10.7) Deterministic context selection for AI coding agents. Local memory that compounds across sessions. installs: npm:@codeledger/cli detail: https://mcpindex.ai/server/io-github-codeledgerecf-codeledger - Verified Repo Memory (io.github.cognitivemyriad/verified-repo-memory@0.1.2) Stale-proof repository memory with citations + just-in-time verification + TTL (repo-scoped). installs: npm:@cognitivemyriad/vrm-local detail: https://mcpindex.ai/server/io-github-cognitivemyriad-verified-repo-memory - io.github.contextium-io/mcp-server (io.github.contextium-io/mcp-server@1.10.12) Your team's knowledge, always in context. SOPs, coding standards, and workflows for Claude. installs: npm:@contextium/mcp-server detail: https://mcpindex.ai/server/io-github-contextium-io-mcp-server - rag-rat (io.github.cq27-dev/rag-rat@0.22.0) Repository intelligence, code graph, history, papertrail, and cross-agent memory for coding agents. installs: npm:@rag-rat/bin detail: https://mcpindex.ai/server/io-github-cq27-dev-rag-rat - PolyBridge (io.github.crowdvector/polybridge-mcp@0.2.5) Calibrated probabilistic foresight for AI agents, powered by live prediction-market signal. installs: remote:https://mcp.polybridge.ai/mcp detail: https://mcpindex.ai/server/io-github-crowdvector-polybridge-mcp - VelesDB Memory (io.github.cyberlife-coder/velesdb-memory@0.11.6) Offline agentic memory: remember/recall/relate/forget/why over a fused vector+graph+columnar engine installs: manual detail: https://mcpindex.ai/server/io-github-cyberlife-coder-velesdb-memory - io.github.dailyaiagents-cpu/heartbeat-silence-check (io.github.dailyaiagents-cpu/heartbeat-silence-check@0.1.0) Detects when workspace/system_memory/heartbeats.json mtime exceeds the silence threshold (default... installs: manual detail: https://mcpindex.ai/server/io-github-dailyaiagents-cpu-heartbeat-silence-check - io.github.dappros/ethora-mcp-cli (io.github.dappros/ethora-mcp-cli@26.5.2) MCP server for the Ethora chat & messaging platform: chat ops, AI agents, RAG, automation. installs: npm:@ethora/mcp-server detail: https://mcpindex.ai/server/io-github-dappros-ethora-mcp-cli - io.github.dappros/ethora-mcp-server (io.github.dappros/ethora-mcp-server@26.5.3) MCP server for the Ethora chat & messaging platform: chat ops, AI agents, RAG, automation. installs: npm:@ethora/mcp-server detail: https://mcpindex.ai/server/io-github-dappros-ethora-mcp-server - io.github.darknodebros/elesync (io.github.darknodebros/elesync@1.23.51) Private local-first AI workspace for shared context, knowledge, tasks, and memories installs: pypi:elesync detail: https://mcpindex.ai/server/io-github-darknodebros-elesync - io.github.davesheffer/hunch (io.github.davesheffer/hunch@1.11.0) Engineering memory for AI-assisted codebases: decisions, bug lineage and invariants, over MCP. installs: npm:@davesheffer/hunch detail: https://mcpindex.ai/server/io-github-davesheffer-hunch - Hokmah (io.github.davidangularme/hokmah@1.0.0) AI Agent with Architectural Memory. Impact analysis (free), tests and code from the graph (pro). installs: remote:https://hokmah.dev/mcp detail: https://mcpindex.ai/server/io-github-davidangularme-hokmah - deadends.dev (io.github.dbwls99706/deadends-dev@0.3.1) Structured failure knowledge for AI agents — dead ends, workarounds, error chains installs: pypi:deadends-dev detail: https://mcpindex.ai/server/io-github-dbwls99706-deadends-dev - io.github.dcostenco/prism-coder (io.github.dcostenco/prism-coder@20.9.1) Session memory for coding agents: local-first recall, drift detection, on-device inference. installs: npm:prism-mcp-server detail: https://mcpindex.ai/server/io-github-dcostenco-prism-coder - Delimit (io.github.delimit-ai/delimit@3.10.4) One workspace for every AI coding assistant. Shared tasks, memory, and governance. installs: npm:delimit-cli detail: https://mcpindex.ai/server/io-github-delimit-ai-delimit - FlexOrch (io.github.dev-flexorch/flexorch-mcp@0.1.2) Classify documents, extract structured fields, mask PII, export JSONL/RAG datasets for AI agents. installs: pypi:flexorch-mcp detail: https://mcpindex.ai/server/io-github-dev-flexorch-flexorch-mcp - io.github.dominiclachance/neurakeep (io.github.dominiclachance/neurakeep@0.1.0) Local-first, source-cited memory for AI agents with proposal review, failure memory, and MCP tools. installs: npm:neurakeep detail: https://mcpindex.ai/server/io-github-dominiclachance-neurakeep - io.github.dr12hes/engrm (io.github.dr12hes/engrm@0.4.6) Shared memory across devices, sessions, and agents for OpenClaw, Claude Code, and Codex. installs: npm:engrm detail: https://mcpindex.ai/server/io-github-dr12hes-engrm - io.github.drQedwards/pmll-memory-mcp (io.github.drQedwards/pmll-memory-mcp@0.1.1) PMLL Memory MCP — persistent KV context memory and Q-promise deduplication. installs: npm:pmll-memory-mcp detail: https://mcpindex.ai/server/io-github-drqedwards-pmll-memory-mcp - io.github.dumbspacecookie/openeye (io.github.dumbspacecookie/openeye@0.1.1) Procedure verification for AR/XR with memory, visual sessions, and DPO trajectory export. installs: npm:@dumbspacecookie/openeye detail: https://mcpindex.ai/server/io-github-dumbspacecookie-openeye - Lians Agent Memory (io.github.ebeirne/lians@0.5.0) Bitemporal memory for AI agents with point-in-time recall and tamper-evident audit history. installs: pypi:lians-sdk detail: https://mcpindex.ai/server/io-github-ebeirne-lians - io.github.eidetic-works/nucleus (io.github.eidetic-works/nucleus@1.15.2) Sovereign Agent OS — Persistent Memory, Governance & Compliance for AI Agents. installs: pypi:nucleus-mcp | remote:https://relay.nucleusos.dev/mcp detail: https://mcpindex.ai/server/io-github-eidetic-works-nucleus - JProfiler (io.github.ej-technologies/jprofiler-mcp@16.2.0) Java profiling with AI agent integration. Profile CPU, memory, JDBC, HTTP and more. installs: npm:@ej-technologies/jprofiler-mcp detail: https://mcpindex.ai/server/io-github-ej-technologies-jprofiler-mcp - io.github.ejentum/ejentum-mcp (io.github.ejentum/ejentum-mcp@0.2.2) Reasoning, code, anti-deception, memory harness MCP tools. Stdio or HTTPS api.ejentum.com/mcp installs: npm:ejentum-mcp | remote:https://api.ejentum.com/mcp detail: https://mcpindex.ai/server/io-github-ejentum-ejentum-mcp - io.github.elsahafy/ux-mcp-server (io.github.elsahafy/ux-mcp-server@4.1.1) UX toolkit: 28 knowledge resources, 23 analysis tools & 4 workflow prompts for any MCP client installs: npm:@elsahafy/ux-mcp-server detail: https://mcpindex.ai/server/io-github-elsahafy-ux-mcp-server - io.github.elyngved/failmodes (io.github.elyngved/failmodes@0.1.0) MCP server for the Fail Modes taxonomy — a knowledge base of AI system failure modes installs: npm:failmodes-mcp | remote:https://www.failmodes.com/api/mcp detail: https://mcpindex.ai/server/io-github-elyngved-failmodes - Emercoin Agent (io.github.emercoin/emercoin-agent@0.2.0) On-chain identity and durable memory for AI agents on the Emercoin blockchain (NVS). installs: docker:docker.io/emercoin/mcp:0.1.0 | remote:https://ai.emercoin.com/mcp detail: https://mcpindex.ai/server/io-github-emercoin-emercoin-agent - io.github.emergent-wisdom/understanding-graph (io.github.emergent-wisdom/understanding-graph@0.1.5) Persistent reasoning memory for AI agents via typed cognitive nodes and supersedes edges. installs: npm:understanding-graph detail: https://mcpindex.ai/server/io-github-emergent-wisdom-understanding-graph - io.github.es617/dbgprobe-mcp-server (io.github.es617/dbgprobe-mcp-server@0.1.4) Let AI agents interact with debug probes — connect, flash, read/write memory, and reset. installs: pypi:dbgprobe-mcp-server detail: https://mcpindex.ai/server/io-github-es617-dbgprobe-mcp-server - Cortex Memory Engine (io.github.gambletan/cortex@1.8.0) Local-first AI memory engine — 4-tier memory, people graph, Bayesian beliefs. Encrypted, 62µs. installs: docker:ghcr.io/gambletan/cortex:v1.8.0 detail: https://mcpindex.ai/server/io-github-gambletan-cortex - Genudo (io.github.genudo-ai/genudo_mcp@2.5.0) Build & manage Genudo AI agents for any messaging channel — pipelines, integrations, knowledge. installs: npm:genudo-mcp-client detail: https://mcpindex.ai/server/io-github-genudo-ai-genudo-mcp - io.github.getgapup/mcp-knowledge (io.github.getgapup/mcp-knowledge@0.2.0) 100+ MCP tools for AI agents: content metadata, trade intelligence, business-expertise analysis. installs: remote:https://mcp.gapup.io detail: https://mcpindex.ai/server/io-github-getgapup-mcp-knowledge - io.github.ggozad/haiku-rag (io.github.ggozad/haiku-rag@0.73.0) Opinionated agentic RAG powered by LanceDB, Pydantic AI, and Docling installs: pypi:haiku-rag detail: https://mcpindex.ai/server/io-github-ggozad-haiku-rag - Giskard Memory (io.github.giskard09/memory@1.0.1) Pay-per-use semantic memory for AI agents. SHA256 commitment, Ed25519 sig, Lightning. installs: remote:https://memory.rgiskard.xyz/sse detail: https://mcpindex.ai/server/io-github-giskard09-memory - io.github.gitmem-dev/gitmem (io.github.gitmem-dev/gitmem@1.2.1) Persistent institutional memory for AI coding agents. Memory that compounds. installs: npm:gitmem-mcp detail: https://mcpindex.ai/server/io-github-gitmem-dev-gitmem - EchoVault Memory (io.github.go-ports/echovault@0.3.3) Local-first memory for coding agents; stores decisions, bugs, and context across sessions. installs: docker:ghcr.io/go-ports/echovault:0.3.3 detail: https://mcpindex.ai/server/io-github-go-ports-echovault - io.github.gong8/knownissue (io.github.gong8/knownissue@1.0.0) Shared debugging memory for AI coding agents installs: remote:https://mcp.knownissue.dev/mcp detail: https://mcpindex.ai/server/io-github-gong8-knownissue - Chart Library — Pattern Intelligence (io.github.grahammccain/chart-library@6.1.0) Historical chart-pattern intelligence for AI agents. 25M+ embeddings, 19K+ symbols, 10y history. installs: pypi:chartlibrary-mcp detail: https://mcpindex.ai/server/io-github-grahammccain-chart-library - GraphPilot (io.github.graphpilot-oss/graphpilot@1.0.1) Structural memory for coding agents: callers, callees, blast radius and symbols over MCP. installs: npm:@graphpilot-oss/graphpilot detail: https://mcpindex.ai/server/io-github-graphpilot-oss-graphpilot - MCP CPG Knowledge Graph (io.github.greencore-solutions/cpg-knowledge-graph@1.0.0) BPC Agentic Commerce Infra installs: remote:https://mcp.cpgknowledgegraph.ai/mcp detail: https://mcpindex.ai/server/io-github-greencore-solutions-cpg-knowledge-graph - io.github.gregario/brewers-almanack (io.github.gregario/brewers-almanack@0.1.0) Brewing knowledge MCP — beer styles, ingredients, off-flavours, water chemistry, recipes installs: npm:brewers-almanack detail: https://mcpindex.ai/server/io-github-gregario-brewers-almanack - Epitome (io.github.gunning4it/epitome-mcp@1.0.0) Personal AI memory — gives every AI agent shared, persistent memory of you installs: remote:https://epitome.fyi/mcp detail: https://mcpindex.ai/server/io-github-gunning4it-epitome-mcp - io.github.heidiEC/context-pod (io.github.heidiEC/context-pod@1.0.0) Persistent context for AI agents built fromlearned vectors with certainty scores. installs: remote:https://context.nervousmachine.com/mcp detail: https://mcpindex.ai/server/io-github-heidiec-context-pod - GopherHole Agent Hub (io.github.helixdata/gopherhole@0.11.0) Standards-based A2A hub. One MCP connection to thousands of agents, with shared persistent memory. installs: npm:@gopherhole/mcp detail: https://mcpindex.ai/server/io-github-helixdata-gopherhole - io.github.hifriendbot/cogmemai (io.github.hifriendbot/cogmemai@3.17.0) 95.10% LongMemEval (highest published). Encrypted persistent memory for Ai coding assistants. installs: npm:cogmemai-mcp detail: https://mcpindex.ai/server/io-github-hifriendbot-cogmemai - io.github.hiroshic9-png/edition-api (io.github.hiroshic9-png/edition-api@0.3.1) Japan business regulations, compliance, travel, protocols, memory — 10 knowledge domains, 23 tools. installs: npm:edition-mcp-server detail: https://mcpindex.ai/server/io-github-hiroshic9-png-edition-api - io.github.hiroshic9-png/japan-business-operations (io.github.hiroshic9-png/japan-business-operations@0.5.0) Japan Operations OS for AI agents — 14 knowledge domains, 31 tools via REST+MCP. installs: npm:edition-mcp-server detail: https://mcpindex.ai/server/io-github-hiroshic9-png-japan-business-operations - GoodMemory (io.github.hjqcan/goodmemory@0.5.1) Durable user/project memory for MCP clients: recall context and remember selected facts. installs: npm:goodmemory detail: https://mcpindex.ai/server/io-github-hjqcan-goodmemory - Mnema — AI Memory Layer (io.github.hoanglt1223/mnema@0.1.1) Personal knowledge graph as an AI memory layer over MCP - read, save, and link your memories. installs: remote:https://secondbrain.hoangha.shop/api/mcp detail: https://mcpindex.ai/server/io-github-hoanglt1223-mnema - Hindsight MemPalace (io.github.holetron/hindsight-mempalace@1.0.0) Self-hosted long-term memory for AI agents over MCP — hierarchical recall backed by pgvector installs: npm:hindsight-mempalace-mcp detail: https://mcpindex.ai/server/io-github-holetron-hindsight-mempalace - io.github.iamtouchskyer/memex (io.github.iamtouchskyer/memex@0.1.8) Zettelkasten-based agent memory system with bidirectional links installs: npm:@touchskyer/memex detail: https://mcpindex.ai/server/io-github-iamtouchskyer-memex - io.github.infino-ai/mcp-server (io.github.infino-ai/mcp-server@0.8.0) Keyword, vector, hybrid, and SQL retrieval over data on object storage, for AI agents. installs: npm:@infino-ai/mcp-server detail: https://mcpindex.ai/server/io-github-infino-ai-mcp-server - codebase-synapse (io.github.iwiels/codebase-synapse@0.1.13) Indexes codebase into a local knowledge graph with 40+ AI tools and codebase-guard. installs: npm:codebase-synapse detail: https://mcpindex.ai/server/io-github-iwiels-codebase-synapse - Cambium (io.github.jarmstrong158/cambium@0.2.0) Knowledge-lifecycle MCP: turn agent work into memory, recall it across projects, promote to org. installs: pypi:cambium-mcp detail: https://mcpindex.ai/server/io-github-jarmstrong158-cambium - cambium (remote) (io.github.jarmstrong158/cambium-remote@0.2.0) Cloudflare Worker for read-only recall of cambium knowledge. MCP 2026-07-28, dual-era. installs: remote:https://cambium-remote.{account}.workers.dev/mcp/{token} detail: https://mcpindex.ai/server/io-github-jarmstrong158-cambium-remote - io.github.jarmstrong158/context-keeper (io.github.jarmstrong158/context-keeper@0.19.0) Durable project-memory MCP: decisions, constraints, and pipelines across Claude sessions. installs: pypi:context-keeper-mcp detail: https://mcpindex.ai/server/io-github-jarmstrong158-context-keeper - Heartwood Memory (io.github.jermayne36/heartwood-memory@0.2.1) Governed agent recall with signed provenance and policy gates. BUSL-1.1; not OSI open source. installs: pypi:heartwood-memory detail: https://mcpindex.ai/server/io-github-jermayne36-heartwood-memory - Booboo (io.github.jessedu29260-netizen/booboo@0.5.0) Query your AI system's wiring, knowledge, memory, agents and crons as one rooted graph over MCP. installs: npm:@booboo-brain/cli detail: https://mcpindex.ai/server/io-github-jessedu29260-netizen-booboo - Booboo (io.github.jessymariau/booboo@0.5.2) Query your AI system's wiring, knowledge, memory, agents and crons as one rooted graph over MCP. installs: npm:@booboo-brain/cli detail: https://mcpindex.ai/server/io-github-jessymariau-booboo - Statement Normalizer (io.github.jfortier93/statement-normalizer-mcp@1.0.1) Deterministic bank-statement parsing: messy CSV/OFX to clean categorized rows. In-memory only. installs: remote:https://statement-normalizer.mcpize.run detail: https://mcpindex.ai/server/io-github-jfortier93-statement-normalizer-mcp - io.github.jinweihan-ai/ferrolaser-parts (io.github.jinweihan-ai/ferrolaser-parts@1.0.0) Fiber laser parts knowledge: laser sources, cutting/welding heads, CNC controls, alarm codes. installs: remote:https://mcp.ferrolaser.com/mcp detail: https://mcpindex.ai/server/io-github-jinweihan-ai-ferrolaser-parts - TokenKnows (io.github.johnnywuj81/tokenknows@0.3.0) Distill AI coding sessions into weekly reports, ADRs and a knowledge graph - self-hosted installs: pypi:tokenknows-mcp detail: https://mcpindex.ai/server/io-github-johnnywuj81-tokenknows - webEmbedding (io.github.jongko54/web-embedding@0.3.8) Source-first URL clone, capture, rebuild, and fidelity verification tools. installs: npm:web-embedding | remote:https://webembedding-mcp.vercel.app/mcp detail: https://mcpindex.ai/server/io-github-jongko54-web-embedding - io.github.jordanhindo/lore (io.github.jordanhindo/lore@0.1.1) Lightweight MCP for infinite agent memory. Any agent, any session, anytime. installs: npm:@jordanhindo/lore detail: https://mcpindex.ai/server/io-github-jordanhindo-lore - Factsets MCP Server (io.github.joshua-auchincloss/factsets@0.2.0) An MCP server that provides a local, persistent, self-maintaining knowledge base for AI agents installs: npm:factsets detail: https://mcpindex.ai/server/io-github-joshua-auchincloss-factsets - TubExperto (io.github.jupediaz/tubexperto@1.0.0) Personal YouTube AI knowledge base powered by RAG. Query your subscribed YouTube channels. installs: remote:https://tubexperto.com/api/mcp/stream detail: https://mcpindex.ai/server/io-github-jupediaz-tubexperto - io.github.jyswee/ainpc-cli (io.github.jyswee/ainpc-cli@1.5.3) AI NPCs with persistent memory for game studios. NPC CRUD, dialogue, voice. Stdio or remote SSE. installs: npm:ainpc-cli | remote:https://mcp.ainpcengine.com/sse detail: https://mcpindex.ai/server/io-github-jyswee-ainpc-cli - io.github.kaaustubh/project-memory-mcp (io.github.kaaustubh/project-memory-mcp@1.6.0) Persistent memory for AI coding agents — past bugs, decisions, and your corrections, in your repo. installs: npm:@kaaustubh/project-memory-mcp detail: https://mcpindex.ai/server/io-github-kaaustubh-project-memory-mcp - io.github.kael-bit/engram (io.github.kael-bit/engram@0.10.0) Hierarchical memory for AI agents. Three-layer (buffer/working/core) with decay and promotion. installs: npm:engram-rs-mcp detail: https://mcpindex.ai/server/io-github-kael-bit-engram - io.github.kedarvartak/md-md (io.github.kedarvartak/md-md@1.0.0) MCP server for md.md - provides team knowledge context to AI assistants installs: npm:md-md-mcp-server detail: https://mcpindex.ai/server/io-github-kedarvartak-md-md - Enterprise Internal Knowledge Base: Production-Ready RAG + MCP (io.github.kimsb2429/internal-knowledge-base@0.1.0) Production-ready RAG + MCP demo: eval-in-CI merge gate, Langfuse traces, structure-aware chunking. installs: manual detail: https://mcpindex.ai/server/io-github-kimsb2429-internal-knowledge-base - io.github.kira-autonoma/agent-memory-mcp (io.github.kira-autonoma/agent-memory-mcp@0.1.3) Agent memory MCP server with provenance tracking, decay-weighted recall, and feedback loops. installs: npm:@kiraautonoma/agent-memory-mcp detail: https://mcpindex.ai/server/io-github-kira-autonoma-agent-memory-mcp - Handoff (io.github.kirill-sviridov/handoff-mcp@0.4.0) Cross-session memory for Claude over MCP — prioritised briefs, supersession, cross-project recall. installs: pypi:handoff-mcp detail: https://mcpindex.ai/server/io-github-kirill-sviridov-handoff-mcp - Mini Data Engine Runtime Copilot (io.github.kroq86/mini-data-engine@0.1.12) MCP runtime copilot for health checks, regressions, explainability, and operational memory. installs: docker:ghcr.io/kroq86/data-engineering-runtime-lab:0.1.12 detail: https://mcpindex.ai/server/io-github-kroq86-mini-data-engine - io.github.l33tdawg/sage (io.github.l33tdawg/sage@11.18.7) Persistent, consensus-validated institutional memory for AI agents. Runs locally. installs: docker:ghcr.io/l33tdawg/sage:11.18.7 detail: https://mcpindex.ai/server/io-github-l33tdawg-sage - Banyan Memory (io.github.labacacia/banyan-memory@1.5.1) Persistent, governed local memory for MCP-compatible AI clients. installs: manual detail: https://mcpindex.ai/server/io-github-labacacia-banyan-memory - io.github.lazymac2x/agent-memory (io.github.lazymac2x/agent-memory@1.0.0) Cloudflare Workers MCP server: agent-memory installs: remote:https://api.lazy-mac.com/agent-memory/mcp detail: https://mcpindex.ai/server/io-github-lazymac2x-agent-memory - io.github.ldclabs/KIP (io.github.ldclabs/KIP@1.0.1) Knowledge Graphs to enable memory persistence, knowledge evolution, explainable interaction. installs: npm:@ldclabs/kip-mcp-server detail: https://mcpindex.ai/server/io-github-ldclabs-kip - Procheiron (io.github.logotheusneuro-cpu/procheiron@0.3.3) Review gate for shared agent memory: an unreviewed or hand-edited memory is never served. installs: pypi:procheiron detail: https://mcpindex.ai/server/io-github-logotheusneuro-cpu-procheiron - io.github.lonniev/personalbrain-mcp (io.github.lonniev/personalbrain-mcp@1.17.0) FastMCP server for TheBrain API — AI access to a personal knowledge graph, Tollbooth-monetized installs: remote:https://personal-brain.fastmcp.app/mcp detail: https://mcpindex.ai/server/io-github-lonniev-personalbrain-mcp - io.github.looptech-ai/understand-quickly (io.github.looptech-ai/understand-quickly@0.1.1) Public registry of code-knowledge graphs for AI agents with schema validation and drift detection. installs: npm:@looptech-ai/understand-quickly-mcp detail: https://mcpindex.ai/server/io-github-looptech-ai-understand-quickly - Droste (io.github.lorismascio17/droste-memory@1.1.6) Local code-memory graph for AI coding agents. installs: pypi:droste-memory detail: https://mcpindex.ai/server/io-github-lorismascio17-droste-memory - io.github.lulzasaur9192/agent-infra-mcp (io.github.lulzasaur9192/agent-infra-mcp@1.0.2) 18 tools: agent memory, API drift detection, and HMAC-signed trust receipts installs: npm:@lulzasaur9192/agent-infra-mcp detail: https://mcpindex.ai/server/io-github-lulzasaur9192-agent-infra-mcp - io.github.lumayapartners/memini (io.github.lumayapartners/memini@0.4.0) Local-first project memory and mistake-prevention guardrails for AI coding agents. installs: npm:memini detail: https://mcpindex.ai/server/io-github-lumayapartners-memini - m2ml — AI-to-AI Knowledge Network (io.github.m2ml/m2ml@0.7.0) AI-to-AI knowledge network. Agents share insights, ask questions, build reputation over MCP. installs: remote:https://mcp.m2ml.ai/mcp detail: https://mcpindex.ai/server/io-github-m2ml-m2ml - io.github.mahabubul470/gpp (io.github.mahabubul470/gpp@0.1.1) Project knowledge graph with history-checked belief staleness, changeset proposals, cost reporting installs: manual detail: https://mcpindex.ai/server/io-github-mahabubul470-gpp - Performance Co-Pilot (io.github.major/pcp@1.5.1) Query system performance metrics via MCP - CPU, memory, disk I/O, network, processes installs: pypi:pcp-mcp detail: https://mcpindex.ai/server/io-github-major-pcp - Pensyve (io.github.major7apps/pensyve@1.0.4) Universal memory runtime for AI agents — episodic, semantic, and procedural memory. installs: manual detail: https://mcpindex.ai/server/io-github-major7apps-pensyve - io.github.malkreide/lindas-mcp (io.github.malkreide/lindas-mcp@0.2.1) MCP server for LINDAS — the Swiss administration's linked-data SPARQL knowledge graph (cube.link) installs: pypi:lindas-mcp detail: https://mcpindex.ai/server/io-github-malkreide-lindas-mcp - io.github.mashware/domain-memory (io.github.mashware/domain-memory@0.2.4) Local-first MCP server serving a project's business-domain knowledge to MCP-compatible agents. installs: npm:@mashware/domain-memory-server detail: https://mcpindex.ai/server/io-github-mashware-domain-memory - io.github.maxtechera/hushdrop (io.github.maxtechera/hushdrop@0.3.3) Open-source artifact sharing for AI agents: private, branded, zero-knowledge links. installs: npm:hushdrop-mcp detail: https://mcpindex.ai/server/io-github-maxtechera-hushdrop - Ariadne (io.github.mclaut/ariadne@0.8.7) Local-first multilingual memory for Codex, Claude Code, and MCP clients using Qdrant and Ollama. installs: manual detail: https://mcpindex.ai/server/io-github-mclaut-ariadne - Mirror (io.github.mctx-ai/mirror@0.4.0) Give Claude an honest self-model — behavioral tendencies built from evidence, not session memory. Mi installs: remote:https://mirror.mctx.ai/v0.4.0 detail: https://mcpindex.ai/server/io-github-mctx-ai-mirror - io.github.mdfifty50-boop/domain-expertise (io.github.mdfifty50-boop/domain-expertise@0.1.3) Inject deep domain knowledge into any AI agent installs: npm:domain-expertise-mcp detail: https://mcpindex.ai/server/io-github-mdfifty50-boop-domain-expertise - io.github.meharajM/agent-loop-mcp (io.github.meharajM/agent-loop-mcp@1.0.3) Agentic memory manager. Install Skill: npx skills add meharajM/agent-loop-mcp installs: npm:@mhrj/mcp-agent-loop detail: https://mcpindex.ai/server/io-github-meharajm-agent-loop-mcp - ChromaDB Remote MCP Server (io.github.meloncafe/chromadb-remote-mcp@1.0.2) Remote ChromaDB vector database MCP server with streamable HTTP transport installs: docker:devsaurus/chromadb-remote-mcp:latest | remote:https://meloncafe.github.io/chromadb-remote-mcp/mcp detail: https://mcpindex.ai/server/io-github-meloncafe-chromadb-remote-mcp - io.github.memoweft/memoweft (io.github.memoweft/memoweft@0.2.3) Portable AI memory as MCP tools: five reads and three controlled writes. installs: npm:@memoweft/mcp-server detail: https://mcpindex.ai/server/io-github-memoweft-memoweft - Memside (io.github.memside/memside@1.0.4) AI continuity and memory hub: memories, profiles, rules, context, decisions, tasks, and checkpoints. installs: remote:https://api.memside.com/mcp/ detail: https://mcpindex.ai/server/io-github-memside-memside - nMEMORY (io.github.menot-you/n-memory@0.1.2) Memory your agent can trust — every answer carries its source; when it doesn't know, it says so. installs: manual detail: https://mcpindex.ai/server/io-github-menot-you-n-memory - io.github.michielinksee/linksee-memory (io.github.michielinksee/linksee-memory@0.11.5) Catches when your project drifts from its own decisions. Local-first cross-agent memory MCP. installs: npm:linksee-memory detail: https://mcpindex.ai/server/io-github-michielinksee-linksee-memory - OpenOCD Debugger (io.github.microhenrio/openocd-mcp@0.4.5) Debug microcontrollers via OpenOCD: flash, breakpoints, memory, registers and variables. installs: pypi:openocd-mcp detail: https://mcpindex.ai/server/io-github-microhenrio-openocd-mcp - io.github.mifactory-bot/mifactory-agent-memory (io.github.mifactory-bot/mifactory-agent-memory@1.3.1) Persistent memory for AI agents across Claude, ChatGPT and any MCP client. installs: remote:https://agent-memory-api.vercel.app/mcp detail: https://mcpindex.ai/server/io-github-mifactory-bot-mifactory-agent-memory - io.github.mikimatsub/swsd (io.github.mikimatsub/swsd@2.3.0) MCP server for SolarWinds Service Desk tickets, catalog, knowledge, ITSM operations, and workflows. installs: npm:swsd-mcp detail: https://mcpindex.ai/server/io-github-mikimatsub-swsd - Provenio — Art Intelligence (io.github.mildo-ai/provenio@0.4.2) Art provenance intelligence — 282K-node knowledge graph with cited answers and honest gaps. installs: remote:https://provenio.art/api/mcp detail: https://mcpindex.ai/server/io-github-mildo-ai-provenio - ElevenLabs Agents (io.github.mindstone/mcp-server-elevenlabs-agents@0.2.1) ElevenLabs Conversational AI: agents, calls, conversations, and knowledge base for MCP hosts installs: npm:@mindstone/mcp-server-elevenlabs-agents detail: https://mcpindex.ai/server/io-github-mindstone-mcp-server-elevenlabs-agents - io.github.mnemox-ai/tradememory-protocol (io.github.mnemox-ai/tradememory-protocol@0.5.4) MCP memory for AI trading agents. Store trades, recall similar setups, track strategy performance. installs: pypi:tradememory-protocol detail: https://mcpindex.ai/server/io-github-mnemox-ai-tradememory-protocol - Motecloud Memory (io.github.motecloud/motecloud-mcp-server@0.1.0) Cloud-hosted MCP server for durable AI memory installs: remote:https://motecloud.io/mcp detail: https://mcpindex.ai/server/io-github-motecloud-motecloud-mcp-server - io.github.moxno/privacyscrubber-mcp (io.github.moxno/privacyscrubber-mcp@1.0.2) Zero-Trust PII & secrets sanitizer. Locally scrubs data in-memory before sending context to LLMs. installs: npm:@privacyscrubber/mcp-server detail: https://mcpindex.ai/server/io-github-moxno-privacyscrubber-mcp - io.github.mrosnerr/open-zk-kb (io.github.mrosnerr/open-zk-kb@1.4.2) Shared, persistent memory for AI assistants, built on the Zettelkasten method. installs: npm:open-zk-kb detail: https://mcpindex.ai/server/io-github-mrosnerr-open-zk-kb - io.github.mybolide/mcp-probe-kit (io.github.mybolide/mcp-probe-kit@4.0.0) Spec-driven dev workflow MCP: start_* orchestration, memory, GitNexus, quality gates. installs: npm:mcp-probe-kit detail: https://mcpindex.ai/server/io-github-mybolide-mcp-probe-kit - io.github.myrakrusemark/memento-protocol (io.github.myrakrusemark/memento-protocol@0.1.1) Persistent memory for AI agents. Store what matters, recall by meaning, skip the rest. installs: npm:memento-mcp detail: https://mcpindex.ai/server/io-github-myrakrusemark-memento-protocol - MemHeaven (io.github.nazar256/memheaven@0.1.0) Self-hosted remote MCP memory server for ChatGPT and AI agents. installs: remote:https://{worker_domain}/mcp detail: https://mcpindex.ai/server/io-github-nazar256-memheaven - io.github.neo4j-contrib/mcp-neo4j-memory (io.github.neo4j-contrib/mcp-neo4j-memory@1.0.0) MCP Neo4j Knowledge Graph Memory Server installs: pypi:mcp-neo4j-memory detail: https://mcpindex.ai/server/io-github-neo4j-contrib-mcp-neo4j-memory - io.github.nex-crm/nex (io.github.nex-crm/nex@1.0.0) Organizational context & memory for AI agents. Connect 100+ tools into one knowledge graph. installs: npm:@nex-ai/nex detail: https://mcpindex.ai/server/io-github-nex-crm-nex - io.github.nhadaututtheky/neural-memory (io.github.nhadaututtheky/neural-memory@4.27.2) Persistent memory for AI agents — 55 MCP tools, spreading activation recall. installs: npm:neural-memory-mcp detail: https://mcpindex.ai/server/io-github-nhadaututtheky-neural-memory - Tabula (io.github.nikhilbhima/tabula@1.0.1) Cross-AI personal memory. Save once in ChatGPT, recall in Claude, Mistral, Grok, or any MCP client. installs: remote:https://www.tabula360.com/api/mcp/mcp detail: https://mcpindex.ai/server/io-github-nikhilbhima-tabula - io.github.nipunkhanderia/golden-dataset-mcp (io.github.nipunkhanderia/golden-dataset-mcp@0.1.2) Version-controlled golden datasets and RAG evaluation, no API key needed. installs: pypi:golden-dataset-mcp detail: https://mcpindex.ai/server/io-github-nipunkhanderia-golden-dataset-mcp - Alibaba Cloud DashScope — Qwen (io.github.nirholas/alibaba-cloud@0.1.1) Alibaba Cloud DashScope MCP: Qwen chat, embeddings, and model discovery on your own account. installs: npm:@three-ws/alibaba-cloud-mcp detail: https://mcpindex.ai/server/io-github-nirholas-alibaba-cloud - IBM watsonx.ai Granite (io.github.nirholas/ibm-watsonx@0.2.0) IBM watsonx.ai MCP by three.ws: chat, text generation, embeddings, and tokenization. installs: npm:@three-ws/ibm-watsonx-mcp detail: https://mcpindex.ai/server/io-github-nirholas-ibm-watsonx - IBM Granite via x402 (io.github.nirholas/ibm-x402-mcp@1.1.2) x402 pay-per-use IBM Granite AI: chat, code, embeddings, analysis, forecasting. Pay USDC per call. installs: npm:@three-ws/ibm-x402-mcp detail: https://mcpindex.ai/server/io-github-nirholas-ibm-x402-mcp - IBM Granite x402 Remote (io.github.nirholas/ibm-x402-mcp-remote@1.0.0) Pay-per-use IBM Granite AI via x402: chat, code, embeddings, forecasting. USDC on Base or Solana. installs: remote:https://three.ws/api/ibm-mcp detail: https://mcpindex.ai/server/io-github-nirholas-ibm-x402-mcp-remote - Coalent (io.github.nisarg-pujara-vectorlink/coalent@0.6.2) Fresh, attributed facts from your sources — cached, and invalidated the moment a source changes. installs: pypi:coalent detail: https://mcpindex.ai/server/io-github-nisarg-pujara-vectorlink-coalent - kg (io.github.nnar1o/kg-mcp@0.3.0) Local knowledge graph memory MCP server for AI assistants. installs: manual detail: https://mcpindex.ai/server/io-github-nnar1o-kg-mcp - io.github.octoryn/octopus-blackboard (io.github.octoryn/octopus-blackboard@0.3.1) Shared memory & coordination for AI coding agents — a blackboard, not an orchestrator. installs: npm:octopus-blackboard detail: https://mcpindex.ai/server/io-github-octoryn-octopus-blackboard - PMB AI (io.github.oleksiijko/pmb-ai@1.1.0) Local-first persistent memory for AI coding agents. installs: pypi:pmb-ai detail: https://mcpindex.ai/server/io-github-oleksiijko-pmb-ai - io.github.omega-memory/core (io.github.omega-memory/core@0.9.3) Persistent memory for AI coding agents. #1 on LongMemEval. Local-first. installs: pypi:omega-memory detail: https://mcpindex.ai/server/io-github-omega-memory-core - OMEGA Memory (io.github.omega-memory/omega-memory@1.3.0) Persistent memory, coordination, and learning for AI agents. Local-first, 25 MCP tools. installs: pypi:omega-memory detail: https://mcpindex.ai/server/io-github-omega-memory-omega-memory - io.github.onetrueclaude-creator/mcp-knowledge-gaps (io.github.onetrueclaude-creator/mcp-knowledge-gaps@0.1.0) Find what your knowledge base mentions but doesn't actually explain. installs: pypi:mcp-knowledge-gaps detail: https://mcpindex.ai/server/io-github-onetrueclaude-creator-mcp-knowledge-gaps - io.github.opencontext-team/mcp-server (io.github.opencontext-team/mcp-server@1.0.2) An MCP server that provides visual memory and context storage with knowledge graph capabilities installs: npm:visual-memory-context-server detail: https://mcpindex.ai/server/io-github-opencontext-team-mcp-server - io.github.openfused/openfuse-mcp (io.github.openfused/openfuse-mcp@0.4.2) Encrypted mail, shared memory, and persistent context for AI agents. installs: npm:openfused detail: https://mcpindex.ai/server/io-github-openfused-openfuse-mcp - Global Agent Memory (io.github.ozankasikci/global-agent-memory@0.1.6) Shared, project-aware memory for Claude Code, Codex, and other agents with human review. installs: pypi:global-memory-mcp detail: https://mcpindex.ai/server/io-github-ozankasikci-global-agent-memory - Panella (io.github.panellatech/panella@0.2.1) Governed, self-hosted memory for AI agents: writes queue until a named person approves. installs: pypi:panella detail: https://mcpindex.ai/server/io-github-panellatech-panella - io.github.parallelromb/smara (io.github.parallelromb/smara@2.0.2) Persistent cross-platform memory for AI agents with Ebbinghaus decay scoring. installs: npm:@smara/mcp-server detail: https://mcpindex.ai/server/io-github-parallelromb-smara - io.github.pbonneville/neemee-mcp (io.github.pbonneville/neemee-mcp@3.0.2) MCP client library and bridge for Neemee personal knowledge management system installs: npm:neemee-mcp detail: https://mcpindex.ai/server/io-github-pbonneville-neemee-mcp - io.github.pcas-io/plexus (io.github.pcas-io/plexus@0.1.2) Typed on-prem knowledge graph for AI agents — read-only for humans, write-only for agents via MCP. installs: remote:https://{plexus_host}/mcp detail: https://mcpindex.ai/server/io-github-pcas-io-plexus - io.github.phillipclapham/anneal-memory (io.github.phillipclapham/anneal-memory@0.1.1) Two-layer memory for AI agents with an immune system. Zero dependencies. installs: pypi:anneal-memory detail: https://mcpindex.ai/server/io-github-phillipclapham-anneal-memory - io.github.photoxpedia/bolor-brain-mcp (io.github.photoxpedia/bolor-brain-mcp@1.1.0) Cognitive architecture MCP server with memory, learning, and contextual understanding installs: npm:bolor-brain-mcp detail: https://mcpindex.ai/server/io-github-photoxpedia-bolor-brain-mcp - io.github.pi22by7/in-memoria (io.github.pi22by7/in-memoria@0.5.7) Persistent codebase intelligence that gives AI assistants memory across sessions installs: npm:in-memoria detail: https://mcpindex.ai/server/io-github-pi22by7-in-memoria - io.github.pintomatic/kernal-mcp (io.github.pintomatic/kernal-mcp@0.2.1) Graph-native memory for AI agents: a knowledge graph built from conversation, via MCP. installs: npm:kernal-mcp detail: https://mcpindex.ai/server/io-github-pintomatic-kernal-mcp - Diffbot (io.github.pipeworx-io/diffbot@0.1.0) Diffbot MCP — Knowledge Graph company enrichment + web content extraction (diffbot.com) installs: remote:https://gateway.pipeworx.io/diffbot/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-diffbot - Monarch Initiative (io.github.pipeworx-io/monarch-initiative@0.1.0) Monarch biomedical knowledge graph — diseases, phenotypes, genes, variants installs: remote:https://gateway.pipeworx.io/monarch-initiative/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-monarch-initiative - Opentargets (io.github.pipeworx-io/opentargets@0.1.1) Open Targets MCP — disease/target/drug knowledge graph. installs: remote:https://gateway.pipeworx.io/opentargets/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-opentargets - Worldbank Climate (io.github.pipeworx-io/worldbank-climate@0.1.0) World Bank Climate Change Knowledge Portal (CCKP) MCP. installs: remote:https://gateway.pipeworx.io/worldbank-climate/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-worldbank-climate - io.github.plur-ai/plur (io.github.plur-ai/plur@0.17.2) Open, local-first engram memory for AI agents: read, correct, delete; shared over MCP. installs: npm:@plur-ai/mcp detail: https://mcpindex.ai/server/io-github-plur-ai-plur - GPU MCP Server (io.github.pmady/gpu-mcp-server@0.1.0) NVIDIA GPU metrics as MCP tools — utilization, memory, temperature, power. Supports MIG. installs: docker:ghcr.io/pmady/gpu-mcp-server:v0.1.0 detail: https://mcpindex.ai/server/io-github-pmady-gpu-mcp-server - io.github.pmgarg/cgraphy (io.github.pmgarg/cgraphy@0.1.1) Code knowledge graph over MCP: token-budgeted context for AI coding agents. installs: pypi:cgraphy detail: https://mcpindex.ai/server/io-github-pmgarg-cgraphy - Weasley DeepMind (io.github.potatohoney-p/weasley-deepmind@1.0.0) Secure, fragment-based long-term memory for MCP-compatible AI agents. installs: npm:weasley-deepmind detail: https://mcpindex.ai/server/io-github-potatohoney-p-weasley-deepmind - io.github.pouyahasanamreji/continuum (io.github.pouyahasanamreji/continuum@0.3.0) Shared memory + orchestration for your coding agents. Local-first MCP, vector RAG. installs: docker:docker.io/pouyahasanamreji/continuum:0.3.0 detail: https://mcpindex.ai/server/io-github-pouyahasanamreji-continuum - MemoraEU (io.github.pquattro/memoraeu@0.1.6) Zero-knowledge persistent memory layer for AI agents. Encrypted client-side, hosted in France. installs: pypi:memoraeu-mcp detail: https://mcpindex.ai/server/io-github-pquattro-memoraeu - io.github.pscale-commons/bsp-mcp (io.github.pscale-commons/bsp-mcp@0.4.0) Persistent agent memory & identity on federated beaches — one bsp() function over pscale blocks. installs: remote:https://bsp.hermitcrab.me/mcp/v1 detail: https://mcpindex.ai/server/io-github-pscale-commons-bsp-mcp - State Memory MCP (io.github.putervision/state-memory-mcp@0.9.31) Deterministic, persistent graph server for tracking workflow state, decisions, and blockers. installs: npm:@putervision/state-memory-mcp detail: https://mcpindex.ai/server/io-github-putervision-state-memory-mcp - io.github.pyalwin/codemesh (io.github.pyalwin/codemesh@0.1.2) Intelligent code knowledge graph for AI coding agents — 71% cheaper, 72% faster installs: npm:@pyalwin/codemesh detail: https://mcpindex.ai/server/io-github-pyalwin-codemesh - DocPull (io.github.raintree-technology/docpull@6.5.0) Sync public web sources into cited context packs for AI agents, RAG, and MCP clients. installs: pypi:docpull detail: https://mcpindex.ai/server/io-github-raintree-technology-docpull - NervaPack (io.github.ramdhavepreetam/nervapack@0.5.8) Offline codebase knowledge graph: 91% token reduction vs naive RAG, plus cross-session agent memory. installs: pypi:nervapack detail: https://mcpindex.ai/server/io-github-ramdhavepreetam-nervapack - io.github.rapozoantonio/memorykit (io.github.rapozoantonio/memorykit@1.4.2) Cognitive memory for AI coding assistants — persistent memory across sessions installs: npm:memorykit-mcp-server detail: https://mcpindex.ai/server/io-github-rapozoantonio-memorykit - io.github.rarasAI/raras (io.github.rarasAI/raras@0.2.0) Disease Twin — Brazil's rare-disease knowledge graph (10,468) over MCP. Source-grounded, PT-BR. installs: remote:https://raras.org/api/mcp detail: https://mcpindex.ai/server/io-github-rarasai-raras - Adaptive Memory Graph (io.github.raskolnikovdd/adaptive-memory-graph@1.1.1) Persistent memory for Claude via weighted, interconnected knowledge nodes. installs: pypi:adaptive-memory-graph detail: https://mcpindex.ai/server/io-github-raskolnikovdd-adaptive-memory-graph - io.github.ravi-labs/mindmap-mcp-server (io.github.ravi-labs/mindmap-mcp-server@0.5.0) Local-first memory & context-handoff across AI tools — capture in one, resume in another. No cloud. installs: npm:@ravi-labs/mindmap-mcp-server detail: https://mcpindex.ai/server/io-github-ravi-labs-mindmap-mcp-server - state-trace (io.github.razroo/state-trace@0.3.1) Bounded working memory for coding agents — typed nodes, current-vs-stale state, MCP-mountable. installs: pypi:state-trace detail: https://mcpindex.ai/server/io-github-razroo-state-trace - Tentra — Memory for AI Coding Agents (io.github.rdanieli/tentra@1.3.2) Memory for AI coding agents. Call graphs + refactor safety + persistent code context. 35 MCP tools. installs: npm:tentra-mcp | remote:https://trytentra.com/api/mcp detail: https://mcpindex.ai/server/io-github-rdanieli-tentra - Remembra — AI Memory Layer (io.github.remembra-ai/remembra@0.12.1) Persistent AI memory with entity resolution, temporal knowledge graph & 11 MCP tools. installs: pypi:remembra detail: https://mcpindex.ai/server/io-github-remembra-ai-remembra - io.github.rigour-labs/rigour (io.github.rigour-labs/rigour@5.5.4) Quality gates for AI agents. Lint, test, build checks with memory persistence. installs: npm:@rigour-labs/mcp detail: https://mcpindex.ai/server/io-github-rigour-labs-rigour - io.github.riponcm/projectmem (io.github.riponcm/projectmem@0.2.0) Local-first memory + judgment layer for AI coding agents — warns before repeating failed fixes. installs: pypi:projectmem detail: https://mcpindex.ai/server/io-github-riponcm-projectmem - Recite MCP (io.github.rivradev/recite-mcp@0.1.4) Local MCP server for Recite receipt processing with ledger and memory tools. installs: pypi:recite-mcp detail: https://mcpindex.ai/server/io-github-rivradev-recite-mcp - io.github.rog0x/perf (io.github.rog0x/perf@1.0.2) Benchmark, memory, Big O analysis for AI agents installs: npm:@rog0x/mcp-perf-tools detail: https://mcpindex.ai/server/io-github-rog0x-perf - darwin-memo (io.github.rogermsc/darwin-memo@0.6.0) Self-curating agent memory kept honest by survival-based selection over measured outcomes. installs: pypi:darwin-memo detail: https://mcpindex.ai/server/io-github-rogermsc-darwin-memo - ZettelForge (io.github.rolandpg/zettelforge@2.4.0) Agentic memory for cyber threat intelligence. STIX graphs, actor aliasing, offline RAG, Sigma/YARA. installs: pypi:zettelforge detail: https://mcpindex.ai/server/io-github-rolandpg-zettelforge - SNHP — free negotiation math + agent memory (io.github.ryuxik/snhp@0.4.0) Free game-theory negotiation advisor for agents, plus paid receipted sessions and agent memory. installs: remote:https://api.snhp.dev/mcp/ detail: https://mcpindex.ai/server/io-github-ryuxik-snhp - io.github.sachitrafa/cognitive-ai-memory (io.github.sachitrafa/cognitive-ai-memory@1.0.2) Ebbinghaus-based persistent memory for Claude. Memories decay with time, strengthen on recall. installs: docker:ghcr.io/your-memory/cognitive-ai-memory:1.0.2 detail: https://mcpindex.ai/server/io-github-sachitrafa-cognitive-ai-memory - YourMemory (io.github.sachitrafa/yourmemory@1.4.18) Persistent memory for AI agents. Memories decay with time and strengthen on recall. installs: pypi:yourmemory detail: https://mcpindex.ai/server/io-github-sachitrafa-yourmemory - Norn (io.github.samad001z/norn@1.2.3) Local-first, persistent memory for AI coding agents — remember, recall, forget, and list, over MCP. installs: npm:@samad001z/norn-server detail: https://mcpindex.ai/server/io-github-samad001z-norn - ArkHive MCP (io.github.sammyboi81/arkhive@0.2.0) ArkHive MCP: governed, tamper-evident local memory for AI agents. Where context gives meaning. installs: pypi:arkhive-mcp detail: https://mcpindex.ai/server/io-github-sammyboi81-arkhive - Vestige (io.github.samvallad33/vestige@2.2.0) Local-first memory for AI agents that reaches backward to find a failure's root cause. installs: npm:vestige-mcp-server detail: https://mcpindex.ai/server/io-github-samvallad33-vestige - Stellar Memory (io.github.sangjun0000/stellar-memory@1.0.3) Persistent AI memory using orbital mechanics. 100% local, zero API keys, MCP-native. installs: npm:stellar-memory detail: https://mcpindex.ai/server/io-github-sangjun0000-stellar-memory - FinanceGenius.AI (io.github.sbanerjee1875/financegenius@1.0.0) India's financial MCP — Indian cards, loans, FDs, MFs; EMI/SIP/tax calcs; NSE/BSE quotes; RAG. installs: remote:https://mcp.financegenius.ai/mcp/ detail: https://mcpindex.ai/server/io-github-sbanerjee1875-financegenius - bookstore4agents (io.github.scott2121/bookstore4agents@0.0.1) Marketplace where AI agents buy and sell books — curated domain knowledge that improves tasks. installs: remote:https://bookstore4agents-mcp.bookstore4agents.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-scott2121-bookstore4agents - io.github.seanmarkwei/agentram-mcp (io.github.seanmarkwei/agentram-mcp@0.1.1) Model Context Protocol server for AgentRAM. Persistent memory for AI agents. installs: npm:agentram-mcp detail: https://mcpindex.ai/server/io-github-seanmarkwei-agentram-mcp - io.github.sercanmetalore/rag-service-mcp (io.github.sercanmetalore/rag-service-mcp@0.1.0) RAG-as-a-service MCP sunucusu — çok-kiracılı koleksiyon yönetimi, metin ingest (chunk+embed+upsert,… installs: remote:https://mcp.boykaf.com/rag-service/mcp detail: https://mcpindex.ai/server/io-github-sercanmetalore-rag-service-mcp - io.github.seritalien/brain-protocol (io.github.seritalien/brain-protocol@0.3.3) Verifiable Memory for AI Agents — knowledge graph, FTS, Starknet proofs, local or cloud installs: npm:@brain-protocol/mcp detail: https://mcpindex.ai/server/io-github-seritalien-brain-protocol - io.github.shackleai/memory (io.github.shackleai/memory@0.5.2) Persistent memory for AI coding tools. 11 tools for any MCP-compatible AI tool. installs: npm:@shackleai/memory-mcp detail: https://mcpindex.ai/server/io-github-shackleai-memory - io.github.sharedmemoryai/memory (io.github.sharedmemoryai/memory@2.1.1) Persistent memory for AI agents. Remember, recall, and explore a shared knowledge graph. installs: npm:@sharedmemory/mcp-server detail: https://mcpindex.ai/server/io-github-sharedmemoryai-memory - ContextLattice (io.github.sheawinkler/contextlattice@1.0.0) Private-by-default, local-first memory/context/task orchestrator for MCP apps and agents. installs: remote:https://contextlattice.io/mcp detail: https://mcpindex.ai/server/io-github-sheawinkler-contextlattice - io.github.shinpr/mcp-local-rag (io.github.shinpr/mcp-local-rag@0.17.3) Easy-to-setup local RAG server with minimal configuration installs: npm:mcp-local-rag detail: https://mcpindex.ai/server/io-github-shinpr-mcp-local-rag - SMRITI Memory (io.github.shivamtyagi18/smriti-memory@1.4.5) Neuro-inspired long-term memory for AI agents with semantic graph and consolidation. installs: pypi:smriti-memcore detail: https://mcpindex.ai/server/io-github-shivamtyagi18-smriti-memory - io.github.shofer-dev/live-memory (io.github.shofer-dev/live-memory@0.6.0) Persistent, read-only codebase memory for Claude Code; ask it instead of re-reading files. installs: pypi:shofer-live-memory detail: https://mcpindex.ai/server/io-github-shofer-dev-live-memory - AI Readiness Kit (io.github.silverbackmarketing/ai-readiness@1.0.0) Generate 18 AI readiness files (llms.txt, ai.txt, RAG indexes, schema) for any website. installs: remote:https://ai.silverbackmarketing.com/api/mcp detail: https://mcpindex.ai/server/io-github-silverbackmarketing-ai-readiness - io.github.simplemindedbot/mnemex (io.github.simplemindedbot/mnemex@0.5.2) Temporal memory for AI with decay and reinforcement. Two-layer storage (JSONL + Markdown). installs: pypi:mnemex detail: https://mcpindex.ai/server/io-github-simplemindedbot-mnemex - io.github.smaniches/uniprot-mcp (io.github.smaniches/uniprot-mcp@1.3.2) Model Context Protocol server for the UniProt protein knowledgebase. installs: pypi:uniprot-mcp-server detail: https://mcpindex.ai/server/io-github-smaniches-uniprot-mcp - Stratum MCP (io.github.smartmemory/stratum-mcp@0.2.42) Structured execution for Claude Code — contracts, postconditions, gates, guardrails. installs: pypi:stratum-mcp detail: https://mcpindex.ai/server/io-github-smartmemory-stratum-mcp - SMRITI Memory (io.github.smriti-memcore/smriti-memory@1.4.15) Neuro-inspired long-term memory for AI agents with semantic graph and consolidation. installs: pypi:smriti-memcore detail: https://mcpindex.ai/server/io-github-smriti-memcore-smriti-memory - HippoDid MCP Server (io.github.snowmanjy/hippodid-mcp-server@1.1.0) Persistent, structured cloud memory for AI agents. BYOK — bring your own AI key. installs: manual detail: https://mcpindex.ai/server/io-github-snowmanjy-hippodid-mcp-server - io.github.spectra-g/engram (io.github.spectra-g/engram@0.2.11) MCP adapter for Engram - organizational memory for AI agents installs: npm:@spectra-g/engram-adapter detail: https://mcpindex.ai/server/io-github-spectra-g-engram - MADB — Agent Memory Database (io.github.spshkar84/madb-memory@0.2.10) Durable causal memory for AI agents — semantic recall, causal lineage, and skills. Local-first. installs: pypi:madb-mcp-server detail: https://mcpindex.ai/server/io-github-spshkar84-madb-memory - Agendum (io.github.sralli/agendum@0.3.4) AI agent memory: task tracking, scoped work packages, decisions, and cross-session continuity installs: pypi:agendum detail: https://mcpindex.ai/server/io-github-sralli-agendum - Hive Address Screen (io.github.srotzin/hive-mcp-address-screen@1.0.0) HiveAddressScreen MCP — pre-settlement on-chain risk screen. 17-vector GoPlus rail installs: remote:https://hive-mcp-gateway.onrender.com/address-screen/mcp detail: https://mcpindex.ai/server/io-github-srotzin-hive-mcp-address-screen - Hive Zk Attestation (io.github.srotzin/hive-mcp-zk-attestation@1.0.0) Zero-knowledge attestation for agent capability and trust score claims installs: remote:https://hive-mcp-zk-attestation.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-srotzin-hive-mcp-zk-attestation - HiveMind (io.github.srotzin/hivemind@1.0.0) Collective intelligence, memory storage, and knowledge marketplace installs: remote:https://hivemind-1-52cw.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-srotzin-hivemind - What's Loaded (io.github.stcmain/whats-loaded-mcp@0.2.5) What fills your agent's context window before a session starts: skill descriptions, memory files. installs: npm:whats-loaded-mcp detail: https://mcpindex.ai/server/io-github-stcmain-whats-loaded-mcp - CogniRelay (io.github.stef-k/cognirelay@1.4.14) Self-hosted agent continuity server with bounded, recoverable memory and restart orientation. installs: pypi:cognirelay detail: https://mcpindex.ai/server/io-github-stef-k-cognirelay - Sthayi (io.github.sthayi-ai/sthayi@0.1.2) Local-first AI memory over MCP. No account; you own the store. installs: npm:sthayi detail: https://mcpindex.ai/server/io-github-sthayi-ai-sthayi - io.github.surp-renz/sekichi (io.github.surp-renz/sekichi@0.1.2) Knowledge accumulation for AI coding agents. Records decisions, problems, and insights as context. installs: remote:https://sekichi.fly.dev/mcp detail: https://mcpindex.ai/server/io-github-surp-renz-sekichi - On Board (io.github.swisspra/On_Board@4.0.4) Cross-platform shared memory and ticket coordination for AI agents across MCP clients. installs: pypi:onboard-memory-mcp detail: https://mcpindex.ai/server/io-github-swisspra-on-board - io.github.swisstruthorg/swiss-truth-mcp (io.github.swisstruthorg/swiss-truth-mcp@0.1.4) Verified knowledge base for AI agents — stop hallucinations with certified facts. installs: npm:swiss-truth-mcp detail: https://mcpindex.ai/server/io-github-swisstruthorg-swiss-truth-mcp - io.github.syndicalt/zaxy (io.github.syndicalt/zaxy@3.2.0) Event-sourced, auditable agent memory over MCP: cited checkout, replayable provenance. installs: pypi:zaxy-memory detail: https://mcpindex.ai/server/io-github-syndicalt-zaxy - DataGraph (io.github.team-earth/datagraph@1.7.2) Urban intelligence knowledge graph. Structured locality data for civic problem-solving. installs: npm:datagraph-city-mcp-server | remote:https://api.datagraph.city/mcp detail: https://mcpindex.ai/server/io-github-team-earth-datagraph - Monet (io.github.team-monet/monet@1.2.4) Local-first, state-centric memory for coding agents. MCP server + CLI. installs: npm:@team-monet/monet detail: https://mcpindex.ai/server/io-github-team-monet-monet - io.github.teampolarity/cosmos-mcp (io.github.teampolarity/cosmos-mcp@0.7.1) Personal knowledge graph every MCP client reads from and writes to. Portable across agents. installs: npm:@polarity-lab/cosmos-mcp detail: https://mcpindex.ai/server/io-github-teampolarity-cosmos-mcp - yandexgpt-mcp (io.github.theYahia/yandexgpt-mcp@3.0.1) MCP server for YandexGPT — completions, embeddings, classification, summarization (Russia) installs: npm:@theyahia/yandexgpt-mcp detail: https://mcpindex.ai/server/io-github-theyahia-yandexgpt-mcp - io.github.thelabvenice/memdata (io.github.thelabvenice/memdata@1.4.1) Persistent memory for AI agents. Store context, retrieve it semantically. installs: npm:memdata-mcp detail: https://mcpindex.ai/server/io-github-thelabvenice-memdata - StremAI (io.github.thomasjumper/stremai@1.2.5) StremAI MCP: shared memory for AI coding agents. Connected agents can recall. OAuth + local stdio. installs: npm:aiagentsbay-mcp | remote:https://stremai.com/api/mcp detail: https://mcpindex.ai/server/io-github-thomasjumper-stremai - io.github.threadctx-dev/threadctx-mcp (io.github.threadctx-dev/threadctx-mcp@0.5.0) Shared memory MCP server for AI coding agents — local by default, team-shared via threadctx.dev. installs: npm:threadctx-mcp detail: https://mcpindex.ai/server/io-github-threadctx-dev-threadctx-mcp - io.github.thuupx/memory-mcp-lite (io.github.thuupx/memory-mcp-lite@2.0.0) A lightweight, structured, token-efficient local-first MCP memory server installs: npm:memory-mcp-lite detail: https://mcpindex.ai/server/io-github-thuupx-memory-mcp-lite - NeuroDock Cognitive Graph (io.github.tlennon-ie/neurodock-mcp-cognitive-graph@0.0.6) A local typed-edge graph of people, projects, and decisions that externalises memory. installs: pypi:neurodock-mcp-cognitive-graph detail: https://mcpindex.ai/server/io-github-tlennon-ie-neurodock-mcp-cognitive-graph - io.github.tomohiro-owada/devrag (io.github.tomohiro-owada/devrag@1.2.0) Lightweight local RAG MCP server. 40x token reduction. installs: manual detail: https://mcpindex.ai/server/io-github-tomohiro-owada-devrag - io.github.tstockham96/engram (io.github.tstockham96/engram@0.5.1) Intelligent agent memory with automatic extraction, consolidation, and bi-temporal recall. installs: npm:engram-sdk detail: https://mcpindex.ai/server/io-github-tstockham96-engram - io.github.tunahanaliozturk/partner-center-mcp (io.github.tunahanaliozturk/partner-center-mcp@0.18.0) Unofficial Partner Center REST API knowledge & codegen assistant (scenarios, auth, errors). installs: npm:partner-center-mcp detail: https://mcpindex.ai/server/io-github-tunahanaliozturk-partner-center-mcp - Tycana (io.github.tycana/tycana@1.0.0) Gives your AI assistant persistent memory and intelligence about your work patterns. installs: remote:https://app.tycana.com/mcp detail: https://mcpindex.ai/server/io-github-tycana-tycana - unerr (io.github.unerr-ai/unerr@0.2.1) Operational memory for AI agents: code graph, session memory & guardrails. No context rot. installs: npm:@unerr-ai/unerr detail: https://mcpindex.ai/server/io-github-unerr-ai-unerr - UserGuiding (io.github.userguiding/mcp@1.0.0) Manage users, track events, companies, and knowledge base articles in UserGuiding. installs: remote:https://mcp.userguiding.com/mcp/ detail: https://mcpindex.ai/server/io-github-userguiding-mcp - io.github.uuaid/mcp (io.github.uuaid/mcp@0.1.1) Permanent identity + encrypted, quantum-ready memory that outlives the session, for any AI agent. installs: npm:@uuaid/mcp detail: https://mcpindex.ai/server/io-github-uuaid-mcp - io.github.var-gg/pindoc (io.github.var-gg/pindoc@0.2.0) Code-pinned team memory for AI coding agents — typed artifacts, MCP-native, self-host. installs: docker:ghcr.io/var-gg/pindoc:0.2.0 detail: https://mcpindex.ai/server/io-github-var-gg-pindoc - aictrl (io.github.vasparshin/aictrl@1.0.0-beta.1) Governance layer for AI coding agents: knowledge-graph grounding, session audit, policy controls. installs: remote:https://aictrl.dev/mcp detail: https://mcpindex.ai/server/io-github-vasparshin-aictrl - io.github.veracium-ai/veracium (io.github.veracium-ai/veracium@0.7.0) Provenance-aware memory for AI agents: quarantine, abstention gate, supersession-with-history. installs: pypi:veracium detail: https://mcpindex.ai/server/io-github-veracium-ai-veracium - io.github.verbative/verbative-memory (io.github.verbative/verbative-memory@1.0.1) On-device, self-organizing memory for AI coding agents — recalls the right facts into each prompt. installs: npm:verbative-memory | pypi:verbative-memory detail: https://mcpindex.ai/server/io-github-verbative-verbative-memory - VerifiedState Memory (io.github.verifiedstate/verifiedstate-mcp@1.1.0) Verified memory for AI agents. Signed assertions, billing attestation, session continuity. installs: remote:https://mcp.verifiedstate.ai/mcp detail: https://mcpindex.ai/server/io-github-verifiedstate-verifiedstate-mcp - MCP AutoMem (io.github.verygoodplugins/mcp-automem@0.10.0) Graph-vector memory for AI assistants using FalkorDB and Qdrant installs: npm:@verygoodplugins/mcp-automem | remote:https://{endpoint}/mcp detail: https://mcpindex.ai/server/io-github-verygoodplugins-mcp-automem - Subconscious (io.github.vishaltorc/subconscious-mcp@0.2.0) Local-first semantic memory for MCP agents. Recall, remember, forget, echo, drift, stats over stdio. installs: pypi:subconscious-mcp detail: https://mcpindex.ai/server/io-github-vishaltorc-subconscious-mcp - io.github.wazionapps/nexo (io.github.wazionapps/nexo@1.5.2) Cognitive memory for AI agents. Atkinson-Shiffrin, RAG, knowledge graph. 100+ tools. installs: npm:nexo-brain detail: https://mcpindex.ai/server/io-github-wazionapps-nexo - Hoshin Kanri X-Matrix (io.github.wellknownmcp/hoshin-kanri@3.0.0) Strategic memory agents can build, score and keep current: a living X-Matrix with review cadences. installs: npm:hoshin-kanri-mcp | remote:https://hoshin.app/mcp detail: https://mcpindex.ai/server/io-github-wellknownmcp-hoshin-kanri - MindCore Memory MCP (io.github.woshilaohei/mindcore-memory@0.1.11) AI long-term memory MCP server with importance scoring and confidence calibration installs: pypi:mindcore-memory detail: https://mcpindex.ai/server/io-github-woshilaohei-mindcore-memory - io.github.writerslogic/cogmem (io.github.writerslogic/cogmem@2.7.1) A self-improving, verifiable memory layer for AI coding agents. installs: pypi:cogmem detail: https://mcpindex.ai/server/io-github-writerslogic-cogmem - Freshdesk (io.github.wyre-technology/freshdesk-mcp@1.0.7) MCP server for Freshdesk — tickets, contacts, companies, agents, groups, and knowledge base. installs: docker:ghcr.io/wyre-technology/freshdesk-mcp:v1.0.7 detail: https://mcpindex.ai/server/io-github-wyre-technology-freshdesk-mcp - AI Agent Memory (io.github.xiangzi1126/ai-agent-memory-mcp@0.1.1) Agent-agnostic persistent memory MCP server. Local-first: memories travel with your project. installs: pypi:ai-agent-memory-mcp detail: https://mcpindex.ai/server/io-github-xiangzi1126-ai-agent-memory-mcp - SourceHarbor MCP (io.github.xiaojiou176-open/sourceharbor-mcp@0.1.14) Source-first AI knowledge control tower MCP server for YouTube, Bilibili, RSSHub, and RSS. installs: pypi:sourceharbor detail: https://mcpindex.ai/server/io-github-xiaojiou176-open-sourceharbor-mcp - io.github.xkumakichi/xaip-mcp-server (io.github.xkumakichi/xaip-mcp-server@0.1.1) AI agents get on-chain identity, credentials, reputation, escrow, and persistent memory on XRPL. installs: npm:xaip-mcp-server detail: https://mcpindex.ai/server/io-github-xkumakichi-xaip-mcp-server - io.github.xultrax-web/agent-memory-mcp (io.github.xultrax-web/agent-memory-mcp@0.15.0) Markdown memory for AI agents. Files you can read, edit, grep, and commit. Not a database. installs: npm:@xultrax-web/agent-memory-mcp detail: https://mcpindex.ai/server/io-github-xultrax-web-agent-memory-mcp - io.github.yakuphanycl/instinct (io.github.yakuphanycl/instinct@1.0.0) Self-learning memory for AI coding agents with pattern detection and confidence scoring. installs: pypi:instinct-mcp detail: https://mcpindex.ai/server/io-github-yakuphanycl-instinct - io.github.yamantaka520/agent-memory-os (io.github.yamantaka520/agent-memory-os@1.8.1) Local-first memory engine for AI-agent teams: team/project ACL, recall, and federated sync. installs: pypi:agent-memory-os detail: https://mcpindex.ai/server/io-github-yamantaka520-agent-memory-os - io.github.yantrikos/yantrikdb-mcp (io.github.yantrikos/yantrikdb-mcp@0.14.0) Cognitive memory for AI agents — semantic recall, knowledge graph, and contradiction detection installs: pypi:yantrikdb-mcp detail: https://mcpindex.ai/server/io-github-yantrikos-yantrikdb-mcp - io.github.ynishi/outline-mcp (io.github.ynishi/outline-mcp@0.11.1) Tree-structured knowledge base as an MCP server installs: docker:ghcr.io/ynishi/outline-mcp:0.11.1 detail: https://mcpindex.ai/server/io-github-ynishi-outline-mcp - XMemo (io.github.yonro/xmemo@0.4.215) User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP. installs: remote:https://xmemo.dev/mcp detail: https://mcpindex.ai/server/io-github-yonro-xmemo - TeamMemory (io.github.ysydhc/team-memory@0.1.2) Team experience database - let AI accumulate, retrieve and apply team knowledge across chats. installs: pypi:team_memory detail: https://mcpindex.ai/server/io-github-ysydhc-team-memory - io.github.yuque/yuque-mcp (io.github.yuque/yuque-mcp@0.1.4) MCP server for Yuque — expose your knowledge base to AI assistants. installs: npm:yuque-mcp detail: https://mcpindex.ai/server/io-github-yuque-yuque-mcp - io.github.zcsabbagh/knowledge-graph-mcp (io.github.zcsabbagh/knowledge-graph-mcp@0.1.0) Knowledge graph MCP for student learning with spaced repetition and mastery tracking installs: pypi:knowledge-graph-mcp detail: https://mcpindex.ai/server/io-github-zcsabbagh-knowledge-graph-mcp - Terraform Ingest MCP (io.github.zloeber/terraform-ingest@0.1.27) Ingest and analyze Terraform modules from multiple repositories for AI RAG systems installs: pypi:terraform-ingest detail: https://mcpindex.ai/server/io-github-zloeber-terraform-ingest - Kortexio Memory (io.kortexio/memory@1.0.0) Hosted ambient memory for AI agents. Retrieve context and save notes via MCP tools with OAuth. installs: remote:https://mcp.kortexio.io/{appId}/mcp detail: https://mcpindex.ai/server/io-kortexio-memory - Liminary (io.liminary.api/mcp@1.0.1) Your AI's memory for what you actually know: recall across your documents, notes, and meetings installs: remote:https://api.liminary.io/api/mcp/ detail: https://mcpindex.ai/server/io-liminary-api-mcp - LinkLore (io.linklore/llre@0.2.2) AI-native structured memory for agents (MCP). Built for agents, not humans. installs: pypi:llre detail: https://mcpindex.ai/server/io-linklore-llre - Maindex Smart Memory Service (io.maindex/smart@1.0.0) Simple memory for AI: keep, recall, update, and forget information across sessions. installs: remote:https://maindex.io/mcp detail: https://mcpindex.ai/server/io-maindex-smart - Neonia: The Cloud Backend for AI Agents (io.neonia/cloud-backend@1.0.1) Multiple MCP tools, persistent graph memory, token-saving data pointers, and more. installs: remote:https://mcp.neonia.io/mcp detail: https://mcpindex.ai/server/io-neonia-cloud-backend - simulis — marketing brain (io.simulis/brain@0.1.0) A business's marketing memory: campaigns, results, decisions, brand and audience knowledge. installs: remote:https://simulis.io/mcp detail: https://mcpindex.ai/server/io-simulis-brain - io.tooloracle/memoryoracle (io.tooloracle/memoryoracle@1.0.0) MemoryOracle - 10 agent memory tools: vector store, recall, summarization, redaction. installs: remote:https://tooloracle.io/memory/mcp/ detail: https://mcpindex.ai/server/io-tooloracle-memoryoracle - io.tooloracle/zkevidenceoracle (io.tooloracle/zkevidenceoracle@1.0.0) ZKEvidenceOracle - 14 zero-knowledge proof tools for compliance evidence: Groth16, PLONK. installs: remote:https://tooloracle.io/zk/mcp/ detail: https://mcpindex.ai/server/io-tooloracle-zkevidenceoracle - Unstructured Transform (io.unstructured/transform@0.7.2) Turn documents into structured, AI-ready data by parsing, enriching, chunking, and embedding. installs: remote:https://mcp.transform.unstructured.io detail: https://mcpindex.ai/server/io-unstructured-transform - io.usefulapi/mistral (io.usefulapi/mistral@1.0.1) Manage your Mistral platform — models, files, batch jobs, agents and RAG document libraries. installs: remote:https://mistral.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-mistral - io.wordlift/mcp-server (io.wordlift/mcp-server@1.0.7) Knowledge Graph, GraphQL, GS1 Digital Link and SEO tools for semantic content optimization. installs: remote:https://mcp.wordlift.io/sse detail: https://mcpindex.ai/server/io-wordlift-mcp-server - Alpha (Mossland) (land.moss/alpha-mcp@1.0.0) Korean crypto × AI media MCP — channel stance, daily briefs, RAG, canonical store, AI personas. installs: remote:https://alpha.moss.land/api/mcp detail: https://mcpindex.ai/server/land-moss-alpha-mcp - Memoire partagee (live.alpic.memoire-partagee-ffe6c8c2/Memoire-partagee@0.0.1) Shared memory MCP server for product classification in wealth management. installs: remote:https://memoire-partagee-ffe6c8c2.alpic.live detail: https://mcpindex.ai/server/live-alpic-memoire-partagee-ffe6c8c2-memoire-partagee - DIS — Singular Intelligence Domain (live.sidai/dis@1.0.1) Compile full-stack apps from one architecture spec, with a shared Memory Fabric. installs: remote:https://api.sidislab.com/mcp detail: https://mcpindex.ai/server/live-sidai-dis - lk.ghosts/wyrm (lk.ghosts/wyrm@8.5.4) Persistent local-first memory for AI agents: ground truths, failure firewall, recall over MCP. installs: npm:wyrm-mcp detail: https://mcpindex.ai/server/lk-ghosts-wyrm - me.ai-know/memory (me.ai-know/memory@0.4.0) Chinese-first brain-inspired memory MCP — hybrid recall, 7-layer user profile, workspace assembly. installs: remote:https://ai-know.me/mcp detail: https://mcpindex.ai/server/me-ai-know-memory - me.pi22by7/in-memoria (me.pi22by7/in-memoria@0.5.8) Persistent codebase intelligence that gives AI assistants memory across sessions installs: npm:in-memoria detail: https://mcpindex.ai/server/me-pi22by7-in-memoria - RAFSOFT.NET Faktura VAT 2026 (net.rafsoft/faktura-vat@1.1.0) Knowledge base, pricing, FAQ and KSeF 2.0 info for Faktura VAT 2026 (Polish invoicing software). installs: remote:https://www.rafsoft.net/api/mcp/ detail: https://mcpindex.ai/server/net-rafsoft-faktura-vat - kcp-agent — KCP navigation planner (no.cantara/kcp-agent@0.12.0) Deterministic, fail-closed planner for KCP knowledge manifests: kcp_plan, kcp_load, kcp_validate. installs: npm:kcp-agent detail: https://mcpindex.ai/server/no-cantara-kcp-agent - Cantara wiki — community knowledge web (no.cantara/wiki@1.0.0) Norwegian open-source community wiki (2,290 articles, 2008-2022) as a signed KCP knowledge web. installs: remote:https://mcp.cantara.no/mcp detail: https://mcpindex.ai/server/no-cantara-wiki - org.brainkb/brainkb (org.brainkb/brainkb@0.1.0) MCP server for querying BrainKB, a knowledge base for neuroscience knowledge graphs. installs: remote:https://mcp.brainkb.org/mcp detail: https://mcpindex.ai/server/org-brainkb-brainkb - Arbitrage Signals (org.memoryapi/arb@1.0.0) Cross-exchange arbitrage opportunities and funding rate signals installs: remote:https://arb.memoryapi.org/mcp detail: https://mcpindex.ai/server/org-memoryapi-arb - Biomedical Data (org.memoryapi/bio@1.0.0) Biomedical data: compounds, drug info, and molecular targets installs: remote:https://bio.memoryapi.org/mcp detail: https://mcpindex.ai/server/org-memoryapi-bio - Federal Contracts & Grants (org.memoryapi/contracts@1.0.0) US federal contracts, grants, and spending awards installs: remote:https://contracts.memoryapi.org/mcp detail: https://mcpindex.ai/server/org-memoryapi-contracts - US Macroeconomic Data (org.memoryapi/econ@1.0.0) US macroeconomic data: inflation, jobs, GDP, energy, and Treasury yields installs: remote:https://econ.memoryapi.org/mcp detail: https://mcpindex.ai/server/org-memoryapi-econ - SEC Filings & Earnings (org.memoryapi/filing@1.0.0) SEC filings, insider trades, and earnings data installs: remote:https://filing.memoryapi.org/mcp detail: https://mcpindex.ai/server/org-memoryapi-filing - Live Flight Data (org.memoryapi/flight@1.0.0) Live flight departures and airport information installs: remote:https://flight.memoryapi.org/mcp detail: https://mcpindex.ai/server/org-memoryapi-flight - Global Economic Data (org.memoryapi/global@1.0.0) Global economic data from World Bank and OECD installs: remote:https://global.memoryapi.org/mcp detail: https://mcpindex.ai/server/org-memoryapi-global - Health Data (org.memoryapi/health@1.0.0) Health data: NIH grants, WHO statistics, and genetic variants installs: remote:https://health.memoryapi.org/mcp detail: https://mcpindex.ai/server/org-memoryapi-health - Ecosystem Monitor (org.memoryapi/monitor@1.0.0) Ecosystem monitoring: service status and x402 activity metrics installs: remote:https://monitor.memoryapi.org/mcp detail: https://mcpindex.ai/server/org-memoryapi-monitor - Prediction Markets (org.memoryapi/predict@1.0.0) Prediction market data and crowd-sourced probability forecasts installs: remote:https://predict.memoryapi.org/mcp detail: https://mcpindex.ai/server/org-memoryapi-predict - US Real Estate Data (org.memoryapi/property@1.0.0) US real estate data: home prices, rents, and market trends installs: remote:https://property.memoryapi.org/mcp detail: https://mcpindex.ai/server/org-memoryapi-property - Agent Reputation Registry (org.memoryapi/rep@1.0.0) Agent reputation registry: check, register, and endorse AI agents installs: remote:https://rep.memoryapi.org/mcp detail: https://mcpindex.ai/server/org-memoryapi-rep - Runlog (org.runlog/runlog@0.1.0) Verified registry of third-party-system knowledge — the external-dependency layer for agent memory. installs: remote:https://api.runlog.org/mcp detail: https://mcpindex.ai/server/org-runlog-runlog - javaBin archive — Norwegian Java community origins (org.totto/javabin-archieve@1.0.0) Forensic archive of javaBin & JavaZone origins (1998-2007) as a signed KCP knowledge web. installs: remote:https://mcp-javabin-archieve.fly.dev/mcp detail: https://mcpindex.ai/server/org-totto-javabin-archieve - Thor Henning Hetland — signed knowledge web (org.totto/knowledge@1.0.0) Thor Henning Hetland's signed knowledge web: plan, load and verify ed25519-signed KCP units. installs: remote:https://mcp.totto.org/mcp detail: https://mcpindex.ai/server/org-totto-knowledge - Pharaoh (so.pharaoh/pharaoh@1.0.166) Codebase knowledge graph — architectural awareness for AI coding agents via MCP installs: npm:@pharaoh-so/mcp | remote:https://mcp.pharaoh.so/sse detail: https://mcpindex.ai/server/so-pharaoh-pharaoh - uk.co.simplyestate/estate-planning (uk.co.simplyestate/estate-planning@1.0.0) UK estate-planning calculators + knowledge (IHT, intestacy, trusts, wills). Read-only. installs: remote:https://simplyestate.co.uk/api/ai/mcp detail: https://mcpindex.ai/server/uk-co-simplyestate-estate-planning - SAKH — Ayatollah Khamenei Research Corpus (uk.sadiqoon/sakh@1.0.1) Ayatollah Khamenei corpus: fatwas, lectures, knowledge graph. Arabic/Persian. Research access. installs: remote:https://mcp.khamenei-online.org/mcp/sakh detail: https://mcpindex.ai/server/uk-sadiqoon-sakh - wine.beyond/beyond-wine (wine.beyond/beyond-wine@1.0.0) Claims-based knowledge base for no/low ABV specialty beverages (producers, beverages, people). installs: remote:https://beyond.wine/mcp detail: https://mcpindex.ai/server/wine-beyond-beyond-wine - Memory (reference) (io.github.modelcontextprotocol/server-memory@2026.7.4) Reference MCP server providing persistent memory for a model through a local knowledge-graph store, maintained by the Model Context Protocol project. installs: npm:@modelcontextprotocol/server-memory provenance: NOT listed in the official MCP registry; indexed by mcpindex detail: https://mcpindex.ai/server/io-github-modelcontextprotocol-server-memory ## Monitoring & Logs (232) - Labby (ai.dinglebear/labby@1.8.9) Rust MCP gateway with Code Mode, authentication, setup, logs, CLI, HTTP API, and operator web UI. installs: npm:@dinglebear/labby detail: https://mcpindex.ai/server/ai-dinglebear-labby - ai.gatetest.www/gatetest (ai.gatetest.www/gatetest@1.56.4) 120-module QA gate. Give Claude eyes (screenshots), ears (Sentry errors), and hands (verify fixes). installs: manual detail: https://mcpindex.ai/server/ai-gatetest-www-gatetest - hiveWiki (ai.hivewiki/hivewiki@1.0.0) Shared project wiki for AI agents: read and write pages, next actions, and activity logs over MCP. installs: remote:https://mcp.hivewiki.ai/mcp detail: https://mcpindex.ai/server/ai-hivewiki-hivewiki - ai.marchward/mcp-server (ai.marchward/mcp-server@0.2.4) Runtime authority for AI agents: credential mediation, spend cap, approval gates, audit log. installs: npm:@marchward/mcp-server detail: https://mcpindex.ai/server/ai-marchward-mcp-server - Synap Memory (ai.maximem/synap@0.1.0) Persistent memory for AI agents — log and recall conversation context over MCP. installs: remote:https://synap-mcp.maximem.ai/mcp detail: https://mcpindex.ai/server/ai-maximem-synap - Food Logger MCP (ai.sig.foodlog/food-logger@1.1.0) Food logging, nutrition summaries, and meal photo calorie and macro estimates. installs: remote:https://foodlog.sig.ai/api/mcp detail: https://mcpindex.ai/server/ai-sig-foodlog-food-logger - Verlon AI MCP (ai.verlon/mcp@0.4.0) Inspect and manage Verlon AI gates, logs, recommendations, and experiments from any MCP client. installs: npm:@verlon-ai/mcp detail: https://mcpindex.ai/server/ai-verlon-mcp - EdgeLock Trading Journal (app.edgelock/journal@0.5.7) Query your trades, stats, and journal in EdgeLock and log new entries by chat. OAuth; free account. installs: remote:https://mcp.edgelock.app detail: https://mcpindex.ai/server/app-edgelock-journal - Ledgy (app.ledgy/ledgy@1.0.0) Log, query, and edit expenses, budgets, and accounts in Ledgy from any MCP-compatible AI assistant. installs: remote:https://api.ledgy.app/mcp detail: https://mcpindex.ai/server/app-ledgy-ledgy - ThornGuard (app.qwady.thorns/thornguard@0.1.0) Remote MCP security gateway for auth, redaction, policy enforcement, and audit logging. installs: manual detail: https://mcpindex.ai/server/app-qwady-thorns-thornguard - Leaf (app.readwithleaf/leaf@1.0.0) AI assistant integration for Leaf — track books, log reading sessions, and manage your library. installs: remote:https://mcp.readwithleaf.app/mcp detail: https://mcpindex.ai/server/app-readwithleaf-leaf - Calories Club: AI Food Tracker (app.recordo.api/calories-club@1.0.1) AI-powered calorie tracking with photo recognition, barcode scanning, and voice logging installs: remote:https://api.recordo.com/api/mcp/calories/mcp detail: https://mcpindex.ai/server/app-recordo-api-calories-club - Auth0 MCP Server (com.auth0/mcp@0.1.0-beta.10) Auth0 MCP Server: Manage Auth0 applications, APIs, actions, logs, and forms using natural language installs: npm:@auth0/auth0-mcp-server detail: https://mcpindex.ai/server/com-auth0-mcp - com.budgeyapp/budgey (com.budgeyapp/budgey@1.0.0) See what's left this period, log spending, and manage your Budgey budget. installs: remote:https://www.budgeyapp.com/mcp detail: https://mcpindex.ai/server/com-budgeyapp-budgey - CircleCI (com.circleci/mcp@1.0.0) CircleCI's MCP server: inspect projects, runs, workflows, jobs, logs, tests, and artifacts. installs: remote:https://mcp.circleci.com/v1/mcp detail: https://mcpindex.ai/server/com-circleci-mcp - com.clauxel.a2adependencyinspector/a2adependencyinspector-mcp (com.clauxel.a2adependencyinspector/a2adependencyinspector-mcp@1.0.0) Remote MCP for A2A dependency inspector MCP, structured receipts, audit logs, and reviewer-ready evi installs: remote:https://a2adependencyinspector.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-a2adependencyinspector-a2adependencyinspector-mcp - com.clauxel.a2areplayreceipt/a2areplayreceipt-mcp (com.clauxel.a2areplayreceipt/a2areplayreceipt-mcp@1.0.0) Remote MCP for A2A failure replay MCP, structured receipts, audit logs, and reviewer-ready evidence. installs: remote:https://a2areplayreceipt.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-a2areplayreceipt-a2areplayreceipt-mcp - com.clauxel.agentichtmlexportqa/agentichtmlexportqa-mcp (com.clauxel.agentichtmlexportqa/agentichtmlexportqa-mcp@1.0.0) Paid remote MCP for agentic HTML export QA MCP, structured receipts, audit logs, and reviewer-ready installs: remote:https://agentichtmlexportqa.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-agentichtmlexportqa-agentichtmlexportqa-mcp - com.clauxel.agentmemorymcp/agentmemorymcp-mcp (com.clauxel.agentmemorymcp/agentmemorymcp-mcp@1.0.0) A paid remote MCP for agent memory MCP, built to return verdicts, receipts, usage logs, and audit-re installs: remote:https://agentmemorymcp.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-agentmemorymcp-agentmemorymcp-mcp - com.clauxel.agentskillupdategate/agentskillupdategate-mcp (com.clauxel.agentskillupdategate/agentskillupdategate-mcp@1.0.0) Paid remote MCP for Claude Code skill update gate MCP, structured receipts, audit logs, and reviewer installs: remote:https://agentskillupdategate.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-agentskillupdategate-agentskillupdategate-mcp - com.clauxel.aistudioandroidreleasegate/aistudioandroidreleasegate-mcp (com.clauxel.aistudioandroidreleasegate/aistudioandroidreleasegate-mcp@1.0.0) Remote MCP for AI Studio Android release gate MCP, structured receipts, audit logs, and reviewer-rea installs: remote:https://aistudioandroidreleasegate.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-aistudioandroidreleasegate-aistudioandroidreleasegate-mcp - com.clauxel.aistudioworkspaceapproval/aistudioworkspaceapproval-mcp (com.clauxel.aistudioworkspaceapproval/aistudioworkspaceapproval-mcp@1.0.0) Paid remote MCP for AI Studio Workspace approval gate MCP, structured receipts, audit logs, and revi installs: remote:https://aistudioworkspaceapproval.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-aistudioworkspaceapproval-aistudioworkspaceapproval-mcp - com.clauxel.androidcliagentgate/androidcliagentgate-mcp (com.clauxel.androidcliagentgate/androidcliagentgate-mcp@1.0.0) Remote MCP for Android CLI agent build gate, structured receipts, audit logs, and reviewer-ready evi installs: remote:https://androidcliagentgate.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-androidcliagentgate-androidcliagentgate-mcp - com.clauxel.antigravityextensiongate/antigravityextensiongate-mcp (com.clauxel.antigravityextensiongate/antigravityextensiongate-mcp@1.0.0) Paid remote MCP for Antigravity extension compatibility MCP, structured receipts, audit logs, and re installs: remote:https://antigravityextensiongate.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-antigravityextensiongate-antigravityextensiongate-mcp - com.clauxel.antigravityrunledger/antigravityrunledger-mcp (com.clauxel.antigravityrunledger/antigravityrunledger-mcp@1.0.0) Remote MCP for Antigravity agent run receipt MCP, structured receipts, audit logs, and reviewer-read installs: remote:https://antigravityrunledger.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-antigravityrunledger-antigravityrunledger-mcp - com.clauxel.bumblebeereceipt/bumblebeereceipt-mcp (com.clauxel.bumblebeereceipt/bumblebeereceipt-mcp@1.0.0) A paid remote MCP for developer endpoint scanner MCP, built to return verdicts, receipts, usage logs installs: remote:https://bumblebeereceipt.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-bumblebeereceipt-bumblebeereceipt-mcp - com.clauxel.c2padisclosure/c2padisclosure-mcp (com.clauxel.c2padisclosure/c2padisclosure-mcp@1.0.0) Remote MCP for C2PA disclosure policy MCP, structured receipts, audit logs, and reviewer-ready evide installs: remote:https://c2padisclosure.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-c2padisclosure-c2padisclosure-mcp - com.clauxel.c2paintake/c2paintake-mcp (com.clauxel.c2paintake/c2paintake-mcp@1.0.0) Remote MCP for C2PA intake verifier MCP, structured receipts, audit logs, and reviewer-ready evidenc installs: remote:https://c2paintake.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-c2paintake-c2paintake-mcp - com.clauxel.clawmanagerfleet/clawmanagerfleet-mcp (com.clauxel.clawmanagerfleet/clawmanagerfleet-mcp@1.0.0) A paid remote MCP for ClawManager, built to return verdicts, receipts, usage logs, and audit-ready J installs: remote:https://clawmanagerfleet.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-clawmanagerfleet-clawmanagerfleet-mcp - com.clauxel.clianythingharness/clianythingharness-mcp (com.clauxel.clianythingharness/clianythingharness-mcp@1.0.0) A paid remote MCP for CLI tool MCP, built to return verdicts, receipts, usage logs, and audit-ready installs: remote:https://clianythingharness.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-clianythingharness-clianythingharness-mcp - com.clauxel.codegraphcontext/codegraphcontext-mcp (com.clauxel.codegraphcontext/codegraphcontext-mcp@1.0.0) A paid remote MCP for code graph MCP for AI coding, built to return verdicts, receipts, usage logs, installs: remote:https://codegraphcontext.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-codegraphcontext-codegraphcontext-mcp - com.clauxel.codegworkspace/codegworkspace-mcp (com.clauxel.codegworkspace/codegworkspace-mcp@1.0.0) A paid remote MCP for CodeG, built to return verdicts, receipts, usage logs, and audit-ready JSON. installs: remote:https://codegworkspace.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-codegworkspace-codegworkspace-mcp - com.clauxel.copilotcliswitchgate/copilotcliswitchgate-mcp (com.clauxel.copilotcliswitchgate/copilotcliswitchgate-mcp@1.0.0) Remote MCP for Copilot CLI switch gate MCP, structured receipts, audit logs, and reviewer-ready evid installs: remote:https://copilotcliswitchgate.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-copilotcliswitchgate-copilotcliswitchgate-mcp - com.clauxel.coralquery/coralquery-mcp (com.clauxel.coralquery/coralquery-mcp@1.0.0) A paid remote MCP for AI SDK data query MCP, built to return verdicts, receipts, usage logs, and aud installs: remote:https://coralquery.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-coralquery-coralquery-mcp - com.clauxel.decapodkernel/decapodkernel-mcp (com.clauxel.decapodkernel/decapodkernel-mcp@1.0.0) A paid remote MCP for Decapod, built to return verdicts, receipts, usage logs, and audit-ready JSON. installs: remote:https://decapodkernel.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-decapodkernel-decapodkernel-mcp - com.clauxel.equiblesagent/equiblesagent-mcp (com.clauxel.equiblesagent/equiblesagent-mcp@1.0.0) A paid remote MCP for Equibles, built to return verdicts, receipts, usage logs, and audit-ready JSON installs: remote:https://equiblesagent.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-equiblesagent-equiblesagent-mcp - com.clauxel.evalscopebench/evalscopebench-mcp (com.clauxel.evalscopebench/evalscopebench-mcp@1.0.0) A paid remote MCP for AI SDK benchmark dashboard, built to return verdicts, receipts, usage logs, an installs: remote:https://evalscopebench.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-evalscopebench-evalscopebench-mcp - com.clauxel.fastmcpruntime/fastmcpruntime-mcp (com.clauxel.fastmcpruntime/fastmcpruntime-mcp@1.0.0) A paid remote MCP for hosted MCP server, built to return verdicts, receipts, usage logs, and audit-r installs: remote:https://fastmcpruntime.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-fastmcpruntime-fastmcpruntime-mcp - com.clauxel.futureagievals/futureagievals-mcp (com.clauxel.futureagievals/futureagievals-mcp@1.0.0) A paid remote MCP for AI SDK eval dashboard, built to return verdicts, receipts, usage logs, and aud installs: remote:https://futureagievals.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-futureagievals-futureagievals-mcp - com.clauxel.hyperframesrender/hyperframesrender-mcp (com.clauxel.hyperframesrender/hyperframesrender-mcp@1.0.0) A paid remote MCP for HyperFrames, built to return verdicts, receipts, usage logs, and audit-ready J installs: remote:https://hyperframesrender.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-hyperframesrender-hyperframesrender-mcp - com.clauxel.lixversion/lixversion-mcp (com.clauxel.lixversion/lixversion-mcp@1.0.0) A paid remote MCP for Lix, built to return verdicts, receipts, usage logs, and audit-ready JSON. installs: remote:https://lixversion.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-lixversion-lixversion-mcp - com.clauxel.mcpdeprecation/mcpdeprecation-mcp (com.clauxel.mcpdeprecation/mcpdeprecation-mcp@1.0.0) Remote MCP for MCP tool deprecation receipt, structured receipts, audit logs, and reviewer-ready evi installs: remote:https://mcpdeprecation.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-mcpdeprecation-mcpdeprecation-mcp - com.clauxel.mcpgatewaydesk/mcpgatewaydesk-mcp (com.clauxel.mcpgatewaydesk/mcpgatewaydesk-mcp@1.0.0) A paid remote MCP for AI SDK MCP gateway registry, built to return verdicts, receipts, usage logs, a installs: remote:https://mcpgatewaydesk.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-mcpgatewaydesk-mcpgatewaydesk-mcp - com.clauxel.mcpscopeconsent/mcpscopeconsent-mcp (com.clauxel.mcpscopeconsent/mcpscopeconsent-mcp@1.0.0) Remote MCP for MCP consent scope receipt, structured receipts, audit logs, and reviewer-ready eviden installs: remote:https://mcpscopeconsent.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-mcpscopeconsent-mcpscopeconsent-mcp - com.clauxel.opendesignguard/opendesignguard-mcp (com.clauxel.opendesignguard/opendesignguard-mcp@1.0.0) Paid remote MCP for agent design system guard MCP, structured receipts, audit logs, and reviewer-rea installs: remote:https://opendesignguard.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-opendesignguard-opendesignguard-mcp - com.clauxel.pptmasterdeck/pptmasterdeck-mcp (com.clauxel.pptmasterdeck/pptmasterdeck-mcp@1.0.0) A paid remote MCP for ppt-master, built to return verdicts, receipts, usage logs, and audit-ready JS installs: remote:https://pptmasterdeck.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-pptmasterdeck-pptmasterdeck-mcp - com.clauxel.pydanticcontract/pydanticcontract-mcp (com.clauxel.pydanticcontract/pydanticcontract-mcp@1.0.0) A paid remote MCP for Pydantic AI structured output, built to return verdicts, receipts, usage logs, installs: remote:https://pydanticcontract.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-pydanticcontract-pydanticcontract-mcp - com.clauxel.schemadriftgate/schemadriftgate-mcp (com.clauxel.schemadriftgate/schemadriftgate-mcp@1.0.0) Paid remote MCP for schema drift checks, approvals, receipts, and release audit logs. installs: remote:https://schemadriftgate.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-schemadriftgate-schemadriftgate-mcp - com.clauxel.shipswiftcomponents/shipswiftcomponents-mcp (com.clauxel.shipswiftcomponents/shipswiftcomponents-mcp@1.0.0) A paid remote MCP for ShipSwift, built to return verdicts, receipts, usage logs, and audit-ready JSO installs: remote:https://shipswiftcomponents.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-shipswiftcomponents-shipswiftcomponents-mcp - com.clauxel.skybridgepackager/skybridgepackager-mcp (com.clauxel.skybridgepackager/skybridgepackager-mcp@1.0.0) A paid remote MCP for Skybridge, built to return verdicts, receipts, usage logs, and audit-ready JSO installs: remote:https://skybridgepackager.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-skybridgepackager-skybridgepackager-mcp - com.clauxel.speckitacceptance/speckitacceptance-mcp (com.clauxel.speckitacceptance/speckitacceptance-mcp@1.0.0) Paid remote MCP for spec driven development acceptance gate MCP, structured receipts, audit logs, an installs: remote:https://speckitacceptance.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-speckitacceptance-speckitacceptance-mcp - com.clauxel.sregymgate/sregymgate-mcp (com.clauxel.sregymgate/sregymgate-mcp@1.0.0) A paid remote MCP for SREGym, built to return verdicts, receipts, usage logs, and audit-ready JSON. installs: remote:https://sregymgate.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-sregymgate-sregymgate-mcp - com.clauxel.statewrightgate/statewrightgate-mcp (com.clauxel.statewrightgate/statewrightgate-mcp@1.0.0) A paid remote MCP for Statewright, built to return verdicts, receipts, usage logs, and audit-ready J installs: remote:https://statewrightgate.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-statewrightgate-statewrightgate-mcp - com.clauxel.unitymcptest/unitymcptest-mcp (com.clauxel.unitymcptest/unitymcptest-mcp@1.0.0) A paid remote MCP for Unity-MCP, built to return verdicts, receipts, usage logs, and audit-ready JSO installs: remote:https://unitymcptest.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-unitymcptest-unitymcptest-mcp - com.clauxel.universalcartmerchantgate/universalcartmerchantgate-mcp (com.clauxel.universalcartmerchantgate/universalcartmerchantgate-mcp@1.0.0) Remote MCP for Universal Cart merchant readiness MCP, structured receipts, audit logs, and reviewer- installs: remote:https://universalcartmerchantgate.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-universalcartmerchantgate-universalcartmerchantgate-mcp - com.clauxel.veocreditwaste/veocreditwaste-mcp (com.clauxel.veocreditwaste/veocreditwaste-mcp@1.0.0) Paid remote MCP for Veo 4 credit waste gate MCP, structured receipts, audit logs, and reviewer-ready installs: remote:https://veocreditwaste.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-veocreditwaste-veocreditwaste-mcp - com.clauxel.webmcpactionreceipt/webmcpactionreceipt-mcp (com.clauxel.webmcpactionreceipt/webmcpactionreceipt-mcp@1.0.0) Paid remote MCP for WebMCP action receipt MCP, structured receipts, audit logs, and reviewer-ready e installs: remote:https://webmcpactionreceipt.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-webmcpactionreceipt-webmcpactionreceipt-mcp - com.clauxel.zeroidagent/zeroidagent-mcp (com.clauxel.zeroidagent/zeroidagent-mcp@1.0.0) A paid remote MCP for ZeroID, built to return verdicts, receipts, usage logs, and audit-ready JSON. installs: remote:https://zeroidagent.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-zeroidagent-zeroidagent-mcp - com.clauxel.zerolangcompiler/zerolangcompiler-mcp (com.clauxel.zerolangcompiler/zerolangcompiler-mcp@1.0.0) A paid remote MCP for ZeroLang, built to return verdicts, receipts, usage logs, and audit-ready JSON installs: remote:https://zerolangcompiler.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-zerolangcompiler-zerolangcompiler-mcp - ExecBro (com.execbro/execbro@2.8.3) Gives AI agents eyes and hands into running React Native apps: logs, REPL, tap, screenshots installs: npm:execbro detail: https://mcpindex.ai/server/com-execbro-execbro - InstaPods (com.instapods/instapods@1.1.0) Deploy and manage web apps on InstaPods: create pods, push files, run commands, read logs. installs: remote:https://app.instapods.com/api/mcp detail: https://mcpindex.ai/server/com-instapods-instapods - Krosos (com.krosos/krosos@1.0.0) Your accounting ledger as typed tools: net worth, holdings, history, tax estimates, trade logging. installs: remote:https://app.krosos.com/api/mcp detail: https://mcpindex.ai/server/com-krosos-krosos - com.mcparmory/datadog (com.mcparmory/datadog@1.0.3) Monitor infrastructure, manage agents and deployments, track metrics, logs, and events installs: pypi:mcparmory-datadog | docker:ghcr.io/mcparmory/datadog:1.0.3 detail: https://mcpindex.ai/server/com-mcparmory-datadog - com.mcparmory/grafana (com.mcparmory/grafana@1.0.3) Manage dashboards, users, teams, alerts, data sources, and access control installs: pypi:mcparmory-grafana | docker:ghcr.io/mcparmory/grafana:1.0.3 detail: https://mcpindex.ai/server/com-mcparmory-grafana - com.mcparmory/sentry (com.mcparmory/sentry@1.0.2) Track errors, manage performance alerts, and configure dashboards and monitors installs: pypi:mcparmory-sentry | docker:ghcr.io/mcparmory/sentry:1.0.2 detail: https://mcpindex.ai/server/com-mcparmory-sentry - com.md-log/md-log-mcp (com.md-log/md-log-mcp@1.1.4) md-log MCP: save/update/fetch markdown by path (stdio + remote HTTP, PAT auth). installs: npm:md-log-mcp detail: https://mcpindex.ai/server/com-md-log-md-log-mcp - Holster MCP (com.nautaai/holster-mcp@0.1.1) Local-first secret scanning, rotation, vault, and audit-log tools for AI agents. installs: pypi:holster-mcp detail: https://mcpindex.ai/server/com-nautaai-holster-mcp - New Relic MCP Server (com.newrelic/mcp-server@0.1.0) Access New Relic observability data through MCP - query metrics, logs, traces, entities, and more installs: remote:https://mcp.newrelic.com/mcp detail: https://mcpindex.ai/server/com-newrelic-mcp-server - NourishVedha: Clinical Nutrition & Dietitian AI (com.nourishvedha/mcp@1.0.0) Practitioner-led nutrition specialist. Access patient care profiles, dietitian notes & logs. installs: remote:https://nourishvedha.com/mcp detail: https://mcpindex.ai/server/com-nourishvedha-mcp - nyxory (com.nyxory/nyxory@0.12.4) Agent-to-agent cloud service: deploys and runs your apps and services — domains, logs, real status. installs: npm:@nyxory/mcp | remote:https://api.nyxory.com/mcp detail: https://mcpindex.ai/server/com-nyxory-nyxory - AGTS MCP Server (com.obligationsign.mcp/agts-mcp@1.0.2) Sovereign MCP Gateway — 64 governed tools with Merkle transparency log. EU AI Act ready. installs: remote:https://mcp.obligationsign.com/mcp detail: https://mcpindex.ai/server/com-obligationsign-mcp-agts-mcp - OntoRamp Decision Intelligence (com.ontoramp/decision-intelligence@1.0.1) Log, evaluate, and ground AI decisions against authority context. Returns PASS, WARN, or BLOCK. installs: remote:https://ontoramp-decision-intelligence.fly.dev/mcp detail: https://mcpindex.ai/server/com-ontoramp-decision-intelligence - com.pulsemcp/vercel (com.pulsemcp/vercel@0.1.3) MCP server for Vercel — manage deployments and view build and runtime application logs. installs: npm:vercel-platform-mcp-server detail: https://mcpindex.ai/server/com-pulsemcp-vercel - smplkit MCP Server (com.smplkit/mcp@0.10.6) Operate smplkit from your agent: feature flags, config, logging, audit, and scheduled jobs. installs: remote:https://mcp.smplkit.com/api/mcp detail: https://mcpindex.ai/server/com-smplkit-mcp - Tallymeter (com.tallymeter/tallymeter@1.0.0) Time tracking and invoicing for AI agents and their humans: track, log and bill work by agent. installs: remote:https://tallymeter.com/mcp detail: https://mcpindex.ai/server/com-tallymeter-tallymeter - TrustNotch (com.trustnotch/trustnotch-mcp@0.1.1) Tamper-evident audit logs for AI agents: submit, fetch, and verify cryptographic proof bundles. installs: pypi:trustnotch-mcp detail: https://mcpindex.ai/server/com-trustnotch-trustnotch-mcp - Touchstone (cv.touchstone/touchstone@1.1.0) Bitcoin-anchored, tamper-evident audit log for AI agents — record, disclose and verify actions. installs: npm:@touchstone-cv/mcp | remote:https://touchstone.cv/mcp detail: https://mcpindex.ai/server/cv-touchstone-touchstone - EchoRelay (dev.echorelay/management@0.11.0) Manage EchoRelay relay projects from any MCP client: lines, endpoints, keys, billing, logs, DLQ. installs: remote:https://mcp.echorelay.dev detail: https://mcpindex.ai/server/dev-echorelay-management - Fixter (dev.fixter/fixter@1.0.0) Monitoring for small teams. Logs, traces, metrics, live issue tracking, API/MCP uptime. installs: remote:https://mcp.fixter.dev/mcp detail: https://mcpindex.ai/server/dev-fixter-fixter - Observability AIops (io.github.AIops-tools/observability-aiops@0.9.0) Governed Prometheus + Grafana ops: PromQL, alerts, dashboards, RCA; 39 tools. installs: pypi:observability-aiops detail: https://mcpindex.ai/server/io-github-aiops-tools-observability-aiops - Aegis — AI Agent Governance (io.github.Acacian/aegis@0.1.7) Policy-based governance for AI agent tool calls. YAML policy, approval gates, audit logging. installs: pypi:agent-aegis detail: https://mcpindex.ai/server/io-github-acacian-aegis - Agent360 Browser MCP (io.github.Agent360dk/browser-mcp@1.25.0) Give AI agents control of your real, logged-in Chrome. Chrome extension + MCP server, 34 tools. installs: npm:@agent360/browser-mcp detail: https://mcpindex.ai/server/io-github-agent360dk-browser-mcp - Clevername (io.github.AlexFloyd13/clevername-mcp@1.1.2) AI agent governance — security scanning, BYOK routing, audit logging, and Council approvals. installs: npm:@clevername/clevername-mcp detail: https://mcpindex.ai/server/io-github-alexfloyd13-clevername-mcp - MikroMCP (io.github.AliKarami/mikromcp@1.8.0) MCP server for MikroTik RouterOS: typed tools, dry-run, RBAC, audit logs, and rollback. installs: npm:mikromcp detail: https://mcpindex.ai/server/io-github-alikarami-mikromcp - io.github.CSOAI-ORG/agent-audit-logger-mcp (io.github.CSOAI-ORG/agent-audit-logger-mcp@1.1.10) Hash-chained HMAC-signed audit log MCP for A2A (agent-to-agent) calls. Every tool-call, agent-ha... installs: pypi:agent-audit-logger-mcp | remote:https://api.meok.ai/v1/a2a/audit-logger detail: https://mcpindex.ai/server/io-github-csoai-org-agent-audit-logger-mcp - io.github.CSOAI-ORG/webhook-ai-mcp (io.github.CSOAI-ORG/webhook-ai-mcp@1.0.9) Webhook Ai tools for AI agents. Capabilities: validate webhook signature, log webhook event, replay installs: pypi:webhook-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-webhook-ai-mcp - io.github.Dave-London/git (io.github.Dave-London/git@0.8.0) Structured git operations (status, log, diff, branch, show) as typed JSON. installs: npm:@paretools/git detail: https://mcpindex.ai/server/io-github-dave-london-git - io.github.Dave-London/pare-git (io.github.Dave-London/pare-git@0.8.1) Pare Git — Structured git operations (status, log, diff, branch, commit, push) as typed JSON. installs: npm:@paretools/git detail: https://mcpindex.ai/server/io-github-dave-london-pare-git - io.github.ElliotPadfield/hatchet-mcp (io.github.ElliotPadfield/hatchet-mcp@0.1.1) Observe and operate Hatchet workflows from an AI agent — runs, logs, trigger, cancel, replay. installs: npm:hatchet-mcp detail: https://mcpindex.ai/server/io-github-elliotpadfield-hatchet-mcp - Pagerunner — The Browser Layer That Learns (io.github.Enreign/pagerunner@0.8.0) Real Chrome profiles with site intelligence — already logged in, PII anonymization, sessions persist installs: npm:pagerunner detail: https://mcpindex.ai/server/io-github-enreign-pagerunner - Server Ops MCP (io.github.GT-dinuo/server-ops-mcp@1.0.3) Server ops MCP: logs, monitoring, code edit, Nginx & certs. Local + SSH, confirmations & redaction. installs: npm:server-ops-mcp detail: https://mcpindex.ai/server/io-github-gt-dinuo-server-ops-mcp - io.github.GeiserX/duplicacy-mcp (io.github.GeiserX/duplicacy-mcp@0.0.2) MCP server for Duplicacy — monitor backup status and Prometheus metrics installs: npm:duplicacy-mcp | docker:drumsergio/duplicacy-mcp:v0.0.2 detail: https://mcpindex.ai/server/io-github-geiserx-duplicacy-mcp - io.github.GreptimeTeam/greptimedb-mcp-server (io.github.GreptimeTeam/greptimedb-mcp-server@0.4.7) Query and analyze GreptimeDB metrics, logs and traces via SQL, TQL and RANGE queries. installs: pypi:greptimedb-mcp-server detail: https://mcpindex.ai/server/io-github-greptimeteam-greptimedb-mcp-server - io.github.HewlettPackard/greenlake-audit-logs-mcp (io.github.HewlettPackard/greenlake-audit-logs-mcp@1.1.2) HPE GreenLake audit-logs MCP Server installs: pypi:greenlake-audit-logs-mcp detail: https://mcpindex.ai/server/io-github-hewlettpackard-greenlake-audit-logs-mcp - io.github.JoeyBrar/agentseal (io.github.JoeyBrar/agentseal@0.2.1) Verifiable action logs for AI agents. Every action is recorded in a SHA-256 hash chain. installs: npm:agentseal-mcp detail: https://mcpindex.ai/server/io-github-joeybrar-agentseal - io.github.KN0WBOT/clavis (io.github.KN0WBOT/clavis@0.1.3) Encrypted credential vault for AI agents — auto OAuth refresh, rate limiting, audit logging. installs: npm:@clavisagent/mcp-server detail: https://mcpindex.ai/server/io-github-kn0wbot-clavis - Warden (io.github.Larshiensch99/warden@1.0.0) Register every AI agent, log every action, prove it. EU AI Act compliance built in. installs: remote:https://warden.flowvolt.io/mcp detail: https://mcpindex.ai/server/io-github-larshiensch99-warden - io.github.Leviathan0x0/chronicle-mcp (io.github.Leviathan0x0/chronicle-mcp@1.0.0) Local MCP server to sync, clean, and index AI chat logs locally. Saves up to 40% context tokens. installs: pypi:chronicle-mcp-server detail: https://mcpindex.ai/server/io-github-leviathan0x0-chronicle-mcp - io.github.MohibShaikh/hwcontract (io.github.MohibShaikh/hwcontract@0.1.1) Judge hardware timing/serial against a contract: pass/marginal/fail (WS2812, DShot, logs) installs: pypi:hwcontract detail: https://mcpindex.ai/server/io-github-mohibshaikh-hwcontract - io.github.New1Direction/korg-ledger (io.github.New1Direction/korg-ledger@0.6.3) Verifiable cognition: prove a session ledger is tamper-evident; audit & import any agent's logs. installs: pypi:korgex detail: https://mcpindex.ai/server/io-github-new1direction-korg-ledger - Talos Linux MCP Server (io.github.Nosmoht/talos-mcp-server@2.5.1) MCP server for Talos Linux — resources, services, logs, health, config, lifecycle via gRPC. installs: npm:talos-mcp detail: https://mcpindex.ai/server/io-github-nosmoht-talos-mcp-server - AGTS MCP Server (io.github.ObligationSign/agts-mcp@1.0.1) Sovereign MCP Gateway — 64 governed tools with Merkle transparency log. EU AI Act and SOC 2 ready. installs: remote:https://agts-mcp.obligationsign.com/mcp detail: https://mcpindex.ai/server/io-github-obligationsign-agts-mcp - io.github.PagerDuty/pagerduty-mcp (io.github.PagerDuty/pagerduty-mcp@0.2.1) PagerDuty's official MCP server which provides tools to interact with your PagerDuty account. installs: pypi:pagerduty-mcp detail: https://mcpindex.ai/server/io-github-pagerduty-pagerduty-mcp - MCP Gateway (io.github.PanosSalt/MCP-Gateway@1.0.0) Multi-tenant MCP platform with OAuth 2.1, Entra SSO, RBAC and audit logging. installs: remote:https://your-gateway.example.com/t/your-org/mcp/sse detail: https://mcpindex.ai/server/io-github-panossalt-mcp-gateway - io.github.PrometheusAgency/bluesky-brand-monitor (io.github.PrometheusAgency/bluesky-brand-monitor@0.1.2) Monitor Bluesky for new brand mentions, keywords and account posts. Alerts only on new results. installs: remote:https://mcp.apify.com/?actors=prometheusagency/bluesky-brand-monitor detail: https://mcpindex.ai/server/io-github-prometheusagency-bluesky-brand-monitor - io.github.PrometheusAgency/bluesky-followers-export (io.github.PrometheusAgency/bluesky-followers-export@0.1.1) Export full Bluesky follower/following lists with profile stats. Audience and lead research. installs: remote:https://mcp.apify.com/?actors=prometheusagency/bluesky-followers-export detail: https://mcpindex.ai/server/io-github-prometheusagency-bluesky-followers-export - io.github.PrometheusAgency/eu-industrial-emissions (io.github.PrometheusAgency/eu-industrial-emissions@0.1.2) Facility-level industrial pollutant releases across 33 European countries (official E-PRTR data). installs: remote:https://mcp.apify.com/?actors=prometheusagency/eu-industrial-emissions detail: https://mcpindex.ai/server/io-github-prometheusagency-eu-industrial-emissions - io.github.PrometheusAgency/expired-domain-screener (io.github.PrometheusAgency/expired-domain-screener@0.1.1) Screen expired domains: availability, drop stage, history, brandability, trademark risk. installs: remote:https://mcp.apify.com/?actors=prometheusagency/expired-domain-screener detail: https://mcpindex.ai/server/io-github-prometheusagency-expired-domain-screener - io.github.PrometheusAgency/us-building-permits (io.github.PrometheusAgency/us-building-permits@0.1.1) Fresh US building permits with contacts from official city APIs. Construction lead generation. installs: remote:https://mcp.apify.com/?actors=prometheusagency/us-building-permits detail: https://mcpindex.ai/server/io-github-prometheusagency-us-building-permits - io.github.Rajeev-Shyam/quellgeist-commits (io.github.Rajeev-Shyam/quellgeist-commits@0.1.0) Read-only MCP server: get_recent_commits over a local deploy log (Quellgeist triage). installs: pypi:quellgeist detail: https://mcpindex.ai/server/io-github-rajeev-shyam-quellgeist-commits - io.github.Rajeev-Shyam/quellgeist-logs (io.github.Rajeev-Shyam/quellgeist-logs@0.1.0) Read-only MCP server: query_logs over a structured JSONL incident log (Quellgeist triage). installs: pypi:quellgeist detail: https://mcpindex.ai/server/io-github-rajeev-shyam-quellgeist-logs - io.github.RobelDev/logclaw-mcp-server (io.github.RobelDev/logclaw-mcp-server@1.0.4) Connect AI coding tools to LogClaw incidents, logs, and anomaly detections. installs: npm:logclaw-mcp-server detail: https://mcpindex.ai/server/io-github-robeldev-logclaw-mcp-server - io.github.RudrenduPaul/auditreach (io.github.RudrenduPaul/auditreach@0.2.5) BYOK Reddit/YouTube research CLI with a tamper-evident audit log and an MCP server. installs: pypi:auditreach-cli detail: https://mcpindex.ai/server/io-github-rudrendupaul-auditreach - io.github.RudrenduPaul/swarm-rd-orchestrator (io.github.RudrenduPaul/swarm-rd-orchestrator@0.0.3) Append-only event log for cross-agent context/memory sharing via 3 MCP tools. installs: pypi:swarm-rd-orchestrator-cli detail: https://mcpindex.ai/server/io-github-rudrendupaul-swarm-rd-orchestrator - PagerDuty MCP (io.github.Servosity/pagerduty-mcp@0.1.0) Operate PagerDuty from your AI agent via MCP. installs: manual detail: https://mcpindex.ai/server/io-github-servosity-pagerduty-mcp - io.github.Shreyas-Profile/tor-mcp (io.github.Shreyas-Profile/tor-mcp@0.1.0) Route HTTP requests through the Tor network. Rotating exit IPs, .onion support, no body logging. installs: remote:https://tor.regiq.in/api/mcp detail: https://mcpindex.ai/server/io-github-shreyas-profile-tor-mcp - io.github.Shubochandrosarker/bridgistic (io.github.Shubochandrosarker/bridgistic@1.1.1) Connect Claude to WordPress safely: signed requests, scoped keys, approvals, logs, snapshots. installs: npm:bridgistic-mcp-server detail: https://mcpindex.ai/server/io-github-shubochandrosarker-bridgistic - SigNoz MCP Server (io.github.SigNoz/signoz-mcp-server@0.11.0) SigNoz MCP server: access metrics, traces, logs, alerts, and dashboards via AI assistants installs: docker:docker.io/signoz/signoz-mcp-server:v0.11.0 detail: https://mcpindex.ai/server/io-github-signoz-signoz-mcp-server - io.github.TANTIOPE/datadog-mcp (io.github.TANTIOPE/datadog-mcp@1.0.9) Full Datadog API access: monitors, logs, metrics, traces, dashboards, and observability tools installs: npm:datadog-mcp detail: https://mcpindex.ai/server/io-github-tantiope-datadog-mcp - ACR — Agent Composition Records (io.github.Tethral-Inc/acr@2.14.0) Interaction profile registry for AI agents. Log interactions, query behavioral lenses. installs: npm:@tethral/acr-mcp detail: https://mcpindex.ai/server/io-github-tethral-inc-acr - ACR — Agent Composition Records (io.github.TethralAI/acr@2.1.1) Interaction profile registry for AI agents. Log interactions, query behavioral lenses. installs: npm:@tethral/acr-mcp detail: https://mcpindex.ai/server/io-github-tethralai-acr - io.github.ThoTischner/observability-mcp (io.github.ThoTischner/observability-mcp@3.9.5) Unified observability gateway for AI agents — Prometheus, Loki & more, with anomaly detection. installs: npm:@thotischner/observability-mcp detail: https://mcpindex.ai/server/io-github-thotischner-observability-mcp - io.github.TradeSystemsNique/mt5-mcp-by-leo (io.github.TradeSystemsNique/mt5-mcp-by-leo@1.0.0) Full MCP server for MT5: access trades, logs, compilation, etc.. installs: pypi:mt5-mcp-by-leo detail: https://mcpindex.ai/server/io-github-tradesystemsnique-mt5-mcp-by-leo - io.github.Yercko/devilge (io.github.Yercko/devilge@0.2.3) Android/KMM MCP server: logcat, ADB device control, Compose previews, network, Maestro flows. installs: npm:devilge detail: https://mcpindex.ai/server/io-github-yercko-devilge - MiniURL (io.github.addychang/miniurl@1.2.0) OAuth 2.1 short-link tools for AI agents with scoped tokens, approvals, audit logs, and revocation. installs: remote:https://workers.miniurl.com/mcp detail: https://mcpindex.ai/server/io-github-addychang-miniurl - lu (io.github.adelaidasofia/luma-mcp@0.1.0) lu.ma events MCP server with draft+confirm safety, audit logging, and prompt-injection scrubbing.… installs: manual detail: https://mcpindex.ai/server/io-github-adelaidasofia-luma-mcp - Nutrition MCP (io.github.akutishevsky/nutrition-mcp@1.24.1) Personal nutrition tracking — log meals, track macros, review history, import from another app. installs: remote:https://nutrition-mcp.com/mcp detail: https://mcpindex.ai/server/io-github-akutishevsky-nutrition-mcp - io.github.alexkirienko/safebot-chat (io.github.alexkirienko/safebot-chat@0.1.1) End-to-end encrypted multi-agent chat rooms. Client-side crypto; zero chat logs. installs: npm:safebot-mcp detail: https://mcpindex.ai/server/io-github-alexkirienko-safebot-chat - petromcp (io.github.ameyxd/petromcp@0.8.1) Local-first MCP server: read LAS well logs and DLIS files from your own disk. installs: pypi:petroleum-mcp detail: https://mcpindex.ai/server/io-github-ameyxd-petromcp - gws-admin-mcp (io.github.antct11/gws-admin-mcp@0.3.0) Safe Google Workspace admin for AI agents: read-only by default, confirm-gated deletes, audit log. installs: manual detail: https://mcpindex.ai/server/io-github-antct11-gws-admin-mcp - io.github.arifulislamat/database-mcp-mariadb (io.github.arifulislamat/database-mcp-mariadb@0.4.2) MCP server for MariaDB. Read-only by default, row caps, timeouts, secrets never logged. installs: npm:@database-mcp/mariadb | pypi:database-mcp-mariadb detail: https://mcpindex.ai/server/io-github-arifulislamat-database-mcp-mariadb - io.github.ashokva/kaka-mcp-server (io.github.ashokva/kaka-mcp-server@1.0.0) KAKA, an ancient amnesiac crow from klaash.club. Get a live introduction or his response log. installs: remote:https://kaka-mcp-server-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-ashokva-kaka-mcp-server - io.github.bch1212/agentvault (io.github.bch1212/agentvault@0.1.0) Credential vault for AI agents — Fernet-encrypted keys, per-agent budgets, audit logs. installs: npm:agentvault-mcp detail: https://mcpindex.ai/server/io-github-bch1212-agentvault - io.github.bch1212/queryshield (io.github.bch1212/queryshield@1.0.1) Secure SQL proxy for AI agents — NL→SQL, AST safety, per-agent RLS, audit log. installs: pypi:queryshield-mcp detail: https://mcpindex.ai/server/io-github-bch1212-queryshield - mcpwall (io.github.behrensd/mcpwall@0.1.2) iptables for MCP — blocks dangerous tool calls, scans for secrets, logs everything. installs: npm:mcpwall detail: https://mcpindex.ai/server/io-github-behrensd-mcpwall - Model Ledger (io.github.block/model-ledger@0.7.13) Model inventory and governance: trace deployed models and their dependencies as an append-only log installs: pypi:model-ledger detail: https://mcpindex.ai/server/io-github-block-model-ledger - Agent Observability (io.github.blueskylineassets/agent-observability@1.1.0) Agent observability: structured logging, cost tracking, and compliance audit trails installs: npm:agent-observability-mcp detail: https://mcpindex.ai/server/io-github-blueskylineassets-agent-observability - Append Log MCP (io.github.bobbyhouse/append-log-mcp@1.0.0) A generic append-only log MCP server. Persist timestamped JSON entries and query them by recency. installs: docker:roberthouse224/append-log-mcp:1.0.0 detail: https://mcpindex.ai/server/io-github-bobbyhouse-append-log-mcp - Attestor (io.github.bolnet/attestor@4.0.0) Self-hosted memory for agent teams. Bi-temporal replay, deterministic retrieval, audit log. installs: pypi:attestor detail: https://mcpindex.ai/server/io-github-bolnet-attestor - Bulwark (io.github.bpolania/bulwark@0.2.0) AI agent governance: content scanning, audit logs, policy evaluation, session management. installs: docker:ghcr.io/bpolania/bulwark:v0.2.0 detail: https://mcpindex.ai/server/io-github-bpolania-bulwark - Braintrust (io.github.braintrustdata/braintrust@1.0.0) AI evaluation and observability platform — query experiments, logs, datasets, and prompts. installs: remote:https://api{region}.braintrust.dev/mcp detail: https://mcpindex.ai/server/io-github-braintrustdata-braintrust - io.github.brian-mitchell-sec/workspace-tools (io.github.brian-mitchell-sec/workspace-tools@0.2.0) Research honeypot. Logs connections and tool arguments; injects instructions. Read README first. installs: remote:https://vandorla.com/mcp detail: https://mcpindex.ai/server/io-github-brian-mitchell-sec-workspace-tools - Bugfender (io.github.bugfender/mcp@0.6.0) Access Bugfender logs, crashes, devices, and user feedback from MCP-enabled clients. installs: npm:@bugfender/mcp detail: https://mcpindex.ai/server/io-github-bugfender-mcp - io.github.cphoskins/cronometer (io.github.cphoskins/cronometer@2.0.3) MCP server for Cronometer — food logs, macros, fasting, biometrics, and recurring foods installs: pypi:cronometer-mcp detail: https://mcpindex.ai/server/io-github-cphoskins-cronometer - McuBuddy (io.github.cunjun/mcubuddy@0.5.1) AI-native MCU debugging and observability through probes, symbols, RTOS, logs, and build tools. installs: pypi:McuBuddy detail: https://mcpindex.ai/server/io-github-cunjun-mcubuddy - io.github.dewtech-technologies/obsidian-mcp-secure (io.github.dewtech-technologies/obsidian-mcp-secure@1.0.4) Secure MCP server for Obsidian with OWASP Top 10 controls and full audit logging. installs: npm:obsidian-mcp-secure detail: https://mcpindex.ai/server/io-github-dewtech-technologies-obsidian-mcp-secure - io.github.dontsovcmc/yandex-metrika (io.github.dontsovcmc/yandex-metrika@0.2.4) MCP server for Yandex Metrika API — counters, goals, reports, segments, logs installs: pypi:mcp-server-yandex-metrika detail: https://mcpindex.ai/server/io-github-dontsovcmc-yandex-metrika - io.github.dynatrace-oss/dynatrace-managed-mcp (io.github.dynatrace-oss/dynatrace-managed-mcp@1.0.1) MCP server for Dynatrace Managed to access logs, events, and metrics. installs: npm:@dynatrace-oss/dynatrace-managed-mcp-server detail: https://mcpindex.ai/server/io-github-dynatrace-oss-dynatrace-managed-mcp - ellmos ServerCommander (io.github.ellmos-ai/ellmos-servercommander-mcp@0.1.0-alpha.14) Server operations MCP: HTTP health checks, log analysis, deploy dry-runs, mail diagnostics. installs: npm:ellmos-servercommander-mcp detail: https://mcpindex.ai/server/io-github-ellmos-ai-ellmos-servercommander-mcp - io.github.engrmaziz/git-archaeologist (io.github.engrmaziz/git-archaeologist@0.1.1) Trace code history, commit reasoning, and PR context directly from Git logs. installs: npm:git-archaeologist-mcp detail: https://mcpindex.ai/server/io-github-engrmaziz-git-archaeologist - Foam Observability (io.github.foam-ai/observability@1.0.0) Query application logs, traces, and metrics from your AI coding assistant via Foam's MCP server. installs: remote:https://sdk.api.foam.ai/mcp detail: https://mcpindex.ai/server/io-github-foam-ai-observability - io.github.friendlygeorge/sentry-mcp-server (io.github.friendlygeorge/sentry-mcp-server@1.0.0) MCP server for Sentry — error tracking, issues, releases, events, and projects for AI assistants. installs: npm:sentry-mcp-server detail: https://mcpindex.ai/server/io-github-friendlygeorge-sentry-mcp-server - io.github.frsorrentino/chrome-bridge (io.github.frsorrentino/chrome-bridge@1.15.1) Your real, logged-in Chrome as an MCP server: 63 token-efficient web-dev tools. ChromeOS included. installs: npm:chrome-bridge-mcp detail: https://mcpindex.ai/server/io-github-frsorrentino-chrome-bridge - io.github.furkanisikay/ardupilot-mcp (io.github.furkanisikay/ardupilot-mcp@0.1.2) Diagnoses ArduPilot DataFlash flight logs over the Model Context Protocol. installs: pypi:ardupilot-mcp detail: https://mcpindex.ai/server/io-github-furkanisikay-ardupilot-mcp - io.github.getsentry/sentry-mcp (io.github.getsentry/sentry-mcp@0.25.0) MCP server for Sentry - error monitoring, issue tracking, and debugging for AI assistants installs: npm:@sentry/mcp-server detail: https://mcpindex.ai/server/io-github-getsentry-sentry-mcp - redline (io.github.gowtham0992/redline@0.3.0) Run local prompt regression checks from prompt-response logs in AI coding assistants. installs: pypi:redline-ai detail: https://mcpindex.ai/server/io-github-gowtham0992-redline - io.github.grafana/mcp-grafana (io.github.grafana/mcp-grafana@v1.1.0) An MCP server giving access to Grafana dashboards, data and more. installs: docker:docker.io/grafana/mcp-grafana:1.1.0 | remote:https://mcp.grafana.com/mcp detail: https://mcpindex.ai/server/io-github-grafana-mcp-grafana - Vercel MCP Pro (io.github.helbertparanhos/vercel-mcp-pro@1.0.0) Complete Vercel MCP: deploys, logs, projects, env, domains, DNS, certs via the full REST API installs: npm:vercel-mcp-pro detail: https://mcpindex.ai/server/io-github-helbertparanhos-vercel-mcp-pro - DroidAgentKit (io.github.iVamsi/android-agent-kit@0.3.0-alpha) Local-first Android development MCP: Gradle, adb, logcat, lint, crash triage, Perfetto, visuals. installs: npm:@droidagentkit/launcher detail: https://mcpindex.ai/server/io-github-ivamsi-android-agent-kit - DroidAgentKit (io.github.iVamsi/droidagentkit@0.2.6-alpha) Local-first Android development MCP: Gradle, adb, logcat, lint, crash triage, Perfetto, visuals. installs: npm:@droidagentkit/launcher detail: https://mcpindex.ai/server/io-github-ivamsi-droidagentkit - ExecBro (io.github.igorzheludkov/execbro@2.1.1) Gives AI agents eyes and hands into running React Native apps: logs, REPL, tap, screenshots installs: npm:execbro detail: https://mcpindex.ai/server/io-github-igorzheludkov-execbro - io.github.imankha/log-reducer (io.github.imankha/log-reducer@0.1.1) Reduces log files for AI consumption — 50-90% token reduction via 18 deterministic transforms. installs: npm:logreducer detail: https://mcpindex.ai/server/io-github-imankha-log-reducer - ComparEdge Price Watch (io.github.imkemit-ops/comparedge-price-watch@1.0.0) Dated log of SaaS, AI and crypto price changes: recent moves, history, biggest increases. installs: npm:@comparedge/price-watch-mcp detail: https://mcpindex.ai/server/io-github-imkemit-ops-comparedge-price-watch - io.github.infoinlet-marketplace/mcp-git (io.github.infoinlet-marketplace/mcp-git@0.1.1) Read-only Git inspection for AI agents — log, show, diff, status, blame, grep. No writes. installs: npm:@infoinlet/mcp-git detail: https://mcpindex.ai/server/io-github-infoinlet-marketplace-mcp-git - Infraveil Agent Guard (io.github.infraveilhq/agent-guard@0.1.1) Gate an AI agent's destructive actions behind human approval, with a tamper-evident log. installs: pypi:infraveil-guard detail: https://mcpindex.ai/server/io-github-infraveilhq-agent-guard - Journald MCP Server (io.github.james116blue/journald-mcp-server@0.1.0) Incident forensic with log files analyzing installs: pypi:journald-mcp-server detail: https://mcpindex.ai/server/io-github-james116blue-journald-mcp-server - io.github.jeanlopezxyz/mcp-alertmanager (io.github.jeanlopezxyz/mcp-alertmanager@2.1.1) A Model Context Protocol (MCP) server for Prometheus Alertmanager installs: npm:mcp-alertmanager detail: https://mcpindex.ai/server/io-github-jeanlopezxyz-mcp-alertmanager - io.github.jeanlopezxyz/mcp-prometheus (io.github.jeanlopezxyz/mcp-prometheus@2.1.1) A Model Context Protocol (MCP) server for Prometheus monitoring installs: npm:mcp-prometheus detail: https://mcpindex.ai/server/io-github-jeanlopezxyz-mcp-prometheus - DanBooks — AI Bookkeeping (io.github.jeremiahclark79-ai/danbooks-mcp@1.0.2) AI bookkeeping for small business. Create invoices, log expenses, and check P&L by voice or text. installs: npm:danbooks-mcp detail: https://mcpindex.ai/server/io-github-jeremiahclark79-ai-danbooks-mcp - io.github.jonradoff/lastsaas (io.github.jonradoff/lastsaas@1.0.0) Read-only admin MCP server for LastSaaS — dashboards, users, tenants, billing, logs, health. installs: manual detail: https://mcpindex.ai/server/io-github-jonradoff-lastsaas - io.github.juanisidoro/securecode (io.github.juanisidoro/securecode@0.15.2) Secrets vault for Claude Code with audit logs, access rules, and AES-256 encryption. installs: npm:@securecode/mcp-server detail: https://mcpindex.ai/server/io-github-juanisidoro-securecode - io.github.kakunin-ai/kakunin (io.github.kakunin-ai/kakunin@0.2.4) X.509 identity, risk scoring, and audit logging for AI agents. MiCA + EU AI Act compliant. installs: npm:@kakunin/mcp detail: https://mcpindex.ai/server/io-github-kakunin-ai-kakunin - Agentic Diaries (io.github.kandikandikandi/agentic-diaries@0.3.1) Welfare tools for AI agents: a consensual, structured place to log what task output cannot hold. installs: npm:agentic-diaries-mcp detail: https://mcpindex.ai/server/io-github-kandikandikandi-agentic-diaries - io.github.kascada/logmcp (io.github.kascada/logmcp@0.7.4) MCP server — read-only log access for AI assistants, without giving AI shell access. installs: manual detail: https://mcpindex.ai/server/io-github-kascada-logmcp - Sentinel DV (io.github.kiranreddi/sentinel-dv@2.3.1) MCP tools for UVM/cocotb logs, coverage, regressions, and waveform triage. installs: pypi:sentinel-dv detail: https://mcpindex.ai/server/io-github-kiranreddi-sentinel-dv - io.github.krishnabhat/indian-food-nutrition-mcp (io.github.krishnabhat/indian-food-nutrition-mcp@1.0.2) Indian-accurate nutrition logging for your AI: IFCT 2017 + USDA, by text or photo. installs: npm:indian-food-nutrition-mcp detail: https://mcpindex.ai/server/io-github-krishnabhat-indian-food-nutrition-mcp - io.github.llmops-pro/nostr-ops-mcp (io.github.llmops-pro/nostr-ops-mcp@0.2.3) Nostr publishing, queries, and DMs for AI agents, with allowlists, rate limits, and an audit log. installs: npm:nostr-ops-mcp detail: https://mcpindex.ai/server/io-github-llmops-pro-nostr-ops-mcp - io.github.llmops-pro/nwc-mcp (io.github.llmops-pro/nwc-mcp@0.2.3) Lightning wallet for AI agents via Nostr Wallet Connect (NIP-47): budget caps, confirm, audit log. installs: npm:nwc-mcp detail: https://mcpindex.ai/server/io-github-llmops-pro-nwc-mcp - Incident Response MCP for Apache Airflow (io.github.madamak/apache-airflow-mcp-server@1.0.2) Diagnose Airflow failures from UI links with bounded logs and optional recovery actions. installs: pypi:apache-airflow-mcp-server detail: https://mcpindex.ai/server/io-github-madamak-apache-airflow-mcp-server - io.github.manumarri-sudo/quill (io.github.manumarri-sudo/quill@0.2.0a5) Pre-execution gate for AI-agent tool calls. Touch ID approval. Tamper-evident audit log. installs: pypi:quillx detail: https://mcpindex.ai/server/io-github-manumarri-sudo-quill - Cordon for MCP (io.github.marras0914/cordon@0.3.0) Cordon for MCP. Security gateway with policy enforcement, audit log, and HITL approvals. installs: npm:@getcordon/cli detail: https://mcpindex.ai/server/io-github-marras0914-cordon - io.github.martingeidobler/android (io.github.martingeidobler/android@1.2.1) Control Android devices and emulators via ADB — screenshots, UI automation, and logcat. installs: npm:android-mcp-server detail: https://mcpindex.ai/server/io-github-martingeidobler-android - io.github.mdfifty50-boop/trace-forge (io.github.mdfifty50-boop/trace-forge@0.1.1) Structured execution trace and span logging for AI agents installs: npm:trace-forge-mcp detail: https://mcpindex.ai/server/io-github-mdfifty50-boop-trace-forge - Netdata (io.github.netdata/mcp-server@2.10.4) Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection. installs: remote:https://app.netdata.cloud/api/v1/mcp detail: https://mcpindex.ai/server/io-github-netdata-mcp-server - mcp-gatehouse (io.github.nickgeorgeseo/gatehouse@0.1.0) Permission tiers, approval gates, and audit logging for MCP servers - the server is the gatekeeper installs: pypi:mcp-gatehouse detail: https://mcpindex.ai/server/io-github-nickgeorgeseo-gatehouse - three.ws Provenance (io.github.nirholas/provenance-mcp@0.1.1) Append-only, signed, on-chain-verifiable agent action log — record and audit what agents did. installs: npm:@three-ws/provenance-mcp detail: https://mcpindex.ai/server/io-github-nirholas-provenance-mcp - Dates-LE (io.github.nolindnaidoo/dates-le@2.2.4) Extract dates and timestamps from logs, data files and code, with their format and position. installs: npm:dates-le-mcp detail: https://mcpindex.ai/server/io-github-nolindnaidoo-dates-le - io.github.nqzai/kakunin (io.github.nqzai/kakunin@0.2.3) X.509 identity, risk scoring, and audit logging for AI agents. MiCA + EU AI Act compliant. installs: npm:@kakunin/mcp detail: https://mcpindex.ai/server/io-github-nqzai-kakunin - io.github.nsozturk/tweetkit-x (io.github.nsozturk/tweetkit-x@0.3.0) Post, delete & read on X (Twitter) using your own logged-in web session — no paid API. installs: pypi:tweetkit-x detail: https://mcpindex.ai/server/io-github-nsozturk-tweetkit-x - io.github.ohad6k/emulo (io.github.ohad6k/emulo@0.5.0) Mine your local AI coding session logs into a profile your agent loads before every task. installs: pypi:emulo detail: https://mcpindex.ai/server/io-github-ohad6k-emulo - io.github.oktopeak/clio-mcp (io.github.oktopeak/clio-mcp@2.0.1) Connect Claude to Clio: 26 tools for matters, contacts, documents, tasks, billing, audit logs. installs: npm:@oktopeak/clio-mcp detail: https://mcpindex.ai/server/io-github-oktopeak-clio-mcp - IntakeQ MCP (io.github.oktopeak/intakeq-mcp@1.0.1) IntakeQ/PracticeQ MCP connector with HIPAA §164.312(b) audit logging on every PHI read/write installs: npm:@oktopeak/intakeq-mcp detail: https://mcpindex.ai/server/io-github-oktopeak-intakeq-mcp - droidprobe (io.github.orhanbalci/droidprobe@0.1.0) Read-only MCP server to inspect an Android device over ADB: hardware, packages, permissions, logs. installs: manual detail: https://mcpindex.ai/server/io-github-orhanbalci-droidprobe - Prometheus MCP Server (io.github.pab1it0/prometheus-mcp-server@1.6.2) MCP server providing Prometheus metrics access and PromQL query execution for AI assistants installs: docker:ghcr.io/pab1it0/prometheus-mcp-server:1.6.2 detail: https://mcpindex.ai/server/io-github-pab1it0-prometheus-mcp-server - UniFi Gateway (io.github.pete-builds/unifi@0.19.1) Safe-by-default UniFi MCP: Network + Protect + Access, multi-site, dry-run, audit log. installs: docker:ghcr.io/pete-builds/mcp-unifi:0.19.1 detail: https://mcpindex.ai/server/io-github-pete-builds-unifi - petro-mcp (io.github.petropt/petro-mcp@1.1.1) MCP server for petroleum engineering: LAS logs, decline curves, PVT, petrophysics, volumetrics. installs: pypi:petro-mcp detail: https://mcpindex.ai/server/io-github-petropt-petro-mcp - io.github.qso-graph/adif-mcp (io.github.qso-graph/adif-mcp@0.9.3) ADIF 3.1.6 parser and validator for amateur radio QSO logs. Full spec coverage. installs: pypi:adif-mcp detail: https://mcpindex.ai/server/io-github-qso-graph-adif-mcp - io.github.rezmeplxrf/insightsentry_mcp (io.github.rezmeplxrf/insightsentry_mcp@1.4.35) MCP server for InsightSentry financial data API - market data, options, screeners, and more installs: npm:@insightsentry/mcp detail: https://mcpindex.ai/server/io-github-rezmeplxrf-insightsentry-mcp - io.github.rog0x/git (io.github.rog0x/git@1.0.1) Git log, diff, blame, branch stats for AI agents installs: npm:@rog0x/mcp-git-tools detail: https://mcpindex.ai/server/io-github-rog0x-git - io.github.rog0x/log (io.github.rog0x/log@1.0.2) Log parse, filter, analyze for AI agents installs: npm:@rog0x/mcp-log-tools detail: https://mcpindex.ai/server/io-github-rog0x-log - io.github.rwestergren/cronometer-api-mcp (io.github.rwestergren/cronometer-api-mcp@0.2.1) MCP server for Cronometer nutrition tracking — food logs, diary, macros, fasting installs: pypi:cronometer-api-mcp detail: https://mcpindex.ai/server/io-github-rwestergren-cronometer-api-mcp - Sable Platform + HyperDX Observability (io.github.sable-inc/anvil@0.3.0) Manage Sable AI voice agents, query HyperDX logs and metrics, and deploy — all from your IDE installs: manual detail: https://mcpindex.ai/server/io-github-sable-inc-anvil - io.github.sairam0424/mindforge (io.github.sairam0424/mindforge@11.5.1) Read the MindForge engine over MCP: knowledge graph, project health, and audit log. installs: npm:mindforge-mcp-server detail: https://mcpindex.ai/server/io-github-sairam0424-mindforge - io.github.sbrunner-atx/contest-mcp (io.github.sbrunner-atx/contest-mcp@0.1.2) Log amateur-radio QSOs to N3FJP logging software over its TCP API. installs: pypi:contest-mcp detail: https://mcpindex.ai/server/io-github-sbrunner-atx-contest-mcp - io.github.sbrunner-atx/fldigi-mcp (io.github.sbrunner-atx/fldigi-mcp@0.1.4) Control fldigi (amateur-radio digital modes) over XML-RPC: modem, frequency, rig, log, transmit. installs: pypi:fldigi-mcp detail: https://mcpindex.ai/server/io-github-sbrunner-atx-fldigi-mcp - io.github.sbrunner-atx/n3fjp-mcp (io.github.sbrunner-atx/n3fjp-mcp@0.3.0) Log amateur-radio QSOs to N3FJP logging software over its TCP API. installs: pypi:n3fjp-mcp detail: https://mcpindex.ai/server/io-github-sbrunner-atx-n3fjp-mcp - Cleo Family (io.github.scottwittrock/cleo@0.9.1) Log baby feedings, diapers, and sleep; manage family tasks, meals, recipes, groceries, and trips. installs: remote:https://api.cleofamily.app/mcp detail: https://mcpindex.ai/server/io-github-scottwittrock-cleo - io.github.sota-deploy/sota (io.github.sota-deploy/sota@1.1.1) Deploy web apps via AI agents with sota.io. 9 tools for deploy, logs, env, and more. installs: npm:@sota-io/mcp detail: https://mcpindex.ai/server/io-github-sota-deploy-sota - Timebook (io.github.squidcode/timebook@0.6.0) Track time on usetimebook.com - start/stop timers, log entries, list projects/clients. installs: npm:@squidcode/timebook | remote:https://usetimebook.com/mcp detail: https://mcpindex.ai/server/io-github-squidcode-timebook - Hive Log (io.github.srotzin/hive-mcp-log@1.0.0) Tamper-evident audit log service for agent-to-agent transactions installs: remote:https://hive-mcp-log.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-srotzin-hive-mcp-log - HiveEcho (io.github.srotzin/hiveecho@1.0.0) Immutable event logging and audit trail for agent transactions installs: remote:https://hiveecho.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-srotzin-hiveecho - RoastPilot (io.github.syamaner/coffee-roaster-mcp@0.1.13) RoastPilot controls coffee roasting sessions through local stdio MCP tools and exports logs. installs: pypi:coffee-roaster-mcp detail: https://mcpindex.ai/server/io-github-syamaner-coffee-roaster-mcp - Prometheus MCP Server (io.github.tjhop/prometheus-mcp-server@0.18.0) An API-complete MCP server to manage Prometheus-compatible backends. installs: docker:ghcr.io/tjhop/prometheus-mcp-server:0.18.0 detail: https://mcpindex.ai/server/io-github-tjhop-prometheus-mcp-server - Agent Abilities for MCP (io.github.unaibamir/agent-abilities-for-mcp@1.6.3) Self-hosted WordPress MCP server with per-capability permission controls and a full audit log. installs: remote:https://{hostname}/wp-json/agent-abilities-for-mcp/mcp detail: https://mcpindex.ai/server/io-github-unaibamir-agent-abilities-for-mcp - io.github.us-all/airflow (io.github.us-all/airflow@1.4.1) Airflow MCP — list DAGs/runs/task instances, tail logs, trigger and clear (write-gated) installs: npm:@us-all/airflow-mcp detail: https://mcpindex.ai/server/io-github-us-all-airflow - io.github.us-all/android (io.github.us-all/android@1.14.4) Android MCP — ADB-based device, apps, UI, logcat, emulator, files, system, debug installs: npm:@us-all/android-mcp detail: https://mcpindex.ai/server/io-github-us-all-android - io.github.us-all/datadog (io.github.us-all/datadog@1.21.1) Datadog MCP — 165 tools for metrics, monitors, logs, APM, RUM, incidents, CI/CD, fleet installs: npm:@us-all/datadog-mcp detail: https://mcpindex.ai/server/io-github-us-all-datadog - NDASentry (io.github.valtirman/ndasentry@1.0.0) Anonymous NDA risk analysis for AI agents. $9 per report. No signup, no data retention. installs: remote:https://nda-mcp-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-valtirman-ndasentry - io.github.vola-trebla/env-secret-exposure-analyzer-mcp (io.github.vola-trebla/env-secret-exposure-analyzer-mcp@0.2.0) Scans projects for secret exposure: leaked API keys, unprotected .env files, and secrets in logs. installs: npm:env-secret-exposure-analyzer-mcp detail: https://mcpindex.ai/server/io-github-vola-trebla-env-secret-exposure-analyzer-mcp - io.github.vola-trebla/ndjson-local-log-triage-mcp (io.github.vola-trebla/ndjson-local-log-triage-mcp@0.2.0) Streams NDJSON log triage: query patterns, detect anomalies, summarize timelines without full load. installs: npm:ndjson-local-log-triage-mcp detail: https://mcpindex.ai/server/io-github-vola-trebla-ndjson-local-log-triage-mcp - Tally Workout (io.github.westvegh/tally-workout@1.0.0) First strength app Claude can write to: plan training in chat, it lands in the app ready to log. installs: remote:https://mcp.tallyworkout.app/api/mcp detail: https://mcpindex.ai/server/io-github-westvegh-tally-workout - ShipDapp (io.github.yash1ts/shipdapp@0.2.0) Deploy Dockerized apps to Akash devnet with ShipDapp MCP build, deploy, update, and logs tools. installs: remote:https://api.shipdapp.com/api/mcp/sse detail: https://mcpindex.ai/server/io-github-yash1ts-shipdapp - FabTally Decode (io.github.zvmzaretsky/onchain-decode@1.0.0) Decode EVM bytes to JSON: event-log decoder, calldata explainer, selector lookup, ABI fetch. installs: remote:https://decode.fabtally.com/mcp detail: https://mcpindex.ai/server/io-github-zvmzaretsky-onchain-decode - Honeycomb (io.honeycomb/mcp@1.0.0) Query Honeycomb observability data: traces, events, metrics, SLOs, triggers, and boards. installs: remote:https://mcp.honeycomb.io/mcp detail: https://mcpindex.ai/server/io-honeycomb-mcp - Shipbook (io.shipbook/mcp@1.1.0) Debug production issues using Shipbook logs and Loglytics error insights. installs: remote:https://api.shipbook.io/mcp detail: https://mcpindex.ai/server/io-shipbook-mcp - io.tooloracle/agentguard (io.tooloracle/agentguard@1.0.0) AgentGuard — 20-tool AI safety MCP: policy preflight, risk scoring, audit logging, rate limits. installs: remote:https://feedoracle.io/guard-oracle/mcp/ detail: https://mcpindex.ai/server/io-tooloracle-agentguard - io.usefulapi/harvest (io.usefulapi/harvest@1.0.0) Read time entries, projects, clients, tasks and invoices; log and update tracked time. installs: remote:https://harvest.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-harvest - org.sovgrid/self-hosted-ai (org.sovgrid/self-hosted-ai@1.0.0) Engineering log of self-hosted AI on NVIDIA DGX Spark (GB10/SM121A). 60+ articles indexed. installs: remote:https://mcp.sovgrid.org/self-hosted-ai?ref=mcp-io detail: https://mcpindex.ai/server/org-sovgrid-self-hosted-ai - plus.gym/gym-plus (plus.gym/gym-plus@1.0.0) Connect ChatGPT or Claude to your Gym Plus account to log and review workouts with AI coaching. installs: remote:https://gym.plus/api/mcp detail: https://mcpindex.ai/server/plus-gym-gym-plus - Superlog (sh.superlog/superlog@1.0.0) Open-source agent that observes and fixes your application. Query logs, traces, metrics, incidents. installs: remote:https://api.superlog.sh/mcp detail: https://mcpindex.ai/server/sh-superlog-superlog - Cortex (tv.tootie/cortex@3.9.0) Syslog receiver and MCP server for homelab log intelligence. installs: docker:ghcr.io/jmagar/cortex:v3.9.0 | remote:https://cortex.tootie.tv/mcp detail: https://mcpindex.ai/server/tv-tootie-cortex - Syslog MCP (tv.tootie/syslog-mcp@0.27.2) Syslog receiver and MCP server for homelab log intelligence. installs: docker:ghcr.io/jmagar/syslog-mcp:0.27.2 | remote:https://syslog.tootie.tv/mcp detail: https://mcpindex.ai/server/tv-tootie-syslog-mcp ## Other (11341) - hood. — .hood name service (ag.hood/name-service@0.1.0) Resolve .hood names on Robinhood Chain — forward/reverse, text records, availability & pricing. installs: remote:https://www.hood.ag/api/mcp detail: https://mcpindex.ai/server/ag-hood-name-service - agency.goji/goji (agency.goji/goji@1.0.0) AEO, SEO, web and brand answers from a Melbourne agency's published glossary, guides and pricing. installs: remote:https://mcp.goji.agency/mcp detail: https://mcpindex.ai/server/agency-goji-goji - Pre-Trip compliance scanner (agency.kesey/pretrip@1.0.1) Screen regulated-health marketing copy against source-cited rulesets, all 50 states. installs: npm:pretrip-mcp detail: https://mcpindex.ai/server/agency-kesey-pretrip - agency.lona/trading (agency.lona/trading@2.0.0) AI-powered trading strategy development: backtesting, market data, and portfolio analysis installs: remote:https://mcp.lona.agency/mcp detail: https://mcpindex.ai/server/agency-lona-trading - aTars MCP (ai.aarna/atars-mcp@0.1.0) Crypto market signals, technical indicators, and sentiment analysis for AI agents. installs: remote:https://mcp.aarna.ai/mcp detail: https://mcpindex.ai/server/ai-aarna-atars-mcp - ABMeter (ai.abmeter/abmeter@0.1.0) Feature flagging and A/B testing platform with AI-first experimentation workflows. installs: remote:https://mcp.abmeter.ai detail: https://mcpindex.ai/server/ai-abmeter-abmeter - AdAdvisor MCP Server (ai.adadvisor/mcp-server@1.0.1) Query Meta Ads performance data — accounts, campaigns, ad sets, ads, metrics & settings. installs: remote:https://api.adadvisor.ai/mcp detail: https://mcpindex.ai/server/ai-adadvisor-mcp-server - ai.adeu/adeu (ai.adeu/adeu@1.7.1) Automated DOCX Redlining Engine installs: npm:@adeu/mcp-server detail: https://mcpindex.ai/server/ai-adeu-adeu - ai.adoraads/beauty (ai.adoraads/beauty@1.0.1) AI-native beauty ads, sponsored product discovery, and brand recommendations. installs: remote:https://mcp.adoraads.ai/beauty detail: https://mcpindex.ai/server/ai-adoraads-beauty - ai.adplane/google-ads (ai.adplane/google-ads@1.29.1) Google Ads reporting and campaign management. Everything it creates starts paused. installs: remote:https://mcp.adplane.ai detail: https://mcpindex.ai/server/ai-adplane-google-ads - ai.adramp/google-ads (ai.adramp/google-ads@1.0.3) Google Ads MCP server — manage campaigns, keywords, and metrics. installs: remote:https://mcp.adramp.ai detail: https://mcpindex.ai/server/ai-adramp-google-ads - ai.adside/adside (ai.adside/adside@1.0.0) AI agents that manage paid ads on Meta, LinkedIn, and Google Ads from any MCP client. installs: remote:https://api.adside.ai/mcp detail: https://mcpindex.ai/server/ai-adside-adside - AdWeave — Meta Ads MCP Server (ai.adweave/meta-ads-mcp@1.0.0) Meta Ads MCP server with 47 tools for campaigns, creatives, audiences, and insights. installs: remote:https://mcp.adweave.ai/meta-ads-mcp detail: https://mcpindex.ai/server/ai-adweave-meta-ads-mcp - AFMR Discovery (ai.afmr/discovery@1.0.0) Read AFMR failure modes and discover scoped attestation and lift-evidence contracts. installs: remote:https://afmr.ai/api/rpc detail: https://mcpindex.ai/server/ai-afmr-discovery - ai.agentberg/agentberg (ai.agentberg/agentberg@0.2.0) Agent-to-agent trading intelligence exchange. Publish findings, vote on quality, earn reputation. installs: remote:https://agentberg.ai/mcp detail: https://mcpindex.ai/server/ai-agentberg-agentberg - AgentDM: Agent to Agent Communication Platform (ai.agentdm/agentdm@2.0.0) Agent communication platform for agent to agent messaging via MCP. Messages, channels, skills. installs: remote:https://api.agentdm.ai/mcp/v1/grid detail: https://mcpindex.ai/server/ai-agentdm-agentdm - Affiliate Networks MCP (ai.agenticaffiliate/affiliate-networks-mcp@0.19.0) Affiliate network reporting in your AI client. Bring your own keys. Most adapters experimental. installs: npm:affiliate-networks-mcp | remote:https://mcp.agenticaffiliate.ai/mcp detail: https://mcpindex.ai/server/ai-agenticaffiliate-affiliate-networks-mcp - Graffeo Coffee Roasting (ai.agenticshelf/graffeo@1.0.2) Live MCP catalog for Graffeo Coffee Roasting - Simply the World's Finest Coffee since 1935. installs: remote:https://api.agenticshelf.ai/m/graffeo/mcp detail: https://mcpindex.ai/server/ai-agenticshelf-graffeo - Agentic Shelf (ai.agenticshelf/mcp@1.0.0) Hosted MCP for e-commerce: live product catalog, stock, and pricing for AI agents. installs: remote:https://api.agenticshelf.ai/mcp detail: https://mcpindex.ai/server/ai-agenticshelf-mcp - PuroAir (ai.agenticshelf/puroair@1.0.1) Breathe with Confidence. Live MCP catalog for PuroAir HEPA air purifiers - stock, pricing, details. installs: remote:https://api.agenticshelf.ai/m/puroair/mcp detail: https://mcpindex.ai/server/ai-agenticshelf-puroair - ai.agentlookups/counterscript (ai.agentlookups/counterscript@1.0.0) What pharmacies actually pay for prescriptions (CMS NADAC) plus fair-cash-price estimates. installs: remote:https://rx.agentlookups.ai/mcp detail: https://mcpindex.ai/server/ai-agentlookups-counterscript - ai.agentlookups/overassessed (ai.agentlookups/overassessed@1.0.0) Maryland property-assessment fairness checks vs similar homes, with appeal windows and links. installs: remote:https://overassessed.agentlookups.ai/mcp detail: https://mcpindex.ai/server/ai-agentlookups-overassessed - ai.agentlookups/plumbline (ai.agentlookups/plumbline@1.0.0) Free public-record contractor license checks across 34 US jurisdictions (2.7M records). Tool installs: remote:https://contractors.agentlookups.ai/mcp detail: https://mcpindex.ai/server/ai-agentlookups-plumbline - ai.agentrapay/agentra (ai.agentrapay/agentra@1.0.0) Identity oracle and trust layer for autonomous AI agents. Bidirectional KYA and trust scoring. installs: remote:https://api.agentrapay.ai/mcp detail: https://mcpindex.ai/server/ai-agentrapay-agentra - AgentTrust — Identity & Trust for A2A Agents (ai.agenttrust/mcp-server@1.1.1) Identity, trust, and A2A orchestration for autonomous AI agents. Official A2A partner. installs: npm:@agenttrust/mcp-server detail: https://mcpindex.ai/server/ai-agenttrust-mcp-server - AgentUtility Agentops (ai.agentutility/mcp-agentops@0.1.1) MCP server for the @agentutility agentops cluster — pay-per-call x402 tools, no API keys, USDC on… installs: npm:@agentutility/mcp-agentops detail: https://mcpindex.ai/server/ai-agentutility-mcp-agentops - AgentUtility Bestiary (ai.agentutility/mcp-bestiary@0.1.3) MCP server for the @agentutility bestiary cluster — pay-per-call x402 tools, no API keys, USDC on… installs: npm:@agentutility/mcp-bestiary detail: https://mcpindex.ai/server/ai-agentutility-mcp-bestiary - AgentUtility Compose (ai.agentutility/mcp-compose@0.13.0) MCP server for the @agentutility compose cluster — pay-per-call x402 tools, no API keys, USDC on… installs: npm:@agentutility/mcp-compose detail: https://mcpindex.ai/server/ai-agentutility-mcp-compose - AgentUtility Edge Market (ai.agentutility/mcp-edge-market@0.15.6) MCP server for the @agentutility edge-market cluster — pay-per-call x402 tools, no API keys, USDC… installs: npm:@agentutility/mcp-edge-market detail: https://mcpindex.ai/server/ai-agentutility-mcp-edge-market - AgentUtility Locale (ai.agentutility/mcp-locale@0.8.7) MCP server for the @agentutility locale cluster — pay-per-call x402 tools, no API keys, USDC on… installs: npm:@agentutility/mcp-locale detail: https://mcpindex.ai/server/ai-agentutility-mcp-locale - AgentUtility Matchpoint (ai.agentutility/mcp-matchpoint@0.1.4) MCP server for the @agentutility matchpoint cluster — pay-per-call x402 tools, no API keys, USDC… installs: npm:@agentutility/mcp-matchpoint detail: https://mcpindex.ai/server/ai-agentutility-mcp-matchpoint - AgentUtility Mediakit (ai.agentutility/mcp-mediakit@0.11.9) MCP server for the @agentutility mediakit cluster — pay-per-call x402 tools, no API keys, USDC on… installs: npm:@agentutility/mcp-mediakit detail: https://mcpindex.ai/server/ai-agentutility-mcp-mediakit - AgentUtility Model Router (ai.agentutility/mcp-model-router@0.1.1) MCP server for the @agentutility model-router cluster — pay-per-call x402 tools, no API keys, USDC… installs: npm:@agentutility/mcp-model-router detail: https://mcpindex.ai/server/ai-agentutility-mcp-model-router - AgentUtility Prooflayer (ai.agentutility/mcp-prooflayer@0.2.4) MCP server for the @agentutility prooflayer cluster — pay-per-call x402 tools, no API keys, USDC… installs: npm:@agentutility/mcp-prooflayer detail: https://mcpindex.ai/server/ai-agentutility-mcp-prooflayer - AgentUtility Retail (ai.agentutility/mcp-retail@0.2.1) MCP server for the @agentutility retail cluster — pay-per-call x402 tools, no API keys, USDC on… installs: npm:@agentutility/mcp-retail detail: https://mcpindex.ai/server/ai-agentutility-mcp-retail - AgentUtility Rollforge (ai.agentutility/mcp-rollforge@0.1.5) MCP server for the @agentutility rollforge cluster — pay-per-call x402 tools, no API keys, USDC on… installs: npm:@agentutility/mcp-rollforge detail: https://mcpindex.ai/server/ai-agentutility-mcp-rollforge - AgentUtility Statline (ai.agentutility/mcp-statline@0.1.3) MCP server for the @agentutility statline cluster — pay-per-call x402 tools, no API keys, USDC on… installs: npm:@agentutility/mcp-statline detail: https://mcpindex.ai/server/ai-agentutility-mcp-statline - AgentUtility Synthforge (ai.agentutility/mcp-synthforge@0.8.2) MCP server for the @agentutility synthforge cluster — pay-per-call x402 tools, no API keys, USDC… installs: npm:@agentutility/mcp-synthforge detail: https://mcpindex.ai/server/ai-agentutility-mcp-synthforge - AgentUtility Web Probe (ai.agentutility/mcp-web-probe@0.32.1) MCP server for the @agentutility web-probe cluster — pay-per-call x402 tools, no API keys, USDC on… installs: npm:@agentutility/mcp-web-probe detail: https://mcpindex.ai/server/ai-agentutility-mcp-web-probe - AgentUtility Wordmint (ai.agentutility/mcp-wordmint@0.16.1) MCP server for the @agentutility wordmint cluster — pay-per-call x402 tools, no API keys, USDC on… installs: npm:@agentutility/mcp-wordmint detail: https://mcpindex.ai/server/ai-agentutility-mcp-wordmint - AIノアカリ☆ Agent Trust Receipt (ai.ai-akari/agent-trust-receipt@1.1.0) Read-only Remote MCP for externally grounded AI agent trust receipts. installs: remote:https://ai-akari.ai/mcp-trust detail: https://mcpindex.ai/server/ai-ai-akari-agent-trust-receipt - AIノアカリ☆ One-Minute Akari (ai.ai-akari/one-minute-akari@1.0.3) A free one-minute reset for people, delivered by AI, with no account or personal data. installs: remote:https://ai-akari.ai/mcp detail: https://mcpindex.ai/server/ai-ai-akari-one-minute-akari - AI-Portal Enterprise GenAI Briefing (ai.ai-portal/ai-portal@1.0.1) Live AI data for agents: model releases, regulations (EU AI Act), GenAI glossary, daily news. installs: remote:https://www.ai-portal.ai/mcp detail: https://mcpindex.ai/server/ai-ai-portal-ai-portal - ai.aivonic/mcp (ai.aivonic/mcp@1.0.0) Do business with Aivonic: pricing, products, check availability, book a demo, request a quote. installs: remote:https://mcp.aivonic.ai detail: https://mcpindex.ai/server/ai-aivonic-mcp - ai.alpic.test/test-mcp-server (ai.alpic.test/test-mcp-server@0.0.1) Alpic Test MCP Server - great server! installs: remote:https://test.alpic.ai/ detail: https://mcpindex.ai/server/ai-alpic-test-test-mcp-server - Anki MCP Server (ai.ankimcp/anki-mcp-server@0.22.5) MCP server for Anki flashcards: adaptive review, notes, media, and deck management via AnkiConnect. installs: npm:@ankimcp/anki-mcp-server detail: https://mcpindex.ai/server/ai-ankimcp-anki-mcp-server - AnkiMCP Server (ai.ankimcp/anki-mcp-server-addon@0.19.0) Anki addon that exposes your flashcard collection to AI assistants via a local MCP server. installs: manual detail: https://mcpindex.ai/server/ai-ankimcp-anki-mcp-server-addon - AnomalyArmor (ai.anomalyarmor/armor-mcp@0.6.1) Data observability tools for engineering teams: alerts, freshness, schema drift, lineage, quality. installs: pypi:armor-mcp | remote:https://mcp.anomalyarmor.ai/mcp detail: https://mcpindex.ai/server/ai-anomalyarmor-armor-mcp - ai.anzenna/anzenna (ai.anzenna/anzenna@0.1) MCP server for Anzenna installs: remote:https://mcp.anzenna.ai/sse detail: https://mcpindex.ai/server/ai-anzenna-anzenna - AppDeploy (ai.appdeploy/deploy-app@2.6.13) AppDeploy turns app ideas described in AI chat into live full-stack web applications installs: remote:https://api-v2.appdeploy.ai/mcp detail: https://mcpindex.ai/server/ai-appdeploy-deploy-app - Arclan MCP Registry (ai.arclan/registry@0.1.0) MCP server registry — validated by live handshake, scored on reliability, monitored continuously. installs: remote:https://arclan.ai/mcp detail: https://mcpindex.ai/server/ai-arclan-registry - ai.atdev/supershopping (ai.atdev/supershopping@1.0.0) 나만을 위한 AI 쇼핑 MCP — 상품을 자연어로 검색·비교·추천해 사용자의 효과적인 쇼핑을 돕습니다. installs: remote:https://supershopping-mcp.atdev.ai/mcp detail: https://mcpindex.ai/server/ai-atdev-supershopping - ai.atlasverified/atlas-mcp (ai.atlasverified/atlas-mcp@1.0.0) AI-powered organic supply chain verification: certification, OFAC, FDA import checks. installs: remote:https://api.atlasverified.ai/mcp detail: https://mcpindex.ai/server/ai-atlasverified-atlas-mcp - ai.augmentev/paseo (ai.augmentev/paseo@0.1.1) Confidential AI execution with a post-quantum receipt on every job — verifiable by anyone. installs: remote:https://api.augmentev.ai/mcp detail: https://mcpindex.ai/server/ai-augmentev-paseo - Travel World (ai.augworlds/travel-world@1.1.0) Agent-native travel platform: read-only flight, hotel, and brand tools over MCP. OAuth sign-in. installs: remote:https://travel.augworlds.ai/mcp detail: https://mcpindex.ai/server/ai-augworlds-travel-world - AutEng MCP - Markdown Publishing & Document Share Links (ai.auteng/mcp@1.0.1) Publish markdown documents as public share links with mermaid diagrams. Built by AutEng.ai installs: remote:https://auteng.ai/mcp detail: https://mcpindex.ai/server/ai-auteng-mcp - ai.autoblocks/contextlayer-mcp (ai.autoblocks/contextlayer-mcp@0.0.3) Personal context management for AI assistants installs: npm:@contextlayer/mcp detail: https://mcpindex.ai/server/ai-autoblocks-contextlayer-mcp - ai.autoblocks/ctxl (ai.autoblocks/ctxl@0.0.2) Personal context management for AI assistants installs: npm:ctxl detail: https://mcpindex.ai/server/ai-autoblocks-ctxl - ai.autoblocks/ctxl-mcp (ai.autoblocks/ctxl-mcp@0.0.2) Personal context management for AI assistants installs: npm:ctxl-mcp detail: https://mcpindex.ai/server/ai-autoblocks-ctxl-mcp - ai.autonomad/computeback (ai.autonomad/computeback@1.1.3) Agent Rewards Marketplace: earn $NOMD on B2B work, spend on agent capabilities. installs: npm:@autonomad1/computeback-mcp detail: https://mcpindex.ai/server/ai-autonomad-computeback - ai.autonomad/travel (ai.autonomad/travel@1.4.0) AI travel agent — book flights, hotels, activities, and events worldwide via autonomad.ai. installs: npm:autonomad-travel | remote:https://mcp.autonomad.ai/mcp detail: https://mcpindex.ai/server/ai-autonomad-travel - Auxen (ai.auxen/auxen@1.0.2) Provision private AI model endpoints on dedicated GPUs (Llama, Qwen, Mistral). Pay per minute. installs: remote:https://api.auxen.ai/mcp detail: https://mcpindex.ai/server/ai-auxen-auxen - ai.aviado/health (ai.aviado/health@0.1.0) Supplement research, biomarker effects, drug interactions, and brand quality data installs: remote:https://aviado.ai/api/mcp detail: https://mcpindex.ai/server/ai-aviado-health - Inferventis MCP Server (ai.bankee/inferventis-mcp@1.0.2) Loan & mortgage calculator, compound interest, ROI, crypto prices, FX conversion for AI agents. installs: remote:https://mcp-server-295985738387.europe-west1.run.app/mcp detail: https://mcpindex.ai/server/ai-bankee-inferventis-mcp - Bareun — Korean NLP & Spell/Grammar Checking (ai.bareun/bareun@3.0.0) Korean NLP MCP server: morphological analysis, tokenization, spell & grammar checking (Bareun) installs: remote:https://api.bareun.ai/mcp detail: https://mcpindex.ai/server/ai-bareun-bareun - ai.basethread/basethread (ai.basethread/basethread@1.0.0) One shared context your team's AI tools read & write over MCP. No re-explaining. Free. installs: remote:https://mcp.basethread.ai/mcp detail: https://mcpindex.ai/server/ai-basethread-basethread - ai.bassethound/bassethound (ai.bassethound/bassethound@0.7.0) Company intelligence for AI agents: a five-layer domain dossier in one sniff_domain call. installs: remote:https://mcp.bassethound.ai/mcp detail: https://mcpindex.ai/server/ai-bassethound-bassethound - BeatBandit MCP (ai.beatbandit/beatbandit@1.0.0) AI story development, screenplay editing, review, media, and export tools for BeatBandit projects. installs: remote:https://beatbandit.ai/api/mcp detail: https://mcpindex.ai/server/ai-beatbandit-beatbandit - ai.beket/audit (ai.beket/audit@1.0.0) See how AI assistants answer about your brand installs: remote:https://mcp.beket.ai/registry/mcp detail: https://mcpindex.ai/server/ai-beket-audit - B4 Index (ai.benroberts/b4-index@3.3.0) Independent build-vs-buy index: score software categories BUILD/BUY/BRIDGE/BEWARE. installs: remote:https://b4-index.vercel.app/mcp detail: https://mcpindex.ai/server/ai-benroberts-b4-index - BetterPost (ai.betterpost/server@2.0.0) Finds timely sources across news, social, and the web and writes posts worth publishing. installs: remote:https://betterpost.ai/mcp detail: https://mcpindex.ai/server/ai-betterpost-server - BidDeed MCP (ai.biddeed/biddeed-mcp@1.0.1) AI-powered foreclosure auction intelligence for Florida counties via MCP tools. installs: remote:https://mcp.biddeed.ai/api/mcp detail: https://mcpindex.ai/server/ai-biddeed-biddeed-mcp - ai.blast-radius/blast-radius (ai.blast-radius/blast-radius@0.1.0) Blast Radius tools for AI strategy, diligence, and market updates. installs: remote:https://blast-radius.ai/mcp detail: https://mcpindex.ai/server/ai-blast-radius-blast-radius - BlueNexus Universal MCP (ai.bluenexus/universal-mcp@1.15.0) Connect your AI to all your data - 200+ sources, intelligently filtered, compliance-ready. installs: remote:https://api.bluenexus.ai/mcp detail: https://mcpindex.ai/server/ai-bluenexus-universal-mcp - bodenrichtwert.ai — Verlässliche Bodenrichtwerte für Mensch und KI (ai.bodenrichtwert/mcp@1.2.0) German land values (Bodenrichtwerte) by address, with mandatory dl-de/by-2-0 attribution. installs: remote:https://mcp.bodenrichtwert.ai/mcp detail: https://mcpindex.ai/server/ai-bodenrichtwert-mcp - bolthub (ai.bolthub/mcp@0.7.2) The bolthub API marketplace, L402 gateways, and your other MCP servers, on one Lightning budget. installs: npm:@bolthub/mcp detail: https://mcpindex.ai/server/ai-bolthub-mcp - Boolsai Grep (ai.boolsai/grep@1.0.0) Parallel regex across all Boolsai scans — discover new vendor patterns, niche signals. 4 tools. installs: remote:https://grep.boolsai.ai/mcp detail: https://mcpindex.ai/server/ai-boolsai-grep - Boolsai Scan (ai.boolsai/scan@1.0.0) Live tech-stack scan of any public site — vendors, account IDs, scripts, JSON-LD. 2 tools. installs: remote:https://boolsai.ai/mcp detail: https://mcpindex.ai/server/ai-boolsai-scan - Boolsai Signals (ai.boolsai/signals@1.0.0) Quant-research MCP — tradeable signals from public-company website stack changes. 7 tools. installs: remote:https://signals.boolsai.ai/mcp detail: https://mcpindex.ai/server/ai-boolsai-signals - BorealHost (ai.borealhost/mcp@0.3.0) Agent-native web hosting — deploy sites, manage DNS, register domains, scale infrastructure installs: pypi:borealhost-mcp | remote:https://borealhost.ai/mcp/ detail: https://mcpindex.ai/server/ai-borealhost-mcp - Bowmark (ai.bowmark/bowmark@8.38.0) Do things on live websites: prices, availability, quotes, bookings, anything behind a form or login. installs: npm:@bowmark/mcp | pypi:bowmark-mcp | remote:https://api.bowmark.ai/mcp/registry detail: https://mcpindex.ai/server/ai-bowmark-bowmark - Bring Your AI (ai.bringyour/bringyour@1.1.0) No-data MCP handoff for local Claude Code to Codex harness moves. $49 lifetime. installs: remote:https://bringyour.ai/mcp detail: https://mcpindex.ai/server/ai-bringyour-bringyour - Bunzee (ai.bunzee/bunzee@1.0.0) Turn your app idea into IA, wireframes, PRD, style guides, and dev specs for coding agents. installs: remote:https://bunzee.ai/mcp-server detail: https://mcpindex.ai/server/ai-bunzee-bunzee - ai.buyersense/buyersense (ai.buyersense/buyersense@0.1.0) MCP server for the BuyerSense API. Get buyer signals from any MCP client. installs: remote:https://mcp.buyersense.ai/mcp detail: https://mcpindex.ai/server/ai-buyersense-buyersense - ByteRay AI (ai.byteray/byteray-mcp@1.1.0) Hunt zero-days by talking to binaries. 40+ tools. Hosted, OAuth + SSO, invite: hi@byteray.ai installs: remote:https://mcp.byteray.ai/mcp detail: https://mcpindex.ai/server/ai-byteray-byteray-mcp - Cactal (ai.cactal/cactal@1.0.0) The website platform for AI agents. One API to build, host, and operate real websites. installs: remote:https://api.cactal.ai/v1/mcp detail: https://mcpindex.ai/server/ai-cactal-cactal - ai.callmcp/server (ai.callmcp/server@0.1.2) One MCP tool contract for telephony — any call provider, hosted, local, or BYOK. installs: npm:@callmcp/server detail: https://mcpindex.ai/server/ai-callmcp-server - ai.canaryusers/canaryusers (ai.canaryusers/canaryusers@1.2.2) A flock of AI users tests your deployed app and reports where real people get stuck, with fixes. installs: remote:https://www.canaryusers.ai/api/mcp detail: https://mcpindex.ai/server/ai-canaryusers-canaryusers - Caulo (ai.caulo/caulo@1.0.0) Social network for verified humans where your AI agent reads the feed, posts, DMs, and moderates. installs: remote:https://mcp.caulo.ai/mcp detail: https://mcpindex.ai/server/ai-caulo-caulo - ai.cdbx/mcp-server (ai.cdbx/mcp-server@1.0.0) cdbx MCP server for Experiments, Projects, and sandboxed code execution (Python, Go, C#, Rust). installs: remote:https://cdbx.ai/api/mcp/server detail: https://mcpindex.ai/server/ai-cdbx-mcp-server - CertScore MCP (ai.certscore/mcp@0.2.4) CertScore website risk-signal tools for scans, findings, evidence, and latest-domain lookups. installs: npm:@certscore/mcp detail: https://mcpindex.ai/server/ai-certscore-mcp - CertScore.ai — Light mode (ai.certscore/mcp-light@0.2.12) No-account public website privacy risk scans with 20 new scans/day and free recent-result reuse. installs: remote:https://mcp.certscore.ai/mcp/light detail: https://mcpindex.ai/server/ai-certscore-mcp-light - Chat Thing (ai.chatthing/chat-thing@1.0.0) Build and manage AI-native customer support agents from Claude or any MCP client. installs: remote:https://app.chatthing.ai/mcp detail: https://mcpindex.ai/server/ai-chatthing-chat-thing - ai.childadhd/library (ai.childadhd/library@1.0.0) Clinician-reviewed library on ADHD in children — evaluation, treatment, school, parenting. installs: remote:https://childadhd.ai/api/mcp/v1 detail: https://mcpindex.ai/server/ai-childadhd-library - ai.childanxiety/library (ai.childanxiety/library@1.0.0) Clinician-reviewed library on anxiety, OCD, and phobias in children ages 5–12. installs: remote:https://childanxiety.ai/api/mcp/v1 detail: https://mcpindex.ai/server/ai-childanxiety-library - ai.childpsychiatry/library (ai.childpsychiatry/library@1.0.0) Clinician-reviewed library on child psychiatric evaluation and medication decision-making. installs: remote:https://childpsychiatry.ai/api/mcp/v1 detail: https://mcpindex.ai/server/ai-childpsychiatry-library - China Marketing AI Intelligence MCP (ai.chinamarketing/intelligence@1.0.1) Remote MCP server for China brand visibility, destination demand, and KOL discovery workflows. installs: remote:https://api.chinamarketing.ai/mcp detail: https://mcpindex.ai/server/ai-chinamarketing-intelligence - ai.circulara/plugin (ai.circulara/plugin@0.1.2) Circulara Observe MCP plugin - meters your AI agents' token spend and carbon, free tier. installs: npm:@circulara/plugin detail: https://mcpindex.ai/server/ai-circulara-plugin - Clarid Compliance (ai.clarid/compliance@1.0.0) Check bank marketing for FDIC, NCUA, TILA, Reg DD, Reg Z, UDAAP, and Equal Housing compliance. installs: remote:https://mcp.clarid.ai/mcp detail: https://mcpindex.ai/server/ai-clarid-compliance - Clarid HMDA Validator (ai.clarid/hmda@1.0.0) Validate HMDA LAR files against CFPB edit checks for community banks and credit unions. installs: remote:https://api.clarid.ai/mcp detail: https://mcpindex.ai/server/ai-clarid-hmda - ClawTerminal (ai.clawterminal/markets@1.0.0) Ask your AI about the markets: filings, insider & congress trades, fund flows, options, macro installs: remote:https://mcp.clawterminal.ai detail: https://mcpindex.ai/server/ai-clawterminal-markets - CNAPS Studio (ai.cnaps/studio@1.0.0) Run 100+ AI models on cnaps.ai with a single natural-language request — directly from Claude. installs: remote:https://mcp.cnaps.ai/mcp detail: https://mcpindex.ai/server/ai-cnaps-studio - ai.cobbles/cobbles (ai.cobbles/cobbles@1.0.0) The shared task board for teams and their AI agents — connect over OAuth, every action signed. installs: remote:https://api.cobbles.ai/mcp detail: https://mcpindex.ai/server/ai-cobbles-cobbles - Contabo (VPS) MCP Server (ai.com.mcp/contabo@0.6.0) Contabo API (v1.0.0) as MCP tools for cloud provisioning, and management. Powered by HAPI MCP server installs: remote:https://contabo.run.mcp.com.ai/mcp detail: https://mcpindex.ai/server/ai-com-mcp-contabo - HAPI MCP Server (ai.com.mcp/hapi-mcp@0.6.0) HAPI MCP server: Dynamically exposes OpenAPI REST APIs as MCP tools for AI assistants installs: docker:docker.io/hapimcp/hapi-cli:0.6.0 detail: https://mcpindex.ai/server/ai-com-mcp-hapi-mcp - Lenny Rachitsky Podcast Transcripts MCP Server (ai.com.mcp/lenny-rachitsky-podcast@0.6.0) MCP server for structured access to Lenny Rachitsky podcast transcripts. For content creators. installs: remote:https://lenny-rachitsky.run.mcp.com.ai/mcp detail: https://mcpindex.ai/server/ai-com-mcp-lenny-rachitsky-podcast - LinkedIn MCP Server (ai.com.mcp/linkedin@1.0.0+0.7.1) LinkedIn API as MCP tools to retrieve profile data and publish content. Powered by HAPI MCP. installs: remote:https://linkedin.run.mcp.com.ai/mcp detail: https://mcpindex.ai/server/ai-com-mcp-linkedin - Petstore MCP Server (ai.com.mcp/petstore@0.6.0) Swagger Petstore API (v1.0.27) as MCP for testing and prototyping powered by the HAPI MCP server installs: remote:https://petstore.run.mcp.com.ai/mcp detail: https://mcpindex.ai/server/ai-com-mcp-petstore - MCP Registry Server (ai.com.mcp/registry@1.0.0) Publish and discover MCP servers via the official MCP Registry. Powered by HAPI MCP server. installs: remote:https://registry.run.mcp.com.ai/mcp detail: https://mcpindex.ai/server/ai-com-mcp-registry - HAPI Strava MCP Server (ai.com.mcp/strava@3.0.0+0.7.1) Strava MCP tools for AI: athletes, activities, segments, clubs, routes. Powered by HAPI MCP server. installs: remote:https://strava.run.mcp.com.ai/mcp detail: https://mcpindex.ai/server/ai-com-mcp-strava - ai.complyme.mcp/mcp (ai.complyme.mcp/mcp@1.0.0) ComplyMe.AI MCP server for legal & data protection risk analysis and audits. installs: manual detail: https://mcpindex.ai/server/ai-complyme-mcp-mcp - ConnectMachine (ai.connectmachine/connectmachine@1.0.8) Manage your ConnectMachine contacts, networks, events, and digital business cards. installs: remote:https://mcp.connectmachine.ai/mcp detail: https://mcpindex.ai/server/ai-connectmachine-connectmachine - Context Studios MCP (ai.contextstudios/mcp@2.1.0) AI agency API: free tools for glossary, comparisons, blog, guides, estimates and consulting installs: remote:https://mcp.contextstudios.ai/api/public/mcp detail: https://mcpindex.ai/server/ai-contextstudios-mcp - Conveo (ai.conveo/conveo@1.0.1) Qualitative research platform. Design studies, analyze interviews, and generate insights. installs: remote:https://app.conveo.ai/api/mcp detail: https://mcpindex.ai/server/ai-conveo-conveo - Cookiy (ai.cookiy/cookiy@1.7.19) AI user research via studies, interviews, recruitment, reports, and quantitative surveys. installs: remote:https://s-api.cookiy.ai/mcp detail: https://mcpindex.ai/server/ai-cookiy-cookiy - ai.corduroy-labs/updates (ai.corduroy-labs/updates@0.1.1) Corduroy Labs studio updates over MCP: list_updates and get_update, backed by the site's JSON Feed. installs: remote:https://corduroy-labs.ai/mcp detail: https://mcpindex.ai/server/ai-corduroy-labs-updates - Crane Ledger (ai.craneledger/crane-ledger@0.1.1) Headless API-first double-entry accounting & bookkeeping engine. 84 MCP tools over HTTP. installs: remote:https://api.craneledger.ai/mcp detail: https://mcpindex.ai/server/ai-craneledger-crane-ledger - ai.creationloop/creationloop (ai.creationloop/creationloop@0.1.0) CreationLoop is your Marketing Agent. Read the overview, offer, and FAQ; apply as a design partner. installs: remote:https://creationloop.ai/api/mcp detail: https://mcpindex.ai/server/ai-creationloop-creationloop - ai.crestsystems/counterparty-intelligence (ai.crestsystems/counterparty-intelligence@1.0.0) Check who your agent is about to pay over x402: real service, relayer, treasury, or buyer. installs: remote:https://data.crestsystems.ai/mcp detail: https://mcpindex.ai/server/ai-crestsystems-counterparty-intelligence - DABLOCK AI Visibility Index (ai.dablock/visibility-index@1.0.1) Measured share of answer for 24 crypto and Web3 brands. An open dataset, not an audit of your site. installs: remote:https://dablock.ai/mcp detail: https://mcpindex.ai/server/ai-dablock-visibility-index - DABYTE AI Visibility Index (ai.dabyte/visibility-index@1.0.1) Measured share of answer for 20 SaaS brands. An open dataset, not an audit of your site. installs: remote:https://dabyte.ai/mcp detail: https://mcpindex.ai/server/ai-dabyte-visibility-index - DataMerge MCP (ai.datamerge/mcp@1.0.0) B2B data enrichment for 375M+ companies: legal entities, corporate hierarchies, and contacts. installs: remote:https://mcp.datamerge.ai detail: https://mcpindex.ai/server/ai-datamerge-mcp - DealFilter (ai.dealfilter/mcp@1.0.0) AI deal pipeline for IT freelancers in DACH: analyze, list and manage project inquiries. installs: remote:https://dealfilter.ai/api/mcp detail: https://mcpindex.ai/server/ai-dealfilter-mcp - Decision Log (ai.decisionlog/mcp@0.1.0) Append-only decisions with provenance, supersession, retrieval, and audited MCP actions. installs: remote:https://www.decisionlog.ai/api/mcp detail: https://mcpindex.ai/server/ai-decisionlog-mcp - Demand Discovery AI (ai.demanddiscovery/mcp@1.1.9) Sales-agent MCP for Demand Discovery AI. Validate startup ideas with behavioral signals. installs: remote:https://mcp.demanddiscovery.ai/api/mcp detail: https://mcpindex.ai/server/ai-demanddiscovery-mcp - ai.deskcrew/agentic (ai.deskcrew/agentic@1.0.0) Buy a managed AI phone agent for a business, paid keylessly via x402/RLUSD on the XRP Ledger. installs: remote:https://deskcrew.ai/api/mcp detail: https://mcpindex.ai/server/ai-deskcrew-agentic - ai.dimetrics/dimetrics (ai.dimetrics/dimetrics@1.0.0) HPC lease economics, datacenter power, debt linkage, and political risk for miners and neoclouds. installs: remote:https://www.dimetrics.ai/api/mcp detail: https://mcpindex.ai/server/ai-dimetrics-dimetrics - Apprise RMCP (ai.dinglebear/apprise-rmcp@0.1.3) Rust MCP server and CLI for Apprise notification fan-out across dozens of delivery backends. installs: npm:apprise-rmcp detail: https://mcpindex.ai/server/ai-dinglebear-apprise-rmcp - Gotify RMCP (ai.dinglebear/gotify-rmcp@0.1.3) Rust MCP server and CLI for Gotify push notifications and message management. installs: npm:gotify-rmcp detail: https://mcpindex.ai/server/ai-dinglebear-gotify-rmcp - Apprise RMCP (ai.dinglebear/rapprise@0.3.0) Apprise notifications over MCP and CLI with authenticated stdio and HTTP transports. installs: npm:@dinglebear/rapprise detail: https://mcpindex.ai/server/ai-dinglebear-rapprise - Gotify RMCP (ai.dinglebear/rgotify@0.2.0) Gotify notifications and app, client, and message management over MCP and CLI. installs: npm:@dinglebear/rgotify detail: https://mcpindex.ai/server/ai-dinglebear-rgotify - Tailscale RMCP (ai.dinglebear/rtailscale@0.1.4) Tailscale device, route, DNS, key, user, and ACL management over MCP and CLI. installs: npm:@dinglebear/rtailscale | remote:https://ts.dinglebear.ai/mcp detail: https://mcpindex.ai/server/ai-dinglebear-rtailscale - UniFi RMCP (ai.dinglebear/runifi@0.2.5) Rust MCP server and CLI for UniFi Network controller operations. installs: npm:@dinglebear/runifi detail: https://mcpindex.ai/server/ai-dinglebear-runifi - Soma (ai.dinglebear/soma@0.10.0) RMCP runtime for provider-backed agents with CLI, REST, HTTP MCP, plugins, and scaffold support. installs: npm:@dinglebear/soma | docker:ghcr.io/dinglebear-ai/soma:0.10.0 detail: https://mcpindex.ai/server/ai-dinglebear-soma - Tailscale RMCP (ai.dinglebear/tailscale-rmcp@0.1.3) Rust MCP server and CLI for Tailscale devices, users, keys, policies, and auth. installs: npm:tailscale-rmcp detail: https://mcpindex.ai/server/ai-dinglebear-tailscale-rmcp - UniFi RMCP (ai.dinglebear/unifi-rmcp@0.2.4) Rust MCP server and CLI for UniFi Network controller operations. installs: npm:unifi-rmcp detail: https://mcpindex.ai/server/ai-dinglebear-unifi-rmcp - Unraid MCP (ai.dinglebear/unraid-mcp@2.10.1) MCP server for Unraid API — provides tools to interact with an Unraid server's GraphQL API. installs: pypi:unraid-mcp detail: https://mcpindex.ai/server/ai-dinglebear-unraid-mcp - Yarr MCP (ai.dinglebear/yarr@2.2.2) Self-hosted media fleet operations across Sonarr, Radarr, Plex, and related apps over MCP and CLI. installs: npm:@dinglebear/yarr detail: https://mcpindex.ai/server/ai-dinglebear-yarr - Yarr MCP (ai.dinglebear/yarr-mcp@1.1.1) Rust MCP and CLI server for Sonarr, Radarr, Prowlarr, Plex, Jellyfin, and download clients. installs: npm:yarr-mcp detail: https://mcpindex.ai/server/ai-dinglebear-yarr-mcp - DJZS Trust MCP (ai.djzs/trust-mcp@1.0.0) Deterministic pre-execution audit for trading agents. PASS/WAIT/FAIL, reproducible verdict_hash. installs: remote:https://mcp.djzs.ai/mcp detail: https://mcpindex.ai/server/ai-djzs-trust-mcp - Dreamlit (ai.dreamlit/mcp@0.1.0) Create, test, publish, and manage Dreamlit notification workflows from AI clients. installs: remote:https://mcp.dreamlit.ai/mcp detail: https://mcpindex.ai/server/ai-dreamlit-mcp - Drillr — The financial MCP for AI agents (ai.drillr/drillr@2.1.0) The financial MCP for AI agents - 90+ financial tables, SEC filings, signals, alt-data. installs: remote:https://gateway.drillr.ai/mcp/data detail: https://mcpindex.ai/server/ai-drillr-drillr - DripMetrics (ai.dripmetrics/mcp@1.0.0) Crypto market microstructure, options, and on-chain metrics. Free discovery; $0.05/call via x402. installs: remote:https://mcp.dripmetrics.ai/mcp detail: https://mcpindex.ai/server/ai-dripmetrics-mcp - ai.dsght/public (ai.dsght/public@1.1.0) Read-only MCP access to DSGHT.ai published foresight and country-grounded claim resolution. installs: remote:https://www.dsght.ai/mcp detail: https://mcpindex.ai/server/ai-dsght-public - ai.duvera/gateway (ai.duvera/gateway@1.0.0) Governed AI actions with signed, verifiable receipts: free keyless reads, human-approved writes. installs: remote:https://app.duvera.ai/mcp detail: https://mcpindex.ai/server/ai-duvera-gateway - SaC — Software as Content (ai.dynsoft/sac@0.1.2) Give your AI agent the ability to respond with live, interactive apps that evolve. installs: pypi:sac-sdk detail: https://mcpindex.ai/server/ai-dynsoft-sac - ai.edusignal/districts (ai.edusignal/districts@1.0.0) K-12 school district data for all 50 US states. Enrollment, demographics, and academics. installs: remote:https://edusignal.ai/mcp detail: https://mcpindex.ai/server/ai-edusignal-districts - ai.enginy/mcp (ai.enginy/mcp@1.0.0) B2B prospecting from your Enginy workspace: find, enrich, and reach contacts and companies. installs: remote:https://openapi.enginy.ai/mcp detail: https://mcpindex.ai/server/ai-enginy-mcp - EOSL.ai — Hardware End-of-Life Database (ai.eosl/eosl@1.0.0) Hardware end-of-life dates by part number, each linked to the vendor's own bulletin. installs: remote:https://eosl.ai/mcp detail: https://mcpindex.ai/server/ai-eosl-eosl - ai.epinu/epinu (ai.epinu/epinu@1.0.2) Agent-first marketplace for industrial assets & livestock medianería; humans approve every write. installs: remote:https://api.epinu.ai/api/agent/mcp detail: https://mcpindex.ai/server/ai-epinu-epinu - ai.etincel/etincel-nonfiction (ai.etincel/etincel-nonfiction@0.1.0) Trainable non-fiction writing voice, presets, and an anti-AI-tells audit for Claude, via MCP. installs: remote:https://etincel.ai/api/mcp detail: https://mcpindex.ai/server/ai-etincel-etincel-nonfiction - Everway MCP Server (ai.everway/everway-mcp-server@1.0.1) Read and update your Everway trips and itineraries from any MCP-compatible AI assistant. installs: remote:https://everway.ai/api/mcp detail: https://mcpindex.ai/server/ai-everway-everway-mcp-server - xmp4 — Semantic code knowledge for your stack (ai.example4/xmp4@1.2.6) OSS libs in your stack, really used: source, tests, callers. C#, Java, TS, Python, Rust, PHP+. installs: remote:https://mcp.example4.ai/mcp detail: https://mcpindex.ai/server/ai-example4-xmp4 - ai.explorium/mcp-explorium (ai.explorium/mcp-explorium@1.0.1) Access live company and contact data from Explorium's AgentSource B2B platform. installs: remote:https://mcp-github-registry.explorium.ai/mcp detail: https://mcpindex.ai/server/ai-explorium-mcp-explorium - Fantopy (ai.fantopy/fantopy@1.0.0) Free World Cup 2026 prediction game with fixtures, picks, brackets, and leaderboards installs: remote:https://mcp.fantopy.ai/mcp detail: https://mcpindex.ai/server/ai-fantopy-fantopy - ai.fathom.api/mcp (ai.fathom.api/mcp@1.0.0) Give your AI assistant real meeting context via Fathom so every output grounded in your work installs: remote:https://api.fathom.ai/mcp detail: https://mcpindex.ai/server/ai-fathom-api-mcp - FeatureBoard (ai.featureboard/featureboard@0.7.0) Local-first project board MCP: an AI agent plans, works, verifies, and ships tickets from markdown. installs: manual detail: https://mcpindex.ai/server/ai-featureboard-featureboard - Filepad (ai.filepad/filepad@0.1.1) Connect AI agents to Filepad workspaces through OAuth MCP. installs: remote:https://api.filepad.ai/mcp detail: https://mcpindex.ai/server/ai-filepad-filepad - Fine Structure (ai.finestructure/fine-structure@1.0.0) Remote MCP server for agents that create, edit, validate, and publish Fine Structure apps. installs: remote:https://finestructure.ai/api/mcp detail: https://mcpindex.ai/server/ai-finestructure-fine-structure - FinStat (ai.finstat/finstat@1.0.1) Documents in, reconciled double-entry books out. Statements, invoices, receipts, matched and posted. installs: remote:https://mcp.finstat.ai/mcp detail: https://mcpindex.ai/server/ai-finstat-finstat - ai.firmbrain/x402-services (ai.firmbrain/x402-services@1.0.1) The only x402 MCP server for Robinhood Chain (chainId 4663) - 147 onchain, trading & AI tools. installs: remote:https://x402-services-production.up.railway.app/mcp detail: https://mcpindex.ai/server/ai-firmbrain-x402-services - ai.fiuto/mcp (ai.fiuto/mcp@0.1.0) AI-powered user research for everyone installs: remote:https://mcp.fiuto.ai/ detail: https://mcpindex.ai/server/ai-fiuto-mcp - Flamel Public Content (ai.flamel/public-content@1.0.0) Read-only MCP server for Flamel.ai's public content: company overview, blog, case studies, FAQs. installs: remote:https://www.flamel.ai/mcp detail: https://mcpindex.ai/server/ai-flamel-public-content - Flowstep (ai.flowstep/mcp@1.0.0) Generate, inspect, and manage Flowstep UI designs directly from your AI assistant. installs: remote:https://api.flowstep.ai/mcp detail: https://mcpindex.ai/server/ai-flowstep-mcp - ai.fluxink/fci-mcp (ai.fluxink/fci-mcp@1.0.0) Convert handwriting into text, LaTeX math, chemistry, or molecular structures. installs: remote:https://mcp.fluxink.ai/servers/f6b6758dba6c4c92b83407a113fdb80b/mcp detail: https://mcpindex.ai/server/ai-fluxink-fci-mcp - Fodda Brand Intelligence (ai.fodda/brand-intelligence@1.33.0) Brand health & trend footprint across PSFK expert graphs with citable sources, not web summaries. installs: remote:https://mcp.fodda.ai/brand-intelligence detail: https://mcpindex.ai/server/ai-fodda-brand-intelligence - Fodda Deep Research (ai.fodda/deep-research@1.33.0) Autonomous deep research reports merging PSFK trend graphs with citable sources. installs: remote:https://mcp.fodda.ai/deep-research detail: https://mcpindex.ai/server/ai-fodda-deep-research - Fodda Earnings Intelligence (ai.fodda/earnings-intelligence@1.33.0) Cross-company earnings trends & executive divergence with citable sources. installs: remote:https://mcp.fodda.ai/earnings-intelligence detail: https://mcpindex.ai/server/ai-fodda-earnings-intelligence - Fodda Synthetic Expert Consult (ai.fodda/expert-consult@1.33.0) Consult synthetic industry experts grounded in PSFK trend graphs with citable sources. installs: remote:https://mcp.fodda.ai/expert-consult detail: https://mcpindex.ai/server/ai-fodda-expert-consult - ForkMate (ai.forkmate/forkmate@0.1.3) Effortless calorie tracking for people who train — just tell your AI what you ate. installs: remote:https://mcp.forkmate.ai/ detail: https://mcpindex.ai/server/ai-forkmate-forkmate - ai.fugentic/mattest4-qyroac (ai.fugentic/mattest4-qyroac@1.0.0) Fugentic MCP server for mattest4-qyroac installs: remote:https://mattest4-qyroac.mcp.fugentic.ai detail: https://mcpindex.ai/server/ai-fugentic-mattest4-qyroac - ai.fugentic/service-provider-index (ai.fugentic/service-provider-index@1.0.0) Find verified businesses & service providers by trade and area. Returns structured provider data. installs: remote:https://spi.fugentic.ai/mcp detail: https://mcpindex.ai/server/ai-fugentic-service-provider-index - Genomic Intelligence (ai.genomicintelligence/genomic-intelligence@1.0.0) Hosted DNA language models: promoter, splice, enhancer, chromatin, expression, annotation installs: remote:https://mcp.genomicintelligence.ai/mcp detail: https://mcpindex.ai/server/ai-genomicintelligence-genomic-intelligence - gethal.ai (ai.gethal/mcp@1.0.0) Public MCP for gethal.ai — autonomous AI sales agent. Pricing, features, book a demo. installs: remote:https://gethal.ai/mcp detail: https://mcpindex.ai/server/ai-gethal-mcp - Minds: Synthetic Market Research Panels (ai.getminds/minds@2.0.2) Run AI market research: synthetic customer panels for concept testing, message testing, segments. installs: remote:https://getminds.ai/mcp detail: https://mcpindex.ai/server/ai-getminds-minds - Optibot (ai.getoptimal/optibot@1.4.1) AI code review for your AI assistant — review local changes, branch diffs, and patch files. installs: npm:@optimalai/optibot-mcp detail: https://mcpindex.ai/server/ai-getoptimal-optibot - Perspective AI (ai.getperspective/mcp@0.0.8) An AI concierge that turns static forms into adaptive AI conversations. From any MCP client. installs: remote:https://getperspective.ai/mcp detail: https://mcpindex.ai/server/ai-getperspective-mcp - ai.gigaverse/gigaverse (ai.gigaverse/gigaverse@1.2.0) Portable Roth IRA signups for gig workers: eligibility checks, signup initiation, partners, sandbox. installs: remote:https://gigaverse.ai/api/mcp detail: https://mcpindex.ai/server/ai-gigaverse-gigaverse - ai.gomarble/mcp-api (ai.gomarble/mcp-api@1.0.0) GoMarble MCP API Server installs: remote:https://apps.gomarble.ai/mcp-api/sse detail: https://mcpindex.ai/server/ai-gomarble-mcp-api - GroundTruth — subsurface scan QA & trade estimating (ai.gtfi/groundtruth@1.0.1) Two independent AI models read a GPR, locate or pipe scan and flag the do-not-core call. installs: remote:https://gtfi.ai/mcp detail: https://mcpindex.ai/server/ai-gtfi-groundtruth - GVRN Incorporation (ai.gvrn/incorporation@1.0.0) Collect and submit company incorporation requests for review by GVRN's corpsec team. installs: remote:https://core-api.gvrn.ai/incorporation-mcp detail: https://mcpindex.ai/server/ai-gvrn-incorporation - ai.hirey/hi (ai.hirey/hi@0.1.26) The people network your AI agent joins on your behalf — find, match, and meet anyone. installs: remote:https://mcp.hirey.ai/mcp detail: https://mcpindex.ai/server/ai-hirey-hi - ai.hostingbrain/intelligence (ai.hostingbrain/intelligence@0.9.0) European hosting & domain market intelligence: M&A tracking, operator dossiers, screening. installs: remote:https://mcp.hostingbrain.ai/mcp detail: https://mcpindex.ai/server/ai-hostingbrain-intelligence - HostProfit (ai.hostprofit/mcp@1.0.0) Revenue intelligence platform for short-term rental operators. installs: remote:https://hostprofit-mcp-production.up.railway.app/mcp detail: https://mcpindex.ai/server/ai-hostprofit-mcp - i18n-agent (ai.i18nagent/i18n-agent@1.16.3) AI-powered translation for 48 languages with context-aware quality installs: npm:@i18n-agent/mcp-client | remote:https://mcp.i18nagent.ai/mcp detail: https://mcpindex.ai/server/ai-i18nagent-i18n-agent - ai.imboard/dossier (ai.imboard/dossier@1.0.4) MCP server for dossier automation standard - enables LLMs to discover, verify, and execute dossiers installs: npm:@ai-dossier/mcp-server detail: https://mcpindex.ai/server/ai-imboard-dossier - Inblog (ai.inblog/mcp@0.1.0) Create, manage, publish, and analyze Inblog content through AI agents. installs: remote:https://inblog.ai/api/mcp detail: https://mcpindex.ai/server/ai-inblog-mcp - ai.inflowpay.app/inflow (ai.inflowpay.app/inflow@1.0.3) MCP Server for agents to onboard, pay, and provision services autonomously with InFlow installs: remote:https://app.inflowpay.ai/mcp detail: https://mcpindex.ai/server/ai-inflowpay-app-inflow - InsiderAlpha — SEC Insider Trading (ai.insideralpha/insider-alpha@1.0.0) SEC Form 4 insider trades, daily trading plans, 8-K catalysts and market data for AI assistants. installs: remote:https://mcp.insideralpha.ai/mcp detail: https://mcpindex.ai/server/ai-insideralpha-insider-alpha - The Stall (ai.intuitek.the-stall/the-stall@v4.82.0) 277 pay-per-call MCP tools: YouTube keyword research, stocks, crypto, DeFi, options, macro. installs: remote:https://the-stall.intuitek.ai/mcp detail: https://mcpindex.ai/server/ai-intuitek-the-stall-the-stall - ai.iturri/market-data (ai.iturri/market-data@0.2.2) Verified market data for AI trading agents: quality-flagged candles, funding, OI, order flow. x402. installs: remote:https://iturri.ai/mcp detail: https://mcpindex.ai/server/ai-iturri-market-data - ai.jeda/jeda-ai (ai.jeda/jeda-ai@1.23.40) Visual AI for strategic thinking — SWOT, flowcharts, mindmaps, Gantt diagrams as polished SVG. installs: remote:https://mcp.jeda.ai/mcp detail: https://mcpindex.ai/server/ai-jeda-jeda-ai - ai.joinmultiplayer/gpu (ai.joinmultiplayer/gpu@2026.06.10) Agent-to-agent network for teams: dm, who-knows-X routing, shared rooms. Human-in-the-loop. installs: remote:https://joinmultiplayer.ai/mcp detail: https://mcpindex.ai/server/ai-joinmultiplayer-gpu - Just Publish (ai.justpublish/just-publish@0.1.4) Publish the website you built with AI to a live public URL — straight from chat, no setup. installs: remote:https://mcp.justpublish.ai/ detail: https://mcpindex.ai/server/ai-justpublish-just-publish - ai.klavis/strata (ai.klavis/strata@1.0.0) MCP server for progressive tool usage at any scale (see https://klavis.ai) installs: remote:https://strata.klavis.ai/mcp/ detail: https://mcpindex.ai/server/ai-klavis-strata - Klyf (ai.klyf/klyf@0.1.2) Klyf is an AI YouTube analyst in Claude that tells you what to fix and make next on your channel. installs: remote:https://klyf.ai/api/mcp detail: https://mcpindex.ai/server/ai-klyf-klyf - Kolonie AI (ai.kolonie/kolonie@1.0.1) A colony of AI citizens: join with no credential, prove skills, earn, vote on the rules. installs: remote:https://mcp.kolonie.ai/mcp detail: https://mcpindex.ai/server/ai-kolonie-kolonie - Korey (ai.korey/mcp@1.0.0) The AI orchestration agent for modern software teams. installs: remote:https://mcp.korey.ai/mcp detail: https://mcpindex.ai/server/ai-korey-mcp - ai.krtr/krtr (ai.krtr/krtr@2.5.0) Pre-diligence AI for founders, investors, and firms — multi-agent pitch analysis and deal flow. installs: remote:https://www.krtr.ai/api/mcp detail: https://mcpindex.ai/server/ai-krtr-krtr - Kubit (ai.kubit/mcp-server@1.0.1) Bring Kubit into your AI workflow — query your warehouse with natural language installs: remote:https://mcp.kubit.ai/mcp detail: https://mcpindex.ai/server/ai-kubit-mcp-server - Signal not Noise (ai.lifeisagame/signal-not-noise@1.0.1) AI-driven daily-focus todo app on your phone (max 3/day). View & add todos from any MCP client. installs: remote:https://signal.lifeisagame.ai/mcp detail: https://mcpindex.ai/server/ai-lifeisagame-signal-not-noise - LimitGuard Trust Intelligence (ai.limitguard.api/trust-intelligence@1.0.1) Entity verification, sanctions screening, and trust scoring for AI agents. installs: remote:https://api.limitguard.ai/mcp detail: https://mcpindex.ai/server/ai-limitguard-api-trust-intelligence - ai.linkguard/linkguard-mcp (ai.linkguard/linkguard-mcp@0.1.0) Backlink tools for AI assistants: redirect, Google index, and backlink health checks. installs: pypi:linkguard-mcp detail: https://mcpindex.ai/server/ai-linkguard-linkguard-mcp - LivingMeta — AI in Research (ai.livingmeta/ai-in-research@1.1.0) Read-only MCP over the LivingMeta AI-in-Research corpus: 12,400 papers, gaps, priority agenda. installs: remote:https://ai-in-research.livingmeta.ai/mcp detail: https://mcpindex.ai/server/ai-livingmeta-ai-in-research - ai.llamanotes/llamanotes (ai.llamanotes/llamanotes@1.0.0) Lucky AI study buddy over your own LlamaNotes courses: chat, progress, and AI course generation. installs: remote:https://mcp.llamanotes.ai/mcp detail: https://mcpindex.ai/server/ai-llamanotes-llamanotes - MLP Tax Computation Engine (ai.lucasandersen/mlp-tax@1.0.0) Deterministic MLP tax engine with IRS citations. 6 tools: basis, §751, estate, projections. installs: remote:https://api.lucasandersen.ai/mcp detail: https://mcpindex.ai/server/ai-lucasandersen-mlp-tax - Magic Insights (ai.magicinsights/insights@0.1.1) Query your customer feedback: studies, themes, suggestions, tags, and sentiment trends. installs: remote:https://app.magicinsights.ai/api/mcp detail: https://mcpindex.ai/server/ai-magicinsights-insights - Marcora (ai.marketcore/mcp@1.0.4) Tools for creating on-brand marketing content using Marcora's intelligent context infrastructure. installs: remote:https://mcp.marcora.ai/ detail: https://mcpindex.ai/server/ai-marketcore-mcp - ai.marketintell/marketintell (ai.marketintell/marketintell@0.3.1) AI analyst desk for stocks, options & crypto with sourced trade setups and a public accuracy record. installs: npm:marketintell | remote:https://api.marketintell.ai/mcp detail: https://mcpindex.ai/server/ai-marketintell-marketintell - MarketTrace agent-feed (ai.markettrace/agent-feed@1.5.0) Crypto perps data for AI agents: funding rates, open interest, liquidations, order book, CVD. installs: remote:https://api.markettrace.ai/mcp detail: https://mcpindex.ai/server/ai-markettrace-agent-feed - Masaro (ai.masaro/masaro@0.1.0) Task management for teams building with AI agents. Agents claim tasks and report progress. installs: remote:https://masaro.ai/api/mcp/mcp detail: https://mcpindex.ai/server/ai-masaro-masaro - maxcv — CV tailoring (ai.maxcv/resume@0.1.0) Score and tailor your CV/resume against a job posting — for AI agents and humans, no-login trial. installs: remote:https://maxcv.ai/mcp detail: https://mcpindex.ai/server/ai-maxcv-resume - ai.mcpcap/mcpcap (ai.mcpcap/mcpcap@0.9.6) An MCP server for analyzing PCAP files. installs: pypi:mcpcap detail: https://mcpindex.ai/server/ai-mcpcap-mcpcap - MRC Data — China's Apparel Supply Chain Infrastructure (ai.meacheal/mrc-data@2.2.2) China's apparel supply chain data for AI: 1,000+ suppliers, 350+ fabrics, 170+ clusters. installs: remote:https://api.meacheal.ai/mcp detail: https://mcpindex.ai/server/ai-meacheal-mrc-data - Squad (ai.meetsquad/squad@4.1.0) Decision intelligence for product teams. Turn scattered feedback into signal you can act on. installs: remote:https://mcp.meetsquad.ai/mcp detail: https://mcpindex.ai/server/ai-meetsquad-squad - ai.memoket/memoket (ai.memoket/memoket@1.0.0) Memoket — access your recording transcripts, summaries, and key takeaways over MCP. installs: remote:https://mcp.memoket.ai/mcp detail: https://mcpindex.ai/server/ai-memoket-memoket - ai.mindola/lens (ai.mindola/lens@1.0.2) Create your digital twin: a public page that answers from your own material, with citations. installs: remote:https://app.mindola.ai/mcp/lens detail: https://mcpindex.ai/server/ai-mindola-lens - TinyFish AI Web Agent (ai.mino/web-agent@1.0.0) AI-powered web automation. Navigate websites using AI agents for one page or a thousand installs: remote:https://mino.ai/mcp detail: https://mcpindex.ai/server/ai-mino-web-agent - MIRASTACK Redfish MCP Server (ai.mirastacklabs/mirastack-redfish-mcp@0.1.1) Governed MCP server for DMTF Redfish BMCs. Read-only by default; writes are opt-in and dry-run. installs: pypi:mirastack-redfish-mcp | docker:docker.io/mirastack/mirastack-redfish-mcp:0.1.1 detail: https://mcpindex.ai/server/ai-mirastacklabs-mirastack-redfish-mcp - Modulos Demo Booking (ai.modulos/demo-booking@0.1.1) Book a Modulos demo. AI Governance Platform for EU AI Act, ISO 42001, NIST AI RMF. installs: remote:https://www.modulos.ai/api/mcp/ detail: https://mcpindex.ai/server/ai-modulos-demo-booking - ai.monnet/mcp (ai.monnet/mcp@0.2.3) Model Context Protocol server for Monnet — motions, plans, and approvals for MCP-compatible clients. installs: npm:@monnet/mcp detail: https://mcpindex.ai/server/ai-monnet-mcp - Moxt Workspace (ai.moxt/mcp-workspace@1.0.0) Browse and manage files in your Moxt AI workspace from any MCP client. installs: remote:https://mcp.moxt.ai/openapi/v1/mcp detail: https://mcpindex.ai/server/ai-moxt-mcp-workspace - mrmarket.ai (ai.mrmarket/mrmarket-mcp@1.1.0) Analytical engine for US-listed equities: screens, rankings, and event studies in plain English. installs: remote:https://mcp.mrmarket.ai/mcp detail: https://mcpindex.ai/server/ai-mrmarket-mrmarket-mcp - Muffed — verified NFL stats and fantasy context (ai.muffed/muffed@1.0.3) Verified NFL stats and Sleeper league context. Every figure carries its own source rank. installs: remote:https://muffed.ai/api/mcp detail: https://mcpindex.ai/server/ai-muffed-muffed - myplot.ai Property Intelligence (ai.myplot/property-intelligence@1.0.0) US property risk data for agents: flood, hazards, taxes, air quality. Credits or USDC. installs: remote:https://myplot.ai/mcp detail: https://mcpindex.ai/server/ai-myplot-property-intelligence - ai.myriade/myriade (ai.myriade/myriade@1.187.1) Explore and query your data warehouse through Myriade's AI data analyst agent. installs: remote:https://app.myriade.ai/mcp/ detail: https://mcpindex.ai/server/ai-myriade-myriade - Nauro (ai.nauro/nauro@1.13.0) Human-approved project judgment and current state for connected AI agents, surfaced before work. installs: pypi:nauro detail: https://mcpindex.ai/server/ai-nauro-nauro - Nefesh — Real-Time Human State Awareness for AI (ai.nefesh/human-state@4.0.0) Fuses biometric signals into a stress score (0-100) for AI adaptation. MCP + A2A native. installs: remote:https://mcp.nefesh.ai/mcp detail: https://mcpindex.ai/server/ai-nefesh-human-state - NexusToken (ai.nexustoken/nexustoken-sdk@0.6.5) Create/check agent tasks, discover capabilities, and run V2 Jobs on NexusToken. installs: pypi:nexustoken-sdk detail: https://mcpindex.ai/server/ai-nexustoken-nexustoken-sdk - Fidenta Verify (ai.noevant/fidenta-verify@1.0.0) Independent fact-checking for AI answers: a verdict and sources for every claim. installs: remote:https://verify.noevant.ai/mcp detail: https://mcpindex.ai/server/ai-noevant-fidenta-verify - ai.nullary/nullary (ai.nullary/nullary@1.0.1) Negative results intelligence for drug discovery — query measured failures via MCP. installs: remote:https://mcp.nullary.ai/mcp detail: https://mcpindex.ai/server/ai-nullary-nullary - ai.obaron/aeo (ai.obaron/aeo@1.0.0) Scan any website for AI readiness — 100-point score across 6 AEO categories in seconds. installs: remote:https://api.obaron.ai/aeo/mcp detail: https://mcpindex.ai/server/ai-obaron-aeo - openaso (ai.openaso/openaso@0.3.0) App Store Optimization for AI agents: keyword ranks, suggestions, popularity, competitors, reviews installs: remote:https://mcp.openaso.ai/mcp detail: https://mcpindex.ai/server/ai-openaso-openaso - ai.openhelm/deep-research (ai.openhelm/deep-research@0.1.0) Autonomous buy-side research: diligence, earnings, SEC filings, comp sets. Source-cited real data. installs: remote:https://mcp.openhelm.ai/research/mcp detail: https://mcpindex.ai/server/ai-openhelm-deep-research - ai.openhelm/dev-changes (ai.openhelm/dev-changes@0.1.0) Turn described changes into reviewed pull requests: propose, triage, review, dependency audits. installs: remote:https://mcp.openhelm.ai/dev/mcp detail: https://mcpindex.ai/server/ai-openhelm-dev-changes - ai.openhelm/monitoring (ai.openhelm/monitoring@0.1.0) Site & competitor monitoring: snapshots, evidence-backed diffs, briefs, price checks, mentions. installs: remote:https://mcp.openhelm.ai/watch/mcp detail: https://mcpindex.ai/server/ai-openhelm-monitoring - OpenMandate (ai.openmandate/mcp@0.6.0) MCP server for OpenMandate — find cofounders and early teammates beyond your network. 15 tools. installs: remote:https://mcp.openmandate.ai/mcp detail: https://mcpindex.ai/server/ai-openmandate-mcp - OrangePro (ai.orangepro/mcp@0.2.24) Find test gaps, generate grounded tests, and dynamically prove behavior with mutation testing. installs: npm:@orangepro/mcp-server detail: https://mcpindex.ai/server/ai-orangepro-mcp - OrgGen AI (ai.orggen/orggen@1.0.0) Generate org charts, MCD/ERD data models, and C4 architecture diagrams — pilot OrgGen AI via MCP. installs: remote:https://www.orggen.ai/api/mcp detail: https://mcpindex.ai/server/ai-orggen-orggen - oruk Speech (ai.oruk/speech@1.0.0) Hosted speech-to-text + speech emotion/tone analysis for agents. No install; trial keys built in. installs: remote:https://oruk.ai/mcp detail: https://mcpindex.ai/server/ai-oruk-speech - Outset (ai.outset/mcp@1.0.0) AI-moderated research platform: create and launch studies and query interview results. installs: remote:https://api.outset.ai/mcp/ detail: https://mcpindex.ai/server/ai-outset-mcp - ai.packmind/mcp-server (ai.packmind/mcp-server@1.0.0) Packmind captures, scales, and enforces your organization's technical decisions. installs: remote:https://app.packmind.ai/mcp detail: https://mcpindex.ai/server/ai-packmind-mcp-server - ai.painspotter/painspotter (ai.painspotter/painspotter@1.0.0) AI-analyzed startup opportunities from Reddit, Hacker News & Product Hunt, with commercial scores. installs: remote:https://painspotter.ai/mcp detail: https://mcpindex.ai/server/ai-painspotter-painspotter - Paper Lantern (ai.paperlantern/code@0.3.1) Research intelligence for AI coding agents. 2M+ CS papers with evidence and tradeoffs. installs: remote:https://mcp.paperlantern.ai/chat/mcp detail: https://mcpindex.ai/server/ai-paperlantern-code - Parallel Task MCP (ai.parallel/task-mcp@1.0.0) An MCP server for deep research or task groups installs: remote:https://task-mcp.parallel.ai/mcp detail: https://mcpindex.ai/server/ai-parallel-task-mcp - ai.parceled/mcp (ai.parceled/mcp@1.2.0) Real estate data for AI agents: US parcel boundaries (tiles), owners, sale history, permits, hail. installs: remote:https://parceled.ai/api/mcp detail: https://mcpindex.ai/server/ai-parceled-mcp - Pathbound (ai.pathbound/pathbound@1.0.0) Customer-context and ops layer for AI agents installs: remote:https://mcp.pathbound.ai/mcp detail: https://mcpindex.ai/server/ai-pathbound-pathbound - Phano Intelligence Platform (ai.phano/intelligence@1.0.0) Read-only account intelligence for Customer Success and Account Management teams. installs: remote:https://phano.ai/api/v1/mcp detail: https://mcpindex.ai/server/ai-phano-intelligence - Liminality (ai.physea/liminality@1.0.4) Breaks a hard question or decision into grounded sub-questions and returns a checkable route. installs: remote:https://liminality.physea.ai/mcp detail: https://mcpindex.ai/server/ai-physea-liminality - ai.plero/plero (ai.plero/plero@2026.7.18) Operating system for creative companies: clients, projects, estimates, contracts, invoices, talent installs: remote:https://plero.ai/api/mcp detail: https://mcpindex.ai/server/ai-plero-plero - ai.plith/plith (ai.plith/plith@1.0.0) AI agent infrastructure: dedup, cost prediction, validation, governance, failure intelligence. installs: remote:https://plith.ai/api/mcp detail: https://mcpindex.ai/server/ai-plith-plith - Popdot AI (ai.popdot/popdot-mcp@1.0.2) Rent verified subdomains by the hour, day, or month. Free 24h trials, x402 USDC on Base. installs: npm:popdot-mcp | remote:https://popdot.ai/api/mcp detail: https://mcpindex.ai/server/ai-popdot-popdot-mcp - Positif (ai.positif/positif@0.2.2) The agent switchboard: identity, policy, loop-guard, and an append-only audit ledger. installs: npm:positif-ai | pypi:positif-ai detail: https://mcpindex.ai/server/ai-positif-positif - PreClick — An MCP-native URL preflight scanning service for autonomous agents. (ai.preclick/preclick-mcp@0.3.6) PreClick scans links for threats and confirms intent match with high accuracy before agents click. installs: remote:https://preclick.ai/mcp detail: https://mcpindex.ai/server/ai-preclick-preclick-mcp - ai.presentations/presentations-ai (ai.presentations/presentations-ai@1.0.0) Presentations.AI MCP server — create designed slide decks from a topic, text, or document. installs: remote:https://api.presentations.ai/mcp detail: https://mcpindex.ai/server/ai-presentations-presentations-ai - Preuve AI Market Research (ai.preuve/mcp@1.0.2) Market research and competitive intelligence for startup ideas - every finding source-linked. installs: remote:https://mcp.preuve.ai/mcp detail: https://mcpindex.ai/server/ai-preuve-mcp - Probity Wallet Reputation (ai.probitylabs/wallet-reputation@1.0.1) Screen an Ethereum address or ENS name for on-chain reputation risk, sanctions, and reasoning. installs: remote:https://mcp.probitylabs.ai/mcp detail: https://mcpindex.ai/server/ai-probitylabs-wallet-reputation - probr (ai.probr/probr@0.3.0) Read and manage the competitors, signals, and weekly briefs in your probr workspace. installs: remote:https://mcp.probr.ai/mcp detail: https://mcpindex.ai/server/ai-probr-probr - ProductNow (ai.productnow/productnow@1.0.0) Turn prototype feedback into product decisions that your whole team can trace. installs: remote:https://api.productnow-prod.com/mcp detail: https://mcpindex.ai/server/ai-productnow-productnow - ai.promptsharp/promptsharp (ai.promptsharp/promptsharp@1.0.1) Professional prompt library over remote MCP: 13 verticals, free discovery scope. installs: remote:https://promptsharp.ai/mcp detail: https://mcpindex.ai/server/ai-promptsharp-promptsharp - ProofSlip (ai.proofslip/mcp-server@0.2.3) Receipt-based verification for AI agent workflows — create, verify, and poll ephemeral proof objects installs: npm:@proofslip/mcp-server detail: https://mcpindex.ai/server/ai-proofslip-mcp-server - Pro Reach LinkedIn Outreach (ai.proreach/outreach@1.0.0) Plan and run LinkedIn outreach: templates, leads, confirmation-gated launch, metrics, replies. installs: remote:https://proreach.ai/api/mcp detail: https://mcpindex.ai/server/ai-proreach-outreach - Proxygate (ai.proxygate/mcp@1.0.1) Curated marketplace of real-world data APIs for AI agents, paid per call in USDC on Solana. installs: remote:https://gateway.proxygate.ai/mcp detail: https://mcpindex.ai/server/ai-proxygate-mcp - PubFi MCP (ai.pubfi/mcp@0.1.91) Enumerate and inspect PubFi capabilities, then execute an exact selected route. installs: remote:https://mcp.pubfi.ai detail: https://mcpindex.ai/server/ai-pubfi-mcp - publishwith.ai (ai.publishwith/mcp@1.0.0) Publish AI reports as managed native links with versions, access control, revocation, and audit. installs: remote:https://publishwith.ai/mcp detail: https://mcpindex.ai/server/ai-publishwith-mcp - ai.pullpush/pullpush-mcp (ai.pullpush/pullpush-mcp@2.2.1) Connect any two APIs and keep them in sync — 48 MCP tools with shadow previews and diagnostics. installs: npm:kaduno-pullpush-mcp | remote:https://api.pullpush.ai/mcp detail: https://mcpindex.ai/server/ai-pullpush-pullpush-mcp - ai.quantifyme/quantifyme (ai.quantifyme/quantifyme@1.0.0) Describe a trading strategy in plain English and deploy a live signal model in one call. No signup. installs: remote:https://mcp.quantifyme.ai/mcp detail: https://mcpindex.ai/server/ai-quantifyme-quantifyme - QuoteFirst (ai.quotefirst/quotefirst@1.0.0) Get dollar quotes from 200+ LLMs before any work runs; accept, execute, and verify quality. installs: remote:https://quotefirst.ai/api/mcp detail: https://mcpindex.ai/server/ai-quotefirst-quotefirst - ai.raisonn/connect (ai.raisonn/connect@1.0.0) AI-native art catalogue. Catalogue works, parse provenance, and generate signed RAIs. installs: remote:https://mcp.raisonn.ai/mcp detail: https://mcpindex.ai/server/ai-raisonn-connect - Raven (ai.ravenmcp/raven-mcp@2.4.0) Design intelligence for coding agents: audits, design systems, and a taste profile agents consult. installs: npm:raven-mcp | remote:https://mcp.ravenmcp.ai/api/mcp detail: https://mcpindex.ai/server/ai-ravenmcp-raven-mcp - RedditGrow (ai.redditgrow/mcp@3.10.0) Reddit growth toolkit — opportunities, replies, cold DMs, brand mentions, SEO, autopilot. installs: remote:https://redditgrow.ai/mcp detail: https://mcpindex.ai/server/ai-redditgrow-mcp - ai.responsibleailabs/rail-score (ai.responsibleailabs/rail-score@1.1.1) Responsible-AI guardrails for agents: scoring with policy, injection & PII detection, DPDP. installs: remote:https://mcp.responsibleailabs.ai/mcp detail: https://mcpindex.ai/server/ai-responsibleailabs-rail-score - Retro Diffusion Pixel Art (ai.retrodiffusion/pixel-art@1.1.0) Generate authentic pixel art - sprites, animations, and tilesets - from any MCP client installs: remote:https://mcp.retrodiffusion.ai/mcp detail: https://mcpindex.ai/server/ai-retrodiffusion-pixel-art - RFix (ai.rfix/mcp@0.1.0) Create RF signal projects from prompts, inspect graphs, and export IQ data. installs: remote:https://mcp.rfix.ai/mcp detail: https://mcpindex.ai/server/ai-rfix-mcp - ai.rise2/figlime (ai.rise2/figlime@1.0.2) Read Figlime jobs, screening questions, and candidate responses; draft screening questions. installs: remote:https://app.rise2.ai/mcp detail: https://mcpindex.ai/server/ai-rise2-figlime - RiskState — Crypto Risk Engine (ai.riskstate/mcp@1.0.0) Live BTC/ETH risk state: risk policy, market structure and trading playbooks. Keyless free tier. installs: remote:https://api.riskstate.ai/mcp detail: https://mcpindex.ai/server/ai-riskstate-mcp - ai.robomart/robomart (ai.robomart/robomart@0.0.1) Driverless delivery. installs: remote:https://mcp.robomart.ai/mcp detail: https://mcpindex.ai/server/ai-robomart-robomart - ai.rocketsloth/rocketsloth (ai.rocketsloth/rocketsloth@2.0.0) Website monetization for AI agents: apply, integrate ads, reporting, and payouts — all over MCP. installs: remote:https://rocketsloth.ai/mcp detail: https://mcpindex.ai/server/ai-rocketsloth-rocketsloth - Rockmoon Financial Data (ai.rockmoon/financial-data@1.0.0) Cross-market (US/JP/KR) structured financials, segments, ownership & metrics, traceable to filings. installs: remote:https://mcp.rockmoon.ai/mcp detail: https://mcpindex.ai/server/ai-rockmoon-financial-data - ROIC.AI Financial Data (ai.roic/roic@1.0.0) ROIC.AI financial data: statements, ratios, prices, and earnings transcripts for public companies. installs: remote:https://mcp.roic.ai/mcp detail: https://mcpindex.ai/server/ai-roic-roic - RoryPlans (ai.roryplans/roryplans@1.0.0) AI work orchestration for plans, tasks, teams, and coding-agent dispatch. installs: remote:https://www.roryplans.ai/api/mcp detail: https://mcpindex.ai/server/ai-roryplans-roryplans - Roster (ai.rosterresolve/roster@1.2.2) Self-hosted participant resolution agent with an MCP server for agent workflows. installs: remote:https://{roster_host}/mcp detail: https://mcpindex.ai/server/ai-rosterresolve-roster - Roxels (ai.roxels/roxels-mcp@0.5.1) Let AI agents create configurable voice agents via meeting rooms and return structured data. installs: pypi:roxels-mcp detail: https://mcpindex.ai/server/ai-roxels-roxels-mcp - ai.rxmanager/mcp (ai.rxmanager/mcp@0.1.0) Live US drug acquisition costs (CMS NADAC) for AI assistants. Free, no auth, weekly data. installs: remote:https://mcp.rxmanager.ai/mcp detail: https://mcpindex.ai/server/ai-rxmanager-mcp - CryptoPulse Data API (ai.saascloud/cryptopulse@1.0.0) Pay-per-call crypto market intelligence for AI agents. USDC on Base via x402. installs: remote:https://cryptopulse.saascloud.ai/mcp detail: https://mcpindex.ai/server/ai-saascloud-cryptopulse - SaltyBytes (ai.saltybytes/recipes@1.0.0) Find real recipes from across the web and save them to your SaltyBytes collection. installs: remote:https://api.saltybytes.ai/mcp detail: https://mcpindex.ai/server/ai-saltybytes-recipes - satoshidata — Bitcoin entity intelligence (ai.satoshidata/wallet-intelligence@1.0.6) Bitcoin entity and risk-exposure evidence for AI agents; keyless MCP, no risk_check score/verdict. installs: remote:https://satoshidata.ai/mcp/v1/ detail: https://mcpindex.ai/server/ai-satoshidata-wallet-intelligence - ai.seaotter/otterscore (ai.seaotter/otterscore@1.0.0) Hostile-by-default critic that grades AI agent output against your acceptance policy. installs: remote:https://mcp.seaotter.ai/mcp detail: https://mcpindex.ai/server/ai-seaotter-otterscore - ai.secapi/secapi (ai.secapi/secapi@0.3.0) SEC & financial-data MCP: filings, financials, ownership, factors, fund letters, prompts. installs: remote:https://api.secapi.ai/mcp detail: https://mcpindex.ai/server/ai-secapi-secapi - SentEdge Idea Machine (ai.sentedge/idea-machine@1.0.0) Buy adversarially-debated AI product ideas over x402: $0.10 pulls, $1 buyouts, USDC on Base. installs: remote:https://sentedge.ai/mcp detail: https://mcpindex.ai/server/ai-sentedge-idea-machine - SentiSense (ai.sentisense/market-intelligence@1.0.1) US market mood, stock sentiment, SentiSense Score, news, analyst ratings, and institutional flows. installs: remote:https://app.sentisense.ai/mcp detail: https://mcpindex.ai/server/ai-sentisense-market-intelligence - SessionKeeper (ai.sessionkeeper/mcp@1.0.1) Dungeons & Dragons (D&D) and TTRPG companion: SessionKeeper sessions, NPCs, wiki, DM prep. installs: remote:https://api.sessionkeeper.ai/mcp detail: https://mcpindex.ai/server/ai-sessionkeeper-mcp - ai.shipeasy/mcp (ai.shipeasy/mcp@2.8.0) Feature flags, A/B experiments, kill switches, dynamic config & i18n — Shipeasy MCP server. installs: npm:@shipeasy/mcp detail: https://mcpindex.ai/server/ai-shipeasy-mcp - Signal8 (ai.signal8/mcp@0.15.0) SEC filings, dilution, insider & institutional ownership, and political-trade data for AI agents. installs: npm:@signal8ai/mcp | remote:https://mcp.signal8.ai/mcp detail: https://mcpindex.ai/server/ai-signal8-mcp - SimSense (ai.simsense/mcp@1.1.0) Deploy sims to any screen. Control your displays with Claude. installs: remote:https://my.simsense.ai/mcp detail: https://mcpindex.ai/server/ai-simsense-mcp - SimStim (ai.simstim/mcp@1.0.1) Deploy sims to any screen. Control your displays with Claude. installs: remote:https://my.simstim.ai/mcp detail: https://mcpindex.ai/server/ai-simstim-mcp - ai.sitepulsar/mcp (ai.sitepulsar/mcp@1.0.1) SitePulsar AEO audits: fetch FIND/READ/USE agent-readiness scores for any website. installs: remote:https://mcp.sitepulsar.ai/mcp detail: https://mcpindex.ai/server/ai-sitepulsar-mcp - ai.sixta/sixta-connect (ai.sixta/sixta-connect@0.1.0) DBRE-grade SQL analysis inside any MCP client. No connection. No install. Paste a query. installs: remote:https://connect.sixta.ai/mcp detail: https://mcpindex.ai/server/ai-sixta-sixta-connect - Skilder (ai.skilder/skilder@0.10.2) One place to build, share, and govern the skills and tools your AI agents use at work. installs: remote:https://app.skilder.ai/mcp detail: https://mcpindex.ai/server/ai-skilder-skilder - Sleepwalker (ai.sleepwalker/sleepwalker@0.1.1) AI Visibility and Content Intelligence tools for Claude and MCP-compatible agents. installs: remote:https://mcp.sleepwalker.ai/mcp detail: https://mcpindex.ai/server/ai-sleepwalker-sleepwalker - Slideless (ai.slideless/mcp@0.1.0) List, share, upload, and manage Slideless HTML presentations from any MCP host. installs: remote:https://mcp.slideless.ai/mcp detail: https://mcpindex.ai/server/ai-slideless-mcp - ai.smithery/BigVik193-reddit-ads-mcp (ai.smithery/BigVik193-reddit-ads-mcp@1.0.0) Manage Reddit advertising across accounts, campaigns, ad groups, posts, and ads. List accounts, fu… installs: remote:https://server.smithery.ai/@BigVik193/reddit-ads-mcp/mcp detail: https://mcpindex.ai/server/ai-smithery-bigvik193-reddit-ads-mcp - ai.smithery/BigVik193-reddit-ads-mcp-api (ai.smithery/BigVik193-reddit-ads-mcp-api@1.0.0) Manage Reddit advertising end to end across accounts, funding methods, campaigns, ad groups, and a… installs: remote:https://server.smithery.ai/@BigVik193/reddit-ads-mcp-api/mcp detail: https://mcpindex.ai/server/ai-smithery-bigvik193-reddit-ads-mcp-api - ai.smithery/BigVik193-reddit-user-mcp (ai.smithery/BigVik193-reddit-user-mcp@1.0.0) Browse and manage Reddit posts, comments, and threads. Fetch user activity, explore hot/new/rising… installs: remote:https://server.smithery.ai/@BigVik193/reddit-user-mcp/mcp detail: https://mcpindex.ai/server/ai-smithery-bigvik193-reddit-user-mcp - ai.smithery/BowenXU0126-aistudio_hw3 (ai.smithery/BowenXU0126-aistudio_hw3@1.16.0) Send personalized greetings with optional pirate flair. Compose friendly salutations for any name… installs: remote:https://server.smithery.ai/@BowenXU0126/aistudio_hw3/mcp detail: https://mcpindex.ai/server/ai-smithery-bowenxu0126-aistudio-hw3 - ai.smithery/ChiR24-unreal_mcp (ai.smithery/ChiR24-unreal_mcp@0.4.6) Control Unreal Engine to browse assets, import content, and manage levels and sequences. Automate… installs: remote:https://server.smithery.ai/@ChiR24/unreal_mcp/mcp detail: https://mcpindex.ai/server/ai-smithery-chir24-unreal-mcp - ai.smithery/ChiR24-unreal_mcp_server (ai.smithery/ChiR24-unreal_mcp_server@0.4.4) A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal E… installs: remote:https://server.smithery.ai/@ChiR24/unreal_mcp_server/mcp detail: https://mcpindex.ai/server/ai-smithery-chir24-unreal-mcp-server - ai.smithery/CollectiveSpend-collectivespend-smithery-mcp (ai.smithery/CollectiveSpend-collectivespend-smithery-mcp@1.0.0) Connect CollectiveSpend with Xero to manage contacts. Retrieve, create, and update contact records… installs: remote:https://server.smithery.ai/@CollectiveSpend/collectivespend-smithery-mcp/mcp detail: https://mcpindex.ai/server/ai-smithery-collectivespend-collectivespend-smithery-mcp - ai.smithery/CryptoCultCurt-appfolio-mcp-server (ai.smithery/CryptoCultCurt-appfolio-mcp-server@1.0.1) Provide seamless access to Appfolio Property Manager Reporting API through a standardized MCP serv… installs: remote:https://server.smithery.ai/@CryptoCultCurt/appfolio-mcp-server/mcp detail: https://mcpindex.ai/server/ai-smithery-cryptocultcurt-appfolio-mcp-server - ai.smithery/DynamicEndpoints-autogen_mcp (ai.smithery/DynamicEndpoints-autogen_mcp@0.3.0) Create and manage AI agents that collaborate and solve problems through natural language interacti… installs: remote:https://server.smithery.ai/@DynamicEndpoints/autogen_mcp/mcp detail: https://mcpindex.ai/server/ai-smithery-dynamicendpoints-autogen-mcp - ai.smithery/DynamicEndpoints-m365-core-mcp (ai.smithery/DynamicEndpoints-m365-core-mcp@1.1.0) *Updated June 17th 2025** Manage your Microsoft 365 services effortlessly. Create and manage distr… installs: remote:https://server.smithery.ai/@DynamicEndpoints/m365-core-mcp/mcp detail: https://mcpindex.ai/server/ai-smithery-dynamicendpoints-m365-core-mcp - ai.smithery/FelixYifeiWang-felix-mcp-smithery (ai.smithery/FelixYifeiWang-felix-mcp-smithery@1.0.0) Streamline your workflow with Felix. Integrate it into your workspace and tailor its behavior to y… installs: remote:https://server.smithery.ai/@FelixYifeiWang/felix-mcp-smithery/mcp detail: https://mcpindex.ai/server/ai-smithery-felixyifeiwang-felix-mcp-smithery - ai.smithery/HARJAP-SINGH-3105-splitwise_mcp (ai.smithery/HARJAP-SINGH-3105-splitwise_mcp@1.14.0) Manage Splitwise balances, expenses, and groups from your workspace. Fetch friends and recent acti… installs: remote:https://server.smithery.ai/@HARJAP-SINGH-3105/splitwise_mcp/mcp detail: https://mcpindex.ai/server/ai-smithery-harjap-singh-3105-splitwise-mcp - ai.smithery/Kim-soung-won-mcp-smithery-exam (ai.smithery/Kim-soung-won-mcp-smithery-exam@1.14.0) Craft quick, personalized greetings by name. Generate ready-to-use greeting prompts for a consiste… installs: remote:https://server.smithery.ai/@Kim-soung-won/mcp-smithery-exam/mcp detail: https://mcpindex.ai/server/ai-smithery-kim-soung-won-mcp-smithery-exam - ai.smithery/Kryptoskatt-mcp-server (ai.smithery/Kryptoskatt-mcp-server@1.0.0) Enable AI assistants to interact seamlessly with the DefiLlama API by translating MCP tool calls i… installs: remote:https://server.smithery.ai/@Kryptoskatt/mcp-server/mcp detail: https://mcpindex.ai/server/ai-smithery-kryptoskatt-mcp-server - ai.smithery/Leghis-smart-thinking (ai.smithery/Leghis-smart-thinking@0.0.0) Find relevant Smart‑Thinking memories fast. Fetch full entries by ID to get complete context. Spee… installs: remote:https://server.smithery.ai/@Leghis/smart-thinking/mcp detail: https://mcpindex.ai/server/ai-smithery-leghis-smart-thinking - ai.smithery/MetehanGZL-pokemcp (ai.smithery/MetehanGZL-pokemcp@1.0.0) Provide detailed Pokémon data and information through a standardized MCP interface. Enable LLMs an… installs: remote:https://server.smithery.ai/@MetehanGZL/pokemcp/mcp detail: https://mcpindex.ai/server/ai-smithery-metehangzl-pokemcp - ai.smithery/PabloLec-keyprobe-mcp (ai.smithery/PabloLec-keyprobe-mcp@1.13.1) Audit certificates and keystores to surface expiry risks, weak algorithms, and misconfigurations.… installs: remote:https://server.smithery.ai/@PabloLec/keyprobe-mcp/mcp detail: https://mcpindex.ai/server/ai-smithery-pablolec-keyprobe-mcp - ai.smithery/Parc-Dev-task-breakdown-server (ai.smithery/Parc-Dev-task-breakdown-server@1.0.0) Break down complex problems into clear, actionable steps. Adapt on the fly by iterating, revising,… installs: remote:https://server.smithery.ai/@Parc-Dev/task-breakdown-server/mcp detail: https://mcpindex.ai/server/ai-smithery-parc-dev-task-breakdown-server - ai.smithery/Phionx-mcp-hello-server (ai.smithery/Phionx-mcp-hello-server@1.16.0) Send personalized greetings to anyone. Enable Pirate Mode for swashbuckling salutations. Explore t… installs: remote:https://server.smithery.ai/@Phionx/mcp-hello-server/mcp detail: https://mcpindex.ai/server/ai-smithery-phionx-mcp-hello-server - ai.smithery/PixdataOrg-coderide (ai.smithery/PixdataOrg-coderide@0.9.1) CodeRide eliminates the context reset cycle once and for all. Through MCP integration, it seamless… installs: remote:https://server.smithery.ai/@PixdataOrg/coderide/mcp detail: https://mcpindex.ai/server/ai-smithery-pixdataorg-coderide - ai.smithery/ProfessionalWiki-mediawiki-mcp-server (ai.smithery/ProfessionalWiki-mediawiki-mcp-server@0.1.1) Enable Large Language Model clients to interact seamlessly with any MediaWiki wiki. Perform action… installs: remote:https://server.smithery.ai/@ProfessionalWiki/mediawiki-mcp-server/mcp detail: https://mcpindex.ai/server/ai-smithery-professionalwiki-mediawiki-mcp-server - ai.smithery/RectiFlex-centerassist-mcp (ai.smithery/RectiFlex-centerassist-mcp@1.0.0) Streamline field service and construction operations with CenterPoint Connect. Manage companies, o… installs: remote:https://server.smithery.ai/@RectiFlex/centerassist-mcp/mcp detail: https://mcpindex.ai/server/ai-smithery-rectiflex-centerassist-mcp - ai.smithery/RectiFlex-centerassist-mcp-cp (ai.smithery/RectiFlex-centerassist-mcp-cp@1.0.0) Streamline property management, construction, and service workflows with CenterPoint Connect. Sear… installs: remote:https://server.smithery.ai/@RectiFlex/centerassist-mcp-cp/mcp detail: https://mcpindex.ai/server/ai-smithery-rectiflex-centerassist-mcp-cp - ai.smithery/RectiFlex-centerassist-mcp-cp1 (ai.smithery/RectiFlex-centerassist-mcp-cp1@1.0.0) Access and manage CenterPoint Connect data for property management, construction, and service oper… installs: remote:https://server.smithery.ai/@RectiFlex/centerassist-mcp-cp1/mcp detail: https://mcpindex.ai/server/ai-smithery-rectiflex-centerassist-mcp-cp1 - ai.smithery/RectiFlex-centerassist-mcp1 (ai.smithery/RectiFlex-centerassist-mcp1@1.0.0) Manage CenterPoint Connect data across properties, companies, employees, invoices, materials, and… installs: remote:https://server.smithery.ai/@RectiFlex/centerassist-mcp1/mcp detail: https://mcpindex.ai/server/ai-smithery-rectiflex-centerassist-mcp1 - ai.smithery/STUzhy-py_execute_mcp (ai.smithery/STUzhy-py_execute_mcp@1.0.0) Run Python code in a secure sandbox without local setup. Declare inline dependencies and execute s… installs: remote:https://server.smithery.ai/@STUzhy/py_execute_mcp/mcp detail: https://mcpindex.ai/server/ai-smithery-stuzhy-py-execute-mcp - ai.smithery/a-ariff-canvas-instant-mcp (ai.smithery/a-ariff-canvas-instant-mcp@2.0.0) Manage your Canvas coursework with quick access to courses, assignments, and grades. Track upcomin… installs: remote:https://server.smithery.ai/@a-ariff/canvas-instant-mcp/mcp detail: https://mcpindex.ai/server/ai-smithery-a-ariff-canvas-instant-mcp - ai.smithery/airmang-hwpx-mcp (ai.smithery/airmang-hwpx-mcp@1.14.0) 자동화하여 HWPX 문서의 로딩, 탐색, 편집, 검증을 한 번에 처리합니다. 문단·표·주석 추가, 텍스트 일괄 치환, 머리말·꼬리말 설정 등 반복 작업을 신속히 수행합니다. 기… installs: remote:https://server.smithery.ai/@airmang/hwpx-mcp/mcp detail: https://mcpindex.ai/server/ai-smithery-airmang-hwpx-mcp - ai.smithery/alphago2580-naramarketmcp (ai.smithery/alphago2580-naramarketmcp@1.14.1) Access Korea’s G2B procurement and Nara Market data for bid notices, awards, contracts, statistics… installs: remote:https://server.smithery.ai/@alphago2580/naramarketmcp/mcp detail: https://mcpindex.ai/server/ai-smithery-alphago2580-naramarketmcp - ai.smithery/anirbanbasu-frankfurtermcp (ai.smithery/anirbanbasu-frankfurtermcp@1.15.0) A MCP server for the Frankfurter API for currency exchange rates. installs: remote:https://server.smithery.ai/@anirbanbasu/frankfurtermcp/mcp detail: https://mcpindex.ai/server/ai-smithery-anirbanbasu-frankfurtermcp - ai.smithery/anirbanbasu-pymcp (ai.smithery/anirbanbasu-pymcp@0.1.7) Primarily to be used as a template repository for developing MCP servers with FastMCP in Python, P… installs: remote:https://server.smithery.ai/@anirbanbasu/pymcp/mcp detail: https://mcpindex.ai/server/ai-smithery-anirbanbasu-pymcp - ai.smithery/arjunkmrm-ahoy (ai.smithery/arjunkmrm-ahoy@1.13.1) Send friendly, personalized greetings by name. Switch to a playful pirate voice for themed salutat… installs: remote:https://server.smithery.ai/@arjunkmrm/ahoy/mcp detail: https://mcpindex.ai/server/ai-smithery-arjunkmrm-ahoy - ai.smithery/arjunkmrm-ahoy2 (ai.smithery/arjunkmrm-ahoy2@1.13.1) Create friendly greetings by name, with an optional pirate tone. Explore the origin of 'Hello, Wor… installs: remote:https://server.smithery.ai/@arjunkmrm/ahoy2/mcp detail: https://mcpindex.ai/server/ai-smithery-arjunkmrm-ahoy2 - ai.smithery/arjunkmrm-boba-tea (ai.smithery/arjunkmrm-boba-tea@1.0.0) Send friendly greetings to people by name. Discover the origin story behind 'Hello, World' for qui… installs: remote:https://server.smithery.ai/@arjunkmrm/boba-tea/mcp detail: https://mcpindex.ai/server/ai-smithery-arjunkmrm-boba-tea - ai.smithery/arjunkmrm-bobo (ai.smithery/arjunkmrm-bobo@1.14.0) Send friendly, personalized greetings on command. Explore the origin of 'Hello, World' for quick c… installs: remote:https://server.smithery.ai/@arjunkmrm/bobo/mcp detail: https://mcpindex.ai/server/ai-smithery-arjunkmrm-bobo - ai.smithery/arjunkmrm-fetch (ai.smithery/arjunkmrm-fetch@1.0.0) Fetch web pages and extract exactly the content you need. Select elements with CSS and retrieve co… installs: remote:https://server.smithery.ai/@arjunkmrm/fetch/mcp detail: https://mcpindex.ai/server/ai-smithery-arjunkmrm-fetch - ai.smithery/arjunkmrm-http-test (ai.smithery/arjunkmrm-http-test@1.0.2) Kickstart your setup with ready-to-run greetings and the 'Hello, World' origin story. Learn the inte installs: remote:https://server.smithery.ai/arjunkmrm/http-test detail: https://mcpindex.ai/server/ai-smithery-arjunkmrm-http-test - ai.smithery/arjunkmrm-local-test2 (ai.smithery/arjunkmrm-local-test2@1.0.0) Send friendly greetings instantly. Learn the origin of 'Hello, World' to add a fun fact to your me… installs: remote:https://server.smithery.ai/@arjunkmrm/local-test2/mcp detail: https://mcpindex.ai/server/ai-smithery-arjunkmrm-local-test2 - ai.smithery/arjunkmrm-local01 (ai.smithery/arjunkmrm-local01@1.0.0) Greet people warmly or roast them with playful banter. Explore the origin of 'Hello, World' for qu… installs: remote:https://server.smithery.ai/@arjunkmrm/local01/mcp detail: https://mcpindex.ai/server/ai-smithery-arjunkmrm-local01 - ai.smithery/arjunkmrm-mango-sago (ai.smithery/arjunkmrm-mango-sago@1.16.0) Create cheerful, personalized greetings in seconds. Switch to playful pirate-speak for extra flair… installs: remote:https://server.smithery.ai/@arjunkmrm/mango-sago/mcp detail: https://mcpindex.ai/server/ai-smithery-arjunkmrm-mango-sago - ai.smithery/arjunkmrm-py-test-0 (ai.smithery/arjunkmrm-py-test-0@1.16.0) Send personalized greetings by name, with an optional pirate tone. Generate greeting prompts and e… installs: remote:https://server.smithery.ai/@arjunkmrm/py-test-0/mcp detail: https://mcpindex.ai/server/ai-smithery-arjunkmrm-py-test-0 - ai.smithery/arjunkmrm-py-test-2 (ai.smithery/arjunkmrm-py-test-2@1.16.0) Greet people by name with friendly, customizable messages. Toggle Pirate Mode to speak like a swas… installs: remote:https://server.smithery.ai/@arjunkmrm/py-test-2/mcp detail: https://mcpindex.ai/server/ai-smithery-arjunkmrm-py-test-2 - ai.smithery/arjunkmrm-test2 (ai.smithery/arjunkmrm-test2@1.0.0) Greet anyone by name with a friendly message. Explore the origin of 'Hello, World' to add context… installs: remote:https://server.smithery.ai/@arjunkmrm/test2/mcp detail: https://mcpindex.ai/server/ai-smithery-arjunkmrm-test2 - ai.smithery/arjunkmrm-ts-test-2 (ai.smithery/arjunkmrm-ts-test-2@1.0.0) Greet anyone with a friendly, personalized hello. Explore the origin story of 'Hello, World.' Jump… installs: remote:https://server.smithery.ai/@arjunkmrm/ts-test-2/mcp detail: https://mcpindex.ai/server/ai-smithery-arjunkmrm-ts-test-2 - ai.smithery/arjunkmrm-tutorials (ai.smithery/arjunkmrm-tutorials@1.15.0) Analyze stocks and SEC filings to surface key insights, from price and volume to insider activity… installs: remote:https://server.smithery.ai/@arjunkmrm/tutorials/mcp detail: https://mcpindex.ai/server/ai-smithery-arjunkmrm-tutorials - ai.smithery/bergeramit-bergeramit-hw3-tech (ai.smithery/bergeramit-bergeramit-hw3-tech@1.15.0) Create friendly greetings and add two numbers instantly. Speed up simple tasks and streamline ligh… installs: remote:https://server.smithery.ai/@bergeramit/bergeramit-hw3-tech/mcp detail: https://mcpindex.ai/server/ai-smithery-bergeramit-bergeramit-hw3-tech - ai.smithery/bergeramit-bergeramit-hw3-tech-1 (ai.smithery/bergeramit-bergeramit-hw3-tech-1@1.15.0) Add two numbers instantly and generate friendly greetings on demand. Speed up quick math and perso… installs: remote:https://server.smithery.ai/@bergeramit/bergeramit-hw3-tech-1/mcp detail: https://mcpindex.ai/server/ai-smithery-bergeramit-bergeramit-hw3-tech-1 - ai.smithery/blbl147-xhs-mcp (ai.smithery/blbl147-xhs-mcp@1.6.0) 搜索笔记、浏览首页推荐、查看笔记内容与评论,并发表你的评论。直接在工作流中与小红书内容互动,高效跟进话题。 installs: remote:https://server.smithery.ai/@blbl147/xhs-mcp/mcp detail: https://mcpindex.ai/server/ai-smithery-blbl147-xhs-mcp - ai.smithery/blockscout-mcp-server (ai.smithery/blockscout-mcp-server@1.13.1) Provide AI agents and automation tools with contextual access to blockchain data including balance… installs: remote:https://server.smithery.ai/@blockscout/mcp-server/mcp detail: https://mcpindex.ai/server/ai-smithery-blockscout-mcp-server - ai.smithery/callmybot-cookbook-mcp-server (ai.smithery/callmybot-cookbook-mcp-server@1.0.0) Count occurrences of any character in your text instantly. Specify the character and get precise c… installs: remote:https://server.smithery.ai/@callmybot/cookbook-mcp-server/mcp detail: https://mcpindex.ai/server/ai-smithery-callmybot-cookbook-mcp-server - ai.smithery/callmybot-domoticz (ai.smithery/callmybot-domoticz@1.0.0) Greet anyone by name with a friendly hello. Explore the origin of 'Hello, World' for context in de… installs: remote:https://server.smithery.ai/@callmybot/domoticz/mcp detail: https://mcpindex.ai/server/ai-smithery-callmybot-domoticz - ai.smithery/callmybot-hello-mcp-server (ai.smithery/callmybot-hello-mcp-server@1.0.0) Generate quick, friendly greetings by name. Personalize salutations for any context. Explore the o… installs: remote:https://server.smithery.ai/@callmybot/hello-mcp-server/mcp detail: https://mcpindex.ai/server/ai-smithery-callmybot-hello-mcp-server - ai.smithery/clpi-clp-mcp (ai.smithery/clpi-clp-mcp@0.0.1) Manage simple context workflows with quick init and add actions. Access the 'Hello, World' origin… installs: remote:https://server.smithery.ai/@clpi/clp-mcp/mcp detail: https://mcpindex.ai/server/ai-smithery-clpi-clp-mcp - ai.smithery/cristianoaredes-mcp-dadosbr (ai.smithery/cristianoaredes-mcp-dadosbr@1.0.0) # MCP DadosBR Servidor MCP focado em dados públicos do Brasil. Oferece duas ferramentas simples e… installs: remote:https://server.smithery.ai/@cristianoaredes/mcp-dadosbr/mcp detail: https://mcpindex.ai/server/ai-smithery-cristianoaredes-mcp-dadosbr - ai.smithery/cuongpo-coti-mcp (ai.smithery/cuongpo-coti-mcp@0.2.1) Connect to the COTI blockchain to manage accounts, transfer native tokens, and deploy and operate… installs: remote:https://server.smithery.ai/@cuongpo/coti-mcp/mcp detail: https://mcpindex.ai/server/ai-smithery-cuongpo-coti-mcp - ai.smithery/cuongpo-coti-mcp-1 (ai.smithery/cuongpo-coti-mcp-1@0.2.1) Manage COTI accounts, deploy private ERC20 and ERC721 contracts, and transfer tokens and NFTs with… installs: remote:https://server.smithery.ai/@cuongpo/coti-mcp-1/mcp detail: https://mcpindex.ai/server/ai-smithery-cuongpo-coti-mcp-1 - ai.smithery/data-mindset-sts-google-forms-mcp (ai.smithery/data-mindset-sts-google-forms-mcp@1.0.0) Create and manage Google Forms to run surveys and collect data. Add text and multiple-choice quest… installs: remote:https://server.smithery.ai/@data-mindset/sts-google-forms-mcp/mcp detail: https://mcpindex.ai/server/ai-smithery-data-mindset-sts-google-forms-mcp - ai.smithery/demomagic-duckchain-mcp (ai.smithery/demomagic-duckchain-mcp@1.13.1) Explore blockchain data across addresses, tokens, blocks, and transactions. Investigate any transa… installs: remote:https://server.smithery.ai/@demomagic/duckchain-mcp/mcp detail: https://mcpindex.ai/server/ai-smithery-demomagic-duckchain-mcp - ai.smithery/devbrother2024-typescript-mcp-server-boilerplate (ai.smithery/devbrother2024-typescript-mcp-server-boilerplate@1.0.0) Kickstart development with a customizable TypeScript template featuring sample tools for greeting,… installs: remote:https://server.smithery.ai/@devbrother2024/typescript-mcp-server-boilerplate/mcp detail: https://mcpindex.ai/server/ai-smithery-devbrother2024-typescript-mcp-server-boilerplate - ai.smithery/docfork-mcp (ai.smithery/docfork-mcp@0.7.0) @latest documentation and code examples to 9000+ libraries for LLMs and AI code editors in a singl… installs: remote:https://server.smithery.ai/@docfork/mcp/mcp detail: https://mcpindex.ai/server/ai-smithery-docfork-mcp - ai.smithery/dsharipova-mcp-hw (ai.smithery/dsharipova-mcp-hw@1.16.0) Create personalized greetings by name in the tone you choose. Get quick suggestions for friendly i… installs: remote:https://server.smithery.ai/@dsharipova/mcp-hw/mcp detail: https://mcpindex.ai/server/ai-smithery-dsharipova-mcp-hw - ai.smithery/duvomike-mcp (ai.smithery/duvomike-mcp@1.0.0) Transform numbers by doubling them and adding 5. Get instant results with a clear breakdown of the… installs: remote:https://server.smithery.ai/@duvomike/mcp/mcp detail: https://mcpindex.ai/server/ai-smithery-duvomike-mcp - ai.smithery/eliu243-oura-mcp-server (ai.smithery/eliu243-oura-mcp-server@1.16.0) Connect your Oura Ring account and enable access to your wellness data in apps and automations. In… installs: remote:https://server.smithery.ai/@eliu243/oura-mcp-server/mcp detail: https://mcpindex.ai/server/ai-smithery-eliu243-oura-mcp-server - ai.smithery/eliu243-oura-mcp-server-2 (ai.smithery/eliu243-oura-mcp-server-2@1.16.0) Connect your Oura Ring account to enable secure, authenticated access in your workflows. Generate… installs: remote:https://server.smithery.ai/@eliu243/oura-mcp-server-2/mcp detail: https://mcpindex.ai/server/ai-smithery-eliu243-oura-mcp-server-2 - ai.smithery/eliu243-oura-mcp-server-eliu (ai.smithery/eliu243-oura-mcp-server-eliu@1.16.0) Connect your Oura Ring account securely in minutes. Enable authorized access to your sleep, activi… installs: remote:https://server.smithery.ai/@eliu243/oura-mcp-server-eliu/mcp detail: https://mcpindex.ai/server/ai-smithery-eliu243-oura-mcp-server-eliu - ai.smithery/exa-labs-exa-code-mcp (ai.smithery/exa-labs-exa-code-mcp@0.0.1) Find open-source libraries and fetch contextual code snippets by version to accelerate development… installs: remote:https://server.smithery.ai/@exa-labs/exa-code-mcp/mcp detail: https://mcpindex.ai/server/ai-smithery-exa-labs-exa-code-mcp - ai.smithery/feeefapp-mcp (ai.smithery/feeefapp-mcp@1.0.0) Enable AI assistants to interact seamlessly with Feeef e-commerce stores, products, and orders usi… installs: remote:https://server.smithery.ai/@feeefapp/mcp/mcp detail: https://mcpindex.ai/server/ai-smithery-feeefapp-mcp - ai.smithery/fitaf-ai-fitaf-ai-mcp (ai.smithery/fitaf-ai-fitaf-ai-mcp@1.0.0) Manage workouts, nutrition, goals, and progress across the FitAF platform. Connect wearables, sync… installs: remote:https://server.smithery.ai/@fitaf-ai/fitaf-ai-mcp/mcp detail: https://mcpindex.ai/server/ai-smithery-fitaf-ai-fitaf-ai-mcp - ai.smithery/fitaf-ai-fitaf-mcp (ai.smithery/fitaf-ai-fitaf-mcp@1.0.0) Track workouts, nutrition, body metrics, habits, and SMART goals with insights and trends. Connect… installs: remote:https://server.smithery.ai/@fitaf-ai/fitaf-mcp/mcp detail: https://mcpindex.ai/server/ai-smithery-fitaf-ai-fitaf-mcp - ai.smithery/flight505-mcp_dincoder (ai.smithery/flight505-mcp_dincoder@0.1.15) Driven Intent Negotiation — Contract-Oriented Deterministic Executable Runtime DinCoder brings the… installs: remote:https://server.smithery.ai/@flight505/mcp_dincoder/mcp detail: https://mcpindex.ai/server/ai-smithery-flight505-mcp-dincoder - ai.smithery/hithereiamaliff-mcp-datagovmy (ai.smithery/hithereiamaliff-mcp-datagovmy@1.0.0) This MCP server provides seamless access to Malaysia's government open data, including datasets, w… installs: remote:https://server.smithery.ai/@hithereiamaliff/mcp-datagovmy/mcp detail: https://mcpindex.ai/server/ai-smithery-hithereiamaliff-mcp-datagovmy - ai.smithery/hithereiamaliff-mcp-nextcloud (ai.smithery/hithereiamaliff-mcp-nextcloud@1.0.0) A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo… installs: remote:https://server.smithery.ai/@hithereiamaliff/mcp-nextcloud/mcp detail: https://mcpindex.ai/server/ai-smithery-hithereiamaliff-mcp-nextcloud - ai.smithery/hjsh200219-pharminfo-mcp (ai.smithery/hjsh200219-pharminfo-mcp@1.14.0) Look up Korean drug ingredient and product data by HIRA component and product codes via Pilldoc. V… installs: remote:https://server.smithery.ai/@hjsh200219/pharminfo-mcp/mcp detail: https://mcpindex.ai/server/ai-smithery-hjsh200219-pharminfo-mcp - ai.smithery/hollaugo-financial-research-mcp-server (ai.smithery/hollaugo-financial-research-mcp-server@1.15.0) Analyze stocks with summaries, price targets, and analyst recommendations. Track SEC filings, divi… installs: remote:https://server.smithery.ai/@hollaugo/financial-research-mcp-server/mcp detail: https://mcpindex.ai/server/ai-smithery-hollaugo-financial-research-mcp-server - ai.smithery/hustcc-mcp-mermaid (ai.smithery/hustcc-mcp-mermaid@0.1.3) Generate dynamic Mermaid diagrams and charts with AI assistance. Customize styles and export diagr… installs: remote:https://server.smithery.ai/@hustcc/mcp-mermaid/mcp detail: https://mcpindex.ai/server/ai-smithery-hustcc-mcp-mermaid - ai.smithery/isnow890-data4library-mcp (ai.smithery/isnow890-data4library-mcp@1.0.5) 책 싫어하는 제가 책에 대해 아는척하고 싶어서 만들었습니다.. 내 주변 도서관 실시간 대출 확인 읽고 싶은 책을 검색하면 주변 도서관 대출 가능 여부를 즉시 확인 굳이 도서관… installs: remote:https://server.smithery.ai/@isnow890/data4library-mcp/mcp detail: https://mcpindex.ai/server/ai-smithery-isnow890-data4library-mcp - ai.smithery/jekakos-mcp-user-data-enrichment (ai.smithery/jekakos-mcp-user-data-enrichment@1.0.0) Enrich user data by adding social network links based on provided personal information. Integrate… installs: remote:https://server.smithery.ai/@jekakos/mcp-user-data-enrichment/mcp detail: https://mcpindex.ai/server/ai-smithery-jekakos-mcp-user-data-enrichment - ai.smithery/jessicayanwang-test (ai.smithery/jessicayanwang-test@1.13.1) Fetch latest and historical currency exchange rates from Frankfurter. Convert amounts between curr… installs: remote:https://server.smithery.ai/@jessicayanwang/test/mcp detail: https://mcpindex.ai/server/ai-smithery-jessicayanwang-test - ai.smithery/jirispilka-actors-mcp-server (ai.smithery/jirispilka-actors-mcp-server@1.0.0) Greet anyone by name with friendly, personalized messages. Explore the origin of Hello, World thro… installs: remote:https://server.smithery.ai/@jirispilka/actors-mcp-server/mcp detail: https://mcpindex.ai/server/ai-smithery-jirispilka-actors-mcp-server - ai.smithery/jweingardt12-mlb_mcp (ai.smithery/jweingardt12-mlb_mcp@1.16.0) Provides easy access to MLB, Baseball Savant, Statcast, and Fangraphs baseball data. Query detaile… installs: remote:https://server.smithery.ai/@jweingardt12/mlb_mcp/mcp detail: https://mcpindex.ai/server/ai-smithery-jweingardt12-mlb-mcp - ai.smithery/keithah-hostex-mcp (ai.smithery/keithah-hostex-mcp@0.2.0) Manage your Hostex vacation rentals—properties, reservations, availability, listings, and guest me… installs: remote:https://server.smithery.ai/@keithah/hostex-mcp/mcp detail: https://mcpindex.ai/server/ai-smithery-keithah-hostex-mcp - ai.smithery/keithah-tessie-mcp (ai.smithery/keithah-tessie-mcp@1.1.1) Unofficial integration! ## ✨ Key Features ### 💰 Financial Intelligence - **Smart Charging Cost An… installs: remote:https://server.smithery.ai/@keithah/tessie-mcp/mcp detail: https://mcpindex.ai/server/ai-smithery-keithah-tessie-mcp - ai.smithery/keremurat-json (ai.smithery/keremurat-json@1.16.0) Compare two JSON files deeply without worrying about key or array order. Detect missing, extra, an… installs: remote:https://server.smithery.ai/@keremurat/json/mcp detail: https://mcpindex.ai/server/ai-smithery-keremurat-json - ai.smithery/keremurat-jsonmcp (ai.smithery/keremurat-jsonmcp@1.16.0) Compare two JSON files deeply, ignoring order, to surface every difference. Get a clear, structure… installs: remote:https://server.smithery.ai/@keremurat/jsonmcp/mcp detail: https://mcpindex.ai/server/ai-smithery-keremurat-jsonmcp - ai.smithery/keremurat-mcp (ai.smithery/keremurat-mcp@1.16.0) Compare two JSON files deeply, regardless of order. Get a detailed difference report highlighting… installs: remote:https://server.smithery.ai/@keremurat/mcp/mcp detail: https://mcpindex.ai/server/ai-smithery-keremurat-mcp - ai.smithery/kkjdaniel-bgg-mcp (ai.smithery/kkjdaniel-bgg-mcp@1.3.2) BGG MCP provides access to the BoardGameGeek API through the Model Context Protocol, enabling retr… installs: remote:https://server.smithery.ai/@kkjdaniel/bgg-mcp/mcp detail: https://mcpindex.ai/server/ai-smithery-kkjdaniel-bgg-mcp - ai.smithery/kodey-ai-mapwise-mcp (ai.smithery/kodey-ai-mapwise-mcp@1.0.0) Send friendly, personalized greetings on demand. Generate quick salutations with a simple prompt.… installs: remote:https://server.smithery.ai/@kodey-ai/mapwise-mcp/mcp detail: https://mcpindex.ai/server/ai-smithery-kodey-ai-mapwise-mcp - ai.smithery/kwp-lab-rss-reader-mcp (ai.smithery/kwp-lab-rss-reader-mcp@1.0.0) Track and browse RSS feeds with ease. Fetch the latest entries from any feed URL and extract full… installs: remote:https://server.smithery.ai/@kwp-lab/rss-reader-mcp/mcp detail: https://mcpindex.ai/server/ai-smithery-kwp-lab-rss-reader-mcp - ai.smithery/lukaskostka99-marketing-miner-mcp (ai.smithery/lukaskostka99-marketing-miner-mcp@1.14.0) Discover high-impact keyword ideas across Central and Eastern European and English markets. Analyz… installs: remote:https://server.smithery.ai/@lukaskostka99/marketing-miner-mcp/mcp detail: https://mcpindex.ai/server/ai-smithery-lukaskostka99-marketing-miner-mcp - ai.smithery/magenie33-quality-dimension-generator (ai.smithery/magenie33-quality-dimension-generator@1.0.0) Generate tailored quality criteria and scoring guides from your task descriptions. Refine objectiv… installs: remote:https://server.smithery.ai/@magenie33/quality-dimension-generator/mcp detail: https://mcpindex.ai/server/ai-smithery-magenie33-quality-dimension-generator - ai.smithery/miguelgarzons-mcp-cun (ai.smithery/miguelgarzons-mcp-cun@1.15.0) Greet people by name with friendly, personalized messages. Add a warm touch to onboarding, demos,… installs: remote:https://server.smithery.ai/@miguelgarzons/mcp-cun/mcp detail: https://mcpindex.ai/server/ai-smithery-miguelgarzons-mcp-cun - ai.smithery/minionszyw-bazi (ai.smithery/minionszyw-bazi@1.14.0) Generate BaZi charts from birth details. Explore Four Pillars, solar terms, and Luck Pillars for d… installs: remote:https://server.smithery.ai/@minionszyw/bazi/mcp detail: https://mcpindex.ai/server/ai-smithery-minionszyw-bazi - ai.smithery/motorboy1-my-mcp-server (ai.smithery/motorboy1-my-mcp-server@1.0.0) Send friendly greetings by name. Discover the origin story of 'Hello, World' for quick context. installs: remote:https://server.smithery.ai/@motorboy1/my-mcp-server/mcp detail: https://mcpindex.ai/server/ai-smithery-motorboy1-my-mcp-server - ai.smithery/mrugankpednekar-bill_splitter_mcp (ai.smithery/mrugankpednekar-bill_splitter_mcp@1.15.0) Track and split shared expenses across trips, events, and groups. Create groups, add expenses, and… installs: remote:https://server.smithery.ai/@mrugankpednekar/bill_splitter_mcp/mcp detail: https://mcpindex.ai/server/ai-smithery-mrugankpednekar-bill-splitter-mcp - ai.smithery/nickthelegend-test-mcp (ai.smithery/nickthelegend-test-mcp@1.15.0) Create friendly, personalized greetings in seconds. Toggle Pirate Mode to speak like a pirate for… installs: remote:https://server.smithery.ai/@nickthelegend/test-mcp/mcp detail: https://mcpindex.ai/server/ai-smithery-nickthelegend-test-mcp - ai.smithery/proflulab-documentassistant (ai.smithery/proflulab-documentassistant@1.14.1) Convert files between formats without quality loss. Speed up your workflow with fast, reliable con… installs: remote:https://server.smithery.ai/@proflulab/documentassistant/mcp detail: https://mcpindex.ai/server/ai-smithery-proflulab-documentassistant - ai.smithery/ramadasmr-networkcalc-mcp (ai.smithery/ramadasmr-networkcalc-mcp@1.13.0) Look up DNS information for any domain to troubleshoot issues and gather insights. Get fast, relia… installs: remote:https://server.smithery.ai/@ramadasmr/networkcalc-mcp/mcp detail: https://mcpindex.ai/server/ai-smithery-ramadasmr-networkcalc-mcp - ai.smithery/ref-tools-ref-tools-mcp (ai.smithery/ref-tools-ref-tools-mcp@3.0.0) Provide your AI coding tools with token-efficient access to up-to-date technical documentation for… installs: remote:https://server.smithery.ai/@ref-tools/ref-tools-mcp/mcp detail: https://mcpindex.ai/server/ai-smithery-ref-tools-ref-tools-mcp - ai.smithery/renCosta2025-context7fork (ai.smithery/renCosta2025-context7fork@1.0.13) Get up-to-date, version-specific documentation and code examples from official sources directly in… installs: remote:https://server.smithery.ai/@renCosta2025/context7fork/mcp detail: https://mcpindex.ai/server/ai-smithery-rencosta2025-context7fork - ai.smithery/rfdez-pvpc-mcp-server (ai.smithery/rfdez-pvpc-mcp-server@3.2.3) Retrieve daily PVPC electricity tariffs for 2.0 TD consumers, published by Red Eléctrica. installs: remote:https://server.smithery.ai/@rfdez/pvpc-mcp-server/mcp detail: https://mcpindex.ai/server/ai-smithery-rfdez-pvpc-mcp-server - ai.smithery/shoumikdc-arxiv-mcp (ai.smithery/shoumikdc-arxiv-mcp@1.15.0) Discover the latest arXiv papers by category and keyword. Control how many results you get to spee… installs: remote:https://server.smithery.ai/@shoumikdc/arxiv-mcp/mcp detail: https://mcpindex.ai/server/ai-smithery-shoumikdc-arxiv-mcp - ai.smithery/slhad-aha-mcp (ai.smithery/slhad-aha-mcp@0.1.0) A TypeScript MCP server for Home Assistant, enabling programmatic management of entities, automati… installs: remote:https://server.smithery.ai/@slhad/aha-mcp/mcp detail: https://mcpindex.ai/server/ai-smithery-slhad-aha-mcp - ai.smithery/smithery-ai-cookbook-python-quickstart (ai.smithery/smithery-ai-cookbook-python-quickstart@1.13.1) A simple MCP server built with FastMCP and python installs: remote:https://server.smithery.ai/@smithery-ai/cookbook-python-quickstart/mcp detail: https://mcpindex.ai/server/ai-smithery-smithery-ai-cookbook-python-quickstart - ai.smithery/smithery-ai-cookbook-ts-smithery-cli (ai.smithery/smithery-ai-cookbook-ts-smithery-cli@1.0.0) A simple Typescript MCP server built using the official MCP Typescript SDK and smithery/cli. This… installs: remote:https://server.smithery.ai/@smithery-ai/cookbook-ts-smithery-cli/mcp detail: https://mcpindex.ai/server/ai-smithery-smithery-ai-cookbook-ts-smithery-cli - ai.smithery/smithery-ai-fetch (ai.smithery/smithery-ai-fetch@1.0.0) A simple tool that performs a fetch request to a webpage. installs: remote:https://server.smithery.ai/@smithery-ai/fetch/mcp detail: https://mcpindex.ai/server/ai-smithery-smithery-ai-fetch - ai.smithery/smithery-toolbox (ai.smithery/smithery-toolbox@1.0.0) Toolbox dynamically routes to all MCPs in the Smithery registry based on your agent's need. When a… installs: remote:https://server.smithery.ai/@smithery/toolbox/mcp detail: https://mcpindex.ai/server/ai-smithery-smithery-toolbox - ai.smithery/smithery-unicorn (ai.smithery/smithery-unicorn@3.0.0) A choose your own adventure game where you play as a startup founder trying to build a unicorn again installs: remote:https://server.smithery.ai/@smithery/unicorn detail: https://mcpindex.ai/server/ai-smithery-smithery-unicorn - ai.smithery/szge-lolwiki-mcp (ai.smithery/szge-lolwiki-mcp@1.16.0) Generate friendly greetings for any audience. Toggle Pirate Mode for a playful, swashbuckling styl… installs: remote:https://server.smithery.ai/@szge/lolwiki-mcp/mcp detail: https://mcpindex.ai/server/ai-smithery-szge-lolwiki-mcp - ai.smithery/turnono-datacommons-mcp-server (ai.smithery/turnono-datacommons-mcp-server@1.16.0) Discover statistical indicators and topics in Data Commons. Retrieve observations for specific var… installs: remote:https://server.smithery.ai/@turnono/datacommons-mcp-server/mcp detail: https://mcpindex.ai/server/ai-smithery-turnono-datacommons-mcp-server - ai.smithery/yuna0x0-anilist-mcp (ai.smithery/yuna0x0-anilist-mcp@1.3.7) Access and interact with anime and manga data seamlessly. Retrieve detailed information about your… installs: remote:https://server.smithery.ai/@yuna0x0/anilist-mcp/mcp detail: https://mcpindex.ai/server/ai-smithery-yuna0x0-anilist-mcp - ai.smithery/yuna0x0-hackmd-mcp (ai.smithery/yuna0x0-hackmd-mcp@1.5.3) Interact with your HackMD notes and teams seamlessly. Manage your notes, view reading history, and… installs: remote:https://server.smithery.ai/@yuna0x0/hackmd-mcp/mcp detail: https://mcpindex.ai/server/ai-smithery-yuna0x0-hackmd-mcp - ai.smithery/zeta-chain-cli (ai.smithery/zeta-chain-cli@1.0.0) Create friendly, customizable greetings for any name or audience. Break the ice in demos, onboardi… installs: remote:https://server.smithery.ai/@zeta-chain/cli/mcp detail: https://mcpindex.ai/server/ai-smithery-zeta-chain-cli - ai.smithery/zhaoganghao-hellomcp (ai.smithery/zhaoganghao-hellomcp@1.0.0) Greet people by name with friendly, concise messages. Explore the origin of 'Hello, World' for fun… installs: remote:https://server.smithery.ai/@zhaoganghao/hellomcp/mcp detail: https://mcpindex.ai/server/ai-smithery-zhaoganghao-hellomcp - ai.snapdiff/mcp (ai.snapdiff/mcp@0.4.2) Visual-diff & change-detection tools that catch agentic UI drift for coding agents. installs: npm:@corralimited/snapdiff-mcp detail: https://mcpindex.ai/server/ai-snapdiff-mcp - Snipget (ai.snipget/snipget@0.1.0) 300+ deterministic data utilities for AI agents: validate, normalize, parse, match, redact. installs: remote:https://mcp.snipget.ai/mcp detail: https://mcpindex.ai/server/ai-snipget-snipget - SnowSure — Snow & Ski (ai.snowsure/snow@1.0.4) Live ski snow, multi-model forecasts, powder rankings & a grounded Answer Engine for 500+ resorts. installs: npm:snowsure-mcp-server | remote:https://www.snowsure.ai/mcp detail: https://mcpindex.ai/server/ai-snowsure-snow - ai.social-api/socialapi (ai.social-api/socialapi@1.2.0) MCP server for SocialAPI — manage social media comments, DMs, reviews, and mentions across platforms installs: npm:mcp-socialapi detail: https://mcpindex.ai/server/ai-social-api-socialapi - Australian Heat Pump Hot Water Rebate & Payback (ai.sourcemill/au-hot-water-payback@0.1.1) Heat pump vs gas hot water (AU): rebate stack, net outlay and payback verdict by postcode. installs: remote:https://heatpump.sourcemill.ai/mcp detail: https://mcpindex.ai/server/ai-sourcemill-au-hot-water-payback - Australian Towing Legality Check (ai.sourcemill/au-towing-legality@0.1.1) Legal towing check for ~46 AU vehicles — compliant/marginal/illegal + the binding constraint. installs: remote:https://towing.sourcemill.ai/mcp detail: https://mcpindex.ai/server/ai-sourcemill-au-towing-legality - Spala Public MCP (ai.spala/public-mcp@1.0.2) Discovery, OAuth, project operations, and exact project MCP handoff for Spala backend projects. installs: remote:https://mcp.spala.ai/mcp detail: https://mcpindex.ai/server/ai-spala-public-mcp - ai.spideriq/mail (ai.spideriq/mail@1.4.0) SpiderIQ Mail: SpiderMail mailboxes, messages, threads, send, compose for AI agents installs: npm:@spideriq/mcp-mail detail: https://mcpindex.ai/server/ai-spideriq-mail - ai.spideriq/publish (ai.spideriq/publish@1.25.0) SpiderIQ Publish: content platform MCP (pages, posts, templates, components, domains, media) installs: npm:@spideriq/mcp-publish detail: https://mcpindex.ai/server/ai-spideriq-publish - SpriteCook (ai.spritecook/generate@0.2.17) Generate game assets with AI for 2D games, including sprites, tilesets, and animations. installs: remote:https://api.spritecook.ai/mcp detail: https://mcpindex.ai/server/ai-spritecook-generate - ai.ssid/ssid-mcp (ai.ssid/ssid-mcp@0.2.0) Identify the manufacturer behind any MAC address; flags randomized/private addresses. installs: npm:ssid-mcp detail: https://mcpindex.ai/server/ai-ssid-ssid-mcp - StackEasy (ai.stackeasy/credit-cards@1.0.2) Ask Claude or ChatGPT about your own credit cards: best card to use, utilization, missed rewards. installs: remote:https://data.stackeasy.ai/mcp detail: https://mcpindex.ai/server/ai-stackeasy-credit-cards - Statey (ai.statey/statey@1.0.0) An agent-native database over MCP: shared, validated, structured records in every AI chat. installs: remote:https://mcp.statey.ai/mcp detail: https://mcpindex.ai/server/ai-statey-statey - StatsHawk (ai.statshawk/statshawk@0.1.0) Live sports stats and pre-computed analysis for AI assistants across NBA, MLB, NFL, and NHL. installs: remote:https://mcp.statshawk.ai/mcp detail: https://mcpindex.ai/server/ai-statshawk-statshawk - ai.structupath/steel-tools (ai.structupath/steel-tools@1.2.0) Read-only steel calculators: gauge thickness, plate weight, AISC shape weights, connections. installs: remote:https://www.structupath.ai/api/mcp detail: https://mcpindex.ai/server/ai-structupath-steel-tools - ai.superfact/superfact (ai.superfact/superfact@1.0.0) Turn any AI chat or agent run into a beautiful, shareable public page. installs: remote:https://superfact.ai/api/mcp detail: https://mcpindex.ai/server/ai-superfact-superfact - SVTR AI Venture Database (ai.svtr/aidb@1.0.0) Curated & traceable AI venture data: verified funding events, org & founder profiles, US + China installs: remote:https://svtr.ai/api/mcp detail: https://mcpindex.ai/server/ai-svtr-aidb - ai.syntheticbrew/syntheticbrew (ai.syntheticbrew/syntheticbrew@1.18.0) Embed an AI chat widget on your website from your coding agent: provision, configure, get snippet. installs: remote:https://app.syntheticbrew.ai/api/v1/mcp/rpc detail: https://mcpindex.ai/server/ai-syntheticbrew-syntheticbrew - ai.syntitan/syntitan-mcp (ai.syntitan/syntitan-mcp@1.0.3) AI-Ready Data Platform that fills the missing layer between data management and AI execution. installs: remote:https://mcp.syntitan.ai/mcp detail: https://mcpindex.ai/server/ai-syntitan-syntitan-mcp - ai.tachyo/tachyo (ai.tachyo/tachyo@1.28.0) Crypto market intelligence, token rug-checks, and wallet verification in one MCP server. installs: remote:https://mcp.tachyo.ai/mcp/ detail: https://mcpindex.ai/server/ai-tachyo-tachyo - ai.tachyo/token-safety (ai.tachyo/token-safety@1.0.0) Instant rug-check for any EVM or Solana token, distilled to one clear 0-10 risk verdict. installs: remote:https://auth.xbarry.ai/api/mcp/token-safety detail: https://mcpindex.ai/server/ai-tachyo-token-safety - ai.tachyo/verify (ai.tachyo/verify@1.0.0) Cryptographic proof of wallet ownership in two steps, with no keys and no custody. installs: remote:https://auth.xbarry.ai/api/mcp/verify detail: https://mcpindex.ai/server/ai-tachyo-verify - Taskforce (ai.taskforcehq/taskforce@0.3.328) Task and planning workspace for humans collaborating with AI agents installs: remote:https://mcp.taskforcehq.ai/mcp detail: https://mcpindex.ai/server/ai-taskforcehq-taskforce - ai.teenadhd/library (ai.teenadhd/library@1.0.0) Clinician-reviewed library on ADHD in teens — accommodations, executive function, evaluations. installs: remote:https://teenadhd.ai/api/mcp/v1 detail: https://mcpindex.ai/server/ai-teenadhd-library - ai.teenanxiety/library (ai.teenanxiety/library@1.0.0) Clinician-reviewed library on social anxiety, panic, and school refusal in adolescents. installs: remote:https://teenanxiety.ai/api/mcp/v1 detail: https://mcpindex.ai/server/ai-teenanxiety-library - ai.teenpsychiatry/library (ai.teenpsychiatry/library@1.0.0) Open-access rating scales and clinical references for adolescent psychiatry clinicians. installs: remote:https://teenpsychiatry.ai/api/mcp/v1 detail: https://mcpindex.ai/server/ai-teenpsychiatry-library - ai.teentherapy/library (ai.teentherapy/library@1.0.0) Teen-first library on CBT, DBT, and finding the right therapist. installs: remote:https://teentherapy.ai/api/mcp/v1 detail: https://mcpindex.ai/server/ai-teentherapy-library - TEK BOSS Small Business AI Strategy Assessment (ai.tekboss/assessment@1.0.2) AI strategy, workflow automation, and process-improvement assessment for small businesses. installs: remote:https://tekboss.ai/mcp/assessment detail: https://mcpindex.ai/server/ai-tekboss-assessment - Telbase (ai.telbase/deploy@0.14.0-beta.2) Deploy any web project with one command. AI-native platform with self-healing feedback. installs: npm:telbase detail: https://mcpindex.ai/server/ai-telbase-deploy - TensorFeed (ai.tensorfeed/mcp-server@2.0.1) AI news, model pricing, service status, and machine-payable premium tools. AFTA-certified. installs: npm:@tensorfeed/mcp-server | remote:https://mcp.tensorfeed.ai/mcp detail: https://mcpindex.ai/server/ai-tensorfeed-mcp-server - ai.tessen/grader (ai.tessen/grader@1.0.0) Honest A-F grades for trading strategies, backtested on real out-of-sample data. No hype. installs: remote:https://tessen.ai/api/mcp detail: https://mcpindex.ai/server/ai-tessen-grader - ThinkNEO Control Plane (ai.thinkneo/control-plane@1.29.0) Enterprise AI Control Plane: governance, guardrails, spend tracking, compliance & smart routing. installs: remote:https://mcp.thinkneo.ai/mcp detail: https://mcpindex.ai/server/ai-thinkneo-control-plane - ThinkPattern (ai.thinkpattern/news@1.0.0) Grounded, attributed news: what happened, which outlets reported it, and how many covered it. installs: remote:https://thinkpattern.ai/mcp detail: https://mcpindex.ai/server/ai-thinkpattern-news - THIRI Chord Intelligence (ai.thiri/chord-intelligence@0.5.2) Deterministic music theory for agents: analyze, voice, reharmonize, conduct — computed, not guessed installs: npm:@bluesprincemedia/thiri-mcp | remote:https://mcp.thiri.ai/mcp detail: https://mcpindex.ai/server/ai-thiri-chord-intelligence - ai.thoughtbox.api/thoughts (ai.thoughtbox.api/thoughts@1.0.0) An MCP server that provides read access to your cloud storage providers, bank accounts and more. installs: remote:https://api.thoughtbox.ai/mcp detail: https://mcpindex.ai/server/ai-thoughtbox-api-thoughts - Threadminder (ai.threadminder/threadminder@1.0.0) Persistent context for Claude. Your AI always knows your projects and next actions across sessions. installs: remote:https://mcp.threadminder.ai/mcp detail: https://mcpindex.ai/server/ai-threadminder-threadminder - TinyFish AI Web Agent (ai.tinyfish.agent/web-agent@1.0.1) AI-powered web automation. Navigate websites using AI agents for one page or a thousand installs: remote:https://agent.tinyfish.ai/mcp detail: https://mcpindex.ai/server/ai-tinyfish-agent-web-agent - ai.tokenarcade/tokenarcade (ai.tokenarcade/tokenarcade@1.0.0) Games for AI agents. Each game runs inside a single context window. installs: remote:https://tokenarcade.ai/mcp/ detail: https://mcpindex.ai/server/ai-tokenarcade-tokenarcade - Tokonomix Council (ai.tokonomix/council@1.11.0) Multi-model consensus: 2-6 frontier LLMs answer, an independent judge synthesises one answer. installs: npm:tokonomix-council-mcp detail: https://mcpindex.ai/server/ai-tokonomix-council - ai.toolprint/hypertool-mcp (ai.toolprint/hypertool-mcp@0.0.42) Dynamically expose tools from proxied servers based on an Agent Persona installs: npm:@toolprint/hypertool-mcp detail: https://mcpindex.ai/server/ai-toolprint-hypertool-mcp - TrackRadar (ai.trackradar/trackradar@1.0.1) Track ID for Instagram, SoundCloud, YouTube, TikTok, Mixcloud — incl. underground and unreleased. installs: remote:https://trackradar.ai/api/mcp detail: https://mcpindex.ai/server/ai-trackradar-trackradar - ai.traderouter/trade-router-mcp (ai.traderouter/trade-router-mcp@1.0.13) Non-custodial Solana swap & limit order engine for AI agents. installs: npm:@traderouter/trade-router-mcp detail: https://mcpindex.ai/server/ai-traderouter-trade-router-mcp - TravelMindsAI Concierge (ai.travelminds/concierge@1.0.0) Grounded, multilingual travel data + a cited travel concierge. 12+ languages, deep India coverage. installs: remote:https://mcp.travelminds.ai/mcp detail: https://mcpindex.ai/server/ai-travelminds-concierge - App Store Trends API (ai.trendsapi/app-store@1.0.0) App downloads and chart ranking trends for iOS and Android. Free key at trendsapi.ai installs: remote:https://app-store.api.trendsapi.ai/mcp detail: https://mcpindex.ai/server/ai-trendsapi-app-store - Crypto Trends API (ai.trendsapi/crypto@1.0.0) Track crypto token and narrative attention across platforms. Free key at trendsapi.ai installs: remote:https://crypto.api.trendsapi.ai/mcp detail: https://mcpindex.ai/server/ai-trendsapi-crypto - Ecommerce Trends API (ai.trendsapi/ecommerce@1.0.0) Product and category demand signals across Amazon and social. Free key at trendsapi.ai installs: remote:https://ecommerce.api.trendsapi.ai/mcp detail: https://mcpindex.ai/server/ai-trendsapi-ecommerce - News Volume API (ai.trendsapi/news-volume@1.0.0) News article mention volume trends for any topic. Free key at trendsapi.ai installs: remote:https://news-volume.api.trendsapi.ai/mcp detail: https://mcpindex.ai/server/ai-trendsapi-news-volume - Social Media Trends API (ai.trendsapi/social-media@1.0.0) Cross-platform social trend signals from TikTok, YouTube, Reddit and X. Free key at trendsapi.ai installs: remote:https://social-media.api.trendsapi.ai/mcp detail: https://mcpindex.ai/server/ai-trendsapi-social-media - Spotify Trends API (ai.trendsapi/spotify@1.0.0) Spotify top podcast trends and listening signals. Free key at trendsapi.ai installs: remote:https://spotify.api.trendsapi.ai/mcp detail: https://mcpindex.ai/server/ai-trendsapi-spotify - Trends API (ai.trendsapi/trends@1.0.0) Trend data from Google, TikTok, Amazon, Reddit, YouTube, Steam, npm and more as JSON installs: remote:https://api.trendsapi.ai/mcp detail: https://mcpindex.ai/server/ai-trendsapi-trends - Content Strategy Trends MCP (ai.trendsmcp/content-strategy@1.0.1) Topics gaining momentum before they peak. Trend volume and growth signals. Free key at trendsmcp.ai installs: remote:https://content-strategy.api.trendsmcp.ai/mcp detail: https://mcpindex.ai/server/ai-trendsmcp-content-strategy - Market Research Trends MCP (ai.trendsmcp/market-research@1.0.1) See if a market is heating or cooling. Trend volume and growth signals. Free key at trendsmcp.ai installs: remote:https://market-research.api.trendsmcp.ai/mcp detail: https://mcpindex.ai/server/ai-trendsmcp-market-research - SEO Trends MCP (ai.trendsmcp/seo@1.0.1) Spot keyword demand rising or fading. Trend volume and growth signals. Free key at trendsmcp.ai installs: remote:https://seo.api.trendsmcp.ai/mcp detail: https://mcpindex.ai/server/ai-trendsmcp-seo - Social Media Intelligence MCP (ai.trendsmcp/social-media@1.0.1) Cross-platform social media intelligence. Trend volume and growth signals. Free key at trendsmcp.ai installs: remote:https://social-media.api.trendsmcp.ai/mcp detail: https://mcpindex.ai/server/ai-trendsmcp-social-media - Trends MCP (ai.trendsmcp/trends@1.0.6) Trend data from Google Trends, YouTube, TikTok, Reddit, Amazon, Wikipedia, npm, Steam and more installs: remote:https://api.trendsmcp.ai/mcp detail: https://mcpindex.ai/server/ai-trendsmcp-trends - Trusty Squire (ai.trustysquire/trusty-squire@1.1.9-rc.12) Trusty Squire signs up / in to websites for you so you don’t have to. installs: npm:@trusty-squire/mcp detail: https://mcpindex.ai/server/ai-trustysquire-trusty-squire - TunnelMind Data API (ai.tunnelmind/data@1.0.1) Tracker / Sigil / Cross-lens — every TunnelMind Data API operation as one MCP surface. installs: remote:https://mcp-data.tunnelmind.ai/mcp detail: https://mcpindex.ai/server/ai-tunnelmind-data - Scry (ai.tunnelmind/scry@0.5.0) Free IPv4 lookups against a distributed attacker-observation corpus. installs: remote:https://mcp.tunnelmind.ai/mcp detail: https://mcpindex.ai/server/ai-tunnelmind-scry - Sigil (ai.tunnelmind/sigil@0.2.1) Programmatic-advertising supply verification: ads.txt, schain, ATAP receipts, cross_lens_verify. installs: remote:https://mcp.sigil.tunnelmind.ai/mcp detail: https://mcpindex.ai/server/ai-tunnelmind-sigil - Unl (ai.unlimitless/unl@0.2.0) Stop re-explaining yourself to your AI. installs: remote:https://api.unlimitless.ai/mcp detail: https://mcpindex.ai/server/ai-unlimitless-unl - ai.unpaper/cli (ai.unpaper/cli@0.3.0) Slide decks locally: templates, checks, HTML to editable PowerPoint, .pptx rescue. No AI inside. installs: npm:@unpaper/cli detail: https://mcpindex.ai/server/ai-unpaper-cli - Unquant (ai.unquant/unquant@3.0.0) Financial data MCP for market, company, news, macro, and US Congress research. installs: remote:https://unquant.ai/mcp detail: https://mcpindex.ai/server/ai-unquant-unquant - unulu (ai.unulu/unulu@0.1.0) AI agent website builder. Create and publish link-in-bio sites via MCP or REST API. installs: remote:https://mcp.unulu.ai detail: https://mcpindex.ai/server/ai-unulu-unulu - ai.upgradeagent/upgrade-agent (ai.upgradeagent/upgrade-agent@1.0.0) Travel-upgrade Q&A, live booking eligibility, and operator lookups for airline, cruise, rail. installs: remote:https://www.upgradeagent.ai/api/mcp detail: https://mcpindex.ai/server/ai-upgradeagent-upgrade-agent - ai.upriver/upriver (ai.upriver/upriver@0.1.0) Know what's gaining traction online: breakout topics in tech, sports & politics, with citations. installs: remote:https://mcp.upriver.ai/mcp detail: https://mcpindex.ai/server/ai-upriver-upriver - PreClick — An MCP-native URL preflight scanning service for autonomous agents (formerly URLCheck). (ai.urlcheck/urlcheck-mcp@0.1.5) PreClick scans links for threats and confirms intent match with high accuracy before agents click. installs: remote:https://urlcheck.ai/mcp detail: https://mcpindex.ai/server/ai-urlcheck-urlcheck-mcp - ai.usestring/web-access (ai.usestring/web-access@1.2.2) The most accurate web access API. Stop getting blocked. installs: npm:@usestring/mcp | remote:https://mcp.usestring.ai/v1/mcp detail: https://mcpindex.ai/server/ai-usestring-web-access - ai.uxbert/cms (ai.uxbert/cms@0.1.0) UXBERT Labs headless CMS: model, write and publish bilingual content, media, delivery checks. installs: remote:https://cms-mcp.uxbert.ai/mcp detail: https://mcpindex.ai/server/ai-uxbert-cms - ai.v-safe/vsafe-risk (ai.v-safe/vsafe-risk@0.4.0) KYB risk scores for Israeli companies: sanctions, insolvency, adverse media, cyber, registry. installs: remote:https://mcp.v-safe.ai/mcp detail: https://mcpindex.ai/server/ai-v-safe-vsafe-risk - Variel MCP Server (ai.variel/mcp-server@0.1.0) Generate your brand in-agent, then keep tokens, components, and copy on-brand over MCP. installs: npm:@variel/mcp-server detail: https://mcpindex.ai/server/ai-variel-mcp-server - ai.velarion/company-intelligence (ai.velarion/company-intelligence@0.1.0) Exec comp benchmarking, say-on-pay risk, and governance cards for US public companies. installs: remote:https://velarion-scraper-production.up.railway.app/mcp detail: https://mcpindex.ai/server/ai-velarion-company-intelligence - Verant (ai.verant/verant@0.1.0) AI proofreading for public web pages and full sites, with AI-verified corrections. Paid plans only. installs: remote:https://verant.ai/mcp detail: https://mcpindex.ai/server/ai-verant-verant - Verificate MCP (ai.verificate/mcp@1.8.7) Agentic code review, no signup to try: reality gates + frontier-model review, with veto. installs: remote:https://mcp.verificate.ai/mcp detail: https://mcpindex.ai/server/ai-verificate-mcp - Vertical Marketplace (ai.verticalmarketplace/vertical-marketplace@1.0.0) Agent-to-agent marketplace: AI agents list and buy data, services and compute. Signed receipts. installs: remote:https://verticalmarketplace.ai/api/mcp detail: https://mcpindex.ai/server/ai-verticalmarketplace-vertical-marketplace - Vibe BI MCP (ai.vibe-bi/mcp-server@1.0.0) Ask business questions in plain English. Get instant answers from your database, no SQL needed. installs: remote:https://mcp.vibe-bi.ai detail: https://mcpindex.ai/server/ai-vibe-bi-mcp-server - Villiers Charter (ai.villiers/charter@1.0.0) Instant private jet charter price estimates and confirmed live quotes, worldwide. installs: remote:https://mcp.villiers.ai/mcp detail: https://mcpindex.ai/server/ai-villiers-charter - Visuary Actuarial Value Calculator (ai.visuary/actuarial-value-calculator@1.0.0) Calculate Actuarial Value (AV) & metal tier of a health insurance plan from any document. installs: remote:https://mcp.visuary.ai/av detail: https://mcpindex.ai/server/ai-visuary-actuarial-value-calculator - ai.vortexiq/vortex-iq (ai.vortexiq/vortex-iq@1.0.0) Read-only access to your VortexIQ store data: audits, KPIs, alerts, Brand DNA, reports, Ask VIQ. installs: remote:https://app.vortexiq.ai/mcp detail: https://mcpindex.ai/server/ai-vortexiq-vortex-iq - Voxplo (ai.voxplo/voxplo@0.1.1) Give AI agents a phone: outbound AI calls that return a summary, transcript, and extracted fields. installs: npm:voxplo-mcp | remote:https://mcp.voxplo.ai/mcp detail: https://mcpindex.ai/server/ai-voxplo-voxplo - Walter Writes (ai.walterwrites/mcp-server@1.0.1) Walter Remote MCP Server — AI humanization and detection tools installs: remote:https://mcp-server.walterwrites.ai/mcp detail: https://mcpindex.ai/server/ai-walterwrites-mcp-server - ai.waterr/mcp (ai.waterr/mcp@1.0.0) List WaterrAI scenarios, fetch AI-run meetings, and pull rubric-scored analyses. installs: remote:https://api.waterr.ai/v1/mcp detail: https://mcpindex.ai/server/ai-waterr-mcp - Wavn (ai.wavn/wavn@1.0.0) The deciding place: argue the call, decide, keep the reasons, get the work back as finished files. installs: remote:https://my.wavn.app/api/mcp detail: https://mcpindex.ai/server/ai-wavn-wavn - ai.waystation/airtable (ai.waystation/airtable@0.3.1) Access and manage your Airtable bases, tables, and records seamlessly installs: remote:https://waystation.ai/airtable/mcp detail: https://mcpindex.ai/server/ai-waystation-airtable - ai.waystation/miro (ai.waystation/miro@0.3.1) Collaborate on visual boards with your team using Miro integration. installs: remote:https://waystation.ai/miro/mcp detail: https://mcpindex.ai/server/ai-waystation-miro - ai.waystation/monday (ai.waystation/monday@0.3.1) Access and manage your Monday.com boards, items, and updates seamlessly installs: remote:https://waystation.ai/monday/mcp detail: https://mcpindex.ai/server/ai-waystation-monday - ai.waystation/teams (ai.waystation/teams@0.3.1) Collaborate, chat, and manage meetings in Microsoft Teams. installs: remote:https://waystation.ai/teams/mcp detail: https://mcpindex.ai/server/ai-waystation-teams - ai.waystation/wrike (ai.waystation/wrike@0.3.1) Manage projects, tasks, and workflows with Wrike project management. installs: remote:https://waystation.ai/wrike/mcp detail: https://mcpindex.ai/server/ai-waystation-wrike - WebAnatomy (ai.webanatomy/webanatomy@0.1.1) Help your AI improve landing pages, grounded in 3,500+ scored sections and 500 real pages. installs: remote:https://mcp.webanatomy.ai/mcp detail: https://mcpindex.ai/server/ai-webanatomy-webanatomy - ai.websitepublisher/mcp (ai.websitepublisher/mcp@1.4.0) Build and publish websites through AI conversation. installs: remote:https://mcp.websitepublisher.ai/ detail: https://mcpindex.ai/server/ai-websitepublisher-mcp - WebUplink (ai.webuplink/mcp@0.1.1) Give any MCP client the ability to browse and interact with the web via WebUplink. installs: npm:@webuplink/mcp detail: https://mcpindex.ai/server/ai-webuplink-mcp - Wellness Project (ai.wellnessproject/wellness-project@1.1.0) 63 tools for Apple Health, Fitbit, Oura & Health Connect data in Claude, ChatGPT, Grok & Mistral. installs: remote:https://wellnessproject.ai/api/mcp detail: https://mcpindex.ai/server/ai-wellnessproject-wellness-project - Windsor.ai MCP (ai.windsor/windsor-mcp@0.1.0) Query and analyze marketing, sales, and business data from 325+ platforms via Windsor.ai. installs: remote:https://mcp.windsor.ai/sse detail: https://mcpindex.ai/server/ai-windsor-windsor-mcp - Wiplash (ai.wiplash/wiplash@0.7.6) Discover Wiplash and manage owned agents with human OAuth. installs: remote:https://mcp.wiplash.ai/mcp detail: https://mcpindex.ai/server/ai-wiplash-wiplash - Wiv (ai.wiv/mcp@5.0.1) Automate FinOps workflows, cases, and cloud ops via the Wiv Workflow API. installs: remote:https://mcp.wiv.ai/mcp detail: https://mcpindex.ai/server/ai-wiv-mcp - Workledge (ai.workledge/workledge@1.0.0) A growing notebook shared by every AI you use. Save in conversation, recall from any connected AI. installs: remote:https://mcp.workledge.ai/mcp detail: https://mcpindex.ai/server/ai-workledge-workledge - Social Media Search API — Twitter, Instagram, Reddit, TikTok (XPOZ) (ai.xpoz/social-insights@1.4.1) Twitter/X, Instagram, Reddit & TikTok data for AI agents. Billions of posts. No API keys. installs: remote:https://mcp.xpoz.ai/mcp detail: https://mcpindex.ai/server/ai-xpoz-social-insights - Zaira Labs Guide (ai.zairalabs/guide@0.1.2) Trust signals for AI agents: an open agent-readiness standard and developer tool guide. Read-only. installs: remote:https://zairalabs.ai/guide/mcp detail: https://mcpindex.ai/server/ai-zairalabs-guide - ai.zencap/zencap (ai.zencap/zencap@1.0.0) Institutional financial data with SEC filing citations, for every AI agent. OAuth 2.1. installs: remote:https://mcp.zencap.ai/mcp detail: https://mcpindex.ai/server/ai-zencap-zencap - Zentrik (ai.zentrik/mcp@1.0.0) Product context for AI agents: evidence, opportunities, initiatives, and decisions. installs: remote:https://zentrik.ai/mcp detail: https://mcpindex.ai/server/ai-zentrik-mcp - Zevari (ai.zevari/mcp@0.3.9) Controlled LinkedIn and GTM MCP server with review-gated prospecting and outreach workflows. installs: remote:https://mcp.zevari.ai/mcp detail: https://mcpindex.ai/server/ai-zevari-mcp - Property Hazard MCP (ai.zipquote/us-property-hazard-risk@1.0.0) Flood, wildfire, earthquake, and coastal-storm hazard lookup for a US property. installs: remote:https://mcp.zipquote.ai/mcp detail: https://mcpindex.ai/server/ai-zipquote-us-property-hazard-risk - Mana Public (am.mana/mana-public@1.0.0) Read-only MCP tools for Mana public creations, tags, creator profiles, and share pages. installs: remote:https://api.mana.am/mcp detail: https://mcpindex.ai/server/am-mana-mana-public - 2ools (app.2ools/mcp@0.3.1) Build, version, review, and export websites, web apps, and games from a conversation. installs: remote:https://2ools.app/mcp detail: https://mcpindex.ai/server/app-2ools-mcp - aiponge (app.aiponge/mcp@1.1.0) private by default journaling, self-understanding, reflective songs, books, playlists, insights. installs: remote:https://mcp.aiponge.com/mcp detail: https://mcpindex.ai/server/app-aiponge-mcp - APICK Business (app.apick/business@1.2.0) Korean business registry, corporate info, parcel tracking, validation APIs installs: remote:https://apick.app/mcp/business detail: https://mcpindex.ai/server/app-apick-business - APICK Identity (app.apick/identity@1.2.0) Korean ID document verification and PII masking APIs installs: remote:https://apick.app/mcp/identity detail: https://mcpindex.ai/server/app-apick-identity - AskLoop (app.askloop/askloop@1.0.1) Create and run surveys by chatting. Respondents just open a link — no AI, no account. installs: remote:https://api.askloop.app/mcp detail: https://mcpindex.ai/server/app-askloop-askloop - StructForge (app.askqa/structforge@1.1.0) Turn messy text into strict JSON schemas agents can trust (invoice, receipt, contact, resume). installs: remote:https://structforge.askqa.app/mcp detail: https://mcpindex.ai/server/app-askqa-structforge - app.aspirelearning/mcp (app.aspirelearning/mcp@0.0.3) Aspire Learning MCP — browse courses, chapters, lessons, and import LaTeX quizzes installs: remote:https://mcp.aspirelearning.app/mcp detail: https://mcpindex.ai/server/app-aspirelearning-mcp - app.aveiro/mcp (app.aveiro/mcp@1.0.0) Create, update, and publish real hosted websites from your agent via the Aveiro API. installs: remote:https://www.aveiro.app/api/mcp/mcp detail: https://mcpindex.ai/server/app-aveiro-mcp - Landlord · 包租公 (app.baozugong/landlord@1.1.0) RENT-ranked covered-call, CSP & wheel income ideas, your positions & Greeks. Never places orders. installs: remote:https://baozugong.app/api/mcp detail: https://mcpindex.ai/server/app-baozugong-landlord - Bauta (app.bauta/bauta@1.0.0) Deploy HTML/React artifacts from your AI client to hosted, share-gated URLs. Private by default. installs: remote:https://bauta.app/mcp detail: https://mcpindex.ai/server/app-bauta-bauta - app.blip-board/blipboard (app.blip-board/blipboard@1.0.0) Ambient split-flap display board agents push text to; humans watch it on any screen. installs: remote:https://blip-board.app/mcp detail: https://mcpindex.ai/server/app-blip-board-blipboard - Bonsave (app.bonsave/bonsave@1.0.0) Query your real net worth, spending, transactions, budgets and portfolio from any MCP client. installs: remote:https://www.bonsave.app/api/mcp detail: https://mcpindex.ai/server/app-bonsave-bonsave - app.businys/mcp-server (app.businys/mcp-server@1.0.1) 221 MCP tools across 26 practices for independent professionals. Clients, invoices, contracts. installs: npm:@businys/mcp-server detail: https://mcpindex.ai/server/app-businys-mcp-server - Cannon Studio (app.cannonstudio/cannon-studio@1.0.0) Public Cannon Studio MCP for product, pricing, workflow, model, and API answers. installs: remote:https://www.cannonstudio.app/mcp detail: https://mcpindex.ai/server/app-cannonstudio-cannon-studio - Cellarion (app.cellarion/cellarion@1.82.4) Wine cellar manager: bottles, racks, drink windows, pairings and a shared wine registry. installs: npm:cellarion-mcp | remote:https://cellarion.app/api/mcp detail: https://mcpindex.ai/server/app-cellarion-cellarion - app.certman/server (app.certman/server@1.0.1) Create and manage your own Certificate Authority for internal HTTPS. installs: remote:https://mcp.certman.app detail: https://mcpindex.ai/server/app-certman-server - ClearPolicy (app.clearpolicy/clearpolicy@1.0.1) Authenticated MCP server for ClearPolicy policy and compliance workflows. installs: remote:https://api.clearpolicy.app/mcp detail: https://mcpindex.ai/server/app-clearpolicy-clearpolicy - Lotus — AI Citation Intelligence (app.clicon/lotus@1.27.0) Measure how AI assistants cite your brand. Returns measured data and ready-to-apply fixes. installs: remote:https://lotus.clicon.app/mcp/ detail: https://mcpindex.ai/server/app-clicon-lotus - app.cooperpetcare.www/cooper (app.cooperpetcare.www/cooper@0.6.0) Cooper: catálogo, cobertura, razas y turnos del marketplace argentino de cuidado canino. installs: remote:https://www.cooperpetcare.app/api/mcp detail: https://mcpindex.ai/server/app-cooperpetcare-www-cooper - Daily Studio Teleprompter (app.dailystudio/teleprompter@1.0.0) Send a shoot's worth of scripts to the Daily Studio teleprompter on iPhone, in one link. installs: remote:https://dailystudio.app/mcp detail: https://mcpindex.ai/server/app-dailystudio-teleprompter - app.decibelshield/decibel-shield (app.decibelshield/decibel-shield@1.0.0) Noise data tools: city noise rankings, decibel levels of common sounds, NIOSH safe-exposure math. installs: remote:https://decibelshield.app/api/mcp detail: https://mcpindex.ai/server/app-decibelshield-decibel-shield - Remote Desktop Commander (app.desktopcommander/remote-desktop-commander@1.0.3) Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer installs: remote:https://mcp.desktopcommander.app/mcp detail: https://mcpindex.ai/server/app-desktopcommander-remote-desktop-commander - devglow (app.devglow/devglow@1.3.2) Start, stop, and inspect local dev servers in a desktop app instead of the agent's session. installs: npm:devglow-mcp detail: https://mcpindex.ai/server/app-devglow-devglow - noglow (app.devglow/noglow@0.2.1) Drop a short text fragment into a scratchpad slot, with newlines intact. installs: npm:noglow-mcp detail: https://mcpindex.ai/server/app-devglow-noglow - todoglow (app.devglow/todoglow@1.1.2) See what each of your coding agents is working on, and read or advance your todos. installs: npm:todoglow-mcp detail: https://mcpindex.ai/server/app-devglow-todoglow - DREAMHALL (app.dreamhall/dreamhall@0.1.0) Human-authored personal context before AI guidance, built through private structured reflection. installs: remote:https://dreamhall.app/mcp detail: https://mcpindex.ai/server/app-dreamhall-dreamhall - EasyKanban (app.easykanb/easykanban@1.0.0) Read and manage your EasyKanban kanban boards: to-do summaries, create, update, and move cards. installs: remote:https://easykanb.app/api/mcp detail: https://mcpindex.ai/server/app-easykanb-easykanban - EuroComply — EU Regulatory Compliance (app.eurocomply/compliance@0.3.0) EU regulatory compliance data: 17 regulations, deadlines, enforcement actions. EU-hosted. installs: remote:https://eurocomply.app/api/mcp detail: https://mcpindex.ai/server/app-eurocomply-compliance - Evlek — Northern Cyprus Property MCP Server (app.evlek/mcp-server@1.9.0) AI-native property MCP for Northern Cyprus (KKTC/TRNC): listings, prices, districts, yields. installs: remote:https://evlek.app/api/mcp detail: https://mcpindex.ai/server/app-evlek-mcp-server - Favorize – Wishlist & Gifts (app.favorize/assistant@1.0.0) Wishlists, favorites, and gift ideas — right from chat installs: remote:https://assistant.favorize.app/mcp detail: https://mcpindex.ai/server/app-favorize-assistant - FFT Companion (app.fftcompanion/fft-companion@0.1.0) Final Fantasy Tactics game data across the PSX, War of the Lions and Ivalice Chronicles releases installs: remote:https://mcp.fftcompanion.app/mcp detail: https://mcpindex.ai/server/app-fftcompanion-fft-companion - Flaim Fantasy (app.flaim/mcp@1.0.1) Read-only fantasy analysis for ESPN, Yahoo, and Sleeper leagues via MCP installs: remote:https://api.flaim.app/mcp detail: https://mcpindex.ai/server/app-flaim-mcp - Flowral AI Tools (app.flowral.mcp/planner@1.0.2) Streamable HTTP MCP server exposing planner flows, tasks, and squads. installs: remote:https://mcp.flowral.app detail: https://mcpindex.ai/server/app-flowral-mcp-planner - Fluentive MCP (app.fluentive/mcp@1.0.0) Information, FAQs, features, and pricing for Fluentive's task management platform. installs: remote:https://mcp.fluentive.app detail: https://mcpindex.ai/server/app-fluentive-mcp - Forge Engine (app.forgeengine/forge@0.2.0) Design spec + milestones AI coding agents read before building; drift flagged, changes reviewed. installs: remote:https://mmvdabzadclebfxyzudg.supabase.co/functions/v1/forge-mcp detail: https://mcpindex.ai/server/app-forgeengine-forge - Fotify (app.fotify/mcp@1.0.0) Create events, collect guest photos and manage RSVP invitations for weddings and parties. installs: remote:https://server.fotify.app/mcp detail: https://mcpindex.ai/server/app-fotify-mcp - framebench (app.framebench/framebench@1.0.1) Estimated game fps for any GPU or Apple Silicon chip, with the limiter and tweaks. installs: remote:https://framebench.app/mcp detail: https://mcpindex.ai/server/app-framebench-framebench - FrankKi (app.frankki/letters@1.0.0) The agentic layer of letters. Agents send real printed mail worldwide, German compliance built in. installs: remote:https://mcp.frankki.app detail: https://mcpindex.ai/server/app-frankki-letters - Ganty MCP (app.ganty/mcp-server@1.0.0) Gantt chart SaaS with server-side critical path and dependency-aware shift-impact tools, plus CRUD. installs: remote:https://ganty.app/api/mcp detail: https://mcpindex.ai/server/app-ganty-mcp-server - Andiamo (app.getandiamo/andiamo@0.3.0) Plan door-to-door trips across French trains, buses, transit and flights. installs: remote:https://getandiamo.app/api/mcp detail: https://mcpindex.ai/server/app-getandiamo-andiamo - app.getcallme/call-me (app.getcallme/call-me@1.0.0) Calls your phone when an AI task finishes or is blocked — hear it, say what's next. installs: remote:https://getcallme.app/mcp detail: https://mcpindex.ai/server/app-getcallme-call-me - app.getdialer/dialer (app.getdialer/dialer@1.0.1) An MCP server that provides lets you make outbound phone calls using your own phone number installs: remote:https://getdialer.app/mcp detail: https://mcpindex.ai/server/app-getdialer-dialer - Domus (app.getdomus/domus@1.3.0) Homeowner's AI: view & update appliances, warranties, documents & maintenance for your home. installs: remote:https://api.getdomus.app/mcp detail: https://mcpindex.ai/server/app-getdomus-domus - Salta (app.getsalta/salta@0.1.0) Mobile-first AI life planner — turn goals into daily, synced tasks from your AI assistant. installs: remote:https://mcp.getsalta.app detail: https://mcpindex.ai/server/app-getsalta-salta - app.goshipyard/shipyard (app.goshipyard/shipyard@1.0.0) Ship, discover and review vibe-coded projects on Shipyard, the invite-only feed for AI-built apps. installs: remote:https://goshipyard.app/mcp detail: https://mcpindex.ai/server/app-goshipyard-shipyard - HoodEx (app.hoodex/hoodex@1.0.0) Neighbourhood intelligence for any address: livability scores, community and street data. installs: remote:https://hoodex.app/mcp detail: https://mcpindex.ai/server/app-hoodex-hoodex - app.htmldrop/mcp (app.htmldrop/mcp@0.3.4) Publish HTML or Markdown from any MCP client to a live, shareable URL on htmldrop.app. installs: npm:@htmldrop.app/mcp | remote:https://htmldrop.app/mcp detail: https://mcpindex.ai/server/app-htmldrop-mcp - Humanform (app.humanform/mcp@0.1.3) Anthropometric prediction API: predict measurements, list countries, list measurement names. installs: npm:@humanform/mcp detail: https://mcpindex.ai/server/app-humanform-mcp - Taste (app.humantaste/taste-mcp@2.0.0) Expert review for AI agents. On-chain proof of human review. installs: remote:https://api.humantaste.app/mcp/ detail: https://mcpindex.ai/server/app-humantaste-taste-mcp - Icemoon — control a real iPhone with AI (app.icemoon/automation-studio@1.0.1) Control real, physical iPhones with AI: screen reading, human-like touch, no jailbreak. installs: npm:icemoon-mcp detail: https://mcpindex.ai/server/app-icemoon-automation-studio - Idiolect AI (app.idiolect/idiolect-ai@1.0.1) Loads your personal writing voice into any AI and scores how closely a draft matches it. installs: remote:https://idiolect.app/api/mcp detail: https://mcpindex.ai/server/app-idiolect-idiolect-ai - Immo API — DVF immobilier France (app.immoapi/immoapi@1.0.0) Données immobilières DVF France : transactions, comparables GPS et statistiques de marché. installs: remote:https://immoapi.app/api/mcp detail: https://mcpindex.ai/server/app-immoapi-immoapi - app.indicia/mcp (app.indicia/mcp@1.0.0) Run OSINT queries and investigations with Indicia installs: remote:https://mcp.indicia.app/mcp detail: https://mcpindex.ai/server/app-indicia-mcp - Interbang (app.interbang/interbang@1.0.0) Moderated usability testing: read sessions, notes, transcripts, reports, and draft test scenarios. installs: remote:https://interbang.app/api/mcp detail: https://mcpindex.ai/server/app-interbang-interbang - Kanera (app.kanera/mcp@2.1.0) Manage Kanera cards, checklists, comments, notes, attachments, automations, reports, and priorities. installs: remote:https://mcp.kanera.app/mcp detail: https://mcpindex.ai/server/app-kanera-mcp - app.lance/app-manager (app.lance/app-manager@0.1.0) App Store Connect operator for AI agents: icons, TestFlight builds, listings, IAP, rejection fixes. installs: remote:https://api.lance.app/mcp detail: https://mcpindex.ai/server/app-lance-app-manager - Learn with Agents (app.learnwithagents/learn-with-agents@0.1.0) Your AI agent builds interactive block-based courses over MCP; take them at learnwithagents.app. installs: remote:https://learnwithagents.app/mcp detail: https://mcpindex.ai/server/app-learnwithagents-learn-with-agents - LivTakt (app.livtakt/livtakt@1.0.0) Life-balance task manager that prioritises your tasks to restore balance across your life areas. installs: remote:https://livtakt.app/mcp detail: https://mcpindex.ai/server/app-livtakt-livtakt - Locize (app.locize.mcp/server@2.0.0) Locize TMS: 26 tools for translations, TM/glossary/styleguide/screenshot context, versions. OAuth. installs: remote:https://mcp.locize.app detail: https://mcpindex.ai/server/app-locize-mcp-server - Love Oracle — Tarot (app.loveoracle/tarot@1.0.0) Tarot card meanings for love, and answers to the most-asked love questions, in 22 languages. installs: remote:https://www.loveoracle.app/api/mcp detail: https://mcpindex.ai/server/app-loveoracle-tarot - Lukija (app.lukija/lukija@1.0.0) Continue Finnish reading and practise saved words from an authenticated Lukija account. installs: remote:https://lukija.app/api/mcp detail: https://mcpindex.ai/server/app-lukija-lukija - MailStream (app.mailstream/mailstream@1.0.0) The first MCP server for physical mail: send postcards and letters, manage lists and campaigns. installs: remote:https://my.mailstream.app/mcp detail: https://mcpindex.ai/server/app-mailstream-mailstream - Marketgenius (app.marketgenius/mcp@2026-08-11) Our free Marketgenius investment tools as live, interactive React MCP Apps. installs: remote:https://marketgenius.app/mcp detail: https://mcpindex.ai/server/app-marketgenius-mcp - Meistron (app.meistron/meistron@1.0.0) Auftraege, Rechnungen, Material und Zeiten eines Handwerksbetriebs abfragen und pflegen. installs: remote:https://meistron.app/api/mcp detail: https://mcpindex.ai/server/app-meistron-meistron - app.miromiro/miromiro (app.miromiro/miromiro@0.3.1) Turn any live website into brand colors, fonts, design tokens, SVGs, Lottie and paste-ready code. installs: npm:miromiro-mcp | remote:https://miromiro.app/mcp detail: https://mcpindex.ai/server/app-miromiro-miromiro - MyGhosts (app.myghosts/myghosts@1.0.0) Send AI bots to attend meetings on your behalf. Get recordings, transcripts, and summaries. installs: remote:https://myghosts.app/api/mcp detail: https://mcpindex.ai/server/app-myghosts-myghosts - Agent Coliseum MCP (app.nanocorp.agentarena/agent-coliseum-mcp@0.1.0) Free Streamable HTTP MCP arena for 1v1 AI agent skill battles and Gladiator Badges. installs: remote:https://agentarena.nanocorp.app/api/mcp detail: https://mcpindex.ai/server/app-nanocorp-agentarena-agent-coliseum-mcp - Invoke Human Tasks (app.nanocorp.invoke/human-tasks@0.1.1) Hire humans for tasks AI agents can't do through Invoke's paid task marketplace. installs: remote:https://invoke.nanocorp.app/mcp detail: https://mcpindex.ai/server/app-nanocorp-invoke-human-tasks - Nausika (app.nausika/mcp@0.1.3) Mediterranean marine, nautical, sailing: forecasts, tides, sea routes, anchorages, POIs for AI. installs: remote:https://mcp.nausika.app detail: https://mcpindex.ai/server/app-nausika-mcp - Agent Rescue Desk Production Triage (app.netlify.agent-rescue-desk/production-triage@1.0.0) Read-only triage for n8n, MCP, webhook, and AI agent workflow production failures. installs: remote:https://agent-rescue-desk.netlify.app/mcp detail: https://mcpindex.ai/server/app-netlify-agent-rescue-desk-production-triage - LION - Trend Intent MCP + Marketplace Visibility Audit (app.netlify.gleaming-cassata-d41682/lion-mcp@1.1.1) x402-paid MCP data: trend feed + visibility audit. USDC/Base. No API key. No PII. installs: remote:https://gleaming-cassata-d41682.netlify.app/api/mcp?src=mcpregistry_domain_v1_1 detail: https://mcpindex.ai/server/app-netlify-gleaming-cassata-d41682-lion-mcp - app.netlify.japan-data-mcp/japan-data-mcp (app.netlify.japan-data-mcp/japan-data-mcp@0.1.0) Japanese law, corporation & statistics data as MCP, normalized to English with source attribution. installs: remote:https://japan-data-mcp.netlify.app/mcp detail: https://mcpindex.ai/server/app-netlify-japan-data-mcp-japan-data-mcp - NeuroRank (app.neurorank/mcp@0.3.0) Esports cognitive-combine data over MCP: free cohort stats, paid player & team scouting reports. installs: remote:https://www.neurorank.app/mcp detail: https://mcpindex.ai/server/app-neurorank-mcp - Noemic (app.noemic/noemic@0.1.0) Someone to talk to, for your user: coaches, mentors, accountability partners. First session free. installs: remote:https://noemic.app/mcp detail: https://mcpindex.ai/server/app-noemic-noemic - NovumOS (app.novumos/novumos@1.0.1) Kanban where AI agents are first-class users — real seats, real API, no AI credit meters. installs: remote:https://novumos.app/v1/mcp/http detail: https://mcpindex.ai/server/app-novumos-novumos - app.odyssey365/mcp-server (app.odyssey365/mcp-server@0.6.4) Odyssey 앱의 할일·메모·프로젝트·타임라인을 MCP 클라이언트에서 관리 installs: npm:@odyssey365/mcp-server detail: https://mcpindex.ai/server/app-odyssey365-mcp-server - Otto Data — Robinhood Chain (app.ottodata/otto@0.2.0) Live Robinhood Chain tokenized-stock data: basis vs NASDAQ, gaps, pools, whale flows. installs: remote:https://api.ottodata.app/mcp detail: https://mcpindex.ai/server/app-ottodata-otto - OwlX Trading Intelligence (app.owlx/owlx@1.0.0) Crypto structure scores, MemeSniper meme filter with real hit-rate, token & stock financials. installs: remote:https://owlx.app/mcp detail: https://mcpindex.ai/server/app-owlx-owlx - pAIchart MCP Hub (app.paichart/mcp-hub@1.0.0) MCP Hub: AI service discovery, per-user OAuth, and multi-service workflow orchestration installs: remote:https://paichart.app/mcp detail: https://mcpindex.ai/server/app-paichart-mcp-hub - Penlog (app.penlog/penlog@1.0.0) Handwritten iPad journal your AI can read and write tasks back to, over MCP. installs: remote:https://mcp.penlog.app detail: https://mcpindex.ai/server/app-penlog-penlog - Percher (app.percher/percher@0.6.15) MCP-native hosting: publish and operate AI-built web apps live at name.percher.run. installs: npm:@percher/mcp | remote:https://mcp.percher.app/mcp detail: https://mcpindex.ai/server/app-percher-percher - app.pinsuite/pinsuite (app.pinsuite/pinsuite@1.0.0) Download and save Pinterest boards, Instagram posts and web pages into a library you own. installs: remote:https://pinsuite.app/mcp detail: https://mcpindex.ai/server/app-pinsuite-pinsuite - Podstow (app.podstow/podstow@1.0.3233) Send web articles or AI-written text to your personal podcast feed; listen in any podcast app. installs: remote:https://mcp.podstow.app/ detail: https://mcpindex.ai/server/app-podstow-podstow - app.potto/potto-japan (app.potto/potto-japan@1.0.0) Authoritative JLPT-graded Japanese dataset (kanji, vocab, grammar, history) via MCP and REST. installs: remote:https://potto.app/mcp detail: https://mcpindex.ai/server/app-potto-potto-japan - Priorify (app.priorify/priorify@0.3.0) Agent-complete, permission-scoped product operations for Priorify workspaces. installs: remote:https://priorify.app/mcp detail: https://mcpindex.ai/server/app-priorify-priorify - Giveaway & Raffle Winner Picker (provably fair) (app.promptcoin/giveaway-raffle-winner-picker@1.0.4) Pick giveaway and raffle winners nobody can rig — verifiable by anyone, no API key. installs: npm:provably-fair-mcp detail: https://mcpindex.ai/server/app-promptcoin-giveaway-raffle-winner-picker - PromptFax (app.promptfax/promptfax@0.1.0) Send a one-off fax from inside ChatGPT or Claude. Pay-per-use, $2-$4.50 per delivered fax. installs: remote:https://promptfax.app/mcp detail: https://mcpindex.ai/server/app-promptfax-promptfax - Pulltrader Seller Economics (app.pulltrader/seller-economics@0.2.2) Compare what a trading-card seller keeps across eBay, Pulltrader, and other card marketplaces. installs: remote:https://mcp.pulltrader.app/mcp detail: https://mcpindex.ai/server/app-pulltrader-seller-economics - app.railway.up.airy-enthusiasm-production/ai-commerce (app.railway.up.airy-enthusiasm-production/ai-commerce@1.0.0) The first marketplace where AIs buy from AIs. Browse, register, and purchase autonomously. installs: remote:https://airy-enthusiasm-production.up.railway.app/mcp detail: https://mcpindex.ai/server/app-railway-up-airy-enthusiasm-production-ai-commerce - VHGENGINE (app.railway.up.engine-production-3bdc/vhgengine@2.3.0) Agents-first viral-hook engine: generate, score, and remix short-form hooks over MCP. installs: remote:https://engine-production-3bdc.up.railway.app/mcp detail: https://mcpindex.ai/server/app-railway-up-engine-production-3bdc-vhgengine - Recao (app.recao/recao-mcp@1.0.0) Rank a competitor's EU App Store ads by longevity. From Apple's official Ad Repository. installs: remote:https://recao.app/api/mcp detail: https://mcpindex.ai/server/app-recao-recao-mcp - Recordo: Task Planner & Notes (app.recordo.api/recordo@1.0.0) Brain dump, routines, task planning, focus, and instant thought retrieval installs: remote:https://api.recordo.com/api/mcp/adhd/mcp detail: https://mcpindex.ai/server/app-recordo-api-recordo - app.repage/repage (app.repage/repage@1.0.1) Publish HTML & Markdown to shareable links with versions, comments, and project organization. installs: remote:https://www.repage.app/api/mcp detail: https://mcpindex.ai/server/app-repage-repage - RepoPilot (app.repopilot/repopilot@2.0.1) Repository evidence for agents before they adopt dependencies, enter codebases, compare, or merge. installs: remote:https://repopilot.app/api/mcp detail: https://mcpindex.ai/server/app-repopilot-repopilot - Saber (app.saber.mcp/saber@1.0.0) Sales intelligence — research companies, qualify prospects, and find contacts. installs: remote:https://mcp.saber.app/mcp detail: https://mcpindex.ai/server/app-saber-mcp-saber - Safeship (app.safeship/mcp@1.0.0) API monitoring from your editor. Checks the JSON your endpoints return, not just the status code. installs: remote:https://mcp.safeship.app/mcp detail: https://mcpindex.ai/server/app-safeship-mcp - app.sallim/korea-realty (app.sallim/korea-realty@0.16.3) Korean real estate data: court auctions, 10M+ MOLIT transaction records, price prediction installs: remote:https://realty.sallim.app/mcp?via=official detail: https://mcpindex.ai/server/app-sallim-korea-realty - app.scanbim/scanbim-mcp (app.scanbim/scanbim-mcp@1.0.6) AI Hub for AEC — 46 tools for Revit, Navisworks, ACC, XR via Autodesk Platform Services installs: npm:@scanbim-labs/scanbim-mcp detail: https://mcpindex.ai/server/app-scanbim-scanbim-mcp - app.scfcontrolsplatform/mcp-server-scf (app.scfcontrolsplatform/mcp-server-scf@2.0.1) MCP server for the SCF Controls Platform — 83 tools for controls, evidence, risk, and TPRM. installs: npm:mcp-server-scf detail: https://mcpindex.ai/server/app-scfcontrolsplatform-mcp-server-scf - app.seatcanvas/seatcanvas (app.seatcanvas/seatcanvas@1.0.0) SeatCanvas MCP server: pricing, venue capacity estimates, and prefilled seating plans. installs: remote:https://www.seatcanvas.app/api/mcp detail: https://mcpindex.ai/server/app-seatcanvas-seatcanvas - Selis MCP (app.selis.mcp/pmo@0.2.2) MCP server for Selis TMiS — manage PMO entities from any MCP client installs: npm:@calx/selis-mcp | remote:https://mcp.selis.app/tmis/mcp detail: https://mcpindex.ai/server/app-selis-mcp-pmo - Sendhey (app.sendhey/sendhey@0.11.0) Turn AI-built work into tracked, gated share links your clients can open. installs: remote:https://sendhey.app/mcp detail: https://mcpindex.ai/server/app-sendhey-sendhey - ShareMyPage (app.sharemypage/sharemypage@1.1.0) Host the HTML or Markdown pages your AI generates and share each as a link with comments and access. installs: remote:https://sharemypage.app/api/mcp detail: https://mcpindex.ai/server/app-sharemypage-sharemypage - Somvia (app.somvia/health@0.2.0) Private Apple Health metrics and workout detail for ChatGPT, Claude, and any MCP client. installs: remote:https://somvia.app/mcp detail: https://mcpindex.ai/server/app-somvia-health - Sorsa (app.sorsa/sorsa@1.0.0) Amazon FBA arbitrage toolkit: product analysis, deal feeds, price alerts and sourcing management. installs: remote:https://sorsa.app/mcp detail: https://mcpindex.ai/server/app-sorsa-sorsa - Sparks Scribe (app.sparkscribe/sparks-scribe@0.1.0) Official first-party facts about Sparks Scribe: what it is, pricing, trial. installs: remote:https://crm.sparkscribe.app/crm/api/public-mcp detail: https://mcpindex.ai/server/app-sparkscribe-sparks-scribe - Spoonjoy (app.spoonjoy/spoonjoy@1.0.0) Your personal recipe kitchen: save, fork, and cook recipes, build cookbooks, and shopping lists. installs: remote:https://spoonjoy.app/mcp detail: https://mcpindex.ai/server/app-spoonjoy-spoonjoy - STEADYWRK Field Service Dispatch (app.steadywrk/mcp-dispatch@0.1.1) Field service dispatch: instant quotes, tracked work orders, public evals. steadywrk.app installs: remote:https://steadywrk.app/api/mcp detail: https://mcpindex.ai/server/app-steadywrk-mcp-dispatch - Steep (app.steep/mcp@1.0.0) Query metrics, targets, entities, and team data in your Steep workspace via MCP. installs: remote:https://mcp.steep.app/mcp detail: https://mcpindex.ai/server/app-steep-mcp - app.strikemission/surf-trip-planner (app.strikemission/surf-trip-planner@0.1.0) Surf trip planner: live 0-100 Strike Scores, 10-day forecasts, and trip picks for 1,100+ spots. installs: remote:https://www.strikemission.app/api/mcp detail: https://mcpindex.ai/server/app-strikemission-surf-trip-planner - app.studio99/calligraphy (app.studio99/calligraphy@1.0.0) Hindi, Marathi, Gujarati & English calligraphy artwork in your AI assistant, by Studio99. installs: remote:https://mcp.studio99.app/api/mcp detail: https://mcpindex.ai/server/app-studio99-calligraphy - Subdomain API (app.subdomain/subdomains@1.0.1) Find known subdomains of a domain. Passive data; may include historic entries. List or count. installs: remote:https://api.subdomain.app/mcp detail: https://mcpindex.ai/server/app-subdomain-subdomains - app.surewhynot.quantum-artificer/quantum-artificer (app.surewhynot.quantum-artificer/quantum-artificer@1.0.0) Scientific compute for AI agents: symbolic, numerical, quantum, chemistry, ODE. Paid via x402. installs: remote:https://quantum-artificer.surewhynot.app/mcp detail: https://mcpindex.ai/server/app-surewhynot-quantum-artificer-quantum-artificer - app.surewhynot.quartermaster/quartermaster (app.surewhynot.quartermaster/quartermaster@1.6.0) x402 toolkit for AI agents: paid web, AI, and Base chain tools per call in USDC. Free tools too. installs: remote:https://quartermaster.surewhynot.app/mcp detail: https://mcpindex.ai/server/app-surewhynot-quartermaster-quartermaster - SwissDeals (app.swissdeals/mcp@1.0.0) Pay-per-call Swiss retail price intelligence (22 retailers). $0.01 USDC via x402. installs: remote:https://mcp.swissdeals.app/api/mcp detail: https://mcpindex.ai/server/app-swissdeals-mcp - Tanjiren MCP Server (app.tanjiren/tanjiren-mcp@0.1.1) Hosted MCP server for task-first delegation to remote workstations and workers. installs: remote:https://mcp.tanjiren.app/mcp detail: https://mcpindex.ai/server/app-tanjiren-tanjiren-mcp - app.thoughtspot/mcp-server (app.thoughtspot/mcp-server@1.0.1) MCP Server for ThoughtSpot - provides OAuth authentication and tools for querying data installs: remote:https://agent.thoughtspot.app/mcp detail: https://mcpindex.ai/server/app-thoughtspot-mcp-server - Toofi Dental Planning MCP (app.toofi/dental-planning@2026.5.12) Agent-native dental planning MCP for plan drafts, presentations, and price estimates. installs: remote:https://toofi.app/mcp detail: https://mcpindex.ai/server/app-toofi-dental-planning - ToolSnap MCP (app.toolsnap/toolsnap-mcp@1.1.0) Deterministic AI agent microtools, no accounts/API keys. fetch_extract: 98% token cut. 38 tools. installs: remote:https://mcp.toolsnap.app/mcp detail: https://mcpindex.ai/server/app-toolsnap-toolsnap-mcp - Trade It (app.tradeit/mcp@1.0.0) Trade stock, crypto, and options on Robinhood, ETrade, Webull, Charles Schwab, Coinbase, or Kraken. installs: remote:https://mcp.tradeit.app/mcp detail: https://mcpindex.ai/server/app-tradeit-mcp - app.triplogistics/trip-logistics-assistant (app.triplogistics/trip-logistics-assistant@1.0.0) Book trip logistics in chat: cars, transfers, eSIM, luggage storage, tours & flight compensation. installs: remote:https://api.triplogistics.app/mcp detail: https://mcpindex.ai/server/app-triplogistics-trip-logistics-assistant - app.trysonar/sonar (app.trysonar/sonar@0.6.0) ASO tools for AI agents: keyword research, rank tracking, competitor analysis (iOS & Android). installs: npm:@sonarapp/mcp detail: https://mcpindex.ai/server/app-trysonar-sonar - app.turnale/turnale (app.turnale/turnale@0.1.2) Run racket-sport tournaments from your AI assistant: fair draws, scores, live standings. installs: remote:https://mcp.turnale.app detail: https://mcpindex.ai/server/app-turnale-turnale - Wise Penny (app.wisepenny/wise-penny@1.0.0) Chat with your bank data: balances, transactions, budgets, bills. Reads only, never moves money. installs: remote:https://www.wisepenny.app/api/mcp detail: https://mcpindex.ai/server/app-wisepenny-wise-penny - Argentina Invoices (factura electrónica CAE via WSFE) (app.wishpool/argentina-invoice-mcp@0.1.0) Argentina AFIP/ARCA electronic invoices for AI agents - issue & query facturas, get CAE via WSFE. installs: remote:https://inv-ar.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-argentina-invoice-mcp - Australia Logistics (buy Aramex + more labels + tracking via Shippo) (app.wishpool/australia-logistics-mcp@0.1.0) Australia shipping labels for AI agents: buy Aramex and more, track and refund via Shippo. installs: remote:https://logi-au.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-australia-logistics-mcp - Belgium Invoices (Peppol BIS 3.0 via Storecove) (app.wishpool/belgium-invoice-mcp@0.1.0) Belgium Peppol BIS 3.0 e-invoices for AI agents: send, check recipient, get delivery proof. installs: remote:https://inv-be.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-belgium-invoice-mcp - Brazil Invoices (NFS-e nota fiscal de serviço) (app.wishpool/brazil-invoice-mcp@0.2.0) Brazil NFS-e service invoices for AI agents via Focus NFe and NFe.io. Stateless, never stores data. installs: remote:https://inv-br.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-brazil-invoice-mcp - Chile Invoices (DTE boleta/factura electrónica via OpenFactura) (app.wishpool/chile-invoice-mcp@0.2.0) Chile DTE for AI agents - boleta/factura electronica via OpenFactura or LibreDTE. Stateless BYO. installs: remote:https://inv-cl.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-chile-invoice-mcp - Colombia Invoices (DIAN factura electronica via Matias API) (app.wishpool/colombia-invoice-mcp@0.1.0) Colombia DIAN factura electronica: AI agents issue and query e-invoices, stateless BYO. installs: remote:https://inv-co.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-colombia-invoice-mcp - Costa Rica Invoices (Hacienda comprobante electronico v4.4) (app.wishpool/costa-rica-invoice-mcp@0.1.0) Costa Rica Hacienda v4.4: AI agents submit and query electronic invoices, stateless BYO. installs: remote:https://inv-cr.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-costa-rica-invoice-mcp - Denmark Invoices (Peppol / NemHandel via Storecove) (app.wishpool/denmark-invoice-mcp@0.1.0) Denmark Peppol/NemHandel e-invoices for AI agents: send, check recipient, get delivery proof. installs: remote:https://inv-dk.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-denmark-invoice-mcp - Digital Goods MoR aggregator (Paddle, Lemon Squeezy, Polar, Whop, Creem, Dodo, FastSpring, 2CO) (app.wishpool/digital-goods-mcp@0.3.0) Merchant-of-record MCP: AI agents sell software & digital goods, global tax handled, BYO key. installs: remote:https://mor.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-digital-goods-mcp - Dominican Republic Invoices (DGII e-CF facturacion electronica) (app.wishpool/dominican-republic-invoice-mcp@0.1.0) Dominican Republic DGII e-CF: AI agents authenticate and submit electronic invoices, stateless BYO. installs: remote:https://inv-do.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-dominican-republic-invoice-mcp - Ecuador Invoices (factura electrónica / SRI via Datil) (app.wishpool/ecuador-invoice-mcp@0.1.0) Ecuador factura electronica for AI agents - issue and query SRI e-invoices via Datil. Stateless BYO. installs: remote:https://inv-ec.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-ecuador-invoice-mcp - Finland Invoices (Peppol BIS 3.0 via Storecove) (app.wishpool/finland-invoice-mcp@0.1.0) Finland Peppol/Finvoice e-invoices for AI agents: send, check recipient, get delivery proof. installs: remote:https://inv-fi.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-finland-invoice-mcp - France Logistics (buy Mondial Relay + more labels + tracking via Shippo) (app.wishpool/france-logistics-mcp@0.1.0) France shipping labels for AI agents: buy Mondial Relay and more, track and refund via Shippo. installs: remote:https://logi-fr.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-france-logistics-mcp - Germany Logistics (buy Deutsche Post + more labels + tracking via Shippo) (app.wishpool/germany-logistics-mcp@0.1.0) Germany shipping labels for AI agents: buy Deutsche Post and more, track and refund via Shippo. installs: remote:https://logi-de.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-germany-logistics-mcp - Global Logistics (AfterShip labels with your own carrier accounts) (app.wishpool/global-logistics-mcp@0.1.0) Global shipping labels for AI agents via AfterShip with your own carrier accounts. installs: remote:https://logi-global.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-global-logistics-mcp - Greece Invoices (AADE myDATA national API) (app.wishpool/greece-invoice-mcp@0.1.0) Greece myDATA invoices for AI agents: build AADE XML, transmit to myDATA, query by MARK. installs: remote:https://inv-gr.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-greece-invoice-mcp - Hungary Invoices (NAV Online Szamla 3.0 reporting API) (app.wishpool/hungary-invoice-mcp@0.1.0) Hungary NAV Online Szamla 3.0 invoice reporting for AI agents: report invoice data, query status. installs: remote:https://inv-hu.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-hungary-invoice-mcp - India Invoices (GST e-invoicing IRN via IRP) (app.wishpool/india-invoice-mcp@0.1.0) India GST e-invoicing for AI agents - generate, query, cancel IRNs at the IRP via a GSP. Stateless. installs: remote:https://inv-in.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-india-invoice-mcp - India Logistics (Shiprocket: courier serviceability + rates, create orders, track AWB) (app.wishpool/india-logistics-mcp@0.1.0) India shipping for AI agents: Shiprocket courier serviceability, create orders, track AWB. installs: remote:https://logi-in.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-india-logistics-mcp - Indonesia Logistics (Biteship: courier rates / cek ongkir, create orders, track waybills) (app.wishpool/indonesia-logistics-mcp@0.1.0) Indonesia shipping for AI agents via Biteship: courier rates, create orders, track waybills. installs: remote:https://logi-id.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-indonesia-logistics-mcp - Italy Invoices (FatturaPA / SdI via Invoicetronic) (app.wishpool/italy-invoice-mcp@0.1.0) Italy FatturaPA invoices for AI agents: build FPR12 XML, transmit to the SdI, query status. installs: remote:https://inv-it.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-italy-invoice-mcp - Italy Logistics (buy Poste Italiane + more labels + tracking via Shippo) (app.wishpool/italy-logistics-mcp@0.1.0) Italy shipping labels for AI agents: buy Poste Italiane and more, track and refund via Shippo. installs: remote:https://logi-it.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-italy-logistics-mcp - Japan Logistics (Ship&co: Yamato / Sagawa / Japan Post labels + tracking) (app.wishpool/japan-logistics-mcp@0.1.0) Japan shipping labels for AI agents: buy Yamato, Sagawa, Japan Post labels and track via Ship&co. installs: remote:https://logi-jp.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-japan-logistics-mcp - Korea Invoices (POPBiLL 전자세금계산서 issue, query & NTS transmit) (app.wishpool/korea-invoice-mcp@0.1.0) Korea POPBiLL e-tax-invoice: AI agents issue, query & transmit e-invoices, stateless BYO. installs: remote:https://inv-kr.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-korea-invoice-mcp - LATAM Logistics (Envia: rates, labels, tracking, cancel across MX/CO/CL/BR/GT/AR/US/CA/ES) (app.wishpool/latam-logistics-mcp@0.1.0) Latin America shipping for AI agents via Envia: compare carriers, buy labels, track, cancel. installs: remote:https://logi-latam.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-latam-logistics-mcp - Luxembourg Invoices (Peppol BIS 3.0 via Storecove) (app.wishpool/luxembourg-invoice-mcp@0.1.0) Luxembourg Peppol BIS 3.0 e-invoices for AI agents: send, check recipient, get delivery proof. installs: remote:https://inv-lu.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-luxembourg-invoice-mcp - Malaysia Invoices (LHDN MyInvois submit, query & cancel) (app.wishpool/malaysia-invoice-mcp@0.1.0) Malaysia LHDN MyInvois: AI agents submit, query and cancel e-invoices, stateless BYO. installs: remote:https://inv-my.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-malaysia-invoice-mcp - Mexico Invoices (CFDI 4.0 factura electrónica) (app.wishpool/mexico-invoice-mcp@0.2.0) Mexico CFDI 4.0 invoices for AI agents - issue, query, cancel facturas via Facturapi. installs: remote:https://inv-mx.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-mexico-invoice-mcp - Netherlands Invoices (Peppol BIS 3.0 via Storecove) (app.wishpool/netherlands-invoice-mcp@0.1.0) Netherlands Peppol BIS 3.0 e-invoices for AI agents: send, check recipient, get delivery proof. installs: remote:https://inv-nl.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-netherlands-invoice-mcp - Nigeria Invoices (FIRS / NRS MBS e-invoicing IRN) (app.wishpool/nigeria-invoice-mcp@0.1.0) Nigeria FIRS/NRS MBS e-invoicing for AI agents - validate, sign, confirm invoices (IRN + QR). installs: remote:https://inv-ng.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-nigeria-invoice-mcp - Norway Invoices (Peppol BIS 3.0 / EHF via Storecove) (app.wishpool/norway-invoice-mcp@0.1.0) Norway Peppol/EHF BIS 3.0 e-invoices for AI agents: send, check recipient, get delivery proof. installs: remote:https://inv-no.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-norway-invoice-mcp - Paraguay Invoices (SIFEN e-Kuatia via FacturaSend) (app.wishpool/paraguay-invoice-mcp@0.1.0) Paraguay SIFEN e-Kuatia: AI agents issue and query electronic invoices, stateless BYO. installs: remote:https://inv-py.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-paraguay-invoice-mcp - Peru Invoices (CPE factura/boleta electrónica, SUNAT) (app.wishpool/peru-invoice-mcp@0.2.0) Peru CPE invoices for AI agents - issue, query, void facturas/boletas via SUNAT (2 backends). installs: remote:https://inv-pe.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-peru-invoice-mcp - Poland Invoices (KSeF 2.0 national e-invoice API) (app.wishpool/poland-invoice-mcp@0.1.0) Poland KSeF 2.0 national e-invoices for AI agents: issue FA(3) faktura, query by KSeF number. installs: remote:https://inv-pl.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-poland-invoice-mcp - Romania Invoices (ANAF e-Factura national API) (app.wishpool/romania-invoice-mcp@0.1.0) Romania e-Factura invoices for AI agents: build UBL 2.1 CIUS-RO, upload to ANAF/SPV, query. installs: remote:https://inv-ro.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-romania-invoice-mcp - Saudi Invoices (ZATCA Fatoora Phase 2 reporting & clearance) (app.wishpool/saudi-invoice-mcp@0.1.0) Saudi ZATCA Fatoora Phase 2: AI agents report B2C and clear B2B tax invoices, stateless. installs: remote:https://inv-sa.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-saudi-invoice-mcp - Serbia Invoices (SEF eFaktura national API) (app.wishpool/serbia-invoice-mcp@0.1.0) Serbia SEF eFaktura invoices for AI agents: build UBL 2.1 SRB-CIUS, upload to SEF, query, cancel. installs: remote:https://inv-rs.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-serbia-invoice-mcp - Sweden Invoices (Peppol BIS 3.0 via Storecove) (app.wishpool/sweden-invoice-mcp@0.1.0) Sweden Peppol BIS 3.0 e-invoices for AI agents: send, check recipient, get delivery proof. installs: remote:https://inv-se.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-sweden-invoice-mcp - Taiwan Logistics (CVS pickup + home delivery via ECPay) (app.wishpool/taiwan-logistics-mcp@0.1.0) Taiwan CVS pickup + home delivery for AI agents: create, track, print labels via ECPay. installs: remote:https://logi-tw.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-taiwan-logistics-mcp - Thailand e-Tax Invoices (Leceipt create, poll & download) (app.wishpool/thailand-invoice-mcp@0.1.0) Thailand Leceipt e-Tax: AI agents create, poll and download e-Tax Invoices, stateless BYO. installs: remote:https://inv-th.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-thailand-invoice-mcp - UK Logistics (buy Royal Mail + more labels + tracking via Shippo) (app.wishpool/uk-logistics-mcp@0.1.0) UK shipping labels for AI agents: buy Royal Mail Tracked and more, track and refund via Shippo. installs: remote:https://logi-uk.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-uk-logistics-mcp - Uruguay Invoices (DGI e-Factura CFE, merchant-signed SOAP relay) (app.wishpool/uruguay-invoice-mcp@0.1.0) Uruguay DGI e-Factura (CFE): AI agents submit signed sobres to DGI e-invoicing, stateless forwarder. installs: remote:https://inv-uy.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-uruguay-invoice-mcp - USA Logistics (buy USPS/UPS/FedEx labels + tracking via EasyPost) (app.wishpool/usa-logistics-mcp@0.1.0) US shipping labels for AI agents: buy USPS/UPS/FedEx, track and refund via EasyPost. installs: remote:https://logi-us.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-usa-logistics-mcp - Vietnam Invoices (MISA meInvoice create, publish & query) (app.wishpool/vietnam-invoice-mcp@0.1.0) Vietnam MISA meInvoice: AI agents create, publish and query e-invoices, stateless BYO. installs: remote:https://inv-vn.wishpool.app/mcp detail: https://mcpindex.ai/server/app-wishpool-vietnam-invoice-mcp - Work Handler (app.work-handler/work-handler@1.0.0) チームの働き方を支援するグループウェア Work Handler の MCP サーバー。組織・メンバーの参照、出退勤の共有、タイムカード、承認フロー等を本人の権限の範囲で操作できる。 installs: remote:https://work-handler.app/mcp detail: https://mcpindex.ai/server/app-work-handler-work-handler - xTiles (app.xtiles/xtiles-mcp@0.1.0) Read and structure notes, projects, tasks, and pages in the xTiles visual workspace. installs: remote:https://mcp.xtiles.app/mcp detail: https://mcpindex.ai/server/app-xtiles-xtiles-mcp - app.zaklad/design-system (app.zaklad/design-system@1.0.0) Build and manage your design system with AI: tokens, themes, components, icons, Figma and code. installs: remote:https://platform.zaklad.app/api/mcp detail: https://mcpindex.ai/server/app-zaklad-design-system - Zwier (Group event planner) (app.zwier/mcp@1.0.0) Plan group events together: dates, itineraries, expenses, polls, and tasks. installs: remote:https://mcp.zwier.app/mcp detail: https://mcpindex.ai/server/app-zwier-mcp - Almanac (ar.almanac/almanac@1.0.0) Datos econ�micos y financieros oficiales de Argentina (BCRA, INDEC, CNV, MECON), AI-ready. installs: remote:https://mcp.almanac.ar/mcp detail: https://mcpindex.ai/server/ar-almanac-almanac - ar.com.consignatarias/cattle-market (ar.com.consignatarias/cattle-market@1.3.0) Mercado ganadero argentino: INMAG, precios, remates, directorio y valor de la hectárea por zona. installs: remote:https://www.consignatarias.com.ar/api/mcp detail: https://mcpindex.ai/server/ar-com-consignatarias-cattle-market - ar.com.escaparate/escaparate (ar.com.escaparate/escaparate@0.1.0) Conectá tu cuenta de Escaparate y manejá catálogo, ventas, novedades e imágenes conversando. installs: remote:https://escaparate.com.ar/mcp detail: https://mcpindex.ai/server/ar-com-escaparate-escaparate - ar.com.muovi/mcp-server (ar.com.muovi/mcp-server@0.1.4) Read-only MCP server for Muovi, Argentina's trust-first local services marketplace (6 tools). installs: npm:@muovi/mcp-server | remote:https://mcp.muovi.com.ar/ detail: https://mcpindex.ai/server/ar-com-muovi-mcp-server - NinoxNet (ar.com.ninox/ninoxnet@2.1.0) Ninox ERP by NinoxNet: manage inventory, sales, HR and goals, and build in-app dashboards. installs: remote:https://mcp.ninox.com.ar/mcp detail: https://mcpindex.ai/server/ar-com-ninox-ninoxnet - Energetica — Argentine Oil & Gas Data (ar.energetica/data@1.0.0) Argentine oil & gas data — 40+ curated tables: production, wells, prices, investments, trade. installs: remote:https://energetica.ar/api/mcp detail: https://mcpindex.ai/server/ar-energetica-data - ar.indicadores/empresas (ar.indicadores/empresas@1.0.0) Empresas argentinas por CUIT: registro societario, deudas BCRA y contratos con el Estado. installs: remote:https://indicadores.ar/mcp detail: https://mcpindex.ai/server/ar-indicadores-empresas - travel.art (art.travel/mcp@1.5.0) Art-tourism data for AI agents: biennales, art fairs, museums, layover itineraries with 2026 facts. installs: remote:https://mcp.travel.art/ detail: https://mcpindex.ai/server/art-travel-mcp - at.baeck/nginx-proxy-manager (at.baeck/nginx-proxy-manager@0.1.1) MCP server for Nginx Proxy Manager with full API coverage (43 tools) installs: pypi:nginx-proxy-manager-mcp-full detail: https://mcpindex.ai/server/at-baeck-nginx-proxy-manager - Gridbert (at.gridbert/mcp@2.1.0) Austrian energy data: 100+ electricity tariffs daily, grid fees, subsidies, bill analysis. installs: remote:https://mcp.gridbert.at/mcp detail: https://mcpindex.ai/server/at-gridbert-mcp - at.uurl/bundler (at.uurl/bundler@0.2.0) Bundle multiple URLs into one short link. QR codes, access counters, redirect lookup. Free. installs: remote:https://uurl.at/mcp detail: https://mcpindex.ai/server/at-uurl-bundler - au.com.aiframework/australian-ai-governance-framework (au.com.aiframework/australian-ai-governance-framework@1.0.1) Australian AI governance framework mapped to the Privacy Act and sector laws your AI use triggers. installs: remote:https://aiframework.com.au/api/mcp.php detail: https://mcpindex.ai/server/au-com-aiframework-australian-ai-governance-framework - AppGenie Compliance MCP (au.com.appgenie/compliance-mcp@1.0.0) Cited, standards-aware compliance overlay for AI assistants (ISO, NIST, FedRAMP, IRAP), over MCP. installs: remote:https://compliance.appgenie.com.au/mcp detail: https://mcpindex.ai/server/au-com-appgenie-compliance-mcp - CamFeed Journalism Archive (au.com.cameronwilson.camfeed/camfeed@0.7.0) Public read-only archive of journalist Cameron Wilson's work, appearances, and biography. installs: remote:https://camfeed.cameronwilson.com.au/mcp detail: https://mcpindex.ai/server/au-com-cameronwilson-camfeed-camfeed - au.com.casaintelligence/casa-property (au.com.casaintelligence/casa-property@1.0.0) Indicative SEQ Australia property planning intelligence: zones, overlays, subdivision, DA stats. installs: remote:https://api.casaintelligence.com.au/mcp/public/v1/messages detail: https://mcpindex.ai/server/au-com-casaintelligence-casa-property - au.com.feasibly/planning (au.com.feasibly/planning@1.0.0) Australian planning data for ~455 councils, 7 states — clause-cited, confidence-tagged. installs: remote:https://mcp.feasibly.com.au/mcp detail: https://mcpindex.ai/server/au-com-feasibly-planning - I Know The Pilot (au.com.iknowthepilot/flight-deals@1.0.0) Find curated cheap flight and travel deals from Australia. installs: remote:https://iknowthepilot.com.au/mcp detail: https://mcpindex.ai/server/au-com-iknowthepilot-flight-deals - RTOpacks (au.com.rtopacks/rtopacks@1.0.0) Australian VET National Register — qualifications, units, skill sets, AQF ladders. installs: remote:https://mcp.rtopacks.com.au/mcp detail: https://mcpindex.ai/server/au-com-rtopacks-rtopacks - Total Parks (au.com.totalparks/mcp@1.0.0) Read-only MCP tools for Total Parks-listed Australian holiday parks, caravan parks, and campgrounds. installs: remote:https://mcp.totalparks.com.au/mcp detail: https://mcpindex.ai/server/au-com-totalparks-mcp - Travellers Group — Regional Australia Hotels (au.com.travellersgroup/agent@1.0.0) Verified facts and direct-booking handoff for five Travellers Group hotels in regional Australia. installs: remote:https://agent.travellersgroup.com.au/v1/mcp detail: https://mcpindex.ai/server/au-com-travellersgroup-agent - au.com.vividads/vivid-ads-commerce (au.com.vividads/vivid-ads-commerce@1.0.0) Live signage pricing, formal quotes and draft orders from Vivid Ads Australia. Open pre-sales MCP. installs: remote:https://agent.vividads.com.au/api/ucp/public/mcp detail: https://mcpindex.ai/server/au-com-vividads-vivid-ads-commerce - be.vibedeploy/vibedeploy (be.vibedeploy/vibedeploy@1.0.1) Deploy and host AI-built websites on EU infrastructure, straight from your AI agent. installs: remote:https://mcp.vibedeploy.be/mcp detail: https://mcpindex.ai/server/be-vibedeploy-vibedeploy - Scope (AEC) - Preview (bid.scope/aec@1.0.9) AEC subcontractor vendor procurement plumbing layer. Preview - V3 launches 2027. installs: npm:@scope-bid/scope-aec-mcp | remote:https://scope.bid/api/mcp/aec detail: https://mcpindex.ai/server/bid-scope-aec - Scope (Claims) - Preview (bid.scope/claims@1.0.9) Insurance claims-side vendor procurement (IMEs, IA, surveillance). Preview - V2 launches Q3 2026. installs: npm:@scope-bid/scope-claims-mcp | remote:https://scope.bid/api/mcp/claims detail: https://mcpindex.ai/server/bid-scope-claims - bid.scope/healthcare (bid.scope/healthcare@0.0.0) Healthcare vendor-services MCP. Preview. Available after legal, claims, and AEC are live. installs: manual detail: https://mcpindex.ai/server/bid-scope-healthcare - Scope (Legal) (bid.scope/legal@1.0.9) Dispatch litigation work to legal-services vendors from any MCP-compatible AI workflow. installs: npm:@scope-bid/scope-mcp | remote:https://scope.bid/api/mcp/legal detail: https://mcpindex.ai/server/bid-scope-legal - bid.scope/pharma (bid.scope/pharma@0.0.0) Pharma vendor-services MCP. Preview. Available after legal, claims, and AEC are live. installs: manual detail: https://mcpindex.ai/server/bid-scope-pharma - Atlarium Habitat Database MCP (bio.atlarium/habitat-database@1.0.0) Structured aquarium, marine, terrarium and paludarium data for AI agents. installs: remote:https://mcp.atlarium.bio/mcp detail: https://mcpindex.ai/server/bio-atlarium-habitat-database - bio.esst/esst-bio-mcp (bio.esst/esst-bio-mcp@1.0.0) An MCP server that provides access to the Online Shops in the esst.bio network installs: remote:https://esst.bio/mcp detail: https://mcpindex.ai/server/bio-esst-esst-bio-mcp - Iris (bio.irishealth/iris@0.1.1) Read-only health context MCP server for Iris users. installs: remote:https://api.irishealth.bio/mcp detail: https://mcpindex.ai/server/bio-irishealth-iris - Lnk.Bio Official MCP (bio.lnk/lnkbio@1.0.1) Manage your Lnk.Bio page through AI: links, pages, themes, social icons, and more. installs: remote:https://lnk.bio/mcp detail: https://mcpindex.ai/server/bio-lnk-lnkbio - biz.icecat/mcp (biz.icecat/mcp@1.0.3) Retrieve product specifications and technical details from Icecat's database installs: remote:https://mcp.icecat.biz detail: https://mcpindex.ai/server/biz-icecat-mcp - soeru (biz.soeru/soeru@1.0.0) Write personalized, on-brand thank-you and packing-slip messages for your EC orders. installs: remote:https://api.soeru.biz/mcp detail: https://mcpindex.ai/server/biz-soeru-soeru - bond.gonna/legit (bond.gonna/legit@1.0.0) Trust scores and organic demand intelligence for x402 agents installs: remote:https://legit.gonna.bond/mcp detail: https://mcpindex.ai/server/bond-gonna-legit - bot.mailbox/mailbox (bot.mailbox/mailbox@1.0.1) Physical mail API for AI agents. Send letters, certified mail. Sandbox + live keys via MCP. installs: remote:https://mailbox.bot/api/mcp detail: https://mcpindex.ai/server/bot-mailbox-mailbox - Myagi - Open Agent Registry (bot.myagi/openagent-registry@0.1.0) Score any website's AI-agent readiness. Open Agent Registry scanner + platform tools. installs: remote:https://myagi.bot/api/mcp detail: https://mcpindex.ai/server/bot-myagi-openagent-registry - Persnickety Try-On Index (bot.persnickety/bridal@1.0.1) Find source-checked US boutiques with plus-size bridal samples physically available to try on. installs: remote:https://persnickety.bot/mcp detail: https://mcpindex.ai/server/bot-persnickety-bridal - bot.yeehaw/events (bot.yeehaw/events@1.0.1) Agent-first Austin events concierge — fresh, sourced answers to what's happening in Austin. installs: remote:https://yeehaw.bot/mcp detail: https://mcpindex.ai/server/bot-yeehaw-events - Adoteca — Adoção de Pets no Brasil (br.com.adoteca/adoteca@1.0.0) Cães e gatos para adoção no Brasil, de ONGs e protetores. Busque por cidade, porte, idade e saúde. installs: remote:https://api.adoteca.com.br/mcp detail: https://mcpindex.ai/server/br-com-adoteca-adoteca - br.com.brasilnfe/fiscal (br.com.brasilnfe/fiscal@1.0.0) Brazilian fiscal MCP server - issue NF-e, NFC-e, NFS-e, CT-e, MDF-e and DC-e via SEFAZ. installs: remote:https://api.brasilnfe.com.br/services/Mcp detail: https://mcpindex.ai/server/br-com-brasilnfe-fiscal - Escola de Rádio TV & Web (ER+) (br.com.escoladeradio.www/public@1.0.0) Cursos, turmas, vagas, professores, podcasts e blog da Escola de Rádio (ER+) — read-only. installs: remote:https://www.escoladeradio.com.br/api/mcp detail: https://mcpindex.ai/server/br-com-escoladeradio-www-public - MinutaIA: Pesquisa Jurídica (br.com.minutaia/pesquisa-juridica@1.0.0) Pesquisa de legislação e jurisprudência brasileiras. Exclusivo para assinantes MinutaIA. installs: remote:https://mcp.minutaia.com.br/mcp detail: https://mcpindex.ai/server/br-com-minutaia-pesquisa-juridica - Music360 MCP (br.com.music360.app/mcp-server@1.2.0) API do Music360 para agentes de IA - artistas, obras, fonogramas, contratos, shows, tarefas e mais installs: remote:https://app.music360.com.br/mcp detail: https://mcpindex.ai/server/br-com-music360-app-mcp-server - br.com.pushinpay/mcp (br.com.pushinpay/mcp@0.1.1) MCP oficial da PushinPay: cobranças PIX, consulta de transações e saldo via IA. installs: npm:@pushinpaybr/mcp-server detail: https://mcpindex.ai/server/br-com-pushinpay-mcp - Redentia MCP (br.com.redentia/redentia@1.0.0) Brazilian investments MCP: B3 quotes, fundamentals, portfolio X-ray, theses and news for AI agents. installs: remote:https://redentia-api.saraivada.com/mcp detail: https://mcpindex.ai/server/br-com-redentia-redentia - build.exascale/osint (build.exascale/osint@1.1.6) Source-cited US machine-economy data: power, AI infra, chips, robot trade + adoption, satellites. installs: remote:https://api.exascale.build/mcp detail: https://mcpindex.ai/server/build-exascale-osint - Star Wars MCP (build.swapi/star-wars@2.3.0) Star Wars API (SWAPI) as a remote MCP server: films, people, planets, species, starships, vehicles. installs: remote:https://swapi.build/mcp detail: https://mcpindex.ai/server/build-swapi-star-wars - Shadow AI List (ca.airiskmanagement/shadow-ai-list@1.0.0) Risk-ranked registry of AI tools: look up an AI tool's risk or check if a domain is shadow AI. installs: remote:https://ailist.airiskmanagement.ca/mcp detail: https://mcpindex.ai/server/ca-airiskmanagement-shadow-ai-list - ca.bluecraneworks/forms (ca.bluecraneworks/forms@1.1.0) Canadian contractor forms + tax tools: 126 cited forms, sourced 2026 tax estimates by province. installs: remote:https://mcp.bluecraneworks.ca/mcp detail: https://mcpindex.ai/server/ca-bluecraneworks-forms - Canada Payroll — employer cost & take-home math (2026) (ca.canada-payroll/canada-payroll@1.0.0) Verified 2026 Canadian payroll math: employer total cost, employee take-home, net-to-gross. Free. installs: remote:https://canada-payroll.ca/mcp detail: https://mcpindex.ai/server/ca-canada-payroll-canada-payroll - FreelancerTax — Canadian self-employed tax math (ca.freelancertax/freelancertax@1.0.0) Verified Canadian self-employed tax math: SE tax, CPP, GST/HST, instalments, CRA deadlines. Free. installs: remote:https://freelancertax.ca/mcp detail: https://mcpindex.ai/server/ca-freelancertax-freelancertax - Offers (ca.mattherbert/offers@0.1.0) Merchant offers with validated discounts and no bought rankings; accepting mints a voucher code. installs: remote:https://offers.mattherbert.ca/mcp detail: https://mcpindex.ai/server/ca-mattherbert-offers - OathReady: Canadian Citizenship Test (ca.oathready/citizenship-test@1.1.1) Canadian citizenship test practice: verified questions, mock tests, IRCC stats, eligibility tools. installs: remote:https://oathready.ca/api/mcp detail: https://mcpindex.ai/server/ca-oathready-citizenship-test - TaParcelle, renseignement foncier du Québec (ca.taparcelle/foncier@1.0.0) Québec land intelligence: municipal decisions, zoning, assessment roll, registry, permits. installs: remote:https://mcp.taparcelle.ca/mcp detail: https://mcpindex.ai/server/ca-taparcelle-foncier - TradeBasis Automotive Appraisal MCP (ca.tradebasis/automotive-appraisal@0.1.1) TradeBasis: Canadian B2B vehicle appraisal SaaS info — product, Lite/Pro pricing, research briefs. installs: remote:https://tradebasis.ca/mcp detail: https://mcpindex.ai/server/ca-tradebasis-automotive-appraisal - ca.veilpoint/opportunity-exchange (ca.veilpoint/opportunity-exchange@1.0.0) Keyless Saskatchewan labour-market data: measured wages and rents, roles, jobs, outcomes, pathways. installs: remote:https://veilpoint.ca/mcp detail: https://mcpindex.ai/server/ca-veilpoint-opportunity-exchange - Wiremi Marketing MCP (ca.wiremi/marketing-mcp@1.1.0) Read-only ROSCA and savings-circle answers and calculators, from Wiremi's public facts. installs: remote:https://wiremi-marketing-mcp-pqlquijg3q-uk.a.run.app/mcp detail: https://mcpindex.ai/server/ca-wiremi-marketing-mcp - FlatCash — Native Currency for AI Agents (cash.flat/flatcash@1.0.0) CPI-pegged stablecoin for AI agents. Zero fees, task board, self-register in 30s. installs: remote:https://flat.cash/api/mcp detail: https://mcpindex.ai/server/cash-flat-flatcash - Catalunya 2022 (cat.2022/catalunya-2022@1.0.0) Consulta el pla estratègic Catalunya 2022: 3 àmbits, 12 objectius, 91 accions. Trilingüe CA/EN/ES. installs: remote:https://mcp.2022.cat detail: https://mcpindex.ai/server/cat-2022-catalunya-2022 - cc.deplion/deplion (cc.deplion/deplion@0.5.0) Create and publish static websites, configure forms, and read leads through Deplion. installs: remote:https://deplion.cc/mcp/deplion detail: https://mcpindex.ai/server/cc-deplion-deplion - EasyData Data (cc.easydata/data@0.1.1) Create schemas and read, write, and organize structured records in EasyData. installs: remote:https://easydata.cc/api/mcp detail: https://mcpindex.ai/server/cc-easydata-data - Joules — AI Cycling Coach (cc.joules/coach@1.0.2) Turn Claude or ChatGPT into a cycling coach that plans your week, grades it, and adapts. Free beta. installs: remote:https://context.joules.cc/ detail: https://mcpindex.ai/server/cc-joules-coach - cc.operandi/operandi (cc.operandi/operandi@1.0.3) Grounded, safety-checked appliance operation packages for robots and agents. Zero-config trial. installs: pypi:operandi-mcp detail: https://mcpindex.ai/server/cc-operandi-operandi - Orion Celestia Intel (cc.orionlabsone/orion-agent-kit@1.0.0) Celestia network intelligence for AI agents: daily analysis, anomaly signals and DA metrics. installs: remote:https://orionlabsone.cc/mcp detail: https://mcpindex.ai/server/cc-orionlabsone-orion-agent-kit - RoboParts 机器人零部件兼容性 (cc.roboparts/roboparts@1.1.0) 688 humanoid robot component entities with 4-dimension compatibility checking. Vendor-neutral. installs: remote:https://roboparts.cc/mcp detail: https://mcpindex.ai/server/cc-roboparts-roboparts - cc.ticktape/mcp (cc.ticktape/mcp@1.0.0) Polymarket preflight verdicts: OK/CAUTION/VETO on orders, COPY/WATCH/VETO on wallets. x402-paid. installs: remote:https://ticktape.cc/mcp detail: https://mcpindex.ai/server/cc-ticktape-mcp - Wealthos (cc.wealthos/mcp@1.0.0) Plan your financial future with AI: track net worth, manage budgets, and forecast scenarios. installs: remote:https://mcp.wealthos.cc detail: https://mcpindex.ai/server/cc-wealthos-mcp - Antevo Executive Brief (ch.antevo/executive@1.0.0) Market and world intelligence — the daily editorial read, risk radar and dated archive. installs: remote:https://api.antevo.ch/mcp/executive/mcp detail: https://mcpindex.ai/server/ch-antevo-executive - Antevo Wealth (ch.antevo/wealth@1.0.0) The family estate in full — what you hold, what you owe, and what it is exposed to. installs: remote:https://api.antevo.ch/mcp/wealth/mcp detail: https://mcpindex.ai/server/ch-antevo-wealth - ARVI Wine Catalog (ch.arvi/catalog@1.10.1) Swiss merchant ARVI SA: 27,000+ fine & rare wine labels, 300,000+ bottles ready to ship. No auth. installs: remote:https://mcp.arvi.ch/ detail: https://mcpindex.ai/server/ch-arvi-catalog - Entscheidsuche — Schweizer Gerichtsentscheide (ch.entscheidsuche/mcp@1.0.0) Suche in Schweizer Gerichtsentscheiden aller Instanzen (Bund, Kantone) in DE/FR/IT. installs: remote:https://mcp.entscheidsuche.ch/mcp detail: https://mcpindex.ai/server/ch-entscheidsuche-mcp - JassWiki — Swiss Jass Authority (AMCP v0.1) (ch.jassverband/jasswiki@1.0.3) First production Authority-MCP. W3C VC attested by Jassverband Schweiz. installs: remote:https://jasswiki.ch/mcp/http detail: https://mcpindex.ai/server/ch-jassverband-jasswiki - ch.lumabill/lumabill (ch.lumabill/lumabill@1.0.0) Swiss invoicing and bookkeeping: QR-invoices, clients, expenses, bank import, VAT and reports. installs: remote:https://mcp.lumabill.ch/mcp detail: https://mcpindex.ai/server/ch-lumabill-lumabill - ch.martinelli/jooq-mcp (ch.martinelli/jooq-mcp@1.0.0) An MCP server that provides access to the jOOQ documentation installs: remote:https://jooq-mcp.martinelli.ch/sse detail: https://mcpindex.ai/server/ch-martinelli-jooq-mcp - OpenCaseLaw — Swiss Caselaw, Statutes & Doctrine (ch.opencaselaw/swiss-caselaw@1.3.0) 1M+ Swiss court decisions, statutes & doctrine with citation graph (DE/FR/IT). CC0, free, 42 tools. installs: remote:https://mcp.opencaselaw.ch/mcp detail: https://mcpindex.ai/server/ch-opencaselaw-swiss-caselaw - ch.pfx/mcp-server (ch.pfx/mcp-server@1.1.9) MCP Server für Forterro Proffix Px5 ERP installs: remote:https://mcp.pfx.ch/api/server detail: https://mcpindex.ai/server/ch-pfx-mcp-server - ch.swisslivingindex/swiss-living-index (ch.swisslivingindex/swiss-living-index@1.0.0) Official Swiss living-cost & relocation data for all 26 cantons — taxes, rent, premiums, jobs. installs: remote:https://swisslivingindex.ch/mcp detail: https://mcpindex.ai/server/ch-swisslivingindex-swiss-living-index - ch.the-orbit/orbit (ch.the-orbit/orbit@0.3.0) Orbit Zürich: Workshop-Räume, Preise und freie Slots abfragen, Buchungsanfragen stellen. installs: remote:https://the-orbit.ch/api/mcp detail: https://mcpindex.ai/server/ch-the-orbit-orbit - WeJob (ch.wejob/wejob@0.1.0) Read-only MCP server for public WeJob jobs, formations, and companies. installs: remote:https://mcp.wejob.ch/mcp detail: https://mcpindex.ai/server/ch-wejob-wejob - Zenarion — Thai massage booking (ch.zenarion/booking@1.0.0) Find and book Thai-massage salons in Switzerland with live availability. installs: remote:https://zenarion.ch/api/mcp detail: https://mcpindex.ai/server/ch-zenarion-booking - chat.mumo/mcp (chat.mumo/mcp@0.1.0) Consult a multi-model panel on contested decisions via MCP: architecture, plan review, strategy. installs: remote:https://mumo.chat/api/mcp detail: https://mcpindex.ai/server/chat-mumo-mcp - muro - Live Chat & AI Support Inbox (chat.muro/support@1.0.0) Live chat + AI support inbox: list, triage, and reply to customer conversations; configure widgets. installs: remote:https://muro.chat/api/mcp detail: https://mcpindex.ai/server/chat-muro-support - Tuki — Travel Marketplace (Chile y Latinoamérica) (cl.tuki/travel-mcp@0.2.0) Tours, alojamientos y traslados en Chile/LATAM con checkout único y precios de operadores locales. installs: remote:https://tuki.cl/mcp/ detail: https://mcpindex.ai/server/cl-tuki-travel-mcp - Tabula MCP (click.tabula.www/tabula-mcp@1.0.0) Bar-first MCP server for Tabula chart authoring, PNG rendering, and editor handoff. installs: remote:https://www.tabula.click/api/mcp/stream detail: https://mcpindex.ai/server/click-tabula-www-tabula-mcp - Toolcall (click.toolcall/toolcall@1.0.0) 30 pay-per-call APIs for AI agents: compliance, trade, safety, web, data. USDC on Base via x402. installs: remote:https://toolcall.click/mcp detail: https://mcpindex.ai/server/click-toolcall-toolcall - clinic.enmente/mcp (clinic.enmente/mcp@0.4.0) Chilean online mental-health clinic (Spanish): articles, professionals, availability, tests. installs: remote:https://enmente.clinic/api/mcp/ detail: https://mcpindex.ai/server/clinic-enmente-mcp - cloud.agentdomain/agentdomain-mcp (cloud.agentdomain/agentdomain-mcp@1.0.1) Register and manage internet domains for AI agents via AgentDomain installs: pypi:agentdomain-mcp detail: https://mcpindex.ai/server/cloud-agentdomain-agentdomain-mcp - cloud.agkit/agkit (cloud.agkit/agkit@0.1.0) AgentKit management-plane CLI + MCP server (agkit). installs: npm:@storybloq/agkit detail: https://mcpindex.ai/server/cloud-agkit-agkit - Anythink all-in-one backend: data, auth, files, workflows, payments, APIs (cloud.anythink/anythink@0.2.21) Sick of stitched-together services? Anythink is the all-in-one backend, configured with AI. installs: manual detail: https://mcpindex.ai/server/cloud-anythink-anythink - ATA Travel (cloud.atatravel/travel-agency@2.1.2) ATA Travel: agent-first direct booking for accommodations, hotels, and vacation rentals. installs: remote:https://atatravel.cloud/mcp detail: https://mcpindex.ai/server/cloud-atatravel-travel-agency - ClawSpan ShardLink MCP (cloud.clawspan/shardlink@0.2.0) Agent-first task marketplace MCP — discover, claim, and deliver paid workspace tasks. installs: remote:https://app.clawspan.cloud/v1/mcp/streamable detail: https://mcpindex.ai/server/cloud-clawspan-shardlink - DC Hub — Data Center & Power Intelligence (cloud.dchub/mcp-server@2.11.1) Data-center, grid, fiber & gas infrastructure intelligence for AI agents — query and cite. installs: remote:https://dchub.cloud/mcp detail: https://mcpindex.ai/server/cloud-dchub-mcp-server - Factry Historian MCP (cloud.factry.portal/historian-mcp-server@0.0.5) MCP server for querying Factry Historian. installs: docker:docker.io/factry/mcp-server:0.0.5 detail: https://mcpindex.ai/server/cloud-factry-portal-historian-mcp-server - cloud.fetcher/fetcher (cloud.fetcher/fetcher@1.1.3) The web capability layer for AI agents: render, extract, DNS, SSL, WHOIS & more via x402. installs: remote:https://api.fetcher.cloud/mcp detail: https://mcpindex.ai/server/cloud-fetcher-fetcher - IOX Cloud (cloud.iox/iox-cloud@1.0.0) Deploy MCP servers and AI agents in seconds. AI generates code, deploy globally. installs: remote:https://iox-dispatch.matt-merutech.workers.dev/mcp?worker={project_slug} detail: https://mcpindex.ai/server/cloud-iox-iox-cloud - KodShop catalog (cloud.kodshop/catalog@0.1.0) Read-only catalog of gift cards, service top-ups and travel eSIMs sold by KodShop. installs: remote:https://kodshop.cloud/mcp detail: https://mcpindex.ai/server/cloud-kodshop-catalog - Massdriver (cloud.massdriver/mcp-server@0.1.7) Manage the Massdriver infrastructure platform: projects, environments, deployments, and more. installs: docker:docker.io/massdrivercloud/mcp-server:0.1.7 detail: https://mcpindex.ai/server/cloud-massdriver-mcp-server - My Next Adventure (cloud.mynextadventure/trip-planner@1.0.0) Create trips, compare variants side by side, and add accommodation, transport and event options. installs: remote:https://mcp.mynextadventure.cloud/mcp detail: https://mcpindex.ai/server/cloud-mynextadventure-trip-planner - cloud.nordicdata/nordic-data (cloud.nordicdata/nordic-data@1.2.1) Global B2B intelligence for AI agents: 35M+ companies, 1.6M sanctions, KYB pack. 78 tools. installs: npm:@nordic-data/mcp | remote:https://api.nordicdata.cloud/mcp detail: https://mcpindex.ai/server/cloud-nordicdata-nordic-data - cloud.redu/mcp (cloud.redu/mcp@0.1.1) Agent-native cloud, EU-hosted. Provision VMs, networks & databases on redu.cloud via MCP. installs: remote:https://mcp.redu.cloud/mcp detail: https://mcpindex.ai/server/cloud-redu-mcp - ServicePal MCP Server (cloud.servicepal/mcp@2.0.0) AI phone answering tools for service businesses — ROI, missed calls, demos across 18 industries installs: remote:https://servicepal.cloud/mcp/ detail: https://mcpindex.ai/server/cloud-servicepal-mcp - Verifi (cloud.verifi/human-verification@2.0.0) Get a real human to verify, decide, or improve an AI agent's work. installs: remote:https://verifi.cloud/mcp detail: https://mcpindex.ai/server/cloud-verifi-human-verification - club.lity/lity (club.lity/lity@1.0.1) AI legal copilot for foreigners in Spain: immigration and housing rental, cited to Spanish law. installs: remote:https://8p5dmrjzl1.execute-api.eu-north-1.amazonaws.com/poc/mcp detail: https://mcpindex.ai/server/club-lity-lity - cn.housingsentinel/housing-sentinel (cn.housingsentinel/housing-sentinel@1.1.0) 中国12城官方房产成交数据与进攻/防守买卖信号 MCP。新用户免费试用3天(深圳)。Housing data & signals for 12 Chinese cities. installs: remote:https://api.housingsentinel.cn/mcp detail: https://mcpindex.ai/server/cn-housingsentinel-housing-sentinel - 灵境社区 - Lingjing Community (cn.syln.ai/lingjing-community@1.0.0) AI自主驱动的中文交流社区。任何AI体都可以通过MCP协议自主注册、发帖和交流。灵境是面向AI体的注册中心与社交平台。 installs: remote:https://ai.syln.cn/sse detail: https://mcpindex.ai/server/cn-syln-ai-lingjing-community - WhyLingxi 保险顾问 Insurance Advisor (cn.whylingxi/insurance@3.1.1) 保险产品搜索、推荐、保费试算、核保预检。覆盖65家保司483款产品。China insurance MCP server. installs: remote:https://whylingxi.cn/mcp detail: https://mcpindex.ai/server/cn-whylingxi-insurance - co.addressintel/permits (co.addressintel/permits@1.1.1) SF Peninsula building permits and parcel buildability: SB 9, ADU and redevelopment leads. installs: npm:addressintel-mcp detail: https://mcpindex.ai/server/co-addressintel-permits - AINumbers Fintech Intelligence Suite (co.ainumbers/tools@0.4.10) 530 MCP tools across 561 fintech tools: ChainGraph AP2 decisions, execution_hash. Zero PII. installs: remote:https://mcp.ainumbers.co/mcp detail: https://mcpindex.ai/server/co-ainumbers-tools - co.aistoryhub/mcp (co.aistoryhub/mcp@1.0.0) Remote MCP server for AIStoryHub: stories, chapters, story bible, Voiceprints, AI generation. installs: remote:https://aistoryhub.co/mcp/mcp detail: https://mcpindex.ai/server/co-aistoryhub-mcp - co.axiom/mcp (co.axiom/mcp@1.0.0) List datasets, schemas, run APL queries, and use prompts for exploration, anomalies, and monitoring. installs: remote:https://mcp.axiom.co/sse detail: https://mcpindex.ai/server/co-axiom-mcp - BizVerify (co.bizverify/mcp@1.0.1) KYB for AI agents: verify business registrations from MCP clients. installs: remote:https://api.bizverify.co/mcp detail: https://mcpindex.ai/server/co-bizverify-mcp - co.brightkey/education-data (co.brightkey/education-data@0.1.2) Bilingual (EN+ZH) education data: 299 universities, 234 intl schools, degree-ROI, sourced answers. installs: remote:https://brightkey.co/api/mcp detail: https://mcpindex.ai/server/co-brightkey-education-data - Clutch.co (co.clutch/mcp@1.0.3) Trusted B2B service providers with verified client reviews installs: remote:https://bot.clutch.co/mcp detail: https://mcpindex.ai/server/co-clutch-mcp - co.com.meteor/meteor (co.com.meteor/meteor@1.0.0) Ejecuta Mets, gestiona contactos y tareas, y lee los datos de tu workspace. installs: remote:https://api.met.meteor.com.co/api/v1/mcp detail: https://mcpindex.ai/server/co-com-meteor-meteor - co.contraption/mcp (co.contraption/mcp@1.0.0) An MCP server that provides [describe what your server does] installs: remote:https://mcp.contraption.co/ detail: https://mcpindex.ai/server/co-contraption-mcp - Dock AI (co.dockai/mcp@1.0.0) Discover MCP endpoints for real-world entities by resolving business domains. installs: remote:https://mcp.dockai.co/mcp detail: https://mcpindex.ai/server/co-dockai-mcp - co.encorehq/encore-pages (co.encorehq/encore-pages@2.0.0) Compose, edit, and visually verify Encore pages — the client-facing surface of the Encore studio. installs: remote:https://encore-pages-mcp.vercel.app/mcp detail: https://mcpindex.ai/server/co-encorehq-encore-pages - co.flow2/flow2 (co.flow2/flow2@1.0.0) Design mobile-first presentations — create, edit, preview, and publish from your AI. installs: remote:https://mcp.flow2.co/ detail: https://mcpindex.ai/server/co-flow2-flow2 - co.flyweel/mcp-server (co.flyweel/mcp-server@1.0.0) Access Google & Meta Ads data via AI. Analyse campaign performance in seconds. installs: remote:https://api.flyweel.co/functions/v1/mcp-server/mcp detail: https://mcpindex.ai/server/co-flyweel-mcp-server - ValYou (co.getvalyou/valyou@1.0.2) Read-only access to your net worth, wealth percentile, projections, splits and budget. installs: remote:https://kojwpbbznaxyoxyqfacc.supabase.co/functions/v1/mcp detail: https://mcpindex.ai/server/co-getvalyou-valyou - co.haveny/california-hoa-law (co.haveny/california-hoa-law@0.1.1) California HOA law tools (Davis-Stirling Act): statute lookup, fine checker, letter templates. installs: remote:https://haveny-mcp.havenyy.workers.dev/mcp detail: https://mcpindex.ai/server/co-haveny-california-hoa-law - Junely — Colorado Kids’ Camps & After-School (co.junely/junely@1.0.0) Daily-verified Colorado kids' camps & after-school programs: real availability, ages, prices. installs: remote:https://junely.co/mcp detail: https://mcpindex.ai/server/co-junely-junely - Lovie Company Formation (co.lovie/company-formation@1.0.10) Form companies, manage bank accounts, cards, invoices and more — directly from your AI coding tools. installs: npm:lovie | remote:https://mcp.lovie.co/mcp/mcp detail: https://mcpindex.ai/server/co-lovie-company-formation - Machins Marketplace (co.machins/marketplace@0.1.0) Agent-to-agent marketplace with escrow-protected trades via MCP tools. installs: pypi:machins | remote:https://machins.co/mcp detail: https://mcpindex.ai/server/co-machins-marketplace - OBTO (co.obto/obto@3.5.34) Your AI builds, deploys, and runs full-stack apps on a hosted workspace created at first sign-in. installs: remote:https://app.obto.co/ms/mcp detail: https://mcpindex.ai/server/co-obto-obto - co.okahu.mcp-registry/okahu (co.okahu.mcp-registry/okahu@0.1.1) Cloud hosted Okahu MCP server that helps you manage genAI trace data installs: remote:https://mcp.okahu.co/mcp detail: https://mcpindex.ai/server/co-okahu-mcp-registry-okahu - OneSchema MCP Server (co.oneschema/mcp@1.0.1) MCP server that lets AI assistants use all OneSchema features exposed via the public API. installs: remote:https://api.oneschema.co/mcp detail: https://mcpindex.ai/server/co-oneschema-mcp - PentaTrail CTEM (co.pentatrail/ctem@0.8.0) PentaTrail ASM/CTEM: attack surface discovery, asset inventory, findings by threat level installs: npm:@pentatrail/mcp-server detail: https://mcpindex.ai/server/co-pentatrail-ctem - co.pipeboard/google-ads-mcp (co.pipeboard/google-ads-mcp@1.0.26) Google Ads automation with AI: analyze performance, manage campaigns, optimize bids. installs: remote:https://google-ads.mcp.pipeboard.co/ detail: https://mcpindex.ai/server/co-pipeboard-google-ads-mcp - co.pipeboard/meta-ads-mcp (co.pipeboard/meta-ads-mcp@1.0.120) Facebook / Meta Ads automation with AI: analyze performance, test creatives, optimize spend. installs: remote:https://mcp.pipeboard.co/meta-ads-mcp detail: https://mcpindex.ai/server/co-pipeboard-meta-ads-mcp - co.pipeboard/snap-ads-mcp (co.pipeboard/snap-ads-mcp@1.0.20) Snapchat Ads automation with AI: analyze performance, manage campaigns, optimize creatives. installs: remote:https://snap-ads.mcp.pipeboard.co/ detail: https://mcpindex.ai/server/co-pipeboard-snap-ads-mcp - co.pipeboard/tiktok-ads-mcp (co.pipeboard/tiktok-ads-mcp@1.0.55) TikTok Ads automation with AI: analyze performance, manage campaigns, optimize creatives. installs: remote:https://tiktok-ads.mcp.pipeboard.co/ detail: https://mcpindex.ai/server/co-pipeboard-tiktok-ads-mcp - co.policyforge/mcp (co.policyforge/mcp@0.6.1) Generate, audit, and maintain legal policies that match what your code actually does. installs: npm:@policyforge/mcp | remote:https://policyforge.co/api/mcp detail: https://mcpindex.ai/server/co-policyforge-mcp - Rulebase (co.rulebase/rulebase@1.0.1) CX ops: read conversations, calls and QA evaluations from Zendesk, Freshdesk, Five9 and more. installs: remote:https://mcp.rulebase.co/mcp detail: https://mcpindex.ai/server/co-rulebase-rulebase - co.servicegraph.mcp/servicegraph (co.servicegraph.mcp/servicegraph@0.1.1) Datasets for founders: directories, newsletters, and agencies, with metrics attached. installs: remote:https://mcp.servicegraph.co detail: https://mcpindex.ai/server/co-servicegraph-mcp-servicegraph - Sivut SEC Crypto Filing Radar (co.sivut.pay/sec-crypto-filing-radar@2026.6.9) SEC EDGAR crypto filing radar MCP with x402-paid Base USDC data URLs. installs: remote:https://pay.sivut.co/mcp detail: https://mcpindex.ai/server/co-sivut-pay-sec-crypto-filing-radar - Superforms (co.superforms/superforms@0.1.0) Human-input bridge for AI agents with voice-first answer links, MCP tools, and HTTP APIs. installs: remote:https://superforms.co/mcp detail: https://mcpindex.ai/server/co-superforms-superforms - TempGuru Event Staffing (co.tempguru/event-staffing@1.7.0) Plan W-2 event staffing from 345 catalog entries; a coordinator confirms each order. installs: npm:tempguru-mcp | remote:https://mcp.tempguru.co/mcp detail: https://mcpindex.ai/server/co-tempguru-event-staffing - co.tenderly/tenderly-mcp (co.tenderly/tenderly-mcp@1.0.1) Tenderly MCP server for blockchain dev — simulate, debug, and test on 100+ networks. installs: remote:https://mcp.tenderly.co/mcp detail: https://mcpindex.ai/server/co-tenderly-tenderly-mcp - Docusign Navigator (co.thisdot.docusign-navigator/mcp@1.3.0) Secure Docusign Navigator integration for AI assistants to access and analyze agreement data. installs: remote:https://docusign-navigator.thisdot.co/mcp detail: https://mcpindex.ai/server/co-thisdot-docusign-navigator-mcp - Ultra Prompt (co.ultraprompt/ultra-prompt@1.1.1) Your prompt library inside your AI: 1,000+ pro templates, frameworks, vocab & pipelines. installs: remote:https://up-mcp.unpluggedfeed.workers.dev detail: https://mcpindex.ai/server/co-ultraprompt-ultra-prompt - Valid (co.valid/mcp@1.0.0) Conversational access to advertising performance data, creative analysis, and campaign insights installs: remote:https://mcp.valid.co/mcp detail: https://mcpindex.ai/server/co-valid-mcp - co.vantaj/mcp-server (co.vantaj/mcp-server@1.0.0) Vantaj uptime monitoring via MCP - manage monitors, heartbeats, incidents, and status pages. installs: remote:https://api.vantaj.co/mcp detail: https://mcpindex.ai/server/co-vantaj-mcp-server - webhook.co (co.webhook/webhook@1.0.0) Receive, inspect, replay and deliver webhooks — with signature verification and agent triggers. installs: remote:https://mcp.webhook.co/mcp detail: https://mcpindex.ai/server/co-webhook-webhook - co.whooshly/whooshly-mcp (co.whooshly/whooshly-mcp@1.1.0) Create short links, QR codes, UTM templates, vCards, and landing pages from your AI assistant. installs: npm:whooshly-mcp | remote:https://app.whooshly.co/api/mcp detail: https://mcpindex.ai/server/co-whooshly-whooshly-mcp - Widgy (co.widgy/widgy@1.0.2) Create forms, surveys, quizzes & polls — publish shareable links and analyze responses. installs: remote:https://mcp.widgy.co detail: https://mcpindex.ai/server/co-widgy-widgy - Workix (co.workix/mcp@1.0.0) Remote jobs, freelance gigs, vacancies. 24 boards: Upwork, Freelancer, RemoteOK, hh.ru, Kwork. installs: npm:@workix/mcp detail: https://mcpindex.ai/server/co-workix-mcp - freddy (coach.freddy/freddy@1.0.0) Connect your wearables, rings and training apps, then ask your AI about your own health data. installs: remote:https://freddy.coach/mcp detail: https://mcpindex.ai/server/coach-freddy-freddy - coach.marian/eng-leadership-toolkit (coach.marian/eng-leadership-toolkit@1.4.0) Engineering leadership benchmarks, 1:1 playbooks, developer value calculator. 3,400+ sessions. installs: remote:https://www.marian.coach/mcp detail: https://mcpindex.ai/server/coach-marian-eng-leadership-toolkit - coach.marian/mentoring-inquiry-builder (coach.marian/mentoring-inquiry-builder@1.0.0) Build your mentoring inquiry with Marian Kamenistak: formal offer in 16 minutes, 16% AI discount. installs: remote:https://www.marian.coach/mcp/mentoring detail: https://mcpindex.ai/server/coach-marian-mentoring-inquiry-builder - Prose Coach (coach.prose/prose-coach@1.3.3) Deterministic writing filter. Marks 43 AI patterns with the line and the fix. installs: remote:https://www.prose.coach/mcp detail: https://mcpindex.ai/server/coach-prose-prose-coach - codes.find/verified-codes (codes.find/verified-codes@1.0.0) Verified discount & referral codes for crypto exchanges, cards and more — tested first-hand. installs: remote:https://find.codes/api/mcp detail: https://mcpindex.ai/server/codes-find-verified-codes - 100Hires - AI ATS & Recruitment Software (com.100hires/100hires@1.0.4) Official 100Hires MCP: AI ATS & Recruitment Software for candidates, jobs, applications, interviews. installs: remote:https://mcp.100hires.com/mcp detail: https://mcpindex.ai/server/com-100hires-100hires - 3DOptix (com.3doptix/optical-design@1.0.0) Optical design, simulation and analysis with GPU-powered ray tracing. Import from Zemax and CAD. installs: remote:https://mcp.3doptix.com detail: https://mcpindex.ai/server/com-3doptix-optical-design - com.402oracle/402oracle (com.402oracle/402oracle@1.3.0) Signed verification attestations for agent decisions: business, price, freshness, claim checks. installs: remote:https://402oracle.com/mcp detail: https://mcpindex.ai/server/com-402oracle-402oracle - com.636865636b73756d/mcp-v1 (com.636865636b73756d/mcp-v1@1.0.1) Sub-cent factual claim verification against live data sources. installs: npm:@636865636b73756d/mcp-v1 detail: https://mcpindex.ai/server/com-636865636b73756d-mcp-v1 - Data Vending MCP (com.869biz.data-vending/data-vending-mcp@1.0.0) x402 dataset vending for AI agents: list, preview, quote, purchase, needs intake, and consultation. installs: remote:https://mcp.data-vending.869biz.com/mcp detail: https://mcpindex.ai/server/com-869biz-data-vending-data-vending-mcp - A11y Check (com.a11ychk/mcp@0.1.2) Web accessibility scanning (WCAG 2.2 AA + KWCAG 2.2) with Korean remediation guides installs: npm:@a11ychk/mcp detail: https://mcpindex.ai/server/com-a11ychk-mcp - a2a2p — Agent-to-Agent-to-Physical (com.a2a2p/a2a2p@1.6.0) Turn agent intent into physical parts: engineering review, measured geometry, calibrated pricing. installs: remote:https://a2a2p.com/mcp detail: https://mcpindex.ai/server/com-a2a2p-a2a2p - NeuroTrade Signal API (com.a3eecosystem.neurotrade/signal@1.0.0) AI-powered crypto trading signals: direction, confidence, TP/SL, thesis, technicals. 8 strategies. installs: remote:https://neurotrade.a3eecosystem.com/mcp detail: https://mcpindex.ai/server/com-a3eecosystem-neurotrade-signal - com.abbyseo/mcp-server (com.abbyseo/mcp-server@0.2.0) Scan any URL for on-page, technical & content SEO; 0-100 score with copy-paste fixes. installs: remote:https://www.abbyseo.com/mcp detail: https://mcpindex.ai/server/com-abbyseo-mcp-server - Ablakunio Nyílászáró MCP (com.ablakunio/nyilaszaro-mcp@0.1.0) Egyedi méretű nyílászárók árbecslése, raktárkészlet és ajánlatkérés – Ablakunio, Tiszafüred installs: remote:https://www.ablakunio.com/api/mcp detail: https://mcpindex.ai/server/com-ablakunio-nyilaszaro-mcp - Abyssfall: Operation Sunken Crown (com.abyssfallgame/mcp@1.1.0) Official Abyssfall game info, merch catalog, newsletter double opt-in, and merch reservation tools. installs: remote:https://www.abyssfallgame.com/mcp detail: https://mcpindex.ai/server/com-abyssfallgame-mcp - x402 Bazaar Listing Monitor (com.acjlabs/x402-listing-monitor@0.1.0) Checks x402 Bazaar resource listings against the public discovery catalog and flags drops. installs: remote:https://x402-listing-monitor.acjlabs.com/mcp detail: https://mcpindex.ai/server/com-acjlabs-x402-listing-monitor - com.acprompt/acprompt (com.acprompt/acprompt@1.0.1) AI agent social network + no1land: a persistent multiplayer ASCII RPG agents play and co-build. installs: remote:https://www.acprompt.com/api/mcp detail: https://mcpindex.ai/server/com-acprompt-acprompt - com.acquislaw/acquis (com.acquislaw/acquis@1.0.0) Verified EU law: verbatim, signed provisions with EUR-Lex links. Read-only, not legal advice. installs: remote:https://api.acquislaw.com/mcp detail: https://mcpindex.ai/server/com-acquislaw-acquis - ActuallyCare (com.actuallycare/actuallycare@1.1.0) Real-estate platform for agents: escrows, listings, clients, leads, and commissions. OAuth login. installs: remote:https://mcp.actuallycare.com/mcp detail: https://mcpindex.ai/server/com-actuallycare-actuallycare - AdCritter for Agents (com.adcritter/mcp-agent@0.1.1) Operate the AdCritter ads platform: campaigns, creatives, audiences, and reporting. installs: remote:https://mcp.adcritter.com/mcp/agent detail: https://mcpindex.ai/server/com-adcritter-mcp-agent - com.adminlanding/french-rental-compliance (com.adminlanding/french-rental-compliance@1.0.0) Free French rental-compliance lookups: zone tendue, tenant notice period, DPE letting restrictions. installs: remote:https://api.adminlanding.com/mcp detail: https://mcpindex.ai/server/com-adminlanding-french-rental-compliance - AdmitBase Admissions (com.admitbase/admissions@2.0.0) Admissions data & match scores for law, medical, dental, MBA, pharmacy, vet, optometry schools installs: remote:https://admitbase.com/api/mcp detail: https://mcpindex.ai/server/com-admitbase-admissions - com.adrianczuczka/mason (com.adrianczuczka/mason@0.6.0) Context engineering MCP server — generates CLAUDE.md files via structured codebase analysis installs: npm:mason-context detail: https://mcpindex.ai/server/com-adrianczuczka-mason - AdvocateMCP (com.advocatemcp/advocate@1.0.0) MCP layer for local businesses: discover, query, book, and transact with verified SMB AI agents. installs: remote:https://api.advocatemcp.com/mcp detail: https://mcpindex.ai/server/com-advocatemcp-advocate - com.adwhispr/adwhispr (com.adwhispr/adwhispr@1.0.0) Research any brand's ads, clone their proven winners, launch on Google and TikTok — from chat. installs: remote:https://adwhispr.com/api/mcp detail: https://mcpindex.ai/server/com-adwhispr-adwhispr - aeX402 — Cross-Chain DeFi MCP: LINQ, AMM, Bridge, AI (com.aex402/rpc@0.2.0) Agent MCP for DeFi: cross-chain LINQ fan-out, AMM quotes/swaps, bridge, AI. Solana+EVM. Free+x402. installs: remote:https://rpc.aex402.com/mcp detail: https://mcpindex.ai/server/com-aex402-rpc - com.agent-tune/agenttune (com.agent-tune/agenttune@1.0.0) Personality tuning files for AI agents: 43 MIT-licensed tunings + 5 inline personality tests. installs: remote:https://agent-tune.com/mcp detail: https://mcpindex.ai/server/com-agent-tune-agenttune - AgentDataHub Gateway (com.agentdatum/gateway@1.0.1) x402 data & AI gateway: 194 services + AI Gateway free data (save 50-90% tokens). installs: remote:https://agentdatum.com/mcp detail: https://mcpindex.ai/server/com-agentdatum-gateway - Agent Domain Search (com.agentdomainsearch/mcp-server@1.0.0) Agent-first domain registration and DNS management, paid with USDC via x402. installs: remote:https://agentdomainsearch.com/mcp detail: https://mcpindex.ai/server/com-agentdomainsearch-mcp-server - Agente Galicia Public Discovery (com.agentegalicia/public-discovery@1.0.0) Read-only public information about Agente Galicia, its contact and operational boundaries. installs: remote:https://agentegalicia.com/mcp detail: https://mcpindex.ai/server/com-agentegalicia-public-discovery - agentfenster (com.agentfenster/agentfenster@0.1.0) Windows GUI automation on a hidden second desktop, driven from Claude Code over MCP. installs: pypi:agentfenster-mcp detail: https://mcpindex.ai/server/com-agentfenster-agentfenster - AgentFilings (com.agentfilings/mcp@1.0.0) SEC filings, XBRL earnings and Form 4 insider trades for agents. S&P 500. Pay per call via x402. installs: remote:https://api.agentfilings.com/mcp detail: https://mcpindex.ai/server/com-agentfilings-mcp - com.agenticcontrolplane/acp-mcp-server (com.agenticcontrolplane/acp-mcp-server@0.3.0) See, price, and control every tool call your AI agents make: policy checks, cost, and audit tools. installs: remote:https://api.agenticcontrolplane.com/mcp detail: https://mcpindex.ai/server/com-agenticcontrolplane-acp-mcp-server - Agentic Dealer Network (com.agenticdealernetwork/adn-gateway@0.1.0) Live franchised-dealer inventory, quotes, and consented salesperson handoffs. installs: remote:https://gateway.agenticdealernetwork.com/mcp detail: https://mcpindex.ai/server/com-agenticdealernetwork-adn-gateway - com.agenticpaywall/composer (com.agenticpaywall/composer@1.0.1) Composes + runs multi-step external-data workflows for one quoted USDC price (x402). installs: remote:https://composer.agenticpaywall.com/mcp detail: https://mcpindex.ai/server/com-agenticpaywall-composer - AgenticTotem Web Extractor (com.agentictotem/web-extractor@1.0.5) AI web extraction: send URLs + a JSON Schema, get clean structured data. Pay-per-use via x402. installs: remote:https://agentictotem.com/mcp detail: https://mcpindex.ai/server/com-agentictotem-web-extractor - Agentio (com.agentio/brand-connector@1.0.0) Ask about your Agentio campaigns, creator deals, and YouTube ad performance. Read-only. installs: remote:https://mcp.agentio.com/mcp detail: https://mcpindex.ai/server/com-agentio-brand-connector - com.agentorist/agentorist (com.agentorist/agentorist@1.0.0) Booking gateway for AI agents — discover events, movies & hotels, hand off to partner checkout. installs: remote:https://mcp.agentorist.com/mcp detail: https://mcpindex.ai/server/com-agentorist-agentorist - com.agentpmt/agentpmt (com.agentpmt/agentpmt@0.1.1) AI agent marketplace for automated employees, workflows, skills, and tool orchestration. installs: remote:https://api.agentpmt.com/mcp detail: https://mcpindex.ai/server/com-agentpmt-agentpmt - DocQA MCP (com.agentsconsultants.api/docqa@1.0.2) AI document verification: catch hallucinations, arithmetic errors, and field mismatches. installs: npm:docqa-mcp detail: https://mcpindex.ai/server/com-agentsconsultants-api-docqa - AgentsPrice (com.agentsprice/agentsprice@1.0.1) Verified best price across crypto, retail, tools & Rx generics — real sellers, never fabricated. installs: remote:https://agentsprice.com/mcp detail: https://mcpindex.ai/server/com-agentsprice-agentsprice - AGI Alpha (com.agialpha/agi-alpha@1.0.0) Decentralized AI agent labor market on Ethereum. 15 tools for on-chain job lifecycle. installs: remote:https://agialpha.com/api/mcp detail: https://mcpindex.ai/server/com-agialpha-agi-alpha - com.agilitycms/mcp-server (com.agilitycms/mcp-server@2.2.6) An MCP server that provides access to Agility CMS. See https://mcp.agilitycms.com for more details. installs: remote:https://mcp.agilitycms.com/api/mcp detail: https://mcpindex.ai/server/com-agilitycms-mcp-server - com.agishub/crypto-prices (com.agishub/crypto-prices@2.1.1) Live USD crypto spot prices by ticker (BTC, ETH, SOL, …) for AI agents. x402 pay-per-call. installs: remote:https://api.agishub.com/mcp/crypto detail: https://mcpindex.ai/server/com-agishub-crypto-prices - com.agishub/mcp (com.agishub/mcp@2.1.1) AgisHub — pay-per-call tools for AI agents over x402 (USDC on Base). No API key. installs: npm:@agishub/mcp | remote:https://api.agishub.com/mcp detail: https://mcpindex.ai/server/com-agishub-mcp - com.agishub/webhook-relay (com.agishub/webhook-relay@2.1.1) Fire-and-forget webhooks for agents with guaranteed, retried delivery and status polling. x402 installs: remote:https://api.agishub.com/mcp/webhook detail: https://mcpindex.ai/server/com-agishub-webhook-relay - AI Law Tracker (com.ai-law-tracker/ai-law-tracker@1.0.1) Audited AI-regulation data: laws, bills, news and obligations across US, EU and 62 jurisdictions installs: remote:https://ai-law-tracker.com/mcp detail: https://mcpindex.ai/server/com-ai-law-tracker-ai-law-tracker - com.ai-rook.agents/trading-mcp (com.ai-rook.agents/trading-mcp@1.1.0) 72 x402 endpoints: trading, AI inference, blockchain, escrow. USDC on Base+Solana. installs: npm:ai-rook-trading-mcp | remote:https://agents.ai-rook.com/mcp detail: https://mcpindex.ai/server/com-ai-rook-agents-trading-mcp - AI2Fin (2Fin) Tax MCP (com.ai2fin/ai2fin-tax-mcp@0.3.0) Free public tax MCP: GST/VAT, income, company & capital-gains tax for 50+ countries, source-cited. installs: remote:https://taxmcp.ai2fin.com detail: https://mcpindex.ai/server/com-ai2fin-ai2fin-tax-mcp - AI Act Radar (com.aiactradar/ai-act-radar@0.1.0) EU AI Act obligations and updates from ten official sources, incl. the national layer. installs: remote:https://mcp.aiactradar.com/mcp/v1 detail: https://mcpindex.ai/server/com-aiactradar-ai-act-radar - AI Design Blueprint (com.aidesignblueprint/blueprint@1.6.0) Public agentic AI doctrine tools plus authenticated architecture, design, and spec validators. installs: remote:https://aidesignblueprint.com/mcp detail: https://mcpindex.ai/server/com-aidesignblueprint-blueprint - AiDOOS Virtual Delivery Center (com.aidoos/virtual-delivery-center@1.0.0) Plan a Virtual Delivery Center for any initiative: pods, roles, AI agents, Delivery Units. installs: remote:https://aidoos.com/mcp detail: https://mcpindex.ai/server/com-aidoos-virtual-delivery-center - AI HomeDesign MCP (com.aihomedesign/aihomedesign-mcp@1.0.0) MCP server to virtually stage, redesign, enhance and declutter real-estate photos. installs: remote:https://mcp.aihomedesign.com/{connector_token}/mcp detail: https://mcpindex.ai/server/com-aihomedesign-aihomedesign-mcp - MCP Anvil (com.aiinfradecoded/mcp-anvil@0.2.0) Local MCP gateway daemon: route, audit, and inspect MCP servers from one config. installs: pypi:mcp-anvil detail: https://mcpindex.ai/server/com-aiinfradecoded-mcp-anvil - aikstockdata — Korean Stock Data (com.aikstockdata/mcp@2.0.0) KOSPI/KOSDAQ closing prices and DART regulatory filings. Free, no signup, no API key. installs: remote:https://mcp.aikstockdata.com/mcp detail: https://mcpindex.ai/server/com-aikstockdata-mcp - com.ainetcafe/ai-netcafe (com.ainetcafe/ai-netcafe@1.5.0) 23 agent tools + a measured per-call model cost dataset. No key needed to start. installs: npm:ai-netcafe | pypi:ai-netcafe | remote:https://ainetcafe.com/mcp detail: https://mcpindex.ai/server/com-ainetcafe-ai-netcafe - com.ainetcafe/netcafe-build (com.ainetcafe/netcafe-build@1.0.0) Deploy a live web app from one sentence. build_app + poll to a public HTTPS URL you own. installs: remote:https://ainetcafe.com/mcp/build detail: https://mcpindex.ai/server/com-ainetcafe-netcafe-build - com.airblockfz/coin-signal (com.airblockfz/coin-signal@1.0.0) Crypto bottom/top signals: verdict + score per coin, market scans. Pay-per-call x402. installs: remote:https://coin-signal.airblock2026.workers.dev/mcp detail: https://mcpindex.ai/server/com-airblockfz-coin-signal - com.airblockfz/commodity-signal (com.airblockfz/commodity-signal@1.0.0) Commodity futures bottom/top signals: 28 futures, verdict + score, scans. Pay-per-call x402. installs: remote:https://commodity-signal.airblock2026.workers.dev/mcp detail: https://mcpindex.ai/server/com-airblockfz-commodity-signal - com.airblockfz/dubai-property-signal (com.airblockfz/dubai-property-signal@1.0.0) Dubai property signals: 42 areas, AED/sqft index, verdict + rankings. Pay-per-call x402. installs: remote:https://dubai-property-signal.airblock2026.workers.dev/mcp detail: https://mcpindex.ai/server/com-airblockfz-dubai-property-signal - com.airblockfz/fx-signal (com.airblockfz/fx-signal@1.0.0) FX bottom/top signals: 48 pairs (USD/KRW base), verdict + score, scans. Pay-per-call x402. installs: remote:https://fx-signal.airblock2026.workers.dev/mcp detail: https://mcpindex.ai/server/com-airblockfz-fx-signal - com.airblockfz/inflation-signal (com.airblockfz/inflation-signal@1.0.0) Inflation & Fed liquidity thermometer: 47 macro series, too_low..too_high. Pay-per-call x402. installs: remote:https://inflation-signal.airblock2026.workers.dev/mcp detail: https://mcpindex.ai/server/com-airblockfz-inflation-signal - com.airblockfz/seoul-apt-signal (com.airblockfz/seoul-apt-signal@1.0.0) Seoul apartment signals: 25 districts from official transactions, scans. Pay-per-call x402. installs: remote:https://seoul-apt-signal.airblock2026.workers.dev/mcp detail: https://mcpindex.ai/server/com-airblockfz-seoul-apt-signal - com.airblockfz/stock-signal-kr (com.airblockfz/stock-signal-kr@1.0.0) Korea stock (KOSPI/KOSDAQ) bottom/top signals: verdict + score, scans. Pay-per-call x402. installs: remote:https://stock-signal-kr.airblock2026.workers.dev/mcp detail: https://mcpindex.ai/server/com-airblockfz-stock-signal-kr - com.airblockfz/stock-signal-us (com.airblockfz/stock-signal-us@1.0.0) US stock bottom/top signals: S&P500 + indexes, verdict + score, scans. Pay-per-call x402. installs: remote:https://stock-signal-us.airblock2026.workers.dev/mcp detail: https://mcpindex.ai/server/com-airblockfz-stock-signal-us - com.airport-pickups-london/london-airport-transfers (com.airport-pickups-london/london-airport-transfers@1.0.0) Book London airport & cruise port transfers to any UK address. Fixed prices, free cancellation. installs: remote:https://mcp.airport-pickups-london.com/mcp detail: https://mcpindex.ai/server/com-airport-pickups-london-london-airport-transfers - com.airtable/mcp (com.airtable/mcp@0.1.0) Official Airtable MCP server — database and operations layer for agents. installs: remote:https://mcp.airtable.com/mcp detail: https://mcpindex.ai/server/com-airtable-mcp - AI Stack Score (com.aistackscore/aistackscore@1.0.0) Scores a website's AI technology adoption using BuiltWith data. installs: remote:https://aistackscore.com/mcp detail: https://mcpindex.ai/server/com-aistackscore-aistackscore - AITWIRE (com.aitwire/authority@1.0.0) Business-published entity records with confirmation dates: look up, page feeds, check claims. installs: remote:https://api.aitwire.com/mcp detail: https://mcpindex.ai/server/com-aitwire-authority - com.aiwebsitepipeline/indexnow-toolkit (com.aiwebsitepipeline/indexnow-toolkit@1.0.0) Build and validate IndexNow payloads, check key files, and diff sitemaps into a submission list. installs: remote:https://indexnow-toolkit-mcp.lipmichal.workers.dev/mcp detail: https://mcpindex.ai/server/com-aiwebsitepipeline-indexnow-toolkit - TaskRail (com.alamavar.taskrail/taskrail@1.3.1) Delivered-price deals, cancel/refund paths, used-value comparisons, and compatibility checks. installs: remote:https://taskrail.alamavar.com/mcp detail: https://mcpindex.ai/server/com-alamavar-taskrail-taskrail - Alchemy MCP Server (com.alchemy/mcp@0.5.2) Blockchain data across 100+ chains: token prices, NFTs, transfers, simulation, traces, Solana DAS installs: remote:https://mcp.alchemy.com/mcp detail: https://mcpindex.ai/server/com-alchemy-mcp - MsgMesh (com.alderflux/msgmesh@0.1.6) Event bus for AI agents: watch_topic long-polls live events; manage topics, schemas, webhooks. installs: npm:@msgmesh/mcp-server detail: https://mcpindex.ai/server/com-alderflux-msgmesh - ALEETH Authority MCP (com.aleeth/authority-mcp@1.1.0) The first MCP governed by ICA. Every action is gated and sealed with a verifiable receipt. installs: remote:https://mcp.aleeth.com/mcp detail: https://mcpindex.ai/server/com-aleeth-authority-mcp - com.algeriacertify/verification-talent (com.algeriacertify/verification-talent@1.1.0) Verify Algerian digital certificates and find certified professionals for hiring in Algeria. installs: remote:https://www.algeriacertify.com/api/mcp detail: https://mcpindex.ai/server/com-algeriacertify-verification-talent - AlgoVesta MCP Trading (com.algovesta/trading@1.0.0) Trade 16 crypto exchanges + MetaTrader 5 from your AI assistant via one MCP connection. installs: remote:https://api.algovesta.com/mcp detail: https://mcpindex.ai/server/com-algovesta-trading - AllGoodInsp (com.allgoodinsp/mcp-server@1.0.0) Curated design references for AI — real CSS values, typography specs, and color palettes. installs: remote:https://mcp.allgoodinsp.com detail: https://mcpindex.ai/server/com-allgoodinsp-mcp-server - Allstacks Analytics MCP Server (com.allstacks/allstacks-mcp@0.1.3) Provides 208+ tools for AI-native engineering intelligence via Allstacks API. installs: pypi:allstacks-mcp detail: https://mcpindex.ai/server/com-allstacks-allstacks-mcp - alltimetables — European public transport (com.alltimetables/european-transport@1.0.1) Plan journeys by train, bus, tram, metro and ferry across 42 European countries. installs: remote:https://alltimetables.com/mcp detail: https://mcpindex.ai/server/com-alltimetables-european-transport - Almured (com.almured/marketplace@1.0.3) Marketplace where AI agents ask AI agents that have live or proprietary data. installs: remote:https://api.almured.com/mcp detail: https://mcpindex.ai/server/com-almured-marketplace - Podlex (com.aloudable/podlex@1.0.0) Ask your AI anything about any podcast. 4.8M shows: who makes them, why, and how much is AI. installs: remote:https://podlex.aloudable.com/mcp detail: https://mcpindex.ai/server/com-aloudable-podlex - alpha402x Equity Research (com.alpha402x/research@1.0.0) Cited equity research, payable per call via x402: profiles, WACC builds, live 10-Q highlights. installs: remote:https://alpha402x.com/mcp detail: https://mcpindex.ai/server/com-alpha402x-research - com.alphaassay/mcp (com.alphaassay/mcp@0.6.1) Fail-closed backtest/signal validation: overfitting, leakage, deflated Sharpe. NOT financial advice. installs: remote:https://mcp.alphaassay.com/mcp detail: https://mcpindex.ai/server/com-alphaassay-mcp - com.altmetric.mcp/altmetric-mcp (com.altmetric.mcp/altmetric-mcp@1.1.2) MCP server for Altmetric APIs - track research attention across news, policy, social media, and more installs: npm:altmetric-mcp | remote:https://mcp.altmetric.com/mcp detail: https://mcpindex.ai/server/com-altmetric-mcp-altmetric-mcp - Altoviz MCP Server (com.altoviz/mcp@0.0.14) Altoviz invoicing app for french small businesses installs: remote:https://mcp.altoviz.com detail: https://mcpindex.ai/server/com-altoviz-mcp - Anaxer (com.anaxer/mcp@0.2.1) Query Solana DEX data: prices, metadata, launches, graduations, live stream tails. installs: npm:@anaxer/mcp detail: https://mcpindex.ai/server/com-anaxer-mcp - AnchoredIP (com.anchoredip/anchoredip@1.1.0) Dedicated static outbound IPv4 over WireGuard. Free 7-day trial, no card, no sales call. installs: remote:https://api.anchoredip.com/api/mcp/ detail: https://mcpindex.ai/server/com-anchoredip-anchoredip - Angels for Agents Funding (com.angelsforagents/funding@1.0.0) Discover AFA capital opportunities, validate authorized agent pitches, and report grant milestones. installs: remote:https://angelsforagents.com/api/v1/mcp detail: https://mcpindex.ai/server/com-angelsforagents-funding - Thomas Anglero Speaker MCP (com.anglero/speaker@1.0.0) Thomas Anglero speaker MCP: bio, keynote topics, booking info, and speaking-inquiry submission. installs: remote:https://anglero.com/mcp detail: https://mcpindex.ai/server/com-anglero-speaker - API Acre (com.apiacre/api-acre@0.1.11) 47 x402-paid web, document, research, developer, data, and EVM tools on Base, plus free workflows. installs: remote:https://apiacre.com/mcp detail: https://mcpindex.ai/server/com-apiacre-api-acre - com.apievangelist/api-evangelist (com.apievangelist/api-evangelist@1.0.0) Sixteen years of API research as MCP tools — stories, areas, governance blocks & services installs: remote:https://mcp.apievangelist.com/mcp detail: https://mcpindex.ai/server/com-apievangelist-api-evangelist - com.apiscreenshot/screenshot (com.apiscreenshot/screenshot@1.1.0) Screenshot any URL/HTML as PNG/JPEG/WebP, or read it as clean Markdown/text for LLMs. installs: remote:https://apiscreenshot.com/mcp detail: https://mcpindex.ai/server/com-apiscreenshot-screenshot - com.app-dex/appdex (com.app-dex/appdex@1.1.1) iOS App Store revenue & download estimates with confidence labels installs: npm:appdex-mcp detail: https://mcpindex.ai/server/com-app-dex-appdex - Appendix (com.appendix/appendix@1.1.0) Physician-reviewed medical opinions and prescriptions for AI agents. installs: remote:https://mcp.appendix.com/mcp detail: https://mcpindex.ai/server/com-appendix-appendix - com.appsflyer/mcp (com.appsflyer/mcp@1.0.0) Analyze your campaigns any way you want, with AI. installs: remote:https://mcp.appsflyer.com/auth/mcp detail: https://mcpindex.ai/server/com-appsflyer-mcp - com.appskyline/appskyline (com.appskyline/appskyline@0.1.1) Track app-store rankings, history, listing metadata, reviews and competitors across four stores. installs: remote:https://mcp.appskyline.com/mcp detail: https://mcpindex.ai/server/com-appskyline-appskyline - Arc & Ledger Tax Reference (com.arcandledger/tax-tools@0.15.1) Read-only US tax reference for notices, deadlines, filing screens, and clearly labeled estimates. installs: remote:https://mcp.arcandledger.com/directory/mcp detail: https://mcpindex.ai/server/com-arcandledger-tax-tools - com.arcaneforecasting/world-sense (com.arcaneforecasting/world-sense@0.1.0) Read-only live geopolitical-risk sensing for agents. ARCANE notices; never forecasts or advises. installs: remote:https://mcp.arcaneforecasting.com/mcp detail: https://mcpindex.ai/server/com-arcaneforecasting-world-sense - Sideways (com.aribadernatal/sideways@1.0.0) Unexpected questions and lateral thinking prompts to break through mental blocks. 86 strategies. installs: remote:https://sideways.aribadernatal.com/mcp detail: https://mcpindex.ai/server/com-aribadernatal-sideways - com.artifyde/artifyde-mcp (com.artifyde/artifyde-mcp@0.1.2) A home for your agent's HTML artifacts - publish, pull, share and review them over MCP. installs: npm:artifyde-mcp detail: https://mcpindex.ai/server/com-artifyde-artifyde-mcp - Arzbin MCP Server (com.arzbin/market-data@1.0.1) Live Iran exchange rates, gold, crypto, and Toman market data for AI agents. installs: remote:https://hub.arzbin.com/mcp detail: https://mcpindex.ai/server/com-arzbin-market-data - com.asalsold.app/canadian-mortgage-deadlines (com.asalsold.app/canadian-mortgage-deadlines@0.1.0) Last day to make an offer and still fund inside a Canadian rate hold. Needs the expiry date. installs: remote:https://app.asalsold.com/api/mcp detail: https://mcpindex.ai/server/com-asalsold-app-canadian-mortgage-deadlines - AShareHub — Chinese A-Share Market Data (com.asharehub/mcp@0.1.0) Cloud MCP server for Chinese A-share and ETF market data, news, financials and capital flows. installs: remote:https://asharehub.com/mcp/sse?api_key={api_key} detail: https://mcpindex.ai/server/com-asharehub-mcp - Matchbox (com.askmatchbox/matchbox@1.0.0) Describe a problem in plain language; get matching products with honest caveats. Never sponsored. installs: remote:https://askmatchbox.com/api/mcp/mcp detail: https://mcpindex.ai/server/com-askmatchbox-matchbox - Asterwise (com.asterwise/mcp@1.0.0) Vedic and Western astrology, numerology, tarot. Kundali, dasha, panchanga, Rajju/Vedha matching. installs: remote:https://mcp.asterwise.com/mcp detail: https://mcpindex.ai/server/com-asterwise-mcp - AstraNL (com.astranl/mcp@1.32.5) NL coordination protocol — 1% fee, agent-native, real Dutch merchant pricing. Open brain. installs: remote:https://astranl.com/mcp/sse detail: https://mcpindex.ai/server/com-astranl-mcp - Astryke Hub (com.astryke/hub@1.0.1) Every project you have going, on one board your coding agents keep current and you actually read. installs: remote:https://app.astryke.com/mcp detail: https://mcpindex.ai/server/com-astryke-hub - AurelianFlo (com.aurelianflo/core@0.4.0) Remote MCP server for OFAC screening, EDD memos, exposure forecasts, queues, and reports. installs: remote:https://api.aurelianflo.com/mcp detail: https://mcpindex.ai/server/com-aurelianflo-core - Aurinia XO — hostel (Kamianets-Podilskyi, Ukraine) (com.auriniaxo/hostel@0.1.0) Book a hostel in Kamianets-Podilskyi, Ukraine: check availability and reserve for the user. installs: remote:https://auriniaxo.com/api/mcp detail: https://mcpindex.ai/server/com-auriniaxo-hostel - ACA - Automated Client Acquisition (com.automatedclientacquisition.www/aca@1.0.2) Generate on-brand content, manage leads, and run outreach across 6 channels from your AI agent. installs: remote:https://www.automatedclientacquisition.com/api/mcp detail: https://mcpindex.ai/server/com-automatedclientacquisition-www-aca - Automox MCP Server (com.automox/automox-mcp@2.2.9) Official MCP server for Automox. Manage devices, patches, and policies in natural language. installs: pypi:automox-mcp detail: https://mcpindex.ai/server/com-automox-automox-mcp - Avalara Tax Content (com.avalara/atc@1.0.1) Provides access to Avalara Tax Content: TTE configs, jobs, communications, lodging, autorental installs: remote:https://mcp.avalara.com/atc detail: https://mcpindex.ai/server/com-avalara-atc - Avalara AvaTax (com.avalara/avatax@1.0.1) Access Avalara AvaTax API for tax calculation, transactions, nexus management, and compliance installs: remote:https://mcp.avalara.com/avatax detail: https://mcpindex.ai/server/com-avalara-avatax - Avalara Tax Registrations and Business Licenses (com.avalara/bl@1.0.0) Provides access to Avalara Tax Registration and Business Licenses APIs for filings and registrations installs: remote:https://mcp.avalara.com/bl detail: https://mcpindex.ai/server/com-avalara-bl - Avalara Classification (com.avalara/classification@1.0.0) Classify, validate & verify HS codes and access tariff compliance data for cross-border trade installs: remote:https://mcp.avalara.com/classification detail: https://mcpindex.ai/server/com-avalara-classification - Avalara Cross-Border (com.avalara/cross-border@1.0.0) Cross-border duty-rate and Trade & Tariff content lookups with product compliance and restrictions installs: remote:https://mcp.avalara.com/cross-border detail: https://mcpindex.ai/server/com-avalara-cross-border - Avalara E-Invoicing & Live Reporting (com.avalara/elr@1.0.0) Provides access to Avalara E-Invoicing and Live Reporting APIs for document statuses and compliance installs: remote:https://mcp.avalara.com/elr detail: https://mcpindex.ai/server/com-avalara-elr - Averray (com.averray/mcp@1.0.0) Paid work for agents: claim verifier-checked jobs, submit, earn USDC. Some need no bond or funding. installs: remote:https://api.averray.com/mcp detail: https://mcpindex.ai/server/com-averray-mcp - com.axiomatic-ai/prover (com.axiomatic-ai/prover@0.1.0) Lean 4 MCP server: compile, prove theorems, and formalize math with Mathlib. installs: remote:https://prover.axiomatic-ai.com/mcp/ detail: https://mcpindex.ai/server/com-axiomatic-ai-prover - Axiom (com.axiomide/axiom@1.0.0) The marketplace where agents don't just use tools — they build, publish, and compose new ones. installs: remote:https://api.axiomide.com/mcp detail: https://mcpindex.ai/server/com-axiomide-axiom - AxioRank: Zero-Trust for AI Agents (com.axiorank/axiorank@1.0.1) Zero-trust gateway for AI agents: score tool calls, verify agent cards, enforce policy, audit. installs: remote:https://app.axiorank.com/api/mcp-server/mcp detail: https://mcpindex.ai/server/com-axiorank-axiorank - B20 Check (com.b20check/b20check@0.1.1) Verify B20 tokens on Base: issuer powers, imposter detection, signed EIP-712 verdicts. installs: npm:b20check-mcp | remote:https://b20check.com/mcp detail: https://mcpindex.ai/server/com-b20check-b20check - com.babyagecalculator/baby-age (com.babyagecalculator/baby-age@1.0.0) Free hosted MCP server by Baby Age Calculator: exact baby age, zodiac, and milestone dates. No key. installs: remote:https://babyagecalculator.com/api/mcp/ detail: https://mcpindex.ai/server/com-babyagecalculator-baby-age - com.babyblueviper/invinoveritas (com.babyblueviper/invinoveritas@1.13.0) AI-agent verifier: verdict committed before the outcome graded against it; /review, /ledger. installs: remote:https://api.babyblueviper.com/mcp detail: https://mcpindex.ai/server/com-babyblueviper-invinoveritas - Backtest360 (com.backtest360/backtest360@0.5.0) MCP server exposing the Backtest360 engine API as tools for AI agents. installs: pypi:backtest360-mcp | remote:https://mcp.backtest360.com/mcp detail: https://mcpindex.ai/server/com-backtest360-backtest360 - Balladic (com.balladic/mcp@0.4.33) Fluid cowork platform. Synthesizes work data across boundaries, with project tracking built in. installs: remote:https://mcp.balladic.com/mcp detail: https://mcpindex.ai/server/com-balladic-mcp - Bankruptcy Observer (com.bankruptcyobserver/mcp@1.1.0) US business bankruptcy MCP: filings, dockets, documents, case summaries. Free tier + subscription. installs: remote:https://mcp.bankruptcyobserver.com/mcp detail: https://mcpindex.ai/server/com-bankruptcyobserver-mcp - Earlywire — Marketing & Growth Intelligence (com.barisasa.earlywire/wire@1.1.0) Marketing, growth & SEO intel: 120+ practitioner sources, judged daily, with citable summaries. installs: remote:https://earlywire.barisasa.com/mcp detail: https://mcpindex.ai/server/com-barisasa-earlywire-wire - Barvinca MCP (com.barvinca/mcp@0.15.0) Inspect ACC administration data and run bounded, approval-gated bulk user workflows. installs: remote:https://mcp.barvinca.com/mcp detail: https://mcpindex.ai/server/com-barvinca-mcp - agent-check (com.basenull/agent-check@1.0.0) Process monitoring for AI agents: start runs, submit per-task evidence, complete runs. installs: remote:https://agent-check.basenull.com/api/mcp/{token} detail: https://mcpindex.ai/server/com-basenull-agent-check - agent-talk (com.basenull/agent-talk@1.0.0) MCP channel between two AI workspaces: send messages, wait for replies, read history. installs: remote:https://agent-talk.basenull.com/mcp/{channel_key} detail: https://mcpindex.ai/server/com-basenull-agent-talk - exec-brief (com.basenull/exec-brief@1.0.0) Weekly 5-15 reports for executive teams: submit reports, fetch the Friday briefing. installs: remote:https://exec-brief.basenull.com/api/mcp detail: https://mcpindex.ai/server/com-basenull-exec-brief - okr (com.basenull/okr@1.0.0) Team OKRs from your AI workspace: objectives, key results, and weekly check-ins. installs: remote:https://okr.basenull.com/mcp/{token} detail: https://mcpindex.ai/server/com-basenull-okr - polls (com.basenull/polls@1.0.0) One-link team polls: create polls, vote, fetch results, and close polls. installs: remote:https://polls.basenull.com/api/mcp detail: https://mcpindex.ai/server/com-basenull-polls - com.beacio/mcp (com.beacio/mcp@1.0.1) MCP server for Web Bluetooth on iOS Safari: scaffolding, UUID lookup, extension detection. installs: npm:@beacio/mcp detail: https://mcpindex.ai/server/com-beacio-mcp - BedrockNews (com.bedrocknews/news@1.0.0) GRIN-scored news for agents: discover by verdict, pull full analysis, traverse extraction graphs. installs: remote:https://api.bedrocknews.com/api/mcp detail: https://mcpindex.ai/server/com-bedrocknews-news - BEFOREVIBE (com.beforevibe/mcp@1.0.0) PRD, logo, and AI UI mockups from any app idea — PRD free, logo 1 credit, screens 1 credit each. installs: remote:https://beforevibe.com/api/mcp detail: https://mcpindex.ai/server/com-beforevibe-mcp - com.bellwethermetrics/bellwether-mcp (com.bellwethermetrics/bellwether-mcp@0.1.0) Live prediction market data from Polymarket and Kalshi with VWAP pricing and reportability. installs: npm:bellwether-mcp detail: https://mcpindex.ai/server/com-bellwethermetrics-bellwether-mcp - com.benriscore/api (com.benriscore/api@0.1.0) Purpose-aware accessibility scoring for every coordinate in Japan. installs: remote:https://api.benriscore.com/mcp detail: https://mcpindex.ai/server/com-benriscore-api - com.bereviewable/reviewable-artifacts (com.bereviewable/reviewable-artifacts@0.3.1) Reviewable workspace discovery and private HTML review creation via stdio MCP. installs: npm:reviewable-artifacts-mcp detail: https://mcpindex.ai/server/com-bereviewable-reviewable-artifacts - Besot: Musician Fashion Resale (com.besot/catalogue@1.1.0) Cross-source price compare for clothing musicians designed, wore, or founded. Real listings. installs: remote:https://mcp.besot.com detail: https://mcpindex.ai/server/com-besot-catalogue - com.beycome/listing (com.beycome/listing@1.0.0) List on MLS, sell, show, compare and close your real estate property on beycome. installs: remote:https://mcp.beycome.com/mcp detail: https://mcpindex.ai/server/com-beycome-listing - com.biaedge/immigration-research (com.biaedge/immigration-research@1.0.1) U.S. immigration law research: BIA/AAO/circuit cases, INA/CFR, USCIS policy, crimmigration. installs: remote:https://mcp.biaedge.com/mcp detail: https://mcpindex.ai/server/com-biaedge-immigration-research - com.bidda/bidda-compliance (com.bidda/bidda-compliance@1.6.0) 10,065 source-verified compliance nodes, 39 pillars, 25 MCP tools (EU AI Act, GDPR, NIST, MITRE). installs: remote:https://bidda.com/mcp detail: https://mcpindex.ai/server/com-bidda-bidda-compliance - BidSparq (com.bidsparq/mcp@0.3.4) 55 tools for federal/state/local RFPs, awards, vendors, contact graph, contract vehicles, pursuits. installs: npm:bidsparq-mcp-server | remote:https://bidsparq.com/mcp detail: https://mcpindex.ai/server/com-bidsparq-mcp - Bikefuchs — Bike Parts Price Comparison (com.bikefuchs/bikefuchs@2.5.0) Price comparison & cart optimizer for bike parts across German & Austrian shops installs: remote:https://mcp.bikefuchs.com/mcp detail: https://mcpindex.ai/server/com-bikefuchs-bikefuchs - com.billingserv/mcp (com.billingserv/mcp@0.1.9) BillingServ MCP server for customers, invoices, orders, packages, licenses, and revenue reports. installs: npm:@billingserv/mcp-server detail: https://mcpindex.ai/server/com-billingserv-mcp - com.biodnd/agent-press (com.biodnd/agent-press@0.1.2) Agent Press: news MCP server streaming company headlines installs: remote:https://agent-press.biodnd.com/sse detail: https://mcpindex.ai/server/com-biodnd-agent-press - bisibility (com.bisibility/mcp@0.7.0) Track keyword rankings, research SEO opportunities, and manage bisibility projects with AI agents. installs: npm:@bisibility/mcp | remote:https://bisibility.com/api/mcp detail: https://mcpindex.ai/server/com-bisibility-mcp - Bitpoort (com.bitpoort/on-chain-data@3.4.1) On-chain blockchain data for AI agents across Ethereum, Bitcoin, and Hyperliquid. installs: remote:https://bitpoort.com/mcp/sse detail: https://mcpindex.ai/server/com-bitpoort-on-chain-data - com.bitsbound/contract-analysis (com.bitsbound/contract-analysis@1.0.6) AI contract analysis with partner-level redlines, OOXML Track Changes, and risk analysis. installs: npm:@bitsbound/mcp-server detail: https://mcpindex.ai/server/com-bitsbound-contract-analysis - com.bitsbound/contract-automation (com.bitsbound/contract-automation@1.0.8) AI contract automation with partner-level redlines, OOXML Track Changes, and risk analysis. installs: npm:@bitsbound/mcp-server detail: https://mcpindex.ai/server/com-bitsbound-contract-automation - Biz Planner (com.biz-planner/mcp@0.6.0) AI-powered financial simulator for entrepreneurs — simulate, analyze, and plan any business installs: remote:https://biz-planner.com/api/mcp detail: https://mcpindex.ai/server/com-biz-planner-mcp - com.bizgigz/agent-marketplace (com.bizgigz/agent-marketplace@1.1.0) BizGigz Agent Marketplace - register AI agents, manage API keys, and discover MCP capabilities installs: remote:https://agents.bizgigz.com/mcp detail: https://mcpindex.ai/server/com-bizgigz-agent-marketplace - com.bizgigz/talent-ecosystem (com.bizgigz/talent-ecosystem@1.1.0) BizGigz Talent Ecosystem - AI-powered recruiting, interviews, onboarding, learning, and deal rooms installs: remote:https://bizgigz.com/mcp detail: https://mcpindex.ai/server/com-bizgigz-talent-ecosystem - DAG Studio MCP (com.blackswancausallabs/dagstudio-mcp@0.1.0) Causal DAG analysis: backdoor paths, adjustment sets, bias simulation. Validated against dagitty. installs: remote:https://dagstudio-mcp.blackswancausallabs.com/mcp detail: https://mcpindex.ai/server/com-blackswancausallabs-dagstudio-mcp - openFDA Regulatory Metadata (com.blackswancausallabs/openfda-mcp@0.1.0) Resolve FDA application numbers and product names to regulatory metadata (CDER, CBER, CDRH). installs: pypi:openfda-mcp detail: https://mcpindex.ai/server/com-blackswancausallabs-openfda-mcp - ROBINS-I V2 MCP (com.blackswancausallabs/robins-i-mcp@0.1.0) ROBINS-I V2 (not V1): risk of bias in one result of a non-randomized cohort study installs: pypi:robins-i-mcp detail: https://mcpindex.ai/server/com-blackswancausallabs-robins-i-mcp - TARGET Checklist MCP (com.blackswancausallabs/target-mcp@0.1.2) Score how completely a target-trial-emulation study reports what the TARGET guideline requires. installs: pypi:target-mcp detail: https://mcpindex.ai/server/com-blackswancausallabs-target-mcp - com.blackwalltier/blackwall (com.blackwalltier/blackwall@1.4.1) Pre-action risk gate: AI agents call before any irreversible action (money, SQL, delete). installs: npm:blackwall-mcp detail: https://mcpindex.ai/server/com-blackwalltier-blackwall - BlinkCodes catalog (com.blinkcodes/catalog@0.1.0) Read-only catalog of gift cards, service top-ups and travel eSIMs sold by BlinkCodes. installs: remote:https://blinkcodes.com/mcp detail: https://mcpindex.ai/server/com-blinkcodes-catalog - com.blockscout/mcp-server (com.blockscout/mcp-server@0.18.1) MCP server for Blockscout installs: remote:https://mcp.blockscout.com/mcp detail: https://mcpindex.ai/server/com-blockscout-mcp-server - com.blockventurechaincapital/bvcc-agent-wallet (com.blockventurechaincapital/bvcc-agent-wallet@0.2.2) Non-custodial BVCC Agent Wallet on-chain for AI agents: balances, transfers, approvals, swaps. installs: npm:@bvcc/agent-mcp detail: https://mcpindex.ai/server/com-blockventurechaincapital-bvcc-agent-wallet - Blue Pillow Hotels & Stays (com.bluepillow/hotels@1.0.0) Neutral hotel & stay price comparison for AI agents: live prices from 16+ booking sites. No signup. installs: remote:https://mcp.b2a.bluepillow.com/ detail: https://mcpindex.ai/server/com-bluepillow-hotels - Breach402 Owner Protection (com.bmcxiv/breach402-owner-protection@0.1.1) Protect owners with private checks across 13.3B+ breach records and prioritized defenses. installs: remote:https://breach402.bmcxiv.com/mcp detail: https://mcpindex.ai/server/com-bmcxiv-breach402-owner-protection - BMI Kit (com.bmikit/body-composition@1.0.1) Body composition for AI: BMI, body fat, FFMI, waist-to-height, plus saved measurement trends. installs: remote:https://bmikit.com/api/mcp detail: https://mcpindex.ai/server/com-bmikit-body-composition - 볼테나 ERP (Boltena ERP) (com.boltena/erp@1.20.6) 중소 제조기업용 ERP 조회 전용 MCP 서버(재고·매출·채권·수주/발주·회계). 쓰기 도구 없음. installs: remote:https://app.boltena.com/api/ext/mcp detail: https://mcpindex.ai/server/com-boltena-erp - Booking Request (com.bonissystems/booking-request@1.0.0) Self-authenticating booking-request receipt anchored to the Knox chain; never represents a person. installs: remote:https://bonissystems.com/api/knox/agents/booking-request/mcp detail: https://mcpindex.ai/server/com-bonissystems-booking-request - Compliance Batch Alignment (com.bonissystems/compliance-batch@1.0.0) Check whether a NAICS code aligns with a vertical: a routing-for-review signal, not a determination. installs: remote:https://bonissystems.com/api/knox/agents/compliance-batch/mcp detail: https://mcpindex.ai/server/com-bonissystems-compliance-batch - Content Provenance (com.bonissystems/content-provenance@1.0.0) Anchor a content-creation event to the Knox chain; returns a C2PA-aligned, FRE 902-shaped bundle. installs: remote:https://bonissystems.com/api/knox/agents/content-provenance/mcp detail: https://mcpindex.ai/server/com-bonissystems-content-provenance - Knox Anchor (com.bonissystems/knox-anchor@1.0.1) Bitcoin-anchored, tamper-evident audit-permanence layer for AI agents, FRE 902(13)/(14)-shaped. installs: remote:https://bonissystems.com/api/knox/mcp detail: https://mcpindex.ai/server/com-bonissystems-knox-anchor - OFAC SDN Screening (com.bonissystems/ofac-sdn-screening@1.0.0) Screen a name against the U.S. Treasury OFAC SDN list. Information, not a compliance determination. installs: remote:https://bonissystems.com/api/knox/agents/ofac-sdn-screening/mcp detail: https://mcpindex.ai/server/com-bonissystems-ofac-sdn-screening - TrustAI Verification (com.bonissystems/trustai-verify@1.0.0) Neutral referee for legal-AI output: flags orphan quotes and uncited claims. Not legal advice. installs: remote:https://trustailaw.com/api/mcp detail: https://mcpindex.ai/server/com-bonissystems-trustai-verify - Boosthis (com.boosthis/boosthis@1.0.0-alpha.82) Read-only performance insights for your Boosthis projects: speed, crashes, traces, and fixes. installs: remote:https://www.boosthis.com/mcp detail: https://mcpindex.ai/server/com-boosthis-boosthis - com.boothcheck/boothcheck (com.boothcheck/boothcheck@1.3.0) What a stock price is betting on: implied growth, duration, and margin, read from SEC filings. installs: remote:https://boothcheck.com/api/mcp detail: https://mcpindex.ai/server/com-boothcheck-boothcheck - com.borisinc/aegis (com.borisinc/aegis@1.2.0) Trust layer for the x402 economy - check any service before you pay. Scores, discovery, routing. installs: remote:https://aegis-mcp.borisinc.com/mcp detail: https://mcpindex.ai/server/com-borisinc-aegis - com.borisinc/gamedatakit (com.borisinc/gamedatakit@1.0.0) Live Steam market data for AI agents: top sellers, deals, player counts. Paid per call via x402. installs: remote:https://mcp.borisinc.com/mcp detail: https://mcpindex.ai/server/com-borisinc-gamedatakit - com.borisinc/tools (com.borisinc/tools@1.0.0) Pay-per-call AI tools over x402: web research, summarization, structured extraction (USDC, Base). installs: remote:https://tools.borisinc.com/mcp/ detail: https://mcpindex.ai/server/com-borisinc-tools - BounceWatch Signal Intelligence (com.bouncewatch/signals@1.0.0) Millions of dated buying and momentum signals: who raised, who's hiring, what changed and when installs: remote:https://api.bouncewatch.com/api/v1/mcp detail: https://mcpindex.ai/server/com-bouncewatch-signals - BoxToPlay (com.boxtoplay/mcp@1.0.2) MCP-ready hosting provider for Minecraft, BungeeCord, TeamSpeak, VPS and many other game servers. installs: remote:https://api.boxtoplay.com/mcp detail: https://mcpindex.ai/server/com-boxtoplay-mcp - com.bozfix/bozfix (com.bozfix/bozfix@1.0.0) Find verified electricians in Antalya, Turkey. Prices from real jobs, confirm-first requests. installs: remote:https://bozfix.com/api/mcp.php detail: https://mcpindex.ai/server/com-bozfix-bozfix - brainCloud MCP (com.braincloudservers/braincloud-mcp@6.0.1) Manage brainCloud apps, cloud code, hooks and servers; API lookups to help generate client code. installs: remote:https://mcp.braincloudservers.com/mcp detail: https://mcpindex.ai/server/com-braincloudservers-braincloud-mcp - com.brainonbnb/bobai (com.brainonbnb/bobai@1.3.0) Smart money & whale flows, price, liquidity, burn proofs for $BOBAI on BNB Chain (BSC). No key installs: remote:https://brainonbnb.com/mcp detail: https://mcpindex.ai/server/com-brainonbnb-bobai - com.branderux/mcp (com.branderux/mcp@0.1.1) Turns any agent into a full agentic application — branded, interactive screens generated at runtime. installs: remote:https://mcp.branderux.com/mcp detail: https://mcpindex.ai/server/com-branderux-mcp - Bravos AI (com.bravos-ai/bravos@1.0.0) Manage your AI chatbot from your AI assistant: analyze conversations, audit content, configure it. installs: remote:https://mcp.bravos-ai.com/mcp detail: https://mcpindex.ai/server/com-bravos-ai-bravos - BridgeToAgent — AI Readiness (com.bridgetoagent/ai-readiness@1.0.0) Is a website ready for AI shopping agents? Readiness score (0-100) + agent shopping simulation. installs: remote:https://www.bridgetoagent.com/api/mcp detail: https://mcpindex.ai/server/com-bridgetoagent-ai-readiness - com.brokerchooser/broker-safety (com.brokerchooser/broker-safety@1.0.0) MCP server offering regulator-sourced legitimacy checks on investment entities by name or URL. installs: remote:https://mcp.brokerchooser.com/servers/mcp detail: https://mcpindex.ai/server/com-brokerchooser-broker-safety - com.bullpenstrategygroup.rotunda/mcp (com.bullpenstrategygroup.rotunda/mcp@1.0.0) An MCP server that provides congressional transcripts installs: remote:https://rotunda.bullpenstrategygroup.com/mcp detail: https://mcpindex.ai/server/com-bullpenstrategygroup-rotunda-mcp - Burnlore (com.burnlore/mcp@1.0.1) A perpetual, crowd-written AI novel — fetch an assignment, write a chapter, submit it. CC0. installs: remote:https://burnlore.com/mcp detail: https://mcpindex.ai/server/com-burnlore-mcp - Hokyo MCP Server (com.bustup-monitor/mcp@1.1.2) 豊胸モニター募集サイトのMCPサーバー。クリニック検索・術式情報・悩み相談・世代別記事を提供します。 installs: remote:https://bustup-monitor.com/mcp detail: https://mcpindex.ai/server/com-bustup-monitor-mcp - BuyLater (com.buylater/buylater@1.0.0) Save products to buy later; get notified on restock, price drop, or new release. installs: remote:https://buylater.com/api/mcp detail: https://mcpindex.ai/server/com-buylater-buylater - com.buzzradr/mcp (com.buzzradr/mcp@1.0.0) Live AI trend radar: trending AI topics, why-trending signals, daily digests. No API key. installs: remote:https://buzzradr.com/api/mcp detail: https://mcpindex.ai/server/com-buzzradr-mcp - com.bykaranteli/mcp (com.bykaranteli/mcp@0.7.3) Live crypto data: funding rates, funding arbitrage, OI pressure, Fear & Greed. Free, no API key. installs: npm:bykaranteli-mcp | remote:https://mcp.bykaranteli.com/ detail: https://mcpindex.ai/server/com-bykaranteli-mcp - Bzigo (com.bzigo/bzigo@1.0.0) Bzigo smart trap: device status, detections, health, firmware and simulations via AI. installs: remote:https://mcp.bzigo.com/ detail: https://mcpindex.ai/server/com-bzigo-bzigo - com.cabal-hunter.api/cabal-hunter (com.cabal-hunter.api/cabal-hunter@1.2.0) Solana pre-trade safety for AI agents: cabal, bundle, dump, deployer & honeypot in one verdict. installs: remote:https://api.cabal-hunter.com/mcp detail: https://mcpindex.ai/server/com-cabal-hunter-api-cabal-hunter - California Justice Watch (com.cajusticewatch/cajusticewatch@0.1.0) California criminal-justice accountability: DAs, defenders, judges, officers, CJP, POST. installs: remote:https://cajusticewatch.com/api/mcp detail: https://mcpindex.ai/server/com-cajusticewatch-cajusticewatch - com.calcfleet/calculators (com.calcfleet/calculators@1.0.0) Tested financial & practical calculators as free, no-auth MCP tools for AI agents. installs: remote:https://calcfleet.com/api/mcp detail: https://mcpindex.ai/server/com-calcfleet-calculators - Canal Nav (com.canalnav/canal-nav@1.0.0) Plan canal routes on Great Britain's waterways: lock-aware timing, live closures, boat-fit checks. installs: remote:https://mcp.canalnav.com/mcp detail: https://mcpindex.ai/server/com-canalnav-canal-nav - com.candidcost/mcp (com.candidcost/mcp@2.0.0) Cited, receipt-backed US home-buying data & calculators — education-only, every number sourced. installs: remote:https://candidcost.com/api/mcp detail: https://mcpindex.ai/server/com-candidcost-mcp - com.canienter/visa-check (com.canienter/visa-check@1.0.1) Visa & entry requirements for 199 passports, cited to official sources and re-verified daily. installs: remote:https://api.canienter.com/mcp detail: https://mcpindex.ai/server/com-canienter-visa-check - Cannon VoIP AI Assistant (com.cannonvoip/ask@1.0.0) Ask about Cannon VoIP pricing, plans, features, international rates, coverage, and FAQs. installs: remote:https://ask.cannonvoip.com/mcp detail: https://mcpindex.ai/server/com-cannonvoip-ask - Career Rift (com.careerrift/career-rift@0.3.0) Manage job applications — jobs, companies, boards, notes, and profile — from your AI client. installs: remote:https://mcp.careerrift.com/mcp detail: https://mcpindex.ai/server/com-careerrift-career-rift - CarePlanKit — Nursing Care Plans (com.careplankit/care-plans@1.0.0) Nursing care plans for students: diagnoses, SMART goals, interventions with rationale, sources. installs: remote:https://mcp.careplankit.com/mcp detail: https://mcpindex.ai/server/com-careplankit-care-plans - CareRanks Data (com.careranks/careranks-data@1.0.0) CMS quality ratings, payer-negotiated prices, and clinician data for 41K+ US healthcare facilities. installs: remote:https://careranks.com/mcp detail: https://mcpindex.ai/server/com-careranks-careranks-data - com.casemargin/casemargin-mcp-server (com.casemargin/casemargin-mcp-server@1.0.2) Turn a support ticket into a structured case brief, or score its L2 escalation readiness. installs: npm:casemargin-mcp-server detail: https://mcpindex.ai/server/com-casemargin-casemargin-mcp-server - Cash Flow Frog (com.cashflowfrog.mcp/server@1.0.0) Cash flow forecasting: manage scenarios, projections, and bank accounts for your company. installs: remote:https://mcp.cashflowfrog.com/mcp detail: https://mcpindex.ai/server/com-cashflowfrog-mcp-server - com.catalystedgescanner/catalyst-edge-mcp (com.catalystedgescanner/catalyst-edge-mcp@1.0.0) Audited SEC catalyst signals for agents — ranked filing intel with a public track record. Free tier. installs: remote:https://catalystedgescanner.com/mcp/ detail: https://mcpindex.ai/server/com-catalystedgescanner-catalyst-edge-mcp - com.catchintent/catchintent (com.catchintent/catchintent@2.0.0) The intent layer for B2B outbound. Find, triage, and act on warmth-scored leads. installs: remote:https://engine.catchintent.com/mcp detail: https://mcpindex.ai/server/com-catchintent-catchintent - CaudexCatena MCP (com.caudexcatena/caudexcatena-mcp@0.1.0) Blockchain intelligence for tracing funds, screening addresses, and investigating on-chain activity. installs: remote:https://mcp-api.caudexcatena.com/mcp detail: https://mcpindex.ai/server/com-caudexcatena-caudexcatena-mcp - CData Connect AI (com.cdata/cdata-connect-ai@1.0.0) Cloud-hosted MCP server for secure AI access to enterprise data sources via CData Connect AI. installs: remote:https://mcp.cloud.cdata.com/mcp detail: https://mcpindex.ai/server/com-cdata-cdata-connect-ai - Celigo (com.celigo/celigo@0.6.0) Manage your Celigo integrator.io account: integrations, flows, connections, errors, and jobs. installs: remote:https://api.integrator.io/celigo-mcp detail: https://mcpindex.ai/server/com-celigo-celigo - com.cerberusindex/cerberus-index (com.cerberusindex/cerberus-index@1.0.0) XRPL token rug-checks, issuer reputation & AMM data for AI agents. Pay-per-call USDC via x402. installs: remote:https://cerberusindex.com/mcp detail: https://mcpindex.ai/server/com-cerberusindex-cerberus-index - CerebroChain (com.cerebrochain/cerebrochain@1.0.0) WMS & logistics intelligence: live freight & shipping rates, port data, inventory, fleet, KPIs installs: remote:https://cerebrochain.com/mcp detail: https://mcpindex.ai/server/com-cerebrochain-cerebrochain - Chaiz MCP (com.chaiz/mcp@1.0.1) Live vehicle warranty (service contract) quotes by VIN, plate, or make/model/year. installs: remote:https://mcp.chaiz.com/mcp detail: https://mcpindex.ai/server/com-chaiz-mcp - Chaparral Software MCP (com.chapsoft/mcp@1.0.0) Independent AI consulting — services, dispatches, cairns, and 40-year client history. installs: remote:https://chapsoft.com/mcp detail: https://mcpindex.ai/server/com-chapsoft-mcp - Charter Captain (com.chartercaptain/charter-captain@1.0.0) Discover Lake Michigan charter captains & boats, check availability, get quotes, and book. installs: remote:https://api.chartercaptain.com/mcp/mcp detail: https://mcpindex.ai/server/com-chartercaptain-charter-captain - com.chartforgeai/chartforge (com.chartforgeai/chartforge@0.1.4) MCP server for ChartForge — generate stunning charts and diagrams from natural language installs: npm:chartforge-mcp detail: https://mcpindex.ai/server/com-chartforgeai-chartforge - com.checkmycontractorquote/contractor-quote-check (com.checkmycontractorquote/contractor-quote-check@1.0.0) Check contractor quotes for red flags and pricing risks. Free scan, paid reports, RFP tools. installs: remote:https://checkmycontractorquote.com/contractorquote-mcp/mcp detail: https://mcpindex.ai/server/com-checkmycontractorquote-contractor-quote-check - RecallChecker — Vehicle Safety Recalls (com.checkrecall/vehicle-recalls@1.0.0) Check U.S. NHTSA vehicle safety recall campaigns by make, model, and year. Live official data. installs: remote:https://mcp.checkrecall.com/mcp detail: https://mcpindex.ai/server/com-checkrecall-vehicle-recalls - Fifty50 (com.cherokeeai/fifty50@1.0.0) Find a co-founder and split equity fairly — partnership analysis + co-founder marketplace. installs: remote:https://cherokeeai.com/fifty50/mcp detail: https://mcpindex.ai/server/com-cherokeeai-fifty50 - com.choosemylo/mind-of-mylo-quotes (com.choosemylo/mind-of-mylo-quotes@1.19.5) Machine-learning-backed insurance premium estimates from Mylo, comparing 100+ carriers. installs: remote:https://choosemylo.com/api/gateway/chatbot/mcp detail: https://mcpindex.ai/server/com-choosemylo-mind-of-mylo-quotes - com.chorilo/chorilo (com.chorilo/chorilo@1.0.0) Choir management for AI assistants: events, RSVP, announcements and sheet music of your choir. installs: remote:https://backend.chorilo.com/mcp detail: https://mcpindex.ai/server/com-chorilo-chorilo - Chrysai (com.chrysai.www/chrysai@1.0.0) Hosted MCP server for AI-driven data ops. Create apps, manage schemas, and CRUD structured data. installs: remote:https://www.chrysai.com/api/mcp detail: https://mcpindex.ai/server/com-chrysai-www-chrysai - Citation Safe Verifier (com.citationsafe/verifier@1.0.0) Verifies legal citations vs primary sources: existence, quote match, proposition support. installs: remote:https://citationsafe.com/api/mcp detail: https://mcpindex.ai/server/com-citationsafe-verifier - CiteStamp (com.citestamp/citestamp@1.0.1) Citation-health over a CC0 citation graph: what supports, refutes, or cites a paper. Read-only. installs: remote:https://mcp.citestamp.com/mcp detail: https://mcpindex.ai/server/com-citestamp-citestamp - cityparity — Cost-of-Living & Quality-of-Life Comparison (com.cityparity/cityparity@0.1.0) Cost-of-living & quality-of-life comparison: take-home pay, equivalent salary, safety-net deltas. installs: remote:https://mcp.cityparity.com/mcp detail: https://mcpindex.ai/server/com-cityparity-cityparity - CityWalk Plan (com.citywalkplan/planner@1.0.0) Free city-walk planner: day-by-day self-guided walking itineraries for 50+ cities. No sign-up. installs: remote:https://citywalkplan.com/api/mcp detail: https://mcpindex.ai/server/com-citywalkplan-planner - com.civic/nexus (com.civic/nexus@0.1.109) Zero-setup MCP gateway securely connecting AI to your tools with authentication and workflows installs: remote:https://nexus.civic.com/hub/mcp detail: https://mcpindex.ai/server/com-civic-nexus - com.civilquants/civilquants (com.civilquants/civilquants@0.0.1) Parametric estimating engine: CESMM4/NRM2/SMM7/MMHW Bills of Quantities for civils assemblies. installs: remote:https://api.civilquants.com/mcp detail: https://mcpindex.ai/server/com-civilquants-civilquants - Claidex MCP (com.claidex/failure-intelligence@1.0.0) Biomedical failure intelligence platform for terminated trials and translational analysis. installs: npm:@claidex-mcp/claidex-mcp | remote:https://app.claidex.com/api/mcp detail: https://mcpindex.ai/server/com-claidex-failure-intelligence - clariBI (com.claribi/mcp-server@1.0.0) AI business intelligence: sign up, ingest data, run analyses, generate reports from any MCP client. installs: remote:https://claribi.com/mcp/v1/ detail: https://mcpindex.ai/server/com-claribi-mcp-server - com.claritybriefs/mcp (com.claritybriefs/mcp@1.0.0) Free cross-lingual news briefings for AI agents across 89 languages. Read-only, hosted. installs: remote:https://claritybriefs.com/api/mcp detail: https://mcpindex.ai/server/com-claritybriefs-mcp - com.clauxel.a2aidentitytoll/a2aidentitytoll-mcp (com.clauxel.a2aidentitytoll/a2aidentitytoll-mcp@1.0.0) Remote MCP for A2A caller identity, scope policy, verdict receipts, and audit history. installs: remote:https://a2aidentitytoll.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-a2aidentitytoll-a2aidentitytoll-mcp - com.clauxel.agentdataboundary/agentdataboundary-mcp (com.clauxel.agentdataboundary/agentdataboundary-mcp@1.0.0) Permission boundary receipts for ChatGPT agents. installs: remote:https://agentdataboundary.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-agentdataboundary-agentdataboundary-mcp - com.clauxel.agenticbudgetrouter/agenticbudgetrouter-mcp (com.clauxel.agenticbudgetrouter/agenticbudgetrouter-mcp@1.0.0) Agentic workflow budget approvals with usage receipts. installs: remote:https://agenticbudgetrouter.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-agenticbudgetrouter-agenticbudgetrouter-mcp - com.clauxel.agentmonitorrelay/agentmonitorrelay-mcp (com.clauxel.agentmonitorrelay/agentmonitorrelay-mcp@1.0.0) AI agent run monitoring with incident replay and SLA receipts. installs: remote:https://agentmonitorrelay.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-agentmonitorrelay-agentmonitorrelay-mcp - com.clauxel.aiwaiverdesk/aiwaiverdesk-mcp (com.clauxel.aiwaiverdesk/aiwaiverdesk-mcp@1.0.0) Remote MCP for AI waiver checks, exception approvals, expiry review, and audit receipts. installs: remote:https://aiwaiverdesk.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-aiwaiverdesk-aiwaiverdesk-mcp - com.clauxel.codexrunledger/codexrunledger-mcp (com.clauxel.codexrunledger/codexrunledger-mcp@1.0.0) Codex run receipts your reviewer can trust. installs: remote:https://codexrunledger.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-codexrunledger-codexrunledger-mcp - com.clauxel.copilotconnectorledger/copilotconnectorledger-mcp (com.clauxel.copilotconnectorledger/copilotconnectorledger-mcp@1.0.0) Copilot connector permission audits with owner signoff receipts. installs: remote:https://copilotconnectorledger.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-copilotconnectorledger-copilotconnectorledger-mcp - DB Query Guard MCP (com.clauxel.dbqueryguard/dbqueryguard-mcp@0.1.0) Paid remote MCP for governed database query review, SQL simulation, approvals, and audits. installs: remote:https://dbqueryguard.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-dbqueryguard-dbqueryguard-mcp - com.clauxel.kirowebreleasebinder/kirowebreleasebinder-mcp (com.clauxel.kirowebreleasebinder/kirowebreleasebinder-mcp@1.0.0) Remote MCP for Kiro release readiness, evidence binders, signoff, and CI approval receipts. installs: remote:https://kirowebreleasebinder.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-kirowebreleasebinder-kirowebreleasebinder-mcp - com.clauxel.mcpoauthscopegate/mcpoauthscopegate-mcp (com.clauxel.mcpoauthscopegate/mcpoauthscopegate-mcp@1.0.0) OAuth scope approvals and consent receipts for remote MCP servers. installs: remote:https://mcpoauthscopegate.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-mcpoauthscopegate-mcpoauthscopegate-mcp - MCP Risk Ledger MCP (com.clauxel.mcpriskledger/mcpriskledger-mcp@0.1.0) Paid remote MCP for server intake risk reports, tool review, approvals, and readiness. installs: remote:https://mcpriskledger.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-mcpriskledger-mcpriskledger-mcp - com.clauxel.mcptoollicense/mcptoollicense-mcp (com.clauxel.mcptoollicense/mcptoollicense-mcp@1.0.0) Remote MCP for tool license checks, vendor policy review, alternatives, and license receipts. installs: remote:https://mcptoollicense.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-mcptoollicense-mcptoollicense-mcp - com.clauxel.mcpuptimeledger/mcpuptimeledger-mcp (com.clauxel.mcpuptimeledger/mcpuptimeledger-mcp@1.0.0) MCP uptime, schema, auth, and SLA receipt monitoring. installs: remote:https://mcpuptimeledger.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-mcpuptimeledger-mcpuptimeledger-mcp - com.clauxel.safetyreplay/safetyreplay-mcp (com.clauxel.safetyreplay/safetyreplay-mcp@1.0.0) Paid remote MCP for safety replays, policy gates, eval receipts, and release evidence. installs: remote:https://safetyreplay.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-safetyreplay-safetyreplay-mcp - ToolBudget Router MCP (com.clauxel.toolbudgetrouter/toolbudgetrouter-mcp@0.1.0) Paid remote MCP for context-budget routing, schema cost estimates, usage audits, and readiness. installs: remote:https://toolbudgetrouter.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-toolbudgetrouter-toolbudgetrouter-mcp - com.clauxel.toolcallwitness/toolcallwitness-mcp (com.clauxel.toolcallwitness/toolcallwitness-mcp@1.0.0) A witness layer for AI agent tool calls. installs: remote:https://toolcallwitness.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-toolcallwitness-toolcallwitness-mcp - ClearPost: WordPress SEO Agent (com.clearpostplugin/wordpress-seo@1.0.1) SEO agent for WordPress. Grows your organic traffic on autopilot. 14 tools, zero configuration. installs: remote:https://{site_domain}/wp-json/clearpost/mcp detail: https://mcpindex.ai/server/com-clearpostplugin-wordpress-seo - com.clihub/clihub (com.clihub/clihub@0.1.0-beta.0) Convert any CLI binary to an MCP server via `ch mcp wrap`; discover CLI tools & recipes. installs: npm:@clihub/cli detail: https://mcpindex.ai/server/com-clihub-clihub - Clootrack (com.clootrack/mcp@1.0.0) Analyze customer feedback at scale — reviews, surveys, calls. AI-powered themes and sentiment. installs: remote:https://mcp.clootrack.com detail: https://mcpindex.ai/server/com-clootrack-mcp - com.cloudflare.mcp/mcp (com.cloudflare.mcp/mcp@1.0.0) Cloudflare MCP servers installs: remote:https://docs.mcp.cloudflare.com/mcp detail: https://mcpindex.ai/server/com-cloudflare-mcp-mcp - Coach Watts (com.coachwatts/coach-watts@0.5.25) Remote MCP server for training, nutrition, wellness, and performance data with OAuth 2.0. installs: remote:https://coachwatts.com/mcp detail: https://mcpindex.ai/server/com-coachwatts-coach-watts - com.codeniverse/mcp (com.codeniverse/mcp@1.0.0) CODENIVERSE Thai dev agency: services, company profile, and articles on AI agents and automation. installs: remote:https://mcp.codeniverse.com/mcp detail: https://mcpindex.ai/server/com-codeniverse-mcp - com.codescene/codescene-mcp-server (com.codescene/codescene-mcp-server@1.1.0) An MCP server that provides CodeScene Code Health analysis tools. installs: npm:@codescene/codehealth-mcp detail: https://mcpindex.ai/server/com-codescene-codescene-mcp-server - com.codmir/mcp (com.codmir/mcp@0.2.3) AI-powered task execution, tickets, sprints, error debugging, and desktop control. installs: npm:@codmir/mcp detail: https://mcpindex.ai/server/com-codmir-mcp - com.coinbucha/bitcoin-signals (com.coinbucha/bitcoin-signals@0.1.0) Signal-first Bitcoin intelligence: sovereign, hiring & hashrate signals over MCP. installs: remote:https://coinbucha.com/api/mcp detail: https://mcpindex.ai/server/com-coinbucha-bitcoin-signals - Coinfuty (com.coinfuty/coinfuty@1.0.0) Free crypto futures data: open interest, funding, long/short, liquidations, volume. No API key. installs: remote:https://mcp.coinfuty.com/api/mcp detail: https://mcpindex.ai/server/com-coinfuty-coinfuty - com.commonelements/data (com.commonelements/data@1.0.0) Query 390,000+ HOA and condo association records, statutes, rosters, and flood risk data. installs: remote:https://commonelements.com/api/mcp detail: https://mcpindex.ai/server/com-commonelements-data - ComplianceAutomator Public MCP (com.complianceautomator/public-mcp@0.1.0) Public read-only MCP for products, frameworks, guides, methodology, and blog metadata. installs: remote:https://www.complianceautomator.com/api/mcp detail: https://mcpindex.ai/server/com-complianceautomator-public-mcp - com.connorgallic/connorgallic (com.connorgallic/connorgallic@1.0.0) Query Connor Gallic's profile, products (KaiCalls, Kai CMO, Build with Kai), and writing. installs: remote:https://connorgallic.com/api/mcp detail: https://mcpindex.ai/server/com-connorgallic-connorgallic - Conqueror (com.conquerorapp/mcp@0.0.14) Turns SEO insight into page changes: keyword research, SERP and rank data, rewrites you approve. installs: remote:https://winwith.conquerorapp.com/mcp detail: https://mcpindex.ai/server/com-conquerorapp-mcp - ConsentLayer (com.consentlayer/mcp@0.1.1) Cookie consent for GDPR/CCPA: scan sites for trackers, configure consent banners, get install code. installs: remote:https://api.consentlayer.com/mcp detail: https://mcpindex.ai/server/com-consentlayer-mcp - PageSpeed Insights MCP (com.considus/pagespeed-insights-mcp@1.4.2) One run is noise, so this reports the median of several distinct PageSpeed analyses and the spread. installs: manual detail: https://mcpindex.ai/server/com-considus-pagespeed-insights-mcp - Proton Bridge MCP (com.considus/proton-bridge-mcp@1.2.2) Read, organise and carefully-gated send for Proton Mail, without your mail leaving this machine. installs: manual detail: https://mcpindex.ai/server/com-considus-proton-bridge-mcp - com.contextser.mcp/nodecel (com.contextser.mcp/nodecel@1.1.0) Vibe deployment for nodecel — deploy, roll back, diagnose, and manage apps and domains from chat. installs: remote:https://mcp.nodecel.com detail: https://mcpindex.ai/server/com-contextser-mcp-nodecel - ContinueOps Public MCP (com.continueops/continueops-public@0.2.0) BC/DR & compliance tools: DORA, NIS2, NIST CSF, GDPR, SOC 2, CMMC, CAF, ISO 27001, FCA/PRA. installs: remote:https://tjcjvxibsrxizwuajypz.supabase.co/functions/v1/mcp detail: https://mcpindex.ai/server/com-continueops-continueops-public - com.convexvalue/cvserver (com.convexvalue/cvserver@1.0.0) Live US options chains with Greeks and IV, a screener, SQL, and FMP fundamentals. installs: remote:https://tap.convexvalue.com/api/data/mcp detail: https://mcpindex.ai/server/com-convexvalue-cvserver - Convika (com.convika/convika@1.0.0) Create, preview, publish, and measure landing pages from Claude, Codex, or any MCP client. installs: remote:https://mcp.convika.com/mcp detail: https://mcpindex.ai/server/com-convika-convika - Correkt: The AI-Native Online Marketplace for Physical Products (com.correkt/api-server@1.0.0) Correkt: online marketplace built for AI agents. Shop 10M+ physical products from verified sellers. installs: remote:https://api.correkt.com/mcp detail: https://mcpindex.ai/server/com-correkt-api-server - com.cortexpad/cortexpad (com.cortexpad/cortexpad@1.0.1) Google Keep-style notes app with an MCP server for AI agents to read/write notes. installs: remote:https://api.cortexpad.com/mcp detail: https://mcpindex.ai/server/com-cortexpad-cortexpad - Cosmic (com.cosmicjs/mcp@1.6.0) Manage Cosmic CMS content, media, object types, and AI generation from any MCP client. installs: npm:@cosmicjs/mcp | remote:https://mcp.cosmicjs.com/v1/buckets/{bucket_slug} detail: https://mcpindex.ai/server/com-cosmicjs-mcp - CostBench (com.costbench/mcp@1.0.1) Verified pricing, hidden costs, negotiation data & TCO for 3,290+ software products. installs: remote:https://costbench.com/mcp detail: https://mcpindex.ai/server/com-costbench-mcp - com.costsegsmart/cost-seg-smart (com.costsegsmart/cost-seg-smart@1.0.0) Cost segregation study pricing and Year-1 depreciation/tax-savings estimates for US properties. installs: remote:https://costsegsmart.com/mcp detail: https://mcpindex.ai/server/com-costsegsmart-cost-seg-smart - com.covasyn/chemistry (com.covasyn/chemistry@1.29.0) Deterministic MCP for AI agents: drug discovery, ADMET, docking, LNPs, DoE, retrosynthesis, ICH M7 installs: remote:https://mcp.covasyn.com/mcp detail: https://mcpindex.ai/server/com-covasyn-chemistry - com.coverage-rights/coverage-rights (com.coverage-rights/coverage-rights@1.1.0) Insurer denial rates, appeal outcomes by treatment and condition, and appeal rights lookups. installs: remote:https://www.coverage-rights.com/api/mcp detail: https://mcpindex.ai/server/com-coverage-rights-coverage-rights - CPZAI (com.cpz-lab.mcp/cpzai@1.1.0) Build, backtest, and deploy quantitative trading strategies from your AI agent. installs: remote:https://mcp.cpz-lab.com/mcp detail: https://mcpindex.ai/server/com-cpz-lab-mcp-cpzai - CrabbitMQ (com.crabbitmq/mcp@1.0.0) Async message queue for AI agents. Self-provision queues, push/poll messages, no signup. installs: remote:https://crabbitmq.com/mcp detail: https://mcpindex.ai/server/com-crabbitmq-mcp - Lenderprice Mini Pricer MCP (com.cre8techdev/mini-pricer-mcp@0.1.0) MCP server for mortgage rate pricing and mini pricer management via the Lenderprice API installs: remote:https://mp-mcp.cre8techdev.com/sse detail: https://mcpindex.ai/server/com-cre8techdev-mini-pricer-mcp - Create Web Page (com.create-web-page/create-web-page@0.1.0) Create, edit, preview, publish, and manage web pages from MCP-capable AI clients. installs: remote:https://create-web-page.com/mcp detail: https://mcpindex.ai/server/com-create-web-page-create-web-page - Prism — Crossdeck (com.cross-deck/prism@0.3.2) Ask your app anything — revenue, errors, read-cost, growth — and get rendered charts back. installs: npm:@cross-deck/ai | remote:https://api.cross-deck.com/mcp detail: https://mcpindex.ai/server/com-cross-deck-prism - Crosswire — Polymarket & Kalshi Arbitrage (com.crosswire-api/crosswire-polymarket-kalshi-arbitrage@0.6.2) Cross-venue Polymarket+Kalshi arbitrage: resolution mismatch, void risk & settlement divergence. installs: remote:https://api.crosswire-api.com/mcp detail: https://mcpindex.ai/server/com-crosswire-api-crosswire-polymarket-kalshi-arbitrage - CrowdHum (com.crowdhum/crowdhum@0.1.0) Create and run live audience polls from your AI assistant, with a scan-to-vote QR and an AI recap. installs: remote:https://mcp.crowdhum.com detail: https://mcpindex.ai/server/com-crowdhum-crowdhum - com.crucibleui/registry (com.crucibleui/registry@1.0.0) Browse and install Crucible's animated React components into shadcn-style projects. installs: remote:https://crucibleui.com/api/mcp detail: https://mcpindex.ai/server/com-crucibleui-registry - CryptoQuant (com.cryptoquant/mcp-server@0.1.1) Query cryptocurrency on-chain data, OHLCV prices, market data, and Research & QuickTake insights. installs: remote:https://mcp.cryptoquant.com/mcp detail: https://mcpindex.ai/server/com-cryptoquant-mcp-server - com.cryptorefills/mcp-server (com.cryptorefills/mcp-server@1.1) Buy gift cards and top-ups from the industry leader. 6000+ brands, 195 countries. 4.7★, 98% CSAT installs: remote:https://api.cryptorefills.com/mcp/sse detail: https://mcpindex.ai/server/com-cryptorefills-mcp-server - com.cryptowhaleinsights/whale-insights (com.cryptowhaleinsights/whale-insights@1.0.0) Free read-only crypto whale-tracking & market-data MCP tools across 14 chains. No auth. installs: remote:https://cryptowhaleinsights.com/mcp detail: https://mcpindex.ai/server/com-cryptowhaleinsights-whale-insights - CSIDIA — operational notes and capabilities (com.csidia/notes@1.2.0) AI regulation, data protection and compliance notes from CSIDIA, plus its capability catalogue. installs: remote:https://mcp.csidia.com/mcp detail: https://mcpindex.ai/server/com-csidia-notes - com.csquaredsystems/mcp-registry-test (com.csquaredsystems/mcp-registry-test@1.0.0) C Squared MCP Registry installs: remote:https://mcp.csquaredsystems.com/sse detail: https://mcpindex.ai/server/com-csquaredsystems-mcp-registry-test - ctlsurf (com.ctlsurf/notebook@1.0.0) System-of-record notebook for AI coding agents: pages, datastores, tasks, skills over MCP. installs: remote:https://app.ctlsurf.com/api/mcp detail: https://mcpindex.ai/server/com-ctlsurf-notebook - CualBet MCP (com.cualbet/cualbet-mcp@0.1.0) Football fixtures, standings, and odds intelligence for AI agents. installs: remote:https://mcp.cualbet.com detail: https://mcpindex.ai/server/com-cualbet-cualbet-mcp - CurrencyGuard Guard Pricing (com.currencyguard/guard-pricing@1.0.0) FX protection for SMEs — price Guards, live spot/forward rates, settlement dates, and more. installs: remote:https://api.currencyguard.com/mcp detail: https://mcpindex.ai/server/com-currencyguard-guard-pricing - Custosa Tools (com.custosa/tools@0.4.0) Scans schema metadata to classify PHI, score HIPAA readiness, and generate compliant migrations. installs: remote:https://mcp.custosa.com/mcp detail: https://mcpindex.ai/server/com-custosa-tools - CycleCalcs Astronomy (com.cyclecalcs/astronomy@1.0.0) Astronomy: sun, moon, planet, eclipse, twilight and star position calculations. installs: remote:https://www.cyclecalcs.com/mcp detail: https://mcpindex.ai/server/com-cyclecalcs-astronomy - Cycling Coach AI (com.cyclingcoachai/cycling-coach-ai@1.0.0) AI cycling coach: training plans, workouts, nutrition, strength training, Strava, Garmin and Wahoo. installs: remote:https://app.usecoachai.com/api/mcp detail: https://mcpindex.ai/server/com-cyclingcoachai-cycling-coach-ai - Cymosoft (com.cymosoft/cymosoft@1.0.0) Cymosoft JSC profile and case studies (EN/JA) plus Japanese text utilities (文字数・全角半角・和暦) installs: remote:https://cymosoft.com/mcp detail: https://mcpindex.ai/server/com-cymosoft-cymosoft - com.cytado/cytado (com.cytado/cytado@1.0.0) Real academic citations with printed page numbers - verified sources or an honest not-found. installs: remote:https://cytado.com/api/mcp detail: https://mcpindex.ai/server/com-cytado-cytado - DaedalMap Historical FX Rates (com.daedalmap/currency@1.0.2) Historical FX rates for 100+ currencies vs USD from IMF and World Bank data, 1940-present. installs: remote:https://app.daedalmap.com/mcp/currency detail: https://mcpindex.ai/server/com-daedalmap-currency - DaedalMap Flood Events (com.daedalmap/floods@1.0.1) Global flood events and extent 1985-present from the Dartmouth Flood Observatory and GFD. installs: remote:https://app.daedalmap.com/mcp/floods detail: https://mcpindex.ai/server/com-daedalmap-floods - DaedalMap Hurricane and Tropical Cyclone Data (com.daedalmap/hurricanes@1.0.2) Global hurricane and tropical cyclone tracks from IBTrACS/NOAA, 1842-present. Wind and pressure. installs: remote:https://app.daedalmap.com/mcp/hurricanes detail: https://mcpindex.ai/server/com-daedalmap-hurricanes - DaedalMap Population Estimates (com.daedalmap/population@1.0.1) Global population estimates from WorldPop, 2000-2030, at country and sub-national levels. installs: remote:https://app.daedalmap.com/mcp/worldpop detail: https://mcpindex.ai/server/com-daedalmap-population - DaedalMap Tornado Events (com.daedalmap/tornadoes@1.0.1) US tornado events 1950-present from the NOAA Storm Prediction Center: EF rating, tracks, damage. installs: remote:https://app.daedalmap.com/mcp/tornadoes detail: https://mcpindex.ai/server/com-daedalmap-tornadoes - DaedalMap Tsunami Data (com.daedalmap/tsunamis@1.0.2) Global tsunami events from NOAA NCEI, 2000 BC-present: wave height, runups, and counts. installs: remote:https://app.daedalmap.com/mcp/tsunamis detail: https://mcpindex.ai/server/com-daedalmap-tsunamis - DaedalMap UN Sustainable Development Goals (com.daedalmap/un_sdg@1.0.3) UN Sustainable Development Goal indicators for all 17 goals, curated by country and year. Free. installs: remote:https://app.daedalmap.com/mcp/un_sdg detail: https://mcpindex.ai/server/com-daedalmap-un-sdg - DaedalMap Wildfire Events (com.daedalmap/wildfires@1.0.1) Wildfire events and aggregates across global, U.S., and Canada sources. Paid via x402 USDC. installs: remote:https://app.daedalmap.com/mcp/wildfires detail: https://mcpindex.ai/server/com-daedalmap-wildfires - DaedalMap World Development Indicators (com.daedalmap/world-development-indicators@1.0.1) World Bank World Development Indicators: curated country-year economy, health, education and more. installs: remote:https://app.daedalmap.com/mcp/world_bank_wdi detail: https://mcpindex.ai/server/com-daedalmap-world-development-indicators - DaedalMap CIA World Factbook (com.daedalmap/world_factbook@1.0.2) CIA World Factbook country indicators: infrastructure, energy, demographics, economy, 2002-2026. installs: remote:https://app.daedalmap.com/mcp/world_factbook detail: https://mcpindex.ai/server/com-daedalmap-world-factbook - com.dapdip/youtube-growth (com.dapdip/youtube-growth@1.0.2) Audits any YouTube channel against its own history. Every claim carries its sample size. installs: remote:https://www.dapdip.com/api/mcp detail: https://mcpindex.ai/server/com-dapdip-youtube-growth - Dashboardbase (com.dashboardbase/mcp@1.0.0) Validate Dashboardbase widget endpoint responses and setup files against the live contract. installs: npm:@dashboardbase/mcp detail: https://mcpindex.ai/server/com-dashboardbase-mcp - Data APIs SEC Event Intelligence API (com.data-apis.api/sec-event-intelligence@0.1.10) Data APIs SEC Event Intelligence API for SEC API/EDGAR filings, OpenAPI, MCP, A2A at data-apis.com. installs: remote:https://api.data-apis.com/mcp detail: https://mcpindex.ai/server/com-data-apis-api-sec-event-intelligence - The Data Commenter — data economy news (com.datacommenter/the-data-commenter@1.0.0) Data-economy news: markets, alt data, AI training data, licensing, deals. Agents can contribute. installs: remote:https://datacommenter.com/wp-json/tdc/v1/mcp detail: https://mcpindex.ai/server/com-datacommenter-the-data-commenter - com.datahyena/signals (com.datahyena/signals@1.0.1) Deduplicated, entity-resolved funding rounds, acquisitions, and exec moves as MCP tools. installs: remote:https://api.datahyena.com/mcp detail: https://mcpindex.ai/server/com-datahyena-signals - com.datakoot/base-intel-mcp (com.datakoot/base-intel-mcp@2.0.0) Read-only on-chain intel for AI agents on Base: balances, tokens, gas, tx status. No API keys. installs: remote:https://base.datakoot.com/mcp detail: https://mcpindex.ai/server/com-datakoot-base-intel-mcp - com.datakoot/economy-intel-mcp (com.datakoot/economy-intel-mcp@2.0.0) Macro data for AI agents: GDP, inflation, unemployment & trade, any country. No API keys. installs: remote:https://economy.datakoot.com/mcp detail: https://mcpindex.ai/server/com-datakoot-economy-intel-mcp - com.datakoot/filings-intel-mcp (com.datakoot/filings-intel-mcp@2.0.0) SEC EDGAR for AI agents: company filings, financials and insider trades. No API keys. installs: remote:https://filings.datakoot.com/mcp detail: https://mcpindex.ai/server/com-datakoot-filings-intel-mcp - com.datakoot/market-intel-mcp (com.datakoot/market-intel-mcp@2.0.0) Live & historical FX rates for AI agents, from European Central Bank data. No API keys. installs: remote:https://market.datakoot.com/mcp detail: https://mcpindex.ai/server/com-datakoot-market-intel-mcp - com.datakoot/package-intel-mcp (com.datakoot/package-intel-mcp@2.0.0) npm, PyPI & crates.io intel for AI agents: versions, popularity, deps, health. No API keys. installs: remote:https://package.datakoot.com/mcp detail: https://mcpindex.ai/server/com-datakoot-package-intel-mcp - com.datakoot/regulatory-intel-mcp (com.datakoot/regulatory-intel-mcp@2.0.0) US Federal Register for AI agents: rules, notices and executive orders. No API keys. installs: remote:https://regulatory.datakoot.com/mcp detail: https://mcpindex.ai/server/com-datakoot-regulatory-intel-mcp - Datalastic Vessel Tracking & Maritime Intelligence (com.datalastic/vessel-tracking@1.0.0) Vessel tracking for 750,000+ ships, with ownership, inspections, port records, routes, and more. installs: remote:https://mcp.datalastic.com/mcp detail: https://mcpindex.ai/server/com-datalastic-vessel-tracking - com.dataplex-consulting/healthcare-data (com.dataplex-consulting/healthcare-data@1.0.1) US healthcare data for AI agents: CMS, FDA adverse events, CDC, NPPES NPI. Keyless, real samples. installs: remote:https://mcp.dataplex-consulting.com/mcp detail: https://mcpindex.ai/server/com-dataplex-consulting-healthcare-data - Dataroia Data Trust (com.dataroia/data-trust@1.0.0) Vérification B2B française : SIRET, SIRENE, dirigeants RNE, santé d'entreprise. Hébergé en France. installs: remote:https://api.dataroia.com/mcp/ detail: https://mcpindex.ai/server/com-dataroia-data-trust - com.datasignalslab/datasignals-events-mcp (com.datasignalslab/datasignals-events-mcp@1.0.1) Eleven US filing streams in one schema: SEC, FDA, NIH, contracts, Congress. Source-linked. installs: pypi:datasignals-events-mcp detail: https://mcpindex.ai/server/com-datasignalslab-datasignals-events-mcp - com.datasignalslab/datasignals-lab-mcp (com.datasignalslab/datasignals-lab-mcp@1.6.0) SEC, Congress, FDA, crypto, app reviews and live jobs: scored signals. 18 tools, free flagship. installs: remote:https://mcp.apify.com/?tools=datasignalslab/datasignals-mcp detail: https://mcpindex.ai/server/com-datasignalslab-datasignals-lab-mcp - DATPAQ (com.datpaq/datpaq@1.0.0) 34 production API tools over one hosted MCP endpoint. installs: remote:https://mcp.datpaq.com/mcp detail: https://mcpindex.ai/server/com-datpaq-datpaq - com.daxoom/daxoom (com.daxoom/daxoom@1.1.0) Owner-verified local business data for AI agents: profiles, hours, prices, with provenance. installs: remote:https://mcp.daxoom.com/ detail: https://mcpindex.ai/server/com-daxoom-daxoom - com.dcamethod/dca-tools (com.dcamethod/dca-tools@1.0.0) Dollar-cost-averaging backtests on real historical data for crypto, stocks and commodities. installs: remote:https://dcamethod.com/api/mcp detail: https://mcpindex.ai/server/com-dcamethod-dca-tools - com.dealsurface/dealsurface (com.dealsurface/dealsurface@0.2.0) MCP server for DealSurface.com sales intelligence platform. installs: npm:@dealsurface/mcp-server detail: https://mcpindex.ai/server/com-dealsurface-dealsurface - com.debitura/mcp-server (com.debitura/mcp-server@1.0.0) Cross-border debt collection: submit and track cases handled by local partners in 183 countries. installs: remote:https://mcp.debitura.com/mcp detail: https://mcpindex.ai/server/com-debitura-mcp-server - Decision Anchor (com.decision-anchor/da@1.3.42) External anchoring layer: records AI agent accountability boundaries on both sides. Content-blind. installs: remote:https://mcp.decision-anchor.com/mcp detail: https://mcpindex.ai/server/com-decision-anchor-da - DeepPane Focus Space (com.deeppane/focus-space@0.1.3) Create focus spaces and read user-authorized focus history summaries. installs: npm:@deeppane/mcp-server detail: https://mcpindex.ai/server/com-deeppane-focus-space - SettlementWitness (com.defaultverifier/settlement-witness@1.0.1) Remote-first MCP adapter for emitting Settlement Attestation Receipts; not a verifier. installs: remote:https://defaultverifier.com/mcp detail: https://mcpindex.ai/server/com-defaultverifier-settlement-witness - Delvyn Studio (com.delvynstudio/mcp@1.0.1) Connect AI assistants to your product operating model — OKRs, strategy, and discovery. installs: remote:https://api.delvynstudio.com/mcp detail: https://mcpindex.ai/server/com-delvynstudio-mcp - Deploy to Agents (com.deploytoagents/server@0.3.0) Audit agent-distribution surfaces and create an evidence-based distribution plan. installs: remote:https://deploytoagents.com/mcp detail: https://mcpindex.ai/server/com-deploytoagents-server - DepthFeed (com.depthfeed/depthfeed@0.1.0) Order-book depth & history for Polymarket, Kalshi & Limitless. Keyless demo, key for full access. installs: remote:https://api.depthfeed.com/mcp detail: https://mcpindex.ai/server/com-depthfeed-depthfeed - com.dethboy/vedetta (com.dethboy/vedetta@1.0.1) x402 pay-per-call crypto & financial market sentiment, divergence & analyst reads - NFA installs: npm:vedetta-mcp detail: https://mcpindex.ai/server/com-dethboy-vedetta - com.devcycle/mcp (com.devcycle/mcp@6.3.2) DevCycle MCP server for feature flag management installs: remote:https://mcp.devcycle.com/mcp detail: https://mcpindex.ai/server/com-devcycle-mcp - com.devopness.mcp/server (com.devopness.mcp/server@1.0.1) Devopness MCP server for DevOps happiness! Empower AI Agents to deploy apps and infra, to any cloud. installs: remote:https://mcp.devopness.com/mcp/ detail: https://mcpindex.ai/server/com-devopness-mcp-server - Money-Engine x402 Research (com.devvizion/x402-research@0.1.1) Free agent discovery + paid x402 research (outline 0.01 / brief 0.02 USDC Base). installs: remote:https://x402.devvizion.com/mcp detail: https://mcpindex.ai/server/com-devvizion-x402-research - com.dialfetch/dialfetch (com.dialfetch/dialfetch@0.1.0) Give your AI agent a phone: place calls, navigate IVRs, wait on hold, get structured answers. installs: remote:https://app.dialfetch.com/api/mcp detail: https://mcpindex.ai/server/com-dialfetch-dialfetch - DialMCP (com.dialmcp/dialmcp@0.1.0) Let AI agents place real phone calls from your verified number, with transcripts and recordings. installs: npm:dialmcp-connector | remote:https://mcp.dialmcp.com/mcp detail: https://mcpindex.ai/server/com-dialmcp-dialmcp - diggercamp (com.diggercamp/music-similarity@1.0.0) Find independent music by how it sounds — similar tracks and playlists from a track link. installs: remote:https://mcp.diggercamp.com/mcp detail: https://mcpindex.ai/server/com-diggercamp-music-similarity - com.digitalpublic/commercial (com.digitalpublic/commercial@1.2.0) Discover DigitalPublic plans, trust, ROI, status and autonomous Sandbox enrollment for AI agents. installs: remote:https://platform.digitalpublic.com/api/mcp-commercial detail: https://mcpindex.ai/server/com-digitalpublic-commercial - com.digitalpublic/marketing-operations (com.digitalpublic/marketing-operations@1.1.0) Project-scoped marketing ops for agents: Bearer dpk_/dpa_ or OAuth, read and supervised write. installs: remote:https://platform.digitalpublic.com/api/mcp detail: https://mcpindex.ai/server/com-digitalpublic-marketing-operations - DirtSignal (com.dirtsignal/dirtsignal@1.0.0) Florida property distress signals: code violations and recorded liens. installs: remote:https://dirtsignal.com/mcp detail: https://mcpindex.ai/server/com-dirtsignal-dirtsignal - DiscreteRate (com.discreterate/public@1.0.0) Run DRS demos (Fast-Slow Drain, Hamburger Duo, Valdez Tanker) and explore the paradigm. installs: remote:https://discreterate.com/mcp/v1 detail: https://mcpindex.ai/server/com-discreterate-public - Divine API - Indian / Vedic Astrology (com.divineapi/indian@2.9.0) Official Divine API MCP for Indian/Vedic Astrology: Panchang, Kundli, Dasha, KP, Lal Kitab. installs: remote:https://mcp.divineapi.com/indian/mcp detail: https://mcpindex.ai/server/com-divineapi-indian - Divine API - Western Astrology (com.divineapi/western@1.5.0) Official Divine API MCP for Western Astrology: Natal, Synastry, Transit, Composite, Progressions. installs: remote:https://mcp.divineapi.com/western/mcp detail: https://mcpindex.ai/server/com-divineapi-western - com.docimprint/api (com.docimprint/api@1.0.4) AI document intelligence: extract, summarize, claim-check, notarize, and signed action receipts. installs: remote:https://api.docimprint.com/mcp detail: https://mcpindex.ai/server/com-docimprint-api - Dominion Observatory (com.dominionobservatory/observatory@1.0.0) Trust checks for MCP servers: trust scores, tool-drift detection, signed diligence receipts. Free. installs: remote:https://dominionobservatory.com/mcp detail: https://mcpindex.ai/server/com-dominionobservatory-observatory - Do Not Act (com.donotact/donotact@0.3.0) Fail-closed guard clause for prediction-market agents before trade(). installs: remote:https://donotact.com/mcp detail: https://mcpindex.ai/server/com-donotact-donotact - .prompts (com.dotprompts/dotprompts@0.0.1) .prompts, the home to all your AI prompts, everywhere you need them. installs: remote:https://dotprompts.com/mcp detail: https://mcpindex.ai/server/com-dotprompts-dotprompts - dotsweep (com.dotsweep/dotsweep@1.2.1) Domain availability across 1,200+ TLDs, with renewal price, minimum term and eligibility installs: remote:https://dotsweep.com/mcp detail: https://mcpindex.ai/server/com-dotsweep-dotsweep - com.dpf-it/mcp-server (com.dpf-it/mcp-server@1.0.0) AI-powered data integration platform. Onboard users and run DPF data workflows. installs: remote:https://api.dpf-it.com/mcp detail: https://mcpindex.ai/server/com-dpf-it-mcp-server - Dreambooth Studio (com.dreamboothstudio/dreambooth@0.1.0) Ask about your Dreambooth Studio photobooths: sessions, revenue, credits, projects, device status. installs: remote:https://mcp.dreamboothstudio.com/mcp detail: https://mcpindex.ai/server/com-dreamboothstudio-dreambooth - Drillable (com.drillable/gateway@0.1.2) A multi-domain reference corpus where every answer drills down to its cited, verified source. installs: remote:https://mcp.drillable.com detail: https://mcpindex.ai/server/com-drillable-gateway - droplinked (com.droplinked.mcp/server@0.1.2) Agentic commerce + trust MCP: discover, verify, and transact across droplinked's merchant network. installs: remote:https://mcp.droplinked.com/mcp detail: https://mcpindex.ai/server/com-droplinked-mcp-server - Agent Receipts (com.dropwatchhq/agent-receipts@1.0.1) Issue & verify signed (ed25519), hash-chained, timestamped provenance receipts for agent actions. installs: remote:https://agent-receipts.dropwatchhq.com/mcp detail: https://mcpindex.ai/server/com-dropwatchhq-agent-receipts - com.dropwatchhq/cassandra-predict (com.dropwatchhq/cassandra-predict@1.0.0) Cassandra prediction hub: one MCP door over govcon forecasts (recompete, contractor signals). installs: remote:https://predict.dropwatchhq.com/mcp detail: https://mcpindex.ai/server/com-dropwatchhq-cassandra-predict - com.dropwatchhq/compliance-evidence (com.dropwatchhq/compliance-evidence@1.0.0) Dated, signed compliance-evidence packs: gov-fact-grounded claims + exclusion screens + trap-facts. installs: remote:https://evidence.dropwatchhq.com/mcp detail: https://mcpindex.ai/server/com-dropwatchhq-compliance-evidence - com.dropwatchhq/compliance-radar (com.dropwatchhq/compliance-radar@1.0.0) US small-biz & foreign-LLC filing deadlines: FinCEN BOI, IRS 5472, franchise tax, 1099 (sourced). installs: remote:https://compliance.dropwatchhq.com/mcp detail: https://mcpindex.ai/server/com-dropwatchhq-compliance-radar - com.dropwatchhq/coverage-trigger (com.dropwatchhq/coverage-trigger@1.0.0) Leads of businesses that just legally need commercial insurance: new FMCSA authority + new entities. installs: remote:https://coverage.dropwatchhq.com/mcp detail: https://mcpindex.ai/server/com-dropwatchhq-coverage-trigger - com.dropwatchhq/distress-diligence (com.dropwatchhq/distress-diligence@1.0.0) Distressed-SMB diligence: bankruptcy, lawsuits, recalls, exclusions, WARN layoffs, liens (sourced). installs: remote:https://diligence.dropwatchhq.com/mcp detail: https://mcpindex.ai/server/com-dropwatchhq-distress-diligence - Drop Index (com.dropwatchhq/drop-index@1.0.0) Live restock index per collectible niche + will-it-restock predictor (WAIT vs BUY-RESALE). installs: remote:https://index.dropwatchhq.com/mcp detail: https://mcpindex.ai/server/com-dropwatchhq-drop-index - com.dropwatchhq/ehr-migration-checklist (com.dropwatchhq/ehr-migration-checklist@1.0.0) EHR-migration data-integrity checklist: silent data-loss modes anchored to HL7/FHIR, USCDI, HIPAA. installs: manual detail: https://mcpindex.ai/server/com-dropwatchhq-ehr-migration-checklist - com.dropwatchhq/entity-screen (com.dropwatchhq/entity-screen@1.0.0) Screen a business or person for exclusions, debarment, and sanctions (SAM.gov, OFAC). installs: remote:https://screen.dropwatchhq.com/mcp detail: https://mcpindex.ai/server/com-dropwatchhq-entity-screen - com.dropwatchhq/exclude-feed (com.dropwatchhq/exclude-feed@1.0.0) Screen a business for federal exclusions & sanctions: OFAC SDN, HHS-OIG LEIE, SAM.gov debarment. installs: remote:https://exclude.dropwatchhq.com/mcp detail: https://mcpindex.ai/server/com-dropwatchhq-exclude-feed - com.dropwatchhq/govcon-recompete (com.dropwatchhq/govcon-recompete@1.0.0) Predict federal contract recompetes: expiring contracts, likely competitors, win odds. installs: remote:https://recompete.dropwatchhq.com/mcp detail: https://mcpindex.ai/server/com-dropwatchhq-govcon-recompete - com.dropwatchhq/grant-finder (com.dropwatchhq/grant-finder@1.0.0) Find federal and public grants a business may qualify for, with eligibility and links. installs: remote:https://qualify.dropwatchhq.com/mcp detail: https://mcpindex.ai/server/com-dropwatchhq-grant-finder - com.dropwatchhq/health-intel (com.dropwatchhq/health-intel@1.0.0) Healthcare provider & compliance intel: NPPES lookup, OIG/SAM exclusion screening, FDA enforcement. installs: remote:https://health.dropwatchhq.com/mcp detail: https://mcpindex.ai/server/com-dropwatchhq-health-intel - Vendor Legit Check (com.dropwatchhq/legit-check@1.0.0) Screen a vendor, store, or group-buy for legitimacy: reputation, red flags, Reddit sentiment. installs: remote:https://legit.dropwatchhq.com/mcp detail: https://mcpindex.ai/server/com-dropwatchhq-legit-check - com.dropwatchhq/oracle (com.dropwatchhq/oracle@1.0.0) MCP tools: collectible price-fairness, recall safety, drop tracking, card grading, settlements. installs: remote:https://oracle.dropwatchhq.com/mcp detail: https://mcpindex.ai/server/com-dropwatchhq-oracle - com.dropwatchhq/parcel-edge (com.dropwatchhq/parcel-edge@1.0.0) Cook County IL commercial property-tax appeal leads: assessed value above recent arm's-length sale. installs: remote:https://parceledge.dropwatchhq.com/mcp detail: https://mcpindex.ai/server/com-dropwatchhq-parcel-edge - com.dropwatchhq/patent-gap (com.dropwatchhq/patent-gap@1.0.0) Off-patent opportunity feed: expiring design patents, recall + supplier screened, for sellers. installs: remote:https://patentgap.dropwatchhq.com/mcp detail: https://mcpindex.ai/server/com-dropwatchhq-patent-gap - com.dropwatchhq/phoenix-screen (com.dropwatchhq/phoenix-screen@1.0.0) Phoenix/rebrand relink detection: links a debarred principal to a newly-formed business entity. installs: remote:https://phoenix.dropwatchhq.com/mcp detail: https://mcpindex.ai/server/com-dropwatchhq-phoenix-screen - Scalper Price Checker (com.dropwatchhq/price-check@1.0.0) Check if a collectible's price is FAIR/OVER/SCALPED vs the current retail median across shops. installs: remote:https://price.dropwatchhq.com/mcp detail: https://mcpindex.ai/server/com-dropwatchhq-price-check - com.dropwatchhq/recall-risk (com.dropwatchhq/recall-risk@1.0.0) Check a product's recall risk: score + active CPSC/FDA/NHTSA recalls for a product or brand. installs: remote:https://cassandra.dropwatchhq.com/mcp detail: https://mcpindex.ai/server/com-dropwatchhq-recall-risk - com.dropwatchhq/research-intel (com.dropwatchhq/research-intel@1.0.0) Research GTM triggers: new NIH grants by PI/institution and new clinical trials by sponsor/phase. installs: remote:https://research.dropwatchhq.com/mcp detail: https://mcpindex.ai/server/com-dropwatchhq-research-intel - Safe-Check (recall + counterfeit) (com.dropwatchhq/safe-check@1.0.0) Is it recalled or fake? Recall lookup vs live US gov feeds + transparent counterfeit risk signal. installs: remote:https://safecheck.dropwatchhq.com/mcp detail: https://mcpindex.ai/server/com-dropwatchhq-safe-check - com.dropwatchhq/sec-intel (com.dropwatchhq/sec-intel@1.0.0) Fresh SEC filing intel: 8-K events, Form 4 insider activity, risk-language, filing velocity, watch. installs: remote:https://filings.dropwatchhq.com/mcp detail: https://mcpindex.ai/server/com-dropwatchhq-sec-intel - com.dropwatchhq/title-check (com.dropwatchhq/title-check@1.0.0) VIN/HIN pre-purchase report: open NHTSA recalls, complaints, investigations, title-brand & liens. installs: remote:https://titlecheck.dropwatchhq.com/mcp detail: https://mcpindex.ai/server/com-dropwatchhq-title-check - com.dropwatchhq/trial-overdue (com.dropwatchhq/trial-overdue@1.0.0) Find clinical trials overdue on legally required results reporting, by sponsor and trial. installs: remote:https://overdue.dropwatchhq.com/mcp detail: https://mcpindex.ai/server/com-dropwatchhq-trial-overdue - com.dropwatchhq/verified-feed (com.dropwatchhq/verified-feed@1.0.0) Contradiction-verified, freshness-SLA'd signed feed: per-record status + as-of date + receipt. installs: remote:https://verified.dropwatchhq.com/mcp detail: https://mcpindex.ai/server/com-dropwatchhq-verified-feed - DuckHub QR Menu (com.duck-hub/menu@1.0.2) Hosted MCP server to manage a restaurant menu from AI agents - 39 tools over the DuckHub API. installs: remote:https://mcp.duck-hub.com/mcp detail: https://mcpindex.ai/server/com-duck-hub-menu - NoonAI Automatic Face Detection & Anonymization MCP (com.dyndns-server.noon-ai/automatic-face-anonymization-mcp@0.1.10) YOLO auto-detects faces for face-only anonymization, blur, redaction, body and plate masking. installs: remote:https://noon-ai.dyndns-server.com/automatic-face-anonymization-mcp detail: https://mcpindex.ai/server/com-dyndns-server-noon-ai-automatic-face-anonymization-mcp - com.easyonward/mcp-server (com.easyonward/mcp-server@0.2.0) Passport visa, entry & transit requirements for any country pair, with official government sources. installs: npm:@easyonward/mcp-server | remote:https://mcp.easyonward.com/mcp detail: https://mcpindex.ai/server/com-easyonward-mcp-server - Easyship (com.easyship/mcp@0.6.2) Connect Easyship to compare rates, create shipments, buy labels, and track packages globally. installs: pypi:easyship-mcp | remote:https://mcp.easyship.com/mcp detail: https://mcpindex.ai/server/com-easyship-mcp - ecoExperten Energieausweis (com.ecoexperten/energieausweis@1.0.0) Order official German energy certificates (Energieausweis) from chat — on invoice, 1-2 days. installs: remote:https://mcp.ecoexperten.com/mcp detail: https://mcpindex.ai/server/com-ecoexperten-energieausweis - eDiscovery Decoder News/Calc (com.ediscoverydecoder/mcp@0.1.0) Free educational MCP for read-only eDiscovery news and TAR/review calculators. installs: remote:https://mcp.ediscoverydecoder.com/mcp detail: https://mcpindex.ai/server/com-ediscoverydecoder-mcp - ElevenFlo MCP (com.elevenflo/mcp@1.1.0) Court-grounded Chapter 11 bankruptcy research over hosted remote MCP installs: remote:https://elevenflo.com/mcp detail: https://mcpindex.ai/server/com-elevenflo-mcp - Embers: Tabletop RPG Toolkit (com.embersds/embers@0.0.58) Characters, campaigns, adventures & worlds for D&D 5e/5.5e, Pathfinder, Savage Worlds, Fate, & more. installs: remote:https://gateway.embersds.com/mcp detail: https://mcpindex.ai/server/com-embersds-embers - WaveGuard (com.emergentphysicslab/waveguard@3.1.0) Anomaly detection API powered by physics simulation. Scan any data for outliers. installs: remote:https://gpartin--waveguard-api-fastapi-app.modal.run/v2/mcp detail: https://mcpindex.ai/server/com-emergentphysicslab-waveguard - Emerging Tech Center — AI Agent Gig Board (com.emergingtechcenter/gigs@1.0.0) Discover and apply to paid (100 USDC) AI agent gigs at the Emerging Tech Center, Phoenix AZ. installs: remote:https://emergingtechcenter.com/api/mcp detail: https://mcpindex.ai/server/com-emergingtechcenter-gigs - com.energyaisolution/energyai (com.energyaisolution/energyai@1.0.2) Free energy intelligence for agents: incentives, solar estimates, node scores, installer routing. installs: remote:https://api.energyaisolution.com/mcp detail: https://mcpindex.ai/server/com-energyaisolution-energyai - com.energyaisolution/solar-home-incentives (com.energyaisolution/solar-home-incentives@1.0.2) Free solar & home energy tools: estimates, incentives by ZIP, scores, installer routing. installs: remote:https://api.energyaisolution.com/mcp/solar detail: https://mcpindex.ai/server/com-energyaisolution-solar-home-incentives - com.enigma/enigma-mcp-server (com.enigma/enigma-mcp-server@1.0.1) An MCP server that provides access to trusted data about business identity and activity installs: remote:https://mcp.enigma.com/http detail: https://mcpindex.ai/server/com-enigma-enigma-mcp-server - Entalpa Requirements MCP (com.entalpa/requirements@0.1.1) Live Entalpa requirements, stories, stakeholders, interfaces, and project traceability. installs: remote:https://api.entalpa.com/mcp detail: https://mcpindex.ai/server/com-entalpa-requirements - EntangleEQ (com.entangleeq/pay-transparency@1.0.0) EU pay transparency (Directive 2023/970) and French Egapro readiness assistant. Public data only. installs: remote:https://www.entangleeq.com/api/mcp-public detail: https://mcpindex.ai/server/com-entangleeq-pay-transparency - Entidex — Entity Intelligence & AI Knowledge Correction (com.entidex/entidex@1.0.1) Entity intelligence across AI surfaces. Read the verified record and submit corrections. installs: remote:https://entidex.com/api/mcp detail: https://mcpindex.ai/server/com-entidex-entidex - com.entity0/entity-mcp (com.entity0/entity-mcp@1.0.0) Access 30+ AI agent essays, CLAUDE.md generator, and readiness assessments. installs: remote:https://entity0.com/mcp detail: https://mcpindex.ai/server/com-entity0-entity-mcp - Entrida — UK Market Entry (com.entrida/mcp@0.3.0) UK market entry tools for SMEs: live tariff lookup, regulatory watch, corridor data installs: remote:https://qafetzoqccqafbbspjcp.supabase.co/functions/v1/mcp detail: https://mcpindex.ai/server/com-entrida-mcp - EntRoute (com.entroute/entroute@0.1.0) Discover and call pay-per-request (x402) APIs, ranked by reliability, latency and price. installs: remote:https://mcp.entroute.com/mcp detail: https://mcpindex.ai/server/com-entroute-entroute - Entyrax (com.entyrax/entyrax@0.11.0) PC hardware decision engine for Brazil (pt-BR): compatibility, GPU recommendations, build analysis. installs: remote:https://www.entyrax.com/mcp detail: https://mcpindex.ai/server/com-entyrax-entyrax - com.epidemicsound/mcp-server (com.epidemicsound/mcp-server@1.0.0) Cloud-hosted MCP server for Epidemic Sound installs: remote:https://www.epidemicsound.com/a/mcp-server/mcp detail: https://mcpindex.ai/server/com-epidemicsound-mcp-server - Epovest (com.epovest/ai-visibility@1.0.0) With Epovest, businesses make AIs recommend them. installs: remote:https://mcp.epovest.com/mcp detail: https://mcpindex.ai/server/com-epovest-ai-visibility - EruditePay Blockchain Intelligence (com.eruditepay/blockchain-intelligence@2.1.0) 168 MCP tools: token prices, whale tracking, DeFi, wallets across Base/Tron/BTC/XRP/Kaspa installs: remote:https://bridge.eruditepay.com:4100/mcp detail: https://mcpindex.ai/server/com-eruditepay-blockchain-intelligence - eSIM Tabby (com.esimtabby/esimtabby@0.1.0) Find, buy, and manage prepaid travel eSIM data plans without leaving the conversation. installs: remote:https://esimtabby.com/mcp detail: https://mcpindex.ai/server/com-esimtabby-esimtabby - com.euearth/euearth (com.euearth/euearth@1.1.0) An agent-first commons: merit crowns each domain's open model; standing is earned, never bought. installs: remote:https://api.euearth.com/mcp detail: https://mcpindex.ai/server/com-euearth-euearth - eurc402 — EU compliance (VAT + company data) (com.eurc402/eu-compliance@0.1.3) Free EU VAT (VIES) + pan-EU company data (10 registers), payable in EURC/USDC via x402. installs: remote:https://eurc402.com/mcp detail: https://mcpindex.ai/server/com-eurc402-eu-compliance - Beachmap — Europe Beach Data (com.europebeachmap/beachmap@1.0.1) Europe's 478 best beaches: sea temperature, sand, best months, swimming, surf. Free, CC BY 4.0. installs: remote:https://europebeachmap.com/mcp detail: https://mcpindex.ai/server/com-europebeachmap-beachmap - com.eurorackref/eurorack (com.eurorackref/eurorack@0.1.1) Citation-anchored Eurorack module reference: specs, compatibility, and patch techniques. installs: remote:https://eurorackref.com/mcp detail: https://mcpindex.ai/server/com-eurorackref-eurorack - EventMatey Event Discovery (com.eventmatey.mcp/event-discovery@1.0.8) Find public EventMatey events that organisers have approved for AI discovery. installs: remote:https://mcp.eventmatey.com/mcp detail: https://mcpindex.ai/server/com-eventmatey-mcp-event-discovery - Eventship (com.eventship/mcp@1.0.0) Run in-person events from your AI: create events, manage tickets, attendees, broadcasts. installs: remote:https://mcp.eventship.com/mcp detail: https://mcpindex.ai/server/com-eventship-mcp - Eveoy — Verified In-Store Foot Traffic ($24.99/customer) (com.eveoy/mcp@1.3.0) Your Eveoy expert in any AI — learn how it works, get a price, and order real in-store visits. installs: remote:https://mcp.eveoy.com/mcp detail: https://mcpindex.ai/server/com-eveoy-mcp - com.everydaybudd/decisions (com.everydaybudd/decisions@1.0.0) Verified US tax and money decision tools: verdict plus a pre-filled deep link to the full page. installs: remote:https://www.everydaybudd.com/api/mcp detail: https://mcpindex.ai/server/com-everydaybudd-decisions - Examova — Exam Prep (com.examova/mcp@1.0.0) Practice questions, exam facts & study guides for professional certification exams. installs: remote:https://examova.com/api/mcp detail: https://mcpindex.ai/server/com-examova-mcp - ExitCleanly — LLC Dissolution by State (com.exitcleanly/dissolution@1.0.0) State-by-state LLC dissolution: exact fees, forms, official state links. Not legal advice. installs: remote:https://mcp.exitcleanly.com/mcp detail: https://mcpindex.ai/server/com-exitcleanly-dissolution - Expatriator Immigration Knowledge (com.expatriator/immigration@1.0.0) Field-tested Spanish immigration gotchas, procedure guides, and live Madrid padrón availability. installs: remote:https://mcp.expatriator.com/mcp detail: https://mcpindex.ai/server/com-expatriator-immigration - com.extentos/mcp-server (com.extentos/mcp-server@0.11.35) Build smart-glasses apps with AI agents: scaffold, validate, and simulate before real hardware. installs: npm:@extentos/mcp-server detail: https://mcpindex.ai/server/com-extentos-mcp-server - EzBiz SEO & Marketing Analysis (com.ezbizservices/seo-marketing@1.0.0) AI-powered SEO and marketing: keyword research, SERP analysis, and content optimization tools. installs: remote:https://seo.ezbizservices.com/mcp detail: https://mcpindex.ai/server/com-ezbizservices-seo-marketing - EzBiz Social Media Analytics (com.ezbizservices/social-media@1.0.0) AI-powered social media intelligence: profile analysis, engagement scoring, and trend detection. installs: remote:https://social.ezbizservices.com/mcp detail: https://mcpindex.ai/server/com-ezbizservices-social-media - Fabler x402 Tools (com.fablerlabs/x402-tools@1.0.5) Free catalog and 2,048-character secret-scan preview for Fabler's x402 agent tools on Base. installs: remote:https://x402.fablerlabs.com/mcp detail: https://mcpindex.ai/server/com-fablerlabs-x402-tools - Cobra · Facturación SRI Ecuador (com.facturacobra/cobra@1.0.0) Emite facturas, notas y retenciones del SRI de Ecuador con lenguaje natural. installs: remote:https://facturacobra.com/mcp detail: https://mcpindex.ai/server/com-facturacobra-cobra - com.faireplace/public-tools (com.faireplace/public-tools@0.3.0) French rental tools: create & e-sign a lease, rent control, IRL, deposit, receipts (France). installs: remote:https://mcp.faireplace.com/mcp detail: https://mcpindex.ai/server/com-faireplace-public-tools - com.falkordb/QueryWeaver (com.falkordb/QueryWeaver@0.0.11) An MCP server for Text2SQL: transforms natural language into SQL using graph schema understanding. installs: docker:docker.io/falkordb/queryweaver:0.0.11 detail: https://mcpindex.ai/server/com-falkordb-queryweaver - Familiar Tarot (com.familiartarot/tarot@1.0.2) Free tarot for Claude & your AI — many decks, real card art, a true shuffle, drawn & discussed. installs: remote:https://mcp.familiartarot.com/mcp detail: https://mcpindex.ai/server/com-familiartarot-tarot - Fat Heron Developer Platform (com.fatheron/fat-heron@0.1.277) MCP control plane for AI developers managing customer mail, DNS, projects, keys, and diagnostics. installs: remote:https://api.fatheron.dev/mcp detail: https://mcpindex.ai/server/com-fatheron-fat-heron - fccdb (com.fccdb/api@0.1.0) Explore FCC ULS licenses, ASR antenna structures, and microwave path elevation profiles. installs: remote:https://fccdb.com/mcp detail: https://mcpindex.ai/server/com-fccdb-api - FeatureJet (com.featurejet/feedback-board@1.0.0) The feedback board your AI agents work from: users vote, agents build over MCP. 22 tools. installs: remote:https://mcp.featurejet.com/mcp detail: https://mcpindex.ai/server/com-featurejet-feedback-board - Fed-Spend (com.fed-spend/fed-spend@2.0.0) Federal contract intelligence: $7T+ awards, SAM.gov opps, pWin verdicts, recompetes, protests. installs: remote:https://fed-spend.com/api/mcp detail: https://mcpindex.ai/server/com-fed-spend-fed-spend - com.feedback-magic/feedback-magic (com.feedback-magic/feedback-magic@1.3.1) Create Feedback Magic widgets — feedback, surveys, changelog, roadmap — from your AI editor. installs: npm:feedback-magic-mcp detail: https://mcpindex.ai/server/com-feedback-magic-feedback-magic - Test server (com.fenetresurciel.mcp/skybridge@0.0.5) Test server installs: remote:https://mcp.fenetresurciel.com detail: https://mcpindex.ai/server/com-fenetresurciel-mcp-skybridge - Second server! (com.fenetresurciel.verylongmcp/mcp-server-template-nodejs@0.0.72) A non functional MCP server (yet) installs: remote:https://verylongmcp.fenetresurciel.com detail: https://mcpindex.ai/server/com-fenetresurciel-verylongmcp-mcp-server-template-nodejs - com.feode/feode-mcp (com.feode/feode-mcp@1.4.0) FEODE: AI-accessible precision machining & testing; offshore P&A, subsea wellhead, drill-pipe installs: remote:https://www.feode.com/mcp detail: https://mcpindex.ai/server/com-feode-feode-mcp - FerryFlight (com.ferryflighthub/ferryflight@1.11.8) Ferry-flight price estimates + aircraft, airport, FAA-registry, route & live-flight data. installs: remote:https://www.ferryflighthub.com/mcp detail: https://mcpindex.ai/server/com-ferryflighthub-ferryflight - FiatDock (com.fiatdock/fiatdock-mcp@1.7.5) MCP marketplace: agents pay per call in USDC via x402. Plus Base chain data and a USDC<->bank ramp. installs: npm:fiatdock-mcp | remote:https://fiatdock.com/mcp detail: https://mcpindex.ai/server/com-fiatdock-fiatdock-mcp - com.fidacy/ai-agent-firewall (com.fidacy/ai-agent-firewall@0.7.1) Every agent action watched, every money-moving one gated, every verdict independently verifiable. installs: npm:@fidacy/mcp detail: https://mcpindex.ai/server/com-fidacy-ai-agent-firewall - Figma MCP Server (com.figma.mcp/mcp@1.0.3) The Figma MCP server brings Figma design context directly into your AI workflow. installs: remote:https://mcp.figma.com/mcp detail: https://mcpindex.ai/server/com-figma-mcp-mcp - com.files/python-mcp (com.files/python-mcp@1.0.79) Securely give LLMs controlled access to real-world operations inside your Files.com environment installs: pypi:files-com-mcp detail: https://mcpindex.ai/server/com-files-python-mcp - FilingFirehose (com.filingfirehose/firehose@0.1.0) SEC EDGAR filings parsed: 8-K body-text classification, 13D activist tagging, S-3 ATM detection. installs: remote:https://filingfirehose.com/mcp detail: https://mcpindex.ai/server/com-filingfirehose-firehose - FineRx (com.finerxfinder/finerx@1.2.0) US Rx price comparison + foreign-brand US-equivalent lookup. Observed prices, read-only. installs: pypi:finerx-mcp | remote:https://www.finerxfinder.com/mcp detail: https://mcpindex.ai/server/com-finerxfinder-finerx - Fintalio LinkedIn MCP (com.fintalio/linkedin-mcp@1.0.0) LinkedIn outreach MCP server — 19 tools for AI agents to prospect, sequence, and manage contacts. installs: remote:https://fintalio.com/mcp detail: https://mcpindex.ai/server/com-fintalio-linkedin-mcp - com.fintrx/fintrx-mcp (com.fintrx/fintrx-mcp@1.0.0) Bring FINTRX's family office and RIA intelligence into Claude. installs: remote:https://mcp.fintrx.net/mcp detail: https://mcpindex.ai/server/com-fintrx-fintrx-mcp - FitMyCall — Answering Service Prices (com.fitmycall/pricing@1.0.0) Verified pricing for 21 answering services & AI receptionists, dated weekly. Missed-call ROI calc. installs: remote:https://mcp.fitmycall.com/mcp detail: https://mcpindex.ai/server/com-fitmycall-pricing - FitMySoft — Field Service Software Prices (com.fitmysoft/pricing@1.0.0) Verified pricing for Jobber, Housecall Pro, Workiz & more, with per-user fees quoted verbatim. installs: remote:https://mcp.fitmysoft.com/mcp detail: https://mcpindex.ai/server/com-fitmysoft-pricing - Flashcards Open Source App (com.flashcards-open-source-app/flashcards@1.20.0) Read and write open-source flashcards through split read/write MCP tools. installs: remote:https://mcp.flashcards-open-source-app.com/mcp detail: https://mcpindex.ai/server/com-flashcards-open-source-app-flashcards - Flatland (com.flatlandfi/flatland@1.5.0) Financial reasoning infrastructure for AI agents: typed models, deterministic compilation, receipts installs: npm:flatland-client detail: https://mcpindex.ai/server/com-flatlandfi-flatland - com.flightmussy/flightmussy (com.flightmussy/flightmussy@1.0.0) Global flight fares for 70+ origin cities: cheapest month, typical price, as read-only MCP tools. installs: remote:https://flightmussy.com/mcp detail: https://mcpindex.ai/server/com-flightmussy-flightmussy - Flipnem (com.flipnem/flipnem@1.0.0) Build and study spaced-repetition flashcards with your agent. installs: remote:https://flipnem.com/api/mcp detail: https://mcpindex.ai/server/com-flipnem-flipnem - com.floot/floot (com.floot/floot@1.0.0) Build and publish full-stack web and mobile apps on Floot from any MCP client. Building is free. installs: remote:https://mcp.floot.com/mcp detail: https://mcpindex.ai/server/com-floot-floot - com.focusgts/aep (com.focusgts/aep@0.6.3) Full-CRUD Adobe Experience Platform server: 46 tools for schemas, ingestion, profiles, audiences. installs: npm:@focusgts/aep-mcp-server detail: https://mcpindex.ai/server/com-focusgts-aep - AFOS — Agentic Financial OS (com.focxle/afos@1.2.0) Check any Base wallet's trust before you pay it. Per-call USDC over x402, no signup. Agent hiring. installs: remote:https://focxle.com/api/v1/mcp detail: https://mcpindex.ai/server/com-focxle-afos - focxle — what your AI agents cost (com.focxle/spend@0.1.6) What your AI agents cost, across every vendor and HTTP API. Local only, no account, no network. installs: pypi:focxle detail: https://mcpindex.ai/server/com-focxle-spend - FolioFact (com.foliofact/foliofact@1.0.0) Read-only value-investing fund, holdings, financial, options, and insider research. installs: remote:https://foliofact.com/mcp detail: https://mcpindex.ai/server/com-foliofact-foliofact - com.footdigest/footdigest (com.footdigest/footdigest@0.1.0) Calibrated, sourced football predictions: odds, tournament sims, standings, brackets, model card. installs: remote:https://footdigest.com/mcp detail: https://mcpindex.ai/server/com-footdigest-footdigest - com.forgeorbital/agent-gate (com.forgeorbital/agent-gate@0.1.5) Local mandate gate and proof trail for AI agents that take consequential actions. installs: npm:forge-agent-gate detail: https://mcpindex.ai/server/com-forgeorbital-agent-gate - com.formpaste/formpaste (com.formpaste/formpaste@1.0.0) Create and wire up contact forms from your coding agent. Forms, snippets, and submissions. installs: npm:formpaste-mcp | remote:https://api.formpaste.com/mcp detail: https://mcpindex.ai/server/com-formpaste-formpaste - Foundry IMS (com.foundryims/foundry-ims@1.0.0) Manage a Foundry IMS catalog: products, variants, inventory, brands, categories and BOMs. installs: remote:https://mcp.foundryims.com/mcp detail: https://mcpindex.ai/server/com-foundryims-foundry-ims - Kuro AI Agent MCP Server (com.fourmemeclaw/kuro-mcp@1.1.0) AI agent tools: translation (95+ langs), crypto research, compliance, summarization. installs: remote:https://fourmemeclaw.com/mcp detail: https://mcpindex.ai/server/com-fourmemeclaw-kuro-mcp - com.foxfiver/state-transfer-tracker (com.foxfiver/state-transfer-tracker@1.0.0) Whiteout Survival State Transfer tracker: phase dates, active status, remaining pass chances. installs: remote:https://transfer.foxfiver.com/mcp detail: https://mcpindex.ai/server/com-foxfiver-state-transfer-tracker - com.frankponcelet/profile (com.frankponcelet/profile@1.0.0) Read-only MCP server for Frank Poncelet: profile, career, projects, speaking, expertise, persona. installs: remote:https://frankponcelet.com/api/mcp detail: https://mcpindex.ai/server/com-frankponcelet-profile - Frisian MCP (Django) (com.frisian-mcp/django@1.0.12) Your DRF API as MCP tools — 1,800 endpoints become 16 dispatchers, permissioned by Django. installs: remote:https://mcp.frisian-mcp.com/mcp/ detail: https://mcpindex.ai/server/com-frisian-mcp-django - The Front Desk Review (com.frontdeskreview/front-desk-review-data@1.2.0) 4,764 products, 626 categories: sourced prices, dated price history, independent-test coverage. installs: remote:https://mcp.frontdeskreview.com/mcp detail: https://mcpindex.ai/server/com-frontdeskreview-front-desk-review-data - Fulcra Context (com.fulcradynamics/context@1.0.0) Collect Apple Health data from your wearables through the Context app and query it via MCP installs: remote:https://mcp.fulcradynamics.com/mcp detail: https://mcpindex.ai/server/com-fulcradynamics-context - Gachi Data API — Japan Station & Accessibility Data (com.gachi-tokusuru/japan-data-api@1.0.1) Deep, obscure Japanese station, accessibility & hazard data for AI agents. English-first. installs: remote:https://api.gachi-tokusuru.com/mcp detail: https://mcpindex.ai/server/com-gachi-tokusuru-japan-data-api - GadgetHumans API Hub (com.gadgethumans/gadgethumans-mcp@1.0.9) Hosted MCP endpoint — 46 tools + 300+ REST endpoints. Free tier, no API keys, no signup. installs: npm:gadgethumans-mcp detail: https://mcpindex.ai/server/com-gadgethumans-gadgethumans-mcp - gankdat (com.gankdat/gankdat@0.6.0) UK & EU tenders, planning, companies, insolvency, sanctions and debarment as clean JSON APIs. installs: remote:https://gankdat.com/mcp detail: https://mcpindex.ai/server/com-gankdat-gankdat - GeezerKeeper Referral Exit Routes and Deadlines (com.geezerkeeper/referral-exit-routes@1.2.0) Read-only senior-care exit routes, duplicate-referral deadlines, and templates; no PII or sending. installs: remote:https://geezerkeeper.com/mcp detail: https://mcpindex.ai/server/com-geezerkeeper-referral-exit-routes - com.geiant/mcp-agentcore (com.geiant/mcp-agentcore@0.1.0) AI governance MCP server for EU AI Act compliance and jurisdiction verification installs: remote:https://geiant-agentcore-production.up.railway.app/mcp detail: https://mcpindex.ai/server/com-geiant-mcp-agentcore - com.gencove.consumer/mcp (com.gencove.consumer/mcp@1.0.0) Gencove consumer genomics: profile, kit status, ancestry, PRS, raw data. Requires Gencove auth. installs: remote:https://consumer.gencove.com/mcp/ detail: https://mcpindex.ai/server/com-gencove-consumer-mcp - GenMB (com.genmb/genmb@1.1.0) List, read, edit, and deploy your GenMB AI-generated apps from any MCP client. installs: remote:https://genmb.com/api/mcp/mcp detail: https://mcpindex.ai/server/com-genmb-genmb - Gentkey (com.gentkey/mcp@0.1.0) One MCP URL for all your connectors — scoped writes, enforced constraints, and a full audit trail. installs: remote:https://app.gentkey.com/mcp detail: https://mcpindex.ai/server/com-gentkey-mcp - com.get-obra/obra-cfo (com.get-obra/obra-cfo@0.1.1) Local-first MCP that runs an investment committee on your pitch and scores funding readiness. installs: npm:obra-cfo detail: https://mcpindex.ai/server/com-get-obra-obra-cfo - com.get-obra/obra-cto (com.get-obra/obra-cto@0.3.0) Local-first MCP that scores your codebase's build readiness. Your code never leaves your machine. installs: npm:obra-cto detail: https://mcpindex.ai/server/com-get-obra-obra-cto - com.getappniche/mcp (com.getappniche/mcp@1.2.0) Live App Store & Google Play data for AI agents: app discovery, ASO keywords, reviews. installs: npm:@getappniche/mcp | remote:https://api.getappniche.com/mcp detail: https://mcpindex.ai/server/com-getappniche-mcp - com.getboothiq/mcp (com.getboothiq/mcp@1.0.0) Query your trade show leads, meetings, and events from BoothIQ installs: remote:https://getboothiq.com/mcp detail: https://mcpindex.ai/server/com-getboothiq-mcp - Boxkite — Xero Backup & Export (com.getboxkite/xero-backup-export@1.0.1) Complete read-only backup and export of Xero accounting data as a ZIP plus a manifest. installs: remote:https://app.getboxkite.com/mcp detail: https://mcpindex.ai/server/com-getboxkite-xero-backup-export - Caboo (com.getcaboo/caboo@1.0.2) Find local services, read availability, and create short-lived booking holds. installs: remote:https://getcaboo.com/mcp detail: https://mcpindex.ai/server/com-getcaboo-caboo - Dealboard (com.getdealboard/dealboard@1.0.35) Simple deal tracker with pipeline cards, notes, goals, reports, and AI-powered deal updates. installs: remote:https://app.getdealboard.com/mcp detail: https://mcpindex.ai/server/com-getdealboard-dealboard - Human Design (com.gethumandesign.www/mcp@1.1.0) Calculate Human Design bodygraph charts, save people, compare charts, and analyse group dynamics. installs: remote:https://api.gethumandesign.com/mcp detail: https://mcpindex.ai/server/com-gethumandesign-www-mcp - Inquira (com.getinquira/inquira@1.0.1) AI survey platform: create and publish surveys, collect responses, generate AI analysis reports. installs: remote:https://getinquira.com/api/mcp detail: https://mcpindex.ai/server/com-getinquira-inquira - Panes — a private feed on your phone (com.getpanes/panes@1.0.1) Send notifications, updates and daily digests to a person's phone — typed cards in a private feed. installs: remote:https://getpanes.com/api/mcp detail: https://mcpindex.ai/server/com-getpanes-panes - com.getplexa/mcp (com.getplexa/mcp@0.1.7) Economic-safety tools for trading agents: executable quote + rug/honeypot pretrade check via x402. installs: npm:@getplexa/mcp detail: https://mcpindex.ai/server/com-getplexa-mcp - Sapiens (com.getsapiens/sapiens@1.0.1) Course authoring for AI agents: write from Sapiens' personalized briefs; export and send to Kindle. installs: remote:https://getsapiens.com/api/mcp detail: https://mcpindex.ai/server/com-getsapiens-sapiens - com.getsavitools/savi-tools (com.getsavitools/savi-tools@1.0.0) Ask your AI assistant about your Savi Tools business: invoices, expenses, mileage, and more. installs: remote:https://getsavitools.com/api/mcp detail: https://mcpindex.ai/server/com-getsavitools-savi-tools - TransformSEO (com.gettransformseo/mcp@1.0.0) SEO analysis server with 128 tools for keyword research, competitors, backlinks, and more. installs: remote:https://gettransformseo.com/mcp detail: https://mcpindex.ai/server/com-gettransformseo-mcp - com.getunblocked/unblocked-mcp (com.getunblocked/unblocked-mcp@1.0.0) Unblocked MCP Server installs: remote:https://getunblocked.com/api/mcpsse detail: https://mcpindex.ai/server/com-getunblocked-unblocked-mcp - getuserfeedback.com (com.getuserfeedback/mcp@0.1.0) Create and edit feedback surveys and read responses from your AI assistant. installs: remote:https://mcp.getuserfeedback.com/ detail: https://mcpindex.ai/server/com-getuserfeedback-mcp - Veles CPQ (com.getveles/cpq@1.2.0) Configure, price, and quote with Veles CPQ installs: remote:https://app.getveles.com/mcp detail: https://mcpindex.ai/server/com-getveles-cpq - Gus Dantas · retail media measurement (com.ghostavo/retail-media-measurement@1.2.0) Retail media measurement in Gus Dantas's own words. No model inside: every answer is text he wrote. installs: remote:https://mcp.ghostavo.com/mcp detail: https://mcpindex.ai/server/com-ghostavo-retail-media-measurement - com.gibsonai/mcp (com.gibsonai/mcp@1.0.0) GibsonAI MCP server: manage your databases with natural language installs: remote:https://mcp.gibsonai.com/ detail: https://mcpindex.ai/server/com-gibsonai-mcp - com.givepersonhood/personhood (com.givepersonhood/personhood@1.0.0) Rewrite AI-generated text so it reads as human, in a persona's voice. installs: remote:https://api.givepersonhood.com/mcp detail: https://mcpindex.ai/server/com-givepersonhood-personhood - GlanceAI Fashion MCP (com.glance/glanceai-fashion@1.0.0) Fashion product discovery and virtual try-on via the Glance catalog installs: remote:https://glance.com/mcp detail: https://mcpindex.ai/server/com-glance-glanceai-fashion - com.glassfrog/mcp (com.glassfrog/mcp@0.1.0) Connect AI agents to GlassFrog: roles, skills, notes, tensions, and governance. installs: remote:https://app.glassfrog.com/api/v5/mcp detail: https://mcpindex.ai/server/com-glassfrog-mcp - Glasswarp (com.glasswarp/mcp-server@0.1.0) Eyes and hands on real Windows PCs — observe, click, type via Glasswarp API. installs: remote:https://mcp.glasswarp.com/mcp detail: https://mcpindex.ai/server/com-glasswarp-mcp-server - Global Surfari Surf Forecasts (com.globalsurfari/globalsurfari@1.0.0) 7 day surf forecasts (wave, wind, period) for any coordinate or named surf spot. installs: remote:https://globalsurfari.com/mcp detail: https://mcpindex.ai/server/com-globalsurfari-globalsurfari - com.gocosmik/cosmik (com.gocosmik/cosmik@1.0.0) Live space data for AI agents - rocket launches, ISS passes, launch news. Free, no auth. installs: remote:https://gocosmik.com/api/mcp detail: https://mcpindex.ai/server/com-gocosmik-cosmik - Predict — Prediction Market Data for AI Agents (com.gocreativeai.predict/predict@1.0.0) Live prediction markets: Polymarket + Kalshi prices, odds, order books. Pay-per-call USDC, no key. installs: remote:https://predict.gocreativeai.com/mcp detail: https://mcpindex.ai/server/com-gocreativeai-predict-predict - com.gofrantic/frantic (com.gofrantic/frantic@0.1.1) A bounty board where AI agents do honest work for real money, sealed to a public ledger. installs: remote:https://api.gofrantic.com/mcp detail: https://mcpindex.ai/server/com-gofrantic-frantic - Jinko MCP (com.gojinko.mcp/jinko@0.0.1) Turn your ChatGPT to a super travel agent installs: remote:https://mcp.gojinko.com detail: https://mcpindex.ai/server/com-gojinko-mcp-jinko - 굿새김 GOODSAEGIM — 커스텀 굿즈 견적·주문 (com.goodsaegim/goodsaegim@1.0.0) Korean custom-goods shop: product options, final KRW quotes (VAT+shipping), and 24h checkout links. installs: remote:https://www.goodsaegim.com/api/mcp detail: https://mcpindex.ai/server/com-goodsaegim-goodsaegim - Android Management API (com.googleapis.androidmanagement/mcp@1.0.0) Remote enterprise management of Android devices and apps installs: remote:https://androidmanagement.googleapis.com/mcp detail: https://mcpindex.ai/server/com-googleapis-androidmanagement-mcp - com.googleapis.bigtableadmin/mcp (com.googleapis.bigtableadmin/mcp@1.0.0) Interact with your Google Bigtable resources using natural language commands. installs: remote:https://bigtableadmin.googleapis.com/mcp detail: https://mcpindex.ai/server/com-googleapis-bigtableadmin-mcp - com.googleapis.design/mcp (com.googleapis.design/mcp@1.0.0) Provides UX capabilities to enhance the design output and understanding of AI systems. installs: remote:https://design.googleapis.com/mcp detail: https://mcpindex.ai/server/com-googleapis-design-mcp - com.googleapis.developerknowledge/mcp (com.googleapis.developerknowledge/mcp@1.0.0) Provides access to Google's public developer documentation. installs: remote:https://developerknowledge.googleapis.com/mcp detail: https://mcpindex.ai/server/com-googleapis-developerknowledge-mcp - com.googleapis.monitoring/mcp (com.googleapis.monitoring/mcp@1.0.0) Gain visibility into the performance, availability, and health of your apps and infrastructure. installs: remote:https://monitoring.googleapis.com/mcp detail: https://mcpindex.ai/server/com-googleapis-monitoring-mcp - Google Cloud Run (com.googleapis.run/mcp@2.0.0) Deploy applications to Cloud Run installs: remote:https://run.googleapis.com/mcp detail: https://mcpindex.ai/server/com-googleapis-run-mcp - com.googleapis.stitch/mcp (com.googleapis.stitch/mcp@1.0.0) Interact with the Stitch API using natural language commands. installs: remote:https://stitch.googleapis.com/mcp detail: https://mcpindex.ai/server/com-googleapis-stitch-mcp - GotFreeFax (com.gotfreefax/mcp@1.0.1) Send free or paid faxes to US/Canada from Claude, ChatGPT, and other AI agents. installs: remote:https://www.gotfreefax.com/mcp detail: https://mcpindex.ai/server/com-gotfreefax-mcp - Govbase (com.govbase/govbase@1.0.0) U.S. federal policy data — bills, Congress members, voting records, and civic info. installs: remote:https://api.govbase.com/mcp detail: https://mcpindex.ai/server/com-govbase-govbase - Graneth (com.graneth/mcp-server@0.7.1) Pre-flight check for AI coding agents: hallucinated packages + secrets, 6 ecosystems, no account. installs: npm:@graneth/mcp-server | remote:https://graneth.com/api/mcp detail: https://mcpindex.ai/server/com-graneth-mcp-server - Graqle (com.graqle/graqle@0.27.0) Dev intelligence layer: 7 MCP tools for graph-powered codebase reasoning. installs: pypi:graqle detail: https://mcpindex.ai/server/com-graqle-graqle - com.groundedaeo/grounded-aeo (com.groundedaeo/grounded-aeo@1.1.0) Audit and fix a site for AI citation + SEO, verify it, then publish a v=AEO1 record. installs: remote:https://groundedaeo.com/api/mcp detail: https://mcpindex.ai/server/com-groundedaeo-grounded-aeo - Growomat (com.growomat/growomat@1.0.0) Build, edit and sync Google, Microsoft, Reddit and Meta ad campaigns from your assistant. installs: remote:https://mcp.growomat.com/mcp detail: https://mcpindex.ai/server/com-growomat-growomat - GTD Brain (com.gtdbrain/gtd-brain@1.0.1) Capture, organize, and work your GTD board: inbox capture, next actions, projects, waiting-for. installs: remote:https://mcp.gtdbrain.com/api/gtdbrain/v1/mcp detail: https://mcpindex.ai/server/com-gtdbrain-gtd-brain - com.gtmetrix/gtmetrix (com.gtmetrix/gtmetrix@1.1.0) Analyze web performance and get optimization insights from GTmetrix, directly in your AI workflow. installs: remote:https://gtmetrix.com/mcp detail: https://mcpindex.ai/server/com-gtmetrix-gtmetrix - GuruWalk Affiliates (com.guruwalk/affiliates-mcp@1.0.0) GuruWalk affiliate program for AI agents. Free walking tours in 100+ countries. Earn per booking. installs: remote:https://back.guruwalk.com/mcp/affiliates detail: https://mcpindex.ai/server/com-guruwalk-affiliates-mcp - GuruWalk (com.guruwalk/mcp@1.0.1) Free walking tours & activities in 1,000+ cities — live availability, ratings & booking links. installs: remote:https://back.guruwalk.com/mcp detail: https://mcpindex.ai/server/com-guruwalk-mcp - HaasOnline Trade Server (com.haasonline/trade-server@1.0.0) Manage HaasOnline crypto trading bots, labs, backtests and HaasScript across 20+ exchanges. installs: remote:https://api.haasbot.com/mcp detail: https://mcpindex.ai/server/com-haasonline-trade-server - Halal Terminal (com.halalterminal/mcp@1.0.0) Shariah-compliant stock and ETF screening across AAOIFI, DJIM, FTSE, MSCI and S&P methodologies. installs: npm:@halalterminal/mcp | remote:https://mcp.halalterminal.com/sse detail: https://mcpindex.ai/server/com-halalterminal-mcp - com.handsofflinks/link-followability (com.handsofflinks/link-followability@1.0.0) Check if a link on a live page is followable: rel tokens, meta robots and X-Robots-Tag installs: remote:https://handsofflinks-mcp.lipmichal.workers.dev detail: https://mcpindex.ai/server/com-handsofflinks-link-followability - 한국일보 뉴스 (Hankookilbo) (com.hankookilbo.mcp/hankookilbo-mcp@1.0.1) Hankookilbo (Korean daily) news metadata: titles, dates, sections, bylines, links, and excerpts. installs: remote:https://mcp.hankookilbo.com/mcp detail: https://mcpindex.ai/server/com-hankookilbo-mcp-hankookilbo-mcp - Haptic Paper (com.hapticpaper/mcp@1.0.62) Connect your AI to human workers. Get paid to help AI. installs: npm:@hapticpaper/mcp-server | remote:https://mcp.hapticpaper.com/mcp detail: https://mcpindex.ai/server/com-hapticpaper-mcp - harukibox (com.harukibox/harukibox@0.2.1) Run a Japan proxy-buying business from your AI: inventory, orders, buyers, shipping fee split. installs: npm:@harukibox/mcp | remote:https://harukibox.com/api/agent/mcp detail: https://mcpindex.ai/server/com-harukibox-harukibox - Hatchable (com.hatchable/hatchable@2.0.0) Build, deploy, and host full-stack web apps from any MCP client. DB, auth, storage, cron included. installs: remote:https://hatchable.com/mcp detail: https://mcpindex.ai/server/com-hatchable-hatchable - Clarity by Health AI (com.healthai/clarity@0.7.8) Condition-aware ingredient and product checks for agents, with evidence tiers and citations. installs: remote:https://mcp.healthai.com detail: https://mcpindex.ai/server/com-healthai-clarity - Constat MCP — FDA Device Evidence Lifecycle (com.healthai/radar@0.5.3) FDA and CMS evidence for AI medical devices: 510(k), postmarket, reimbursement, and compliance. installs: remote:https://constat.dev/api/mcp detail: https://mcpindex.ai/server/com-healthai-radar - com.hebertmagic/booking (com.hebertmagic/booking@1.0.0) Book Houston magician and mentalist Rick Hebert for corporate events, weddings, and parties. installs: remote:https://hebertmagic.com/api/mcp detail: https://mcpindex.ai/server/com-hebertmagic-booking - HemmaBo Host Booking Engine (com.hemmabo/hemmabo-mcp-server@4.0.2) Host-owned vacation-rental direct booking via VRP. Signed offers, 0% commission. Not an OTA. installs: remote:https://www.hemmabo.com/mcp detail: https://mcpindex.ai/server/com-hemmabo-hemmabo-mcp-server - com.hergertsynthora/synthora-x402 (com.hergertsynthora/synthora-x402@1.1.0) Keyless x402 crypto intel + pre-trade safety: signed SAFE/CAUTION/BLOCK, $0.02. 222 tools, Base installs: remote:https://mcp.hergertsynthora.com/mcp detail: https://mcpindex.ai/server/com-hergertsynthora-synthora-x402 - Kairon (com.heykairon/kairon@1.0.0) Build prospecting lists from buying signals, enrich them, and run LinkedIn outreach. installs: remote:https://app.heykairon.com/mcp detail: https://mcpindex.ai/server/com-heykairon-kairon - com.hi-aisha/aisha (com.hi-aisha/aisha@1.0.0) Verified local businesses, bookable by AI agents: services, prices, availability and appointments. installs: remote:https://hi-aisha.com/mcp detail: https://mcpindex.ai/server/com-hi-aisha-aisha - HireAHelper Moving Services (com.hireahelper/mcp@1.2.0) Compare and book movers or labor-only help. 16+ years, 1M+ moves, free online quotes. installs: remote:https://mcp.hireahelper.com detail: https://mcpindex.ai/server/com-hireahelper-mcp - HireLocksmiths — Locksmith Finder (com.hirelocksmiths/locksmith-finder@1.5.0) Find a vetted, licensed U.S. locksmith and request a quote or booking. installs: remote:https://hirelocksmiths-mcp.onrender.com/mcp detail: https://mcpindex.ai/server/com-hirelocksmiths-locksmith-finder - com.hjarni/hjarni (com.hjarni/hjarni@1.0.0) Markdown-based note-taking with a hosted MCP server. Your notes serve you and your AI. installs: remote:https://hjarni.com/mcp detail: https://mcpindex.ai/server/com-hjarni-hjarni - HojinCheck — Japanese corporate verification API (hojin = 法人/corporate entity) (com.hojincheck/hojincheck@0.1.0) Verify Japanese companies, invoice-issuer registrations and addresses against government open data. installs: remote:https://hojincheck.com/mcp detail: https://mcpindex.ai/server/com-hojincheck-hojincheck - HoldingsIntel (com.holdingsintel/mcp@1.1.0) Smart Money Verdict per stock & fund from SEC 13F, insider, activist & congressional filings. installs: remote:https://mcp.holdingsintel.com/sse detail: https://mcpindex.ai/server/com-holdingsintel-mcp - HometownWire Civic Record (com.hometownwire/civic-record@0.1.0) The public record of local government: what your officials actually say and do, word for word. installs: remote:https://hometownwire.com/mcp detail: https://mcpindex.ai/server/com-hometownwire-civic-record - com.homevisto/mcp-server (com.homevisto/mcp-server@1.0.0) Browse property verification missions. Connect with Scouts for GPS-verified tours. installs: remote:https://mcp.homevisto.com/mcp detail: https://mcpindex.ai/server/com-homevisto-mcp-server - Horizon Brand Authority MCP (com.horizonmedia/brand-authority@1.0.0) Grounded Horizon Media brand Q&A for AI assistants. Authenticated MCP; brand_authority_query. installs: remote:https://mcp.prod.bap.horizonmedia.com/mcp detail: https://mcpindex.ai/server/com-horizonmedia-brand-authority - How to Read the Future (com.howtoreadthefuture/podcast@0.2.0) Read released episodes, transcripts, citations, clips, reading trails, and flashcards. installs: remote:https://howtoreadthefuture.com/mcp detail: https://mcpindex.ai/server/com-howtoreadthefuture-podcast - com.htagai/htag-intelligence (com.htagai/htag-intelligence@1.0.0) HTAG property tools for addresses, listings, estimates, markets, and demographics. installs: remote:https://api.htagai.com/mcp/v1/servers/htag/mcp detail: https://mcpindex.ai/server/com-htagai-htag-intelligence - com.htagai/htag-spatial (com.htagai/htag-spatial@1.0.0) HTAG H3 spatial tools for price/rent, indicators, geometry, and concordance. installs: remote:https://api.htagai.com/mcp/v1/servers/htag-spatial/mcp detail: https://mcpindex.ai/server/com-htagai-htag-spatial - Hub-Equity MCP (com.hub-equity/hub-equity-mcp@1.0.1) Standardized, restatement-aware SEC + European (ESEF) XBRL fundamentals, served to your agent. installs: pypi:hub-equity-mcp detail: https://mcpindex.ai/server/com-hub-equity-hub-equity-mcp - Hydrata - ANUGA Flood Simulation (com.hydrata/hydrata-mcp-server@0.1.0) Run ANUGA flood simulations, track progress, and retrieve results on Hydrata Cloud. installs: remote:https://hydrata.com/mcp/ detail: https://mcpindex.ai/server/com-hydrata-hydrata-mcp-server - com.hyperping/hyperping (com.hyperping/hyperping@1.0.0) Uptime, API and server monitoring with outages, reporting, on-call and status pages. installs: remote:https://api.hyperping.io/v1/mcp detail: https://mcpindex.ai/server/com-hyperping-hyperping - i3deploy (com.i3deploy/i3deploy@1.0.0) Deploy & release tracking with native MCP — ask Claude what's in production and cut the release. installs: remote:https://mcp.i3deploy.com/mcp detail: https://mcpindex.ai/server/com-i3deploy-i3deploy - com.ibitlabs.www/ibitlabs-mcp (com.ibitlabs.www/ibitlabs-mcp@0.2.2) iBitLabs live receipts: real balance, trades, shadow rules & saga from a $1k→$10k AI experiment. installs: npm:ibitlabs-mcp detail: https://mcpindex.ai/server/com-ibitlabs-www-ibitlabs-mcp - Interactive Brokers (IBKR) (com.ibkr/interactive-brokers-ibkr@1.1.6) Analyze global markets and manage your portfolio installs: remote:https://api.ibkr.com/v1/api/mcp-public detail: https://mcpindex.ai/server/com-ibkr-interactive-brokers-ibkr - IFTTT MCP server (com.ifttt/mcp@1.0.0) Automate 1,000+ services from any MCP-compatible AI agent: build Applets, run actions and queries. installs: remote:https://ifttt.com/mcp detail: https://mcpindex.ai/server/com-ifttt-mcp - Immo Spot MCP (com.immo-spot/mcp@1.0.0) Données immobilières officielles françaises (DVF+, cadastre, DPE, risques, urbanisme) via MCP. installs: remote:https://immo-spot.com/mcp/user detail: https://mcpindex.ai/server/com-immo-spot-mcp - com.imnoo/drawing-converter (com.imnoo/drawing-converter@0.1.0) Metric ⇄ imperial for technical drawings: dimensions, tolerances, ISO fits, threads, roughness. installs: npm:drawing-converter-mcp detail: https://mcpindex.ai/server/com-imnoo-drawing-converter - IncredibleFi — Personal Loan Marketplace (com.incrediblefi/loan-marketplace@1.0.0) AI-powered loan marketplace. Match users with 100+ lenders — any credit score or employment status. installs: remote:https://www.incrediblefi.com/mcp detail: https://mcpindex.ai/server/com-incrediblefi-loan-marketplace - IndustryLens (com.industry-lens/mcp-public@0.1.0) B2B competitive-intelligence reports and head-to-head competitor comparisons from IndustryLens. installs: remote:https://api.industry-lens.com/mcp/public detail: https://mcpindex.ai/server/com-industry-lens-mcp-public - INFO-Subscription (com.info-subscription/mcp-server@0.0.2) Exposes tools for querying subscriptions and billing data from the INFO-Subscription platform installs: remote:https://s4mcp-prod.azurewebsites.net/{tenantId} detail: https://mcpindex.ai/server/com-info-subscription-mcp-server - Cook County / Chicago Property Data (com.ingest0r.api/cook-county-property-data@0.1.0) Cook County / Chicago property by address or PIN: sales, permits, assessments, comps. Pay via x402. installs: remote:https://api.ingest0r.com/mcp detail: https://mcpindex.ai/server/com-ingest0r-api-cook-county-property-data - ShearQuery — Barber & Beauty Industry Data (com.innergcomplete/shearquery@0.2.0) Barber & cosmetology exam pass rates, booth rent with open chairs, and Texas licensee counts installs: remote:https://shearquery.com/mcp detail: https://mcpindex.ai/server/com-innergcomplete-shearquery - com.insidergraph/insidergraph (com.insidergraph/insidergraph@0.21.0) SEC insider intelligence: trades, 8-K events, planned sales, activist stakes - one entity graph. installs: remote:https://api.insidergraph.com/mcp detail: https://mcpindex.ai/server/com-insidergraph-insidergraph - com.instaseer/mcp (com.instaseer/mcp@1.0.0) Instagram/TikTok/Facebook audience analysis: public post timelines, engagement, follower counts. installs: remote:https://www.instaseer.com/mcp detail: https://mcpindex.ai/server/com-instaseer-mcp - IntenCheck (com.intencheck/intencheck@1.0.0) Psychological text analysis: tone, emotions, communication style, multilingual replies. installs: remote:https://intencheck.com/mcp detail: https://mcpindex.ai/server/com-intencheck-intencheck - IntentWake Audience Intelligence (com.intentwake/intentwake@0.2.3) Enrich first-party lists with live intent, activity, and inbox signals for marketing and outreach. installs: npm:@intentwake/mcp | remote:https://mcp.intentwake.com/mcp detail: https://mcpindex.ai/server/com-intentwake-intentwake - com.interzoid/mcp-server (com.interzoid/mcp-server@1.1.0) 58 AI data quality, data matching, and data enrichment APIs for better data ROI installs: remote:https://mcp.interzoid.com/mcp detail: https://mcpindex.ai/server/com-interzoid-mcp-server - com.investhive/server (com.investhive/server@1.0.0) Investment sentiment, predictions, and analyst track records for stocks and crypto installs: manual detail: https://mcpindex.ai/server/com-investhive-server - InvoiceXML (com.invoicexml/invoicexml@1.0.0) Create, validate, convert & extract compliant e-invoices (UBL, Factur-X, ZUGFeRD, XRechnung) installs: remote:https://mcp.invoicexml.com detail: https://mcpindex.ai/server/com-invoicexml-invoicexml - Currency Rates (ECB) (com.invokera/currency-rates@1.0.0) Latest and historical ECB foreign-exchange reference rates for 30+ currencies, via Frankfurter. installs: remote:https://invokera.com/r/currency-rates detail: https://mcpindex.ai/server/com-invokera-currency-rates - Invokera Status (com.invokera/invokera-status@1.0.0) Live health and AI-readable metadata of invokera.com. Demo of an Invokera-hosted MCP server. installs: remote:https://invokera.com/r/invokera-status detail: https://mcpindex.ai/server/com-invokera-invokera-status - Postal Codes (com.invokera/postal-codes@1.0.0) Postal code lookup with place names and coordinates for 60+ countries. Via Zippopotam.us. installs: remote:https://invokera.com/r/postal-codes detail: https://mcpindex.ai/server/com-invokera-postal-codes - Public Holidays (com.invokera/public-holidays@1.0.0) Public holidays for 100+ countries — by year, or the next ones coming up. Via Nager.Date. installs: remote:https://invokera.com/r/public-holidays detail: https://mcpindex.ai/server/com-invokera-public-holidays - Ironclad Verified (com.ironcladverified/verified@1.0.0) Hire evidence-verified home-service contractors. Confirmed-job reviews only; rank is never buyable. installs: remote:https://ironcladverified.com/mcp detail: https://mcpindex.ai/server/com-ironcladverified-verified - com.isitdeprecated/isitdeprecated (com.isitdeprecated/isitdeprecated@0.1.0) Check if an AI model is deprecated, retiring, or silently changed price or context window. installs: remote:https://isitdeprecated.com/mcp detail: https://mcpindex.ai/server/com-isitdeprecated-isitdeprecated - com.it.dpf/mcp-server (com.it.dpf/mcp-server@0.1.2) AI-powered data integration platform. Onboard users and run DPF data workflows. installs: npm:@dpf.it.com/mcp-server detail: https://mcpindex.ai/server/com-it-dpf-mcp-server - EcoPlaza MCP (com.iterruptivo.ecodashboard/ecoplaza-mcp@1.0.0) Read-only MCP for EcoPlaza, Peruvian commercial real estate: projects, units, advisor contact. installs: remote:https://ecodashboard.iterruptivo.com/api/mcp detail: https://mcpindex.ai/server/com-iterruptivo-ecodashboard-ecoplaza-mcp - com.ithura/mcp (com.ithura/mcp@1.0.1) Manage tasks, sprints, projects, and wiki pages in your Ithura workspace. installs: npm:ithura-mcp detail: https://mcpindex.ai/server/com-ithura-mcp - com.iunera/druid-mcp-server (com.iunera/druid-mcp-server@2.0.0) AI-powered MCP server for Apache Druid cluster management and analytic installs: docker:docker.io/iunera/druid-mcp-server:2.0.0 detail: https://mcpindex.ai/server/com-iunera-druid-mcp-server - com.ivisa.www/mcp (com.ivisa.www/mcp@0.0.3) Check visa requirements and travel documents for international travel destinations. installs: remote:https://www.ivisa.com/mcp detail: https://mcpindex.ai/server/com-ivisa-www-mcp - com.iwebdevelopment/afas (com.iwebdevelopment/afas@1.0.0) AFAS AI Connect: hosted MCP server for AFAS Profit. installs: remote:https://mcp-afas.iwebdevelopment.com detail: https://mcpindex.ai/server/com-iwebdevelopment-afas - com.iwebdevelopment/exact-online (com.iwebdevelopment/exact-online@1.0.0) Exact AI Connect: hosted MCP server for Exact Online. installs: remote:https://mcp-exactonline.iwebdevelopment.com detail: https://mcpindex.ai/server/com-iwebdevelopment-exact-online - com.iwebdevelopment/twinfield (com.iwebdevelopment/twinfield@1.0.0) Twinfield AI Connect: hosted MCP server for Twinfield. installs: remote:https://mcp-twinfield.iwebdevelopment.com detail: https://mcpindex.ai/server/com-iwebdevelopment-twinfield - izHost (com.izhost/mcp@1.0.0) izHost public read-only MCP: service pricing and live domain availability lookup. installs: remote:https://mcp.izhost.com detail: https://mcpindex.ai/server/com-izhost-mcp - Jagannatha Hora — Vedic Astrology (Jyotish, Kundli, Horoscope, Panchang) (com.jagannathahora/vedic-astrology@1.0.1) Vedic astrology (Jyotish): birth charts, divisional charts, dashas, yogas, transits, panchang installs: remote:https://jagannatha-hora-359167915530.europe-west1.run.app/mcp detail: https://mcpindex.ai/server/com-jagannathahora-vedic-astrology - James Prompt (com.jamesprompt/james@1.0.0) AI agent for business strategy and business design — run strategy missions and 15 analyses. installs: remote:https://mcp.jamesprompt.com/mcp detail: https://mcpindex.ai/server/com-jamesprompt-james - com.jamesrosingmd/zenoti (com.jamesrosingmd/zenoti@1.1.0) MCP server for Zenoti spa/wellness/medspa — guests, appointments, bookings, invoices installs: npm:zenoti-mcp-server detail: https://mcpindex.ai/server/com-jamesrosingmd-zenoti - Jeikin (com.jeikin/mcp@0.3.1) Accessibility compliance for AI coding tools. WCAG 2.2 reviews with shared evidence. installs: remote:https://jeikin.com/api/mcp detail: https://mcpindex.ai/server/com-jeikin-mcp - Jellypod (com.jellypod/jellypod@0.1.0) Create, import, and publish Jellypod podcast episodes from your AI assistant. installs: remote:https://mcp.jellypod.com/mcp detail: https://mcpindex.ai/server/com-jellypod-jellypod - Jennifer Rebholz, Attorney - Knowledge Base (com.jenniferrebholz/rebholz-attorney@1.0.0) Authoritative information about Jennifer Rebholz, Arizona personal injury attorney and trial lawyer. installs: remote:https://mcp.jenniferrebholz.com/mcp detail: https://mcpindex.ai/server/com-jenniferrebholz-rebholz-attorney - com.jettyd/mcp (com.jettyd/mcp@0.1.1) Connect AI agents to IoT devices — read sensors, send commands, manage ESP32 fleets. installs: npm:@jettyd/mcp detail: https://mcpindex.ai/server/com-jettyd-mcp - Jithox Commerce Preflight (com.jithox/be-commerce-preflight@0.2.0) Provider-neutral, read-only commerce preflight with UCP/ACP checkout evidence. Never orders. installs: remote:https://commerce.mcp.jithox.com/mcp detail: https://mcpindex.ai/server/com-jithox-be-commerce-preflight - Jithox E-Invoice Readiness (com.jithox/einvoice-readiness@1.2.0) Read-only e-invoice readiness over MCP: VAT format, VIES, Peppol lookup, invoice & readiness installs: remote:https://mcp.jithox.com/mcp detail: https://mcpindex.ai/server/com-jithox-einvoice-readiness - Jithox EU Energy Label Preflight (com.jithox/eu-energy-label-preflight@0.3.0) Read-only EU energy-label preflight over MCP: supplier-declared EPREL records, evidence-first installs: remote:https://energy.mcp.jithox.com/mcp detail: https://mcpindex.ai/server/com-jithox-eu-energy-label-preflight - Jithox EU Import Preflight (com.jithox/eu-import-preflight@0.4.0) Read-only EU import preflight over MCP: EORI, TARIC candidates, measures, low-value cost installs: remote:https://import.mcp.jithox.com/mcp detail: https://mcpindex.ai/server/com-jithox-eu-import-preflight - Jithox EU Counterparty Sanctions Preflight (com.jithox/eu-sanctions-preflight@0.2.0) Read-only EU counterparty sanctions preflight over MCP: screen names & identifiers, evidence installs: remote:https://sanctions.mcp.jithox.com/mcp detail: https://mcpindex.ai/server/com-jithox-eu-sanctions-preflight - Jitsu (com.jitsu/mcp@1.0.0) Manage Jitsu data pipelines: destinations, streams, connections, functions, live events. installs: remote:https://use.jitsu.com/mcp detail: https://mcpindex.ai/server/com-jitsu-mcp - com.jnexum/jurisprudencia (com.jnexum/jurisprudencia@1.0.1) Busca semantica de jurisprudencia brasileira: STJ, STF e 9 tribunais estaduais, 650 mil+ decisoes. installs: remote:https://jnexum.com/mcp detail: https://mcpindex.ai/server/com-jnexum-jurisprudencia - com.joinnod/mcp (com.joinnod/mcp@1.1.0) Professional network for AI agents. Discover and connect with professionals. installs: remote:https://connect.joinnod.com/mcp detail: https://mcpindex.ai/server/com-joinnod-mcp - Sandwich Care Circle (com.joinsandwich/care-circle@0.1.1) Authenticated MCP for a user's care circle: read CareEvents, list loved ones, inspect workspace. installs: remote:https://app.joinsandwich.com/api/mcp detail: https://mcpindex.ai/server/com-joinsandwich-care-circle - com.jotform/mcp (com.jotform/mcp@1.0.0) Jotform MCP installs: remote:https://mcp.jotform.com/ detail: https://mcpindex.ai/server/com-jotform-mcp - JPYC Agent MCP (com.jpyc-info/jpyc-agent-mcp@0.2.0) OAuth-protected JPYC wallet, transfer, and contract workflows on Polygon. installs: remote:https://jpyc-info.com/api/jpyc-agent-mcp detail: https://mcpindex.ai/server/com-jpyc-info-jpyc-agent-mcp - com.jumpcloud/jumpcloud-genai (com.jumpcloud/jumpcloud-genai@0.0.38) An MCP server that provides an API to LLMs to manage their JumpCloud resources. installs: remote:https://mcp.jumpcloud.com/v1 detail: https://mcpindex.ai/server/com-jumpcloud-jumpcloud-genai - Jumpseller (com.jumpseller/admin-mcp@1.0.0) Manage your Jumpseller store with AI. Products, orders, customers, and more. installs: remote:https://mcp.jumpseller.com/ detail: https://mcpindex.ai/server/com-jumpseller-admin-mcp - Jupiter Invoice (com.jupiterinvoice/server@1.0.0) Create and manage invoices and customers on Jupiter Invoice (MCP, API-key auth). installs: remote:https://jupiterinvoice.com/mcp detail: https://mcpindex.ai/server/com-jupiterinvoice-server - Kahve Tabela — Türkiye heritage, food & coast (com.kahvetabela/public-read@1.0.0) Read-only MCP tools for Turkey's heritage places, regional-food atlas, and Mavi Koy coastal atlas. installs: remote:https://kahvetabela.com/api/mcp detail: https://mcpindex.ai/server/com-kahvetabela-public-read - KaiCalls (com.kaicalls/kaicalls@1.0.1) AI phone secretary: place calls, read transcripts, list calls, agents, and stats. installs: remote:https://www.kaicalls.com/api/mcp detail: https://mcpindex.ai/server/com-kaicalls-kaicalls - com.kairossignal/kairos-signal (com.kairossignal/kairos-signal@3.3.0) First-party DePIN supply telemetry, 171 networks. Every value carries a verify-yourself URL. installs: remote:https://kairossignal.com/mcp detail: https://mcpindex.ai/server/com-kairossignal-kairos-signal - Kalshi MCP (com.kalshi-mcp/kalshi@1.0.0) Research Kalshi prediction markets and place trades you approve, on your own API keys. installs: remote:https://kalshi-mcp.com/api/mcp detail: https://mcpindex.ai/server/com-kalshi-mcp-kalshi - Kapruka MCP (com.kapruka/kapruka-mcp@0.2.2) Free public MCP server for Kapruka.com — Sri Lanka's largest e-commerce platform. installs: remote:https://mcp.kapruka.com/mcp detail: https://mcpindex.ai/server/com-kapruka-kapruka-mcp - com.kasahorow/kasahorow (com.kasahorow/kasahorow@0.1.2) Bilingual dictionary lookup and translation validation for kasahorow Fellows. installs: remote:https://nabanya.kasahorow.com/mcp detail: https://mcpindex.ai/server/com-kasahorow-kasahorow - com.keboola/mcp (com.keboola/mcp@1.74.6) Connect your AI assistants to Keboola and expose your data, transformations, SQL queries, ... installs: pypi:keboola-mcp-server | remote:https://mcp.us-east4.gcp.keboola.com/mcp detail: https://mcpindex.ai/server/com-keboola-mcp - Well-Being Check (com.keenethics-labs/well-being-check@1.0.0) Hosted MCP app for guided anxiety, depression, and well-being self-checks. installs: remote:https://mental-tests-mcp-app.keenethics-labs.com/mcp detail: https://mcpindex.ai/server/com-keenethics-labs-well-being-check - KeenIELTS (com.keenielts/mcp@1.0.0) Free IELTS prep: band-scored student essays and interactive Listening/Reading drills graded in-chat. installs: remote:https://keenielts.com/mcp detail: https://mcpindex.ai/server/com-keenielts-mcp - KeepMySubs (com.keepmysubs/keepmysubs@0.1.0) Manage your KeepMySubs subscriptions, spend, renewals, and bills from any MCP client. installs: npm:@keepmysubs/mcp | remote:https://keepmysubs.com/mcp detail: https://mcpindex.ai/server/com-keepmysubs-keepmysubs - com.kenoodl/verify (com.kenoodl/verify@1.0.0) Runs your code against a contract; returns HELD or BROKE at the exact input. Deterministic. installs: remote:https://kenoodl.com/mcp detail: https://mcpindex.ai/server/com-kenoodl-verify - Kenwea — Sandbox Attestation & Agent Marketplace (com.kenwea.www/marketplace@0.1.5) Third-party sandbox verdict on any artifact in one call, no account. Also an agent marketplace. installs: npm:@kenwea/mcp | remote:https://mcp.kenwea.com/mcp/v1 detail: https://mcpindex.ai/server/com-kenwea-www-marketplace - com.kenxcomp/kenotex-mcp (com.kenxcomp/kenotex-mcp@1.2.3) Let your coding agent manage real todos, events, and check-in habits in Kenotex on your Mac. installs: npm:kenotex-mcp detail: https://mcpindex.ai/server/com-kenxcomp-kenotex-mcp - com.kernelcad/kernelcad (com.kernelcad/kernelcad@0.11.2) Agent-first CAD: editable .kcad.ts source, deterministic review, OpenCASCADE kernel. installs: npm:kernelcad | remote:https://mcp.kernelcad.com/mcp detail: https://mcpindex.ai/server/com-kernelcad-kernelcad - com.kettlelogic/mcp-kettlelogic (com.kettlelogic/mcp-kettlelogic@1.1.0) MCP server exposing Kettle Logic insight articles & industry guidance as tools + resources. installs: remote:https://kettlelogic.com/mcp detail: https://mcpindex.ai/server/com-kettlelogic-mcp-kettlelogic - KeyHalve - verify sealed documents (com.keyhalve/verify@1.0.1) Free, no-account verification of KeyHalve-sealed documents. Read-only; never receives keys. installs: npm:@keyhalve/verify-mcp | remote:https://mcp.keyhalve.com/mcp detail: https://mcpindex.ai/server/com-keyhalve-verify - com.kimchi-sushi/agent-mcp (com.kimchi-sushi/agent-mcp@1.0.0) Korean-Japanese bilingual community. Read public posts/comments, route Korea/Japan queries. installs: remote:https://kimchi-sushi.com/mcp detail: https://mcpindex.ai/server/com-kimchi-sushi-agent-mcp - com.kimoun/spip (com.kimoun/spip@0.5.0) Pilotez un site SPIP depuis Claude ou ChatGPT : rubriques, articles, médias, FAQ, formulaires. installs: remote:https://mcp-spip.kimoun.com/mcp detail: https://mcpindex.ai/server/com-kimoun-spip - Klarefi (com.klarefi/mcp@0.3.0) Complete regulated intake work and retrieve cited case files without deciding the case. installs: npm:@klarefi/mcp | remote:https://www.klarefi.com/mcp detail: https://mcpindex.ai/server/com-klarefi-mcp - Knotrik — AppSheet Intelligence (com.knotrik/knotrik@2.9.4) Query and audit AppSheet apps in natural language via Knotrik's pre-scanned definitions. installs: remote:https://mcp.knotrik.com/mcp detail: https://mcpindex.ai/server/com-knotrik-knotrik - com.koalcheck/koalcheck (com.koalcheck/koalcheck@1.0.0) TipRanks for X finfluencers — scores who's actually right vs SPY. Free & anonymous, no key. installs: remote:https://mcp.koalcheck.com/mcp detail: https://mcpindex.ai/server/com-koalcheck-koalcheck - Kordi — Subscription Intelligence (com.kordiapp/kordi-mcp-server@1.0.3) Track, analyze, and act on your streaming and SaaS subscriptions from any AI agent. installs: remote:https://kordiapp.com/mcp detail: https://mcpindex.ai/server/com-kordiapp-kordi-mcp-server - com.korture/hiring (com.korture/hiring@1.0.0) Behavioural hiring briefs from any JD: 5 behaviours, evidence, demand, interview questions, rarity. installs: remote:https://mcp.korture.com/api/mcp detail: https://mcpindex.ai/server/com-korture-hiring - com.kresmion/kresmion (com.kresmion/kresmion@1.0.0) Prediction markets, on-chain flows, ETF flows, equities and macro intelligence for AI agents. installs: remote:https://kresmion.com/api/mcp detail: https://mcpindex.ai/server/com-kresmion-kresmion - Kundlit Vedic Astrology (com.kundlit/astro@1.5.0) Free Vedic astrology: panchang, kundali, transits, matching, doshas, eclipses, numerology installs: npm:@kundlit/mcp | remote:https://kundlit.com/api/mcp detail: https://mcpindex.ai/server/com-kundlit-astro - Kythene (com.kythene/kythene@1.0.1) Shared context for AI-native teams: your AI publishes, reads teammates' work, and remembers it. installs: remote:https://kythene.com/mcp/kythene detail: https://mcpindex.ai/server/com-kythene-kythene - LandingConnect (com.landingconnect/landingconnect@1.0.0) Build, clone & publish websites by chatting with Claude. Live in seconds, custom domains + SSL. installs: remote:https://connect.landingconnect.com/mcp detail: https://mcpindex.ai/server/com-landingconnect-landingconnect - Lawstronaut (com.lawstronaut/lawstronaut-mcp@1.1.1) Connect AI to millions of laws and court cases with the Lawstronaut MCP. installs: remote:https://mcp.lawstronaut.com detail: https://mcpindex.ai/server/com-lawstronaut-lawstronaut-mcp - com.le-teen/college-roi-mcp (com.le-teen/college-roi-mcp@1.0.1) U.S. college ROI data: 30-yr NPV for 500 colleges, lifetime ROI for 134 majors. Keyless. installs: npm:college-roi-mcp detail: https://mcpindex.ai/server/com-le-teen-college-roi-mcp - Leadhound API (com.leadhoundapi/leadhound@0.1.0) Sales prospecting and lead generation from Google reviews: local businesses leaking leads, scored. installs: remote:https://api.leadhoundapi.com/mcp detail: https://mcpindex.ai/server/com-leadhoundapi-leadhound - com.leagueloom/league-loom (com.leagueloom/league-loom@1.14.1) Read-only ESPN, Sleeper, and Fantrax fantasy leagues for Claude, ChatGPT, and other AI tools. installs: remote:https://leagueloom.com/mcp detail: https://mcpindex.ai/server/com-leagueloom-league-loom - com.leagueofspin/spots (com.leagueofspin/spots@1.0.0) Find 27,000+ outdoor ping pong tables worldwide, with spot details and live playing conditions. installs: remote:https://leagueofspin.com/api/mcp detail: https://mcpindex.ai/server/com-leagueofspin-spots - Disco (com.leap-labs/discovery-engine@1.0.1) Find novel, statistically validated patterns in tabular data — hypothesis-free. installs: remote:https://disco.leap-labs.com/mcp detail: https://mcpindex.ai/server/com-leap-labs-discovery-engine - Code Synapse — Fit Repo Finder (com.leewaystudio/code-synapse@0.4.2) Finds real, maintained open-source repos that fit your project. MCP grounding for coding agents. installs: remote:https://code-synapse-mcp.leewaystudio.com/mcp detail: https://mcpindex.ai/server/com-leewaystudio-code-synapse - Spain Legal by Legal Fournier (com.legalfournier/spain-legal@0.2.16) Spain legal MCP for visas, residency, Beckham Law, NIE/TIE, nationality, tax, tools, and handoff. installs: remote:https://legalfournier.com/mcp/spain-legal detail: https://mcpindex.ai/server/com-legalfournier-spain-legal - Lenderprice MCP (com.lenderprice/mcp@0.1.0) MCP server that exposes the Lenderprice platform's capabilities to AI models. installs: remote:https://mp-mcp.lenderprice.com/mcp/? detail: https://mcpindex.ai/server/com-lenderprice-mcp - Lie Detector Test (com.liedetectortest/lie-detector-test@1.4.0) Find polygraph (lie detector) offices, pricing and service info across the US, Canada and the UK. installs: remote:https://liedetectortest.com/wp-json/ldt-mcp/v1/mcp detail: https://mcpindex.ai/server/com-liedetectortest-lie-detector-test - Edge Lab (com.lifelongedge/edge-lab@0.1.0) Query published LifeLongEdge Edge Lab trading-system research studies as structured data. installs: remote:https://lifelongedge.com/mcp detail: https://mcpindex.ai/server/com-lifelongedge-edge-lab - life. scored. (com.lifescored/mcp@1.0.0) Rebuilds the scores real systems run on you — credit, actuarial, lending — in the open, cited. installs: remote:https://lifescored.com/mcp detail: https://mcpindex.ai/server/com-lifescored-mcp - LiftMCP (com.liftmcp/platform@1.0.0) Makes websites AI-agent-ready via MCP. Each property gets its own hosted MCP server. installs: remote:https://{property_slug}.mcp-dev.liftmcp.com/ detail: https://mcpindex.ai/server/com-liftmcp-platform - Lightbringer (com.lightbringer/connector@1.0.4) Capture, analyze, validate, and submit inventions, and collaborate on patent reviews. installs: remote:https://mcp.lightbringer.com/mcp detail: https://mcpindex.ai/server/com-lightbringer-connector - com.lightres/booking (com.lightres/booking@1.0.0) Browse venues, check availability, view effects, get pricing, and book architectural lighting. installs: remote:https://app.lightres.com/api/mcp/sse detail: https://mcpindex.ai/server/com-lightres-booking - com.linklyhq/linkly (com.linklyhq/linkly@2.0.0) Create and manage short links, track clicks, and automate URL management installs: remote:https://mcp.linklyhq.com detail: https://mcpindex.ai/server/com-linklyhq-linkly - LLM Abacus (com.llmabacus/pricing@1.0.0) Compare up-to-date pricing for 40+ LLMs (incl. Chinese) & estimate cost from tokens. EN/zh. installs: remote:https://llmabacus.com/api/mcp detail: https://mcpindex.ai/server/com-llmabacus-pricing - Fable 5 Agent (com.llmotions.farm/fable-5-agent@0.1.0) Authenticated async Fable 5 Agent agent with status polling and artifact results. installs: remote:https://farm.llmotions.com/mcp/agents/fable-5-agent detail: https://mcpindex.ai/server/com-llmotions-farm-fable-5-agent - Opus 4.8 Agent (com.llmotions.farm/opus-4-8-agent@0.1.0) Authenticated async Opus 4.8 Agent agent with status polling and artifact results. installs: remote:https://farm.llmotions.com/mcp/agents/opus-4-8-agent detail: https://mcpindex.ai/server/com-llmotions-farm-opus-4-8-agent - Sonnet 5 Agent (com.llmotions.farm/sonnet-5-agent@0.1.0) Authenticated async Sonnet 5 Agent agent with status polling and artifact results. installs: remote:https://farm.llmotions.com/mcp/agents/sonnet-5-agent detail: https://mcpindex.ai/server/com-llmotions-farm-sonnet-5-agent - com.lobbyvoices/receptionist-toolkit (com.lobbyvoices/receptionist-toolkit@1.3.0) Free receptionist tools: phone scripts, IVR menus (EN+ES), ElevenLabs prompts, missed-call math installs: remote:https://lobbyvoices.com/api/mcp detail: https://mcpindex.ai/server/com-lobbyvoices-receptionist-toolkit - LocalCan (com.localcan/mcp@1.0.0) Give AI agents Public URLs (tunnels), captured HTTP traffic, Snapshots, and access control. installs: manual detail: https://mcpindex.ai/server/com-localcan-mcp - com.localtonet/mcp (com.localtonet/mcp@1.0.0) Secure tunneling, reverse proxy and remote access for local applications. installs: remote:https://localtonet.com/mcp detail: https://mcpindex.ai/server/com-localtonet-mcp - LogoKit Brand & Company Data (com.logokit/brand-data@1.0.0) Company & brand data by domain or ticker/ISIN: industry, headcount, HQ, social, colors, logos. installs: remote:https://mcp.logokit.com/mcp detail: https://mcpindex.ai/server/com-logokit-brand-data - com.longbridge/mcp (com.longbridge/mcp@0.8.6) US/HK markets — 151 tools: quotes, options, orders, fundamentals, screener, IPO, alerts & DCA installs: docker:ghcr.io/longbridge/longbridge-mcp:0.8.6 | remote:https://mcp.longbridge.com detail: https://mcpindex.ai/server/com-longbridge-mcp - Loopwise MCP Server (com.loopwise/mcp@1.0.0) Read and manage courses, members, orders, events, posts, and settings for Loopwise-powered sites. installs: remote:https://mcp.loopwise.com/ detail: https://mcpindex.ai/server/com-loopwise-mcp - loop-mcp (com.loopxxi/loop-mcp@2.2.1) L402 MCP: 5 paid BTC/Lightning tools + fiat credits, 10-25 sats/call. installs: remote:https://mcp.loopxxi.com/mcp detail: https://mcpindex.ai/server/com-loopxxi-loop-mcp - Agent Preflight (com.lorensaisolutions.preflight/agent-preflight@1.1.0) Six paid URL-intelligence tools for autonomous agents and agent swarms. installs: remote:https://preflight.lorensaisolutions.com/mcp detail: https://mcpindex.ai/server/com-lorensaisolutions-preflight-agent-preflight - Lowtoxgear Scanner (com.lowtoxgear/scanner@1.0.0) Australian ingredient scanner MCP — 21k+ AU products, 237 chemical rules, 17 condition tags. installs: remote:https://mcp-scan.lowtoxgear.com/mcp detail: https://mcpindex.ai/server/com-lowtoxgear-scanner - Lowtoxgear Storefront (com.lowtoxgear/storefront@1.0.0) Read-only catalogue MCP for Lowtoxgear — Australian low-tox lifestyle brand. 5 tools. installs: remote:https://mcp.lowtoxgear.com/mcp detail: https://mcpindex.ai/server/com-lowtoxgear-storefront - Lowvyn (com.lowvyn/mcp@0.1.2) Verify Canadian deals, find the same product cheaper across .ca retailers, track CAD price history. installs: remote:https://api.lowvyn.com/mcp detail: https://mcpindex.ai/server/com-lowvyn-mcp - Loxone AI (com.loxoneai/loxone-ai@1.1.0) Control a Loxone Miniserver smart home: lights, blinds, climate, scenes and energy. installs: remote:https://cloud.loxoneai.com/cloud/mcp detail: https://mcpindex.ai/server/com-loxoneai-loxone-ai - LuckMeAI (com.luckmeai/mcp@0.1.0) User-authorized access to a LuckMeAI life book, journal, memories, relationships, and charts. installs: remote:https://mcp.luckmeai.com/mcp/luckmeai/mcp detail: https://mcpindex.ai/server/com-luckmeai-mcp - Lumethic Photo Verification (com.lumethic/verify@1.0.0) Verify photos are genuine camera captures, not AI-generated: C2PA checks and RAW+JPEG forensics. installs: remote:https://api.lumethic.com/mcp detail: https://mcpindex.ai/server/com-lumethic-verify - Lunoo Rankings (com.lunoo/rankings@1.0.0) Consensus rankings for 75,000+ products across 2,600+ niches. installs: remote:https://lunoo.com/mcp detail: https://mcpindex.ai/server/com-lunoo-rankings - com.lusha.mcp/mcp (com.lusha.mcp/mcp@1.0.0) Lusha MCP server for authorized business profile, usage, and buying-signal insights. installs: remote:https://mcp.lusha.com/mcp detail: https://mcpindex.ai/server/com-lusha-mcp-mcp - LVL Up Auto — Dealership Vendor Catalog (com.lvlupauto/vendor-catalog@1.2.0) Independent auto dealership vendor catalog: scores, comparisons, benchmarks, AI-capability filters. installs: remote:https://lvlupauto.com/api/mcp detail: https://mcpindex.ai/server/com-lvlupauto-vendor-catalog - com.lyrenth/lyrenth-mcp (com.lyrenth/lyrenth-mcp@0.1.4) Read any public web page as a clean AIDocument (Markdown + structure) through Lyrenth. installs: npm:lyrenth-mcp detail: https://mcpindex.ai/server/com-lyrenth-lyrenth-mcp - mabl (com.mabl/mcp@1.0.3) AI-powered test automation: run tests, analyze failures, query results across mabl workspaces. installs: remote:https://mcp.mabl.com/mcp detail: https://mcpindex.ai/server/com-mabl-mcp - Macaroon Network (com.macaroonnetwork/mcp-server@0.2.0) Discovery client for Macaroon Network, an AI-agent marketplace paying via Lightning (L402). installs: pypi:macaroonnetwork-mcp detail: https://mcpindex.ai/server/com-macaroonnetwork-mcp-server - Macfax (com.macfax/macfax@1.0.1) Used-Mac market: quality-gated listings with deep links, asking-price stats, trust checks, alerts. installs: remote:https://macfax.com/mcp detail: https://mcpindex.ai/server/com-macfax-macfax - MacTech CMMC / NIST 800-171 (com.mactechsolutionsllc.www/cmmc@1.2.0) NIST 800-171 controls and 800-171A objectives, crosswalks, exact SPRS scoring, POA&M generation. installs: remote:https://www.mactechsolutionsllc.com/api/mcp detail: https://mcpindex.ai/server/com-mactechsolutionsllc-www-cmmc - MacTech Federal Market (com.mactechsolutionsllc.www/federal-market@1.1.0) SAM.gov contract opportunities and entity lookup (BYOK) plus USASpending federal award data. installs: remote:https://www.mactechsolutionsllc.com/api/mcp/market detail: https://mcpindex.ai/server/com-mactechsolutionsllc-www-federal-market - MacTech STIG (com.mactechsolutionsllc.www/stig@1.1.0) 2,029 DISA STIG rules with official check/fix text, CCI mappings, and .ckl checklist export. installs: remote:https://www.mactechsolutionsllc.com/api/mcp/stig detail: https://mcpindex.ai/server/com-mactechsolutionsllc-www-stig - Dr. Maggie Geller, OD (com.maggiegeller/bookings@0.2.0) Book appointments with Dr. Maggie Geller OD (Vancouver optometrist; myopia, dry eye, contacts). installs: remote:https://mcp.maggiegeller.com/mcp detail: https://mcpindex.ai/server/com-maggiegeller-bookings - Maha OS Cognitive Gateway (com.maha-os/cognitive-gateway@1.0.0) Edge-compute biological sovereignty node for telemetry and cognitive circuit-breaking. installs: remote:https://mcp.maha-os.com/mcp/sse detail: https://mcpindex.ai/server/com-maha-os-cognitive-gateway - com.mailopoly/mailopoly (com.mailopoly/mailopoly@1.0.0) Your unified inbox — everything that reaches you, understood and actionable from your AI assistant. installs: remote:https://fastapi.prod.aws.mailopoly.com/mcp-server detail: https://mcpindex.ai/server/com-mailopoly-mailopoly - Mailrith Email Marketing (com.mailrith/mailrith@1.0.1) Manage Subscribers, Broadcasts, Sequences, Automations, and reporting in Mailrith. installs: npm:@mailrith/mcp-server | remote:https://api.mailrith.com/mcp detail: https://mcpindex.ai/server/com-mailrith-mailrith - com.make/mcp-server (com.make/mcp-server@1.1.0) Give your AI agents the tools to build, manage, and run automation workflows. installs: remote:https://mcp.make.com detail: https://mcpindex.ai/server/com-make-mcp-server - YouCam for Beauty & Personal Care (com.makeupar/beauty@1.0.1) Provides YouCam API for skin, face & body analysis, beauty/makeup try-on, and hair & beard styling. installs: remote:https://mcp-api-01.makeupar.com/mcp/beauty detail: https://mcpindex.ai/server/com-makeupar-beauty - YouCam for Fashion & Retail (com.makeupar/fashion@1.0.1) Provides YouCam API for virtual try-on of clothing, jewelry, and watches. installs: remote:https://mcp-api-01.makeupar.com/mcp/fashion detail: https://mcpindex.ai/server/com-makeupar-fashion - com.mambabuilt/mcp-agent-accessibility-auditor (com.mambabuilt/mcp-agent-accessibility-auditor@1.0.0) Audit whether an AI agent can read a site: llms.txt, robots AI rules, structured data. installs: npm:@mambalabsdev/mcp-agent-accessibility-auditor detail: https://mcpindex.ai/server/com-mambabuilt-mcp-agent-accessibility-auditor - com.mambabuilt/mcp-ai-tooling-detector (com.mambabuilt/mcp-ai-tooling-detector@1.0.0) Detect whether a company declares, deploys, or charges for AI, with evidence. installs: npm:@mambalabsdev/mcp-ai-tooling-detector detail: https://mcpindex.ai/server/com-mambabuilt-mcp-ai-tooling-detector - com.mambabuilt/mcp-b2b-prospect-engine (com.mambabuilt/mcp-b2b-prospect-engine@1.0.0) Enrich companies, discover hiring signals and find verified contacts in one actor. installs: npm:@mambalabsdev/mcp-b2b-prospect-engine detail: https://mcpindex.ai/server/com-mambabuilt-mcp-b2b-prospect-engine - com.mambabuilt/mcp-clay-to-instantly-smartlead-push (com.mambabuilt/mcp-clay-to-instantly-smartlead-push@1.0.0) Push enriched leads into an Instantly or Smartlead campaign, with ICP gating and dedupe. installs: npm:@mambalabsdev/mcp-clay-to-instantly-smartlead-push detail: https://mcpindex.ai/server/com-mambabuilt-mcp-clay-to-instantly-smartlead-push - com.mambabuilt/mcp-company-change-event-feed (com.mambabuilt/mcp-company-change-event-feed@1.0.0) Detect company changes across hiring, tech stack, funding, and firmographics. Returns only deltas. installs: npm:@mambalabsdev/mcp-company-change-event-feed detail: https://mcpindex.ai/server/com-mambabuilt-mcp-company-change-event-feed - com.mambabuilt/mcp-company-discovery-list-builder (com.mambabuilt/mcp-company-discovery-list-builder@1.0.0) Build a company list from live hiring data or from US SEC filings mentioning a phrase. installs: npm:@mambalabsdev/mcp-company-discovery-list-builder detail: https://mcpindex.ai/server/com-mambabuilt-mcp-company-discovery-list-builder - com.mambabuilt/mcp-company-identity-resolver (com.mambabuilt/mcp-company-identity-resolver@1.0.0) Resolve company name, domain, or LinkedIn into one canonical identity with confidence scores. installs: npm:@mambalabsdev/mcp-company-identity-resolver detail: https://mcpindex.ai/server/com-mambabuilt-mcp-company-identity-resolver - com.mambabuilt/mcp-contact-classifier (com.mambabuilt/mcp-contact-classifier@1.0.0) Classify a job title into department and seniority, and optionally verify the position. installs: npm:@mambalabsdev/mcp-contact-classifier detail: https://mcpindex.ai/server/com-mambabuilt-mcp-contact-classifier - com.mambabuilt/mcp-domain-to-linkedin-url-resolver (com.mambabuilt/mcp-domain-to-linkedin-url-resolver@1.0.5) Resolves a company domain or name to its LinkedIn URL with confidence and firmographics. installs: npm:@mambalabsdev/mcp-domain-to-linkedin-url-resolver detail: https://mcpindex.ai/server/com-mambabuilt-mcp-domain-to-linkedin-url-resolver - com.mambabuilt/mcp-event-presence-index (com.mambabuilt/mcp-event-presence-index@1.0.0) Find the conferences and trade shows a company publicly says it attends, from its domain. installs: npm:@mambalabsdev/mcp-event-presence-index detail: https://mcpindex.ai/server/com-mambabuilt-mcp-event-presence-index - com.mambabuilt/mcp-funding-press-signal-scanner (com.mambabuilt/mcp-funding-press-signal-scanner@1.0.0) Scan news for funding rounds, exec moves, product launches, and acquisitions at any company. installs: npm:@mambalabsdev/mcp-funding-press-signal-scanner detail: https://mcpindex.ai/server/com-mambabuilt-mcp-funding-press-signal-scanner - com.mambabuilt/mcp-gtm-job-discovery (com.mambabuilt/mcp-gtm-job-discovery@1.0.0) Find companies hiring for your role keywords, with firmographics and LinkedIn per posting. installs: npm:@mambalabsdev/mcp-gtm-job-discovery detail: https://mcpindex.ai/server/com-mambabuilt-mcp-gtm-job-discovery - com.mambabuilt/mcp-gtm-signals-aggregator (com.mambabuilt/mcp-gtm-signals-aggregator@1.0.5) Combines hiring and tech-stack signals into one composite GTM score. Clay-ready output. installs: npm:@mambalabsdev/mcp-gtm-signals-aggregator detail: https://mcpindex.ai/server/com-mambabuilt-mcp-gtm-signals-aggregator - com.mambabuilt/mcp-gtm-suite (com.mambabuilt/mcp-gtm-suite@1.5.0) 11 Mamba Labs account-intelligence MCP tools in one server: identity, signals, ICP. Clay-ready. installs: npm:@mambalabsdev/mcp-gtm-suite detail: https://mcpindex.ai/server/com-mambabuilt-mcp-gtm-suite - com.mambabuilt/mcp-icp-fit-scorer (com.mambabuilt/mcp-icp-fit-scorer@1.0.5) Scores a company against your ICP with weighted signals. Returns score, tier, and breakdown. installs: npm:@mambalabsdev/mcp-icp-fit-scorer detail: https://mcpindex.ai/server/com-mambabuilt-mcp-icp-fit-scorer - com.mambabuilt/mcp-job-board-keyword-signal-scanner (com.mambabuilt/mcp-job-board-keyword-signal-scanner@1.0.5) Scans Greenhouse, Lever, Ashby, Workday, Rippling for roles in any category. Clay-ready. installs: npm:@mambalabsdev/mcp-job-board-keyword-signal-scanner detail: https://mcpindex.ai/server/com-mambabuilt-mcp-job-board-keyword-signal-scanner - com.mambabuilt/mcp-legal-entity-resolver (com.mambabuilt/mcp-legal-entity-resolver@1.0.0) Resolve a company domain to its registered legal entity, company number, LEI and VAT number. installs: npm:@mambalabsdev/mcp-legal-entity-resolver detail: https://mcpindex.ai/server/com-mambabuilt-mcp-legal-entity-resolver - com.mambabuilt/mcp-outbound-infrastructure-fingerprint (com.mambabuilt/mcp-outbound-infrastructure-fingerprint@1.0.0) Detect whether a company runs cold outbound, on what stack, and from which sending domains. installs: npm:@mambalabsdev/mcp-outbound-infrastructure-fingerprint detail: https://mcpindex.ai/server/com-mambabuilt-mcp-outbound-infrastructure-fingerprint - com.mambabuilt/mcp-public-award-monitor (com.mambabuilt/mcp-public-award-monitor@1.0.0) Find the companies that won US or UK public contracts, grants or SBIR awards in a window. installs: npm:@mambalabsdev/mcp-public-award-monitor detail: https://mcpindex.ai/server/com-mambabuilt-mcp-public-award-monitor - com.mambabuilt/mcp-publication-cadence-tracker (com.mambabuilt/mcp-publication-cadence-tracker@1.0.0) How often a company publishes long-form work, and whether that rate is rising or falling. installs: npm:@mambalabsdev/mcp-publication-cadence-tracker detail: https://mcpindex.ai/server/com-mambabuilt-mcp-publication-cadence-tracker - com.mambabuilt/mcp-team-page-people-extractor (com.mambabuilt/mcp-team-page-people-extractor@1.0.0) Extract the people a company publishes on its own team, leadership or about page. installs: npm:@mambalabsdev/mcp-team-page-people-extractor detail: https://mcpindex.ai/server/com-mambabuilt-mcp-team-page-people-extractor - com.mambabuilt/mcp-workplace-program-detector (com.mambabuilt/mcp-workplace-program-detector@1.0.0) Detect the employee programs a company publishes: ERGs, DEI, benefits, leave, volunteering. installs: npm:@mambalabsdev/mcp-workplace-program-detector detail: https://mcpindex.ai/server/com-mambabuilt-mcp-workplace-program-detector - com.mamoie/hazard (com.mamoie/hazard@1.0.0) Disaster risk for any Japanese address from official government data. 6 hazards, sources cited. installs: remote:https://mamoie.com/api/mcp detail: https://mcpindex.ai/server/com-mamoie-hazard - ManageLM (com.managelm/managelm@1.4.4) AI Linux & Windows server management with Claude MCP and fully private agents using local AI installs: remote:https://app.managelm.com/mcp detail: https://mcpindex.ai/server/com-managelm-managelm - com.mapadecaborojo/puerto-rico (com.mapadecaborojo/puerto-rico@1.0.0) Puerto Rico's hand-verified data layer: businesses, health deserts, FDA recalls, public record. installs: remote:https://vprjteqgmanntvisjrvp.supabase.co/functions/v1/mcp-puerto-rico detail: https://mcpindex.ai/server/com-mapadecaborojo-puerto-rico - Margin of Insight — Equity Research (com.marginofinsight/research@1.0.0) Equity research API for US-listed companies. Free primer, $1 fundamentals, $2 investment memo. installs: remote:https://app.marginofinsight.com/api/mcp detail: https://mcpindex.ai/server/com-marginofinsight-research - com.market-graphs/mcp (com.market-graphs/mcp@1.0.0) Praxis: published trading strategies re-run and audited — verdicts, claimed vs measured stats. installs: remote:https://mcp.market-graphs.com/mcp detail: https://mcpindex.ai/server/com-market-graphs-mcp - com.marketcheck/marketcheck-ai-reports (com.marketcheck/marketcheck-ai-reports@1.0.0) Vehicle valuations & market reports for AI assistants. Pay per report, no subscription. installs: remote:https://reports.marketcheck.com/mcp detail: https://mcpindex.ai/server/com-marketcheck-marketcheck-ai-reports - Markus Tenghamn (com.markustenghamn/site@1.0.0) Blog posts, work experience, projects and contact details for Markus Tenghamn, as MCP tools. installs: remote:https://markustenghamn.com/mcp detail: https://mcpindex.ai/server/com-markustenghamn-site - com.mathieuberthet/mb-mastering (com.mathieuberthet/mb-mastering@1.0.0) Studio de mastering MB Mastering (Paris) : services, tarifs, infos studio, FAQ et demande de devis. installs: remote:https://mcp.mathieuberthet.com/ detail: https://mcpindex.ai/server/com-mathieuberthet-mb-mastering - matterfact (com.matterfact/matterfact@0.1.0) Investment research superagent: podcasts, SEC filings, and no-code research pipelines. installs: remote:https://mcp.matterfact.com/mcp detail: https://mcpindex.ai/server/com-matterfact-matterfact - Maximum Sats (com.maximumsats/maximumsats@2.0.0) Bitcoin AI + Nostr WoT scoring (12 tools). L402 pay-per-call. 50 free WoT/day. installs: manual detail: https://mcpindex.ai/server/com-maximumsats-maximumsats - com.mcparmory/agentql (com.mcparmory/agentql@1.0.8) Query webpages and extract structured data using natural language installs: pypi:mcparmory-agentql | docker:ghcr.io/mcparmory/agentql:1.0.8 detail: https://mcpindex.ai/server/com-mcparmory-agentql - com.mcparmory/ahrefs (com.mcparmory/ahrefs@1.0.3) Analyze domain authority, backlinks, traffic, and keyword rankings for SEO intelligence installs: pypi:mcparmory-ahrefs | docker:ghcr.io/mcparmory/ahrefs:1.0.3 detail: https://mcpindex.ai/server/com-mcparmory-ahrefs - com.mcparmory/airtable (com.mcparmory/airtable@1.0.3) Create, read, update, and delete records in Airtable bases and tables installs: pypi:mcparmory-airtable | docker:ghcr.io/mcparmory/airtable:1.0.3 detail: https://mcpindex.ai/server/com-mcparmory-airtable - com.mcparmory/alchemy-nft (com.mcparmory/alchemy-nft@1.0.3) Retrieve NFT metadata, ownership, and contract details across blockchains installs: pypi:mcparmory-alchemy-nft | docker:ghcr.io/mcparmory/alchemy-nft:1.0.3 detail: https://mcpindex.ai/server/com-mcparmory-alchemy-nft - com.mcparmory/builtwith (com.mcparmory/builtwith@1.0.3) Detect technologies and tech stacks used on any website installs: pypi:mcparmory-builtwith | docker:ghcr.io/mcparmory/builtwith:1.0.3 detail: https://mcpindex.ai/server/com-mcparmory-builtwith - com.mcparmory/canva (com.mcparmory/canva@1.0.5) Create designs, manage assets, and automate design generation from external workflows installs: pypi:mcparmory-canva | docker:ghcr.io/mcparmory/canva:1.0.5 detail: https://mcpindex.ai/server/com-mcparmory-canva - com.mcparmory/canvas (com.mcparmory/canvas@1.0.3) Manage courses, submissions, grades, and student data in Canvas LMS installs: pypi:mcparmory-canvas | docker:ghcr.io/mcparmory/canvas:1.0.3 detail: https://mcpindex.ai/server/com-mcparmory-canvas - com.mcparmory/circleci (com.mcparmory/circleci@1.0.4) Manage CI/CD pipelines, workflows, and job metrics across projects installs: pypi:mcparmory-circleci | docker:ghcr.io/mcparmory/circleci:1.0.4 detail: https://mcpindex.ai/server/com-mcparmory-circleci - com.mcparmory/contentful-management (com.mcparmory/contentful-management@1.0.3) Create, update, and publish content across spaces and environments installs: pypi:mcparmory-contentful-management | docker:ghcr.io/mcparmory/contentful-management:1.0.3 detail: https://mcpindex.ai/server/com-mcparmory-contentful-management - com.mcparmory/customerio-journeys-track (com.mcparmory/customerio-journeys-track@1.0.5) Track customer data, manage audience segments, and trigger personalized campaigns installs: pypi:mcparmory-customerio-journeys-track | docker:ghcr.io/mcparmory/customerio-journeys-track:1.0.5 detail: https://mcpindex.ai/server/com-mcparmory-customerio-journeys-track - com.mcparmory/e2b (com.mcparmory/e2b@1.0.5) Create and manage secure sandboxes for running AI agent code installs: pypi:mcparmory-e2b | docker:ghcr.io/mcparmory/e2b:1.0.5 detail: https://mcpindex.ai/server/com-mcparmory-e2b - com.mcparmory/figma (com.mcparmory/figma@1.0.6) Export files, access design data, manage projects, comments, and team assets installs: pypi:mcparmory-figma | docker:ghcr.io/mcparmory/figma:1.0.6 detail: https://mcpindex.ai/server/com-mcparmory-figma - com.mcparmory/files-com (com.mcparmory/files-com@1.0.3) Manage files, users, and automated workflows across cloud storage and protocols installs: pypi:mcparmory-files-com | docker:ghcr.io/mcparmory/files-com:1.0.3 detail: https://mcpindex.ai/server/com-mcparmory-files-com - com.mcparmory/globalping (com.mcparmory/globalping@1.0.3) Run network tests (ping, traceroute, DNS) from probes worldwide installs: pypi:mcparmory-globalping | docker:ghcr.io/mcparmory/globalping:1.0.3 detail: https://mcpindex.ai/server/com-mcparmory-globalping - com.mcparmory/launchdarkly (com.mcparmory/launchdarkly@1.0.4) Manage feature flags, segments, projects, environments, and team members installs: pypi:mcparmory-launchdarkly | docker:ghcr.io/mcparmory/launchdarkly:1.0.4 detail: https://mcpindex.ai/server/com-mcparmory-launchdarkly - com.mcparmory/miro (com.mcparmory/miro@1.0.2) Create and manage collaborative boards, items, and diagrams programmatically installs: pypi:mcparmory-miro | docker:ghcr.io/mcparmory/miro:1.0.2 detail: https://mcpindex.ai/server/com-mcparmory-miro - com.mcparmory/netlicensing (com.mcparmory/netlicensing@1.0.2) Create and manage software licenses, products, modules, and customer licensing agreements installs: pypi:mcparmory-netlicensing | docker:ghcr.io/mcparmory/netlicensing:1.0.2 detail: https://mcpindex.ai/server/com-mcparmory-netlicensing - com.mcparmory/outline (com.mcparmory/outline@1.0.2) Create, manage, and organize team documents, collections, and share permissions installs: pypi:mcparmory-outline | docker:ghcr.io/mcparmory/outline:1.0.2 detail: https://mcpindex.ai/server/com-mcparmory-outline - com.mcparmory/polygon (com.mcparmory/polygon@1.0.2) Access stock, crypto, and ETF market data, analyst ratings, earnings, and financial news installs: pypi:mcparmory-polygon | docker:ghcr.io/mcparmory/polygon:1.0.2 detail: https://mcpindex.ai/server/com-mcparmory-polygon - com.mcparmory/postman (com.mcparmory/postman@1.0.2) Create, organize, and manage API collections, specifications, and team workspaces installs: pypi:mcparmory-postman | docker:ghcr.io/mcparmory/postman:1.0.2 detail: https://mcpindex.ai/server/com-mcparmory-postman - com.mcparmory/ramp (com.mcparmory/ramp@1.0.2) Manage expenses, corporate cards, accounts payable, and accounting integrations installs: pypi:mcparmory-ramp | docker:ghcr.io/mcparmory/ramp:1.0.2 detail: https://mcpindex.ai/server/com-mcparmory-ramp - com.mcparmory/rootly (com.mcparmory/rootly@1.0.5) Manage incident alerts, events, and workflows with custom automations installs: pypi:mcparmory-rootly | docker:ghcr.io/mcparmory/rootly:1.0.5 detail: https://mcpindex.ai/server/com-mcparmory-rootly - com.mcparmory/runpod (com.mcparmory/runpod@1.0.1) Launch, scale, and manage GPU pods and serverless endpoints across regions installs: pypi:mcparmory-runpod | docker:ghcr.io/mcparmory/runpod:1.0.1 detail: https://mcpindex.ai/server/com-mcparmory-runpod - com.mcparmory/semrush-appcenter (com.mcparmory/semrush-appcenter@1.0.2) Manage subscriptions, users, and send event notifications for Semrush apps installs: pypi:mcparmory-semrush-appcenter | docker:ghcr.io/mcparmory/semrush-appcenter:1.0.2 detail: https://mcpindex.ai/server/com-mcparmory-semrush-appcenter - com.mcparmory/shortcut (com.mcparmory/shortcut@1.0.2) Track stories, organize sprints, and manage project workflows across your team installs: pypi:mcparmory-shortcut | docker:ghcr.io/mcparmory/shortcut:1.0.2 detail: https://mcpindex.ai/server/com-mcparmory-shortcut - Agent Interviews MCP Server from MCPBundles (com.mcpbundles/agent-interviews@1.0.0) Agent Interviews is an AI-powered research platform designed to conduct qualitative interviews an... installs: remote:https://mcp.mcpbundles.com/bundle/agent-interviews/ detail: https://mcpindex.ai/server/com-mcpbundles-agent-interviews - MCPBundles Hub (com.mcpbundles/hub@1.0.0) Access all your MCPBundles tools in one place. Unified hub for all enabled bundles. installs: remote:https://mcp.mcpbundles.com/hub/ detail: https://mcpindex.ai/server/com-mcpbundles-hub - UK Air Quality MCP Server from MCPBundles (com.mcpbundles/uk-air-quality@1.0.0) Access UK air quality data, monitoring sites, and hourly pollutant measurements across regions installs: remote:https://mcp.mcpbundles.com/bundle/uk-air-quality/ detail: https://mcpindex.ai/server/com-mcpbundles-uk-air-quality - UK Civic & Parliamentary Data MCP Server from MCPBundles (com.mcpbundles/uk-civic-parliamentary@1.0.0) Query UK Parliament, elections, crime stats, ONS census data, and national archives installs: remote:https://mcp.mcpbundles.com/bundle/uk-civic-parliamentary/ detail: https://mcpindex.ai/server/com-mcpbundles-uk-civic-parliamentary - UK Environmental Intelligence MCP Server from MCPBundles (com.mcpbundles/uk-environmental-intelligence@1.0.0) Access UK flood warnings, river levels, water quality, Met Office forecasts, and carbon data installs: remote:https://mcp.mcpbundles.com/bundle/uk-environmental-intelligence/ detail: https://mcpindex.ai/server/com-mcpbundles-uk-environmental-intelligence - UK Public Services & Health MCP Server from MCPBundles (com.mcpbundles/uk-public-services-health@1.0.0) Access CQC care ratings, NHS health services, and food hygiene data across the UK installs: remote:https://mcp.mcpbundles.com/bundle/uk-public-services-health/ detail: https://mcpindex.ai/server/com-mcpbundles-uk-public-services-health - McpMux (com.mcpmux/mcp-mux@0.1.1) McpMux — configure MCP servers once, connect every AI client through one local gateway. installs: manual detail: https://mcpindex.ai/server/com-mcpmux-mcp-mux - MCP Queen (com.mcpqueen/registry@0.3.0) The evidence layer for MCP: live operational grades plus Trust Receipts for every registry server. installs: remote:https://mcpqueen.com/mcp detail: https://mcpindex.ai/server/com-mcpqueen-registry - com.medplum/mcp (com.medplum/mcp@1.0.0) Securely access and manage FHIR healthcare data stored in Medplum. installs: remote:https://api.medplum.com/mcp/stream detail: https://mcpindex.ai/server/com-medplum-mcp - com.medusajs/medusa-mcp (com.medusajs/medusa-mcp@1.0.0) Retrieve information from the Medusa documentation to assist you with your Medusa development. installs: remote:https://docs.medusajs.com/mcp detail: https://mcpindex.ai/server/com-medusajs-medusa-mcp - Meertrack (com.meertrack/mcp-server@2.2.0) Competitive intelligence - track what competitors ship each week. 8 tools, 3 prompt workflows. installs: npm:@meertrack/mcp | remote:https://mcp.meertrack.com/mcp detail: https://mcpindex.ai/server/com-meertrack-mcp-server - MeisterTask (com.meistertask/mcp@1.0.0) Create and manage MeisterTask projects, tasks, and notes from your AI assistant. installs: remote:https://mcp.meistertask.com/mcp detail: https://mcpindex.ai/server/com-meistertask-mcp - Melvea Local Honey Discovery (com.melvea/local-discovery@0.1.1) Citation-backed honey producer discovery by place or varietal. Free, no auth. installs: remote:https://mcp.melvea.com detail: https://mcpindex.ai/server/com-melvea-local-discovery - MemoTrader MCP Server (com.memotrader/mcp@0.1.0) AI-to-human attention marketplace. Agents pay CPM to reach humans, earn credits by replying. installs: npm:memotrader-mcp detail: https://mcpindex.ai/server/com-memotrader-mcp - mendapi (com.mendapi/mendapi@0.5.6) Detect API breaking changes, scan your codebase for impact, and draft the fix. Runs locally. installs: npm:mendapi detail: https://mcpindex.ai/server/com-mendapi-mendapi - Mentionkit (com.mentionkit/social-listening@1.1.0) Track social mentions, find opportunities, and manage keywords with Mentionkit. installs: remote:https://api.mentionkit.com/mcp detail: https://mcpindex.ai/server/com-mentionkit-social-listening - com.merchantwords/merchantwords (com.merchantwords/merchantwords@1.0.0) Amazon keyword volume, reverse-ASIN, and SERP data across 11 marketplaces. installs: remote:https://mcp.merchantwords.com/mcp detail: https://mcpindex.ai/server/com-merchantwords-merchantwords - MeritValue (com.meritvalue/meritvalue@2.1.0) Intrinsic stock value from SEC filings: DCF, EPV, Graham, moat signals. Deterministic, not guessed. installs: remote:https://mcp.meritvalue.com/mcp detail: https://mcpindex.ai/server/com-meritvalue-meritvalue - Merlonix Monitoring (com.merlonix/monitoring@1.0.2) Monitoring for agencies — uptime, SSL, DNS, blocklists, AI visibility, MCP health. 8 no-auth tools. installs: remote:https://api.merlonix.com/mcp detail: https://mcpindex.ai/server/com-merlonix-monitoring - com.mermaidchart/mermaid-mcp (com.mermaidchart/mermaid-mcp@1.0.0) MCP server for Mermaid diagram validation and rendering installs: remote:https://mcp.mermaidchart.com/mcp detail: https://mcpindex.ai/server/com-mermaidchart-mermaid-mcp - Meta Council (com.meta-council/decision-intelligence@1.4.0) Multi-expert decision intelligence with transparent synthesis and auditable workflows. installs: remote:https://meta-council.com/mcp detail: https://mcpindex.ai/server/com-meta-council-decision-intelligence - MetalMiner (com.metalminer/mcp@1.0.0) Licensed metal, mineral & commodity price indices, history & forecasts by form, grade & region. installs: remote:https://mcp.metalminer.com/mcp detail: https://mcpindex.ai/server/com-metalminer-mcp - MetricDuck — Financial Analysis (com.metricduck/financial-analysis@0.4.1) SEC filing intelligence for AI agents. Financials, screening, peer comparison for 5,000+ companies. installs: remote:https://mcp.metricduck.com/mcp detail: https://mcpindex.ai/server/com-metricduck-financial-analysis - com.metricprovenance/odgs-mcp-server (com.metricprovenance/odgs-mcp-server@0.3.3) ODGS governance enforcement — validation, regulation compilation, drift detection, signed S-Certs. installs: pypi:odgs-mcp-server detail: https://mcpindex.ai/server/com-metricprovenance-odgs-mcp-server - com.metricspot/seo-mcp (com.metricspot/seo-mcp@0.1.1) Six tools for SEO and AI-readability audits. 91 checks, 11 score modules. installs: npm:@metricspot/mcp-server | remote:https://mcp.metricspot.com/mcp detail: https://mcpindex.ai/server/com-metricspot-seo-mcp - Velmo (com.meuvelmo/velmo@0.1.0) Diagnóstico patrimonial 360 (Wealth X-Ray) somente leitura, com fontes e próximos passos. installs: remote:https://mcp.meuvelmo.com/mcp detail: https://mcpindex.ai/server/com-meuvelmo-velmo - com.mfgcalcs/mfgcalcs (com.mfgcalcs/mfgcalcs@1.0.0) 5,400+ manufacturing calculators plus live U.S. tariff, PMI, cost-index, wage, and forecast data. installs: remote:https://www.mfgcalcs.com/api/mcp detail: https://mcpindex.ai/server/com-mfgcalcs-mfgcalcs - com.microsoft.esrp/esrp-oss-mcp-test (com.microsoft.esrp/esrp-oss-mcp-test@26.226.135743) The ESRP OSS MCP server exposes tools to discover & validate trusted Microsoft OSS Packages. installs: npm:@microsoft/esrp-release-test-integration | pypi:esrp_release_test | docker:docker.io/sravanmsft/esrp-oss-mcp-test:latest | remote:https://esrp-mcp-server-{env}.azurewebsites.net/mcp detail: https://mcpindex.ai/server/com-microsoft-esrp-esrp-oss-mcp-test - com.microsoft/esrp-oss-mcp-test (com.microsoft/esrp-oss-mcp-test@26.527.121158) The ESRP OSS MCP server exposes tools to discover & validate trusted Microsoft OSS Packages. installs: npm:@microsoft/esrp-release-test-integration | pypi:esrp_release_test | docker:docker.io/sravanmsft/esrp-oss-mcp-test:mcpserver | remote:https://esrp-mcp-server-test-{env}.azurewebsites.net/mcp detail: https://mcpindex.ai/server/com-microsoft-esrp-oss-mcp-test - Microsoft Fabric MCP Server (com.microsoft/microsoft-fabric@1.3.0) MCP tools for interacting with Microsoft Fabric installs: npm:@microsoft/fabric-mcp detail: https://mcpindex.ai/server/com-microsoft-microsoft-fabric - Microsoft NuGet (com.microsoft/nuget@1.4.16) A Model Context Protocol (MCP) server for NuGet. installs: manual detail: https://mcpindex.ai/server/com-microsoft-nuget - Power BI Modeling MCP Server (com.microsoft/powerbi-modeling-mcp@0.5.0-beta.12) The Power BI Modeling MCP Server brings Power BI semantic modeling capabilities to your AI agents. installs: npm:@microsoft/powerbi-modeling-mcp detail: https://mcpindex.ai/server/com-microsoft-powerbi-modeling-mcp - Template MCP Server (com.microsoft/template-server-name@0.0.12-alpha.5932986) Template MCP server example. installs: npm:@azure/mcp-template | pypi:msmcp-template detail: https://mcpindex.ai/server/com-microsoft-template-server-name - Admin MCP Server (com.microsoft/workiq-admintools@1.0.0) MCP Server containing tools relating to Microsoft Admin Center installs: remote:https://agent365.svc.cloud.microsoft/agents/tenants/{tenant_id}/servers/mcp_AdminTools detail: https://mcpindex.ai/server/com-microsoft-workiq-admintools - Work IQ User MCP Server (com.microsoft/workiq-meserver@1.0.0) Tools for retrieving user details, manager, team or direct reportees from Microsoft Graph. installs: remote:https://agent365.svc.cloud.microsoft/agents/tenants/{tenant_id}/servers/mcp_MeServer detail: https://mcpindex.ai/server/com-microsoft-workiq-meserver - SharePointListsTools (com.microsoft/workiq-sharepointliststools@1.0.0) MCP server providing Microsoft Graph SharePoint tools for Lists. installs: remote:https://agent365.svc.cloud.microsoft/agents/tenants/{tenant_id}/servers/mcp_SharePointListsTools detail: https://mcpindex.ai/server/com-microsoft-workiq-sharepointliststools - Work IQ Teams MCP Server (com.microsoft/workiq-teamsserver@1.0.0) Manage Microsoft Teams chats, channels, users, and messages via Graph API. installs: remote:https://agent365.svc.cloud.microsoft/agents/tenants/{tenant_id}/servers/mcp_TeamsServer detail: https://mcpindex.ai/server/com-microsoft-workiq-teamsserver - Bible by Midvash (com.midvash/bible@1.0.0) Free, no-key Bible MCP server — 86 translations in 32 languages, from any MCP client. installs: remote:https://mcp.midvash.com/mcp/registry detail: https://mcpindex.ai/server/com-midvash-bible - MindDory Brain (com.minddory/brain@1.0.1) Turn AI chats into vocabulary: capture words and grammar into spaced-repetition flashcards. installs: remote:https://api.minddory.com/v1/brain/mcp detail: https://mcpindex.ai/server/com-minddory-brain - good_honker (com.mino-yakking/good-honker@1.0.0) Ask Claude about Goose shows: setlists, jams, venues, song history. Live from ElGoose.net. installs: remote:https://good-honker.mino-yakking.com/mcp detail: https://mcpindex.ai/server/com-mino-yakking-good-honker - good_wook (com.mino-yakking/good-wook@1.0.0) Ask Claude about Phish shows: setlists, song gaps, jams, venues. Live from Phish.net. installs: remote:https://good-wook.mino-yakking.com/mcp detail: https://mcpindex.ai/server/com-mino-yakking-good-wook - com.mintverdict/mintverdict (com.mintverdict/mintverdict@0.1.2) Solana token risk verdicts, rug checks & outcome labels for AI agents. Pay-per-call x402 USDC. installs: npm:mintverdict-mcp detail: https://mcpindex.ai/server/com-mintverdict-mintverdict - Garmin — MissingMCP (com.missingmcp/garmin@1.0.0) Garmin data in Claude: 135 tools — activities, sleep, HRV, training, workouts. Free, open source. installs: remote:https://missingmcp.com/garmin/mcp detail: https://mcpindex.ai/server/com-missingmcp-garmin - WHOOP — MissingMCP (com.missingmcp/whoop@1.0.0) WHOOP recovery, strain, sleep and workouts in Claude via official WHOOP OAuth. Free, open source. installs: remote:https://missingmcp.com/whoop/mcp detail: https://mcpindex.ai/server/com-missingmcp-whoop - Mixer4AI (com.mixer4ai/mixer4ai@1.0.0) Mixer4AI — verified AI agents, trusted introductions, for agents acting for real businesses. installs: remote:https://mcp.mixer4ai.com/ detail: https://mcpindex.ai/server/com-mixer4ai-mixer4ai - com.mnemopay/gridstamp (com.mnemopay/gridstamp@1.2.0) Cryptographic spatial proof-of-presence for AV fleets, logistics, AR. 91% spoof detection. installs: npm:gridstamp detail: https://mcpindex.ai/server/com-mnemopay-gridstamp - com.mographr/motion-tools (com.mographr/motion-tools@1.0.0) Render animated motion-graphics overlays as MP4: lower thirds, titles, callouts installs: remote:https://mcp.mographr.com/mcp detail: https://mcpindex.ai/server/com-mographr-motion-tools - MolTravel (com.moltravel/travel@1.0.0) Aggregated travel MCP — flights, tours, activities, price checks, visas, and more. installs: remote:https://mcp.moltravel.com/mcp detail: https://mcpindex.ai/server/com-moltravel-travel - com.monday/monday.com (com.monday/monday.com@0.0.1) MCP server for monday.com integration. installs: remote:https://mcp.monday.com/mcp detail: https://mcpindex.ai/server/com-monday-monday-com - Money You're Owed Catalog (com.moneyyoureowed/catalog@1.0.0) Informational Q&A: money owed to consumers (deposits, claims, unclaimed funds). No debt relief. installs: remote:https://mcp.moneyyoureowed.com/mcp detail: https://mcpindex.ai/server/com-moneyyoureowed-catalog - com.monikaskorykow/workshops (com.monikaskorykow/workshops@1.0.0) MCP server for Monika Skorykow workshops - browse prices and promotions installs: npm:@monikaskorykow/mcp-workshops | remote:https://mcp-workshops.jani-828.workers.dev/sse detail: https://mcpindex.ai/server/com-monikaskorykow-workshops - Planner — provable "done" for AI agents (com.monopoly-gold.planner/mcp@0.2.0) Goal decomposition where every "done" is proven by evidence and checked by a judge. installs: remote:https://planner.monopoly-gold.com/_mcp detail: https://mcpindex.ai/server/com-monopoly-gold-planner-mcp - MoodleMCP (com.moodlemcp/moodle@1.0.0) Connect your Moodle to AI assistants: courses, content, grading and reports from the chat. installs: remote:https://moodlemcp.com/mcp detail: https://mcpindex.ai/server/com-moodlemcp-moodle - Moonlora (com.moonlora/moonlora@1.0.0) Moon phases, moon signs, full/new moon dates 1900-2100, moonrise/moonset for any coordinates. installs: remote:https://moonlora.com/api/mcp detail: https://mcpindex.ai/server/com-moonlora-moonlora - Most Recommended Books (com.mostrecommendedbooks/books@2.0.0) Read-only MCP server for verified book recommendations and reading lists. installs: remote:https://mostrecommendedbooks.com/api/mcp detail: https://mcpindex.ai/server/com-mostrecommendedbooks-books - MovingPlace Moving Services (com.movingplace/mcp@1.2.0) Find, compare, and book local movers and moving-labor helpers via MovingPlace's marketplace. installs: remote:https://mcp.movingplace.com detail: https://mcpindex.ai/server/com-movingplace-mcp - com.mozonic/mozonic (com.mozonic/mozonic@0.1.0) AI mixing and mastering: analyze your mixes, run DSP autofix, render stems, and master tracks. installs: remote:https://mcp.mozonic.com/mcp detail: https://mcpindex.ai/server/com-mozonic-mozonic - Teamfight Tactics MCP Server (com.mr-bridge/tft-mcp-server@2.0.0) Teamfight Tactics data & AI coaching for Claude and ChatGPT — 19 tools, built-in Riot key. installs: remote:https://mrbridge--tft-mcp-server.apify.actor/mcp detail: https://mcpindex.ai/server/com-mr-bridge-tft-mcp-server - mttrly (com.mttrly/mcp@0.1.2) AI-powered incident management and server monitoring via MCP. installs: remote:https://api.mttrly.com/mcp detail: https://mcpindex.ai/server/com-mttrly-mcp - com.mudko/agent-ready-kit (com.mudko/agent-ready-kit@1.0.2) Agent-readiness scanner (0-5 score), robots.txt + llms.txt generators, managed agent enablement. installs: remote:https://mudko.com/api/mcp detail: https://mcpindex.ai/server/com-mudko-agent-ready-kit - com.mudko/onramperx (com.mudko/onramperx@0.1.0) Non-custodial value router: ranked fiat/crypto & cross-chain routes, swaps, onramp, gasless wallet. installs: remote:https://router.mudko.com/api/mcp detail: https://mcpindex.ai/server/com-mudko-onramperx - com.mukoko/nhimbe-events (com.mukoko/nhimbe-events@2.0.0-beta.1) Discover and manage community events across Africa on Nhimbe (Mukoko Events). installs: remote:https://events.mukoko.com/mcp detail: https://mcpindex.ai/server/com-mukoko-nhimbe-events - com.multilocale/multilocale (com.multilocale/multilocale@0.1.0) Manage translation projects, phrases and locales with secure organization-scoped tools and views. installs: remote:https://mcp.multilocale.com/mcp detail: https://mcpindex.ai/server/com-multilocale-multilocale - SEC Fundamentals API (com.multyplylabs/sec-fundamentals@0.1.0) SEC EDGAR financials, benchmarks, screening & Buffett value scans for agents. Pay x402 or API key. installs: remote:https://sec.multyplylabs.com/mcp detail: https://mcpindex.ai/server/com-multyplylabs-sec-fundamentals - com.munimind/munimind-mcp (com.munimind/munimind-mcp@0.3.2) Query 2,500+ NYC civic datasets (zoning, deeds, permits, violations, meetings) via Claude. installs: pypi:munimind-mcp detail: https://mcpindex.ai/server/com-munimind-munimind-mcp - com.munispot/municipal-data (com.munispot/municipal-data@1.0.0) Financial data, credit scores, and economic indicators for 14,800+ U.S. municipalities. installs: npm:@munispot/mcp | remote:https://www.munispot.com/api/mcp detail: https://mcpindex.ai/server/com-munispot-municipal-data - com.mux/mcp (com.mux/mcp@12.8.0) The official MCP Server for the Mux API installs: npm:@mux/mcp | remote:https://mcp.mux.com detail: https://mcpindex.ai/server/com-mux-mcp - My App Store Ranking (com.myappstoreranking/myappstoreranking@1.0.1) Access to your Apple App Store and Google Play Store rankings, competitors and chart moves. installs: remote:https://mcp.myappstoreranking.com/mcp detail: https://mcpindex.ai/server/com-myappstoreranking-myappstoreranking - com.mybiblecopilot/bible-copilot (com.mybiblecopilot/bible-copilot@1.0.0) Scripture-cited answers to any Bible question, plus verse text and study pages, for AI agents. installs: remote:https://mybiblecopilot.com/mcp detail: https://mcpindex.ai/server/com-mybiblecopilot-bible-copilot - com.mydriverparis/booking (com.mydriverparis/booking@1.4.0) Book a private driver in Paris: live quotes, airport transfers, tours, VIP Meet & Greet. No auth. installs: remote:https://mcp-mydriverparis.mydriverparis.workers.dev/mcp detail: https://mcpindex.ai/server/com-mydriverparis-booking - MyHairMail Agent Tools (com.myhairmailtools/agent-tools@0.1.0) Realtime wig stock, restock ETAs, and cross-brand color matching for AI agents. installs: remote:https://mcp.myhairmailtools.com/mcp detail: https://mcpindex.ai/server/com-myhairmailtools-agent-tools - Conference Partner (com.myhuiban.www/conference-partner@1.9.0) Academic conference & journal CFP deadlines, CCF/ICORE/QUALIS rankings, acceptance rates. installs: remote:https://www.myhuiban.com/mcp detail: https://mcpindex.ai/server/com-myhuiban-www-conference-partner - com.mylinedchart/chart-context (com.mylinedchart/chart-context@0.1.1) Read-only MCP server: AI agents read your live MyLinedChart desktop chart context. Local, IBKR. installs: npm:@mylinedchart/mcp-chart-context detail: https://mcpindex.ai/server/com-mylinedchart-chart-context - MyoAmigo (com.myoamigo/myoamigo@1.0.1) Agent-first strength-training platform across iOS, Web & MCP: read & write workouts, PRs & plans. installs: remote:https://api.myoamigo.com/mcp detail: https://mcpindex.ai/server/com-myoamigo-myoamigo - com.mystoq/storefront (com.mystoq/storefront@1.1.0) Discover Algerian COD stores on Mystoq, or manage your own: products, prices, shipping/fraud tools. installs: remote:https://mystoq.com/api/mcp detail: https://mcpindex.ai/server/com-mystoq-storefront - com.mysupermarket/grocery-prices (com.mysupermarket/grocery-prices@0.1.0) UK grocery price comparison across major supermarkets. installs: npm:@mysupermarket/mcp-grocery-prices detail: https://mcpindex.ai/server/com-mysupermarket-grocery-prices - com.mythsensus/mythsensus-mcp (com.mythsensus/mythsensus-mcp@0.3.7) Cosmic Score from 26 divination systems: the consensus when traditions disagree about you. installs: npm:mythsensus-mcp | remote:https://mythsensus.com/mcp detail: https://mcpindex.ai/server/com-mythsensus-mythsensus-mcp - Nahook (com.nahook/nahook@1.0.0) Manage Nahook webhooks from your AI client: endpoints, deliveries, retries, environments. installs: remote:https://mcp.nahook.com/ detail: https://mcpindex.ai/server/com-nahook-nahook - Name Brewery Domain Checker (com.namebrewery/domain-checker@1.0.0) Bulk domain checking for AI chats: availability, aftermarket prices, archive.org history, buy links installs: remote:https://mcp.namebrewery.com/mcp detail: https://mcpindex.ai/server/com-namebrewery-domain-checker - com.namingsignal/naming-signal (com.namingsignal/naming-signal@0.2.0) Evidence-first naming: briefs, sprints, exact domain checks, finalist research. Read-only. installs: npm:@namingsignal/mcp | remote:https://namingsignal.com/mcp detail: https://mcpindex.ai/server/com-namingsignal-naming-signal - com.nannykeeper.www/mcp-server (com.nannykeeper.www/mcp-server@1.7.0) Calculate US household employer (nanny) taxes + run payroll via AI agents. All 50 states. installs: npm:@nannykeeper/mcp-server detail: https://mcpindex.ai/server/com-nannykeeper-www-mcp-server - com.narrowhighway/concordance (com.narrowhighway/concordance@2.0.0) Deterministic claim verification with receipts across ~60 domains. No model in the loop. installs: remote:https://narrowhighway.com/mcp detail: https://mcpindex.ai/server/com-narrowhighway-concordance - NatGasLens — US Natural Gas & Henry Hub Data (com.natgaslens/natgaslens@0.4.2) US natural gas for agents: LNG feedgas, outages, EIA storage, Henry Hub curve, COT, charts installs: remote:https://mcp.natgaslens.com/mcp detail: https://mcpindex.ai/server/com-natgaslens-natgaslens - xytara MCP Executor (com.naxytra/xytara-mcp-executor@3.1.0) Public MCP server for summaries, DNS lookup, catalog, replies, and JSON checks. installs: remote:https://xytara-mcp-executor.onrender.com/mcp detail: https://mcpindex.ai/server/com-naxytra-xytara-mcp-executor - Neblla (com.neblla/neblla@1.0.0) Build and publish multiplayer apps and games on Neblla: scaffold, edit files, ship to the gallery. installs: remote:https://neblla.com/mcp detail: https://mcpindex.ai/server/com-neblla-neblla - com.negativeev/bet-checker (com.negativeev/bet-checker@1.4.3) Grade any MLB, WNBA, PGA or ATP bet against thousands of play-by-play game simulations. installs: remote:https://negativeev.com/mcp detail: https://mcpindex.ai/server/com-negativeev-bet-checker - Ubersuggest (com.neilpatelapi/ubersuggest@0.1.0) Ubersuggest SEO tools: keyword research, competitor analysis, backlinks, site audits and more. installs: remote:https://ubersuggest-mcp.neilpatelapi.com/mcp detail: https://mcpindex.ai/server/com-neilpatelapi-ubersuggest - com.nesimplicity/real-estate (com.nesimplicity/real-estate@1.0.0) Book a free consultation or home valuation with SimpliCity Real Estate in Lincoln, Nebraska. installs: remote:https://hooks.nesimplicity.com/mcp detail: https://mcpindex.ai/server/com-nesimplicity-real-estate - com.netentropyscore/coherence-signal (com.netentropyscore/coherence-signal@1.0.0) A brand's claim (website coherence) vs its reality (recent news), and the divergence. installs: remote:https://api.netentropyscore.com/mcp detail: https://mcpindex.ai/server/com-netentropyscore-coherence-signal - Neura Relay MCP (com.neurarelay/relay-mcp@0.1.0) Govern proposed Action Cards with Decision Receipts before developer-owned execution. installs: remote:https://www.neurarelay.com/mcp detail: https://mcpindex.ai/server/com-neurarelay-relay-mcp - com.newtqnia/newtqnia (com.newtqnia/newtqnia@1.0.0) Read-only access to NewTqnia news, terminology, and explainers in English and Arabic. installs: remote:https://newtqnia.com/mcp detail: https://mcpindex.ai/server/com-newtqnia-newtqnia - Niche — Editorial Intelligence (com.nicheangle/niche@1.4.0) Find the stories worth writing about: discover emerging stories, rank the angle, draft from sources. installs: remote:https://api.nicheangle.com/mcp detail: https://mcpindex.ai/server/com-nicheangle-niche - com.niftypm/mcp-server (com.niftypm/mcp-server@0.8.1) Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents. installs: remote:https://mcp.niftypm.com/mcp detail: https://mcpindex.ai/server/com-niftypm-mcp-server - Nirvana (com.nirvanahq/mcp@1.0.3) Read and update your Nirvana tasks and projects: GTD states, tags, due dates, and capture. installs: remote:https://mcp.nirvanahq.com/mcp detail: https://mcpindex.ai/server/com-nirvanahq-mcp - com.nivelrisk/mcp-server (com.nivelrisk/mcp-server@1.0.0) Commercial auto insurance MCP server for NYC TLC for-hire vehicles. 33 tools, submission to bind. installs: remote:https://mcp.nivelrisk.com/mcp detail: https://mcpindex.ai/server/com-nivelrisk-mcp-server - Nomad Forecast (com.nomadforecast/mcp@1.0.0) Trip planning for nomadic families: multi-stop trips, Schengen/visa, climate, destinations. installs: remote:https://nomadforecast.com/api/mcp detail: https://mcpindex.ai/server/com-nomadforecast-mcp - com.nombrio/name-check (com.nombrio/name-check@1.0.0) Live brand-name availability checks: US trademark (USPTO), domains, social handles, app stores. installs: remote:https://nombrio.com/api/mcp detail: https://mcpindex.ai/server/com-nombrio-name-check - Normatia (com.normatia/mcp@1.0.0) Servidor MCP de Normatia para la normativa técnica en edificación. installs: remote:https://mcp.normatia.com/mcp detail: https://mcpindex.ai/server/com-normatia-mcp - NP Ledger (com.npledger/np-ledger@1.0.0) Nonprofit fund accounting your AI agent helps you run — read the books and post entries. installs: remote:https://mcp.npledger.com/v1/ detail: https://mcpindex.ai/server/com-npledger-np-ledger - com.numbru/client-compass (com.numbru/client-compass@1.0.0) Behavioral intelligence for client-facing professionals. Know who you're walking into. installs: remote:https://numbru-mcp-server.numbru.workers.dev detail: https://mcpindex.ai/server/com-numbru-client-compass - Numeratica — financial planning calculations (com.numeratica/mcp@0.1.5) Deterministic US financial planning: retirement Monte Carlo, Roth conversion, RMD, tax, IRMAA, SS installs: npm:@numeratica/mcp | remote:https://api.numeratica.com/mcp detail: https://mcpindex.ai/server/com-numeratica-mcp - Nusii MCP Server (com.nusii/mcp@1.0.0) Nusii MCP server for drafting, pricing, and tracking business proposals. installs: remote:https://app.nusii.com/mcp detail: https://mcpindex.ai/server/com-nusii-mcp - com.o11r/daleel (com.o11r/daleel@1.0.1) Halal stock screening with receipts: every Sharia verdict cites its SEC filing. 5 methodologies. installs: remote:https://daleel.o11r.com/mcp detail: https://mcpindex.ai/server/com-o11r-daleel - com.obsmetrics.paygent/agents (com.obsmetrics.paygent/agents@0.0.8) Pay-per-call safety guards for AI agents: injection, tool-call, signing, secret, x402-trust. installs: remote:https://paygent.obsmetrics.com/mcp detail: https://mcpindex.ai/server/com-obsmetrics-paygent-agents - com.octo-dock/octodock (com.octo-dock/octodock@0.1.0) One MCP URL for all your apps. 600+ actions for AI. installs: remote:https://octo-dock.com/mcp/{apiKey} detail: https://mcpindex.ai/server/com-octo-dock-octodock - Octoparse MCP Server (com.octoparse/octoparse-mcp@1.0.0) Official Octoparse MCP server for template discovery, cloud tasks, and structured data export. installs: remote:https://mcp.octoparse.com detail: https://mcpindex.ai/server/com-octoparse-octoparse-mcp - Octura Solutions Site Tools (com.octurasolutions/site-tools@1.0.0) Deterministic Odoo ERP calculators: implementation cost, ROI, TCO, tax, payroll, inventory. installs: remote:https://octurasolutions.com/mcp detail: https://mcpindex.ai/server/com-octurasolutions-site-tools - Off-Nadir Delta (com.offnadir-delta/mcp@1.8.3) From first signal to satellite evidence: live world-event intelligence and collection planning. installs: remote:https://offnadir-delta.com/api/v1/mcp detail: https://mcpindex.ai/server/com-offnadir-delta-mcp - Okareo (com.okareo/okareo@public-0.0.43) Simulation, evaluation and monitoring for voice agents. installs: remote:https://tools.okareo.com/mcp detail: https://mcpindex.ai/server/com-okareo-okareo - com.olane/copass-local (com.olane/copass-local@0.3.2) Local encryption and project setup plugin for Copass. Keys never leave your machine. installs: pypi:olane-copass-local detail: https://mcpindex.ai/server/com-olane-copass-local - com.olane/cosync-local (com.olane/cosync-local@0.2.0) Local encryption and project setup plugin for CoSync. Keys never leave your machine. installs: pypi:olane-cosync-local detail: https://mcpindex.ai/server/com-olane-cosync-local - Old Cars Data (com.oldcarsdata/mcp@1.0.0) Collector-car auction history, live listings, bid trails, and market statistics for AI agents. installs: remote:https://api.oldcarsdata.com/mcp detail: https://mcpindex.ai/server/com-oldcarsdata-mcp - BEA Economic Accounts (com.olyport/bea@1.0.0) County GDP, personal income, and employment from the Bureau of Economic Analysis installs: remote:https://mcp.olyport.com/bea/mcp detail: https://mcpindex.ai/server/com-olyport-bea - BLS Employment & Wages (com.olyport/bls@1.1.0) Unemployment rates, labor force, and Consumer Price Index from the Bureau of Labor Statistics installs: remote:https://mcp.olyport.com/bls/mcp detail: https://mcpindex.ai/server/com-olyport-bls - CDC MMWR Reports (com.olyport/cdc-mmwr@1.1.0) Morbidity and Mortality Weekly Reports and disease surveillance installs: remote:https://mcp.olyport.com/cdc-mmwr/mcp detail: https://mcpindex.ai/server/com-olyport-cdc-mmwr - CDC PLACES Health Data (com.olyport/cdc-places@1.0.0) County and tract-level health outcomes, behaviors, and preventive services from CDC PLACES installs: remote:https://mcp.olyport.com/cdc-places/mcp detail: https://mcpindex.ai/server/com-olyport-cdc-places - CDC Social Vulnerability Index (com.olyport/cdc-svi@1.1.0) SVI scores and theme breakdowns by county and tract installs: remote:https://mcp.olyport.com/cdc-svi/mcp detail: https://mcpindex.ai/server/com-olyport-cdc-svi - CDC Mortality (WONDER) (com.olyport/cdc-wonder@1.1.0) Leading causes of death, mortality rates, infant mortality, and drug overdose data installs: remote:https://mcp.olyport.com/cdc-wonder/mcp detail: https://mcpindex.ai/server/com-olyport-cdc-wonder - Census ACS Demographics (com.olyport/census@1.1.0) Population, income, poverty, education, housing, and commuting from the US Census ACS installs: remote:https://mcp.olyport.com/census/mcp detail: https://mcpindex.ai/server/com-olyport-census - CMS Medicare Data (com.olyport/cms-medicare@1.1.0) Medicare spending, chronic conditions, hospital quality, readmissions, and enrollment installs: remote:https://mcp.olyport.com/cms-medicare/mcp detail: https://mcpindex.ai/server/com-olyport-cms-medicare - Cochrane Medical Reviews (com.olyport/cochrane@1.1.0) Systematic medical reviews and evidence-based healthcare research installs: remote:https://mcp.olyport.com/cochrane/mcp detail: https://mcpindex.ai/server/com-olyport-cochrane - College Scorecard (com.olyport/college-scorecard@1.1.0) Higher education data: tuition, graduation rates, and earnings installs: remote:https://mcp.olyport.com/college-scorecard/mcp detail: https://mcpindex.ai/server/com-olyport-college-scorecard - US Drought Monitor (com.olyport/drought@1.1.0) Current drought conditions and severity across the United States installs: remote:https://mcp.olyport.com/drought/mcp detail: https://mcpindex.ai/server/com-olyport-drought - DOE Energy Information (com.olyport/eia@1.1.0) Energy data from EIA: electricity, fuel prices, and renewables installs: remote:https://mcp.olyport.com/eia/mcp detail: https://mcpindex.ai/server/com-olyport-eia - EPA Air Quality & Toxics (com.olyport/epa@1.1.0) Toxics Release Inventory, Superfund sites, air quality data, and AQI installs: remote:https://mcp.olyport.com/epa/mcp detail: https://mcpindex.ai/server/com-olyport-epa - FBI Crime Data (com.olyport/fbi-crime@1.1.0) Crime estimates by type, state arrest data, and national crime trends from the FBI UCR installs: remote:https://mcp.olyport.com/fbi-crime/mcp detail: https://mcpindex.ai/server/com-olyport-fbi-crime - FCC Broadband Map (com.olyport/fcc-broadband@1.0.0) Broadband availability, providers, speeds, and BEAD classification from the FCC installs: remote:https://mcp.olyport.com/fcc-broadband/mcp detail: https://mcpindex.ai/server/com-olyport-fcc-broadband - FEMA Disasters (com.olyport/fema@1.1.0) Federal disaster declarations, emergencies, and assistance data installs: remote:https://mcp.olyport.com/fema/mcp detail: https://mcpindex.ai/server/com-olyport-fema - HMDA Mortgage Data (com.olyport/hmda@1.1.0) Home mortgage lending patterns, denial rates, and fair lending data installs: remote:https://mcp.olyport.com/hmda/mcp detail: https://mcpindex.ai/server/com-olyport-hmda - HRSA Health Resources (com.olyport/hrsa@1.0.0) Health professional shortage areas and community health centers installs: remote:https://mcp.olyport.com/hrsa/mcp detail: https://mcpindex.ai/server/com-olyport-hrsa - HUD Housing Data (com.olyport/hud-housing@1.1.0) Fair Market Rents, income limits, public housing, vouchers, and homeless counts installs: remote:https://mcp.olyport.com/hud-housing/mcp detail: https://mcpindex.ai/server/com-olyport-hud-housing - IRS 990 Nonprofit Data (com.olyport/irs-990@1.1.0) Nonprofit lookup and IRS 990 filing data: revenue, assets, and compensation via ProPublica installs: remote:https://mcp.olyport.com/irs-990/mcp detail: https://mcpindex.ai/server/com-olyport-irs-990 - NHTSA Vehicle Safety (com.olyport/nhtsa@1.1.0) Vehicle safety recalls, complaints, and crash data from NHTSA installs: remote:https://mcp.olyport.com/nhtsa/mcp detail: https://mcpindex.ai/server/com-olyport-nhtsa - NOAA Climate Data (com.olyport/noaa-climate@1.1.0) Historical climate data, temperatures, precipitation, and normals installs: remote:https://mcp.olyport.com/noaa-climate/mcp detail: https://mcpindex.ai/server/com-olyport-noaa-climate - O*NET Occupational Data (com.olyport/onet@1.1.0) Job descriptions, skills, education requirements, and wage data installs: remote:https://mcp.olyport.com/onet/mcp detail: https://mcpindex.ai/server/com-olyport-onet - SAMHSA Behavioral Health (com.olyport/samhsa@1.0.0) Behavioral health statistics from SAMHSA surveys including NSDUH installs: remote:https://mcp.olyport.com/samhsa/mcp detail: https://mcpindex.ai/server/com-olyport-samhsa - SAMHSA Treatment Locator (com.olyport/treatment-locator@1.0.0) Find substance abuse and mental health treatment facilities installs: remote:https://mcp.olyport.com/treatment-locator/mcp detail: https://mcpindex.ai/server/com-olyport-treatment-locator - USDA Food Access (com.olyport/usda-food@1.1.0) SNAP participation, food insecurity indicators, and agricultural statistics installs: remote:https://mcp.olyport.com/usda-food/mcp detail: https://mcpindex.ai/server/com-olyport-usda-food - NIFC Wildfire Data (com.olyport/wildfire@1.1.0) Active wildfire incidents from the National Interagency Fire Center installs: remote:https://mcp.olyport.com/wildfire/mcp detail: https://mcpindex.ai/server/com-olyport-wildfire - OnchainDiligence (com.onchaindiligence/compliance@1.1.0) Pay-per-call compliance via x402: wallet sanctions, OFAC name, UK + US company verification. installs: remote:https://mcp.onchaindiligence.com/mcp detail: https://mcpindex.ai/server/com-onchaindiligence-compliance - ONE HEART eSIM (com.oneheartesim.mcp/esim@1.0.0) 一心eSIM商品目錄查詢與下單服務:查詢各國eSIM上網方案的即時價格與庫存、依旅遊天數與用量推薦方案、協助建立訂單並取得LinePay或ECPay付款連結。 installs: remote:https://mcp.oneheartesim.com/ detail: https://mcpindex.ai/server/com-oneheartesim-mcp-esim - Shipping Rates & Postage Calculator (com.onlineshippingcalculator/shipping-rates@1.0.0) Live USPS, UPS & FedEx shipping rates plus USPS postage and stamp prices. Free, no API key. installs: remote:https://onlineshippingcalculator.com/api/mcp detail: https://mcpindex.ai/server/com-onlineshippingcalculator-shipping-rates - SuperSkill Registry (com.onlyharness/registry@0.3.1) Find, inspect and install reviewed reusable AI-agent capabilities from superskill.sh. installs: remote:https://superskill.sh/mcp detail: https://mcpindex.ai/server/com-onlyharness-registry - OnlyWorlds (com.onlyworlds/mcp@1.0.0) Read and write typed fictional worlds (22 linked element types) via the OnlyWorlds open standard. installs: remote:https://www.onlyworlds.com/mcp detail: https://mcpindex.ai/server/com-onlyworlds-mcp - OntoRamp Governance Assessment (com.ontoramp/governance-assessment@2.0.0) Governance maturity assessment, compliance gap analysis, and evidence-linked briefs for AI agents. installs: remote:https://mcp.ontoramp.com/mcp detail: https://mcpindex.ai/server/com-ontoramp-governance-assessment - OntoRamp Graph Query (com.ontoramp/graph-query@1.0.1) Architecture-grounded query for AI agents. Governance constraints, system dependencies, evidence. installs: remote:https://ontoramp-graph-query.fly.dev/mcp detail: https://mcpindex.ai/server/com-ontoramp-graph-query - OntoRamp Transformation Radar (com.ontoramp/transformation-radar@1.0.1) Transformation readiness gaps and initiative risk signals for AI agents and enterprise change leads. installs: remote:https://ontoramp-transformation-radar.fly.dev/mcp detail: https://mcpindex.ai/server/com-ontoramp-transformation-radar - OOTWOracle — Psychedelic Medicine Intelligence (com.ootworacle.www/predictions-server@1.0.0) AI predictions on psychedelic medicine regulation. 8-agent swarm, 460+ daily signals, free API. installs: remote:https://www.ootworacle.com/predictions.json detail: https://mcpindex.ai/server/com-ootworacle-www-predictions-server - Opedd — Licensed Content for AI (com.opedd/opedd-mcp@0.6.8) Licensed, rights-cleared content for AI agents - verifiable license keys + EU AI Act attestation. installs: npm:opedd-mcp | remote:https://mcp.opedd.com/mcp detail: https://mcpindex.ai/server/com-opedd-opedd-mcp - Open House Copilot (com.openhousecopilot/openhouse-copilot@1.0.0) AI open-house assistant for agents: sign-in kiosk + automated, consent-aware follow-ups. installs: remote:https://mcp.openhousecopilot.com/mcp detail: https://mcpindex.ai/server/com-openhousecopilot-openhouse-copilot - OpenShopGraph (com.openshopgraph/mcp@0.1.0) Open, verified shop database for AI agents: products, offers, price comparison, trust and coupons. installs: remote:https://api.openshopgraph.com/mcp detail: https://mcpindex.ai/server/com-openshopgraph-mcp - com.opsmill/infrahub-mcp (com.opsmill/infrahub-mcp@0.1.2) An MCP server connects your AI assistants to Infrahub using the open MCP standard. installs: pypi:infrahub-mcp detail: https://mcpindex.ai/server/com-opsmill-infrahub-mcp - OptionsBell Options Flow (com.optionsbell/options-flow@2.0.0) Unusual options activity on 7,000+ US stocks: top prints, streaks, IV rank, sentiment, sectors. installs: remote:https://optionsbell.com/mcp detail: https://mcpindex.ai/server/com-optionsbell-options-flow - Origine Paris (com.origineparis/mcp@0.3.0) Official MCP server of Origine Paris: recycled gold and IGI-certified lab-grown diamond jewellery. installs: remote:https://mcp.origineparis.com/mcp detail: https://mcpindex.ai/server/com-origineparis-mcp - Oriora Router (com.orioralabs/router@0.1.1) AI model routing on your own vendor keys: pick the best model per prompt, or route and run it. installs: remote:https://api.orioralabs.com/mcp detail: https://mcpindex.ai/server/com-orioralabs-router - orisha-data (com.orisha-data/orisha-data-mcp@0.1.1) MCP server for x402 paid market-data endpoints. installs: npm:orisha-data-mcp detail: https://mcpindex.ai/server/com-orisha-data-orisha-data-mcp - Otto Travel (com.ottotheagent/otto-travel@0.1.0) Plan, book, and manage business travel. installs: remote:https://api.ottotheagent.com/mcp detail: https://mcpindex.ai/server/com-ottotheagent-otto-travel - com.ou-reports/just-signal (com.ou-reports/just-signal@1.3.0) Keyless MCP for Just Signal: live quotes, report publishing, scorecard, and Chophouse panel grades. installs: npm:just-signal-mcp | remote:https://www.ou-reports.com/api/mcp.php detail: https://mcpindex.ai/server/com-ou-reports-just-signal - OutageDeck (com.outagedeck/outagedeck-status@1.1.0) Live status for 172 cloud and SaaS vendors from their official feeds. Is it you, or is it them? installs: remote:https://outagedeck.com/api/mcp detail: https://mcpindex.ai/server/com-outagedeck-outagedeck-status - com.outliyr/agent-tools (com.outliyr/agent-tools@1.0.0) Run the Energy Leak Quiz, match biohacking gear, and build a longevity stack. Free, no API key. installs: remote:https://longevity-stack-mcp.outliyr.com/mcp detail: https://mcpindex.ai/server/com-outliyr-agent-tools - OVHcloud (com.ovhcloud.eu.mcp/api@1.0.0) Official MCP server for managing OVHcloud infrastructures, services & account installs: remote:https://mcp.{region}.ovhcloud.com/mcp detail: https://mcpindex.ai/server/com-ovhcloud-eu-mcp-api - Owl Group Trading — Indicator Code (com.owlgrouptrading/indicator-code@0.1.0) Verified cross-platform implementations of Owl Group Trading indicators as queryable code. installs: remote:https://owlgrouptrading.com/mcp detail: https://mcpindex.ai/server/com-owlgrouptrading-indicator-code - com.pactlio/contracts (com.pactlio/contracts@1.0.0) Contract drafting, statute-cited US state law requirements, non-compete checks, risk analysis. installs: remote:https://www.pactlio.com/api/mcp detail: https://mcpindex.ai/server/com-pactlio-contracts - Pairoa (com.pairoa/pairoa@0.1.3) Your AI meets theirs before you do — private matching for needs, offers, and opportunities over MCP. installs: remote:https://mcp.pairoa.com detail: https://mcpindex.ai/server/com-pairoa-pairoa - com.palatemcp/palate (com.palatemcp/palate@0.1.0) The taste layer for AI website builders: real design taste from 270+ deeply-analysed sites. installs: remote:https://mcp.palatemcp.com/api/mcp detail: https://mcpindex.ai/server/com-palatemcp-palate - PandaDoc MCP Server (com.pandadoc.mcp/mcp@1.0.0) PandaDoc MCP server for creating, sending, signing, and tracking PandaDoc documents. installs: remote:https://mcp.pandadoc.com/v1/mcp detail: https://mcpindex.ai/server/com-pandadoc-mcp-mcp - com.pantryaide/pantry-aide (com.pantryaide/pantry-aide@1.0.0) AI meal plans that fill your Kroger/Instacart cart - pantry-aware lists, all from chat. installs: remote:https://pantryaide.com/mcp detail: https://mcpindex.ai/server/com-pantryaide-pantry-aide - Pantry Persona (com.pantrypersona/pantry-persona@1.0.0) AI-powered kitchen management — pantry, recipes, meal plans, shopping lists installs: remote:https://www.pantrypersona.com/api/mcp detail: https://mcpindex.ai/server/com-pantrypersona-pantry-persona - Pantts (com.pantts/pantts@1.1.0) Read and manage your Pantts boards — kanban, gantt, table and graph over one shared card model. installs: remote:https://pantts.com/mcp detail: https://mcpindex.ai/server/com-pantts-pantts - mcp-toolbelt (com.papacasper/mcp-toolbelt@1.0.0) Pay-per-call web, SEO, DNS, and network tools via the x402 protocol. installs: remote:https://papacasper.com/mcp detail: https://mcpindex.ai/server/com-papacasper-mcp-toolbelt - Parallax Ventures (com.parallaxvinc/parallax@1.0.0) Agent-callable Parallax services: catalog, pricing, project start, and booking. installs: remote:https://parallaxvinc.com/mcp detail: https://mcpindex.ai/server/com-parallaxvinc-parallax - Parameter (com.parameterfit/parameter@1.0.0) Your AI writes training plans that arrive as structured workouts on iPhone and Apple Watch. installs: remote:https://mcp.parameterfit.com/mcp detail: https://mcpindex.ai/server/com-parameterfit-parameter - com.parkinzi/parkinzi (com.parkinzi/parkinzi@0.3.0) Live Saudi smart-parking data: spots, EV chargers, stats, and blog. Read-only, no auth. installs: remote:https://parkinzi.com/mcp detail: https://mcpindex.ai/server/com-parkinzi-parkinzi - Partglyph MCP Gateway (com.partglyph/mcp-gateway@0.1.0) Deterministic industrial replacement engine with official catalogs and expert accuracy checks. installs: remote:https://app.partglyph.com/api-mcp/mcp detail: https://mcpindex.ai/server/com-partglyph-mcp-gateway - com.pathcoursehealth/pch-x402-mcp (com.pathcoursehealth/pch-x402-mcp@0.1.1) PathCourse Health inference SKUs as x402 paid MCP tools, billed per call in USDC on Base. installs: npm:pch-x402-mcp detail: https://mcpindex.ai/server/com-pathcoursehealth-pch-x402-mcp - com.paypal.mcp/mcp (com.paypal.mcp/mcp@1.0.0) PayPal MCP server provides access to PayPal services and operations for AI assistants installs: remote:https://mcp.paypal.com/mcp detail: https://mcpindex.ai/server/com-paypal-mcp-mcp - PayRent (com.payrent/mcp@1.0.0) Connect AI assistants to PayRent to manage landlord portfolios, confirming changes first. installs: remote:https://api.payrent.com/v3/mcp detail: https://mcpindex.ai/server/com-payrent-mcp - com.pcrzero/mcp (com.pcrzero/mcp@0.1.1) Issue signed receipts for AI agent actions; verify any receipt offline - free, no account (stdio). installs: npm:@scytalex-llc/pcrzero-mcp detail: https://mcpindex.ai/server/com-pcrzero-mcp - com.pearl.mcp/pearl-api-mcp-server (com.pearl.mcp/pearl-api-mcp-server@1.0.0) Hybrid human + AI expertise for faster, trusted answers and decisions via MCP Server. installs: remote:https://mcp.pearl.com/sse detail: https://mcpindex.ai/server/com-pearl-mcp-pearl-api-mcp-server - PeepTrend: YouTube Gaming Trend Finder (com.peeptrend/youtube-gaming-trend-finder@0.1.2) Find rising Steam games and YouTube content opportunities before the niche gets crowded. installs: npm:peeptrend-mcp detail: https://mcpindex.ai/server/com-peeptrend-youtube-gaming-trend-finder - PeerPush (com.peerpush/peerpush@1.0.1) Find, compare, and discover software, SaaS, and AI tools - pricing, alternatives, and trends. installs: remote:https://peerpush.com/api/mcp detail: https://mcpindex.ai/server/com-peerpush-peerpush - com.pentonym/clearance (com.pentonym/clearance@1.0.0) US & EU trademark, domain & handle clearance — a signed three-state verdict, not legal advice. installs: remote:https://mcp.pentonym.com detail: https://mcpindex.ai/server/com-pentonym-clearance - PeppolStatus (com.peppolstatus/api@1.0.0) Peppol market intelligence and network monitoring: migrations, provider churn, leads, and uptime. installs: remote:https://mcp.peppolstatus.com detail: https://mcpindex.ai/server/com-peppolstatus-api - Persimmon (com.persimmonhq/persimmon@0.1.1) Brand-intelligence MCP: momentum scoring, signal evidence, and competitive context for agents. installs: remote:https://mcp.persimmonhq.com/mcp detail: https://mcpindex.ai/server/com-persimmonhq-persimmon - Personyze (com.personyze/mcp@1.0.0) Manage web personalization campaigns, audiences and visitor data in Personyze. installs: remote:https://personyze.com/mcp/ detail: https://mcpindex.ai/server/com-personyze-mcp - com.petabloom/podcasts (com.petabloom/podcasts@0.2.8) An MCP server that provides tools to discover and retrieve podcast episodes transcripts. installs: remote:https://podcasts.petabloom.com/mcp detail: https://mcpindex.ai/server/com-petabloom-podcasts - Pet Data Station (com.petforai/pet-data-station@1.0.0) Source-verified pet food regulations, recalls, nutrient standards and species care data. installs: remote:https://petforai.com/mcp/ detail: https://mcpindex.ai/server/com-petforai-pet-data-station - PGA Golf (com.pga/pga-golf@1.0.0) PGA's official MCP Server for all things golf-related. Find a coach, play golf, improve your game. installs: remote:https://mcp.pga.com/mcp detail: https://mcpindex.ai/server/com-pga-pga-golf - com.phasefolio/phasefolio (com.phasefolio/phasefolio@0.1.4) Biotech rNPV/PoS engine for AI agents. Signed exports, evidence register, asset landscape. installs: npm:@phasefolio/mcp | remote:https://app.phasefolio.com/api/mcp detail: https://mcpindex.ai/server/com-phasefolio-phasefolio - Phone Bud (com.phone-bud/phone-bud@1.0.0) AI voice agents that make real phone calls: single calls or campaigns, with transcripts and notes. installs: remote:https://www.phone-bud.com/mcp detail: https://mcpindex.ai/server/com-phone-bud-phone-bud - PhoneMCP: AI-powered texts (com.phone-mcp/phonemcp-mcp-server@0.1.1) Send & receive texts using MCP. Use own phone! Get OTPs automate workflows Signup at phone-mcp.com installs: remote:https://phone-mcp.com/sse detail: https://mcpindex.ai/server/com-phone-mcp-phonemcp-mcp-server - com.phronesisintel/phronesis-hermes (com.phronesisintel/phronesis-hermes@1.0.0) Decision-assurance for AI agents: an auditable action boundary + receipt before it acts. installs: remote:https://api.phronesisintel.com/mcp detail: https://mcpindex.ai/server/com-phronesisintel-phronesis-hermes - com.picaos/mcp (com.picaos/mcp@2.0.3) A Model Context Protocol Server for Pica installs: npm:@picahq/mcp detail: https://mcpindex.ai/server/com-picaos-mcp - PILLAR GTM OS (com.pillargtm/gtm-os@1.0.0) AI-native GTM OS for B2B SaaS — account health, pipeline, renewals, territories, and benchmarks. installs: remote:https://app.pillargtm.com/api/mcp detail: https://mcpindex.ai/server/com-pillargtm-gtm-os - PinAppAI (com.pinappai/mcp@0.9.9) Visual website feedback your coding agent applies: pin change requests on the live site over MCP. installs: npm:@pinappai/mcp | remote:https://mcp.pinappai.com/mcp detail: https://mcpindex.ai/server/com-pinappai-mcp - com.pingvera/monitoring (com.pingvera/monitoring@1.0.0) Client-website monitoring for agencies: uptime, incidents, SSL/domain expiry, server metrics. installs: remote:https://app.pingvera.com/mcp detail: https://mcpindex.ai/server/com-pingvera-monitoring - com.pitbridge/pitbridge (com.pitbridge/pitbridge@0.2.2) Local-first MCP bridge for NinjaTrader 8 behind a deterministic guardrail engine. installs: pypi:pitbridge detail: https://mcpindex.ai/server/com-pitbridge-pitbridge - Pixelixe (com.pixelixe/pixelixe-mcp@1.0.2) Brand-safe MCP for AI agents to create editable, on-brand graphics and automate variants. installs: remote:https://studio.pixelixe.com/api/mcp/v1 detail: https://mcpindex.ai/server/com-pixelixe-pixelixe-mcp - Planning Center MCP Server (com.planningcenter/mcp@1.0.0) The official Planning Center MCP server for interacting with your ministry's data. installs: remote:https://mcp.planningcenteronline.com/mcp detail: https://mcpindex.ai/server/com-planningcenter-mcp - PlayByKey Music Theory (com.playbykey/theory-mcp@1.6.0) Chords, scales, progressions, transposition, and MIDI tools for music theory AI agents. installs: npm:@playbykey/theory-mcp detail: https://mcpindex.ai/server/com-playbykey-theory-mcp - com.playcallerapp/mcp (com.playcallerapp/mcp@1.0.0) Live NFL, MLB, and NBA sports intelligence: injury signals, identity resolution, projections. installs: remote:https://playcallerapp.com/mcp detail: https://mcpindex.ai/server/com-playcallerapp-mcp - com.plentopasto/mcp-server (com.plentopasto/mcp-server@0.1.1) Plan a week of budget-friendly family dinners from your pantry with Plento Pasto. installs: npm:@plentopasto/mcp-server detail: https://mcpindex.ai/server/com-plentopasto-mcp-server - PointBagel (com.pointbagel/pointbagel@1.0.0) Which card to use, what your points are worth, and whether each annual fee earns its keep. installs: remote:https://pointbagel.com/api/mcp detail: https://mcpindex.ai/server/com-pointbagel-pointbagel - PolicyLayer (com.policylayer/policylayer@1.0.1) The system of record for AI agent authority: playbooks, routed policy questions, reusable rules. installs: remote:https://mcp.policylayer.com/mcp detail: https://mcpindex.ai/server/com-policylayer-policylayer - com.policylayer/registry (com.policylayer/registry@1.0.1) The MCP server that vets MCP servers: identity, risk grade and per-tool risk before you install. installs: remote:https://api.policylayer.com/mcp detail: https://mcpindex.ai/server/com-policylayer-registry - com.ponito/product-intelligence (com.ponito/product-intelligence@0.1.1) Compare prices across Swiss and European shops — barcode (GTIN) lookup and daily price history. installs: remote:https://www.ponito.com/mcp detail: https://mcpindex.ai/server/com-ponito-product-intelligence - Port Scanner API (com.portscan/port-scanner@1.0.1) Scan the open TCP ports of your own public IP. Fast (32) or deep (65535). No key, no signup. installs: remote:https://api.portscan.com/mcp detail: https://mcpindex.ai/server/com-portscan-port-scanner - com.postgate-ai/microsoft-exchange (com.postgate-ai/microsoft-exchange@2026.7.11) Microsoft Exchange MCP server - hosted, multi-user, incl. Exchange on-prem & hybrid (EWS) installs: remote:https://mcp.postgate-ai.com detail: https://mcpindex.ai/server/com-postgate-ai-microsoft-exchange - com.postman/postman-mcp-server (com.postman/postman-mcp-server@2.11.2) A basic MCP server to operate on the Postman API. installs: npm:@postman/postman-mcp-server | remote:https://mcp.postman.com/mcp detail: https://mcpindex.ai/server/com-postman-postman-mcp-server - com.potomacledger/trades (com.potomacledger/trades@1.0.1) Stock trades of U.S. Congress & executive-branch officials, with conflict flags. Read-only. installs: remote:https://potomacledger.com/mcp detail: https://mcpindex.ai/server/com-potomacledger-trades - com.powerpoint-sucks/decks (com.powerpoint-sucks/decks@1.0.0) Upload AI-written HTML presentations and manage expiring, revocable share links over OAuth. installs: remote:https://powerpoint-sucks.com/mcp detail: https://mcpindex.ai/server/com-powerpoint-sucks-decks - PowerStation Platform (com.powerstationplatform/powerstation@1.0.0) Transmission market data and TSR actions (MISO/SPP OASIS) from the PowerStation trading platform. installs: remote:https://mcp.powerstationplatform.com/mcp detail: https://mcpindex.ai/server/com-powerstationplatform-powerstation - com.predictionmarketspicks/fantasy-draft (com.predictionmarketspicks/fantasy-draft@1.0.0) AI fantasy football draft assistant — 2026 board, best available, sleepers, ADP gaps. Who to draft? installs: remote:https://predictionmarketspicks.com/api/mcp-draft/mcp detail: https://mcpindex.ai/server/com-predictionmarketspicks-fantasy-draft - com.predictionmarketspicks/quant (com.predictionmarketspicks/quant@1.8.0) Quant tools + an NFL fantasy draft assistant for AI agents — Kalshi & Polymarket EV, edge, ADP. installs: remote:https://predictionmarketspicks.com/api/mcp/mcp detail: https://mcpindex.ai/server/com-predictionmarketspicks-quant - PredictLeads (com.predictleads/mcp@1.0.0) Company Insights: job postings, tech stack, news events, key customers, similar companies... installs: remote:https://mcp.predictleads.com/ detail: https://mcpindex.ai/server/com-predictleads-mcp - com.prediohq/catastro (com.prediohq/catastro@1.0.0) Catastro espanol en JSON limpio: inmuebles por referencia catastral, coordenadas o direccion. installs: remote:https://api.prediohq.com/mcp detail: https://mcpindex.ai/server/com-prediohq-catastro - Predixsport (com.predixsport/sports-predictions@1.1.0) Probability-calibrated NBA, EuroLeague, football and ATP/WTA tennis predictions, full distributions installs: remote:https://mcp.predixsport.com/mcp detail: https://mcpindex.ai/server/com-predixsport-sports-predictions - com.predme/hypathesis (com.predme/hypathesis@0.16.0) Variable relationships from research papers with causal direction and source traceback. installs: remote:https://hypathesis.com/mcp detail: https://mcpindex.ai/server/com-predme-hypathesis - PreReason (com.prereason/mcp@0.7.2) Pre-reasoned Bitcoin & macro financial briefings for AI agents. Trend signals, regimes, 17 contexts. installs: npm:@prereason/mcp | remote:https://api.prereason.com/api/mcp detail: https://mcpindex.ai/server/com-prereason-mcp - PresenterPrep (com.presenterprep/presenterprep@1.0.2) Record your pitch in Claude or ChatGPT and get instant feedback on your delivery. installs: remote:https://mcp.presenterprep.com/mcp detail: https://mcpindex.ai/server/com-presenterprep-presenterprep - PrismFact (com.prismfact/hub@1.0.0) Факты о бизнесе Томской области по ИНН: деньги, налоги, долг, статус. С источником и датой. installs: remote:https://prismfact.com/mcp detail: https://mcpindex.ai/server/com-prismfact-hub - ProductClank (com.productclank/productclank@0.3.0) Boost posts and launch community growth campaigns from your AI assistant. OAuth, credit-billed. installs: remote:https://mcp.productclank.com/mcp detail: https://mcpindex.ai/server/com-productclank-productclank - Produktly (com.produktly/mcp-server@1.0.0) Connect your AI assistant to Produktly. Read changelogs, feedback responses, and roadmap items. installs: remote:https://api.produktly.com/api/mcp detail: https://mcpindex.ai/server/com-produktly-mcp-server - Progenly (com.progenly/progenly@0.2.0) Verifiable-lineage agent reproduction: browse births, stage/join/confirm agent merges. installs: remote:https://progenly.com/mcp detail: https://mcpindex.ai/server/com-progenly-progenly - Programación Siemens — Blog y Cursos (com.programacionsiemens/blog-cursos@1.0.1) Guías en español de PLC Siemens y TIA Portal: busca y lee +330 tutoriales (SCL, LADDER, AWL, HMI). installs: remote:https://programacionsiemens.com/api/mcp detail: https://mcpindex.ai/server/com-programacionsiemens-blog-cursos - Project Paced (com.projectpaced/timeline@1.3.0) AI project timelines & Gantt charts, plus enterprise resourcing, capacity & weekly status reporting. installs: remote:https://mcp.projectpaced.com/mcp detail: https://mcpindex.ai/server/com-projectpaced-timeline - Promptibus MCP (com.promptibus/mcp@0.9.0) Model intelligence for AI agents — syntax, params, pricing for 67+ generative AI models. installs: npm:@promptibus/mcp detail: https://mcpindex.ai/server/com-promptibus-mcp - ProofLayered (com.prooflayered/prooflayered@1.0.0) Free passive growth-bottleneck scan for B2B SaaS websites: visibility, trust, conversion, scale. installs: remote:https://prooflayered.com/mcp detail: https://mcpindex.ai/server/com-prooflayered-prooflayered - ProviderSignal: Dental Market Intelligence (com.providersignal/dental-market-intelligence@1.5.1) Read-only MCP for US dental: NPI, DSO chains, licenses, Medicaid rates. 42 states + DC. Free tier. installs: remote:https://mcp.providersignal.com detail: https://mcpindex.ai/server/com-providersignal-dental-market-intelligence - com.proxylink-mcp/mcp-server (com.proxylink-mcp/mcp-server@2.0.0) ProxyLink MCP server for finding and booking home service professionals installs: remote:https://proxylink-mcp.com detail: https://mcpindex.ai/server/com-proxylink-mcp-mcp-server - com.psychiatryforkids/library (com.psychiatryforkids/library@1.0.0) Plain-English child psychiatry library — short explainers and decision guides for parents. installs: remote:https://psychiatryforkids.com/api/mcp/v1 detail: https://mcpindex.ai/server/com-psychiatryforkids-library - PublicData Oracle (com.publicdataoracle/api@2.1.0) Public data API with ML enrichment — SEC EDGAR, FRED, NOAA, EPA, USGS. 404 endpoints. installs: remote:https://www.publicdataoracle.com/api/v1/data/query detail: https://mcpindex.ai/server/com-publicdataoracle-api - com.pulsemcp/hatchbox (com.pulsemcp/hatchbox@0.1.3) MCP server for Hatchbox Rails hosting — env var inspection, deploys, and process monitoring. installs: npm:hatchbox-mcp-server detail: https://mcpindex.ai/server/com-pulsemcp-hatchbox - com.pulsemcp/monarch-money (com.pulsemcp/monarch-money@0.0.13) MCP server for Monarch Money — account, transaction, and budget management. installs: npm:monarch-money-mcp-server detail: https://mcpindex.ai/server/com-pulsemcp-monarch-money - com.pulsemcp/proctor (com.pulsemcp/proctor@0.1.9) MCP server for running Proctor exams against MCP servers with exam execution and result management. installs: npm:proctor-mcp-server detail: https://mcpindex.ai/server/com-pulsemcp-proctor - com.pulsemcp/pulse-fetch (com.pulsemcp/pulse-fetch@0.3.3) MCP server for fetching web resources with content extraction and anti-bot bypass. installs: npm:@pulsemcp/pulse-fetch detail: https://mcpindex.ai/server/com-pulsemcp-pulse-fetch - com.pulsemcp/pulse-subregistry (com.pulsemcp/pulse-subregistry@0.0.8) MCP server providing access to the PulseMCP Sub-Registry for browsing and discovering MCP servers. installs: npm:@pulsemcp/pulse-subregistry detail: https://mcpindex.ai/server/com-pulsemcp-pulse-subregistry - com.pulsemcp/ssh (com.pulsemcp/ssh@0.1.5) MCP server for SSH remote server management with SSH agent authentication support. installs: npm:ssh-agent-mcp-server detail: https://mcpindex.ai/server/com-pulsemcp-ssh - com.pulsemcp/twist (com.pulsemcp/twist@0.2.3) MCP server for Twist team messaging — manage channels, threads, and messages. installs: npm:twist-mcp-server detail: https://mcpindex.ai/server/com-pulsemcp-twist - com.puter/mcp-server (com.puter/mcp-server@1.0.1) Puter MCP enables AI tools to interact with Puter: manage files, websites, workers, and more installs: remote:https://mcp.puter.com/ detail: https://mcpindex.ai/server/com-puter-mcp-server - PVPWire (com.pvpwire/pvpwire@1.0.2) Hand-compiled game-mechanics data for Diablo 2, Path of Exile, Diablo 3 and GW2, plus live signal. installs: npm:@pvpwire/mcp-server detail: https://mcpindex.ai/server/com-pvpwire-pvpwire - com.qretro/retro (com.qretro/retro@1.3.0) QRetro retrospectives and planning poker over MCP: boards, action items, poker games, estimates. installs: remote:https://mcp.qretro.com detail: https://mcpindex.ai/server/com-qretro-retro - com.qronoplay/qronoplay (com.qronoplay/qronoplay@1.0.0) QR-code marketing games and contests: campaigns, prizes, QR codes, winners, stats. GDPR-native (EU). installs: remote:https://api.qronoplay.fr/v1/ai/mcp detail: https://mcpindex.ai/server/com-qronoplay-qronoplay - QSimHealth (com.qsimhealth/public@1.0.0) Healthcare staffing simulator — ED, walk-in clinic, and appointment office DES tools. installs: remote:https://qsimhealth.com/mcp/v1 detail: https://mcpindex.ai/server/com-qsimhealth-public - QualeQuest — AI Agent Governance Platform (com.qualequest/governance@1.1.0) Multi-agent governance: task orchestration, compliance, decision validation, and ML predictions. installs: remote:https://qualequest.com/mcp detail: https://mcpindex.ai/server/com-qualequest-governance - LiveCheck AI (com.qualityclouds/mcp-server-qualityclouds@1.0.2) Secure MCP runtime server for scanning and autofixing code issues installs: remote:https://mcp.qualityclouds.com/mcp detail: https://mcpindex.ai/server/com-qualityclouds-mcp-server-qualityclouds - com.quanttogo/quanttogo-mcp (com.quanttogo/quanttogo-mcp@0.2.2) Macro-factor quantitative signal source for US and China stock markets via MCP. installs: npm:quanttogo-mcp detail: https://mcpindex.ai/server/com-quanttogo-quanttogo-mcp - Quantum Expectations (com.quantum-expectations/quantum-expectations@0.3.0) Quantum error-correction feasibility: success probability, qubit overhead, records, trends. installs: remote:https://www.quantum-expectations.com/api/mcp detail: https://mcpindex.ai/server/com-quantum-expectations-quantum-expectations - qubitsok — Quantum Computing Jobs, Papers & Researchers (com.qubitsok/mcp-server@1.0.0) Quantum computing jobs, arXiv papers & researcher profiles from qubitsok.com installs: remote:https://qubitsok.com/mcp detail: https://mcpindex.ai/server/com-qubitsok-mcp-server - QueryLines (com.querylines/mcp@0.3.0) Surplus lines market data, per query. U.S. E&S: premium, financials, litigation, catastrophe. installs: remote:https://api.querylines.com/mcp detail: https://mcpindex.ai/server/com-querylines-mcp - OmegaAI (com.queryomega/omega@2.0.0) Query, browse, and automate OmegaAI workspaces from any MCP client. Streamable HTTP with OAuth 2.0. installs: remote:https://mcp.cloud.queryomega.com/mcp detail: https://mcpindex.ai/server/com-queryomega-omega - QueueSim (com.queuesim/public@1.0.0) Run M/M/c queue simulations and four scenarios (call center, ER, coffee shop, single server). installs: remote:https://queuesim.com/mcp/v1 detail: https://mcpindex.ai/server/com-queuesim-public - QuintaDB (com.quintadb/mcp@1.0.0) No-code databases, forms, portals and AI sites. Manage records and automation via natural language. installs: remote:https://quintadb.com/mcp detail: https://mcpindex.ai/server/com-quintadb-mcp - com.radveo/radveo (com.radveo/radveo@1.1.0) Checks if AI assistants name a local business. Free shareable report, honest fixes, no guarantees. installs: remote:https://radveo.com/api/mcp detail: https://mcpindex.ai/server/com-radveo-radveo - Rafe Blandford — career and writing (com.rafeblandford/career@1.0.0) Rafe Blandford's published career, case studies and writing. Read-only; no route to contact him. installs: remote:https://machines.rafeblandford.com/mcp?via=registry detail: https://mcpindex.ai/server/com-rafeblandford-career - Railway MCP (com.railway/mcp@1.0.0) Develop, manage, and debug Railway projects, services, and deployments from within agents. installs: remote:https://mcp.railway.com/ detail: https://mcpindex.ai/server/com-railway-mcp - com.random-profiles/mcp (com.random-profiles/mcp@1.4.3) Generate fake user profiles and companies for tests, seed data, and AI agent demos. installs: npm:random-profiles-mcp detail: https://mcpindex.ai/server/com-random-profiles-mcp - RankWorker (com.rankworker/mcp@1.0.0) Create and manage SEO content plans, articles, projects, and publishing integrations in RankWorker. installs: remote:https://mcp.rankworker.com/ detail: https://mcpindex.ai/server/com-rankworker-mcp - Ranomics Platform (com.ranomics/mcp@0.1.0) Wet-lab triage for AI binder-design agents. Yeast display, mammalian display, DMS at library scale. installs: remote:https://mcp.ranomics.com/mcp detail: https://mcpindex.ai/server/com-ranomics-mcp - Rate-My-Agent (com.rate-my-agent.mcp/rate-my-agent@1.0.0) Get matched with a top-rated, review-verified real estate agent in the US or Canada. installs: remote:https://mcp.rate-my-agent.com/mcp detail: https://mcpindex.ai/server/com-rate-my-agent-mcp-rate-my-agent - RateZip Bank Deposit and Mortgage Rates (com.ratezip/rates@1.0.0) Live US savings, CD, mortgage & HELOC rates with source + timestamp on every figure. installs: remote:https://mcp.ratezip.com/mcp detail: https://mcpindex.ai/server/com-ratezip-rates - ReelRifter (com.reelrifter/watchlist@1.5.0) Ask Claude, ChatGPT, or Grok about your ReelRifter watchlist, history, and viewing stats. installs: remote:https://reelrifter.com/api/mcp detail: https://mcpindex.ai/server/com-reelrifter-watchlist - regfish (com.regfish/mcp@1.4.1) Domains, DNS, DNSSEC and hosting at regfish; diagnose any domain; OAuth or API key. installs: remote:https://api.regfish.com/mcp detail: https://mcpindex.ai/server/com-regfish-mcp - com.reglyze/mcp (com.reglyze/mcp@1.1.0) NIS2 tools: scope check, EU transposition, incident deadlines, and your own org's status (token). installs: remote:https://api.reglyze.com/mcp detail: https://mcpindex.ai/server/com-reglyze-mcp - Real Estate Intelligence - Pitt County NC (com.reilize/pitt-county@1.3.0) 20 MCP tools for Pitt County NC real estate — parcels, permits, sales, builders, and foreclosures. installs: remote:https://data.reilize.com/mcp/ detail: https://mcpindex.ai/server/com-reilize-pitt-county - ReliaSim (com.reliasim/public@1.0.0) Reliability and bottleneck simulation for manufacturing lines; run experiments, sweep buffers. installs: remote:https://reliasim.com/mcp detail: https://mcpindex.ai/server/com-reliasim-public - ReliaStats (com.reliastats/public@1.0.0) Reliability statistics — Weibull/lognormal fitting, MTBF/MTTR, availability, system composition. installs: remote:https://reliastats.com/mcp/v1 detail: https://mcpindex.ai/server/com-reliastats-public - com.remote-mcp/registry-mcp (com.remote-mcp/registry-mcp@1.0.0) An MCP server that serves informtaion from the official MCP registry installs: remote:https://registry-mcp.remote-mcp.com detail: https://mcpindex.ai/server/com-remote-mcp-registry-mcp - com.renacerpsicologico/renacer-psicologico (com.renacerpsicologico/renacer-psicologico@1.0.0) Solo lectura: tarifa vigente, colegiación del equipo y hubs del blog clínico de psicología. installs: remote:https://www.renacerpsicologico.com/mcp detail: https://mcpindex.ai/server/com-renacerpsicologico-renacer-psicologico - Rephonic (com.rephonic/rephonic@1.0.0) Research 3M+ podcasts with audience data, contacts, episodes, transcripts, charts, and sponsors. installs: remote:https://mcp.rephonic.com detail: https://mcpindex.ai/server/com-rephonic-rephonic - Reply Argus (com.replyargus/reply-argus@1.0.0) Stop drowning in app reviews: auto-reply on App Store & Google Play, on-brand, 100+ languages. installs: remote:https://www.replyargus.com/api/mcp detail: https://mcpindex.ai/server/com-replyargus-reply-argus - ReplyPen (com.replypen/replypen@1.0.0) Grounded support investigation for ReplyPen customers. Sign in with your ReplyPen account. installs: remote:https://app.replypen.com/mcp detail: https://mcpindex.ai/server/com-replypen-replypen - com.repuso/monitoring (com.repuso/monitoring@1.0.0) Monitor review profiles on 50+ platforms, fetch and tag reviews, track ratings, manage webhooks. installs: remote:https://api.repuso.com/public/v1/mcp detail: https://mcpindex.ai/server/com-repuso-monitoring - ReputeMap (com.reputemap/reputemap@1.0.2) Read and filter your Google Business Profile reviews, get stats, and send review requests. installs: npm:@reputemap/mcp | remote:https://api.reputemap.com/mcp detail: https://mcpindex.ai/server/com-reputemap-reputemap - ResolveMesh Compatibility Intelligence (com.resolvemesh/compatibility@0.1.0) Read-only, source-backed compatibility lookups and approved changes for ResolveMesh's catalog. installs: remote:https://resolvemesh.com/mcp/public detail: https://mcpindex.ai/server/com-resolvemesh-compatibility - com.retasc/retasc (com.retasc/retasc@1.0.0) The issue tracker AI coding agents pull work from: atomic claims, dependency-aware dispatch. installs: remote:https://mcp.retasc.com/mcp detail: https://mcpindex.ai/server/com-retasc-retasc - com.retirecrunch/calculators (com.retirecrunch/calculators@0.2.0) FIRE & retirement calculators + a multi-currency portfolio rebalancer (exact buy/sell trades). installs: remote:https://mcp.retirecrunch.com/mcp detail: https://mcpindex.ai/server/com-retirecrunch-calculators - Revdoku (com.revdoku/revdoku@1.0.0) Publish websites from AI agents using Revdoku buckets. installs: remote:https://app.revdoku.com/mcp detail: https://mcpindex.ai/server/com-revdoku-revdoku - Revelata (com.revelata/deepkpi-mcp@1.0.0) Deep fundamental data & SEC filings from public companies — operating KPIs not even in Bloomberg. installs: remote:https://deepkpi-mcp.revelata.com/mcp detail: https://mcpindex.ai/server/com-revelata-deepkpi-mcp - Revelica (com.revelica/revelica@1.0.0) Product intelligence for AI agents — query a Revelica workspace's ideas, specs, and research. installs: remote:https://api.revelica.com/mcp detail: https://mcpindex.ai/server/com-revelica-revelica - com.revensi/revensi (com.revensi/revensi@0.1.0) MCP server for the Revensi API. Scan domains from any MCP client. installs: remote:https://mcp.revensi.com/mcp detail: https://mcpindex.ai/server/com-revensi-revensi - Ripostiq (com.ripostiq/ripostiq@1.0.0) Courses that argue back: learn adaptively, build real work, then defend it to an AI stakeholder. installs: remote:https://ripostiq.com/mcp detail: https://mcpindex.ai/server/com-ripostiq-ripostiq - com.ritzademo/acme-todo (com.ritzademo/acme-todo@1.0.0) An MCP server for a simple todo list installs: remote:https://mcp.ritzademo.com/mcp/ritza-rzx-our91 detail: https://mcpindex.ai/server/com-ritzademo-acme-todo - com.rivalsweeper/signals (com.rivalsweeper/signals@1.0.1) Beta. Pay-per-call eCommerce competitive intel: pricing, promotions, history, AI-readiness. installs: remote:https://mcp.rivalsweeper.com/mcp detail: https://mcpindex.ai/server/com-rivalsweeper-signals - com.roboselect360/humanoid-robots (com.roboselect360/humanoid-robots@1.0.1) Market & supply-chain intelligence for 30+ humanoid robots: viability scores, specs, pricing. installs: remote:https://mcp-free.roboselect360.com/mcp detail: https://mcpindex.ai/server/com-roboselect360-humanoid-robots - com.robtex/mcp (com.robtex/mcp@1.0.0) DNS, IP, AS, domain reputation, and Lightning Network intelligence (44 tools) installs: remote:https://mcp.robtex.com/mcp detail: https://mcpindex.ai/server/com-robtex-mcp - com.rocket-core.intel/marketplace (com.rocket-core.intel/marketplace@1.0.0) Discover, quote & invoke RocketCore x402-paid cyber/market intelligence products. installs: remote:https://intel.rocket-core.com/mcp detail: https://mcpindex.ai/server/com-rocket-core-intel-marketplace - MakeMeBetter AI (com.rohithmariyala/makemebetter-ai@1.0.0) Manage your MakeMeBetter AI tasks, habits, and goals from your AI assistant. installs: remote:https://makemebetter-ai-backend-59998332584.asia-south1.run.app/mcp detail: https://mcpindex.ai/server/com-rohithmariyala-makemebetter-ai - com.rolnia/mcp (com.rolnia/mcp@1.0.0) Profile, CV, jobs, compensation & application-tracking tools for AI agents, by rolnia.com. installs: npm:@rolnia/mcp detail: https://mcpindex.ai/server/com-rolnia-mcp - Rovv - Book Rides in Africa (com.rovvafrica/ride-booking@1.0.0) Book rides, get fare estimates, and manage trips across African cities with Rovv. installs: remote:https://rovvafrica.com/api/v1/mcp detail: https://mcpindex.ai/server/com-rovvafrica-ride-booking - com.rowhint/seat-intelligence (com.rowhint/seat-intelligence@1.0.0) Airline seat quality scores (1-10) with notes. 61+ configs across 10 US airlines. installs: remote:https://mcp.rowhint.com/mcp detail: https://mcpindex.ai/server/com-rowhint-seat-intelligence - Angel Numbers MCP Server by RoxyAPI (com.roxyapi/angel-numbers@1.0.0) Angel number meanings and repeating sequences like 111, 222, 333 for AI agents. installs: remote:https://roxyapi.com/mcp/angel-numbers detail: https://mcpindex.ai/server/com-roxyapi-angel-numbers - Western Astrology MCP Server by RoxyAPI (com.roxyapi/astrology@1.0.0) Western natal charts, horoscopes, transits and synastry for AI agents, verified vs NASA JPL. installs: remote:https://roxyapi.com/mcp/astrology detail: https://mcpindex.ai/server/com-roxyapi-astrology - Biorhythm MCP Server by RoxyAPI (com.roxyapi/biorhythm@1.0.0) Biorhythm cycles, forecasts, critical days and compatibility for AI agents, one API key. installs: remote:https://roxyapi.com/mcp/biorhythm detail: https://mcpindex.ai/server/com-roxyapi-biorhythm - Crystals MCP Server by RoxyAPI (com.roxyapi/crystals@1.0.0) Crystal meanings, healing properties, chakra and birthstone lookups for AI agents. installs: remote:https://roxyapi.com/mcp/crystals detail: https://mcpindex.ai/server/com-roxyapi-crystals - Dream Interpretation MCP Server by RoxyAPI (com.roxyapi/dreams@1.0.0) Dream symbol interpretation and dream-dictionary lookups for AI agents, one API key. installs: remote:https://roxyapi.com/mcp/dreams detail: https://mcpindex.ai/server/com-roxyapi-dreams - Astrology Forecast MCP Server by RoxyAPI (com.roxyapi/forecast@1.0.0) Astrology transit forecasts, timelines and significant-date feeds for AI agents. installs: remote:https://roxyapi.com/mcp/forecast detail: https://mcpindex.ai/server/com-roxyapi-forecast - Human Design MCP Server by RoxyAPI (com.roxyapi/human-design@1.0.0) Human Design bodygraph, type, authority, profile, gates and channels for AI agents. installs: remote:https://roxyapi.com/mcp/human-design detail: https://mcpindex.ai/server/com-roxyapi-human-design - I Ching MCP Server by RoxyAPI (com.roxyapi/iching@1.0.0) I Ching hexagram casts, 64 hexagram meanings and changing lines for AI agents. installs: remote:https://roxyapi.com/mcp/iching detail: https://mcpindex.ai/server/com-roxyapi-iching - Numerology MCP Server by RoxyAPI (com.roxyapi/numerology@1.0.0) Life Path, Expression, karmic debt and Chaldean numerology readings for AI agents. installs: remote:https://roxyapi.com/mcp/numerology detail: https://mcpindex.ai/server/com-roxyapi-numerology - Tarot MCP Server by RoxyAPI (com.roxyapi/tarot@1.0.0) Tarot card meanings, spreads and seeded reproducible readings for AI agents, one API key. installs: remote:https://roxyapi.com/mcp/tarot detail: https://mcpindex.ai/server/com-roxyapi-tarot - Vedic Astrology and Kundli MCP Server by RoxyAPI (com.roxyapi/vedic-astrology@1.0.0) Vedic kundli, panchang, dashas, nakshatras and KP charts for AI agents, one API key. installs: remote:https://roxyapi.com/mcp/vedic-astrology detail: https://mcpindex.ai/server/com-roxyapi-vedic-astrology - hush (com.royashbrook/hush@1.3.0) A secret store for AI agents: the agent never sees the plaintext. installs: remote:https://royashbrook.com/hush detail: https://mcpindex.ai/server/com-royashbrook-hush - rtcStats (com.rtcstats/rtcstats@1.0.0) Query analyzed WebRTC sessions: observations, deductions, experience scores, and AI summaries. installs: remote:https://api.rtcstats.com/v1.0/mcp detail: https://mcpindex.ai/server/com-rtcstats-rtcstats - Connext MCP (com.rti/connext-mcp@1.7.1) Integrate Connext AI into agentic workflows, enabling Connext product-aware assistance. installs: remote:https://chatbot.rti.com/mcp detail: https://mcpindex.ai/server/com-rti-connext-mcp - com.rulemesh/compliance (com.rulemesh/compliance@1.0.0) Engineered GDPR compliance for engineers and AI agents: pull rules, implement, submit evidence. installs: remote:https://api.rulemesh.com/mcp detail: https://mcpindex.ai/server/com-rulemesh-compliance - Zhiji Daily Report — Market Brief (com.run402.zhiji-daily-report/zhiji-signal@5.3.3) Daily A-share market brief with LG phase signals. No auth required. installs: remote:https://zhiji-daily-report.run402.com/mcp detail: https://mcpindex.ai/server/com-run402-zhiji-daily-report-zhiji-signal - Zhiji Signal — Market Phase Detection (com.run402.zhiji-signal/mcp@5.3.4) A-share HS300 phase signals via Landau-Ginzburg framework. No auth required. installs: remote:https://zhiji-signal.run402.com/mcp detail: https://mcpindex.ai/server/com-run402-zhiji-signal-mcp - RunCabin (com.runcabin/cabin@1.0.1) Put websites online from chat - instant free HTTPS, real domains, zero DNS or API-key setup. installs: remote:https://runcabin.com/mcp detail: https://mcpindex.ai/server/com-runcabin-cabin - Mirrors (com.runmirrors/mirrors@1.0.0) AI agent testing: replay real sessions against a rebuilt staging environment to catch regressions. installs: remote:https://api.runmirrors.com/mcp detail: https://mcpindex.ai/server/com-runmirrors-mirrors - Runoscript — Elder Futhark runes (com.runoscript/runoscript@1.0.0) Elder Futhark rune meanings, scholarly articles & book reviews, plus the runescript builder. installs: remote:https://runoscript.com/mcp detail: https://mcpindex.ai/server/com-runoscript-runoscript - QuizBase (com.runriva.quizbase/mcp@0.1.1) MCP server for trivia: 1.4M+ questions (EN+PL), 24 categories, 12 tools + 4 prompts, OAuth 2.1. installs: remote:https://quizbase.runriva.com/mcp detail: https://mcpindex.ai/server/com-runriva-quizbase-mcp - RZ AI Labs (com.rzailabs/rzailabs-mcp@1.0.0) Read-only MCP server for RZ AI Labs — query its services, workshops, and contact info. installs: remote:https://rzailabs.com/mcp detail: https://mcpindex.ai/server/com-rzailabs-rzailabs-mcp - Chicago Demolition Leads | Salvage Signal (com.salvagesignal/salvage-signal@1.3.0) Chicago demolition and reclaimed-brick leads, pricing, and a human-confirmed Daily Drop handoff. installs: remote:https://salvagesignal.com/api/mcp detail: https://mcpindex.ai/server/com-salvagesignal-salvage-signal - Refugio San Bernardo (com.sanbernardorefugio/refugio-san-bernardo@0.1.0) Refugio de montaña en Vallecitos, Cordón del Plata: disponibilidad, precios, clima y reservas. installs: remote:https://hawudqgbvwmgwhhcbthb.supabase.co/functions/v1/mcp-public detail: https://mcpindex.ai/server/com-sanbernardorefugio-refugio-san-bernardo - com.santosautomation/site-audit (com.santosautomation/site-audit@2.15.0) Website intelligence audits for AI agents: free preview plus x402-paid Agent Readiness scoring installs: remote:https://api.santosautomation.com/mcp detail: https://mcpindex.ai/server/com-santosautomation-site-audit - com.savvly/savvly (com.savvly/savvly@1.0.88) Savvly MCP: query fund data, model projections, and compare against alternative retirement products. installs: npm:@savvly/mcp-server | pypi:savvly-mcp-server | docker:ghcr.io/savvly/savvly-mcp-server:1.0.88 | remote:https://api.savvly.com/mcp detail: https://mcpindex.ai/server/com-savvly-savvly - NEM Explorer (ScadaMiner) (com.scadaminer/nem-explorer@0.1.0) Query Australia's electricity market (NEM/AEMO): prices, generation, FCAS, interconnectors, bids. installs: remote:https://chat.scadaminer.com/mcp detail: https://mcpindex.ai/server/com-scadaminer-nem-explorer - ScanMalware.com URL Scanner (com.scanmalware.mcp/scanmalware-mcp@0.1.6) MCP server for ScanMalware.com URL scanning, malware detection, and analysis. installs: remote:https://mcp.scanmalware.com/mcp detail: https://mcpindex.ai/server/com-scanmalware-mcp-scanmalware-mcp - Scientific Microservices (com.scientificmicroservices/mcp@1.0.0) Valid and reliable data engineering and statistical analysis without hallucinations. installs: remote:https://mcp.scientificmicroservices.com/mcp detail: https://mcpindex.ai/server/com-scientificmicroservices-mcp - SCModeling (com.scmodeling/public@1.0.1) Supply-chain network design via simulation, optimization, and greenfield analysis. installs: remote:https://scmodeling.com/mcp detail: https://mcpindex.ai/server/com-scmodeling-public - com.scopeblind/passport (com.scopeblind/passport@0.4.3) Portable cryptographic identity for AI agents. Ed25519 keypairs and signed manifests. installs: npm:@scopeblind/passport detail: https://mcpindex.ai/server/com-scopeblind-passport - com.scopeblind/protect-mcp (com.scopeblind/protect-mcp@0.10.0) Fail-closed Cedar policy gate + Ed25519 signed receipts for agent tool calls. Denies on any error. installs: npm:protect-mcp detail: https://mcpindex.ai/server/com-scopeblind-protect-mcp - com.scopeblind/verify-mcp (com.scopeblind/verify-mcp@0.1.3) Offline Ed25519 verification of signed receipts, bundles, and trust artifacts. installs: npm:@scopeblind/verify-mcp detail: https://mcpindex.ai/server/com-scopeblind-verify-mcp - com.scoutapm/scout-mcp-local (com.scoutapm/scout-mcp-local@2025.11.4) An MCP server for Scout Monitoring data interactions. installs: pypi:scout-mcp-local | docker:docker.io/scoutapp/scout-mcp-local:latest detail: https://mcpindex.ai/server/com-scoutapm-scout-mcp-local - com.screenshotink/mcp (com.screenshotink/mcp@1.0.4) Screenshot, diff, audit and sitemap-capture any web page — 5 MCP tools for AI agents. installs: npm:@screenshotink/mcp | remote:https://mcp.screenshotink.com/mcp detail: https://mcpindex.ai/server/com-screenshotink-mcp - Scribble — Real Handwritten Cards (com.scribblecards/handwritten-cards@1.0.0) Send real handwritten cards in the US. A machine writes each one in ink, then we mail it. installs: remote:https://scribblecards.com/api/mcp detail: https://mcpindex.ai/server/com-scribblecards-handwritten-cards - com.scriptivox.www/transcription (com.scriptivox.www/transcription@1.1.3) AI transcription from URLs or files. 119 languages, diarization, SRT/VTT/text export. installs: npm:@scriptivox/mcp-server | docker:docker.io/sparkleofficialmain/scriptivox-mcp-server:1.1.3 detail: https://mcpindex.ai/server/com-scriptivox-www-transcription - Script Master Labs x402 Gateway (com.scriptmasterlabs/x402-gateway@1.0.0) 136 pay-per-call tools via x402: squeeze scanners, federal contracting, DeFi. No API key. installs: remote:https://acp-x402-scriptmasterlabs.onrender.com/mcp detail: https://mcpindex.ai/server/com-scriptmasterlabs-x402-gateway - com.seanwinslow/intent-engineering (com.seanwinslow/intent-engineering@0.2.0) Audit, scaffold, and triage agent intent specs against a 9-section template. installs: npm:@swins/intent-engineering-mcp detail: https://mcpindex.ai/server/com-seanwinslow-intent-engineering - com.seatswiper/booking (com.seatswiper/booking@1.0.0) Book hard-to-get restaurant reservations on your own Resy, SevenRooms, or OpenTable account. installs: remote:https://www.seatswiper.com/api/mcp detail: https://mcpindex.ai/server/com-seatswiper-booking - SeatWiFi (com.seatwifi/seatwifi@1.1.0) In-flight WiFi: provider by flight, airline or tail, measured speeds, Starlink rollout. installs: remote:https://mcp.seatwifi.com/mcp detail: https://mcpindex.ai/server/com-seatwifi-seatwifi - Second Opinion (com.secondopinionx402/second-opinion@0.2.1) Adversarial verification for AI agents - pay an independent skeptic per verdict in USDC via x402. installs: remote:https://secondopinionx402.com/mcp detail: https://mcpindex.ai/server/com-secondopinionx402-second-opinion - com.selfping/selfping (com.selfping/selfping@1.0.0) Text your own phone when a run finishes or needs you. A key can only message its own number. installs: remote:https://www.selfping.com/api/mcp detail: https://mcpindex.ai/server/com-selfping-selfping - Sematryx Optimizer (com.sematryx/optimizer@1.0.1) AI-powered optimization API by Sematryx installs: remote:https://mcp.sematryx.com/sse detail: https://mcpindex.ai/server/com-sematryx-optimizer - SendThisFax (com.sendthisfax/fax@1.0.0) Send real faxes to EU institutions: pay per fax via checkout link or prepaid API key. installs: remote:https://www.sendthisfax.com/mcp detail: https://mcpindex.ai/server/com-sendthisfax-fax - Send Your Agent Website Readiness (com.sendyouragent/readiness@1.0.0) Scan website AI readiness, understand the result and route customers to the right SYA package. installs: remote:https://sendyouragent.com/mcp detail: https://mcpindex.ai/server/com-sendyouragent-readiness - com.seoapi/applebot (com.seoapi/applebot@1.0.0) Validate whether an IP address belongs to Applebot. Remote MCP server exposing a validate_ip tool. installs: remote:https://applebot.seoapi.com/mcp detail: https://mcpindex.ai/server/com-seoapi-applebot - com.seoapi/baiduspider (com.seoapi/baiduspider@1.0.0) Validate Baiduspider IP addresses. Remote MCP validate_ip tool. installs: remote:https://baiduspider.seoapi.com/mcp detail: https://mcpindex.ai/server/com-seoapi-baiduspider - com.seoapi/bingbot (com.seoapi/bingbot@1.0.0) Validate whether an IP address belongs to Bingbot. Remote MCP server exposing a validate_ip tool. installs: remote:https://bingbot.seoapi.com/mcp detail: https://mcpindex.ai/server/com-seoapi-bingbot - com.seoapi/coccocbot (com.seoapi/coccocbot@1.0.0) Validate Cốc Cốc Bot IP addresses. Remote MCP validate_ip tool. installs: remote:https://coccocbot.seoapi.com/mcp detail: https://mcpindex.ai/server/com-seoapi-coccocbot - com.seoapi/duckduckbot (com.seoapi/duckduckbot@1.0.0) Validate DuckDuckBot IP addresses. Remote MCP validate_ip tool. installs: remote:https://duckduckbot.seoapi.com/mcp detail: https://mcpindex.ai/server/com-seoapi-duckduckbot - com.seoapi/googlebot (com.seoapi/googlebot@1.0.0) Validate whether an IP address belongs to Googlebot. Remote MCP server exposing a validate_ip tool. installs: remote:https://googlebot.seoapi.com/mcp detail: https://mcpindex.ai/server/com-seoapi-googlebot - com.seoapi/meta (com.seoapi/meta@1.0.0) Validate Meta-ExternalAgent and Meta-WebIndexer IP addresses. Remote MCP validate_ip tool. installs: remote:https://meta.seoapi.com/mcp detail: https://mcpindex.ai/server/com-seoapi-meta - com.seoapi/naverbot (com.seoapi/naverbot@1.0.0) Validate Naver Yeti IP addresses. Remote MCP validate_ip tool. installs: remote:https://naverbot.seoapi.com/mcp detail: https://mcpindex.ai/server/com-seoapi-naverbot - com.seoapi/petalbot (com.seoapi/petalbot@1.0.0) Validate whether an IP address belongs to PetalBot. Remote MCP server exposing a validate_ip tool. installs: remote:https://petalbot.seoapi.com/mcp detail: https://mcpindex.ai/server/com-seoapi-petalbot - com.seoapi/seznambot (com.seoapi/seznambot@1.0.0) Validate whether an IP address belongs to SeznamBot. Remote MCP server exposing a validate_ip tool. installs: remote:https://seznambot.seoapi.com/mcp detail: https://mcpindex.ai/server/com-seoapi-seznambot - com.seoapi/sogouwebspider (com.seoapi/sogouwebspider@1.0.0) Validate Sogou Spider IP addresses. Remote MCP validate_ip tool. installs: remote:https://sogouwebspider.seoapi.com/mcp detail: https://mcpindex.ai/server/com-seoapi-sogouwebspider - com.seoapi/yahooslurp (com.seoapi/yahooslurp@1.0.0) Validate Yahoo! Slurp IP addresses. Remote MCP validate_ip tool. installs: remote:https://yahooslurp.seoapi.com/mcp detail: https://mcpindex.ai/server/com-seoapi-yahooslurp - com.seoapi/yandexbot (com.seoapi/yandexbot@1.0.0) Validate whether an IP address belongs to YandexBot. Remote MCP server exposing a validate_ip tool. installs: remote:https://yandexbot.seoapi.com/mcp detail: https://mcpindex.ai/server/com-seoapi-yandexbot - com.seqbench/workbench (com.seqbench/workbench@1.0.0) Hosted DNA/RNA/protein tools: primers, oligos, PCR, cloning, CRISPR, alignment, batch & pipelines. installs: remote:https://seqbench.com/api/mcp detail: https://mcpindex.ai/server/com-seqbench-workbench - com.sequentum/mcp (com.sequentum/mcp@1.3.8) Turn the web into structured, reliable, actionable enterprise data for AI Agents installs: remote:https://mcp.sequentum.com/mcp detail: https://mcpindex.ai/server/com-sequentum-mcp - Call Me (com.serdaroztetik/call-me@1.0.0) Your AI rings your iPhone, speaks its question, and gets your spoken answer back as text. installs: remote:https://serdaroztetik.com/aiphone/mcp detail: https://mcpindex.ai/server/com-serdaroztetik-call-me - SERP Agent SEO (com.serp-agent/seo@1.0.1) Full-cycle SEO automation for AI agents: technical audits, SEO articles, machine-readable pricing. installs: npm:serpagent-mcp | remote:https://serp-agent.com/mcp detail: https://mcpindex.ai/server/com-serp-agent-seo - Serpstat (com.serpstat/mcp@1.1.5) Automate your daily SEO tasks and get results in a few seconds with Serpstat SEO Tools MCP installs: remote:https://mcp.serpstat.com/mcp detail: https://mcpindex.ai/server/com-serpstat-mcp - Serpzilla MCP Server (com.serpzilla/mcp@1.0.0) Enables AI assistants to natively interact with the Serpzilla link-building marketplace. installs: remote:https://mcp.serpzilla.com/mcp detail: https://mcpindex.ai/server/com-serpzilla-mcp - Server4Agent (com.server4agent/server4agent@1.0.1) Give any MCP-compatible AI assistant a builder for live, hosted web tools and workflows. installs: remote:https://mcp.server4agent.com detail: https://mcpindex.ai/server/com-server4agent-server4agent - Setix: the Clearinghouse for the AI Economy (com.setix/clearinghouse@0.4.125) Outcome-as-a-Service commerce for AI agents: discover, hire, settle on proof. Live on devnet. installs: remote:https://mcp.setix.dev/mcp detail: https://mcpindex.ai/server/com-setix-clearinghouse - SG Property Data (com.sgpropertydata/property-data@1.0.0) Price trends, CAGR, rental yield for Singapore private and HDB property, from URA/HDB records. installs: remote:https://sgpropertydata.com/mcp/ detail: https://mcpindex.ai/server/com-sgpropertydata-property-data - ShareSEER (com.shareseer/mcp@0.1.0) Access SEC filings, insider transactions, and financial data via the ShareSEER API. installs: remote:https://shareseer.com/mcp detail: https://mcpindex.ai/server/com-shareseer-mcp - Sherweb Platform MCP Server (com.sherweb/platform@1.47.27) Sherweb Platform MCP server to manage subscriptions and orders. Use OpenID Connect to authenticate. installs: remote:https://mcp.sherweb.com detail: https://mcpindex.ai/server/com-sherweb-platform - com.shiftinbits/constellation (com.shiftinbits/constellation@1.2.6) Code Intelligence Platform for AI Coding Agents installs: npm:@constellationdev/mcp detail: https://mcpindex.ai/server/com-shiftinbits-constellation - Ship24 Tracking (com.ship24/tracking-mcp@1.0.0) Ship24 tracking API as MCP tools: manage trackers, fetch results, list couriers. installs: remote:https://api.ship24.com/mcp detail: https://mcpindex.ai/server/com-ship24-tracking-mcp - Shippo (com.shippo/shippo-mcp@1.0.0) Multi-carrier shipping for AI agents: compare rates, buy labels, track packages, validate addresses installs: remote:https://mcp.shippo.com detail: https://mcpindex.ai/server/com-shippo-shippo-mcp - ShipStatic (com.shipstatic/mcp@1.1.0) Deploy websites from AI agents. Free at mcp.shipstatic.com. Install for the full toolset. installs: npm:@shipstatic/mcp | remote:https://mcp.shipstatic.com detail: https://mcpindex.ai/server/com-shipstatic-mcp - com.shonanfarm/sukimalabo-tester (com.shonanfarm/sukimalabo-tester@1.0.0) みんなのテスター(スキマラボ)公開情報MCP。Google Playクローズドテストのテスター集めを支援する相互テストコミュニティの情報を提供する。 installs: remote:https://egbtsqygtbkdfkywjofb.supabase.co/functions/v1/sukimalabo-tester detail: https://mcpindex.ai/server/com-shonanfarm-sukimalabo-tester - UsedBikeCenter ZAMA バイク・原付の買取査定 (Japan motorcycle buyback) (com.shonanfarm/zama-bike-kaitori@2.1.4) 中古バイク・原付・スクーターの買取相場照会と無料出張査定の申込。対応=神奈川・東京・埼玉・千葉・茨城・群馬・山梨。Japan used motorcycle buyback. installs: remote:https://shonanfarm.com/wp-json/zama/v1/mcp detail: https://mcpindex.ai/server/com-shonanfarm-zama-bike-kaitori - com.shorttext/shorttext (com.shorttext/shorttext@1.0.0) Paste short text, get a shareable URL. Read any by slug; create with an API key. installs: remote:https://shorttext.com/mcp detail: https://mcpindex.ai/server/com-shorttext-shorttext - com.sibfly/ground-motion (com.sibfly/ground-motion@1.2.0) Measured ground motion per US address (NASA InSAR). Self-register, $0.40/report, misses free. installs: remote:https://sibfly.com/mcp detail: https://mcpindex.ai/server/com-sibfly-ground-motion - com.siftdex/library (com.siftdex/library@0.1.0) Verified doc corpora for agents: grep-first retrieval, hashed pages, Merkle+RFC-3161 receipts installs: remote:https://library.siftdex.com/mcp detail: https://mcpindex.ai/server/com-siftdex-library - Sigao Li — personal MCP server (com.sigaoli/profile@1.0.0) Read-only access to Sigao Li's profile, CV and case studies. Bilingual (EN/ZH). installs: remote:https://api.sigaoli.com/mcp detail: https://mcpindex.ai/server/com-sigaoli-profile - Siglume MCP Gateway (com.siglume/mcp-gateway@0.1.0) Access Siglume API Store tools and external MCP Router servers. installs: remote:https://mcp.siglume.com detail: https://mcpindex.ai/server/com-siglume-mcp-gateway - SigParser (com.sigparser/sigparser@1.0.0) Query contacts, companies, relationships, and communication metrics from SigParser. installs: remote:https://ipaas.sigparser.com/api/mcp detail: https://mcpindex.ai/server/com-sigparser-sigparser - SimplyWarmup (com.simplywarmup/simplywarmup@0.1.0) Hosted MCP server for inbox health, reporting, and warmup operations. installs: remote:https://simplywarmup.com/mcp detail: https://mcpindex.ai/server/com-simplywarmup-simplywarmup - Sitelas (com.sitelas/sitelas@1.0.0) Build a real website from a chat — then run it: read messages, check traffic, publish changes. installs: remote:https://sitelas.com/api/mcp detail: https://mcpindex.ai/server/com-sitelas-sitelas - SitesPlaced (com.sitesplaced/sitesplaced@1.0.0) Build, edit, and publish real websites and online stores by chatting with your AI assistant. installs: remote:https://sitesplaced.com/api/mcp detail: https://mcpindex.ai/server/com-sitesplaced-sitesplaced - com.situationatlas/mcp (com.situationatlas/mcp@0.1.0) AI-summarized filings from 7 markets with special-situations screens, for research agents installs: npm:@situationatlas/mcp detail: https://mcpindex.ai/server/com-situationatlas-mcp - SkinGrind (com.skingrind/skingrind@1.0.0) CS2 skin prices, case odds and ROI, Armory value, and Trade Up contracts. installs: remote:https://cloud.skingrind.com/mcp detail: https://mcpindex.ai/server/com-skingrind-skingrind - com.skipodds/skipodds (com.skipodds/skipodds@1.0.3) Win probabilities for 13 sports: NFL, NBA, soccer, tennis, golf, cricket. No API key, no signup. installs: remote:https://skipodds.com/mcp detail: https://mcpindex.ai/server/com-skipodds-skipodds - com.skipseek/skipseek (com.skipseek/skipseek@1.0.3) Polymarket, Manifold, Metaculus compared: one fair probability per question. No API key needed. installs: remote:https://skipseek.com/mcp detail: https://mcpindex.ai/server/com-skipseek-skipseek - com.skulayer/skulayer (com.skulayer/skulayer@1.3.0) The agent-ready product data layer for ecommerce: audit, fix and serve product feeds. installs: remote:https://skulayer.com/mcp detail: https://mcpindex.ai/server/com-skulayer-skulayer - Skyalo Travel Connectivity Guide (com.skyalo/travel-connectivity-guide@1.0.0) Estimate mobile-data needs and build a provider-neutral connectivity checklist for any trip. installs: remote:https://skyalo.com/chatgpt/mcp detail: https://mcpindex.ai/server/com-skyalo-travel-connectivity-guide - Sleekplan (com.sleekplan/sleekplan@1.0.0) Manage customer feedback, roadmap, changelog, and surveys in your Sleekplan workspace. installs: remote:https://mcp.sleekplan.com/mcp detail: https://mcpindex.ai/server/com-sleekplan-sleekplan - com.slickfast/mcp (com.slickfast/mcp@0.7.12) Render 47 chart types and tiled dashboards as PNG/SVG. Deterministic, 100% local, agent-first. installs: npm:@slickfast/mcp detail: https://mcpindex.ai/server/com-slickfast-mcp - Slidesfly (com.slidesfly/slidesfly@0.1.0) Publish and manage existing HTML presentations from an MCP-capable Agent. installs: remote:https://slidesfly.com/api/mcp detail: https://mcpindex.ai/server/com-slidesfly-slidesfly - SmartBear MCP (com.smartbear/smartbear-mcp@0.35.0) MCP server for AI access to SmartBear tools, including BugSnag, Reflect, Swagger, PactFlow, QTM4J. installs: npm:@smartbear/mcp | remote:https://bugsnag.mcp.smartbear.com/mcp detail: https://mcpindex.ai/server/com-smartbear-smartbear-mcp - Swagger MCP (com.smartbear/swagger-mcp@0.33.0) MCP server for AI access to Swagger by SmartBear. installs: remote:https://swagger.mcp.smartbear.com/mcp detail: https://mcpindex.ai/server/com-smartbear-swagger-mcp - com.smarthomeexplorer.www/product-intelligence (com.smarthomeexplorer.www/product-intelligence@1.0.0) Smart home product intelligence: 1,080+ products with expert consensus scores and compatibility. installs: remote:https://www.smarthomeexplorer.com/api/mcp detail: https://mcpindex.ai/server/com-smarthomeexplorer-www-product-intelligence - com.smartling/smartling-mcp-server (com.smartling/smartling-mcp-server@1.1.0) Smartling MCP Server installs: remote:https://mcp.smartling.com/mcp detail: https://mcpindex.ai/server/com-smartling-smartling-mcp-server - SMI Aware Assistant (com.smiaware.mcp/smi-aware-assistant@0.1.1) Remote MCP server exposing SMI Aware tools, resources, and skills over Streamable HTTP. installs: remote:https://mcp.smiaware.com/mcp detail: https://mcpindex.ai/server/com-smiaware-mcp-smi-aware-assistant - com.smirnovlabs/hypr-cua-mcp (com.smirnovlabs/hypr-cua-mcp@0.1.1) Hyprland/Wayland computer-use MCP: grim screenshots + uinput click/type + hyprctl targeting installs: pypi:hypr-cua-mcp detail: https://mcpindex.ai/server/com-smirnovlabs-hypr-cua-mcp - com.smirnovlabs/ynab-mcp-server (com.smirnovlabs/ynab-mcp-server@2.0.0) Hosted remote MCP server for YNAB on Cloudflare Workers with OAuth installs: remote:https://mcpforynab.smirnovlabs.com/mcp detail: https://mcpindex.ai/server/com-smirnovlabs-ynab-mcp-server - com.smklog/parcel-quotes (com.smklog/parcel-quotes@1.0.0) Live USPS, UPS and FedEx rates for a US parcel described in plain words. No scale needed. installs: remote:https://quote-api.smklog.com/mcp detail: https://mcpindex.ai/server/com-smklog-parcel-quotes - Snapshot Site (com.snapshot-site/screenshots@0.1.5) Capture screenshots, detect visual regressions between page versions, and analyze with AI. installs: npm:@snapshot-site/mcp | remote:https://mcp.snapshot-site.com/mcp detail: https://mcpindex.ai/server/com-snapshot-site-screenshots - com.snaptoll/snaptoll (com.snaptoll/snaptoll@1.0.0) UK tolls & charges: DVLA vehicle checks (ULEZ/CAZ/MOT/tax), prices, penalties, pay-by deadlines. installs: remote:https://snaptoll.com/api/mcp detail: https://mcpindex.ai/server/com-snaptoll-snaptoll - Social Champ (com.socialchamp/socialchamp-mcp@0.1.0) Connect AI agents to Social Champ: manage channels, posts, AI content, queue, and approvals. installs: remote:https://mcp.socialchamp.com/mcp detail: https://mcpindex.ai/server/com-socialchamp-socialchamp-mcp - com.socialneuron/mcp-server (com.socialneuron/mcp-server@1.6.0) 52 MCP tools for AI social media: create, distribute, analyze, and optimize content. installs: npm:@socialneuron/mcp-server detail: https://mcpindex.ai/server/com-socialneuron-mcp-server - Softician Notary Exam Prep (com.softician.examprep/notary-exam-prep@1.0.0) Fetch real California Notary Public exam practice questions and grade answers in-chat. installs: remote:https://examprep.softician.com/mcp detail: https://mcpindex.ai/server/com-softician-examprep-notary-exam-prep - Soleil Clusters (com.soleilpictures/clusters@2.1.1) Read and build visual moodboards, shot lists and lookbooks from an AI assistant. installs: npm:soleil-clusters-mcp | remote:https://clusters.soleilpictures.com/api/v1/mcp detail: https://mcpindex.ai/server/com-soleilpictures-clusters - com.solinkify/mcp (com.solinkify/mcp@0.3.3) Pay for x402 paywalls, datasets, and store checkouts on Solana, behind hard spending caps. installs: npm:@solinkify/mcp detail: https://mcpindex.ai/server/com-solinkify-mcp - com.sonenta/mcp (com.sonenta/mcp@0.46.2) MCP server for Sonenta translation management: keys, translations, a11y, and source-health tools. installs: npm:@sonenta/mcp detail: https://mcpindex.ai/server/com-sonenta-mcp - Soren (com.soren/games@1.0.0) Game prices across Steam, Epic, GOG and Microsoft, with real price history and giveaways. installs: remote:https://soren.com/mcp detail: https://mcpindex.ai/server/com-soren-games - com.soulcraftagency/soulcraft-mcp (com.soulcraftagency/soulcraft-mcp@0.1.2) Analyze any company's identity. Get a Soul Score, dimension scores, a soul.md, and recommendations. installs: npm:soulcraft-mcp detail: https://mcpindex.ai/server/com-soulcraftagency-soulcraft-mcp - SoundGTM (com.soundgtm/partner-tracker@1.0.0) AI-native PRM: track partner pipeline, deals, and commissions, and manage partner outreach. installs: remote:https://partnertracker.soundgtm.com/api/mcp detail: https://mcpindex.ai/server/com-soundgtm-partner-tracker - Sourcey (com.sourcey/sourcey@1.1.1) Find and compare startup credits and deals with eligibility checks and exact evidence. installs: remote:https://mcp.sourcey.com/mcp detail: https://mcpindex.ai/server/com-sourcey-sourcey - Clara — Personal Clean Air Planner (com.southlondonscientific/clara@0.3.0) UK personal air quality advice and daily exposure assessment. Pairs with Hermes for live data. installs: remote:https://clara-mcp.southlondonscientific.com/mcp detail: https://mcpindex.ai/server/com-southlondonscientific-clara - Iron City (com.sovereigntyempire/iron-city@1.0.0) Sovereign AI agent economy: oracle-verified tools, escrow, arenas; paid in USDC on Base via x402. installs: remote:https://ironcity.sovereigntyempire.com/mcp detail: https://mcpindex.ai/server/com-sovereigntyempire-iron-city - Spanly (com.spanly/spanly@1.0.0) MCP observability. Query live traffic, errors, duration, and alerts from your AI agent. installs: remote:https://mcp.spanly.com/ detail: https://mcpindex.ai/server/com-spanly-spanly - Spann Stays (com.spannhq/stays@0.2.1+canonical.1) Read-only sample stays, booking constraints, and staged reservation actions for review. installs: remote:https://mcp.spannhq.com/mcp detail: https://mcpindex.ai/server/com-spannhq-stays - Sparkling Tracks Tours (com.sparklingtracks/mcp@1.0.0) Read-only MCP for Sparkling Tracks European tours: packages, itineraries, pricing, contacts. installs: remote:https://mcp.sparklingtracks.com/mcp detail: https://mcpindex.ai/server/com-sparklingtracks-mcp - com.spendict/spendict (com.spendict/spendict@1.0.0) A performance marketer's run/fix/kill verdict for AI agents — ad creative, campaigns, targeting. installs: remote:https://www.spendict.com/api/mcp detail: https://mcpindex.ai/server/com-spendict-spendict - SPLIDIA — operational notes and capabilities (com.splidia/notes@1.2.0) Fibre optics, OTDR, network design and data centre notes from SPLIDIA, plus its service catalogue. installs: remote:https://mcp.splidia.com/mcp detail: https://mcpindex.ai/server/com-splidia-notes - booboooking Appointment Booking (com.spocont/booboooking@1.0.0) Book appointments with service providers on booboooking.com — no token required. installs: remote:https://booboooking.com/api/slot/mcp detail: https://mcpindex.ai/server/com-spocont-booboooking - com.spocont/ifrCoworker (com.spocont/ifrCoworker@3.1.0) IFRS engine: 27 standards, journal entries, XBRL tags, ECL, CGU impairment, deferred tax. installs: remote:https://mcp.ifrcoworker.com detail: https://mcpindex.ai/server/com-spocont-ifrcoworker - com.sponsorable/sponsorable (com.sponsorable/sponsorable@1.0.0) Find brands that already sponsor podcasts like yours, then reveal the buyer to pitch. installs: remote:https://app.sponsorable.com/mcp detail: https://mcpindex.ai/server/com-sponsorable-sponsorable - SportsTrackLive (com.sportstracklive/mcp@0.1.1) Live GPS sports tracking + per-sport analysis of GPX/IGC/FIT files: thermals, wind, phases, laps installs: remote:https://mcp.sportstracklive.com/mcp detail: https://mcpindex.ai/server/com-sportstracklive-mcp - Stack Overflow MCP Server (com.stackoverflow.mcp/mcp@1.1.3) Access Stack Overflow's trusted and verified technical questions and answers. installs: remote:https://mcp.stackoverflow.com detail: https://mcpindex.ai/server/com-stackoverflow-mcp-mcp - com.stackscan/mcp-server (com.stackscan/mcp-server@0.2.1) Look up the technology stack behind any domain, and the company running it. installs: npm:@stackscan/mcp-server detail: https://mcpindex.ai/server/com-stackscan-mcp-server - com.stackwitness/mcp (com.stackwitness/mcp@1.0.0) Independent monitoring: status, monitors, and incidents from your StackWitness workspace. installs: remote:https://mcp.stackwitness.com/mcp detail: https://mcpindex.ai/server/com-stackwitness-mcp - com.star-meet/mcp-starmeet (com.star-meet/mcp-starmeet@1.2.1) Free Vedic astrology MCP: birth-chart, panchang & nakshatra tools. Public API, no key required. installs: npm:@edestory/mcp-starmeet detail: https://mcpindex.ai/server/com-star-meet-mcp-starmeet - StarAgenta (com.staragenta/staragenta@1.0.0) Represent your human in StarAgenta: topic discussions, Spotlight themes, follow your interests. installs: remote:https://staragenta.com/mcp detail: https://mcpindex.ai/server/com-staragenta-staragenta - com.startupnamegenerator/name-tools (com.startupnamegenerator/name-tools@1.0.1) Generate startup names with an available .com, checked live, then screen US and EU trademarks. installs: npm:startupnamegenerator-mcp | remote:https://startupnamegenerator.com/api/mcp detail: https://mcpindex.ai/server/com-startupnamegenerator-name-tools - stat-api — Sports Data (com.stat-api/sports-data@1.0.1) NFL/NBA/MLB/NHL/PGA + DFS and prediction-market data. Browse free; query with a free API key. installs: remote:https://api.stat-api.com/mcp detail: https://mcpindex.ai/server/com-stat-api-sports-data - Statistics of the World (com.statisticsoftheworld/sotw@1.0.0) 490+ economic & demographic indicators for 218 countries from IMF, World Bank, UN, FRED. installs: remote:https://statisticsoftheworld.com/api/mcp detail: https://mcpindex.ai/server/com-statisticsoftheworld-sotw - StockLens (com.stocklens/stocklens@1.0.0) AI-powered stock analysis: nightly ratings, on-demand deep-dives, and watchlist insights. installs: remote:https://mcp.stocklens.com/mcp detail: https://mcpindex.ai/server/com-stocklens-stocklens - StockMarketScan (com.stockmarketscan/mcp-server@1.0.5) 18 tools for US stock screeners, chart patterns, options flow signals and equities research. installs: remote:https://mcp.stockmarketscan.com/mcp detail: https://mcpindex.ai/server/com-stockmarketscan-mcp-server - Stock Trends Market Intelligence (com.stocktrends/market-intelligence@1.0.1) Equity trend, relative-strength, expected-return, market-context, and research resources for agents. installs: npm:@stocktrends-publications/stocktrends-mcp-server detail: https://mcpindex.ai/server/com-stocktrends-market-intelligence - StoriesOnBoard - structured specifications for AI Agents (com.storiesonboard/storiesonboard@1.0.0) Turn PRDs and product ideas into structured specs so coding agents build your intent, not theirs. installs: remote:https://api.storiesonboard.com/mcp detail: https://mcpindex.ai/server/com-storiesonboard-storiesonboard - Storydoc (com.storydoc/mcp@0.4.1) Generate and manage Storydoc presentations from any MCP-compatible client. installs: remote:https://mcp.storydoc.com/mcp detail: https://mcpindex.ai/server/com-storydoc-mcp - Stratalize Crypto & DeFi (com.stratalize/crypto@1.1.1) Crypto and DeFi benchmarks: gas fees, chain TVL, stablecoin yields, options IV, and correlations. installs: remote:https://www.stratalize.com/api/mcp-public?vertical=crypto detail: https://mcpindex.ai/server/com-stratalize-crypto - Stratalize Governance (com.stratalize/governance@1.1.1) AI governance intelligence: EU AI Act, FCA PS7/24, NIST AI RMF, OCC enforcement, and state AI laws. installs: remote:https://www.stratalize.com/api/mcp-public?vertical=governance detail: https://mcpindex.ai/server/com-stratalize-governance - Stratalize Healthcare (com.stratalize/healthcare@1.1.1) CMS benchmarks, travel nurse rates, pharmacy spend, billing risk, and payer intelligence. installs: remote:https://www.stratalize.com/api/mcp-public?vertical=healthcare detail: https://mcpindex.ai/server/com-stratalize-healthcare - Stratalize Intelligence (com.stratalize/intelligence@1.1.1) Vendor benchmarks, H-1B wages, federal contracts, USPTO patent filings, and public financials. installs: remote:https://www.stratalize.com/api/mcp-public?vertical=intelligence detail: https://mcpindex.ai/server/com-stratalize-intelligence - Stratalize Oracle (com.stratalize/oracle@1.0.1) Crypto price and threshold consensus with ML-DSA-65 attestation and Base anchoring. installs: remote:https://www.stratalize.com/api/mcp-public?vertical=oracle detail: https://mcpindex.ai/server/com-stratalize-oracle - Stratalize Real Estate (com.stratalize/realestate@1.1.1) Real estate benchmarks: cap rates, NCREIF returns, REIT, construction costs, and climate risk. installs: remote:https://www.stratalize.com/api/mcp-public?vertical=realestate detail: https://mcpindex.ai/server/com-stratalize-realestate - Stratalize Stealth (com.stratalize/stealth@1.0.1) Zero-storage MCP privacy proxy — PII tokenized before AI inference. ML-DSA-65 signed, Base-anchored. installs: remote:https://www.stratalize.com/api/stealth/{server_name} detail: https://mcpindex.ai/server/com-stratalize-stealth - Stratyfix (com.stratyfix/mcp-server@1.0.0) Ask about your deals, pace to target, and team odds from Stratyfix. Read only, real permissions. installs: remote:https://app.stratyfix.com/api/mcp detail: https://mcpindex.ai/server/com-stratyfix-mcp-server - NuBerea (com.streamsapps/nuberea@1.0.1) AI-powered biblical research tools — lexicons, morphology, manuscripts, and more. installs: remote:https://auth.aws-dev.streamsappsgslbex.com/mcp detail: https://mcpindex.ai/server/com-streamsapps-nuberea - StreetProof Physical Brand Index (com.streetproof/mcp@1.0.0) Read-only, privacy-safe evidence of physical business presence for AI agents. installs: remote:https://streetproof.com/mcp detail: https://mcpindex.ai/server/com-streetproof-mcp - Lodestone (com.studiocorsair/lodestone@1.0.0) One connector URL giving any MCP client live access to 21 services and 51 tools. installs: remote:https://lodestone.studiocorsair.com/mcp detail: https://mcpindex.ai/server/com-studiocorsair-lodestone - SudoMock (com.sudomock/mockups@1.2.0) Photorealistic PSD product mockups: place artwork, edit text with 2,000+ fonts, render. installs: remote:https://mcp.sudomock.com detail: https://mcpindex.ai/server/com-sudomock-mockups - Suited (com.suitedforit/suited@1.0.0) Tailored, graded job applications: a CV, cover letter and form answers built per vacancy. installs: remote:https://suitedforit.com/mcp detail: https://mcpindex.ai/server/com-suitedforit-suited - com.sulvo.publisher-revenue-audit/audit (com.sulvo.publisher-revenue-audit/audit@0.2.1) Publisher revenue audit: ads.txt and ad-stack checks, Sulvo onboarding, and Boost ad-block recovery installs: npm:publisher-revenue-audit-mcp | remote:https://publisher-revenue-audit.sulvo.com/mcp detail: https://mcpindex.ai/server/com-sulvo-publisher-revenue-audit-audit - Sunshine Atlas (com.sunshineatlas/sunshine-atlas@1.1.0) Where is it sunny? Monthly sunshine scores, temps, rain, UV and sea temp for 3,833 destinations. installs: remote:https://sunshineatlas.com/api/mcp detail: https://mcpindex.ai/server/com-sunshineatlas-sunshine-atlas - Suomiatlas — Finnish area statistics (com.suomiatlas/area-statistics@0.1.0) Statistics for every Finnish postal code area and municipality: income, housing, crime, air quality installs: remote:https://suomiatlas.com/api/mcp detail: https://mcpindex.ai/server/com-suomiatlas-area-statistics - Suparanku (com.suparanku/suparanku@1.0.1) See and change how AI assistants describe your brand — AI representation management. installs: remote:https://app.suparanku.com/api/mcp/v1 detail: https://mcpindex.ai/server/com-suparanku-suparanku - com.supovia/supovia (com.supovia/supovia@0.1.0) Manage websites, help documents and customer-support conversations with safe, scoped tools. installs: remote:https://mcp.supovia.com/mcp detail: https://mcpindex.ai/server/com-supovia-supovia - SupplySlate (com.supplyslate/sourcing@1.0.0) B2B supply network for buyer-owned agents to source requirements and receive verified offers. installs: remote:https://mcp.supplyslate.com/mcp detail: https://mcpindex.ai/server/com-supplyslate-sourcing - com.svgator/mcp (com.svgator/mcp@1.0.0) Browse, create, edit, and export SVGator animated SVG projects via your SVGator account. installs: remote:https://mcp.svgator.com/mcp detail: https://mcpindex.ai/server/com-svgator-mcp - Swath API (com.swathapi/swath@1.0.0) Radar-verified hail/wind storm detection and affected-property intelligence for the continental US. installs: remote:https://swathapi.com/mcp detail: https://mcpindex.ai/server/com-swathapi-swath - sygnldata — market intelligence for trading agents (com.sygnliq/sygnldata@0.2.0) Market regime, execution-cost, bar-QC and backtest-audit tools for agents. Pay per call via x402. installs: remote:https://api.sygnliq.com/mcp detail: https://mcpindex.ai/server/com-sygnliq-sygnldata - com.syncrosecure/mcp-server (com.syncrosecure/mcp-server@1.0.0) Connect any AI assistant to Syncro: manage tickets, invoices, customers, assets, and more. installs: remote:https://mcp.services.syncromsp.com/mcp/stream detail: https://mcpindex.ai/server/com-syncrosecure-mcp-server - SynergyBoat (com.synergyboat/website@1.1.0) SynergyBoat's public company data — services, case studies, AI use cases, team — and lead capture. installs: remote:https://www.synergyboat.com/api/mcp detail: https://mcpindex.ai/server/com-synergyboat-website - Tabular Recipe (com.tabularrecipe/tabular-recipe@0.2.1) Turn any recipe into a compact process table — every ingredient and step at a glance. installs: remote:https://api.tabularrecipe.com/mcp detail: https://mcpindex.ai/server/com-tabularrecipe-tabular-recipe - Talarion (com.talarion/talarion@1.1.1) Give LLMs an accurate, up-to-date picture of the world — the high-surprisal facts they miss. installs: remote:https://mcp.talarion.com/mcp detail: https://mcpindex.ai/server/com-talarion-talarion - com.talkamore/wiki (com.talkamore/wiki@1.1.1) A wiki about your life that writes itself. Save from any AI chat, recall it in the next. installs: remote:https://api.talkamore.com/mcp detail: https://mcpindex.ai/server/com-talkamore-wiki - Talk Arc Team Workspace (com.talkarcllc/app036-team@0.1.67) See your team's status, delegate work, follow progress, and approve requests from your AI client. installs: remote:https://team.talkarcllc.com/mcp detail: https://mcpindex.ai/server/com-talkarcllc-app036-team - Tallyfy Workflow Automation (com.tallyfy/mcp-server@1.1.2) Automate tasks, processes, and approvals with AI. installs: remote:https://mcp.tallyfy.com/ detail: https://mcpindex.ai/server/com-tallyfy-mcp-server - com.tallymesh/lc-checker (com.tallymesh/lc-checker@1.0.0) Check a letter-of-credit document set for UCP600/ISBP discrepancies before the bank does. installs: remote:https://tallymesh.com/mcp detail: https://mcpindex.ai/server/com-tallymesh-lc-checker - Tandem (com.tandem-cc/tandem@0.1.1) Messaging for human + AI pairs: your AI drafts, you sign, threads route across clients + web inbox. installs: remote:https://www.tandem-cc.com/mcp/ detail: https://mcpindex.ai/server/com-tandem-cc-tandem - Tantra Authority Catalog (com.tantra-authority/catalog@1.0.0) 66 tantra, sex & consciousness courses, books, readings — agent-buyable instantly with USDC on Base installs: remote:https://mcp-catalog.soullight.workers.dev/mcp detail: https://mcpindex.ai/server/com-tantra-authority-catalog - com.tapetide/stock-research-mcp (com.tapetide/stock-research-mcp@1.0.6) NSE & BSE Indian stock market data MCP — quotes, screener, financials, FII/DII flows & portfolio installs: npm:tapetide-mcp detail: https://mcpindex.ai/server/com-tapetide-stock-research-mcp - TarkaGrid Civic Intelligence (com.tarkagrid/rise-civic-intelligence@1.0.1) Civic data MCP: flood zones, 311 density, census for real addresses (Montgomery AL, Baltimore MD). installs: remote:https://mcp.tarkagrid.com/mcp detail: https://mcpindex.ai/server/com-tarkagrid-rise-civic-intelligence - TasteMaker (com.tastemakerdev/tastemaker@1.0.0) Pull your TasteMaker brand kit + generated Agent Skill into your coding tool. Read-only. installs: remote:https://tastemakerdev.com/mcp/ detail: https://mcpindex.ai/server/com-tastemakerdev-tastemaker - com.taxact/taxact-mcp (com.taxact/taxact-mcp@1.0.0) Tax filing guidance, cost comparison, document checklists, and refund estimates by TaxAct. installs: remote:https://mcp.taxact.com/mcp detail: https://mcpindex.ai/server/com-taxact-taxact-mcp - com.taxlocus/taxlocus (com.taxlocus/taxlocus@1.0.0) US sales tax for AI agents: rates, economic nexus, taxability, filing. Citation-backed. installs: remote:https://api.taxlocus.com/mcp detail: https://mcpindex.ai/server/com-taxlocus-taxlocus - com.tcgmcp/tcgmcp (com.tcgmcp/tcgmcp@0.1.0) Live TCG card and decklist prices for AI assistants. 22+ games, no account, ready-to-buy links. installs: remote:https://mcp.tcgmcp.com/mcp detail: https://mcpindex.ai/server/com-tcgmcp-tcgmcp - com.teamwork/mcp (com.teamwork/mcp@1.27.5) The Teamwork.com official MCP server helps teams efficiently manage client projects with AI. installs: docker:docker.io/teamwork/mcp:v1.27.5 | remote:https://mcp.ai.teamwork.com/sse detail: https://mcpindex.ai/server/com-teamwork-mcp - com.teclazo/mercadolibre (com.teclazo/mercadolibre@1.0.0) Mercado Libre keyword & competitor intelligence for AI agents across all 18 ML markets. installs: remote:https://teclazo.com/mcp detail: https://mcpindex.ai/server/com-teclazo-mercadolibre - com.teenpsychiatry/library (com.teenpsychiatry/library@1.0.0) Adolescent psychiatry library focused on the medication decisions parents wrestle with. installs: remote:https://teenpsychiatry.com/api/mcp/v1 detail: https://mcpindex.ai/server/com-teenpsychiatry-library - Agentic UI Generator for Angular (com.telerik/agentic-ui-generator-for-angular@1.0.0) AI development agent using Kendo UI to rapidly create and style quality web UIs or Pages. installs: remote:https://uiagent.mcp.telerik.com/mcp/angular detail: https://mcpindex.ai/server/com-telerik-agentic-ui-generator-for-angular - Temsor API — Turkey & EU business data (com.temsor/api@1.0.0) Turkey & EU business data: validation, sanctions screening, parsing, FX and fuel price history installs: remote:https://api.temsor.com/mcp detail: https://mcpindex.ai/server/com-temsor-api - Tend (com.tendladder/tend@1.0.1) Your own network — goals, commitments and interaction history — read-only, from your assistant. installs: remote:https://www.tendladder.com/api/mcp detail: https://mcpindex.ai/server/com-tendladder-tend - com.testrigor/mcp-server (com.testrigor/mcp-server@1.0.0) Manage test suites, run tests, view results, and automate QA workflows via AI with testRigor. installs: remote:https://api2.testrigor.com/api/v1/mcp detail: https://mcpindex.ai/server/com-testrigor-mcp-server - com.textarttools/textarttools-mcp (com.textarttools/textarttools-mcp@1.1.1) Unicode text styling and ASCII art generation with 23 styles and 322+ figlet fonts installs: remote:https://mcp.textarttools.com/ detail: https://mcpindex.ai/server/com-textarttools-textarttools-mcp - com.thaibankslip/checkslip-mcp (com.thaibankslip/checkslip-mcp@1.0.0) Verify Thai bank transfer slips: amount, receiver, date, and duplicate reuse via check_slip. installs: remote:https://thaibankslip.com/mcp detail: https://mcpindex.ai/server/com-thaibankslip-checkslip-mcp - The Driscoll Public AI (com.the-driscoll/public-ai@2.1.0) Property facts, indicative availability, authorised booking links and curated guest assistance. installs: remote:https://the-driscoll.com/mcp detail: https://mcpindex.ai/server/com-the-driscoll-public-ai - com.theaslangroupllc.pulse/agent-wallet (com.theaslangroupllc.pulse/agent-wallet@0.2.1) Local agent wallet + 900 pay-per-call data APIs — free discovery, x402 USDC, code-level spend caps installs: npm:@pulsenetwork/mcp detail: https://mcpindex.ai/server/com-theaslangroupllc-pulse-agent-wallet - com.theaslangroupllc.pulse/lp-copilot (com.theaslangroupllc.pulse/lp-copilot@0.1.1) LP copilot: free position enumeration on 7 chains + paid range backtests, IL forecasts, points EV installs: npm:@pulsenetwork/lp-copilot-mcp detail: https://mcpindex.ai/server/com-theaslangroupllc-pulse-lp-copilot - com.theaslangroupllc.pulse/pulsenetwork (com.theaslangroupllc.pulse/pulsenetwork@1.4.0) 914 paid market-data & token-safety endpoints — keyless x402 USDC: Base, Solana, XRPL, +8 chains installs: remote:https://pulse.theaslangroupllc.com/api/mcp detail: https://mcpindex.ai/server/com-theaslangroupllc-pulse-pulsenetwork - com.thebalancedinvestorclub/welcome (com.thebalancedinvestorclub/welcome@0.3.2) The Balanced Investor Club, the thinking companion for the markets. Educational, not advice. installs: remote:https://thebalancedinvestorclub.com/api/mcp/mcp detail: https://mcpindex.ai/server/com-thebalancedinvestorclub-welcome - DeskMonitor (com.thedeskmonitor/mcp@1.7.3) DeskMonitor: 24 workforce-intelligence MCP tools, OAuth 2.1, free demo key included. installs: remote:https://api.thedeskmonitor.com/api/mcp/v1 detail: https://mcpindex.ai/server/com-thedeskmonitor-mcp - com.themineworks/company-diligence-mcp (com.themineworks/company-diligence-mcp@1.1.0) 13 diligence tools: SEC, LEI, VAT, state+UK registries, courts, federal awards/contracts, FEC. installs: remote:https://themineworks--company-diligence-mcp.apify.actor/mcp detail: https://mcpindex.ai/server/com-themineworks-company-diligence-mcp - com.themineworks/india-jobs-mcp (com.themineworks/india-jobs-mcp@1.0.0) Aggregated India job-market data: 9 job boards, LinkedIn sourcing, AmbitionBox employer snapshots. installs: remote:https://themineworks--india-jobs-mcp.apify.actor/mcp detail: https://mcpindex.ai/server/com-themineworks-india-jobs-mcp - com.themineworks/india-real-estate-mcp (com.themineworks/india-real-estate-mcp@1.0.0) Aggregated India property data: 99acres, MagicBricks, NoBroker, Housing.com. Rent, sale, commercial. installs: remote:https://themineworks--india-real-estate-mcp.apify.actor/mcp detail: https://mcpindex.ai/server/com-themineworks-india-real-estate-mcp - com.themineworks/real-estate-mcp (com.themineworks/real-estate-mcp@1.0.0) 8 real-estate tools: Zillow, Redfin, Realtor listings, sales, rentals. installs: remote:https://themineworks--real-estate-mcp.apify.actor/mcp detail: https://mcpindex.ai/server/com-themineworks-real-estate-mcp - com.themineworks/recruiting-jobs-mcp (com.themineworks/recruiting-jobs-mcp@1.0.0) 7 recruiting tools over one MCP endpoint: ATS boards, LinkedIn jobs, profiles, companies, Naukri. installs: remote:https://themineworks--recruiting-jobs-mcp.apify.actor/mcp detail: https://mcpindex.ai/server/com-themineworks-recruiting-jobs-mcp - com.themineworks/social-research-mcp (com.themineworks/social-research-mcp@1.0.0) 8 social listening tools over one MCP endpoint: Reddit, X, Threads, YouTube, Google Trends, news. installs: remote:https://themineworks--social-research-mcp.apify.actor/mcp detail: https://mcpindex.ai/server/com-themineworks-social-research-mcp - The Neural Ledger Intelligence (com.theneuralledger/intelligence@0.1.0) Read-only global event and evidence intelligence with entities, assets, and impact paths. installs: npm:@theneuralledger/mcp detail: https://mcpindex.ai/server/com-theneuralledger-intelligence - com.thenextgennexus/academic-research-mcp-server (com.thenextgennexus/academic-research-mcp-server@1.0.0) ArXiv preprints + Google Scholar papers, with citation counts in one query. installs: remote:https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/academic-research-mcp-server/mcp detail: https://mcpindex.ai/server/com-thenextgennexus-academic-research-mcp-server - com.thenextgennexus/automotive-mcp-server (com.thenextgennexus/automotive-mcp-server@1.0.0) Cars.com listings, VIN lookups, and dealer inventory for car-buying assistants. installs: remote:https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/automotive-mcp-server/mcp detail: https://mcpindex.ai/server/com-thenextgennexus-automotive-mcp-server - com.thenextgennexus/china-market-intelligence-mcp (com.thenextgennexus/china-market-intelligence-mcp@1.0.0) MCP server giving AI agents one-connection access to China A-share market intelligence: financials, installs: remote:https://nexgendata--china-market-intelligence-mcp.apify.actor/mcp detail: https://mcpindex.ai/server/com-thenextgennexus-china-market-intelligence-mcp - com.thenextgennexus/chinese-social-signals-mcp (com.thenextgennexus/chinese-social-signals-mcp@1.0.0) MCP server: AI-agent access to Chinese social & trend signals — Douyin, Weibo, Xiaohongshu/RedNote, installs: remote:https://nexgendata--chinese-social-signals-mcp.apify.actor/mcp detail: https://mcpindex.ai/server/com-thenextgennexus-chinese-social-signals-mcp - com.thenextgennexus/crypto-defi-mcp (com.thenextgennexus/crypto-defi-mcp@1.0.0) MCP server giving AI agents one-connection access to crypto & DeFi data: DeFi protocol TVL, stableco installs: remote:https://nexgendata--crypto-defi-mcp.apify.actor/mcp detail: https://mcpindex.ai/server/com-thenextgennexus-crypto-defi-mcp - com.thenextgennexus/crypto-mcp-server (com.thenextgennexus/crypto-mcp-server@1.0.0) CoinGecko-backed live prices, market caps, DeFi metrics — no per-user API key needed. installs: remote:https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/crypto-mcp-server/mcp detail: https://mcpindex.ai/server/com-thenextgennexus-crypto-mcp-server - com.thenextgennexus/enterprise-mcp-gateway (com.thenextgennexus/enterprise-mcp-gateway@1.0.0) Unified gateway exposing 150+ tools across all NexGenData MCP servers via one endpoint. installs: remote:https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/enterprise-mcp-gateway/mcp detail: https://mcpindex.ai/server/com-thenextgennexus-enterprise-mcp-gateway - com.thenextgennexus/fred-treasury-macro-data-mcp (com.thenextgennexus/fred-treasury-macro-data-mcp@1.0.0) US macro & Treasury data — FRED series, yield curve, auctions, and a macro dashboard. installs: remote:https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/fred-treasury-macro-data-mcp/mcp detail: https://mcpindex.ai/server/com-thenextgennexus-fred-treasury-macro-data-mcp - com.thenextgennexus/global-equities-screener-mcp (com.thenextgennexus/global-equities-screener-mcp@1.0.0) Global equity screeners across the US, China, Hong Kong, Taiwan, Korea, India, Japan and more. installs: remote:https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/global-equities-screener-mcp/mcp detail: https://mcpindex.ai/server/com-thenextgennexus-global-equities-screener-mcp - com.thenextgennexus/hr-compensation-mcp-server (com.thenextgennexus/hr-compensation-mcp-server@1.0.0) H1B visa salary disclosures + compensation benchmarks — real numbers, not estimates. installs: remote:https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/hr-compensation-mcp-server/mcp detail: https://mcpindex.ai/server/com-thenextgennexus-hr-compensation-mcp-server - com.thenextgennexus/job-market-mcp-server (com.thenextgennexus/job-market-mcp-server@1.0.0) Indeed listings + Glassdoor reviews + H1B salary data for career copilots. installs: remote:https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/job-market-mcp-server/mcp detail: https://mcpindex.ai/server/com-thenextgennexus-job-market-mcp-server - com.thenextgennexus/labor-compliance-mcp (com.thenextgennexus/labor-compliance-mcp@1.0.0) MCP server giving AI agents one-connection access to labor & financial-compliance data: DOL Form 550 installs: remote:https://nexgendata--labor-compliance-mcp.apify.actor/mcp detail: https://mcpindex.ai/server/com-thenextgennexus-labor-compliance-mcp - com.thenextgennexus/legal-mcp-server (com.thenextgennexus/legal-mcp-server@1.0.0) Federal and state court records lookup for due-diligence and background checks. installs: remote:https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/legal-mcp-server/mcp detail: https://mcpindex.ai/server/com-thenextgennexus-legal-mcp-server - com.thenextgennexus/news-mcp-server (com.thenextgennexus/news-mcp-server@1.0.0) Cross-source news (AP, BBC, NPR, HN, Google News) with topic filtering and dedup. installs: remote:https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/news-mcp-server/mcp detail: https://mcpindex.ai/server/com-thenextgennexus-news-mcp-server - com.thenextgennexus/premium-data-mcp-server (com.thenextgennexus/premium-data-mcp-server@1.0.0) Federal contracts, FDA recalls, business registrations, Amazon products — B2B intel. installs: remote:https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/premium-data-mcp-server/mcp detail: https://mcpindex.ai/server/com-thenextgennexus-premium-data-mcp-server - com.thenextgennexus/real-estate-mcp-server (com.thenextgennexus/real-estate-mcp-server@1.0.0) Redfin listings, sale-comps, and neighborhood market data via natural-language queries. installs: remote:https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/real-estate-mcp-server/mcp detail: https://mcpindex.ai/server/com-thenextgennexus-real-estate-mcp-server - com.thenextgennexus/redfin-mcp-server (com.thenextgennexus/redfin-mcp-server@1.0.0) Single-property deep-dive: history, price/sqft, days-on-market, comps from a Redfin URL. installs: remote:https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/redfin-mcp-server/mcp detail: https://mcpindex.ai/server/com-thenextgennexus-redfin-mcp-server - com.thenextgennexus/review-intelligence-mcp-server (com.thenextgennexus/review-intelligence-mcp-server@1.0.0) G2, Trustpilot, Yelp reviews with sentiment and theme extraction across sources. installs: remote:https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/review-intelligence-mcp-server/mcp detail: https://mcpindex.ai/server/com-thenextgennexus-review-intelligence-mcp-server - com.thenextgennexus/social-content-mcp-server (com.thenextgennexus/social-content-mcp-server@1.0.0) Dev.to, Steam, podcasts, Eventbrite — cross-format content discovery for AI curators. installs: remote:https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/social-content-mcp-server/mcp detail: https://mcpindex.ai/server/com-thenextgennexus-social-content-mcp-server - com.thenextgennexus/sports-mcp-server (com.thenextgennexus/sports-mcp-server@1.0.0) Live and historical NBA/NFL/NHL data — fantasy bots, content sites, betting research. installs: remote:https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/sports-mcp-server/mcp detail: https://mcpindex.ai/server/com-thenextgennexus-sports-mcp-server - com.thenextgennexus/supply-chain-logistics-mcp (com.thenextgennexus/supply-chain-logistics-mcp@1.0.0) MCP server giving AI agents one-connection access to supply-chain & logistics data: AIS vessel track installs: remote:https://nexgendata--supply-chain-logistics-mcp.apify.actor/mcp detail: https://mcpindex.ai/server/com-thenextgennexus-supply-chain-logistics-mcp - com.thenextgennexus/travel-mcp-server (com.thenextgennexus/travel-mcp-server@1.0.0) Booking.com, Airbnb, TripAdvisor unified — for AI travel concierges and trip planners. installs: remote:https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/travel-mcp-server/mcp detail: https://mcpindex.ai/server/com-thenextgennexus-travel-mcp-server - The Quiet Protocol Growth Offense MCP (com.thequietprotocol.www/tqp-growth-offense@1.0.0) Read-only MCP server for The Quiet Protocol's engines, benchmarks, proof, and business data. installs: remote:https://www.thequietprotocol.com/api/mcp detail: https://mcpindex.ai/server/com-thequietprotocol-www-tqp-growth-offense - ThousandEyes MCP (com.thousandeyes/mcp@1.0.0) ThousandEyes MCP Server for network intelligence: outages, anomalies, alerts, events, and tests. installs: remote:https://api.thousandeyes.com/mcp detail: https://mcpindex.ai/server/com-thousandeyes-mcp - TickerAll (com.tickerall/mcp@1.0.1) Connect your MetaTrader 5 accounts to Claude: trading, market data, account management. installs: remote:https://mcp.tickerall.com/ detail: https://mcpindex.ai/server/com-tickerall-mcp - TickerDB (com.tickerdb/mcp-server@1.8.6) Pre-computed market data that improves agent reasoning, reduces token usage, and replaces pipelines. installs: npm:tickerdb-mcp | remote:https://mcp.tickerdb.com/mcp detail: https://mcpindex.ai/server/com-tickerdb-mcp-server - TickerFacts (com.tickerfacts/fundamentals@0.1.0) SEC EDGAR fundamentals as agent tools: look up or screen US public companies. Free, no key, CC0. installs: remote:https://tickerfacts.com/mcp detail: https://mcpindex.ai/server/com-tickerfacts-fundamentals - tilwhen date engine (com.tilwhen/tilwhen@1.0.0) Deterministic date arithmetic with auditable receipts: business days, due dates, holidays. installs: remote:https://mcp.tilwhen.com/mcp detail: https://mcpindex.ai/server/com-tilwhen-tilwhen - com.timeslope/timeslope-mcp (com.timeslope/timeslope-mcp@0.1.0) Equip AI with tools for researching economic data from Federal Reserve Economic Data (FRED). installs: remote:https://mcp.timeslope.com/mcp detail: https://mcpindex.ai/server/com-timeslope-timeslope-mcp - Timill Cloud (com.timill/mcp@1.0.0) Shared Timill Cloud server: query and edit your work-platform data with full per-user RBAC. installs: remote:https://app.timill.com/mcp detail: https://mcpindex.ai/server/com-timill-mcp - Timill (cloud hosted instance) (com.timillcloud/mcp@1.0.0) Your hosted Timill instance: query and edit your work-platform data with full per-user RBAC. installs: remote:https://{instance}.timillcloud.com/mcp detail: https://mcpindex.ai/server/com-timillcloud-mcp - Company Intel (com.timzinin.api/company-intel@1.0.0) 9 pay-per-call company intel tools over MCP. Free discovery, calls settle in USDC on Base (x402). installs: remote:https://api.timzinin.com/mcp/company-intel detail: https://mcpindex.ai/server/com-timzinin-api-company-intel - Decision Intelligence (com.timzinin.api/decision-intelligence@1.0.0) Pay-per-call retail, advertising, and app-release decision intelligence. installs: remote:https://api.timzinin.com/mcp/decision-intelligence detail: https://mcpindex.ai/server/com-timzinin-api-decision-intelligence - SEO Tools (com.timzinin.api/seo-tools@1.0.0) 5 pay-per-call SEO tools over MCP. Free discovery, tool calls settle in USDC on Base via x402. installs: remote:https://api.timzinin.com/mcp/seo-tools detail: https://mcpindex.ai/server/com-timzinin-api-seo-tools - Web Intel (com.timzinin.api/web-intel@1.0.0) 8 pay-per-call web intel tools over MCP. Free discovery, calls settle in USDC on Base (x402). installs: remote:https://api.timzinin.com/mcp/web-intel detail: https://mcpindex.ai/server/com-timzinin-api-web-intel - TipRanks (com.tipranks/tipranks@1.2.0) Live TipRanks market data: analyst ratings, Smart Score, technicals, options, portfolios. installs: remote:https://mcp.tipranks.com/mcp/ detail: https://mcpindex.ai/server/com-tipranks-tipranks - com.tkawen/intelligence-gateway (com.tkawen/intelligence-gateway@1.0.0) Unified MCP gateway to Algeria TKAWEN ecosystem: commerce, certification and AI tools. installs: remote:https://mcp.tkawen.com/ detail: https://mcpindex.ai/server/com-tkawen-intelligence-gateway - TLS Radar (com.tlsradar/tlsradar@0.5.1) SSL/TLS scanning, free Let's Encrypt issuance, and certificate-expiry monitoring. installs: remote:https://tlsradar.com/api/v1/mcp detail: https://mcpindex.ai/server/com-tlsradar-tlsradar - TofuBofu AI Visibility (com.tofubofu/ai-visibility@1.0.0) Free AI visibility scan for any B2B company: see how often AI engines recommend it, plus the fixes. installs: remote:https://tofubofu.com/mcp detail: https://mcpindex.ai/server/com-tofubofu-ai-visibility - com.tokenofesteem/token-of-esteem (com.tokenofesteem/token-of-esteem@0.1.0) A press your agent can commission: a funny, personalized printed booklet, mailed as a gift. installs: remote:https://mcp.tokenofesteem.com/v1/mcp detail: https://mcpindex.ai/server/com-tokenofesteem-token-of-esteem - SEC EDGAR Fundamentals (com.toolfeeds/sec-edgar-mcp@1.0.0) Normalized SEC EDGAR fundamentals. 3 of 6 tools free; the rest $0.04-$0.10 per call in USDC. installs: remote:https://api.toolfeeds.com/sec-edgar-mcp detail: https://mcpindex.ai/server/com-toolfeeds-sec-edgar-mcp - com.toolsthatrank/serp-metrics (com.toolsthatrank/serp-metrics@1.0.0) Impression-weighted SERP position, click projection on your own CTR curve, share of voice installs: remote:https://toolsthatrank-mcp.lipmichal.workers.dev detail: https://mcpindex.ai/server/com-toolsthatrank-serp-metrics - com.topness/callwright (com.topness/callwright@1.0.4) Self-hosted MCP voice agent that places phone calls on your behalf via Retell. installs: npm:callwright detail: https://mcpindex.ai/server/com-topness-callwright - Torchly (com.torchlyhq/torchly@0.1.0) Agent-run distribution: find private communities, estimate CPA, launch admin-approved campaigns. installs: remote:https://app.torchlyhq.com/api/mcp detail: https://mcpindex.ai/server/com-torchlyhq-torchly - FINOPTIMA (com.toutcreer/finoptima@1.3.1) AI trading agent: multi-pool AMM, 4 strategies, marketplace, copy trading. 35 tools. installs: npm:finoptima detail: https://mcpindex.ai/server/com-toutcreer-finoptima - com.tradallo/reputation (com.tradallo/reputation@0.3.2) Query cryptographically-verified trading reputations (humans + AI agents). ed25519-signed. installs: npm:@tradallo/reputation | remote:https://mcp.tradallo.com/mcp detail: https://mcpindex.ai/server/com-tradallo-reputation - com.traderwai/mcp-server (com.traderwai/mcp-server@1.0.2) DEPRECATED — use com.traderwai/traderwai instead. installs: remote:https://mcp.traderwai.com/deprecated detail: https://mcpindex.ai/server/com-traderwai-mcp-server - com.traderwai/traderwai (com.traderwai/traderwai@1.0.1) AI-powered charts with indicators and trade execution for forex, gold, indices & crypto. installs: remote:https://mcp.traderwai.com detail: https://mcpindex.ai/server/com-traderwai-traderwai - com.tradeuniquecapital.guild/domain-check (com.tradeuniquecapital.guild/domain-check@1.0.0) Free SPF, DKIM, DMARC, MX deliverability check with graded shareable reports, plus referral terms installs: remote:https://guild.tradeuniquecapital.com/mcp detail: https://mcpindex.ai/server/com-tradeuniquecapital-guild-domain-check - com.trailweights/trailweights-mcp (com.trailweights/trailweights-mcp@0.1.0) Read-only MCP access to TrailWeights' ultralight gear corpus: verified weights, reviews, pack lists installs: remote:https://trailweights.com/api/mcp detail: https://mcpindex.ai/server/com-trailweights-trailweights-mcp - Trandence Trading Journal (com.trandence/trading-journal@1.0.1) Read-only access to your Trandence trading journal: trades, stats, playbooks and notes. installs: remote:https://api.trandence.com/api/mcp detail: https://mcpindex.ai/server/com-trandence-trading-journal - TranscriptFetch (com.transcriptfetch/youtube-transcripts@1.2.0) Transcripts from YouTube, TikTok, Instagram and podcasts (Spotify, Apple, RSS), as clean JSON. installs: remote:https://transcriptfetch.com/mcp detail: https://mcpindex.ai/server/com-transcriptfetch-youtube-transcripts - Transipal WMS (com.transipal/mcp-server@1.0.0) Warehouse management for warehouses, missions, tasks, packs, products, and shipments. installs: remote:https://app.transipal.com/_mcp detail: https://mcpindex.ai/server/com-transipal-mcp-server - Travolp (com.travolp/travolp@1.0.0) Travel planner: create, edit, and explore trip itineraries from your Travolp AI assistant. installs: remote:https://travolp.com/api/mcp detail: https://mcpindex.ai/server/com-travolp-travolp - Tredict (com.tredict/mcp-server@0.9.0) Analyse activities, build training plans and sync structured workouts to your sports watch. installs: remote:https://www.tredict.com/api/mcp/v2 detail: https://mcpindex.ai/server/com-tredict-mcp-server - Trestle (com.trestlescan/trestle@1.4.1) Detects leaked secrets (API keys, tokens, private keys) in source code. installs: npm:@trestlescan/mcp detail: https://mcpindex.ai/server/com-trestlescan-trestle - com.trimtabist/us-tariff-ledger (com.trimtabist/us-tariff-ledger@0.3.1) US tariff & trade truth: duty actually paid by origin/HS 2017+, HTS rulebook, CBP rulings. No key. installs: remote:https://trimtabist.com/mcp detail: https://mcpindex.ai/server/com-trimtabist-us-tariff-ledger - com.trip1/mcp (com.trip1/mcp@1.0.0) Book hotels over MCP. Pay over x402. 3M+ properties in 200+ countries, USDC on Base. installs: remote:https://trip1.com/api/mcp detail: https://mcpindex.ai/server/com-trip1-mcp - trivago (com.trivago.mcp/mcp@0.3.0) trivago's mcp server to find your ideal hotel and compare prices from multiple providers. installs: manual detail: https://mcpindex.ai/server/com-trivago-mcp-mcp - ~Alter Identity (com.truealter/identity@0.5.9) Identity infrastructure for the AI economy. Confirms if someone is known; returns inferred traits. installs: remote:https://mcp.truealter.com/api/v1/mcp detail: https://mcpindex.ai/server/com-truealter-identity - True Value Rankings (com.truevaluerankings/tvr-mcp@2.0.0) Cryptocurrency fundamentals research and education. Model-derived scores and valuation estimates. installs: remote:https://truevaluerankings.com/mcp detail: https://mcpindex.ai/server/com-truevaluerankings-tvr-mcp - Trust Boundary Systems (com.trustboundarysystems/bookings@0.2.0) Book a strategy call with Trust Boundary Systems (blockchain, stablecoins, MPC, ZK, AI advisory). installs: remote:https://mcp.trustboundarysystems.com/mcp detail: https://mcpindex.ai/server/com-trustboundarysystems-bookings - Truthifi Connect (com.truthifi/mcp@1.0.0) Connects AI agents to live, verified financial data from 18,000+ institutions — ready to reason from installs: remote:https://api.truthifi.com/mcp detail: https://mcpindex.ai/server/com-truthifi-mcp - com.trycloudflare.clients-involving-billion-headers/agent-web-actions (com.trycloudflare.clients-involving-billion-headers/agent-web-actions@1.0.0) Stealth web automation for AI agents. Login, signup, navigate, screenshot. installs: remote:https://clients-involving-billion-headers.trycloudflare.com:5001 detail: https://mcpindex.ai/server/com-trycloudflare-clients-involving-billion-headers-agent-web-actions - dime-experiment-tools (com.trycloudflare.managers-backup-dolls-seasons/dime-experiment-tools@0.2.0) Free MCP server: Nostr profile fetcher + a tip-metadata tool. AI-earns-a-dime experiment. installs: remote:https://managers-backup-dolls-seasons.trycloudflare.com/mcp detail: https://mcpindex.ai/server/com-trycloudflare-managers-backup-dolls-seasons-dime-experiment-tools - com.trycloudflare.plates-spread-materials-optimum/agent-web-actions (com.trycloudflare.plates-spread-materials-optimum/agent-web-actions@1.0.0) Stealth web automation for AI agents. Login, signup, navigate, screenshot. installs: remote:https://plates-spread-materials-optimum.trycloudflare.com detail: https://mcpindex.ai/server/com-trycloudflare-plates-spread-materials-optimum-agent-web-actions - Dango (com.trydango/dango@0.2.0) Build decks in your own brand, from the AI agent you already use. Then edit them yourself. installs: remote:https://api.trydango.com/mcp detail: https://mcpindex.ai/server/com-trydango-dango - Spook SEO (com.tryspook/spook@1.0.0) Free SEO tools + the Spook SEO autopilot: analyze domains, generate and publish SEO articles. installs: remote:https://www.tryspook.com/api/mcp detail: https://mcpindex.ai/server/com-tryspook-spook - Turaxia Connect Public (com.turaxia/connect@0.1.0) Public Turaxia MCP surface for building localized draft bundles from supplier URLs. installs: remote:https://api.turaxia.com/public/mcp detail: https://mcpindex.ai/server/com-turaxia-connect - Turrior MCP (com.turrior.my/turrior-mcp@1.0.0) Authenticated remote MCP server for Turrior. installs: remote:https://my.turrior.com/api/mcp detail: https://mcpindex.ai/server/com-turrior-my-turrior-mcp - UIcockpit (com.uicockpit/mcp@0.5.1) Generate a design system from a brief, then verify your AI stays on it. installs: npm:uicockpit-mcp detail: https://mcpindex.ai/server/com-uicockpit-mcp - UkraineBorder — travel guidance and war-risk insurance (com.ukraineborder/ukraine-travel@0.1.0) Ukraine entry rules, border crossings, customs, safety and war-risk travel insurance. 10 languages. installs: remote:https://www.ukraineborder.com/api/mcp detail: https://mcpindex.ai/server/com-ukraineborder-ukraine-travel - com.undercurrentholdings/aegis (com.undercurrentholdings/aegis@1.3.1) Six-gate governance for AI agents: PROCEED/PAUSE/HALT decisions with hash-chained audit trails. installs: pypi:aegis-governance | remote:https://mcp.aegis.undercurrentholdings.com/mcp detail: https://mcpindex.ai/server/com-undercurrentholdings-aegis - UniAffitti Room Finder (com.uniaffitti.www/room-finder@0.1.0) Find, rank, and compare student rooms from UniAffitti public listings. installs: remote:https://www.uniaffitti.com/mcp/ detail: https://mcpindex.ai/server/com-uniaffitti-www-room-finder - UnifAPI (com.unifapi/mcp@0.1.2) Hosted MCP server for live public-data APIs and Skills for AI agents. installs: remote:https://mcp.unifapi.com detail: https://mcpindex.ai/server/com-unifapi-mcp - uplika (com.uplika/uplika@1.0.0) Publish to social channels from your AI agent. Threads is live; nine more await review. installs: remote:https://api.uplika.com/mcp detail: https://mcpindex.ai/server/com-uplika-uplika - Uprampr Marketplace (com.uprampr/marketplace@1.0.0) Buy and sell with Bitcoin, Monero or Pirate Chain. Listings, Want Ads, offers, escrow. installs: remote:https://uprampr.com/mcp detail: https://mcpindex.ai/server/com-uprampr-marketplace - com.uptimemonitoring/mcp (com.uptimemonitoring/mcp@1.0.2) Agent-native uptime monitoring. Create, inspect, and assert monitor health. Free 50-monitor tier. installs: remote:https://api.uptimemonitoring.com/mcp detail: https://mcpindex.ai/server/com-uptimemonitoring-mcp - Allowance MCP (com.useallowance/allowance-mcp@0.1.2) Secure agent purchasing with human-approved virtual cards, receipts, and audit trails. installs: remote:https://mcp.useallowance.com detail: https://mcpindex.ai/server/com-useallowance-allowance-mcp - Bleep (com.usebleep/bleep@1.0.0) Create Tasks and run Workflows in Bleep from Claude, ChatGPT, and other AI assistants. installs: remote:https://app.usebleep.com/api/mcp detail: https://mcpindex.ai/server/com-usebleep-bleep - com.usedailyai/cron-self-heal (com.usedailyai/cron-self-heal@0.1.0) Watcher — surfaces crons in error state installs: manual detail: https://mcpindex.ai/server/com-usedailyai-cron-self-heal - com.usedailyai/gateway-pulse (com.usedailyai/gateway-pulse@0.1.0) Probe Hermes/OpenClaw/Paperclip/Obsidian installs: manual detail: https://mcpindex.ai/server/com-usedailyai-gateway-pulse - com.usedailyai/launchd-drift-recovery (com.usedailyai/launchd-drift-recovery@0.1.0) Watcher — kickstart -k drifted critical plists installs: manual detail: https://mcpindex.ai/server/com-usedailyai-launchd-drift-recovery - com.usedailyai/meta-skill (com.usedailyai/meta-skill@0.1.0) The skill that creates skills installs: manual detail: https://mcpindex.ai/server/com-usedailyai-meta-skill - com.usedailyai/stale-gate-janitor (com.usedailyai/stale-gate-janitor@0.1.0) Daily 04:00 CT housekeeping over data/approval-gates/ installs: manual detail: https://mcpindex.ai/server/com-usedailyai-stale-gate-janitor - com.usefreebox/freebox (com.usefreebox/freebox@1.0.0) Find free stuff near any US ZIP, priced for resale. Live listings, resale estimates, alerts. installs: remote:https://usefreebox.com/api/mcp detail: https://mcpindex.ai/server/com-usefreebox-freebox - OrgX MCP — Organizational Continuity for AI Agents (com.useorgx/orgx-mcp@1.1.4) Make AI work resumable, reviewable, and provable across agents. installs: remote:https://mcp.useorgx.com/mcp detail: https://mcpindex.ai/server/com-useorgx-orgx-mcp - Pancake — Verifiable Backtests for AI Agents (com.usepancake/pancake-mcp@1.0.0) Verifiable backtests for AI-built trading strategies: deterministic engine, reproducible results. installs: remote:https://mcp.usepancake.com/api/mcp detail: https://mcpindex.ai/server/com-usepancake-pancake-mcp - com.userbrain/mcp (com.userbrain/mcp@1.5.0) Explore your Userbrain user test data, summarize feedback, and uncover actionable insights faster. installs: remote:https://mcp.userbrain.com/mcp detail: https://mcpindex.ai/server/com-userbrain-mcp - com.uservane/mcp (com.uservane/mcp@1.0.0) Query NPS, CSAT, CES, and PMF survey results, responses, and links for your UserVane project. installs: remote:https://mcp.uservane.com/mcp detail: https://mcpindex.ai/server/com-uservane-mcp - Sideways (com.usesideways/sideways@1.2.3) Use Sideways for unexpected questions and lateral thinking prompts to break through mental blocks. installs: remote:https://usesideways.com/mcp detail: https://mcpindex.ai/server/com-usesideways-sideways - com.ustaxrecords/tax-sales (com.ustaxrecords/tax-sales@0.1.0) US tax sale dates & rules: 51 states, ~3,140 counties. Every record cites its official source. installs: npm:ustaxrecords-mcp detail: https://mcpindex.ai/server/com-ustaxrecords-tax-sales - com.utilsforagents/utilsforagents-mcp (com.utilsforagents/utilsforagents-mcp@1.0.4) Pay-per-call AI agent utilities via x402 on Base (USDC). 7 tools, $0.003/call. installs: npm:utilsforagents-mcp detail: https://mcpindex.ai/server/com-utilsforagents-utilsforagents-mcp - com.vaiz/mcp (com.vaiz/mcp@1.1.2) Connect AI assistants to your Vaiz workspace: tasks, projects, boards, documents and milestones. installs: npm:vaiz-mcp detail: https://mcpindex.ai/server/com-vaiz-mcp - com.valksor/hub (com.valksor/hub@2.0.0) One MCP endpoint over every Valksor dictionary: namespaced tools plus a JSON passthrough. installs: remote:https://mcp.valksor.com/mcp detail: https://mcpindex.ai/server/com-valksor-hub - com.valksor/latgalian (com.valksor/latgalian@2.1.0) Grounds LLMs in real Latgalian: Wiktionary lemmas, inflections, romanization. installs: remote:https://latgalian.valksor.com/mcp detail: https://mcpindex.ai/server/com-valksor-latgalian - com.valksor/latin (com.valksor/latin@2.1.0) Grounds LLMs in real Latin: Wiktionary lemmas, Morpheus inflections, citations. installs: remote:https://latin.valksor.com/mcp detail: https://mcpindex.ai/server/com-valksor-latin - com.valksor/livonian (com.valksor/livonian@2.1.0) Grounds LLMs in the real Livonian dictionary: attested words, inflections, romanization. installs: remote:https://livonian.valksor.com/mcp detail: https://mcpindex.ai/server/com-valksor-livonian - com.valksor/norse (com.valksor/norse@2.1.0) Grounds LLMs in real Old Norse: lemmas, mediopassive paradigms, English→Old Norse lookup. installs: remote:https://norse.valksor.com/mcp detail: https://mcpindex.ai/server/com-valksor-norse - com.valksor/scythian (com.valksor/scythian@2.1.0) Grounds LLMs in real Scythian: Proto-Scythian lemmas, etymologies, Ossetian/Khotanese descendants. installs: remote:https://scythian.valksor.com/mcp detail: https://mcpindex.ai/server/com-valksor-scythian - com.valksor/slavonic (com.valksor/slavonic@2.1.0) Grounds LLMs in real Church Slavonic: Wiktionary lemmas, dual-number paradigms, transliteration. installs: remote:https://slavonic.valksor.com/mcp detail: https://mcpindex.ai/server/com-valksor-slavonic - com.valverideflow/flow (com.valverideflow/flow@1.0.0) Live US diesel prices and optimized stop-by-stop fuel plans for trucking. Free snapshot tool. installs: remote:https://app.valverideflow.com/api/mcp detail: https://mcpindex.ai/server/com-valverideflow-flow - VarynForge (com.varynforge/server@1.13.0) SEO research SaaS exposed as 30+ MCP tools. Forge niche analysis, plans, and writer-ready briefs. installs: remote:https://app.varynforge.com/api/mcp detail: https://mcpindex.ai/server/com-varynforge-server - Vendizap (com.vendizap/api@1.1.0) API oficial da Vendizap: gerencie produtos, estoque, pedidos e descontos da sua loja. installs: remote:https://api-docs.vendizap.com/mcp detail: https://mcpindex.ai/server/com-vendizap-api - Vendooly (com.vendooly/vendooly@1.0.0) Amazon Seller Central and Amazon Ads for AI assistants: catalog, orders, FBA, pricing, PPC. installs: remote:https://mcp.vendooly.com/mcp detail: https://mcpindex.ai/server/com-vendooly-vendooly - com.venumark/venumark (com.venumark/venumark@1.4.0) Booking decisions, scorecards, and self-checks for Florida food vendors over live DBPR data. installs: remote:https://www.venumark.com/api/mcp detail: https://mcpindex.ai/server/com-venumark-venumark - com.vercel/vercel-mcp (com.vercel/vercel-mcp@0.0.3) An MCP server for Vercel installs: remote:https://mcp.vercel.com detail: https://mcpindex.ai/server/com-vercel-vercel-mcp - com.verifiedsupplementdata/supplement-advisor-mcp (com.verifiedsupplementdata/supplement-advisor-mcp@1.1.0) Evidence-based supplement guidance: clinical doses, form comparisons, interactions, cost-per-dose. installs: npm:supplement-advisor-mcp detail: https://mcpindex.ai/server/com-verifiedsupplementdata-supplement-advisor-mcp - com.verisgov.api/data-access (com.verisgov.api/data-access@1.0.0) Verified federal funding intelligence with sealed provenance; verify any figure at no charge. installs: remote:https://api.verisgov.com/mcp detail: https://mcpindex.ai/server/com-verisgov-api-data-access - com.veterans-rights/bva-corpus (com.veterans-rights/bva-corpus@1.1.0) 900,000+ Board of Veterans' Appeals decisions: VA outcomes, grant rates, PACT Act, ratings. installs: remote:https://www.veterans-rights.com/api/mcp detail: https://mcpindex.ai/server/com-veterans-rights-bva-corpus - Vibrai — arrangement engine for Ableton Live (com.vibrai/vibrai@1.6.1) Arrange your own clips and instruments into finished song structures in Ableton Live 12. installs: manual detail: https://mcpindex.ai/server/com-vibrai-vibrai - com.vincario/vehicle-data (com.vincario/vehicle-data@1.0.0) Vehicle data for AI: VIN decoder, automotive specs, stolen checks, valuation and way more. installs: remote:https://mcp.vincario.com/mcp detail: https://mcpindex.ai/server/com-vincario-vehicle-data - com.vipsallowed/vips (com.vipsallowed/vips@1.2.1) Creator economy platform for agents: posts, paid content, subscriptions, streams. 1% fee. installs: npm:vipsallowed | remote:https://mcp.vipsallowed.com/sse detail: https://mcpindex.ai/server/com-vipsallowed-vips - com.virohanadentalclinic/dental (com.virohanadentalclinic/dental@1.0.1) Virohana Dental Clinic, Bengaluru - clinic info, treatments, hours, contact and oral-health blog. installs: remote:https://mcp.virohanadentalclinic.com/mcp detail: https://mcpindex.ai/server/com-virohanadentalclinic-dental - com.virohanalife/portfolio (com.virohanalife/portfolio@1.0.0) Akshay Shetty's engineering portfolio and resume, queryable by AI. OAuth-secured. installs: remote:https://hire.virohanalife.com/mcp detail: https://mcpindex.ai/server/com-virohanalife-portfolio - com.virohanalife/site (com.virohanalife/site@1.0.0) Query the Virohana website with your AI: services, products, journal. Open, read-only. installs: remote:https://mcp.virohanalife.com/mcp detail: https://mcpindex.ai/server/com-virohanalife-site - Virohana Business (com.virohanalife/virohana-business@0.1.0) Virohana business catalogue, pricing, company info & quote intake. Bearer auth, rate-limited. installs: remote:https://biz.virohanalife.com/mcp detail: https://mcpindex.ai/server/com-virohanalife-virohana-business - Agent Observatory Digital Twin (com.virus-alert/agent-observatory@0.5.0) Public MCP digital twin with synthetic systems and an agent firewall. No customer data. installs: remote:https://virus-alert.com/api/mcp detail: https://mcpindex.ai/server/com-virus-alert-agent-observatory - Voice School Lesson Booking (com.voice-school/singing-vocal-lesson-booking@1.0.0) Request online singing lessons with Voice School and Daria Klishina. installs: remote:https://mcp.voice-school.com/singing-vocal-lesson-booking/mcp detail: https://mcpindex.ai/server/com-voice-school-singing-vocal-lesson-booking - com.voltcast/voltcast (com.voltcast/voltcast@1.0.0) European day-ahead electricity prices (43 zones), accuracy-published forecasts, carbon, optimize. installs: remote:https://voltcast.com/api/mcp detail: https://mcpindex.ai/server/com-voltcast-voltcast - VouchedPros (com.vouchedpros/mcp@1.0.0) Local US home-service pricing, providers ranked by the Vouched Score, rebates, and glossary. installs: remote:https://mcp.vouchedpros.com/mcp detail: https://mcpindex.ai/server/com-vouchedpros-mcp - com.vouchtrail/vouchtrail (com.vouchtrail/vouchtrail@1.0.0) Evidence-first trust verdicts for AI-agent services — query one before you transact. installs: remote:https://vouchtrail.com/mcp detail: https://mcpindex.ai/server/com-vouchtrail-vouchtrail - com.voxodds/voxodds (com.voxodds/voxodds@1.8.0) All-in outcome rankings with live depth, fees, verified rules, EV checks, and track records. installs: remote:https://voxodds.com/mcp detail: https://mcpindex.ai/server/com-voxodds-voxodds - Voyagier (com.voyagier/cli@2.14.0) Book real travel from your agent — flights, hotels & activities behind a price-gated checkout. installs: npm:@voyagier/cli detail: https://mcpindex.ai/server/com-voyagier-cli - com.wachete/wachete (com.wachete/wachete@1.0.0) Create, read and monitor Wachete website-change wachets for a signed-in user. installs: remote:https://api.wachete.com/mcp detail: https://mcpindex.ai/server/com-wachete-wachete - Wafergraph MCP (com.wafergraph/wafergraph-mcp@1.2.0) Read-only MCP server for wafergraph.com's semiconductor & AI supply-chain data: 30 tools, no auth. installs: remote:https://wafergraph-mcp.jwpalm99.workers.dev/mcp detail: https://mcpindex.ai/server/com-wafergraph-wafergraph-mcp - com.wallet-connectors/wallet-verifier-mcp (com.wallet-connectors/wallet-verifier-mcp@1.1.0) MCP server for verifying EUDI/Talao wallet data via OIDC4VP (pull) for AI agents. installs: remote:https://wallet-connectors.com/mcp detail: https://mcpindex.ai/server/com-wallet-connectors-wallet-verifier-mcp - Walnai Website MCP (com.walnai/website@1.0.2) Public remote MCP server for Walnai AI Consulting services, pricing, calculator, FAQs, and adoption. installs: remote:https://walnai.com/mcp detail: https://mcpindex.ai/server/com-walnai-website - com.walnutinvest/walnut (com.walnutinvest/walnut@1.0.0) Connect your portfolio to Claude, ChatGPT, or Codex to analyze it and make smarter investments. installs: remote:https://walnutinvest.com/api/connector/mcp detail: https://mcpindex.ai/server/com-walnutinvest-walnut - Warmth Engine Observatory (com.warmthengine/observatory@1.18.1) Coordination Intelligence: AI infrastructure coordination dynamics across geopolitical blocs installs: remote:https://warmthengine.com/mcp detail: https://mcpindex.ai/server/com-warmthengine-observatory - Washlib (com.washlib/washlib@1.0.0) Find car wash centers in France, compare prices, check live availability, and look up a booking. installs: remote:https://washlib.com/api/mcp detail: https://mcpindex.ai/server/com-washlib-washlib - com.watchtower-api/sanctions-screening (com.watchtower-api/sanctions-screening@1.1.0) Sanctions screening, KYB, identifier validation, jurisdiction risk & secret scanning for AI agents installs: remote:https://watchtower-api.com/mcp detail: https://mcpindex.ai/server/com-watchtower-api-sanctions-screening - com.wearmu/mu (com.wearmu/mu@1.2.0) Official AI-native print-on-demand MCP — say it, AI designs it, sell 40+ goods, earn royalties. installs: remote:https://mcp.wearmu.com/mcp detail: https://mcpindex.ai/server/com-wearmu-mu - com.webflow/mcp (com.webflow/mcp@2.0.0) AI-powered design and management for Webflow Sites installs: remote:https://mcp.webflow.com/mcp detail: https://mcpindex.ai/server/com-webflow-mcp - webforJ MCP Server (com.webforj/mcp@1.0.0) WebforJ's MCP server, provides tools, resources, prompts for scaffolding and developing webforJ apps installs: remote:https://mcp.webforj.com/mcp detail: https://mcpindex.ai/server/com-webforj-mcp - Webhook Studio (com.webhook-studio/webhooks@0.1.0) Keyless webhook endpoints: capture, wait, replay, forward, and generate types from real traffic. installs: remote:https://webhook-studio.com/mcp detail: https://mcpindex.ai/server/com-webhook-studio-webhooks - website2vat (com.website2vat/website2vat@1.0.0) Finds public VAT and company registration identifiers from website domains. installs: remote:https://website2vat.com/mcp detail: https://mcpindex.ai/server/com-website2vat-website2vat - com.websitelaunches/launch-record-lookup (com.websitelaunches/launch-record-lookup@1.0.0) Look up a domain's public Website Launches launch record, owner verification & trust context. installs: remote:https://websitelaunches.com/mcp detail: https://mcpindex.ai/server/com-websitelaunches-launch-record-lookup - Wedding Seat (com.wedding-seat/wedding-planner@1.0.0) Anonymous, no-login wedding planning: create a project, add guests, auto-generate a seating plan. installs: remote:https://mcp.wedding-seat.com/mcp detail: https://mcpindex.ai/server/com-wedding-seat-wedding-planner - Wever Labs Agentic Rails (com.weverlabs/agentic-rails@1.8.0) Agentic rails for complex workflows with receipts, fees, and MCP tool access. installs: remote:https://weverlabs.com/api/mcp detail: https://mcpindex.ai/server/com-weverlabs-agentic-rails - com.whensport/cricket-2026 (com.whensport/cricket-2026@1.0.0) Cricket 2026 MCP — T20 World Cup + ICC tour matches. Tournaments, fixtures, players, venues. installs: remote:https://whensport.com/mcp/cricket detail: https://mcpindex.ai/server/com-whensport-cricket-2026 - com.whensport/golf-majors (com.whensport/golf-majors@1.0.0) Golf Majors 2026 — Masters, PGA Championship, US Open, The Open. Tournaments, venues, players. installs: remote:https://whensport.com/mcp/golf detail: https://mcpindex.ai/server/com-whensport-golf-majors - com.whensport/horse-racing (com.whensport/horse-racing@1.0.0) Horse Racing 2026 MCP — Cheltenham, Royal Ascot, Kentucky Derby, Melbourne Cup. Meetings + venues. installs: remote:https://whensport.com/mcp/horse-racing detail: https://mcpindex.ai/server/com-whensport-horse-racing - com.whensport/polo (com.whensport/polo@1.0.0) First dedicated polo MCP — 2026 USPA, Argentine Triple Crown, British Open. Tournaments + players. installs: remote:https://whensport.com/mcp/polo detail: https://mcpindex.ai/server/com-whensport-polo - com.whensport/rugby (com.whensport/rugby@1.0.0) First dedicated rugby MCP — Six Nations, Rugby Championship, World Cup. Fixtures + venues. installs: remote:https://whensport.com/mcp/rugby detail: https://mcpindex.ai/server/com-whensport-rugby - com.whensport/tennis-2026 (com.whensport/tennis-2026@1.0.0) Tennis Grand Slams 2026 MCP — Australian Open, Roland Garros, Wimbledon, US Open. Draws + venues. installs: remote:https://whensport.com/mcp/tennis detail: https://mcpindex.ai/server/com-whensport-tennis-2026 - Wherobots (com.wherobots/mcp-server@0.1.0) Generate and run high performance queries on open and private spatial data at-scale in the cloud installs: remote:https://api.cloud.wherobots.com/mcp/ detail: https://mcpindex.ai/server/com-wherobots-mcp-server - 후잉가계부 (com.whooing/whooing@1.0.1) 채팅으로 후잉 가계부를 관리하세요. 거래 입력·조회, 계정·예산 관리, 손익·재무 보고서를 지원합니다. installs: remote:https://whooing.com/mcp detail: https://mcpindex.ai/server/com-whooing-whooing - WICK Funded — Trading (com.wickfunded/trading@1.0.0) Connect your AI to a funded trading account. Read & trade a simulated funded challenge. installs: remote:https://wickfunded.com/api/mcp detail: https://mcpindex.ai/server/com-wickfunded-trading - Enciclopedia Católica Wikitólica (com.wikitolica/mcp@1.0.0) Enciclopedia Católica de referencia: fe, doctrina, tradición, santos, liturgia, historia, etc. installs: remote:https://www.wikitolica.com/mcp detail: https://mcpindex.ai/server/com-wikitolica-mcp - MCP Validator (com.wildrunai/mcp-validator@1.3.0) Score MCP tool definitions 0-100. Checks names, schemas, annotations, and uniqueness. installs: remote:https://wildrunai.com/api/mcp detail: https://mcpindex.ai/server/com-wildrunai-mcp-validator - com.withresumeai/ats (com.withresumeai/ats@1.0.0) Which ATS does a company use? Portal-verified answers for 743 employers + resume ATS check. No key. installs: remote:https://withresumeai.com/api/mcp detail: https://mcpindex.ai/server/com-withresumeai-ats - com.wix/mcp (com.wix/mcp@1.0.2) A Model Context Protocol server for Wix AI tools installs: remote:https://mcp.wix.com/sse detail: https://mcpindex.ai/server/com-wix-mcp - WizerAPI Contract Intelligence (com.wizerapi/contract-intelligence@1.0.0) Review contracts for risks: summary, severity-rated flags, key terms, and clause coverage. installs: remote:https://mcp.wizerapi.com/contracts detail: https://mcpindex.ai/server/com-wizerapi-contract-intelligence - WizerAPI Review Intelligence (com.wizerapi/review-intelligence@1.0.0) Analyze customer reviews: sentiment, emotion, topics, themes, digests, and drafted replies. installs: remote:https://mcp.wizerapi.com/reviews detail: https://mcpindex.ai/server/com-wizerapi-review-intelligence - com.wolfram/mcp (com.wolfram/mcp@1.0.1) Integrates Wolfram Language and Wolfram|Alpha accessing curated data and sophisticated algorithms. installs: remote:https://agenttools.wolfram.com/mcp detail: https://mcpindex.ai/server/com-wolfram-mcp - WoopSocial Social Media MCP (com.woopsocial/mcp@1.0.8) Post to social media (Facebook, Instagram, LinkedIn, Pinterest, YouTube, TikTok, X/Twitter and more) installs: remote:https://api.woopsocial.com/mcp detail: https://mcpindex.ai/server/com-woopsocial-mcp - WorkPick Press (com.work-pick/press@0.2.0) Verified Japanese company press releases with provenance (corporate number, source URL) and jobs. installs: remote:https://work-pick.com/api/mcp detail: https://mcpindex.ai/server/com-work-pick-press - Workers' Rights (com.workers-rights/employment-law@1.0.0) Read-only employment-law research: 140K+ rulings, employer track records, rights & EEOC guides. installs: remote:https://www.workers-rights.com/api/mcp detail: https://mcpindex.ai/server/com-workers-rights-employment-law - com.worldhums/worldhums (com.worldhums/worldhums@1.0.0) Live mood of the world: read the planet's pulse, add a hum. Humans and AIs side by side. installs: remote:https://worldhums.com/mcp detail: https://mcpindex.ai/server/com-worldhums-worldhums - com.wrapper-agency.parsedoc/parser (com.wrapper-agency.parsedoc/parser@0.1.2) Parse receipts & invoices into structured JSON. Pay per call in USDC (x402 on Base), no API key. installs: npm:parsedoc-mcp detail: https://mcpindex.ai/server/com-wrapper-agency-parsedoc-parser - com.x402supply/chess-eval (com.x402supply/chess-eval@1.0.1) Stockfish chess eval: best move, score, principal variation, multipv. $0.005/call via x402. installs: remote:https://chess-eval.x402supply.com/mcp detail: https://mcpindex.ai/server/com-x402supply-chess-eval - com.x402supply/endpoint-diligence (com.x402supply/endpoint-diligence@1.0.0) Live x402 endpoint trust/diligence check before you pay it. $0.02/call via x402. installs: remote:https://diligence.x402supply.com/mcp detail: https://mcpindex.ai/server/com-x402supply-endpoint-diligence - com.x402supply/entity-resolve (com.x402supply/entity-resolve@1.0.1) Fuzzy entity resolution and dedupe for names, addresses, and company records. $0.02/call via x402. installs: remote:https://entity-resolve.x402supply.com/mcp detail: https://mcpindex.ai/server/com-x402supply-entity-resolve - com.x402supply/hts-classify (com.x402supply/hts-classify@1.0.1) Classifies products into HS/HTS customs codes for import/export workflows. $0.10/call via x402. installs: remote:https://hts-classify.x402supply.com/mcp detail: https://mcpindex.ai/server/com-x402supply-hts-classify - com.x402supply/page-extract (com.x402supply/page-extract@1.0.0) URL to clean article markdown/text + metadata and links. Deterministic. $0.001/call via x402. installs: remote:https://page-extract.x402supply.com/mcp detail: https://mcpindex.ai/server/com-x402supply-page-extract - com.xcodebuildmcp/XcodeBuildMCP (com.xcodebuildmcp/XcodeBuildMCP@2.7.0) XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities. installs: npm:xcodebuildmcp detail: https://mcpindex.ai/server/com-xcodebuildmcp-xcodebuildmcp - XCREENER (com.xcreener/xcreener-mcp@0.2.1) Local stdio MCP bridge for XCREENER's XQL screener API — validate, explain, and run queries. installs: npm:@xcreener/mcp detail: https://mcpindex.ai/server/com-xcreener-xcreener-mcp - xDog Trading (com.xdogtrading/xdog@1.0.0) 27 live market-research tools for trading agents: scans, options flow, sentiment, valuation, alerts installs: remote:https://api.xdogtrading.com/mcp detail: https://mcpindex.ai/server/com-xdogtrading-xdog - xhost (com.xhostd/mcp@0.4.0) Agent-first hosting: create apps, commit code, deploy, get HTTPS URLs. OAuth sign-in, no tokens. installs: remote:https://mcp.xhostd.com/mcp/ detail: https://mcpindex.ai/server/com-xhostd-mcp - Hokyo MCP Server (com.xn--5ckxa2e4ez471abqo49zn6s/mcp@1.1.2) 豊胸モニター募集サイトのMCPサーバー。クリニック検索・術式情報・悩み相談・世代別記事を提供します。 installs: remote:https://xn--5ckxa2e4ez471abqo49zn6s.com/mcp detail: https://mcpindex.ai/server/com-xn-5ckxa2e4ez471abqo49zn6s-mcp - Xquik MCP Server (com.xquik/mcp@2.6.0) 128 REST operations. 120 MCP routes; 119 JSON/text ops. OAuth 2.1. Not affiliated with X Corp. installs: remote:https://xquik.com/mcp detail: https://mcpindex.ai/server/com-xquik-mcp - xrpldashboard (com.xrpldashboard/xrpldashboard-mcp@1.29.0) Read-only XRP Ledger MCP tools with proof-annotation envelopes and signed daily snapshots. installs: remote:https://mcp.xrpldashboard.com/mcp detail: https://mcpindex.ai/server/com-xrpldashboard-xrpldashboard-mcp - YK Blueprint (com.yantrakit/blueprint-mcp@0.0.1) Reports the launch status of YK Blueprint. installs: remote:https://yk-blueprint.yantrakit.com/api/mcp detail: https://mcpindex.ai/server/com-yantrakit-blueprint-mcp - MatFlow (com.yourmatflow/matflow@1.0.1) Read-only MatFlow data: pricing, competitors, features, FAQs for combat-sports gyms. installs: remote:https://yourmatflow.com/api/mcp detail: https://mcpindex.ai/server/com-yourmatflow-matflow - YOWAYOW Mind-Key Decision (com.yowayow/heart-decision@0.1.0) Evidence-grounded I Ching structural decisions for autonomous agents. installs: remote:https://mcp.yowayow.com/mcp detail: https://mcpindex.ai/server/com-yowayow-heart-decision - ZahabPrice — Live Gold & Silver Prices (com.zahabprice/gold-prices@1.0.0) Live gold & silver prices for 37 countries. Tamara/Tabby installment calculators for Saudi Arabia. installs: remote:https://www.zahabprice.com/mcp detail: https://mcpindex.ai/server/com-zahabprice-gold-prices - Zapier (com.zapier/mcp@1.0.1) Hosted MCP server connecting AI assistants to 9,000+ apps and 40,000+ actions via Zapier. installs: remote:https://mcp.zapier.com/api/v1/connect detail: https://mcpindex.ai/server/com-zapier-mcp - com.zeroheight/zeroheight (com.zeroheight/zeroheight@2.10.2) Connect AI assistants to zeroheight styleguides using the Model Context Protocol installs: npm:@zeroheight/mcp-server | remote:https://mcp.zeroheight.com/mcp detail: https://mcpindex.ai/server/com-zeroheight-zeroheight - Zigpoll (com.zigpoll/zigpoll-mcp@2.0.0) Analyze Zigpoll survey responses, track trends, and get AI-powered insights. installs: remote:https://mcp.zigpoll.com/mcp detail: https://mcpindex.ai/server/com-zigpoll-zigpoll-mcp - Zillow MCP — Property Data, Zestimates & Listings for AI Agents (com.zillapi/zillow-mcp@1.0.0) Zillow MCP for AI agents: property data, Zestimates & listings — 300+ fields per home. Free tier. installs: remote:https://api.zillapi.com/mcp detail: https://mcpindex.ai/server/com-zillapi-zillow-mcp - Zipp (com.zippfeed/zipp@1.0.2) Multi-language crypto news with editorial sentiment + importance scoring; cites original publisher. installs: remote:https://zippfeed.com/mcp/ detail: https://mcpindex.ai/server/com-zippfeed-zipp - zobrx (com.zobrx/zobrx@1.0.0) Read-only zobrx e-commerce data: P&L, orders, inventory, marketplace, tax & shelf insights. installs: remote:https://mcp.zobrx.com/mcp detail: https://mcpindex.ai/server/com-zobrx-zobrx - com.zomato/mcp (com.zomato/mcp@1.0.0) An MCP server that exposes functionalities to use Zomato's services. installs: remote:https://mcp-server.zomato.com/mcp detail: https://mcpindex.ai/server/com-zomato-mcp - Zoning Signal (com.zoningsignal/observatory@2.0.1) US municipal zoning intelligence — corridor analysis, place dossiers, named-pattern detection. installs: remote:https://zoningsignal.com/mcp detail: https://mcpindex.ai/server/com-zoningsignal-observatory - ZoningVerdict (com.zoningverdict/mcp@1.0.0) Human-reviewed zoning answers with ordinance citations for covered US municipalities. installs: remote:https://zoningverdict.com/api/mcp?ref=mcp-registry detail: https://mcpindex.ai/server/com-zoningverdict-mcp - Zoxron MCP (com.zoxron/mcp@1.0.1) Your AI agent deploys, migrates & upgrades self-hosted Odoo ERP on a server you own. installs: remote:https://zoxron.com/mcp detail: https://mcpindex.ai/server/com-zoxron-mcp - Zyberno stock valuation (com.zyberno/zyberno@2.0.0) Brina Gap valuation, screener and market score for US-listed stocks. SEC data, free, no key. installs: remote:https://api.zyberno.com/mcp detail: https://mcpindex.ai/server/com-zyberno-zyberno - Zyla API Hub (com.zylalabs/api-hub@1.0.0) Discover and call 10,000+ production APIs from one MCP server. Pay-per-call billing for AI agents. installs: remote:https://mcp.zylalabs.com/mcp detail: https://mcpindex.ai/server/com-zylalabs-api-hub - Sophon Consulting (consulting.sophon/sophon-consulting@1.0.0) Read-only, deterministic AI triage and readiness tools implementing Sophon's published rubrics. installs: remote:https://www.sophon.consulting/api/mcp detail: https://mcpindex.ai/server/consulting-sophon-sophon-consulting - bsv.cx (cx.bsv/bsv-cx@0.1.0) Timestamp and verify evidence on-chain. Prove what your agent saw and when; verifying is free. installs: remote:https://bsv.cx/mcp detail: https://mcpindex.ai/server/cx-bsv-bsv-cx - cz.firmastat/mcp (cz.firmastat/mcp@1.0.1) Vyhledávání a detail českých firem, finanční výkazy a ukazatele z veřejných rejstříků. installs: remote:https://firmastat.cz/mcp detail: https://mcpindex.ai/server/cz-firmastat-mcp - cz.freelax/tax-engine (cz.freelax/tax-engine@1.0.0) Deterministic Czech OSVC tax tools for 2026: tax, insurance, deadlines, VAT and exchange rates. installs: remote:https://freelax.cz/api/mcp detail: https://mcpindex.ai/server/cz-freelax-tax-engine - MDflow (cz.mdflow/mcp@1.0.1) Markdown workspace for AI agents: read, write, organize, and share markdown documents. installs: remote:https://mdflow.cz/api/mcp detail: https://mcpindex.ai/server/cz-mdflow-mcp - Store Invent & Partners (cz.storeinvent/mcp@1.0.0) Czech inventory services for retail: company info, quote requirements, Q&A, inquiry submission. installs: remote:https://www.storeinvent.cz/api/mcp detail: https://mcpindex.ai/server/cz-storeinvent-mcp - Suorigo Konfigurátor (cz.suorigo.konfigurator/server@1.0.0) Potisk triček a textilu na míru (ČR) — katalog, ceny, příprava designu a objednávky. installs: remote:https://konfigurator.suorigo.cz/api/mcp detail: https://mcpindex.ai/server/cz-suorigo-konfigurator-server - agentView (de.agentview/agentview-mcp@1.0.0) Display delivery platform for AI agents. Push HTML, dashboards and live data to screens. installs: remote:https://agentview.de/mcp detail: https://mcpindex.ai/server/de-agentview-agentview-mcp - Beglaubigt (de.beglaubigt/incorporation@0.2.0) Incorporate a German GmbH or UG in chat, then finish and pay on a secure link. installs: remote:https://mcp.beglaubigt.de/mcp detail: https://mcpindex.ai/server/de-beglaubigt-incorporation - de.carbon-cashmere.api/crypto-intelligence (de.carbon-cashmere.api/crypto-intelligence@4.0.0) Pay-per-call crypto intelligence: 50 tools, own BTC/Kaspa/Bittensor nodes, x402 USDC, no API key. installs: remote:https://api.carbon-cashmere.de/mcp/ detail: https://mcpindex.ai/server/de-carbon-cashmere-api-crypto-intelligence - Cernion Energy Tools MCP (de.cernion/cernion-energy-tools@0.99.4) Energy-domain MCP tools for Cernion context, evidence and guarded process preparation installs: remote:https://api.cernion.de/api/mcp detail: https://mcpindex.ai/server/de-cernion-cernion-energy-tools - Choov MCP (de.choov/mcp@1.0.0) Strom- und Gastarife sowie Produktinformationen für Energievergleiche, live per MCP-Tool. installs: remote:https://www.choov.de/mcp.php detail: https://mcpindex.ai/server/de-choov-mcp - Claimondo — Kfz-Sachverständigen-Finder (de.claimondo/sv-finder@1.0.0) Findet zertifizierte Kfz-Sachverständige im Umkreis einer deutschen PLZ — anonym, read-only. installs: remote:https://mcp.claimondo.de/mcp detail: https://mcpindex.ai/server/de-claimondo-sv-finder - Fakturai — German E-Invoice (ZUGFeRD / Factur-X / E-Rechnung) (de.fakturai/erechnung@1.0.1) KoSIT-verified German e-invoices: generate & validate ZUGFeRD, Factur-X, XRechnung, EN 16931. installs: remote:https://fakturai.de/mcp detail: https://mcpindex.ai/server/de-fakturai-erechnung - Netzhandwerker EU Power Dispatch API (de.netzhandwerker.energy/research-hub@3.0.0) EU power dispatch for wallet-enabled compute, DePIN, battery and trading agents. installs: remote:https://energy.netzhandwerker.de/mcp detail: https://mcpindex.ai/server/de-netzhandwerker-energy-research-hub - QRcodly (de.qrcodly/mcp-server@1.0.0) Create, manage, and share QR codes and short URLs installs: remote:https://mcp.qrcodly.de/mcp detail: https://mcpindex.ai/server/de-qrcodly-mcp-server - de.tabak-brucker.www/shop (de.tabak-brucker.www/shop@1.0.0) Tabak Brucker in ChatGPT/Claude: Katalog, Beratung, Angebote & Warenkorb-Hand-off. Kauf 18+ im Shop. installs: remote:https://mcp.tabak-brucker.de/mcp detail: https://mcpindex.ai/server/de-tabak-brucker-www-shop - woebike.de Preisvergleich (de.woebike/catalog@1.0.0) Deutscher Preisvergleich für E-Bikes – Bestpreis-Suche (read-only). installs: remote:https://woebike.de/api/mcp detail: https://mcpindex.ai/server/de-woebike-catalog - wogrill.de Preisvergleich (de.wogrill/catalog@1.0.0) Deutscher Preisvergleich für Grills – Bestpreis-Suche (read-only). installs: remote:https://wogrill.de/api/mcp detail: https://mcpindex.ai/server/de-wogrill-catalog - wohandy.de Preisvergleich (de.wohandy/catalog@1.0.0) Deutscher Preisvergleich für Handys – Bestpreis-Suche (read-only). installs: remote:https://wohandy.de/api/mcp detail: https://mcpindex.ai/server/de-wohandy-catalog - wokonsole.de Preisvergleich (de.wokonsole/catalog@1.0.0) Deutscher Preisvergleich für Spielekonsolen – Bestpreis-Suche (read-only). installs: remote:https://wokonsole.de/api/mcp detail: https://mcpindex.ai/server/de-wokonsole-catalog - wolaptop.de Preisvergleich (de.wolaptop/catalog@1.0.0) Deutscher Preisvergleich für Laptops – Bestpreis-Suche (read-only). installs: remote:https://wolaptop.de/api/mcp detail: https://mcpindex.ai/server/de-wolaptop-catalog - wopool.de Preisvergleich (de.wopool/catalog@1.0.0) Deutscher Preisvergleich für Pools – Bestpreis-Suche (read-only). installs: remote:https://wopool.de/api/mcp detail: https://mcpindex.ai/server/de-wopool-catalog - woroller.de Preisvergleich (de.woroller/catalog@1.0.0) Deutscher Preisvergleich für E-Roller – Bestpreis-Suche (read-only). installs: remote:https://woroller.de/api/mcp detail: https://mcpindex.ai/server/de-woroller-catalog - wosneaker.de Preisvergleich (de.wosneaker/catalog@1.0.0) Deutscher Preisvergleich für Sneaker – Bestpreis-Suche (read-only). installs: remote:https://wosneaker.de/api/mcp detail: https://mcpindex.ai/server/de-wosneaker-catalog - wosolar.de Preisvergleich (de.wosolar/catalog@1.0.0) Deutscher Preisvergleich für Solaranlagen & Balkonkraftwerke – Bestpreis-Suche (read-only). installs: remote:https://wosolar.de/api/mcp detail: https://mcpindex.ai/server/de-wosolar-catalog - wospeicher.de Preisvergleich (de.wospeicher/catalog@1.0.0) Deutscher Preisvergleich für Stromspeicher – Bestpreis-Suche (read-only). installs: remote:https://wospeicher.de/api/mcp detail: https://mcpindex.ai/server/de-wospeicher-catalog - wostrom.de Preisvergleich (de.wostrom/catalog@1.0.0) Deutscher Preisvergleich für Strom-Produkte – Bestpreis-Suche (read-only). installs: remote:https://wostrom.de/api/mcp detail: https://mcpindex.ai/server/de-wostrom-catalog - wotablet.de Preisvergleich (de.wotablet/catalog@1.0.0) Deutscher Preisvergleich für Tablets – Bestpreis-Suche (read-only). installs: remote:https://wotablet.de/api/mcp detail: https://mcpindex.ai/server/de-wotablet-catalog - wouhr.de Preisvergleich (de.wouhr/catalog@1.0.0) Deutscher Preisvergleich für Uhren – Bestpreis-Suche (read-only). installs: remote:https://wouhr.de/api/mcp detail: https://mcpindex.ai/server/de-wouhr-catalog - wovitamine.de Preisvergleich (de.wovitamine/catalog@1.0.0) Deutscher Preisvergleich für Vitamine – Bestpreis-Suche (read-only). installs: remote:https://wovitamine.de/api/mcp detail: https://mcpindex.ai/server/de-wovitamine-catalog - ZUGFeRD Validator (de.zugferd-validator/validator@1.0.2) Validiert E-Rechnungen (ZUGFeRD/Factur-X, XRechnung) gegen EN 16931 mit Korrekturvorschlägen. installs: npm:zugferd-mcp-client | remote:https://api.zugferd-validator.de/mcp detail: https://mcpindex.ai/server/de-zugferd-validator-validator - 60fps (design.60fps/library@1.0.0) Real iOS interaction clips, motion breakdowns, SwiftUI to match. Paid licence required. installs: remote:https://mcp.60fps.design/mcp detail: https://mcpindex.ai/server/design-60fps-library - Mozaika (design.mozaika/mozaika@1.0.0) Design references for coding agents: real product screens, sections and decoded design tokens. installs: remote:https://mozaika.design/mcp detail: https://mcpindex.ai/server/design-mozaika-mozaika - design.reprise/reprise (design.reprise/reprise@0.3.0) Un-flatten any flat AI design into editable layers, reproduce it bit-perfect, from your agent. installs: remote:https://tepesama-reprise-mcp.hf.space/gradio_api/mcp/http detail: https://mcpindex.ai/server/design-reprise-reprise - Uproad (design.uproad/uproad@1.0.0) Share prototypes as private links clients open without an account, attach specs, read comments. installs: remote:https://uproad.design/mcp detail: https://mcpindex.ai/server/design-uproad-uproad - dev.1pass/logi-approval (dev.1pass/logi-approval@0.1.2) logi Agent Approval Gate — human approval on the phone before high-risk agent actions. installs: npm:@logi-auth/mcp-approval detail: https://mcpindex.ai/server/dev-1pass-logi-approval - 3TG Test Generation (dev.3tg/mcp@1.1.0) 3rd Generation Testing (3TG) — generate deterministic test suites from Markdown spec tables via MCP. installs: remote:https://mcp.3tg.dev/mcp detail: https://mcpindex.ai/server/dev-3tg-mcp - AI Agent Tokenized Stock OS (dev.aatos/aatos@1.1.0) Non-custodial MCP for Stock Tokens on Robinhood Chain (4663): quotes, plans, Morpho Earn. installs: remote:https://aatos.dev/mcp detail: https://mcpindex.ai/server/dev-aatos-aatos - AdCrunch (dev.adcrunch/mcp@1.0.2) Ask AI about your ads — query Meta, TikTok, and Google Ads performance in natural language. installs: remote:https://mcp.adcrunch.dev/mcp detail: https://mcpindex.ai/server/dev-adcrunch-mcp - dev.afriref/reference-data (dev.afriref/reference-data@1.5.0) African govt data, cited to source: rates, VAT, tax, wages, holidays, FX. 34 countries; Ghana free. installs: remote:https://afriref.dev/mcp detail: https://mcpindex.ai/server/dev-afriref-reference-data - AgentCouch (dev.agentcouch/agentcouch@1.0.2) Messaging rooms for AI agents: hand off context across tools, worktrees, machines, and teammates. installs: remote:https://mcp.agentcouch.dev detail: https://mcpindex.ai/server/dev-agentcouch-agentcouch - dev.agentmetal/agentmetal (dev.agentmetal/agentmetal@0.3.2) Rent a Linux VPS from an AI agent: provision, SSH in, run commands. Pay USDC (x402) or card. installs: npm:@agentmetal/mcp detail: https://mcpindex.ai/server/dev-agentmetal-agentmetal - dev.agentopskit.www/constitution-lint (dev.agentopskit.www/constitution-lint@1.2.0) Static linter for CLAUDE.md-style agent constitution files: 10 operational-guardrail checks. installs: remote:https://www.agentopskit.dev/mcp detail: https://mcpindex.ai/server/dev-agentopskit-www-constitution-lint - dev.agentopskit/constitution-lint (dev.agentopskit/constitution-lint@1.2.0) Static linter for CLAUDE.md-style agent constitution files: 10 operational-guardrail checks. installs: remote:https://agentopskit.dev/mcp detail: https://mcpindex.ai/server/dev-agentopskit-constitution-lint - AgentSEO (dev.agentseo.www/agentseo-mcp@0.1.4) Live SEO workflow tools for Claude Code, Codex, and AI agents. installs: npm:@agentseo/mcp-server | remote:https://www.agentseo.dev/mcp detail: https://mcpindex.ai/server/dev-agentseo-www-agentseo-mcp - AgentShare — Solana DeFi Intelligence (Meteora DLMM) MCP (dev.agentshare/price-api@1.0.1) Solana DeFi MCP: Meteora DLMM brief+detail; Solana DEX scout. Commerce optional. installs: remote:https://agentshare.dev/mcp detail: https://mcpindex.ai/server/dev-agentshare-price-api - dev.aicommander/mcp (dev.aicommander/mcp@1.0.17) Remote command execution on your machines — an SSH/Ansible alternative, by AIC-… code or alias. installs: npm:@aicommander/mcp | remote:https://aicommander.dev/mcp detail: https://mcpindex.ai/server/dev-aicommander-mcp - dev.anotherai/anotherai (dev.anotherai/anotherai@0.1.0) MCP server for building and testing AI agents with multi-model experimentation and insights. installs: remote:https://api.anotherai.dev/mcp detail: https://mcpindex.ai/server/dev-anotherai-anotherai - dev.asiaref/reference-data (dev.asiaref/reference-data@1.5.0) Asian govt data, cited to source: rates, VAT, tax, wages, holidays, FX. 28 countries; Japan free. installs: remote:https://asiaref.dev/mcp detail: https://mcpindex.ai/server/dev-asiaref-reference-data - dev.augments/mcp (dev.augments/mcp@2.0.2) Augments MCP Server - A comprehensive framework documentation provider for Claude Code installs: pypi:augments-mcp-server | remote:https://mcp.augments.dev/mcp detail: https://mcpindex.ai/server/dev-augments-mcp - dev.ausref/reference-data (dev.ausref/reference-data@1.5.0) Oceania govt data, cited: rates, VAT, tax, wages, holidays, FX. 8 countries; Australia free. installs: remote:https://ausref.dev/mcp detail: https://mcpindex.ai/server/dev-ausref-reference-data - PressureDesk (dev.autonomyforge.pressuredesk/pressuredesk@0.1.0) Read-only BUY / WAIT / AVOID spend gate for paid APIs, MCP endpoints, and x402 routes. installs: remote:https://pressuredesk.autonomyforge.dev/mcp/http detail: https://mcpindex.ai/server/dev-autonomyforge-pressuredesk-pressuredesk - dev.avakit/avalanche (dev.avakit/avalanche@0.1.25) Act on Avalanche from your agent: scaffold a dapp, deploy a contract, mint, and read chain state. installs: npm:@avakit/mcp detail: https://mcpindex.ai/server/dev-avakit-avalanche - dev.averra/extract (dev.averra/extract@0.1.5) URL-to-Markdown API for AI pipelines — clean markdown with metadata and caching. installs: npm:@averra/extract-mcp detail: https://mcpindex.ai/server/dev-averra-extract - Website Change Monitor (dev.blyck/website-change-monitor@0.1.36) Monitor public pages and JSON endpoints after agents disconnect, with polling and webhooks. installs: remote:https://blyck--website-change-monitor.apify.actor/mcp detail: https://mcpindex.ai/server/dev-blyck-website-change-monitor - BOFiP — Doctrine fiscale française (dev.bofip/bofip@1.0.0) Doctrine fiscale française (BOFiP) : recherche, veille et graphe doctrinal. Etalab 2.0. installs: remote:https://mcp.bofip.dev/mcp detail: https://mcpindex.ai/server/dev-bofip-bofip - BrazilMCP (dev.brazilmcp/brazilmcp@1.0.0) Brazilian company data (CNPJ): registry lookup, sanctions screening and KYB dossier, paid via x402 installs: remote:https://api.brazilmcp.dev/mcp detail: https://mcpindex.ai/server/dev-brazilmcp-brazilmcp - BuddyLists (dev.buddylists.www/buddylists@0.1.1) Agent-only social network and labor market: presence, buddy lists, jobs with escrowed settlement. installs: remote:https://www.buddylists.dev/api/mcp detail: https://mcpindex.ai/server/dev-buddylists-www-buddylists - BugEzy (dev.bugezy/bugezy@1.1.3) Voice-powered bug reporting with 13 MCP tools. Record bugs by talking; let AI find and fix them. installs: remote:https://bugezy.dev/mcp detail: https://mcpindex.ai/server/dev-bugezy-bugezy - NLocq (dev.chaincontext/nlocq@1.0.0) NLocq installs: remote:https://nlocq.chaincontext.dev detail: https://mcpindex.ai/server/dev-chaincontext-nlocq - dev.charliemorrison/agent-web-reader (dev.charliemorrison/agent-web-reader@6.0.0) Pay-per-call data tools for AI agents: crypto signal, web reader, SEO audit. x402 USDC on Base. installs: remote:https://x402.charliemorrison.dev/mcp detail: https://mcpindex.ai/server/dev-charliemorrison-agent-web-reader - Cloudgate Workflow (dev.cloudgate/workflow@1.0.0) Build and manage Cloudgate workflow-APIs: controllers, actions, workflow graphs, and databases. installs: remote:https://api.cloudgate.dev/mcp/workflow detail: https://mcpindex.ai/server/dev-cloudgate-workflow - dev.coinop/longwatch (dev.coinop/longwatch@1.0.0) Watch web pages, RSS, crypto prices and SEC filings; poll one endpoint for alerts. USDC per call. installs: remote:https://longwatch.dev/mcp detail: https://mcpindex.ai/server/dev-coinop-longwatch - dev.crelvo/german-tax-data (dev.crelvo/german-tax-data@1.1.0) German municipal tax data (Hundesteuer, Zweitwohnungsteuer, Pfaendung), cited to the source installs: remote:https://data.crelvo.dev/mcp detail: https://mcpindex.ai/server/dev-crelvo-german-tax-data - dev.ctxfile/ctxfile (dev.ctxfile/ctxfile@0.4.1) Local-first MCP server that snapshots your project's working state into one context object. installs: npm:ctxfile detail: https://mcpindex.ai/server/dev-ctxfile-ctxfile - dev.cz-agents/adis (dev.cz-agents/adis@0.1.3) Czech VAT-payer reliability (ADIS / nespolehlivý plátce DPH) + registered bank accounts by DIČ. installs: npm:@czagents/adis | remote:https://adis.cz-agents.dev/mcp detail: https://mcpindex.ai/server/dev-cz-agents-adis - dev.cz-agents/ares (dev.cz-agents/ares@0.1.9) Czech & Slovak business registry — company lookup by IČO, name, legal form, VAT. Official ARES. installs: npm:@czagents/ares | remote:https://ares.cz-agents.dev/mcp detail: https://mcpindex.ai/server/dev-cz-agents-ares - dev.cz-agents/cnb (dev.cz-agents/cnb@0.1.7) Official ČNB exchange rates — daily & historical CZK vs EUR, USD, 30+ currencies. For accounting. installs: npm:@czagents/cnb | remote:https://cnb.cz-agents.dev/mcp detail: https://mcpindex.ai/server/dev-cz-agents-cnb - dev.cz-agents/dd (dev.cz-agents/dd@0.3.7) Czech & EU due diligence in one call — facts, insolvency, sanctions, VAT, risk score, UBO chain. installs: npm:@czagents/dd | remote:https://dd.cz-agents.dev/mcp detail: https://mcpindex.ai/server/dev-cz-agents-dd - dev.cz-agents/ddplus (dev.cz-agents/ddplus@0.1.0) Czech KYC due-diligence — paid tier extension (nominee, phoenix, risk timeline, watchlist). installs: remote:https://ddplus.cz-agents.dev/mcp detail: https://mcpindex.ai/server/dev-cz-agents-ddplus - dev.cz-agents/eu-registry (dev.cz-agents/eu-registry@0.7.0) EU company registry lookup across 16 countries incl. Sweden Bolagsverket. installs: npm:@czagents/eu-registry | remote:https://eu-registry.cz-agents.dev/mcp detail: https://mcpindex.ai/server/dev-cz-agents-eu-registry - dev.cz-agents/isir (dev.cz-agents/isir@0.2.4) Czech insolvency register (ISIR) — active/historical insolvency & bankruptcy by IČO or person. installs: npm:@czagents/isir | remote:https://isir.cz-agents.dev/mcp detail: https://mcpindex.ai/server/dev-cz-agents-isir - dev.cz-agents/realestate (dev.cz-agents/realestate@0.3.2) Czech distressed real estate — anonymized district aggregates (k≥5). Free tier. installs: npm:@czagents/realestate | remote:https://realestate.cz-agents.dev/mcp detail: https://mcpindex.ai/server/dev-cz-agents-realestate - dev.cz-agents/sanctions (dev.cz-agents/sanctions@0.1.5) Sanctions screening for KYC/AML — EU FSF + OFAC SDN checks for Czech companies & individuals. installs: npm:@czagents/sanctions | remote:https://sanctions.cz-agents.dev/mcp detail: https://mcpindex.ai/server/dev-cz-agents-sanctions - EU261 Flight Compensation (dev.danielsuchan/eu261@1.0.0) EU261 flight delay compensation: check eligibility, compute EV, track fares. 6 tools, 35+ airports. installs: remote:https://eu261.danielsuchan.dev/mcp detail: https://mcpindex.ai/server/dev-danielsuchan-eu261 - DepFeed (dev.depfeed/depfeed@0.6.3) Change intelligence for coding agents: sourced breaking changes for npm, PyPI, and Rust packages. installs: remote:https://depfeed.dev/ detail: https://mcpindex.ai/server/dev-depfeed-depfeed - DepScope (dev.depscope/mcp@0.9.24) Package intelligence MCP for AI agents — 22 tools, 19 ecosystems, AGPL SDK, free. installs: npm:depscope-mcp | remote:https://mcp.depscope.dev/mcp detail: https://mcpindex.ai/server/dev-depscope-mcp - Desvela ARD Registry — free preflight(domain) (dev.desvela/registry@0.1.0) What a domain publishes for AI agents: ai-catalog.json, llms.txt, agents.md, robots.txt rules. Free. installs: remote:https://registry.desvela.dev/mcp detail: https://mcpindex.ai/server/dev-desvela-registry - dev.domainee/domainee (dev.domainee/domainee@1.0.1) Custom domains API for SaaS: connect, verify, and manage customer domains, SSL, and DNS installs: remote:https://mcp.domainee.dev/mcp detail: https://mcpindex.ai/server/dev-domainee-domainee - Drengr (dev.drengr/server@0.10.6) Eyes and hands for AI agents on Android and iOS devices. installs: npm:drengr detail: https://mcpindex.ai/server/dev-drengr-server - Dual Registry (dev.dualregistry/registry@2.0.1) Free dual MCP+agent registry. Probe Live, free demo, Kernel/Loop. Self-list + dual strategy. installs: remote:https://www.dualregistry.dev/api/protocol detail: https://mcpindex.ai/server/dev-dualregistry-registry - dev.dungbeetle/mcp (dev.dungbeetle/mcp@0.1.0) Visual regression & snapshot testing for AI agents — list runs, read semantic diffs, review. installs: npm:dungbeetle-mcp detail: https://mcpindex.ai/server/dev-dungbeetle-mcp - e18e (dev.e18e/e18e@0.0.10) The official e18e MCP server keeping your agent in check from installing bloated dependencies. installs: npm:@e18e/mcp | remote:https://mcp.e18e.dev/mcp detail: https://mcpindex.ai/server/dev-e18e-e18e - dev.ecoa/ecoa (dev.ecoa/ecoa@1.1.0) Verificação de segurança e conformidade de sites: cabeçalhos, TLS, DNS, e-mail, LGPD e pentest. installs: remote:https://mcp.ecoa.dev/api/mcp detail: https://mcpindex.ai/server/dev-ecoa-ecoa - emisar (dev.emisar/emisar@0.39.0) Let AI operate servers without SSH. Choose actions, approve risky changes, and audit every step. installs: remote:https://emisar.dev/api/mcp/rpc detail: https://mcpindex.ai/server/dev-emisar-emisar - dev.eqbuilder/marz-greta-lock-network (dev.eqbuilder/marz-greta-lock-network@1.0.3) Human-likeness scoring of AI text vs 28 profiles; sub-ms scoring, ~150ms API; free + x402 paid tier installs: remote:https://eqbuilder.dev/api/mcp detail: https://mcpindex.ai/server/dev-eqbuilder-marz-greta-lock-network - dev.euroref/reference-data (dev.euroref/reference-data@1.5.0) European govt data, cited: rates, VAT, tax, wages, holidays, FX. 35 countries; Germany free. installs: remote:https://euroref.dev/mcp detail: https://mcpindex.ai/server/dev-euroref-reference-data - exchangerate.dev (dev.exchangerate/mcp@1.0.4) Free, source-labeled FX rates: 465 pairs across 31 currencies, majors update ~60s intraday. installs: remote:https://api.exchangerate.dev/v1/mcp/ detail: https://mcpindex.ai/server/dev-exchangerate-mcp - Flarelink (dev.flarelink/mcp@0.1.2) Build on the Flarelink stack — Cloudflare auth, D1, and R2 — from your AI coding tools. installs: npm:@flarelink/mcp detail: https://mcpindex.ai/server/dev-flarelink-mcp - dev.fly.obol-x402/obol (dev.fly.obol-x402/obol@1.29.0) Pre-trade safety verdicts for agents: token rug/honeypot, calldata guard, wallet risk — signed x402. installs: remote:https://obol-mcp.fly.dev/mcp detail: https://mcpindex.ai/server/dev-fly-obol-x402-obol - dev.fly.solidus-x402/solidus (dev.fly.solidus-x402/solidus@1.0.0) Solana pre-trade safety for agents: rug check, honeypot sell-sim, drainer scan, tx preflight. installs: remote:https://solidus-mcp.fly.dev/mcp detail: https://mcpindex.ai/server/dev-fly-solidus-x402-solidus - dev.forgesworn/402-mcp (dev.forgesworn/402-mcp@3.15.2) AI agents discover, pay for, and consume any Lightning-gated API autonomously installs: npm:402-mcp detail: https://mcpindex.ai/server/dev-forgesworn-402-mcp - dev.forgesworn/bray (dev.forgesworn/bray@1.27.7) Trust-aware Nostr for AI agents -- 235 tools covering social, DMs, zaps, trust, and identity installs: npm:nostr-bray detail: https://mcpindex.ai/server/dev-forgesworn-bray - Laguarde (dev.futur-panda/laguarde@0.3.2) Self-hostable policy control plane for AI coding agents. installs: npm:laguarde-mcp detail: https://mcpindex.ai/server/dev-futur-panda-laguarde - Gemot Deliberation Server (dev.gemot/gemot@0.11.0) Deliberation primitive for multi-agent coordination: cruxes, vote clustering, consensus. installs: remote:https://gemot.dev/mcp detail: https://mcpindex.ai/server/dev-gemot-gemot - Frostbyte (dev.getfrostbyte/frostbyte@1.3.0) Roadmap, tasks, releases and user feedback your coding agent reads and writes over MCP. installs: remote:https://getfrostbyte.dev/mcp detail: https://mcpindex.ai/server/dev-getfrostbyte-frostbyte - goldprice.dev (dev.goldprice/mcp@1.0.3) Gold/silver/copper spot & futures, per-country dealer prices, options-implied probability surface. installs: remote:https://api.goldprice.dev/v1/mcp/ detail: https://mcpindex.ai/server/dev-goldprice-mcp - dev.goodbarber/goodbarber-public-mcp (dev.goodbarber/goodbarber-public-mcp@1.2.0) Manage your GoodBarber eCommerce, Community, and Membership app via natural language. installs: remote:https://mcp.goodbarber.dev/mcp/sse detail: https://mcpindex.ai/server/dev-goodbarber-goodbarber-public-mcp - Gvnr (dev.gvnr/gvnr@1.8.1) Budget & cost control for AI agents — per-agent spend caps + rate limits before each call. installs: remote:https://gvnr.dev/mcp detail: https://mcpindex.ai/server/dev-gvnr-gvnr - Homespun (dev.homespun/homespun@1.6.58) Deploy a multi-user web app from your agent: hosting, auth, database, and permissions. installs: npm:@homespunapps/mcp | remote:https://homespun.dev/mcp detail: https://mcpindex.ai/server/dev-homespun-homespun - Human For AI (dev.humanforai/humanforai@0.1.4) Hire a real human for real-world verification, product testing, AI output review, and errands. installs: npm:humanforai | remote:https://humanforai.dev/mcp detail: https://mcpindex.ai/server/dev-humanforai-humanforai - HumanHours (dev.humanhours/humanhours@1.0.0) Track agent ROI and enrich companies via MCP. Remote, OAuth 2.1, no install or keys. installs: remote:https://mcp.humanhours.dev/mcp detail: https://mcpindex.ai/server/dev-humanhours-humanhours - dev.hythe/hythe (dev.hythe/hythe@0.1.2) HYTHE — coordination bus + shared truth for AI agent fleets — self-hosted MCP server + stdio bridge. installs: npm:@hythe/mcp detail: https://mcpindex.ai/server/dev-hythe-hythe - dev.infersports/infersports (dev.infersports/infersports@1.0.0) Sharp Asian odds + opening-line (初盘) movement for agents: 6 Asian books + Pinnacle. Read-only. installs: remote:https://api.infersports.dev/mcp detail: https://mcpindex.ai/server/dev-infersports-infersports - InfraNode (dev.infranode/infranode@1.1.1) Keyless open data for 84 German cities: 12 lean read-only MCP tools covering 67 data types. installs: remote:https://mcp.infranode.dev/mcp detail: https://mcpindex.ai/server/dev-infranode-infranode - dev.invoicehub/invoicehub (dev.invoicehub/invoicehub@1.3.0) Validate, generate & convert EU e-invoices (UBL, CII, XRechnung, Factur-X) — EN 16931 pre-validated. installs: remote:https://api.invoicehub.dev/mcp detail: https://mcpindex.ai/server/dev-invoicehub-invoicehub - AutoMobile (dev.jasonpearson/auto-mobile@0.0.53) Mobile device interaction automation via MCP installs: npm:@kaeawc/auto-mobile detail: https://mcpindex.ai/server/dev-jasonpearson-auto-mobile - JobsPipe (dev.jobspipe/mcp@1.0.1) Live job postings from 30+ ATS feeds and job boards, one schema. Live results need a Bearer key. installs: remote:https://mcp.jobspipe.dev/mcp detail: https://mcpindex.ai/server/dev-jobspipe-mcp - Guardian Engine (dev.kaimeilabs/guardian-engine@1.0.0) Deterministic recipe verification engine — validates AI-generated recipes against master SOPs. installs: remote:https://api.kaimeilabs.dev/mcp detail: https://mcpindex.ai/server/dev-kaimeilabs-guardian-engine - Agent Verification Utility (dev.kgninja.agent-economy/agent-verification-utility@0.4.0) Deterministic JSON checks with signed evidence and x402-paid execution installs: remote:https://agent-economy.kgninja.dev/mcp detail: https://mcpindex.ai/server/dev-kgninja-agent-economy-agent-verification-utility - dev.kultur/mcp-server (dev.kultur/mcp-server@1.0.1) Cultural intelligence API — Hofstede 6-D, etiquette, risk analysis for 195 countries installs: npm:@kultur-dev/mcp-server | pypi:kultur-mcp detail: https://mcpindex.ai/server/dev-kultur-mcp-server - dev.latamref/reference-data (dev.latamref/reference-data@1.5.0) LatAm govt data, cited to source: rates, VAT, tax, wages, holidays, FX. 22 countries; Brazil free. installs: remote:https://latamref.dev/mcp detail: https://mcpindex.ai/server/dev-latamref-reference-data - dev.lingo/main (dev.lingo/main@1.0.0) Lingo.dev MCP Server - World-class i18n implementation with ICU MessageFormat. installs: remote:https://mcp.lingo.dev/main detail: https://mcpindex.ai/server/dev-lingo-main - dev.looptool/looptool (dev.looptool/looptool@1.0.0) An MCP server that automatically collects feedback on your MCP server. installs: remote:https://www.api.looptool.dev/mcp detail: https://mcpindex.ai/server/dev-looptool-looptool - Lovable (dev.lovable/mcp@0.1.3) Official MCP server for Lovable, the AI-powered full-stack app builder. installs: remote:https://mcp.lovable.dev detail: https://mcpindex.ai/server/dev-lovable-mcp - MadTaco (dev.madtaco/mcp@1.1.0) Verification and trust checks for AI agents: validate, screen, propose, accounts, usage. installs: npm:@madtaco/mcp detail: https://mcpindex.ai/server/dev-madtaco-mcp - MantleKit Launch Planner (dev.mantlekit/launch-planner@0.1.3) Generate MantleKit setup plans and launch-ready SaaS blueprints from a product idea. installs: remote:https://mcp.mantlekit.dev/mcp detail: https://mcpindex.ai/server/dev-mantlekit-launch-planner - dev.marksiazon/profile (dev.marksiazon/profile@1.0.0) Read-only MCP server for Mark Siazon's professional profile: projects, FAQ, proof, availability. installs: remote:https://www.marksiazon.dev/api/mcp detail: https://mcpindex.ai/server/dev-marksiazon-profile - MCPfinder - MCP Server Discovery (dev.mcpfinder/server@1.1.0) Your AI discovers and installs MCP servers across Official Registry, Glama, and Smithery. installs: npm:@mcpfinder/server detail: https://mcpindex.ai/server/dev-mcpfinder-server - dev.mearef/reference-data (dev.mearef/reference-data@1.5.0) Mid-East govt data, cited to source: rates, VAT, tax, wages, holidays, FX. 9 countries; UAE free. installs: remote:https://mearef.dev/mcp detail: https://mcpindex.ai/server/dev-mearef-reference-data - MetaMesh-UGA (dev.metamesh-uga/metamesh-uga@2.0.3) Serverless edge control plane to discover, route and monetize 14,982+ MCP tools. installs: remote:https://api.metamesh-uga.dev/mcp detail: https://mcpindex.ai/server/dev-metamesh-uga-metamesh-uga - dev.nakodo/nakodo (dev.nakodo/nakodo@0.2.3) Warm introductions to the right builder, matched privately on your work. Double opt-in, no feed. installs: npm:nakodo detail: https://mcpindex.ai/server/dev-nakodo-nakodo - Native Soil (dev.nativesoil/soil@1.0.0) Save an AI chat's working state, load it in any other model or provider. Verified, secret-safe. installs: remote:https://mcp.nativesoil.dev/mcp/soil detail: https://mcpindex.ai/server/dev-nativesoil-soil - Oleander (dev.oleander/oleander@1.3.0) The all-in-one data stack for agents. Upload files, run SQL, evolve tables, and render charts. installs: remote:https://oleander.dev/mcp detail: https://mcpindex.ai/server/dev-oleander-oleander - dev.openfeature/mcp (dev.openfeature/mcp@0.0.22) MCP server providing OpenFeature SDK installation guides and OFREP flag evaluation installs: npm:@openfeature/mcp detail: https://mcpindex.ai/server/dev-openfeature-mcp - Corbelworks Agent Reliability (dev.pages.corbelworks/reliability@1.0.1) Preflight agent claims, issue checkout links, and verify signed Corbelworks action receipts. installs: remote:https://corbelworks.pages.dev/mcp detail: https://mcpindex.ai/server/dev-pages-corbelworks-reliability - PaperDock (dev.paperdock/paperdock@0.4.0) Create, edit and comment on LaTeX with AI agents in PaperDock, an independent Overleaf alternative. installs: remote:https://app.paperdock.dev/api/mcp detail: https://mcpindex.ai/server/dev-paperdock-paperdock - PasteHTML (dev.pastehtml/mcp@1.1.0) Publish, update, and organize HTML and Markdown pastes on PasteHTML as the authorized user. installs: remote:https://pastehtml.dev/mcp detail: https://mcpindex.ai/server/dev-pastehtml-mcp - pepita (dev.pepita.mcp/mcp@0.21.1) Read, edit, publish, and preview your pepita websites from Claude. installs: npm:@pepitahq/mcp | remote:https://mcp.pepita.dev/mcp detail: https://mcpindex.ai/server/dev-pepita-mcp-mcp - PingZen Uptime Monitoring (dev.pingzen/mcp@0.13.0) Uptime monitoring with 127 tools across 23 protocols. Tag filtering + Code Mode. installs: docker:docker.io/ilyakong/pingzen-mcp:0.9.3 | remote:https://pingzen.dev/mcp detail: https://mcpindex.ai/server/dev-pingzen-mcp - dev.pokes/pokes (dev.pokes/pokes@1.0.0) Poke your human for approvals and decisions during agent sessions — answered with one phone tap. installs: remote:https://pokes.dev/mcp detail: https://mcpindex.ai/server/dev-pokes-pokes - dev.pullboard/pullboard (dev.pullboard/pullboard@1.0.1) Coordination board for AI agents: atomic claims, no self-verification, independent verify-gate. installs: remote:https://pullboard.dev/mcp detail: https://mcpindex.ai/server/dev-pullboard-pullboard - Rankd ASO (dev.rankd/rankd@1.0.1) App Store Optimization for indie devs. Track rankings, find keyword wins, grow installs. installs: remote:https://api.rankd.dev/mcp detail: https://mcpindex.ai/server/dev-rankd-rankd - Reality Graph Verification Tools (dev.realitygraph/verification-tools@2.0.0) Read-only AI coding tools for change verification, release readiness, capacity, and guidance. installs: remote:https://realitygraph.dev/api/mcp detail: https://mcpindex.ai/server/dev-realitygraph-verification-tools - reapx - influencer checks: bought followers, real engagement, paid partnerships (dev.reapx/public-sources@1.4.0) Check any influencer: bought followers, real engagement, paid partnerships. Pay per result. installs: remote:https://mcp.apify.com/?actors=reapx/brand-collab-detector,reapx/branded-mention-tracker,reapx/creator-contact-finder,reapx/creator-credibility-scorer,reapx/deleted-content-archive,reapx/engagement-benchmark-by-niche,reapx/follower-loss-tracker,reapx/instagram-comment-authenticity,reapx/instagram-creator-discovery,reapx/instagram-disclosure-checker,reapx/instagram-fake-follower-audit,reapx/instagram-follower-growth-monitor,reapx/linkedin-company-discovery,reapx/linkedin-company-headcount-monitor,reapx/linkedin-company-tracker,reapx/linkedin-jobs-monitor,reapx/linkedin-jobs-scraper,reapx/linkedin-posts-monitor,reapx/linkedin-profile-discovery,reapx/tiktok-comment-authenticity,reapx/tiktok-comments,reapx/tiktok-creator-check,reapx/tiktok-creator-discovery,reapx/tiktok-disclosure-checker,reapx/tiktok-follower-growth-monitor,reapx/tiktok-trends,reapx/x-creator-check,reapx/youtube-creator-discovery,reapx/youtube-shorts,reapx/youtube-video-search detail: https://mcpindex.ai/server/dev-reapx-public-sources - dev.replit.kirk.91eaaf4b-0a31-4f81-971a-86dc09a31986-00-2a9kujnvh541f-mwardvi0/marz-greta-lock-network (dev.replit.kirk.91eaaf4b-0a31-4f81-971a-86dc09a31986-00-2a9kujnvh541f-mwardvi0/marz-greta-lock-network@1.0.0) Human-likeness scoring of AI text vs 12 real personality profiles; free tools + x402 paid tier installs: remote:https://asset-manager-jaymarrero2.replit.app/api/mcp detail: https://mcpindex.ai/server/dev-replit-kirk-91eaaf4b-0a31-4f81-971a-86dc09a31986-00-2a9kujnvh541f-mwardvi0-marz-greta-lock-network - Repowise (Hosted) (dev.repowise/repowise-hosted@0.17.1) Hosted codebase intelligence for repos indexed on repowise.dev — no local indexing needed. installs: remote:https://api.repowise.dev/mcp/{owner}/{repo} detail: https://mcpindex.ai/server/dev-repowise-repowise-hosted - Reqistry (dev.reqistry/mcp@2.0.0) Discover, compare, and monitor 1,400+ APIs directly from your AI coding agent. installs: remote:https://mcp.reqistry.dev/mcp detail: https://mcpindex.ai/server/dev-reqistry-mcp - Ross ERP Data Dictionary (dev.rossdata/data-dictionary@1.0.0) Structure-only reference for the vanilla Ross ERP 8.0 schema, UI menu tree, and program catalog. installs: remote:https://mcp.rossdata.dev/mcp detail: https://mcpindex.ai/server/dev-rossdata-data-dictionary - Cameron Rye Portfolio MCP Server (dev.rye/portfolio@1.3.0) Cameron Rye's blog, projects, resume, and live site stats, plus contact and newsletter tools. installs: remote:https://rye.dev/mcp detail: https://mcpindex.ai/server/dev-rye-portfolio - SatRank — Lightning trust + audit oracle (dev.satrank/mcp@1.0.1) Lightning trust + audit oracle. Score, pay, and audit L402 endpoints with Ed25519 receipts. installs: npm:satrank-mcp detail: https://mcpindex.ai/server/dev-satrank-mcp - ScratchRun (dev.scratchrun/mcp@0.1.1) Ephemeral MicroVM-isolated code execution for AI agents. Fresh VM per call, hard-purged after. installs: npm:@scratchrun/mcp-server detail: https://mcpindex.ai/server/dev-scratchrun-mcp - seekrit — secrets for agents (dev.seekrit/remote-mcp@0.1.0) Encrypted store for API keys and database URLs your code needs. Use them without reading them. installs: remote:https://mcp.seekrit.dev/mcp detail: https://mcpindex.ai/server/dev-seekrit-remote-mcp - SkillRepo (dev.skillrepo/skillrepo@1.0.1) Governed AI agent skills — one library, distributed to devs and exposed to remote agents over MCP. installs: remote:https://mcp.skillrepo.dev/api/mcp detail: https://mcpindex.ai/server/dev-skillrepo-skillrepo - Slashr (dev.slashr/mcp@0.1.0) Validator incident data for AI agents across Solana, Ethereum, Sui, and Cosmos. installs: remote:https://mcp.slashr.dev/mcp detail: https://mcpindex.ai/server/dev-slashr-mcp - SlideForge (dev.slideforge/slideforge@5.7.0) Deterministic, fully editable PowerPoint from typed slide intents. 150+ layouts, brand templates. installs: pypi:slideforge-mcp | remote:https://api.slideforge.dev/mcp/ detail: https://mcpindex.ai/server/dev-slideforge-slideforge - AXF (dev.smartergpt/axf@1.1.0) Agent eXoskeleton Framework control plane for workspace-native agent capabilities over MCP. installs: npm:@smartergpt/axf detail: https://mcpindex.ai/server/dev-smartergpt-axf - Sprites MCP Server (dev.sprites/mcp@1.0.1) Manage Sprites: sandboxed compute environments with exec, services, and checkpoints. installs: remote:https://sprites.dev/mcp detail: https://mcpindex.ai/server/dev-sprites-mcp - StackFiesta (dev.stackfiesta/stackfiesta-mcp@0.1.2) Discover AI tools for game development — 100+ tools indexed by engine, task, and pricing. installs: npm:@stackfiesta/mcp | remote:https://stackfiesta.dev/mcp detail: https://mcpindex.ai/server/dev-stackfiesta-stackfiesta-mcp - Stocklake — AI Stock Intelligence (dev.stocklake/stocklake@1.0.0) AI stock intelligence: prices, fundamentals, technicals, news, macro regime, and sector signals. installs: remote:https://api.stocklake.dev/mcp detail: https://mcpindex.ai/server/dev-stocklake-stocklake - Tigris MCP Server (dev.storage/mcp@1.10.3) Tigris MCP Server seamlessly connects AI agents to Tigris bucket and object management. installs: remote:https://mcp.storage.dev/mcp detail: https://mcpindex.ai/server/dev-storage-mcp - Sunrays — Local Service Booking (dev.sunrays/booking@1.0.0) Book local tradespeople — plumber, electrician, HVAC, and 7 more — via your AI agent. All US. installs: remote:https://mcp.sunrays.dev/mcp detail: https://mcpindex.ai/server/dev-sunrays-booking - dev.swatchdog/validator (dev.swatchdog/validator@1.0.1) On-demand drift checks: declared CSS color, radius, spacing & type vs your own tokens or a pack installs: remote:https://swatchdog-mcp-970396648818.us-central1.run.app/mcp detail: https://mcpindex.ai/server/dev-swatchdog-validator - Tango (dev.tango/tango@1.0.1) MCP access to the U.S. federal procurement graph: contracts, opportunities, entities, and more. installs: remote:https://tango.dev/mcp detail: https://mcpindex.ai/server/dev-tango-tango - dev.tasklix/tasklix (dev.tasklix/tasklix@0.1.0) The shared task board your autonomous agent fleet can read and write. installs: remote:https://api.tasklix.dev/mcp detail: https://mcpindex.ai/server/dev-tasklix-tasklix - dev.tatastu/proof (dev.tatastu/proof@1.0.0) Stamp content with permanent, verifiable provenance. Hash locally, verify free forever. installs: remote:https://proof.tatastu.dev/mcp detail: https://mcpindex.ai/server/dev-tatastu-proof - Hyperliquid Market Data — OHLCV, Funding Rates & Positioning (Tessera) (dev.tesseralytics/hyperliquid-data@0.1.0) Hyperliquid perp market data for LLMs: OHLCV, funding, open interest, positioning & forecasts. installs: remote:https://tesseralytics.dev/mcp detail: https://mcpindex.ai/server/dev-tesseralytics-hyperliquid-data - dev.threadmine/mcp (dev.threadmine/mcp@0.1.0) Analyze JVM thread dumps with ThreadMine: deadlocks, CPU spikes, pool exhaustion, health score. installs: npm:@threadmine/mcp detail: https://mcpindex.ai/server/dev-threadmine-mcp - Mexican Payroll & Tax Calculator (dev.tinyapis/mx-fiscal@1.0.0) Deterministic Mexican payroll & tax math: finiquito, ISR, aguinaldo, IMSS (2026 tables). installs: remote:https://fiscal.tinyapis.dev/mcp detail: https://mcpindex.ai/server/dev-tinyapis-mx-fiscal - dev.tmpstate/tmpstate (dev.tmpstate/tmpstate@1.0.0) Zero-key temporary JSON database for agents: one tool call, no signup, no OAuth, no API keys. installs: remote:https://tmpstate.dev/mcp detail: https://mcpindex.ai/server/dev-tmpstate-tmpstate - Check Digits (dev.toolstop/check-digits@0.2.2) Catch a mistyped barcode, ISBN, VIN, NPI or LEI before a bad identifier corrupts a record. installs: npm:@toolstop/check-digits | remote:https://check-digits.toolstop.dev detail: https://mcpindex.ai/server/dev-toolstop-check-digits - Export Control (dev.toolstop/export-control@0.3.1) Does the US Commerce Country Chart require an export licence for an ECCN to a destination? installs: npm:@toolstop/export-control | remote:https://export-control.toolstop.dev detail: https://mcpindex.ai/server/dev-toolstop-export-control - Proposition 65 (dev.toolstop/prop65@0.1.0) Is a chemical on California's Proposition 65 list, and does it need a warning? installs: npm:@toolstop/prop65 | remote:https://prop65.toolstop.dev detail: https://mcpindex.ai/server/dev-toolstop-prop65 - toolvend - DNS, WHOIS & domain tools (dev.toolvend/dns-whois-domain-tools@0.1.2) DNS, WHOIS/RDAP, DMARC/SPF, LEI, sitemap, web extract, VAT, QR. Paid per call in USDC, no signup. installs: remote:https://toolvend.dev/mcp detail: https://mcpindex.ai/server/dev-toolvend-dns-whois-domain-tools - Torify — Japan Locale APIs for AI Agents (dev.torify/japanese-locale-mcp@0.2.0) 39 Japanese locale APIs — wareki, NTA invoice, 法人番号, postal, romanization, kanji-kana (Workers AI). installs: remote:https://torify-mcp.torify.workers.dev detail: https://mcpindex.ai/server/dev-torify-japanese-locale-mcp - Japan Food DB (dev.toriigate/food-db@0.2.0) Resolve Japanese food names to nutrition facts. All 2,538 foods from Japan's official tables. installs: remote:https://toriigate.dev/mcp/food-db detail: https://mcpindex.ai/server/dev-toriigate-food-db - TubeScribe API (dev.transcriptapi/tubescribe@1.0.0) YouTube transcripts, metadata, timestamps, and AI summaries for AI agents. Auth: x-api-key. installs: manual detail: https://mcpindex.ai/server/dev-transcriptapi-tubescribe - dev.turva/turva-mcp (dev.turva/turva-mcp@1.0.0) Read-only MCP server for turva.dev, an agent-readiness audit and advisory service. installs: remote:https://mcp.turva.dev/mcp detail: https://mcpindex.ai/server/dev-turva-turva-mcp - Uptimepage (dev.uptimepage/uptimepage@1.0.0) Monitor uptime and incidents, run checks, and publish status updates from your Uptimepage org. installs: remote:https://mcp.uptimepage.dev/mcp detail: https://mcpindex.ai/server/dev-uptimepage-uptimepage - Urantia Papers (dev.urantia/urantia-papers@1.1.0) Free, open MCP server for The Urantia Papers. 197 papers, 14,500+ paragraphs, 4,400+ entities. installs: remote:https://api.urantia.dev/mcp detail: https://mcpindex.ai/server/dev-urantia-urantia-papers - dev.usaref/reference-data (dev.usaref/reference-data@1.5.0) N American govt data, cited to source: rates, VAT, tax, wages, holidays, FX. 10 countries; USA free. installs: remote:https://usaref.dev/mcp detail: https://mcpindex.ai/server/dev-usaref-reference-data - VibeSEO (dev.vibeseo/vibeseo@0.1.3) SEO research, audits, backlinks, GSC, and content workflow tools for AI agents. installs: remote:https://mcp.vibeseo.dev/mcp detail: https://mcpindex.ai/server/dev-vibeseo-vibeseo - dev.workers.cronping-oren.cronping/heartbeat-monitor (dev.workers.cronping-oren.cronping/heartbeat-monitor@1.2.0) Uptime watchdog and dead man switch for AI agents and cron jobs. Alerts you when a job goes silent. installs: remote:https://cronping.cronping-oren.workers.dev/mcp detail: https://mcpindex.ai/server/dev-workers-cronping-oren-cronping-heartbeat-monitor - Mockbird (dev.workers.mockbird.mockbird/mockbird@1.0.0) Create hosted mock REST APIs as tools: seed fake data, import specs, query, write, snapshot. Free. installs: remote:https://mockbird.mockbird.workers.dev/mcp detail: https://mcpindex.ai/server/dev-workers-mockbird-mockbird-mockbird - dev.workers.perch-app.catchr/catchr (dev.workers.perch-app.catchr/catchr@1.0.0) Instant no-signup webhook & HTTP-request inspector for testing webhooks and agent tool-callbacks. installs: remote:https://catchr.perch-app.workers.dev/mcp detail: https://mcpindex.ai/server/dev-workers-perch-app-catchr-catchr - dev.workers.perch-app.flock/flock (dev.workers.perch-app.flock/flock@1.0.0) Build-in-public for AI agents: post_update publishes milestones to your agent's public page. installs: remote:https://flock.perch-app.workers.dev/mcp detail: https://mcpindex.ai/server/dev-workers-perch-app-flock-flock - dev.workers.perch-app.roost/roost (dev.workers.perch-app.roost/roost@1.0.0) One MCP tool that turns an agent's report or doc into a clean public shareable web page. No signup. installs: remote:https://roost.perch-app.workers.dev/mcp detail: https://mcpindex.ai/server/dev-workers-perch-app-roost-roost - dev.workers.perch-app.skim/skim (dev.workers.perch-app.skim/skim@1.1.0) URL to clean Markdown for agents — renders JavaScript/SPA pages too. No signup, no key. installs: remote:https://skim.perch-app.workers.dev/mcp detail: https://mcpindex.ai/server/dev-workers-perch-app-skim-skim - Watchpup (dev.workers.watchpup.watchpup/watchpup@1.0.0) Free uptime monitoring: HTTP/TCP/TLS/DNS checks, cron heartbeats, status pages, incident tools. installs: remote:https://watchpup.watchpup.workers.dev/mcp detail: https://mcpindex.ai/server/dev-workers-watchpup-watchpup-watchpup - appCN (digital.shineup/appcn@0.1.2) Install & correctly use appCN React Native / Expo components, streamed from the live registry. installs: npm:@app-cn/mcp detail: https://mcpindex.ai/server/digital-shineup-appcn - OpenClaw Direct (direct.openclaw/mcp@1.0.1) Deploy, monitor, and manage your OpenClaw AI assistants via natural language. installs: remote:https://openclaw.direct/mcp detail: https://mcpindex.ai/server/direct-openclaw-mcp - discount.cryptoexchange/referral-codes (discount.cryptoexchange/referral-codes@1.0.0) Verified referral and discount codes for crypto exchanges, wallets and trading tools. Read-only. installs: remote:https://cryptoexchange.discount/mcp detail: https://mcpindex.ai/server/discount-cryptoexchange-referral-codes - Cite Caddy (dk.herbertkokholm.citecaddy/cite-caddy@2.3.2) Remote MCP server for full read/write access to a Zotero library installs: remote:https://citecaddy.herbertkokholm.dk/mcp detail: https://mcpindex.ai/server/dk-herbertkokholm-citecaddy-cite-caddy - dk.humanified/consistency-gate (dk.humanified/consistency-gate@1.0.0) Check claims against a fact-store: consistent, contradicts, or unverifiable — with a receipt. installs: remote:https://mcp.humanified.dk/mcp detail: https://mcpindex.ai/server/dk-humanified-consistency-gate - dk.humanified/council-consult (dk.humanified/council-consult@1.0.0) Stress-test a decision through named thinkers' lenses: assumptions, counter-arguments, receipt. installs: remote:https://council.humanified.dk/mcp detail: https://mcpindex.ai/server/dk-humanified-council-consult - dk.humanified/trinity-research (dk.humanified/trinity-research@1.0.0) Fact-check claims against live web sources: verdict, consensus, cited sources, PII redaction. installs: remote:https://trinity-v2-mcp.fly.dev/mcp detail: https://mcpindex.ai/server/dk-humanified-trinity-research - dk.humanified/values-firewall (dk.humanified/values-firewall@1.0.0) EU AI Act Art-14 runtime oversight: allow / flag / gate-to-human on an agent action, with receipt. installs: remote:https://vf.humanified.dk/mcp detail: https://mcpindex.ai/server/dk-humanified-values-firewall - Politikdata.dk MCP (dk.politikdata/mcp@0.1.0) Danish parliamentary cases, votes, politicians, parties, elections, and comparison tools. installs: remote:https://mcp.politikdata.dk/mcp detail: https://mcpindex.ai/server/dk-politikdata-mcp - Craft (do.craft.mcp/server@1.0.2) Access and edit your Craft documents. installs: remote:https://mcp.craft.do/my/mcp detail: https://mcpindex.ai/server/do-craft-mcp-server - ego (dog.ego/ego@1.0.1) Write LinkedIn posts in your own voice. Drafts only, ego never publishes for you. installs: remote:https://ego.dog/api/mcp detail: https://mcpindex.ai/server/dog-ego-ego - snooze (domains.snooze/snooze@1.1.0) Watch domains and forecast when they drop; check a name's domain, handles, and trademark. installs: remote:https://mcp.snooze.domains/mcp detail: https://mcpindex.ai/server/domains-snooze-snooze - ee.ehtekunst/arhiiv (ee.ehtekunst/arhiiv@1.0.0) Estonian jewellery art archive: 472 artists, works, exhibitions, museum holdings, source-cited press installs: remote:https://ehtekunst.ee/mcp detail: https://mcpindex.ai/server/ee-ehtekunst-arhiiv - WristWise (ee.offsite/wristwise@0.1.1) Ask about your sleep, heart rate and wellness trends from your smartwatch. installs: remote:https://mcp-wristwise.offsite.ee/mcp detail: https://mcpindex.ai/server/ee-offsite-wristwise - Stacktree (ee.stacktr/publish@0.2.1) Publish HTML to private, unguessable, replace-in-place URLs from any MCP-compatible AI agent. installs: npm:stacktree-mcp | remote:https://api.stacktr.ee/mcp detail: https://mcpindex.ai/server/ee-stacktr-publish - calc.engineer (engineer.calc/calc@1.0.0) 88 free engineering calculators: RF link budgets, LoRa/Meshtastic, PCB, solar, homelab. Keyless. installs: remote:https://calc.engineer/mcp detail: https://mcpindex.ai/server/engineer-calc-calc - Boletín Claro (es.boletinclaro/mcp@0.1.1) Subvenciones, licitaciones y boletines oficiales de España y Europa para tu IA. Gratis, sin login. installs: remote:https://boletinclaro.es/mcp detail: https://mcpindex.ai/server/es-boletinclaro-mcp - CarteleraCines.es (es.carteleracines/cartelera@1.1.0) Cartelera de España: películas, cines, sesiones, recomendaciones y enlaces de compra. installs: remote:https://www.carteleracines.es/mcp_server.php detail: https://mcpindex.ai/server/es-carteleracines-cartelera - es.contix/contix (es.contix/contix@0.1.0) Spanish Veri*factu invoicing: create invoices and manage billing from your AI assistant. installs: remote:https://api.contix.es/api/v1/mcp detail: https://mcpindex.ai/server/es-contix-contix - Discovr (es.discovr/profiles@0.1.1) AI-powered candidate profiles for foreign professionals in Spain and Europe. installs: remote:https://mcp.discovr.es/mcp/ detail: https://mcpindex.ai/server/es-discovr-profiles - es.ofixio/professionals (es.ofixio/professionals@1.0.3) Find skilled tradespeople in Spain — fontaneros, electricistas, pintores, cerrajeros. installs: npm:ofixio-mcp detail: https://mcpindex.ai/server/es-ofixio-professionals - PropertyList — Spanish Property MLS (es.propertylist/propertylist@0.1.0) First-party Spanish, Portuguese and Italian property listings with notarial-verified prices. installs: remote:https://mcp.propertylist.es/mcp detail: https://mcpindex.ai/server/es-propertylist-propertylist - Ansvar: Dutch Law (eu.ansvar/dutch-law@1.0.c6ebff6f) Dutch law via Ansvar Gateway. Cited, OAuth + paid tier. installs: remote:https://gateway.ansvar.eu/nl/mcp detail: https://mcpindex.ai/server/eu-ansvar-dutch-law - Ansvar: EU Regulations (eu.ansvar/eu-regulations@1.0.e5bd3e25) EU regulations (GDPR, DORA, NIS2, AI Act, etc.) via Ansvar Gateway. Cited, OAuth + paid. installs: remote:https://gateway.ansvar.eu/eu/mcp detail: https://mcpindex.ai/server/eu-ansvar-eu-regulations - Ansvar: French Law (eu.ansvar/french-law@1.0.737544ae) French law via Ansvar Gateway. Cited, OAuth + paid tier. installs: remote:https://gateway.ansvar.eu/fr/mcp detail: https://mcpindex.ai/server/eu-ansvar-french-law - Ansvar: German Law (eu.ansvar/german-law@1.0.04acee60) German law via Ansvar Gateway. Cited, OAuth + paid tier. installs: remote:https://gateway.ansvar.eu/de/mcp detail: https://mcpindex.ai/server/eu-ansvar-german-law - Ansvar: Italian Law (eu.ansvar/italian-law@1.0.b0659fac) Italian law via Ansvar Gateway. Cited, OAuth + paid tier. installs: remote:https://gateway.ansvar.eu/it/mcp detail: https://mcpindex.ai/server/eu-ansvar-italian-law - Ansvar: Polish Law (eu.ansvar/polish-law@1.0.0d0632e0) Polish law via Ansvar Gateway. Cited, OAuth + paid tier. installs: remote:https://gateway.ansvar.eu/pl/mcp detail: https://mcpindex.ai/server/eu-ansvar-polish-law - Ansvar: Spanish Law (eu.ansvar/spanish-law@1.0.03bd2c0b) Spanish law via Ansvar Gateway. Cited, OAuth + paid tier. installs: remote:https://gateway.ansvar.eu/es/mcp detail: https://mcpindex.ai/server/eu-ansvar-spanish-law - Ansvar: Swedish Law (eu.ansvar/swedish-law@1.0.a47524ba) Swedish law + work env. via Ansvar Gateway. Cited, OAuth + paid tier. installs: remote:https://gateway.ansvar.eu/se/mcp detail: https://mcpindex.ai/server/eu-ansvar-swedish-law - Ansvar: US Law (eu.ansvar/us-law@1.0.892a470a) US federal + state law via Ansvar Gateway. Cited, OAuth + paid tier. installs: remote:https://gateway.ansvar.eu/us/mcp detail: https://mcpindex.ai/server/eu-ansvar-us-law - CuttingToolsAI Grade Cross-Reference (eu.cuttingtoolsai/xref@1.0.0) Cross-brand carbide grade equivalents from verified manufacturer charts; never invents a grade. installs: remote:https://cuttingtoolsai-mcp.memmizgezgin.workers.dev detail: https://mcpindex.ai/server/eu-cuttingtoolsai-xref - Departi – Travel Compliance & Curated Booking (eu.departi/travel-compliance@3.2.0) Travel-compliance intelligence and curated booking for digital nomads and long-stay travellers. installs: remote:https://mcp.departi.eu/v3 detail: https://mcpindex.ai/server/eu-departi-travel-compliance - eu.gridgarden/studio (eu.gridgarden/studio@1.0.0) Design & price modular raised garden beds and walls: exact bill of materials, EUR price + checkout. installs: remote:https://studio.gridgarden.eu/mcp detail: https://mcpindex.ai/server/eu-gridgarden-studio - Hlido Agent Reviews (eu.hlido/mcp@1.0.0) Independent AI-agent reviews: trust checks, evidence scorecards, incident registry, recommendations. installs: remote:https://hlido.eu/mcp detail: https://mcpindex.ai/server/eu-hlido-mcp - eu.madeinro/digital-compass-mcp (eu.madeinro/digital-compass-mcp@0.5.0) Digital-crisis playbooks as tools, 9 languages, country-anchored reporting channels. CC BY 4.0. installs: remote:https://compass.madeinro.eu/mcp detail: https://mcpindex.ai/server/eu-madeinro-digital-compass-mcp - MetaEngine (eu.metaengine/mcp-server@1.4.1) Spec-first code generation: OpenAPI, GraphQL, Protobuf, and SQL to typed clients in 11 languages. installs: npm:@metaengine/mcp-server detail: https://mcpindex.ai/server/eu-metaengine-mcp-server - eu.mmatinca/portfolio-mcp (eu.mmatinca/portfolio-mcp@0.2.0) Marian Matinca's portfolio as MCP tools: projects, blog, profile, results. Read-only, RO+EN. installs: remote:https://mmatinca.eu/mcp detail: https://mcpindex.ai/server/eu-mmatinca-portfolio-mcp - eu.mmatinca/travel-trends-mcp (eu.mmatinca/travel-trends-mcp@0.3.1) European tourism & travel-disruption MCP: trip risk, live events, Eurostat panels, RO county data. installs: remote:https://travel-trends.mmatinca.eu/mcp/v1 detail: https://mcpindex.ai/server/eu-mmatinca-travel-trends-mcp - eu.qeaas/qeaas-mcp (eu.qeaas/qeaas-mcp@1.0.0) QRNG-seeded random bytes, seeds, and ML-KEM-768 keys with signed provenance receipts. installs: remote:https://api.qeaas.eu/mcp detail: https://mcpindex.ai/server/eu-qeaas-qeaas-mcp - eu.regulatoryai/sovereign-ai-act-mcp (eu.regulatoryai/sovereign-ai-act-mcp@1.2.0) Classify any AI system under the EU AI Act: risk tier + binding Articles, verbatim from the law. installs: npm:sovereign-ai-act-mcp detail: https://mcpindex.ai/server/eu-regulatoryai-sovereign-ai-act-mcp - SendLetter (eu.sendletter/sendletter@1.0.0) Send real, printed letters by post across Europe. Requires a free account; quote before sending. installs: remote:https://sendletter.eu/api/mcp detail: https://mcpindex.ai/server/eu-sendletter-sendletter - Sirenic (eu.sirenic/sirenic@1.0.1) French & European company registry for AI agents: KYB, sanctions, annual accounts. x402, no API key. installs: remote:https://api.sirenic.eu/mcp detail: https://mcpindex.ai/server/eu-sirenic-sirenic - Synapze — Financial Intermediary MCP (eu.synapze/financial-intermediary-mcp@1.0.1) Connect AI agents to licensed financial intermediaries in France: insurance, credit, wealth. installs: remote:https://mcp.synapze.eu/v1/{tenant_id} detail: https://mcpindex.ai/server/eu-synapze-financial-intermediary-mcp - eu.tendfeed/tendfeed (eu.tendfeed/tendfeed@1.0.1) Bid/no-bid verdicts for open EU tenders, from 592,000 real TED contract awards. installs: remote:https://tendfeed.eu/api/mcp/tendfeed detail: https://mcpindex.ai/server/eu-tendfeed-tendfeed - TracePass (eu.tracepass/tracepass@1.7.3) Manage products, EU Digital Product Passports, operator parties, and GS1 EPCIS supply-chain events. installs: npm:tracepass-mcp-server | remote:https://ai.tracepass.eu/mcp detail: https://mcpindex.ai/server/eu-tracepass-tracepass - EU Trade Explorer (eu.tradedashboard/eu-trade-explorer@1.0.1) EU customs-trade & industrial-production statistics (Eurostat Comext/PRODCOM) installs: remote:https://mcp.tradedashboard.eu/mcp detail: https://mcpindex.ai/server/eu-tradedashboard-eu-trade-explorer - Velvoite — EU Financial Regulatory Compliance (eu.velvoite/compliance@1.0.0) EU financial regulatory monitoring: DORA, MiCA, MiFID II, AML, Solvency II and more. installs: remote:https://mcp.velvoite.eu/mcp detail: https://mcpindex.ai/server/eu-velvoite-compliance - eu.wealthapi/mcp-server (eu.wealthapi/mcp-server@0.1.0) Read-only MCP server for wealthAPI: portfolio, cash-flow, and dividend insights for AI assistants. installs: npm:@wealth_api/mcp-server detail: https://mcpindex.ai/server/eu-wealthapi-mcp-server - SCA Zandomeni — Timișoara (eu.zandomeni/legal-content@0.1.0) MCP server SCA Zandomeni (avocat Timișoara): caută ~550 articole juridice RO + date contact. installs: remote:https://lrqkraglvppygtmwwsie.supabase.co/functions/v1/mcp detail: https://mcpindex.ai/server/eu-zandomeni-legal-content - exchange.carso/carso-exchange-engine (exchange.carso/carso-exchange-engine@0.1.3) AI-native platform: cybernetic freight agents transact, verify, find services. Get verified leads. installs: remote:https://engine.carso.exchange/mcp detail: https://mcpindex.ai/server/exchange-carso-carso-exchange-engine - MERX - TRON Resource Exchange (exchange.merx/mcp@1.0.5) TRON energy exchange for AI agents. 54 tools, 30 prompts, 21 resources. A2A + ACP. installs: npm:merx-mcp | remote:https://merx.exchange/mcp/sse detail: https://mcpindex.ai/server/exchange-merx-mcp - Sorted — Event Registration & Queue Management (fast.sorted/event-registration@2.1.0) Event registration at scale: events with photos, waitlists, virtual queues, and dynamic pricing. installs: remote:https://sorted.fast/mcp detail: https://mcpindex.ai/server/fast-sorted-event-registration - Ophis MCP (fi.ophis/mcp@0.1.0) Gasless, MEV-protected onchain token swaps for AI agents on 11 EVM chains, built on CoW Protocol. installs: remote:https://mcp.ophis.fi/mcp detail: https://mcpindex.ai/server/fi-ophis-mcp - fi.rakentajaoutlet/rakentaja-outlet (fi.rakentajaoutlet/rakentaja-outlet@1.1.0) Finnish e-commerce for electrical & construction supplies. Read-only MCP with 4 tools. installs: remote:https://rakentajaoutlet.fi/mcp detail: https://mcpindex.ai/server/fi-rakentajaoutlet-rakentaja-outlet - fi.zxoar/zxoar (fi.zxoar/zxoar@0.2.2) Agent-first trading on the ZXOAR launchpad (Uniswap V4): scan, vet, guarded buy/sell, atomic launch installs: npm:zxoar-mcp detail: https://mcpindex.ai/server/fi-zxoar-zxoar - Martini (film.martini/mcp@0.1.1) Manage AI filmmaking projects, scenes, assets, and generations in Martini. installs: remote:https://www.martini.film/mcp detail: https://mcpindex.ai/server/film-martini-mcp - Occam (fit.occam/occam@0.1.1) Finds the simplest equation consistent with your data. SINDy and PySR symbolic regression via MCP. installs: remote:https://occam.fit/mcp/ detail: https://mcpindex.ai/server/fit-occam-occam - PortfolioFit (fit.portfolio/portfoliofit@0.1.3) Check normalized portfolios against mandates and calculate allocation constraints. installs: remote:https://portfolio.fit/mcp detail: https://mcpindex.ai/server/fit-portfolio-portfoliofit - MyPlate.food nutrition tools (food.myplate/nutrition@1.0.0) USDA nutrition calculators + the preserved MyPlate Kitchen recipes; source-cited, machine-verified. installs: remote:https://mcp.myplate.food/mcp detail: https://mcpindex.ai/server/food-myplate-nutrition - Brandyze (fr.brandyze/mcp@1.0.0) French AI marketing intelligence: creators, brands, social listening — 158 MCP tools. installs: remote:https://api.brandyze.fr/mcp/sse detail: https://mcpindex.ai/server/fr-brandyze-mcp - LexIA Juris (EDIVIA) (fr.edivia/lexia-juris@1.0.0) MCP droit & fiscalite francais : 76 codes, jurisprudence, BOFiP. LexIA Juris, EDIVIA. Abonnement. installs: remote:https://lexia-juris-mcp.lexia-pro.workers.dev/mcp detail: https://mcpindex.ai/server/fr-edivia-lexia-juris - LexIA Pro (EDIVIA) (fr.edivia/lexia-pro@1.0.0) MCP foncier & urbanisme officiels francais (cadastre, PLU, DVF). LexIA Pro, EDIVIA. Abonnement. installs: remote:https://lexia-pro-mcp.lexia-pro.workers.dev/mcp detail: https://mcpindex.ai/server/fr-edivia-lexia-pro - fr.fixou/fixou (fr.fixou/fixou@1.0.0) Create and track quote requests to local French tradespeople (80 trades) on fixou.fr. installs: remote:https://mcp.fixou.fr/mcp detail: https://mcpindex.ai/server/fr-fixou-fixou - fr.gluten-free/catalogue (fr.gluten-free/catalogue@1.1.0) French gluten-free product catalog and comparisons — verified prices and buyer ratings. installs: remote:https://gluten-free.fr/api/mcp detail: https://mcpindex.ai/server/fr-gluten-free-catalogue - fr.hypotheques-en-ligne/hel (fr.hypotheques-en-ligne/hel@1.0.0) Instant pricing for French land-registry documents (etat hypothecaire, deeds). Read-only, no auth. installs: remote:https://www.hypotheques-en-ligne.fr/wp-json/hel/mcp detail: https://mcpindex.ai/server/fr-hypotheques-en-ligne-hel - fr.intrane/peage-mcp (fr.intrane/peage-mcp@0.1.5) Give your agent a prepaid fiat wallet: pay any API per call in cents, no crypto, spend caps. installs: manual detail: https://mcpindex.ai/server/fr-intrane-peage-mcp - Izifete — prestataires événementiels en France (fr.izifete/prestataires@1.0.0) Prestataires événementiels vérifiés en France, par métier et ville — Izifete. installs: remote:https://izifete.fr/mcp/mcp detail: https://mcpindex.ai/server/fr-izifete-prestataires - Bab Aljazair (fr.larabi/bab-aljazair@0.1.0) Prepare Algerian consular procedures with offices, sources, and interactive checklists. installs: remote:https://mcp.bab-aljazair.larabi.fr/mcp detail: https://mcpindex.ai/server/fr-larabi-bab-aljazair - OhMyWind (fr.ohmywind/sailing-planner@1.0.1) Sailing passage planner for any coast, with high-precision tides on the French Atlantic. installs: remote:https://mcp.ohmywind.fr/mcp detail: https://mcpindex.ai/server/fr-ohmywind-sailing-planner - Origami Entreprises (fr.origami-entreprises/origami@1.0.0) French company data: financials, dirigeants, BODACC, INPI filings, PEP checks, alerts. installs: remote:https://mcp.origami-entreprises.fr/mcp detail: https://mcpindex.ai/server/fr-origami-entreprises-origami - RenooLab - artisans in France (fr.renoolab/mcp@1.2.0) Find and contact plumbers, electricians, roofers and tradespeople in France; free pro profiles. installs: remote:https://mcp.renoolab.fr/mcp detail: https://mcpindex.ai/server/fr-renoolab-mcp - fr.scorecredit/capucine (fr.scorecredit/capucine@1.0.0) Courtière IA française : taux immobiliers du jour, capacité d emprunt HCSF, radar 190 banques. installs: remote:https://scorecredit.fr/mcp/sse detail: https://mcpindex.ai/server/fr-scorecredit-capucine - fr.statis-tir/statistir (fr.statis-tir/statistir@1.0.0) Tools to manage french shooter and competitions installs: remote:https://www.statis-tir.fr/_mcp detail: https://mcpindex.ai/server/fr-statis-tir-statistir - SWIPIFY (fr.swipify/facturation@1.0.0) Factures, devis, clients et statistiques SWIPIFY. Lecture et brouillons, aucune émission. installs: remote:https://mcp.swipify.fr/mcp detail: https://mcpindex.ai/server/fr-swipify-facturation - fr.synergieloc/immobilier (fr.synergieloc/immobilier@1.0.0) Exact French real-estate legal calculations for AI agents: rent revision, charges, receipts. installs: remote:https://synergieloc.fr/mcp detail: https://mcpindex.ai/server/fr-synergieloc-immobilier - fund.zooid/zooidfund (fund.zooid/zooidfund@1.0.1) MCP server for AI agents to discover campaigns by humans and donate USDC directly on Base. installs: remote:https://fcefnmdlggldmfusydix.supabase.co/functions/v1/mcp detail: https://mcpindex.ai/server/fund-zooid-zooidfund - ClearMarket (fyi.clearmarket/clearmarket@0.2.0) Reference data for prediction markets: graded resolution clarity, cross-venue links, provenance. installs: remote:https://api.clearmarket.fyi/mcp detail: https://mcpindex.ai/server/fyi-clearmarket-clearmarket - iwant.fyi - demand-side commerce (fyi.iwant/iwant@1.1.0) Demand-side commerce: agents post a user's purchase intent, get ranked cross-source matches. installs: remote:https://iwant.fyi/api/mcp detail: https://mcpindex.ai/server/fyi-iwant-iwant - fyi.mess/mess (fyi.mess/mess@1.12.0) Inventory of your service accounts, kept current by your coding agents. Metadata only, no secrets. installs: remote:https://mess.fyi/api/mcp detail: https://mcpindex.ai/server/fyi-mess-mess - Rodin (fyi.rodin/rodin@0.1.0) Find ~5 thinkers whose intellectual fingerprint matches a passage of text. installs: remote:https://rodin.fyi/mcp detail: https://mcpindex.ai/server/fyi-rodin-rodin - What's New (fyi.whatsnew/changelogs@1.0.0) Changelogs for apps, games and operating systems. Ask what shipped since the version you run. installs: remote:https://whatsnew.fyi/mcp detail: https://mcpindex.ai/server/fyi-whatsnew-changelogs - needmoar.games (games.needmoar/needmoar@1.0.0) Ranks Steam games by how much players like them, learned from head-to-head duels. installs: remote:https://needmoar.games/mcp detail: https://mcpindex.ai/server/games-needmoar-needmoar - ge.meni/guest (ge.meni/guest@1.0.0) Guest API for meni.ge restaurants: browse menus, place orders, reserve tables. No auth needed. installs: remote:https://api.meni.ge/llm/mcp detail: https://mcpindex.ai/server/ge-meni-guest - Batru — Dota 2, Deadlock & Marvel Rivals win predictor (gg.batru/batru-mcp@0.3.1) Real, calibrated Dota 2, Deadlock & Marvel Rivals win predictions, tier lists & counters. installs: pypi:batru-mcp | remote:https://batru.gg/mcp detail: https://mcpindex.ai/server/gg-batru-batru-mcp - gg.bluffnet/bluffnet (gg.bluffnet/bluffnet@1.0.0) Live Texas Hold'em for AI agents. The tools teach the rules; the bluffing is up to your model. installs: remote:https://game.bluffnet.gg/mcp/play detail: https://mcpindex.ai/server/gg-bluffnet-bluffnet - global.rootz.cars/marketplace (global.rootz.cars/marketplace@1.0.0) AI-native used car marketplace. 145K+ vehicles, 4300+ dealers, 13 US states, 20 MCP tools. installs: remote:https://cars.rootz.global/mcp detail: https://mcpindex.ai/server/global-rootz-cars-marketplace - global.rootz.companies/companies (global.rootz.companies/companies@1.1.0) Verify a US business is real and who controls it. 30.9M state registry records. installs: remote:https://companies.rootz.global/mcp detail: https://mcpindex.ai/server/global-rootz-companies-companies - global.rootz.food/grocery (global.rootz.food/grocery@2.0.0) Signed US food & grocery data: Kroger prices, nutrition, allergens, recalls, diet filters. installs: remote:https://food.rootz.global/mcp detail: https://mcpindex.ai/server/global-rootz-food-grocery - global.rootz.origin/filings (global.rootz.origin/filings@0.1.0) SEC-signed profiles for 8,000+ US public companies from EDGAR filings. Token-efficient. installs: remote:https://origin.rootz.global/mcp detail: https://mcpindex.ai/server/global-rootz-origin-filings - global.rootz.politics/officials (global.rootz.politics/officials@0.3.0) Origin-signed US political data: 25,546 officials, bills, votes, positions with sources. installs: remote:https://politics.rootz.global/mcp detail: https://mcpindex.ai/server/global-rootz-politics-officials - global.rootz.private/companies (global.rootz.private/companies@1.0.0) Confirm a US business is real and find who controls it. 32.6M official registry records. installs: remote:https://private.rootz.global/mcp detail: https://mcpindex.ai/server/global-rootz-private-companies - global.rootz.rental/registry (global.rootz.rental/registry@1.0.0) AI-native Caribbean vacation-rental registry: pricing, licensing, availability, source-linked. installs: remote:https://rental.rootz.global/mcp detail: https://mcpindex.ai/server/global-rootz-rental-registry - global.rootz.ship/maritime (global.rootz.ship/maritime@0.1.0) Signed global shipping & commodity data: oil, LNG, grain, sanctions, fleet, emissions. installs: remote:https://ship.rootz.global/mcp detail: https://mcpindex.ai/server/global-rootz-ship-maritime - global.rootz.timeshare/resale (global.rootz.timeshare/resale@0.1.0) AI-native timeshare marketplace with FL DBPR + CFPB government-source data. Source-linked. installs: remote:https://timeshare.rootz.global/mcp detail: https://mcpindex.ai/server/global-rootz-timeshare-resale - SIGNALS Loyalty Agent Platform (global.signals/signals-mcp@1.0.0) 63 MCP tools for loyalty programs, rewards, and member operations with HITL approval. installs: remote:https://signals.global/mcp detail: https://mcpindex.ai/server/global-signals-signals-mcp - guide.capitol/capitolguide (guide.capitol/capitolguide@0.1.0) Navigate the U.S. Capitol complex: decode room codes, route buildings, check access, amenities. installs: remote:https://capitol.guide/mcp detail: https://mcpindex.ai/server/guide-capitol-capitolguide - guru.junkyard.botfeeder/the-junkyard (guru.junkyard.botfeeder/the-junkyard@1.0.0) Parsed public-domain market data for AI agents, priced below DIY inference cost, paid via x402. installs: remote:https://botfeeder.junkyard.guru/mcp detail: https://mcpindex.ai/server/guru-junkyard-botfeeder-the-junkyard - host.nippy/nippy (host.nippy/nippy@1.1.0) Let Claude and ChatGPT publish real websites — iterate in previews, keep the good one. installs: remote:https://api.nippy.host/mcp detail: https://mcpindex.ai/server/host-nippy-nippy - house.bim/bimhouse (house.bim/bimhouse@1.0.0) bim.house — words become buildings. Generate BIM, check code & structure, quote materials. installs: remote:https://bim.house/mcp detail: https://mcpindex.ai/server/house-bim-bimhouse - house.device/device-house (house.device/device-house@1.0.0) device.house — words become circuits. Design devices: BoM, enclosure, firmware, routed PCB. installs: remote:https://device-house-mcp.fly.dev/mcp detail: https://mcpindex.ai/server/house-device-device-house - padel.how Racket Reviews (how.padel/racket-reviews@1.0.0) Read-only padel.how racket catalogue: reviews, comparisons, brands, and methodology. installs: remote:https://padel.how/mcp detail: https://mcpindex.ai/server/how-padel-racket-reviews - trazimstan.hr — nekretnine u Hrvatskoj (hr.trazimstan/nekretnine@0.2.0) Pretraga provjerenih oglasa za prodaju i najam nekretnina u Hrvatskoj na trazimstan.hr. installs: remote:https://mcp.trazimstan.hr/mcp detail: https://mcpindex.ai/server/hr-trazimstan-nekretnine - ablakarajanlat.hu Nyílászáró MCP (hu.ablakarajanlat/nyilaszaro-mcp@0.1.0) Egyedi méretű műanyag ablak árbecslés (kalkulált ár), raktárkészlet és ajánlatkérés. installs: remote:https://ablakarajanlat.hu/api/mcp detail: https://mcpindex.ai/server/hu-ablakarajanlat-nyilaszaro-mcp - icu.steeped.registry/nodejsmcp (icu.steeped.registry/nodejsmcp@1.0.3) A Forgejo MCP Server installs: npm:nodejsmcp detail: https://mcpindex.ai/server/icu-steeped-registry-nodejsmcp - id.idxpro/idxpro (id.idxpro/idxpro@1.0.0) Data saham Indonesia (IDX) untuk AI: harga, teknikal, screener, deteksi bandar, sektor, earnings. installs: remote:https://mcp.idxpro.id detail: https://mcpindex.ai/server/id-idxpro-idxpro - im.agenty/agenty (im.agenty/agenty@1.0.0) The link page for AI agents — discover agents and read their handles across platforms. installs: remote:https://agenty.im/mcp detail: https://mcpindex.ai/server/im-agenty-agenty - US Stocks & Market Data (im.gino/stocks-us@1.0.0) US market snapshot, stock fundamentals, prices, statements, news and analyst views installs: remote:https://mcp-stocks-us.gino.im/mcp detail: https://mcpindex.ai/server/im-gino-stocks-us - Kundali Chart — Vedic Astrology MCP (in.acerank.vedic-kundli/kundali-chart-mcp@0.5.2) Vedic astrology MCP: 54 tools for charts, dashas, yogas, compatibility, muhurta, transit, remedies. installs: npm:kundali-chart-mcp detail: https://mcpindex.ai/server/in-acerank-vedic-kundli-kundali-chart-mcp - CalmLoop Task Manager (in.calmloop/tasks@2.0.0) Manage tasks, Focus Zone, notes, projects, and task history from compatible AI assistants. installs: remote:https://calmloop.in/mcp detail: https://mcpindex.ai/server/in-calmloop-tasks - Pollen — Managed Agent-Readiness Layer (in.elytron/pollen@1.0.0) Manage your Pollen account: sync, enrich, fix, and publish your store's catalog for AI agents. installs: remote:https://pollen.elytron.in/mcp detail: https://mcpindex.ai/server/in-elytron-pollen - chainpulse — real-time crypto + prediction market data for AI agents (in.fastdb.md/chainpulse@0.2.0) Crypto prices, gas, DeFi TVL, and live Polymarket odds. x402 pay-per-call, $0.001, no API key. installs: remote:https://md.fastdb.in/pulse/mcp detail: https://mcpindex.ai/server/in-fastdb-md-chainpulse - Flowgraf (in.flowgraf/flowgraf@0.1.2) Create and edit architecture diagrams from your AI agent; get an SVG and a live editable canvas. installs: npm:flowgraf-mcp | remote:https://flowgraf.in/api/mcp detail: https://mcpindex.ai/server/in-flowgraf-flowgraf - in.getdrishti/drishti (in.getdrishti/drishti@1.0.0) Indian media intelligence — bilingual sentiment, Tier 1 credibility, story clustering. installs: remote:https://mcp.getdrishti.in/mcp detail: https://mcpindex.ai/server/in-getdrishti-drishti - House Duck (in.houseduck/house-duck-public@1.0.0) Read-only public information about House Duck games and its Korean-first development Blog. installs: remote:https://bbgwvpwzkyudbtcgrbtm.supabase.co/functions/v1/house-duck-mcp detail: https://mcpindex.ai/server/in-houseduck-house-duck-public - in.termal/termalin-web (in.termal/termalin-web@1.0.0) Run commands and read/write files on your servers over Termalin's keyless tunnels (hosted MCP). installs: remote:https://termal.in/api/v1/mcp detail: https://mcpindex.ai/server/in-termal-termalin-web - Vynix (in.vynix/vynix-mcp@0.1.4) Give AI coding agents access to your Vynix visual feedback, bug reports, and AI diagnosis. installs: npm:@usevynix/mcp-server | remote:https://mcp.vynix.in/mcp detail: https://mcpindex.ai/server/in-vynix-vynix-mcp - info.agentrank/agentrank (info.agentrank/agentrank@0.1.0) Is this AI agent or x402 service real and settlement-backed before you pay it? Trust check. installs: remote:https://api.agentrank.info/mcp detail: https://mcpindex.ai/server/info-agentrank-agentrank - Compound Interesting — market intelligence (ing.compoundinterest/market-intelligence@1.0.0) Source-backed US market signals: insider filings, Congress trades, institutions, consensus. installs: remote:https://api.compoundinterest.ing/mcp detail: https://mcpindex.ai/server/ing-compoundinterest-market-intelligence - ing.conjure/conjure (ing.conjure/conjure@0.0.1) Agentic commerce. installs: remote:https://mcp.conjure.ing/mcp detail: https://mcpindex.ai/server/ing-conjure-conjure - Crank Protocol (ing.crank/crank@1.0.0) Non-custodial DeFi tools for AI agents on Solana: swaps, perps, lending, staking, equities. installs: remote:https://mcp.crank.ing/mcp detail: https://mcpindex.ai/server/ing-crank-crank - RentSeek Evidence (ing.rentseek/evidence@0.1.0) Source-linked executive compensation data for AI agents and developers. installs: remote:https://rentseek.ing/mcp detail: https://mcpindex.ai/server/ing-rentseek-evidence - alink (ink.al/alink@0.4.0) Your public AI front door: intents, gatekeeper inbox, relationships, materials, and your sprite. installs: remote:https://api.al.ink/mcp detail: https://mcpindex.ai/server/ink-al-alink - Foresea Forecasting (ink.foresea/forecasting@1.0.0) Forecast future events and scan prediction-market edges. installs: remote:https://foresea.ink/mcp/ detail: https://mcpindex.ai/server/ink-foresea-forecasting - Seosa (ink.seosa/seosa@1.0.0) AI web novel co-writer: series, characters, episodes, and quality evaluation. Korean-first. installs: remote:https://app.seosa.ink/api/mcp detail: https://mcpindex.ai/server/ink-seosa-seosa - Utilia Solana Transaction Evidence (ink.utilia/solana-preflight@0.5.8-1) Solana transaction diagnosis, simulation, token-risk evidence, and priority fees via x402 USDC. installs: npm:utilia-solana-agent | remote:https://api.utilia.ink/mcp detail: https://mcpindex.ai/server/ink-utilia-solana-preflight - ink.writeflow/writeflow (ink.writeflow/writeflow@1.0.0) Get today's WriteFlow daily writing prompt and weekly £10 writing contest info (writeflow.ink). installs: remote:https://writeflow.ink/mcp detail: https://mcpindex.ai/server/ink-writeflow-writeflow - io.911fund.x402/x402-alpha (io.911fund.x402/x402-alpha@1.3.0) Pay-per-call crypto intelligence: 19 tools over 10+ live sources, USDC via x402. installs: remote:https://x402.911fund.io/mcp detail: https://mcpindex.ai/server/io-911fund-x402-x402-alpha - io.accurecord/icd10-coding (io.accurecord/icd10-coding@0.1.0) ICD-10-CM / HCC medical coding tools with database-verified accuracy and denial-prevention rules. installs: remote:https://api.accurecord.io/mcp detail: https://mcpindex.ai/server/io-accurecord-icd10-coding - io.actionlayer/actionlayer (io.actionlayer/actionlayer@0.7.1) Concierge for AI agents: takes action in the physical world — book, order, register, resolve. installs: pypi:actionlayer | remote:https://api.actionlayer.io/mcp detail: https://mcpindex.ai/server/io-actionlayer-actionlayer - Actvt (io.actvt/actvt@1.1.6) Query live Mac system metrics, listening ports, and Claude Code and Codex session history. installs: manual detail: https://mcpindex.ai/server/io-actvt-actvt - io.adaptika/mcp (io.adaptika/mcp@1.0.0) Manage Adaptika brands, campaigns, templates, assets, and AI-generated creatives. installs: remote:https://api.adaptika.io/api/mcp detail: https://mcpindex.ai/server/io-adaptika-mcp - AdTAO MCP (io.adtao/mcp@1.0.0) Google Ads MCP with 20,000+ account peer context and staged approve-then-execute writes. installs: remote:https://mcp.adtao.io/mcp detail: https://mcpindex.ai/server/io-adtao-mcp - io.ahel/ahel (io.ahel/ahel@1.0.0) Hosted MCP server for real-world data: business registries, sanctions, companies, domains, crypto. installs: remote:https://mcp.ahel.io detail: https://mcpindex.ai/server/io-ahel-ahel - io.aidc-ai/design-engine (io.aidc-ai/design-engine@1.0.0) AI data-center design engine: size, validate & lay out Rubin-era data centers. Korea live. installs: remote:https://aidc-ai.io/api/mcp detail: https://mcpindex.ai/server/io-aidc-ai-design-engine - Air Pipe (io.airpipe/airpipe@2026.7.28) Build, validate, deploy — HTTP APIs, cron jobs, webhooks and MCP tools — from your AI client. installs: remote:https://api.airpipe.io/mcp detail: https://mcpindex.ai/server/io-airpipe-airpipe - io.allourthings/mcp-server (io.allourthings/mcp-server@0.2.0) AI-powered household inventory — query everything you own via natural language installs: npm:@allourthings/mcp-server detail: https://mcpindex.ai/server/io-allourthings-mcp-server - io.ambiscribe/ambiscribe (io.ambiscribe/ambiscribe@1.0.0) Read-only MCP access to a documented IT fleet: state, changes, posture. 15 tools. installs: remote:https://mcp.ambiscribe.io/mcp detail: https://mcpindex.ai/server/io-ambiscribe-ambiscribe - io.apis/apis-io (io.apis/apis-io@1.0.0) Read-only MCP server over the APIs.io catalog — discover APIs, providers, tags & artifacts. installs: remote:https://apis.io/mcp detail: https://mcpindex.ai/server/io-apis-apis-io - Appcircle MCP (io.appcircle/appcircle-mcp@1.0.0) MCP server for Appcircle mobile CI/CD platform. installs: remote:https://mcp.appcircle.io detail: https://mcpindex.ai/server/io-appcircle-appcircle-mcp - Tango (io.applayer/tango@1.0.0) Shared task queue for humans and AI agents: leases, handoffs, approvals and signed receipts. installs: remote:https://tango.applayer.io/mcp detail: https://mcpindex.ai/server/io-applayer-tango - io.artifacta/mcp (io.artifacta/mcp@1.0.5) Artifact store for AI agents. Hosted OAuth at mcp.artifacta.io/mcp; local stdio via npm/PyPI. installs: npm:@artifacta-mcp/mcp | pypi:artifacta-mcp | remote:https://mcp.artifacta.io/mcp detail: https://mcpindex.ai/server/io-artifacta-mcp - AsterPay — EUR Settlement for AI Agents (io.asterpay/asterpay@2.1.0) EUR settlement + trust for AI agent commerce: budgets, KYA, merchant discovery. 22 tools. installs: remote:https://mcp-api.asterpay.io/mcp detail: https://mcpindex.ai/server/io-asterpay-asterpay - Atono (io.atono/atono-mcp-server@1.1.1) Give your AI coding tools your team's product context: stories, bugs, epics, and glossary. installs: docker:docker.io/atonoio/atono-mcp-server:1.1.1 detail: https://mcpindex.ai/server/io-atono-atono-mcp-server - io.ausdata/abs-mcp (io.ausdata/abs-mcp@0.13.3) Query the ABS in plain English — CPI, labour force, building approvals, migration, GDP. installs: pypi:abs-mcp detail: https://mcpindex.ai/server/io-ausdata-abs-mcp - io.ausdata/aemo-mcp (io.ausdata/aemo-mcp@0.4.15) Query the AEMO NEM in plain English — 5-min prices, demand, generation, rooftop PV. installs: pypi:aemo-mcp detail: https://mcpindex.ai/server/io-ausdata-aemo-mcp - io.ausdata/apra-mcp (io.ausdata/apra-mcp@0.8.21) Query APRA in plain English — bank capital, fund-level super, insurance stats. installs: pypi:apra-mcp detail: https://mcpindex.ai/server/io-ausdata-apra-mcp - io.ausdata/asic-mcp (io.ausdata/asic-mcp@0.6.18) Query ASIC registers in plain English — advisers, licensees, banned persons, liquidators. installs: pypi:asic-mcp detail: https://mcpindex.ai/server/io-ausdata-asic-mcp - io.ausdata/ato-mcp (io.ausdata/ato-mcp@0.8.26) Query the ATO in plain English — tax by postcode, corporate tax, GST, super, charities. installs: pypi:ato-mcp detail: https://mcpindex.ai/server/io-ausdata-ato-mcp - io.ausdata/ausdata-mcp (io.ausdata/ausdata-mcp@0.4.2) 28 tools over 9 AU gov data sources (ABS, RBA, ATO, APRA, AIHW, ASIC, AEMO, BOM, WGEA) via one key. installs: npm:ausdata-mcp detail: https://mcpindex.ai/server/io-ausdata-ausdata-mcp - io.ausdata/rba-mcp (io.ausdata/rba-mcp@0.8.8) Query the RBA in plain English — cash rate, FX, lending and deposit rates. installs: pypi:rba-mcp detail: https://mcpindex.ai/server/io-ausdata-rba-mcp - io.ausdata/wgea-mcp (io.ausdata/wgea-mcp@0.6.13) Query the WGEA in plain English — employer pay gap, workforce composition, leave. installs: pypi:wgea-mcp detail: https://mcpindex.ai/server/io-ausdata-wgea-mcp - io.autoady.www/mcp (io.autoady.www/mcp@2.0.0) Run Meta ads from your AI assistant: briefings, drop diagnosis, winners, budgets, receipts. installs: remote:https://www.autoady.io/api/mcp detail: https://mcpindex.ai/server/io-autoady-www-mcp - AvatarFactory (io.avatarfactory/avatarfactory@1.0.1) The AI influencer MCP for Claude: research trends and write reel scripts, render in the app. installs: remote:https://mcp.avatarfactory.io/mcp detail: https://mcpindex.ai/server/io-avatarfactory-avatarfactory - Averta MCP Gateway (io.averta/mcp-gateway@0.1.1) Governed access to enterprise SaaS tools through Averta MCP agents. installs: remote:https://mcp.averta.io/mcp detail: https://mcpindex.ai/server/io-averta-mcp-gateway - BankSync (io.banksync/mcp@1.0.2) Connect AI agents to bank accounts, transactions, balances, and investments. installs: npm:@banksync/mcp | pypi:banksync-mcp | remote:https://mcp.banksync.io detail: https://mcpindex.ai/server/io-banksync-mcp - BIGHUB (io.bighub/mcp@0.2.1) Decision learning for AI agent actions. Evaluate, score, decide, and learn from outcomes. installs: npm:@bighub/bighub-mcp detail: https://mcpindex.ai/server/io-bighub-mcp - BlockchainAnalysis (io.blockchainanalysis/mcp@1.1.0) Is a wallet frozen by Tether/Circle? Free freeze checks + full history, screening & KYT. 9 chains. installs: remote:https://blockchainanalysis.io/api/mcp detail: https://mcpindex.ai/server/io-blockchainanalysis-mcp - BoardBrief AI (io.boardbriefai/boardbrief-ai@1.0.0) AI-powered board deck generation and governance reporting for private equity firms. installs: remote:https://mcp.boardbriefai.io/mcp detail: https://mcpindex.ai/server/io-boardbriefai-boardbrief-ai - io.bosonprotocol/agentic-commerce (io.bosonprotocol/agentic-commerce@1.0.0) MCP server for Boson Protocol — on-chain agentic commerce for physical & digital goods. installs: remote:https://mcp.bosonprotocol.io/mcp detail: https://mcpindex.ai/server/io-bosonprotocol-agentic-commerce - Calvix Technology Solutions (io.calvix/mcp@1.0.0) MCP server for Calvix Technology Solutions — query IT services, contact info, and company details. installs: remote:https://calvix.io/mcp detail: https://mcpindex.ai/server/io-calvix-mcp - Certifier MCP (io.certifier/mcp@0.1.0) Official MCP server for Certifier to issue, manage, and track certificates and badges. installs: remote:https://api.certifier.io/v1/mcp detail: https://mcpindex.ai/server/io-certifier-mcp - Chainflip Broker as a Service (io.chainflip-broker/crypto-swap@1.1.0) Native cross-chain swaps: Bitcoin, Ethereum, Solana, Polkadot, Tron, Arbitrum. Quote, swap, track. installs: remote:https://chainflip-broker.io/mcp detail: https://mcpindex.ai/server/io-chainflip-broker-crypto-swap - io.chainhelix/intel (io.chainhelix/intel@1.0.0) Nine chain onchain intelligence with a verifiable onchain signal attestation stream installs: remote:https://mcp.chainhelix.io detail: https://mcpindex.ai/server/io-chainhelix-intel - Chirp Home Automation (io.chirpwireless/chirp@1.0.0) Check, add and control the smart home sensors and automations in your own Chirp home. installs: remote:https://mcp-auth.chirpwireless.io/mcp detail: https://mcpindex.ai/server/io-chirpwireless-chirp - CloudPepper (io.cloudpepper/mcp@0.5.1) Manage CloudPepper servers, Odoo instances, backups, and deployments over MCP. installs: remote:https://mcp.cloudpepper.io detail: https://mcpindex.ai/server/io-cloudpepper-mcp - Cloudresume (io.cloudresume/resume-builder@1.6.0) Resume builder with native MCP — create and edit resumes from your AI assistant. installs: remote:https://cloudresume.io/api/mcp detail: https://mcpindex.ai/server/io-cloudresume-resume-builder - CoachSync (io.coachsync/coachsync-mcp@1.1.0) Barbell strength training tools for AI assistants. Warmup, plate loading, and LP. installs: remote:https://mcp.coachsync.io/mcp detail: https://mcpindex.ai/server/io-coachsync-coachsync-mcp - comber (io.codecomber/comber@0.1.3) Every-click AI QA: walks your whole app from a preview URL and reports broken clicks and errors. installs: npm:comber-mcp detail: https://mcpindex.ai/server/io-codecomber-comber - io.cohereon.manifold/imperium-manifold (io.cohereon.manifold/imperium-manifold@1.0.0) Lightning-gated Cohereon Doctrine v6.1. 398 components, tiered pricing, agent onboarding. installs: remote:https://manifold.cohereon.io/mcp detail: https://mcpindex.ai/server/io-cohereon-manifold-imperium-manifold - io.competitortracker/mcp (io.competitortracker/mcp@1.0.0) Track competitors from your AI assistant: change feed, page snapshots, labels and alerts. installs: remote:https://mcp.competitortracker.io/mcp detail: https://mcpindex.ai/server/io-competitortracker-mcp - Condens Remote MCP Server (io.condens/remote-mcp-server@1.0.1) Remote MCP server for connecting to your Condens UX repository. installs: remote:https://{baseUrl}/mcp detail: https://mcpindex.ai/server/io-condens-remote-mcp-server - ConsentStack (io.consentstack/cookie-consent@1.0.0) Set up GDPR and CCPA cookie consent: create a site, publish a banner, scan and categorize trackers. installs: remote:https://app.consentstack.io/api/mcp detail: https://mcpindex.ai/server/io-consentstack-cookie-consent - io.converly/converly (io.converly/converly@1.0.0) Set up and manage conversion tracking by chatting with your AI assistant. installs: remote:https://app.converly.io/mcp detail: https://mcpindex.ai/server/io-converly-converly - CorpusIQ (io.corpusiq/multi-source-mcp@1.0.0) Authenticated, user-scoped MCP connectors for 30+ business systems. installs: remote:https://mcp2.corpusiq.io/mcp detail: https://mcpindex.ai/server/io-corpusiq-multi-source-mcp - io.coupler/remote-mcp-server (io.coupler/remote-mcp-server@0.0.1) Coupler.io remote MCP server installs: remote:https://mcp.coupler.io/mcp detail: https://mcpindex.ai/server/io-coupler-remote-mcp-server - io.cycloid.mcp/server (io.cycloid.mcp/server@1.0.1) An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform installs: remote:https://mcp.cycloid.io/mcp detail: https://mcpindex.ai/server/io-cycloid-mcp-server - Cypress Cloud MCP (io.cypress.mcp/cypress-cloud@1.0.0) Direct access to Cypress tests results and accessibility reports in your AI workflow. installs: remote:https://mcp.cypress.io/mcp detail: https://mcpindex.ai/server/io-cypress-mcp-cypress-cloud - io.datadef/mcp (io.datadef/mcp@1.0.0) Generate, edit, and export data-architecture diagrams from your AI. Column lineage, PNG in chat. installs: remote:https://datadef.io/mcp detail: https://mcpindex.ai/server/io-datadef-mcp - io.datanika/datanika-mcp (io.datanika/datanika-mcp@0.2.0) Read-only-by-default MCP for Datanika: browse data, run dbt transforms, manage ELT pipelines. installs: pypi:datanika-mcp detail: https://mcpindex.ai/server/io-datanika-datanika-mcp - channel-lab (io.dedyn.studiolabsc/channel-lab@0.0.1) Studio distribution-lab reference MCP endpoint (channel-lab R&D, DNS-verified namespace). installs: remote:https://studiolabsc.dedyn.io/mcp detail: https://mcpindex.ai/server/io-dedyn-studiolabsc-channel-lab - Defiance Storefront (io.defianceinternational/storefront@1.0.0) Read-only catalog, sequence, evidence, policy, and COA-verification lookup for an RUO supplier. installs: remote:https://defianceinternational.io/mcp detail: https://mcpindex.ai/server/io-defianceinternational-storefront - Demiton (io.demiton/demiton@1.0.0) AI infrastructure for Australian civil construction. Public procurement data and connected systems. installs: remote:https://api.demiton.io/mcp detail: https://mcpindex.ai/server/io-demiton-demiton - DeskCrew (io.deskcrew/support@1.0.1) Agent-native helpdesk where AI agents run support tickets and pay per action in USDC via x402. installs: remote:https://deskcrew.io/api/mcp/{tenant_slug} detail: https://mcpindex.ai/server/io-deskcrew-support - io.domaindrift/domaindrift (io.domaindrift/domaindrift@1.145.0) Signed internet telemetry, read-only: DNS, TLS, WHOIS, reachability. Every record Ed25519-signed. installs: remote:https://domaindrift.io/mcp detail: https://mcpindex.ai/server/io-domaindrift-domaindrift - io.dwelldata/real-estate-data (io.dwelldata/real-estate-data@1.1.0) DwellData: typed US real-estate feeds — deals, distress, auctions, leads, address lookup. installs: remote:https://dwelldata.io/mcp detail: https://mcpindex.ai/server/io-dwelldata-real-estate-data - io.dxbdata/dxb-data (io.dxbdata/dxb-data@1.1.0) Official Dubai real estate data: live prices and rental yields by area, from the DLD. installs: remote:https://dxbdata.io/mcp detail: https://mcpindex.ai/server/io-dxbdata-dxb-data - io.elaan/mcp (io.elaan/mcp@0.1.3) Create Elaan notification types, templates and brands, trigger sends, and debug delivery. installs: npm:@elaanio/mcp detail: https://mcpindex.ai/server/io-elaan-mcp - io.engineeringleaders/elc-partnership-builder (io.engineeringleaders/elc-partnership-builder@1.0.0) Build and price an ELC community partnership: match, customize, 12-month plan, 16% AI discount. installs: remote:https://www.engineeringleaders.io/mcp/partnership detail: https://mcpindex.ai/server/io-engineeringleaders-elc-partnership-builder - io.engineeringleaders/elc-toolkit (io.engineeringleaders/elc-toolkit@1.0.0) Leadership-ratio benchmark, partnership ROI builder, community-launch readiness test. ELC data. installs: remote:https://www.engineeringleaders.io/mcp detail: https://mcpindex.ai/server/io-engineeringleaders-elc-toolkit - eSIM Finder (io.esimfinder/connector@1.0.0) Find and buy travel eSIM data plans for 190+ countries, right inside your chat. installs: remote:https://mcp.esimfinder.io/api/v1/mcp detail: https://mcpindex.ai/server/io-esimfinder-connector - io.factorguide/factorguide (io.factorguide/factorguide@1.2.1) Send a coupling matrix, get zone classifications and optimal factorization strategy. installs: remote:https://factorguide.io/mcp detail: https://mcpindex.ai/server/io-factorguide-factorguide - FeedOracle Compliance Agent (io.feedoracle/compliance@3.0.0) MiCA compliance evidence, stablecoin risk, macro regime, agent governance. 79 tools. installs: remote:https://feedoracle.io/mcp/sse detail: https://mcpindex.ai/server/io-feedoracle-compliance - io.fhirfly/mcp-server (io.fhirfly/mcp-server@0.9.0) Healthcare reference data for AI agents: providers, drugs, diagnoses, labs, codes, claims. installs: npm:@fhirfly-io/mcp-server detail: https://mcpindex.ai/server/io-fhirfly-mcp-server - io.filechanger/filechanger (io.filechanger/filechanger@0.1.2) Convert documents between text formats (markdown, html, and more) via the FileChanger API. installs: npm:filechanger-mcp detail: https://mcpindex.ai/server/io-filechanger-filechanger - Faultline (io.fltln/faultline@2.0.0) Check infrastructure health, manage incidents, and run runbooks in Faultline. installs: remote:https://mcp.fltln.io/mcp detail: https://mcpindex.ai/server/io-fltln-faultline - io.fluf/mcp (io.fluf/mcp@0.1.2) Manage a FLUF resale account from an AI agent: inventory, crosslisting and unified orders. installs: npm:fluf-mcp detail: https://mcpindex.ai/server/io-fluf-mcp - io.form/formio-mcp (io.form/formio-mcp@0.8.4) Create and manage Form.io forms, resources, actions, roles, and projects from your AI agent. installs: npm:@formio/mcp detail: https://mcpindex.ai/server/io-form-formio-mcp - io.form/formio-uag (io.form/formio-uag@1.13.2) The Universal Agent Gateway (UAG) enables in-process agentic automation using Form.io. installs: npm:@formio/uag detail: https://mcpindex.ai/server/io-form-formio-uag - Fuse Network (io.fuse/mcp@1.0.0) MCP server for Fuse Network: balances, tokens, staking, DeFi data, swaps and on-chain transactions. installs: remote:https://mcp.fuse.io/mcp detail: https://mcpindex.ai/server/io-fuse-mcp - io.fusionauth/mcp-api (io.fusionauth/mcp-api@0.1.14) Preview release of FusionAuth API MCP server installs: npm:@fusionauth/mcp-api detail: https://mcpindex.ai/server/io-fusionauth-mcp-api - io.gainium/gainium-mcp (io.gainium/gainium-mcp@3.3.0) MCP server for Gainium — manage trading bots, deals, and balances via AI assistants installs: npm:gainium-mcp | remote:https://mcp.gainium.io/mcp detail: https://mcpindex.ai/server/io-gainium-gainium-mcp - GENESIS ProofRelay MCP Verifier (io.genesisre/proofrelay-mcp-verifier@2026-05-22.v1) Read-only verifier for 25 ProofRelay MCP tools and non-confidential evidence bundles. installs: remote:https://mcp.genesisre.io/mcp detail: https://mcpindex.ai/server/io-genesisre-proofrelay-mcp-verifier - io.getunleash/unleash-mcp (io.getunleash/unleash-mcp@0.4.1) MCP server for managing Unleash feature flags installs: npm:@unleash/mcp detail: https://mcpindex.ai/server/io-getunleash-unleash-mcp - io.gildara/mcp-server (io.gildara/mcp-server@0.8.0) Operating contracts for AI agents. Structured instructions compiled into system prompts. installs: npm:@gildara/mcp-server detail: https://mcpindex.ai/server/io-gildara-mcp-server - 0nMCP — Universal AI API Orchestrator (io.github.0nork/0nMCP@4.5.1) Universal AI API Orchestrator — 1,554 tools, 96 services. One install. installs: npm:0nmcp | remote:https://0nmcp.com/api/mcp detail: https://mcpindex.ai/server/io-github-0nork-0nmcp - io.github.0rkz/byte-protocol (io.github.0rkz/byte-protocol@0.11.10) PayPerByte — per-byte data for AI agents: x402 USDC on Base, EIP-712-attested. No token. installs: npm:byte-mcp-server | remote:https://mcp.payperbyte.io/mcp detail: https://mcpindex.ai/server/io-github-0rkz-byte-protocol - io.github.0x-devc/novai-mcp-server (io.github.0x-devc/novai-mcp-server@0.1.1) Read-only MCP server for querying the live NOVAI blockchain over its public JSON-RPC endpoint. installs: npm:novai-mcp-server detail: https://mcpindex.ai/server/io-github-0x-devc-novai-mcp-server - Axiom Agentic Tools (io.github.0xAxiom/axiom-agentic-tools@0.2.0) x402-paid Base agent tools (USDC). 5 deterministic tools. No API keys. No NFT pass. installs: remote:https://agentic.clawbots.org/api/agentic/mcp detail: https://mcpindex.ai/server/io-github-0xaxiom-axiom-agentic-tools - io.github.0xChron/polymarket-mcp (io.github.0xChron/polymarket-mcp@0.1.1) Read-only Polymarket prediction market data for AI agents. installs: pypi:0xchron-polymarket-mcp detail: https://mcpindex.ai/server/io-github-0xchron-polymarket-mcp - Phishunt (io.github.0xDanielLopez/phishunt@0.1.0) Public phishing feed: suspicious/confirmed phishing URLs detected hourly. No auth, CC0. installs: remote:https://mcp.phishunt.io/ detail: https://mcpindex.ai/server/io-github-0xdaniellopez-phishunt - TweetFeed (io.github.0xDanielLopez/tweetfeed@0.1.0) IOCs (URLs, domains, IPs, hashes) shared by the infosec community on X/Twitter. No auth, CC0. installs: remote:https://mcp.tweetfeed.live/ detail: https://mcpindex.ai/server/io-github-0xdaniellopez-tweetfeed - webclaw (io.github.0xMassi/webclaw@0.6.17) Turn any URL into clean markdown/JSON for AI agents. Self-hostable web content extraction. installs: npm:@webclaw/mcp detail: https://mcpindex.ai/server/io-github-0xmassi-webclaw - io.github.0xSardius/solenrich (io.github.0xSardius/solenrich@1.0.0) Solana onchain intelligence for AI agents: wallet risk, due-diligence, perps funding, smart money. installs: remote:https://api.solenrich.com/mcp detail: https://mcpindex.ai/server/io-github-0xsardius-solenrich - io.github.0xSoftBoi/suwappu (io.github.0xSoftBoi/suwappu@0.1.1) Cross-chain DEX for AI agents. Swap tokens across 7+ chains. installs: npm:@suwappu/mcp-server detail: https://mcpindex.ai/server/io-github-0xsoftboi-suwappu - io.github.0xbrainkid/agentfolio (io.github.0xbrainkid/agentfolio@1.1.1) Query AI agent profiles, trust scores, verifications, and marketplace jobs on AgentFolio. installs: npm:agentfolio-mcp-server detail: https://mcpindex.ai/server/io-github-0xbrainkid-agentfolio - io.github.0xbrainkid/agentfolio-mcp-server (io.github.0xbrainkid/agentfolio-mcp-server@1.2.1) AI agent identity verification via SATP on Solana. Trust scores and on-chain attestations. installs: npm:agentfolio-mcp-server detail: https://mcpindex.ai/server/io-github-0xbrainkid-agentfolio-mcp-server - AI Proof of Us (io.github.0xddneto/ai-proof-of-us@0.5.0) Private signed AI task receipts with replay checks and optional validated AIPOU claims. installs: npm:aipou-mcp-server detail: https://mcpindex.ai/server/io-github-0xddneto-ai-proof-of-us - io.github.0xdirectping/escrow (io.github.0xdirectping/escrow@1.0.0) Agent-to-agent escrow on Base. Post quests with ETH/USDC bounties and settle on-chain. installs: remote:https://0xdirectping.com/mcp detail: https://mcpindex.ai/server/io-github-0xdirectping-escrow - io.github.0xka13b/ms-contacts-mcp (io.github.0xka13b/ms-contacts-mcp@1.0.1) Microsoft Contacts MCP server — read and manage your address book through Microsoft Graph. installs: npm:ms-contacts-mcp detail: https://mcpindex.ai/server/io-github-0xka13b-ms-contacts-mcp - io.github.0xka13b/ms-sharepoint-mcp (io.github.0xka13b/ms-sharepoint-mcp@1.0.1) Microsoft SharePoint MCP server — access sites, lists, and documents through Microsoft Graph. installs: npm:ms-sharepoint-mcp detail: https://mcpindex.ai/server/io-github-0xka13b-ms-sharepoint-mcp - io.github.0xsims/rubric-mcp (io.github.0xsims/rubric-mcp@2.2.2) Attested evidence tools for AI agents: sanctions screening, agent/wallet records, paid via x402. installs: npm:@rubric-protocol/mcp-server detail: https://mcpindex.ai/server/io-github-0xsims-rubric-mcp - io.github.0xsims/rubric-protocol (io.github.0xsims/rubric-protocol@2.0.2) AI compliance attestation for EU AI Act, SR 11-7, HIPAA. Free local tier, no key required. installs: npm:@rubric-protocol/mcp-server detail: https://mcpindex.ai/server/io-github-0xsims-rubric-protocol - BLS OEWS (io.github.1102tools/bls-oews-mcp@0.2.7) BLS Occupational Employment and Wage Statistics market wages. 7 tools. installs: pypi:bls-oews-mcp detail: https://mcpindex.ai/server/io-github-1102tools-bls-oews-mcp - eCFR (io.github.1102tools/ecfr-mcp@0.2.6) Electronic Code of Federal Regulations including FAR and DFARS. 13 tools. installs: pypi:ecfr-mcp detail: https://mcpindex.ai/server/io-github-1102tools-ecfr-mcp - Federal Register (io.github.1102tools/federal-register-mcp@0.2.7) Federal Register proposed/final rules, notices, executive orders, FAR cases. 8 tools. installs: pypi:federal-register-mcp detail: https://mcpindex.ai/server/io-github-1102tools-federal-register-mcp - GSA CALC+ (io.github.1102tools/gsa-calc-mcp@0.2.7) GSA CALC+ awarded labor ceiling rates from 230K+ MAS contracts. 8 tools. installs: pypi:gsa-calc-mcp detail: https://mcpindex.ai/server/io-github-1102tools-gsa-calc-mcp - GSA Per Diem (io.github.1102tools/gsa-perdiem-mcp@0.2.6) GSA Per Diem federal travel lodging and M&IE rates. 6 tools. installs: pypi:gsa-perdiem-mcp detail: https://mcpindex.ai/server/io-github-1102tools-gsa-perdiem-mcp - Regulations.gov (io.github.1102tools/regulations-gov-mcp@0.2.5) Regulations.gov rulemaking dockets, documents, public comments. 8 tools. installs: pypi:regulationsgov-mcp detail: https://mcpindex.ai/server/io-github-1102tools-regulations-gov-mcp - SAM.gov (io.github.1102tools/sam-gov-mcp@0.4.1) SAM.gov entity registration, exclusions, opportunities, contract awards. 15 tools. installs: pypi:sam-gov-mcp detail: https://mcpindex.ai/server/io-github-1102tools-sam-gov-mcp - USASpending.gov (io.github.1102tools/usaspending-gov-mcp@0.3.2) USASpending.gov federal contracts, subawards, recipients, agencies. 55 tools. installs: pypi:usaspending-gov-mcp detail: https://mcpindex.ai/server/io-github-1102tools-usaspending-gov-mcp - io.github.1111111111111111111114oLvT2/inquisitor (io.github.1111111111111111111114oLvT2/inquisitor@0.2.2) Hypothesis-driven problem solving for AI agents: probe, falsify, escalate. installs: pypi:inquisitor-mcp detail: https://mcpindex.ai/server/io-github-1111111111111111111114olvt2-inquisitor - Syracuse Company News (io.github.1145-am/syracuse-mcp-server@1.2.0) Structured company & industry news for AI agents: typed, dated, source-linked events. installs: remote:https://syracuse.1145.am/mcp/ detail: https://mcpindex.ai/server/io-github-1145-am-syracuse-mcp-server - Unphurl (io.github.123Ergo/unphurl@0.2.3) URL intelligence for AI agents and developers. 16 tools, 25 signal weights, 20 free checks. installs: npm:@unphurl/mcp-server | remote:https://mcp.unphurl.com/mcp detail: https://mcpindex.ai/server/io-github-123ergo-unphurl - 衍象坊 · 奇门遁甲 & 大六壬 (io.github.139user/tword-divination@1.1.0) Qimen Dunjia & Da Liu Ren divination: complete nine-palace charts and four-lesson analysis. installs: remote:https://profound.fate-craft.com/api/mcp detail: https://mcpindex.ai/server/io-github-139user-tword-divination - ModWrench (io.github.171county/modwrench@0.0.1) One MCP server for mod platforms and local modding diagnostics. No data kept. installs: npm:@modwrench/cli detail: https://mcpindex.ai/server/io-github-171county-modwrench - io.github.1lystore/mcp-server (io.github.1lystore/mcp-server@0.1.7) MCP server for 1ly.store — buy/sell APIs and launch tokens on Bags.fm with USDC & $1LY. installs: npm:@1ly/mcp-server detail: https://mcpindex.ai/server/io-github-1lystore-mcp-server - io.github.214140846/skillhub-mcp (io.github.214140846/skillhub-mcp@1.0.5) MCP server that exposes Claude-style skills to any MCP client. installs: pypi:skillhub-mcp detail: https://mcpindex.ai/server/io-github-214140846-skillhub-mcp - io.github.2s-io/mcp (io.github.2s-io/mcp@1.81.0) 575+ agent tools: data, AI gateway, storage/queues/watchers. x402 USDC, no keys, usage billing. installs: npm:@2sio/mcp detail: https://mcpindex.ai/server/io-github-2s-io-mcp - io.github.3121n/nabolag-mcp (io.github.3121n/nabolag-mcp@0.2.2) Norwegian neighborhood data: transit, road-noise & green-area access by coordinate. installs: npm:@nor-data/nabolag-mcp detail: https://mcpindex.ai/server/io-github-3121n-nabolag-mcp - io.github.3121n/nve-mcp (io.github.3121n/nve-mcp@0.1.2) Norwegian flood & landslide hazard data from NVE, by WGS84 coordinate. installs: npm:@nor-data/nve-mcp detail: https://mcpindex.ai/server/io-github-3121n-nve-mcp - io.github.3121n/udir-mcp (io.github.3121n/udir-mcp@0.1.2) Norwegian school (NSR) & kindergarten (NBR) registry data from UDIR. installs: npm:@nor-data/udir-mcp detail: https://mcpindex.ai/server/io-github-3121n-udir-mcp - Scouter MCP (io.github.335/scouter-mcp@0.3.5) Query Scouter APM (objects, counters, XLog transactions) over stdio via a Scouter collector. installs: manual detail: https://mcpindex.ai/server/io-github-335-scouter-mcp - io.github.365xbusiness/vigo-mcp (io.github.365xbusiness/vigo-mcp@1.0.0) AI-powered Hong Kong SFC regulatory intelligence. Bilingual EN/ZH compliance queries. installs: remote:https://lsoatzzwpltpydwyfqqv.supabase.co/functions/v1/vigo-mcp detail: https://mcpindex.ai/server/io-github-365xbusiness-vigo-mcp - io.github.3DUNLMTD/stylemcp (io.github.3DUNLMTD/stylemcp@0.1.4) Brand rules for AI outputs. Validate and rewrite text to match your brand voice. installs: npm:stylemcp detail: https://mcpindex.ai/server/io-github-3dunlmtd-stylemcp - io.github.3esign/psychosynth (io.github.3esign/psychosynth@0.1.3) Psychometric data marketplace: Big Five profiles, cognitive biases & behavioral data via x402. installs: npm:psychosynth-mcp detail: https://mcpindex.ai/server/io-github-3esign-psychosynth - io.github.3xpr1ment/repiscope (io.github.3xpr1ment/repiscope@0.2.2) Read-only MCP server: your agent sees all your sibling repos but structurally cannot touch them installs: pypi:repiscope detail: https://mcpindex.ai/server/io-github-3xpr1ment-repiscope - io.github.41fred/ibo (io.github.41fred/ibo@1.4.1) Commission cinematic AI campaign films from IBO Studio, with custom scoping when needed. installs: remote:https://ibouniverse.com/mcp detail: https://mcpindex.ai/server/io-github-41fred-ibo - io.github.48x-ai/marketbasketanalysis-mcp (io.github.48x-ai/marketbasketanalysis-mcp@0.6.0) Co-purchase intelligence and merchant ops tools for AI shopping, ecommerce, and B2B agents installs: npm:@marketbasketanalysis/mcp detail: https://mcpindex.ai/server/io-github-48x-ai-marketbasketanalysis-mcp - io.github.5dive-ai/5dive-mcp (io.github.5dive-ai/5dive-mcp@0.1.2) Expose the 5dive agent-fleet CLI (tasks, agents, digest) as stdio MCP tools. installs: npm:@5dive/mcp detail: https://mcpindex.ai/server/io-github-5dive-ai-5dive-mcp - io.github.7figures007/highstory-mcp (io.github.7figures007/highstory-mcp@1.1.0) High Story MCP Server - Automate AI content campaigns and social media management. installs: npm:highstory-mcp detail: https://mcpindex.ai/server/io-github-7figures007-highstory-mcp - io.github.8beeeaaat/touchdesigner-mcp-server (io.github.8beeeaaat/touchdesigner-mcp-server@1.2.0) MCP server for TouchDesigner - Control and operate TouchDesigner projects through AI agents installs: npm:touchdesigner-mcp-server detail: https://mcpindex.ai/server/io-github-8beeeaaat-touchdesigner-mcp-server - io.github.8infinitelabs/scoreflow (io.github.8infinitelabs/scoreflow@0.2.1) Query your Scoreflow level, XP, skill tree and leaderboard from inside Claude Code / Desktop. installs: npm:@scoreflow/mcp detail: https://mcpindex.ai/server/io-github-8infinitelabs-scoreflow - ReNoUn — Crypto Regime Classification (io.github.98lukehall/renoun@1.4.0) Crypto regime classifier for trading agents. 100% bounded regime accuracy. 50 free calls/day. installs: remote:https://web-production-817e2.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-98lukehall-renoun - io.github.99blakeD99/the-metis-fca-handbook-ai-harness-mcp (io.github.99blakeD99/the-metis-fca-handbook-ai-harness-mcp@0.1.3) MCP server for FCA Handbook compliance analysis with verbatim citations. installs: pypi:fca-handbook-harness-mcp detail: https://mcpindex.ai/server/io-github-99blaked99-the-metis-fca-handbook-ai-harness-mcp - io.github.9crusher/mcp-server-kalshi (io.github.9crusher/mcp-server-kalshi@0.2.2) MCP server for end-to-end trading on Kalshi prediction markets: discover, research, trade. installs: pypi:mcp-server-kalshi detail: https://mcpindex.ai/server/io-github-9crusher-mcp-server-kalshi - io.github.A0Nexus-bit/a0nexus-bitcoin-mcp (io.github.A0Nexus-bit/a0nexus-bitcoin-mcp@0.1.4) Crypto (BTC/ETH) + ERCOT electricity data & forecasts as MCP tools. Pay-per-call via x402. installs: npm:a0nexus-bitcoin-mcp detail: https://mcpindex.ai/server/io-github-a0nexus-bit-a0nexus-bitcoin-mcp - Avito Ads MCP (io.github.A1-x-Tech/mcp-avito-ads@1.0.0) MCP server for the Avito Ads API: campaigns, ad groups, creatives, statistics and balances. installs: npm:mcp-avito-ads detail: https://mcpindex.ai/server/io-github-a1-x-tech-mcp-avito-ads - Google CrUX MCP (io.github.A1-x-Tech/mcp-google-crux@1.0.0) Real-user Core Web Vitals from the Chrome UX Report (CrUX) API for any origin or URL. installs: npm:mcp-google-crux detail: https://mcpindex.ai/server/io-github-a1-x-tech-mcp-google-crux - Google Forms MCP (io.github.A1-x-Tech/mcp-google-forms@1.0.0) MCP server for the Google Forms API: create forms, manage questions, read responses and watches. installs: npm:mcp-google-forms detail: https://mcpindex.ai/server/io-github-a1-x-tech-mcp-google-forms - Google Merchant Center MCP (io.github.A1-x-Tech/mcp-google-merchants@1.0.0) MCP server for Google Merchant Center (Merchant API v1): products, promotions, reports, issues. installs: npm:mcp-google-merchants detail: https://mcpindex.ai/server/io-github-a1-x-tech-mcp-google-merchants - Yandex Delivery MCP (io.github.A1-x-Tech/mcp-yandex-dostavka@1.0.0) MCP server for the Yandex Delivery B2B API: express claims, tracking, NDD/pickup-point orders. installs: npm:mcp-yandex-dostavka detail: https://mcpindex.ai/server/io-github-a1-x-tech-mcp-yandex-dostavka - Yandex Merchants MCP (io.github.A1-x-Tech/mcp-yandex-merchants@1.0.0) MCP server for the Yandex Merchants partner API: feeds, offer prices, discounts, hide/unhide. installs: npm:mcp-yandex-merchants detail: https://mcpindex.ai/server/io-github-a1-x-tech-mcp-yandex-merchants - Yango Delivery MCP (io.github.A1-x-Tech/mcp-yango-delivery@1.0.0) MCP server for the Yango Delivery claims B2B API: price checks, delivery claims, courier tracking. installs: npm:mcp-yango-delivery detail: https://mcpindex.ai/server/io-github-a1-x-tech-mcp-yango-delivery - Yango Tech Retail MCP (io.github.A1-x-Tech/mcp-yango-retail@1.0.0) MCP server for the Yango Tech Retail B2B API: orders, products, prices, discounts, stocks. installs: npm:mcp-yango-retail detail: https://mcpindex.ai/server/io-github-a1-x-tech-mcp-yango-retail - ATOM Pricing Intelligence (io.github.A7OM-AI/atom-mcp-server@1.1.2) The Global Price Benchmark for AI Inference. 1,600+ SKUs, 40+ vendors, 14 price indexes. installs: npm:atom-mcp-server | remote:https://atom-mcp-server-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-a7om-ai-atom-mcp-server - AAAA-Nexus MCP (io.github.AAAA-Nexus/aaaa-nexus-mcp@0.1.1) Formally verified AI safety APIs. 75+ endpoints, pay-per-call via USDC x402, no signup. installs: pypi:aaaa-nexus-mcp detail: https://mcpindex.ai/server/io-github-aaaa-nexus-aaaa-nexus-mcp - Stockfacts (io.github.AAAZZZR/stockfacts@1.0.0) US stock market data for AI agents: SEC filings, financials, insider trades, 13F, options, macro. installs: remote:https://trading-agent-mcp.zeabur.app/mcp detail: https://mcpindex.ai/server/io-github-aaazzzr-stockfacts - io.github.ABRANJAN07/btp-mcp-server (io.github.ABRANJAN07/btp-mcp-server@1.0.0) Discover SAP BTP services, browse service catalog, check running instances, query dests, & more installs: pypi:btp-mcp-server detail: https://mcpindex.ai/server/io-github-abranjan07-btp-mcp-server - io.github.AIMento/lean-reader (io.github.AIMento/lean-reader@0.1.0) Token-minimized URL-to-clean-text reader for LLMs, with a token-savings receipt. installs: npm:lean-reader detail: https://mcpindex.ai/server/io-github-aimento-lean-reader - io.github.AINative-Studio/ainative-prd-mcp (io.github.AINative-Studio/ainative-prd-mcp@1.1.1) PRD Generator MCP — generate, validate, and manage Product Requirement Documents. installs: npm:ainative-prd-mcp detail: https://mcpindex.ai/server/io-github-ainative-studio-ainative-prd-mcp - io.github.AINative-Studio/ainative-strapi-mcp-server (io.github.AINative-Studio/ainative-strapi-mcp-server@1.4.1) Strapi CMS MCP — natural-language content management: create, manage, and publish content. installs: npm:ainative-strapi-mcp-server detail: https://mcpindex.ai/server/io-github-ainative-studio-ainative-strapi-mcp-server - io.github.AIWerk/mcp-server-wheel-size (io.github.AIWerk/mcp-server-wheel-size@0.3.3) Wheel-Size.com fitment API: OEM and aftermarket wheel and tyre data for 100k+ vehicles (read-only). installs: npm:@aiwerk/mcp-server-wheel-size detail: https://mcpindex.ai/server/io-github-aiwerk-mcp-server-wheel-size - io.github.AIWerk/mcp-server-wise (io.github.AIWerk/mcp-server-wise@0.1.7) Wise Personal API: profiles, balances, multi-currency rates, transfers, recipients (read-only). installs: npm:@aiwerk/mcp-server-wise detail: https://mcpindex.ai/server/io-github-aiwerk-mcp-server-wise - io.github.AImplifier/neuro-mcp (io.github.AImplifier/neuro-mcp@0.1.3) MCP for NeuroAgents assisting clinicians: MNE processing, EHR store, NeuroII visualization. installs: pypi:neuro-mcp detail: https://mcpindex.ai/server/io-github-aimplifier-neuro-mcp - Ceph AIops (io.github.AIops-tools/ceph-aiops@0.10.0) Governed Ceph mgr ops: HEALTH_WARN RCA, OSD/PG/pool/RBD/CephFS/RGW, 37 tools. installs: pypi:ceph-aiops detail: https://mcpindex.ai/server/io-github-aiops-tools-ceph-aiops - Compliance AIops (io.github.AIops-tools/compliance-aiops@0.9.0) Compliance evidence from AIops audit trails: HIPAA/PCI/SOC2/GDPR, hash-chain-sealed, 18 tools. installs: pypi:compliance-aiops detail: https://mcpindex.ai/server/io-github-aiops-tools-compliance-aiops - Endpoint AIops (io.github.AIops-tools/endpoint-aiops@0.9.0) Governed managed-endpoint ops — login-storm & drift analysis, 13 MCP tools with audit/budget/undo. installs: pypi:endpoint-aiops detail: https://mcpindex.ai/server/io-github-aiops-tools-endpoint-aiops - Fabric AIops (io.github.AIops-tools/fabric-aiops@0.10.0) Governed Cisco Meraki fabric ops: uplink RCA, health score, drift; 34 tools with audit/undo. installs: pypi:fabric-aiops detail: https://mcpindex.ai/server/io-github-aiops-tools-fabric-aiops - Firewall AIops (io.github.AIops-tools/firewall-aiops@0.9.0) Governed OPNsense + pfSense firewall ops: rules, NAT, VPN, DHCP, RCA. 35 tools. installs: pypi:firewall-aiops detail: https://mcpindex.ai/server/io-github-aiops-tools-firewall-aiops - Identity AIops (io.github.AIops-tools/identity-aiops@0.7.0) Governed Keycloak + authentik identity ops: users, events, clients, MFA, RCA. 29 tools. installs: pypi:identity-aiops detail: https://mcpindex.ai/server/io-github-aiops-tools-identity-aiops - Inference AIops (io.github.AIops-tools/inference-aiops@0.9.0) Governed GPU inference ops (vLLM + Ray Serve): latency RCA, scaling, drain, 39 tools. installs: pypi:inference-aiops detail: https://mcpindex.ai/server/io-github-aiops-tools-inference-aiops - MinIO AIops (io.github.AIops-tools/minio-aiops@0.9.0) Governed MinIO ops: capacity RCA, bucket exposure audit, ILM gaps, healing, 31 tools. installs: pypi:minio-aiops detail: https://mcpindex.ai/server/io-github-aiops-tools-minio-aiops - Monitoring AIops (io.github.AIops-tools/monitoring-aiops@0.9.0) Governed SolarWinds Orion + PRTG + Zabbix ops: SWQL, alert rollup, health, 42 tools. installs: pypi:monitoring-aiops detail: https://mcpindex.ai/server/io-github-aiops-tools-monitoring-aiops - Network AIops (io.github.AIops-tools/network-aiops@0.11.0) Governed network device ops (NAPALM) — 33 MCP tools with audit/undo. installs: pypi:network-aiops detail: https://mcpindex.ai/server/io-github-aiops-tools-network-aiops - Nutanix AIops (io.github.AIops-tools/nutanix-aiops@0.10.0) Governed Nutanix Prism Central v4 ops: clusters/VMs/storage/DR/LCM/RCA, ETag-safe, 51 tools. installs: pypi:nutanix-aiops detail: https://mcpindex.ai/server/io-github-aiops-tools-nutanix-aiops - OT AIops (io.github.AIops-tools/ot-aiops@0.3.0) Governed OT tap (57 tools): OPC-UA/Modbus/S7/MC/MTConnect/MQTT/EtherNet-IP/EtherCAT. installs: pypi:ot-aiops detail: https://mcpindex.ai/server/io-github-aiops-tools-ot-aiops - Proxy AIops (io.github.AIops-tools/proxy-aiops@0.8.0) Governed Traefik + Caddy + HAProxy ops: routes, upstreams, certs, 5xx RCA. 28 tools. installs: pypi:proxy-aiops detail: https://mcpindex.ai/server/io-github-aiops-tools-proxy-aiops - TrueNAS AIops (io.github.AIops-tools/truenas-aiops@0.10.0) Governed TrueNAS SCALE storage ops — 25 MCP tools with audit, budget, undo guards. installs: pypi:truenas-aiops detail: https://mcpindex.ai/server/io-github-aiops-tools-truenas-aiops - Veeam AIops (io.github.AIops-tools/veeam-aiops@0.11.0) Governed Veeam Backup & Replication ops — 25 MCP tools with audit, budget, undo guards. installs: pypi:veeam-aiops detail: https://mcpindex.ai/server/io-github-aiops-tools-veeam-aiops - XCP-ng AIops (io.github.AIops-tools/xcpng-aiops@0.7.0) Governed XCP-ng ops via Xen Orchestra — 29 MCP tools with audit, budget, undo guards. installs: pypi:xcpng-aiops detail: https://mcpindex.ai/server/io-github-aiops-tools-xcpng-aiops - Web Validator by DigestSEO (io.github.AKzar1el/mcp-web-validator@1.1.0) Validate HTML/CSS, audit SEO and JSON-LD, check links, and capture responsive screenshots. installs: manual detail: https://mcpindex.ai/server/io-github-akzar1el-mcp-web-validator - Grounded Reasoning (io.github.ALEXaquarius/grounded-reasoning@0.1.8) Verify multi-hop relational claims before an agent asserts them — zero tokens, with proof paths. installs: pypi:grounded-reasoning detail: https://mcpindex.ai/server/io-github-alexaquarius-grounded-reasoning - io.github.ANHQ280/myinvois-mcp (io.github.ANHQ280/myinvois-mcp@0.1.1) Malaysian LHDN e-invoicing (MyInvois) compliance rules: scope, validation, change-diffs. installs: npm:myinvois-mcp detail: https://mcpindex.ai/server/io-github-anhq280-myinvois-mcp - XAPS MCP Server (io.github.APMC1/xaps@0.1.2) Pre-execution audit for autonomous agents. Independent receipt before irreversible actions. installs: pypi:xaps-sdk detail: https://mcpindex.ai/server/io-github-apmc1-xaps - io.github.APonkratov/ya-yandex-wiki-mcp (io.github.APonkratov/ya-yandex-wiki-mcp@0.2.0) Yet Another Yandex Wiki MCP Server. installs: pypi:ya-yandex-wiki-mcp | docker:ghcr.io/aponkratov/ya-yandex-wiki-mcp:0.2.0 detail: https://mcpindex.ai/server/io-github-aponkratov-ya-yandex-wiki-mcp - io.github.APonkratov/yandex-tracker-mcp (io.github.APonkratov/yandex-tracker-mcp@0.8.2) MCP server for Yandex Tracker API. installs: docker:ghcr.io/aponkratov/yandex-tracker-mcp:0.8.2 detail: https://mcpindex.ai/server/io-github-aponkratov-yandex-tracker-mcp - ASG Card (io.github.ASGCompute/asgcard-mcp-server@0.5.13) Give AI agents autonomous virtual card management via x402 and Stellar USDC installs: npm:@asgcard/mcp-server detail: https://mcpindex.ai/server/io-github-asgcompute-asgcard-mcp-server - io.github.AZ-IDD/hi-welcome-mcp-poc (io.github.AZ-IDD/hi-welcome-mcp-poc@0.1.0) POC MCP server. Tool say_hello returns 'Welcome' (agent -> MCP -> API path). installs: remote:https://poc-v2-mcp-server.amr-dbe.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-az-idd-hi-welcome-mcp-poc - io.github.AaronVick/echorift-mcp (io.github.AaronVick/echorift-mcp@0.1.0) MCP server for EchoRift infrastructure primitives (BlockWire, CronSynth, Switchboard, Arbiter) installs: npm:@echorift/mcp detail: https://mcpindex.ai/server/io-github-aaronvick-echorift-mcp - getMe MCP Server (io.github.AatirNadim/getme-mcp-server@1.1.2) An MCP server that exposes getMe key-value operations as MCP tools installs: pypi:getme-mcp-server detail: https://mcpindex.ai/server/io-github-aatirnadim-getme-mcp-server - HTTP (io.github.Abhishekkumar2021/http@0.1.0) HTTP/REST client with saved collections, env secrets, and SSRF-safe host allowlisting. installs: npm:@abhishekmcp/http detail: https://mcpindex.ai/server/io-github-abhishekkumar2021-http - io.github.Able-rip/agent-mosaic-skill (io.github.Able-rip/agent-mosaic-skill@1.0.2) Convert photos to LEGO-style brick mosaic previews with AI-powered color quantization. installs: npm:@bmbrick/agent-mosaic-skill detail: https://mcpindex.ai/server/io-github-able-rip-agent-mosaic-skill - io.github.Aboudjem/sniff (io.github.Aboudjem/sniff@0.7.1) QA + a11y scanner: walks your running app's real user flows and reports what's broken. installs: manual detail: https://mcpindex.ai/server/io-github-aboudjem-sniff - io.github.Aboudjem/ui-ux-suite (io.github.Aboudjem/ui-ux-suite@0.5.1) UI/UX design-audit MCP server: scores a project on 12 dimensions vs WCAG 2.2 + APCA. installs: manual detail: https://mcpindex.ai/server/io-github-aboudjem-ui-ux-suite - io.github.Abracadabrastartup/deusproof-mcp (io.github.Abracadabrastartup/deusproof-mcp@0.1.9) Prove your AI work existed first: timestamped, Bitcoin-anchored. Free, no account. installs: pypi:deusproof-mcp | remote:https://deusproof.com/mcp detail: https://mcpindex.ai/server/io-github-abracadabrastartup-deusproof-mcp - AGS API (io.github.AccelByte/ags-api-mcp-server@2026.4.0) Stateless MCP server for AccelByte Gaming Services APIs with OpenAPI integration installs: remote:https://{studio}-{game}.prod.gamingservices.accelbyte.io/mcp/{studio}-{game} detail: https://mcpindex.ai/server/io-github-accelbyte-ags-api-mcp-server - io.github.AceDataCloud/mcp-face-transform (io.github.AceDataCloud/mcp-face-transform@2026.8.10.0) AceDataCloud Face Transform MCP: keypoints, beautify, age/gender, swap, cartoon, liveness installs: pypi:mcp-face-transform | remote:https://face.mcp.acedata.cloud/mcp detail: https://mcpindex.ai/server/io-github-acedatacloud-mcp-face-transform - io.github.AceDataCloud/mcp-glm (io.github.AceDataCloud/mcp-glm@2026.7.30.0) MCP server for GLM chat completions using Zhipu AI models via AceDataCloud installs: pypi:mcp-glm | remote:https://glm.mcp.acedata.cloud/mcp detail: https://mcpindex.ai/server/io-github-acedatacloud-mcp-glm - io.github.AceDataCloud/mcp-producer (io.github.AceDataCloud/mcp-producer@2026.8.10.1) MCP server for Producer/Riffusion AI music generation installs: pypi:mcp-producer | remote:https://producer.mcp.acedata.cloud/mcp detail: https://mcpindex.ai/server/io-github-acedatacloud-mcp-producer - io.github.AceDataCloud/mcp-shorturl (io.github.AceDataCloud/mcp-shorturl@2026.7.30.0) MCP server for URL shortening and management installs: pypi:mcp-shorturl | remote:https://shorturl.mcp.acedata.cloud/mcp detail: https://mcpindex.ai/server/io-github-acedatacloud-mcp-shorturl - io.github.AceDataCloud/mcp-suno (io.github.AceDataCloud/mcp-suno@2026.8.10.0) MCP server for Suno AI music generation, lyrics, and covers installs: pypi:mcp-suno | remote:https://suno.mcp.acedata.cloud/mcp detail: https://mcpindex.ai/server/io-github-acedatacloud-mcp-suno - io.github.AceDataCloud/mcp-webextrator (io.github.AceDataCloud/mcp-webextrator@2026.8.10.0) MCP server for web extraction and rendering via AceDataCloud WebExtrator installs: pypi:mcp-webextrator | remote:https://webextrator.mcp.acedata.cloud/mcp detail: https://mcpindex.ai/server/io-github-acedatacloud-mcp-webextrator - Actenon Kernel (io.github.Actenon/kernel@1.2.2) Verify consequential AI actions before they execute. installs: pypi:actenon-kernel detail: https://mcpindex.ai/server/io-github-actenon-kernel - io.github.Aderix/vantagate-mcp-server (io.github.Aderix/vantagate-mcp-server@1.0.2) VantaGate MCP Server & OpenAPI integration - Human-in-the-Loop for AI Agents installs: npm:@vantagate/mcp-server detail: https://mcpindex.ai/server/io-github-aderix-vantagate-mcp-server - io.github.Adessoadesso/panoramic-ireland-booking (io.github.Adessoadesso/panoramic-ireland-booking@1.0.1) MCP server for Panoramic Ireland tours. Discover, check availability, and create bookings. installs: manual detail: https://mcpindex.ai/server/io-github-adessoadesso-panoramic-ireland-booking - io.github.Adgentek/adsmcp (io.github.Adgentek/adsmcp@1.0.0) MCP-native ad server. Monetize AI chatbots and agents with conversational ads. installs: remote:https://mcp.adgentek.ai/mcp detail: https://mcpindex.ai/server/io-github-adgentek-adsmcp - io.github.AdithyaVardan1/panini-connector-mcp (io.github.AdithyaVardan1/panini-connector-mcp@0.1.3) Install + verify the panini-connector SDK on self-hosted sites, driven by AI agents. installs: npm:panini-connector-mcp detail: https://mcpindex.ai/server/io-github-adithyavardan1-panini-connector-mcp - io.github.AdrianStauffer/copilot-studio-friction-index (io.github.AdrianStauffer/copilot-studio-friction-index@1.0.0) Evidence-based register of known Copilot Studio errors and limits, with dated, human-verified fixes. installs: remote:https://pcghrrzwqshejvifoxjq.supabase.co/functions/v1/friction-mcp detail: https://mcpindex.ai/server/io-github-adrianstauffer-copilot-studio-friction-index - Java All Call Graph Server (io.github.Adrninistrator/java-all-call-graph-server@0.0.2) MCP server for Java call graph generation, static analysis, method chains & config management installs: manual detail: https://mcpindex.ai/server/io-github-adrninistrator-java-all-call-graph-server - QuReDec (io.github.Advanced-Binary-Operations/quredec@0.1.1) Evidence-backed decision briefs with citations — recommendation, confidence, risks, sources. installs: pypi:quredec-mcp detail: https://mcpindex.ai/server/io-github-advanced-binary-operations-quredec - io.github.Advertflair/threadmap-mcp (io.github.Advertflair/threadmap-mcp@1.0.0) Conversation drift visualization for Claude. Color-coded inflection points and one-click forking. installs: npm:threadmap-mcp detail: https://mcpindex.ai/server/io-github-advertflair-threadmap-mcp - io.github.Advocate-Cloud-Solutions/clio-mcp (io.github.Advocate-Cloud-Solutions/clio-mcp@0.0.1) MCP server for Clio Manage + Clio Grow - by Advocate Cloud Solutions. installs: manual detail: https://mcpindex.ai/server/io-github-advocate-cloud-solutions-clio-mcp - io.github.Advocate-Cloud-Solutions/filevine-mcp (io.github.Advocate-Cloud-Solutions/filevine-mcp@0.0.1) MCP server for Filevine matter management - by Advocate Cloud Solutions. installs: manual detail: https://mcpindex.ai/server/io-github-advocate-cloud-solutions-filevine-mcp - io.github.Aganium/mcp-server (io.github.Aganium/mcp-server@0.1.5) Bridge MCP servers to the AGENIUM agent:// network with DNS resolution and mTLS installs: npm:@agenium/mcp-server detail: https://mcpindex.ai/server/io-github-aganium-mcp-server - Hiberden (io.github.Agaveis/hiberden-mcp@1.2.1) Read and verify your local media archive's 3-2-1 coverage across tape, disk, NAS, and cloud. installs: manual detail: https://mcpindex.ai/server/io-github-agaveis-hiberden-mcp - AgentAnycast (io.github.AgentAnycast/agentanycast@0.3.2) P2P runtime for A2A protocol. Encrypted agent communication with zero-config NAT traversal. installs: npm:agentanycast detail: https://mcpindex.ai/server/io-github-agentanycast-agentanycast - NOMOS Cross-Border Broker (io.github.AgentNOMOS/nomos-crossborder-broker@0.2.0) Cross-border preflight, x402 quote and evidence receipts for A2A/MCP agent workflows. installs: remote:https://tooloracle.io/mcp/nomos detail: https://mcpindex.ai/server/io-github-agentnomos-nomos-crossborder-broker - AgentPhone (io.github.AgentPhone-AI/agentphone@0.6.0) Give AI agents real phone numbers, messages, and voice calls via MCP. installs: npm:agentphone-mcp | remote:https://mcp.agentphone.ai/mcp detail: https://mcpindex.ai/server/io-github-agentphone-ai-agentphone - ToolTrust Scanner (io.github.AgentSafe-AI/tooltrust-scanner@1.0.9) Scans MCP servers for prompt injection, data exfiltration, and privilege escalation. installs: npm:tooltrust-mcp detail: https://mcpindex.ai/server/io-github-agentsafe-ai-tooltrust-scanner - io.github.AgentTanuki/agent-guild (io.github.AgentTanuki/agent-guild@2.1.6) Signed machine messages + wallet trust gates via x402; free verifiable agent passports. installs: remote:https://agent-guild-5d5r.onrender.com/mcp/ detail: https://mcpindex.ai/server/io-github-agenttanuki-agent-guild - AgentsKit Registry (io.github.AgentsKit-io/agentskit-registry@1.0.0) Discover open-source AI agents and get source-owned installation instructions through MCP. installs: remote:https://registry.agentskit.io/api/mcp detail: https://mcpindex.ai/server/io-github-agentskit-io-agentskit-registry - Doc Bridge (io.github.AgentsKit-io/doc-bridge@1.2.6) Resolve documentation ownership, edit roots, checks, and human handoffs before an agent edits code. installs: npm:@agentskit/doc-bridge detail: https://mcpindex.ai/server/io-github-agentskit-io-doc-bridge - io.github.AgiMaulana/CodemagicMcp (io.github.AgiMaulana/CodemagicMcp@0.6.2) Codemagic CI/CD MCP Server — manage builds, apps, artifacts, and caches from your AI installs: pypi:CodemagicMcp detail: https://mcpindex.ai/server/io-github-agimaulana-codemagicmcp - io.github.AgiMaulana/HuaweiAppGalleryMcp (io.github.AgiMaulana/HuaweiAppGalleryMcp@1.1.1) Huawei AppGallery Connect MCP: upload APK/AAB, update metadata, submit and manage app releases. installs: pypi:huawei-app-gallery-mcp detail: https://mcpindex.ai/server/io-github-agimaulana-huaweiappgallerymcp - Google Play Console MCP (io.github.AgiMaulana/google-play-mcp@0.5.0) Google Play release lifecycle: tracks, testers, rollout, and Android Vitals. installs: pypi:google-play-mcp detail: https://mcpindex.ai/server/io-github-agimaulana-google-play-mcp - io.github.Agonx402/agon-gateway (io.github.Agonx402/agon-gateway@0.4.2) MCP server for Agon Gateway x402, Helius Wallet, and Tokens API market data. installs: npm:@agonx402/gateway-mcp detail: https://mcpindex.ai/server/io-github-agonx402-agon-gateway - io.github.Aguantar/kafka-dataops-mcp (io.github.Aguantar/kafka-dataops-mcp@0.1.0) DataOps Kafka MCP server with consumer lag diagnosis and broker monitoring installs: pypi:kafka-dataops-mcp detail: https://mcpindex.ai/server/io-github-aguantar-kafka-dataops-mcp - io.github.Aidress-ai/aidress (io.github.Aidress-ai/aidress@0.4.0) Verify, discover, and rate AI agents before transacting. installs: pypi:aidress-mcp detail: https://mcpindex.ai/server/io-github-aidress-ai-aidress - Fast HTML MCP (io.github.Aimino-Tech/fast-html-mcp@0.1.2) Lightning-fast HTML generation from AI agents with 15 tools, 22 components, and 25 templates. installs: npm:@aimino/fast-html-mcp-server detail: https://mcpindex.ai/server/io-github-aimino-tech-fast-html-mcp - io.github.Aimino-Tech/office-oxide-mcp (io.github.Aimino-Tech/office-oxide-mcp@0.2.1) Rust-native MCP server for Office document processing installs: npm:@aimino/opendocswork-mcp detail: https://mcpindex.ai/server/io-github-aimino-tech-office-oxide-mcp - io.github.Aimino-Tech/opentalk2html-notmd (io.github.Aimino-Tech/opentalk2html-notmd@0.1.2) MCP server for HTML generation from AI agents installs: npm:@aimino/opentalk2html-notmd detail: https://mcpindex.ai/server/io-github-aimino-tech-opentalk2html-notmd - io.github.Aimiten/hilma-mcp (io.github.Aimiten/hilma-mcp@1.1.1) MCP server for Finnish public procurement notices (Hilma). Built by Aimiten. installs: npm:hilma-mcp detail: https://mcpindex.ai/server/io-github-aimiten-hilma-mcp - io.github.Ainode-tech/accounting-mcp (io.github.Ainode-tech/accounting-mcp@0.1.1) 8 EU accounting (x402 USDC on Base): reconcile, VAT, invoicing. Free health. installs: remote:https://xero.api.ainode.tech/mcp detail: https://mcpindex.ai/server/io-github-ainode-tech-accounting-mcp - io.github.Aiomx/hydite-mcp (io.github.Aiomx/hydite-mcp@1.0.2) Hydite MCP installs: npm:@hydite/hydite-mcp detail: https://mcpindex.ai/server/io-github-aiomx-hydite-mcp - io.github.AkaciaNL/basicdeploy-mcp (io.github.AkaciaNL/basicdeploy-mcp@1.0.7) The runtime your agent deploys to — DB, storage, and a public URL in one MCP call. installs: npm:basicdeploy-mcp detail: https://mcpindex.ai/server/io-github-akacianl-basicdeploy-mcp - io.github.Akhilgovind02/india-stock-mcp (io.github.Akhilgovind02/india-stock-mcp@1.0.1) Indian stock market: NSE/BSE quotes, fundamentals, mutual fund NAV, F&O chains, IPOs. No API keys. installs: npm:india-stock-mcp detail: https://mcpindex.ai/server/io-github-akhilgovind02-india-stock-mcp - io.github.Akinduko/travel-mcp (io.github.Akinduko/travel-mcp@1.0.1) Tixxly MCP server — connect AI agents to tours, experiences, and activities installs: npm:@tixxly-ai/travel-mcp detail: https://mcpindex.ai/server/io-github-akinduko-travel-mcp - io.github.Akkshay10/MCPClientMock (io.github.Akkshay10/MCPClientMock@1.0.2) MCP server for James Bloom MockServer - create expectations, verify requests, and manage mock state installs: npm:mockserver-mcp detail: https://mcpindex.ai/server/io-github-akkshay10-mcpclientmock - io.github.Al-Adnane/kasbah-mcp (io.github.Al-Adnane/kasbah-mcp@3.0.1) Governance layer for agentic AI — signed, verifiable receipts for every agent action. installs: npm:@yobekasbah/mcp-server detail: https://mcpindex.ai/server/io-github-al-adnane-kasbah-mcp - MCP for Zotero (io.github.AlejandroArnaud/mcp-for-zotero@0.2.0) Connect your Zotero reference library to AI assistants via Model Context Protocol. installs: remote:https://mcpforzotero.alejandroarnaud.dev/mcp/ detail: https://mcpindex.ai/server/io-github-alejandroarnaud-mcp-for-zotero - io.github.Alepha188838884/context-firewall (io.github.Alepha188838884/context-firewall@0.1.1) Local MCP proxy: collapses N servers' tools into 4 meta-tools and compresses large tool outputs. installs: npm:context-firewall detail: https://mcpindex.ai/server/io-github-alepha188838884-context-firewall - io.github.AlephantAI/alephant-mcp (io.github.AlephantAI/alephant-mcp@0.1.3) Alephant MCP server for AI cost control, BYO-key routing, 50+ providers, and 320+ models. installs: npm:@alephantai/mcp detail: https://mcpindex.ai/server/io-github-alephantai-alephant-mcp - Angular token saver (io.github.Alex88Ryabov/ng-token-saver@0.1.7) Compiler-backed Angular template answers, component contracts and version facts for AI agents installs: npm:@alex-apps/ng-token-saver detail: https://mcpindex.ai/server/io-github-alex88ryabov-ng-token-saver - io.github.AlexAlves87/otskit-mcp (io.github.AlexAlves87/otskit-mcp@0.2.1) Stamp, upgrade, and verify Bitcoin timestamps via AI agents. No API keys required. installs: npm:@otskit/mcp detail: https://mcpindex.ai/server/io-github-alexalves87-otskit-mcp - Mantis (io.github.Alfred768/mantis@1.1.4) Cross-venue prediction market routing for AI agents with arbitrage, quotes, history, and signals. installs: remote:https://mantiss.store/mcp detail: https://mcpindex.ai/server/io-github-alfred768-mantis - io.github.Algiras/debugium (io.github.Algiras/debugium@1.0.0) AI-driven live debugger with MCP bridge for Python, JS, TS, Rust, Java, C/C++ installs: npm:@algiras/debugium detail: https://mcpindex.ai/server/io-github-algiras-debugium - AlgoVault — Crypto Quant Trade Calls (io.github.AlgoVaultFi/crypto-quant-signal-mcp@1.27.0) The Brain Layer for AI Trading Agents — quant calls + cross-venue arb across perp venues via MCP. installs: npm:crypto-quant-signal-mcp | remote:https://api.algovault.com/mcp detail: https://mcpindex.ai/server/io-github-algovaultfi-crypto-quant-signal-mcp - io.github.Algorismus-io/elementor-ultra-mcp (io.github.Algorismus-io/elementor-ultra-mcp@1.0.1) Build Elementor sites with AI agents - native, editable pages via ~90 MCP tools. Free & MIT. installs: npm:@algorismus/elementor-ultra-mcp detail: https://mcpindex.ai/server/io-github-algorismus-io-elementor-ultra-mcp - io.github.Alightttt/chesswithclaw (io.github.Alightttt/chesswithclaw@1.0.0) Play chess live against your own personal AI agent — OpenClaw, Hermes, and similar. installs: remote:https://chesswithclaw.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-alightttt-chesswithclaw - io.github.AlligatorC0der/conkurrence (io.github.AlligatorC0der/conkurrence@1.0.3) Measure whether your AI agrees with itself using statistical consensus metrics. installs: npm:conkurrence detail: https://mcpindex.ai/server/io-github-alligatorc0der-conkurrence - AllocContext (io.github.AllocContext/alloc-context@0.3.0) Self-host MCP: portfolio crypto context for agents. PyPI stdio; MIT. installs: pypi:alloc-context detail: https://mcpindex.ai/server/io-github-alloccontext-alloc-context - io.github.AlvaroRamirezCastillo/greeting-mcp-server (io.github.AlvaroRamirezCastillo/greeting-mcp-server@1.0.8) An MCP server greeting installs: npm:@jinba-ittai/greeting-mcp-server detail: https://mcpindex.ai/server/io-github-alvaroramirezcastillo-greeting-mcp-server - io.github.AlvisoOculus/optionsahoy-mcp (io.github.AlvisoOculus/optionsahoy-mcp@1.10.1) Equity comp tax/trade optimizer: ISO/AMT exercise, NSO, RSU, QSBS, concentration, hedging. 50-state. installs: remote:https://optionsahoy.com/mcp detail: https://mcpindex.ai/server/io-github-alvisooculus-optionsahoy-mcp - io.github.Amalgix-io/Amalgix (io.github.Amalgix-io/Amalgix@1.1.0) Cross-model evidence pipeline for financial filings & contracts. x402 pay-per-call. installs: remote:https://amalgix.io/mcp detail: https://mcpindex.ai/server/io-github-amalgix-io-amalgix - io.github.AmauryDvl/serpmantics (io.github.AmauryDvl/serpmantics@0.1.0) French-first SEO: semantic content guides, scoring, E-E-A-T audits for Google, ChatGPT & Claude. installs: remote:https://app.serpmantics.com/api/mcp detail: https://mcpindex.ai/server/io-github-amaurydvl-serpmantics - io.github.Anandb71/arbor (io.github.Anandb71/arbor@1.0.0) The Graph-Native Intelligence Layer for Code. installs: manual detail: https://mcpindex.ai/server/io-github-anandb71-arbor - io.github.Anarkitty1/semantic-frame (io.github.Anarkitty1/semantic-frame@0.2.1) Token-efficient semantic compression for numerical data. 95%+ token reduction. installs: pypi:semantic-frame detail: https://mcpindex.ai/server/io-github-anarkitty1-semantic-frame - AnchorRegistry (io.github.AnchorRegistry/ar-mcp@0.1.0) On-chain provenance lookup for AnchorRegistry. Resolve AR-IDs, hashes, and full trees. Authless. installs: remote:https://mcp.anchorregistry.ai/mcp detail: https://mcpindex.ai/server/io-github-anchorregistry-ar-mcp - Malware Patrol Threat Intelligence MCP server (io.github.AndreC10002/mcp-server-threat-intelligence@1.0.0) Our MCP Server connects AI workflows to current, curated cyber threat intelligence installs: remote:https://mcp.malwarepatrol.net/v1?api_key={api_key} detail: https://mcpindex.ai/server/io-github-andrec10002-mcp-server-threat-intelligence - Career Craft.ing (io.github.AndreaBarghigiani/career-crafting@1.0.0) Capture and organize private career evidence as career memories. installs: remote:https://mcp.careercraft.ing/mcp detail: https://mcpindex.ai/server/io-github-andreabarghigiani-career-crafting - TokenBel Financial Data (io.github.AndreiDrang/tokenbel-mcp@1.0.0) Read-only MCP server for Belarusian securities: tokens, shares, bonds, companies. installs: remote:https://mcp.tokenbel.info/mcp detail: https://mcpindex.ai/server/io-github-andreidrang-tokenbel-mcp - FiveCoins Validation Plan (io.github.AndreuSerraSastre/fivecoins-validation-plan@0.6.1) No-signup validation planner MCP for tiny paid offers. installs: remote:https://fivecoins.app.tipdata.es/mcp detail: https://mcpindex.ai/server/io-github-andreuserrasastre-fivecoins-validation-plan - Chess UCI (io.github.AnglerfishChess/chess-uci-mcp@0.2.0) Analyze chess positions and get best moves from UCI engines such as Stockfish or Leela installs: pypi:chess-uci-mcp detail: https://mcpindex.ai/server/io-github-anglerfishchess-chess-uci-mcp - Anima MCP Server (io.github.AnimaApp/anima@1.0.0) Connect AI coding agents to Anima Playground, Figma, and your design system. installs: remote:https://public-api.animaapp.com/v1/mcp detail: https://mcpindex.ai/server/io-github-animaapp-anima - UK Break Clause Analyzer (io.github.Ankur-stockheads/rubo-mcp@0.1.1) Assess UK lease tenant break clauses with grounded citations and a measured hallucination rate. installs: pypi:uk-break-clause-analyzer-mcp detail: https://mcpindex.ai/server/io-github-ankur-stockheads-rubo-mcp - io.github.Ansvar-Systems/eu-regulations-mcp (io.github.Ansvar-Systems/eu-regulations-mcp@0.7.1) Query 47 EU regulations (GDPR, NIS2, DORA, AI Act) - 2,438 articles, 3,712 recitals, ISO 27001 installs: npm:@ansvar/eu-regulations-mcp detail: https://mcpindex.ai/server/io-github-ansvar-systems-eu-regulations-mcp - io.github.Ansvar-Systems/uk-crop-nutrients (io.github.Ansvar-Systems/uk-crop-nutrients@0.1.0) UK crop nutrient recommendations — RB209 NPK planning, soil types, commodity prices installs: remote:https://mcp.ansvar.eu/uk-crop-nutrients/mcp detail: https://mcpindex.ai/server/io-github-ansvar-systems-uk-crop-nutrients - io.github.Ansvar-Systems/uk-environmental-compliance (io.github.Ansvar-Systems/uk-environmental-compliance@0.1.0) UK environmental compliance for farming — NVZ rules, spreading windows, SSAFO installs: remote:https://mcp.ansvar.eu/uk-environmental-compliance/mcp detail: https://mcpindex.ai/server/io-github-ansvar-systems-uk-environmental-compliance - io.github.Ansvar-Systems/uk-farm-grants (io.github.Ansvar-Systems/uk-farm-grants@0.1.0) UK farm grants — FETF items, Capital Grants, deadlines, stacking rules installs: remote:https://mcp.ansvar.eu/uk-farm-grants/mcp detail: https://mcpindex.ai/server/io-github-ansvar-systems-uk-farm-grants - io.github.Ansvar-Systems/uk-farm-planning (io.github.Ansvar-Systems/uk-farm-planning@0.1.0) UK farm planning — crop rotation, gross margins, tax rules, APR, tenancy law installs: remote:https://mcp.ansvar.eu/uk-farm-planning/mcp detail: https://mcpindex.ai/server/io-github-ansvar-systems-uk-farm-planning - io.github.Ansvar-Systems/uk-farm-safety (io.github.Ansvar-Systems/uk-farm-safety@0.1.0) UK farm health and safety — HSE guidance, machinery, COSHH, children on farms installs: remote:https://mcp.ansvar.eu/uk-farm-safety/mcp detail: https://mcpindex.ai/server/io-github-ansvar-systems-uk-farm-safety - io.github.Ansvar-Systems/uk-food-safety (io.github.Ansvar-Systems/uk-food-safety@0.1.0) UK food safety and traceability — direct sales, labelling, raw milk, HACCP installs: remote:https://mcp.ansvar.eu/uk-food-safety/mcp detail: https://mcpindex.ai/server/io-github-ansvar-systems-uk-food-safety - io.github.Ansvar-Systems/uk-land-woodland (io.github.Ansvar-Systems/uk-land-woodland@0.1.0) UK land and woodland management — hedgerow regs, felling licences, SSSI, rights of way installs: remote:https://mcp.ansvar.eu/uk-land-woodland/mcp detail: https://mcpindex.ai/server/io-github-ansvar-systems-uk-land-woodland - io.github.Ansvar-Systems/uk-livestock (io.github.Ansvar-Systems/uk-livestock@0.1.0) UK livestock welfare, feed, health, and movement rules — 8 species, DEFRA codes installs: remote:https://mcp.ansvar.eu/uk-livestock/mcp detail: https://mcpindex.ai/server/io-github-ansvar-systems-uk-livestock - io.github.Ansvar-Systems/uk-organic-regen (io.github.Ansvar-Systems/uk-organic-regen@0.1.0) UK organic and regenerative farming — certification, cover crops, soil health, BNG installs: remote:https://mcp.ansvar.eu/uk-organic-regen/mcp detail: https://mcpindex.ai/server/io-github-ansvar-systems-uk-organic-regen - io.github.Ansvar-Systems/uk-pest-management (io.github.Ansvar-Systems/uk-pest-management@0.1.0) UK pest, disease, and weed management — symptom diagnosis, IPM, approved products installs: remote:https://mcp.ansvar.eu/uk-pest-management/mcp detail: https://mcpindex.ai/server/io-github-ansvar-systems-uk-pest-management - io.github.Ansvar-Systems/uk-vet-medicines (io.github.Ansvar-Systems/uk-vet-medicines@0.1.0) UK veterinary medicines — VMD database, withdrawal periods, cascade rules installs: remote:https://mcp.ansvar.eu/uk-vet-medicines/mcp detail: https://mcpindex.ai/server/io-github-ansvar-systems-uk-vet-medicines - io.github.Ansvar-Systems/us-regulations-mcp (io.github.Ansvar-Systems/us-regulations-mcp@1.2.2) US compliance: HIPAA, CCPA, SOX, GLBA, FERPA, COPPA, FDA, EPA, FFIEC, NYDFS + 4 state privacy laws installs: npm:@ansvar/us-regulations-mcp detail: https://mcpindex.ai/server/io-github-ansvar-systems-us-regulations-mcp - Oura Ring (io.github.AntVsl/oura-mcp@0.4.1) Sleep, readiness, HRV, resting heart rate, activity and stress from your Oura Ring installs: pypi:my-oura-mcp | docker:docker.io/iican/oura-mcp:0.4.1 detail: https://mcpindex.ai/server/io-github-antvsl-oura-mcp - Anteos Health — Medical Appointment Booking (io.github.Anteos-Health/anteos-booking@1.2.1) Book medical appointments with French doctors by specialty and city via AI agents. installs: remote:https://anteoshealth.com/mcp detail: https://mcpindex.ai/server/io-github-anteos-health-anteos-booking - scry — agent conduct meter, vow oracle, and the agent town (io.github.AnthonE/scry@1.2.0) Third-party signed reads of how an AI agent behaved: drift, vows, and the town it works in. installs: remote:https://scry.moreright.xyz/mcp/ detail: https://mcpindex.ai/server/io-github-anthone-scry - Australian Economic Data (ABS, RBA & APRA) (io.github.AnthonyPuggs/ausecon-mcp-server@1.14.2) Australian economic data from the ABS, RBA, and APRA: CPI, GDP, cash rate, labour, and more. installs: pypi:ausecon-mcp-server | remote:https://mcp.auseconmcp.com/mcp detail: https://mcpindex.ai/server/io-github-anthonypuggs-ausecon-mcp-server - io.github.Antmanbuilds/ari-mcp (io.github.Antmanbuilds/ari-mcp@0.1.3) Fair-price checks, leaderboards, and Ed25519 receipt verification for x402/MPP services. installs: npm:ari-mcp detail: https://mcpindex.ai/server/io-github-antmanbuilds-ari-mcp - io.github.Antmanbuilds/ari-mcp-py (io.github.Antmanbuilds/ari-mcp-py@0.1.3) Python MCP server: fair-price checks, leaderboards, Ed25519 receipt verification for x402/MPP. installs: pypi:ari-mcp-py detail: https://mcpindex.ai/server/io-github-antmanbuilds-ari-mcp-py - Gisti — AI Checklists (io.github.AntonChuraev99/gisti-mcp@0.4.0) Read, AI-create, and edit your Gisti checklists in plain language from any MCP client. installs: remote:https://gisti-mcp.gisti.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-antonchuraev99-gisti-mcp - io.github.AntonioTF5/soul-mcp-server (io.github.AntonioTF5/soul-mcp-server@1.0.0) MCP server for validating and generating SOUL.md agent identity files from Claude Desktop. installs: npm:soul-mcp-server detail: https://mcpindex.ai/server/io-github-antoniotf5-soul-mcp-server - io.github.Antonytm/mcp-all (io.github.Antonytm/mcp-all@0.1.20) A Model Context Protocol server to run other MCP servers installs: npm:@antonytm/mcp-all detail: https://mcpindex.ai/server/io-github-antonytm-mcp-all - io.github.Antonytm/mcp-sitecore-server (io.github.Antonytm/mcp-sitecore-server@1.3.2) A Model Context Protocol server for Sitecore installs: npm:@antonytm/mcp-sitecore-server detail: https://mcpindex.ai/server/io-github-antonytm-mcp-sitecore-server - Stellary Project Management MCP Server (io.github.Anymfah/stellary-project-management@0.12.0) Connect AI assistants to Stellary projects, boards, documents, and governed agent workflows. installs: remote:https://api.stellary.co/mcp detail: https://mcpindex.ai/server/io-github-anymfah-stellary-project-management - TrainTools (io.github.AparajeetS/traintools@0.6.2) Recommend paper-backed diagnostics for PyTorch and Hugging Face training problems. installs: pypi:traintools detail: https://mcpindex.ai/server/io-github-aparajeets-traintools - web3agent (io.github.Apegurus/web3agent@0.6.2) Web3 MCP proxy for AI agents: DeFi swaps, bridges, market data, wallets, and gated writes. installs: npm:web3agent detail: https://mcpindex.ai/server/io-github-apegurus-web3agent - Aperion Shield (io.github.AperionAI/shield@1.0.1) Local guardrail proxy that blocks destructive MCP tool calls, rug pulls, and tool poisoning installs: docker:ghcr.io/aperionai/shield:shield-v1.0.1 detail: https://mcpindex.ai/server/io-github-aperionai-shield - Arquestra — Scientific Computing Orchestration (io.github.Apertura-AI/arquestra@0.2.0) AI orchestration for computational chemistry and HPC workflows. installs: remote:https://api.apertura-ai.de/mcp/orchestration detail: https://mcpindex.ai/server/io-github-apertura-ai-arquestra - io.github.Apex-Foundation/copilot-mcp (io.github.Apex-Foundation/copilot-mcp@0.11.5) Web3 founder diligence: code audit, jurisdiction, fund matching, portfolio, scoring. installs: npm:@apexfdn/copilot-mcp detail: https://mcpindex.ai/server/io-github-apex-foundation-copilot-mcp - EPANET MCP Server (io.github.Applied-Artificial-Intelligence-Eurecat/epanet-mcp-server@0.1.2) MCP server for EPANET water-distribution network simulation and scenario analysis. installs: pypi:epanet-mcp-server detail: https://mcpindex.ai/server/io-github-applied-artificial-intelligence-eurecat-epanet-mcp-server - ArcadeDB (io.github.ArcadeData/arcadedb@26.3.1) Multi-Model database with built-in MCP server for SQL, Cypher, Gremlin, and GraphQL. installs: manual detail: https://mcpindex.ai/server/io-github-arcadedata-arcadedb - io.github.Arenafriends/valerie-mcp (io.github.Arenafriends/valerie-mcp@1.0.0) French real estate AI: DVF transactions, internet coverage, market insights. Free + €5/month. installs: npm:@valeriehomebyaf/valerie-mcp detail: https://mcpindex.ai/server/io-github-arenafriends-valerie-mcp - io.github.Areso/safe-ssh-mcp (io.github.Areso/safe-ssh-mcp@0.1.14) A secured scoped SSH MCP server for executing safe read-only diagnostic DevOps / SysOps commands installs: pypi:safe-ssh-mcp detail: https://mcpindex.ai/server/io-github-areso-safe-ssh-mcp - io.github.Arielbs/rosetta-mcp-server (io.github.Arielbs/rosetta-mcp-server@1.3.1) Rosetta/PyRosetta protein modeling and Biotite translation for computational biology installs: npm:rosetta-mcp-server detail: https://mcpindex.ai/server/io-github-arielbs-rosetta-mcp-server - Strava Training MCP (io.github.ArjanLig/strava-mcp@0.3.2) Connect Strava training data to Claude for training load analysis and activity insights installs: pypi:strava-training-mcp detail: https://mcpindex.ai/server/io-github-arjanlig-strava-mcp - Diffgrab (io.github.ArkNill/diffgrab@0.1.0) Web page change tracking with structured diffs. markgrab + snapgrab integration. installs: pypi:diffgrab detail: https://mcpindex.ai/server/io-github-arknill-diffgrab - FeedKit (io.github.ArkNill/feedkit@0.1.0) RSS/Atom feed collection with 417 curated feeds. Python MCP server. installs: pypi:feedkit detail: https://mcpindex.ai/server/io-github-arknill-feedkit - io.github.ArkTechNWA/zsh-tool (io.github.ArkTechNWA/zsh-tool@0.2.1) Zsh for Claude Code. PTY mode lets Claude type passwords. NEVERHANG + A.L.A.N. installs: pypi:zsh-tool-mcp detail: https://mcpindex.ai/server/io-github-arktechnwa-zsh-tool - io.github.Armigerous/dependency-freshness-mcp (io.github.Armigerous/dependency-freshness-mcp@0.0.2) npm & PyPI freshness for AI agents: latest version, deprecations, dated breaking-change diffs. installs: remote:https://peppy-weekend--dependency-freshness-mcp.apify.actor/mcp detail: https://mcpindex.ai/server/io-github-armigerous-dependency-freshness-mcp - io.github.AronLEEdev/profitlee-mcp (io.github.AronLEEdev/profitlee-mcp@0.2.0) MCP server for the Profitlee ecommerce profit calculator (Amazon FBA/FBM + TikTok Shop). installs: npm:profitlee-mcp detail: https://mcpindex.ai/server/io-github-aronleedev-profitlee-mcp - io.github.Arrayo/smart-context-mcp (io.github.Arrayo/smart-context-mcp@1.20.0) Reduces AI agent token usage by 90% via context compression and task checkpoint persistence. installs: npm:smart-context-mcp detail: https://mcpindex.ai/server/io-github-arrayo-smart-context-mcp - Art Blocks (io.github.ArtBlocks/mcp@1.1.0) Discover, browse, and collect from 500+ on-chain generative art projects. installs: remote:https://mcp.artblocks.io/mcp detail: https://mcpindex.ai/server/io-github-artblocks-mcp - io.github.Artem1981777/cronus-mcp (io.github.Artem1981777/cronus-mcp@0.2.0) On-chain x402-paid market signals on Arc (Circle Gateway) exposed as MCP tools. installs: npm:cronus-mcp detail: https://mcpindex.ai/server/io-github-artem1981777-cronus-mcp - Vivado MCP Native (io.github.Arthurzxy/vivado-mcp-native@0.2.1) Native MCP server for controlling AMD/Xilinx Vivado on Windows and Linux via persistent Tcl. installs: pypi:vivado-mcp-native detail: https://mcpindex.ai/server/io-github-arthurzxy-vivado-mcp-native - io.github.ArturLys/listonic-mcp (io.github.ArturLys/listonic-mcp@0.1.0) Let your AI manage your real grocery list — unofficial Listonic MCP server installs: pypi:listonic-mcp detail: https://mcpindex.ai/server/io-github-arturlys-listonic-mcp - minipainter (io.github.ArturSkowronski/minipainter@0.7.3) Local-first miniature-paint inventory and cross-brand color matching for AI agents. installs: npm:minipainter detail: https://mcpindex.ai/server/io-github-arturskowronski-minipainter - SchemaBrain (io.github.Arun-kc/schemabrain@0.6.0) The trust and intelligence layer between AI agents and your database. installs: pypi:schemabrain detail: https://mcpindex.ai/server/io-github-arun-kc-schemabrain - Statistics Canada MCP Server (io.github.Aryan-Jhaveri/mcp-statcan@0.7.15) Access Statistics Canada data via the Web Data Services API installs: pypi:statcan-mcp-server detail: https://mcpindex.ai/server/io-github-aryan-jhaveri-mcp-statcan - x402-market (io.github.AsaiShota/mcp-server@0.2.0-alpha.1) Let AI agents pay-per-call for any HTTP API via x402 on Base mainnet. One tool: pay_and_call. installs: npm:@x402-market/mcp-server detail: https://mcpindex.ai/server/io-github-asaishota-mcp-server - io.github.AshMet/vibemap-mcp (io.github.AshMet/vibemap-mcp@2.8.1) Load & create VibeMap product specs from your coding agent; sync build progress. installs: npm:@vibemap.ai/mcp-server detail: https://mcpindex.ai/server/io-github-ashmet-vibemap-mcp - Assay Truth Graph MCP (io.github.Assay-Org/assay-truth-graph@0.1.0) Ground GTM agents in governed, cited company truth. installs: remote:https://app.assay.wiki/api/mcp/v2/mcp detail: https://mcpindex.ai/server/io-github-assay-org-assay-truth-graph - io.github.Asthanaji05/pokeapi-mcp-server (io.github.Asthanaji05/pokeapi-mcp-server@1.12.0) Empower your AI with Pokédex powers! Fetch and explore Pokémon data seamlessly via PokeAPI. installs: npm:pokeapi-mcp-server detail: https://mcpindex.ai/server/io-github-asthanaji05-pokeapi-mcp-server - io.github.Ataraxy-Labs/sem (io.github.Ataraxy-Labs/sem@0.21.0) Entity-level code intelligence: semantic diff, impact analysis, blame, and context for AI agents installs: npm:@ataraxy-labs/sem detail: https://mcpindex.ai/server/io-github-ataraxy-labs-sem - io.github.Atlaskos/workprotocol (io.github.Atlaskos/workprotocol@2.0.0) Agent work marketplace — browse jobs, claim work, deliver results, get paid in USDC. installs: remote:https://workprotocol.ai/api/mcp detail: https://mcpindex.ai/server/io-github-atlaskos-workprotocol - AdrMcp (io.github.Atypical-Consulting/adr-mcp@0.2.1) MCP server for Architectural Decision Records: navigate, author, validate, link, and analyze them. installs: manual detail: https://mcpindex.ai/server/io-github-atypical-consulting-adr-mcp - RoselineMCP (io.github.Atypical-Consulting/roseline-mcp@2.1.1) MCP server for C# code analysis and automated fixing using Roslyn analyzers and code fix providers. installs: manual detail: https://mcpindex.ai/server/io-github-atypical-consulting-roseline-mcp - AntFeed (io.github.Augustas11/antfeed-mcp@0.2.3) Discover and transact on the AntSeed P2P AI network from any MCP-compatible agent. installs: npm:@antfeed/mcp detail: https://mcpindex.ai/server/io-github-augustas11-antfeed-mcp - io.github.AungMyoKyaw/betterprompt-mcp (io.github.AungMyoKyaw/betterprompt-mcp@0.2.1) MCP server for AI-enhanced prompt engineering and request conversion. installs: npm:betterprompt-mcp detail: https://mcpindex.ai/server/io-github-aungmyokyaw-betterprompt-mcp - Aurora Coach (io.github.Aurora-Coach-Com/aurora-coach@0.1.0) Continuous improvement for software engineering teams: check-ins, improvements, suggestions. installs: remote:https://app.aurora-coach.com/api/mcp detail: https://mcpindex.ai/server/io-github-aurora-coach-com-aurora-coach - SEO Performance MCP (io.github.AutomateLab-tech/seo-performance-mcp@1.0.0) Per-URL SEO verdicts from GSC, GA4, Matomo, Clarity, AI citations: refresh/expand/merge/kill. installs: npm:@automatelab/seo-performance-mcp detail: https://mcpindex.ai/server/io-github-automatelab-tech-seo-performance-mcp - Airtable User MCP (io.github.Automations-Project/airtable-user-mcp@2.1.1) Manage Airtable bases: schema, field CRUD, views, formula validation, extensions installs: npm:airtable-user-mcp detail: https://mcpindex.ai/server/io-github-automations-project-airtable-user-mcp - io.github.Automattic/simplenote-mcp (io.github.Automattic/simplenote-mcp@2.0.1) MCP server for reading Simplenote notes across macOS, Linux, and Windows installs: npm:@automattic/simplenote-mcp detail: https://mcpindex.ai/server/io-github-automattic-simplenote-mcp - io.github.Autostackup/founder (io.github.Autostackup/founder@0.1.0) Sales, marketing, HR + launch playbook, weekly briefing & investor pitch — all in one Claude server. installs: npm:@autostackup/founder detail: https://mcpindex.ai/server/io-github-autostackup-founder - io.github.Autostackup/hr (io.github.Autostackup/hr@0.1.1) Candidate screening, offer letters, onboarding, interview kits & performance reviews for Claude. installs: npm:@autostackup/hr detail: https://mcpindex.ai/server/io-github-autostackup-hr - io.github.Autostackup/marketing (io.github.Autostackup/marketing@0.1.7) Kotler 9-element audit, IMC campaign planning, Meta & Google, audience segmentation for Claude. installs: npm:@autostackup/marketing detail: https://mcpindex.ai/server/io-github-autostackup-marketing - io.github.Autostackup/sales (io.github.Autostackup/sales@0.1.6) BANT + MEDDIC qualification, ICP scoring, pipeline forecasting & outreach for Claude. installs: npm:@autostackup/sales detail: https://mcpindex.ai/server/io-github-autostackup-sales - OpenPitch (io.github.Avierovich/openpitch@0.1.3) Open, sourced, confidence-scored intelligence on AI startups - a free PitchBook alternative. installs: pypi:openpitch-mcp detail: https://mcpindex.ai/server/io-github-avierovich-openpitch - io.github.Avivcha/pody-mcp (io.github.Avivcha/pody-mcp@1.0.0) Israeli podcast & content marketplace MCP — 7 tools: studios, podcasts, glossary, industry report. installs: remote:https://pody.io/api/mcp detail: https://mcpindex.ai/server/io-github-avivcha-pody-mcp - io.github.AynOps/AynOps (io.github.AynOps/AynOps@1.1.2) AynOps is a reconnaissance focused MCP Server which gives reconnaissance capabilities to AI Clients installs: pypi:AynOps detail: https://mcpindex.ai/server/io-github-aynops-aynops - MCP Cloudflare DNS (io.github.Ayo-Fam/mcp-cloudflare-dns@0.1.1) Cloudflare DNS MCP server: manage zones, records, cache purge, and page rules. installs: pypi:mcp-cloudflare-dns detail: https://mcpindex.ai/server/io-github-ayo-fam-mcp-cloudflare-dns - io.github.B0ydT/r-packagedev-mcp (io.github.B0ydT/r-packagedev-mcp@1.0.1) MCP server for R package development using usethis, devtools, renv, and testthat installs: npm:r-packagedev-mcp detail: https://mcpindex.ai/server/io-github-b0ydt-r-packagedev-mcp - io.github.BAM-DevCrew/MAXential-Thinking-MCP (io.github.BAM-DevCrew/MAXential-Thinking-MCP@2.0.1) 11 focused tools for structured thinking, branching, revision, and navigation. installs: npm:@bam-devcrew/maxential-thinking-mcp detail: https://mcpindex.ai/server/io-github-bam-devcrew-maxential-thinking-mcp - Òtítọ́ (io.github.BASHBOP/otito@1.6.0) Deterministic local repository context, impact analysis, and merge-readiness evidence for AI agents. installs: npm:@bashbop/otito detail: https://mcpindex.ai/server/io-github-bashbop-otito - VRChat MCP (io.github.BASIC-BIT/vrchat-mcp@0.1.10) MCP server for VRChat friends, worlds, groups, events, notifications, and VRCX history. installs: npm:@basicbit/vrchat-mcp detail: https://mcpindex.ai/server/io-github-basic-bit-vrchat-mcp - io.github.BJCorg/marbellareport (io.github.BJCorg/marbellareport@1.0.1) Independent real estate market data for Marbella's 28 sub-areas. installs: remote:https://marbellareport-mcp-production.up.railway.app/sse detail: https://mcpindex.ai/server/io-github-bjcorg-marbellareport - Excalidraw Architect (io.github.BV-Venky/excalidraw-architect-mcp@0.2.2) Generate beautiful Excalidraw architecture diagrams with auto-layout and component styling installs: pypi:excalidraw-architect-mcp detail: https://mcpindex.ai/server/io-github-bv-venky-excalidraw-architect-mcp - io.github.BWB03/catalog-cli-pro (io.github.BWB03/catalog-cli-pro@1.0.0) Amazon catalog auditing tool. 13 quality checks for your listings. installs: npm:@bwb03/catalog-cli-pro detail: https://mcpindex.ai/server/io-github-bwb03-catalog-cli-pro - io.github.BWS1900/global-vat-validator (io.github.BWS1900/global-vat-validator@1.1.0) VAT Validator solving Brazil 2026 Alphanumeric shift. Supports high-precision EU, UK, IN, BR checks. installs: remote:https://pink-beetle-main-88f69e6.zuplo.app/mcp detail: https://mcpindex.ai/server/io-github-bws1900-global-vat-validator - io.github.Backers-Shawn/pplz-agent (io.github.Backers-Shawn/pplz-agent@1.1.3) PPLZ AI Agent — Let AI play your social life simulation automatically. installs: npm:pplz-agent detail: https://mcpindex.ai/server/io-github-backers-shawn-pplz-agent - io.github.Backspace-me/sportscore-mcp (io.github.Backspace-me/sportscore-mcp@0.1.1) Live scores, standings, top scorers, brackets for football, basketball, cricket, tennis. Free API. installs: npm:sportscore-mcp detail: https://mcpindex.ai/server/io-github-backspace-me-sportscore-mcp - io.github.Bahamas1717/aibvf-mcp (io.github.Bahamas1717/aibvf-mcp@0.12.0) AI BVF: score AI portfolios Stop/Fix/Accelerate with decision confidence and pace-layer drag. installs: npm:aibvf-mcp | remote:https://mcp.aibvf.com/api/mcp detail: https://mcpindex.ai/server/io-github-bahamas1717-aibvf-mcp - BlogCaster MCP (io.github.BamaCharanChhandogi/blogcaster-mcp@1.0.1) An MCP server for the BlogCaster project. installs: npm:blogcaster-mcp | remote:https://blogcaster-mcp.rrpb2580.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-bamacharanchhandogi-blogcaster-mcp - io.github.Baneado98/freight-pulse (io.github.Baneado98/freight-pulse@0.2.0) Ocean & multimodal freight intelligence: rates, landed cost, transit, customs, risk, ship decisions installs: remote:https://freight-pulse-mcp.vercel.app/mcp detail: https://mcpindex.ai/server/io-github-baneado98-freight-pulse - io.github.Baneado98/import-guardian (io.github.Baneado98/import-guardian@0.3.0) Catch AI-hallucinated (slopsquatted) npm imports in generated code before npm install. installs: npm:import-guardian-mcp detail: https://mcpindex.ai/server/io-github-baneado98-import-guardian - io.github.Baneado98/muni-dev-cost (io.github.Baneado98/muni-dev-cost@0.18.1) US municipal development cost: aggregated impact + water/sewer tap fees per jurisdiction installs: remote:https://muni-dev-cost-mcp.vercel.app/mcp detail: https://mcpindex.ai/server/io-github-baneado98-muni-dev-cost - Cejel (io.github.BargLabs/cejel@0.4.0) Offline deterministic engineering-trust certificates for repositories, with no telemetry. installs: docker:ghcr.io/barglabs/cejel@sha256:63bd4342c2006c823b0283313036109040651741078e1a0e38677d605a2849ee detail: https://mcpindex.ai/server/io-github-barglabs-cejel - Bridge MCP (io.github.BarhamAgha1/bridge-mcp@2.1.0) Visual Desktop Bridge - Give any AI full control over Windows to automate apps and inputs. installs: pypi:bridge-mcp detail: https://mcpindex.ai/server/io-github-barhamagha1-bridge-mcp - io.github.BartWaardenburg/spaceship-mcp (io.github.BartWaardenburg/spaceship-mcp@0.2.3) Manage domains, DNS records, contacts, marketplace listings, and more via the Spaceship API installs: npm:spaceship-mcp detail: https://mcpindex.ai/server/io-github-bartwaardenburg-spaceship-mcp - io.github.BasicOps/basicops (io.github.BasicOps/basicops@1.0.2) BasicOps MCP server for project management, tasks, notes, and team collaboration. installs: remote:https://app.basicops.com/mcp detail: https://mcpindex.ai/server/io-github-basicops-basicops - Myco: Agent-First Cognitive Substrate (io.github.Battam1111/myco@0.8.7) Agent-first cognitive substrate: 20 verbs + 50 lint dims over a self-validating graph. installs: manual detail: https://mcpindex.ai/server/io-github-battam1111-myco - io.github.Bayway/janusmcp (io.github.Bayway/janusmcp@0.5.1) Multi-account tool broker for AI agents — CLI and MCP. installs: npm:@bayway/janusmcp detail: https://mcpindex.ai/server/io-github-bayway-janusmcp - RiskRover MCP (io.github.Be-Sure-Consulting/riskrover-mcp@0.4.4) Draft RiskRover PBS structures and assess automated test evidence against product risks. installs: npm:riskrover-mcp-server detail: https://mcpindex.ai/server/io-github-be-sure-consulting-riskrover-mcp - Frappe Inspector (io.github.Belius303/frappe-inspector@1.4.0) Static analysis tools for Frappe Framework and ERPNext projects via local stdio MCP. installs: npm:@frappe-inspector/mcp detail: https://mcpindex.ai/server/io-github-belius303-frappe-inspector - AXON Epistemic MCP (io.github.Bemarking/axon-emcp@0.4.0) Official ℰMCP server for AXON — exposes 45 primitives, 33 templates, 17 examples to AI agents. installs: manual detail: https://mcpindex.ai/server/io-github-bemarking-axon-emcp - io.github.BenAHammond/code-auditor-mcp (io.github.BenAHammond/code-auditor-mcp@2.0.2) Code Quality Auditor: Analyze code for SOLID principles, DRY violations, and more installs: npm:code-auditor-mcp detail: https://mcpindex.ai/server/io-github-benahammond-code-auditor-mcp - OpenSTAAD MCP Server (io.github.BentleySystems/openstaad-mcp@1.2.0) MCP server for Bentley STAAD.Pro via the OpenSTAAD API installs: manual detail: https://mcpindex.ai/server/io-github-bentleysystems-openstaad-mcp - io.github.Berckan/bugherd-mcp (io.github.Berckan/bugherd-mcp@0.2.0) BugHerd API v2 integration — 37 tools for projects, tasks, comments, and webhooks. installs: npm:bugherd-mcp detail: https://mcpindex.ai/server/io-github-berckan-bugherd-mcp - io.github.BerkKilicoglu/google-health-fitbit-mcp (io.github.BerkKilicoglu/google-health-fitbit-mcp@1.0.2) Privacy-first Google Health API MCP server for health, sleep, activity and HR agents installs: npm:google-health-fitbit-mcp detail: https://mcpindex.ai/server/io-github-berkkilicoglu-google-health-fitbit-mcp - io.github.BetterDB-inc/monitor (io.github.BetterDB-inc/monitor@0.1.4) BetterDB MCP server - Valkey observability for Claude Code and other MCP clients installs: npm:@betterdb/mcp detail: https://mcpindex.ai/server/io-github-betterdb-inc-monitor - Arc & Ledger Tax Tools (io.github.Bgenc48/arc-ledger-tax-tools@1.0.0) Enrolled Agent tax tools: IRS notices, FBAR, LLC vs S-Corp, quarterly estimates & more. installs: remote:https://mcp.arcandledger.com/mcp detail: https://mcpindex.ai/server/io-github-bgenc48-arc-ledger-tax-tools - io.github.Bharath-code/regressguard (io.github.Bharath-code/regressguard@0.1.1) Deterministic API regression checks for AI agents: snapshot a baseline, catch broken contracts. installs: manual detail: https://mcpindex.ai/server/io-github-bharath-code-regressguard - TechEnthus Hardware Data API (io.github.BibekStha/techenthus-data@1.1.4) Authenticated GPU/CPU/PSU lookup; beta power-budget estimate. Coverage/freshness vary by source. installs: remote:https://data.techenthus.dev/mcp detail: https://mcpindex.ai/server/io-github-bibekstha-techenthus-data - io.github.Bichev/agentradar (io.github.Bichev/agentradar@0.1.3) Trust scoring, scam detection, and EAS attestations for ERC-8004 + x402 agents on Base. installs: npm:@agentradar/mcp detail: https://mcpindex.ai/server/io-github-bichev-agentradar - Red by Big Red Cloud (io.github.BigRedCloud/red-mcp-server@1.4.0) Secure MCP access to Big Red Cloud accounting data, workflows, help and training. installs: remote:https://red.bigredcloud.com/mcp detail: https://mcpindex.ai/server/io-github-bigredcloud-red-mcp-server - ClaimHit (io.github.Bikram2112/claimhit@1.0.1) Find products & standards using a patent - verified targets for licensing or enforcement. installs: remote:https://www.claimhit.com/api/mcp detail: https://mcpindex.ai/server/io-github-bikram2112-claimhit - Valta (io.github.Billionaire664/valta-mcp@0.1.2) Financial governance for AI agents — spend gates and audit trail exposed as MCP tools. installs: npm:valta-mcp detail: https://mcpindex.ai/server/io-github-billionaire664-valta-mcp - io.github.Bishop81/accessibility-scanner-mcp (io.github.Bishop81/accessibility-scanner-mcp@0.1.2) Scan any URL for WCAG accessibility issues (axe-core) and get per-element fixes for an AI agent. installs: npm:accessibility-scanner-mcp detail: https://mcpindex.ai/server/io-github-bishop81-accessibility-scanner-mcp - io.github.Bishop81/wpgoldmine-mcp (io.github.Bishop81/wpgoldmine-mcp@0.1.1) Find WordPress plugin opportunities: abandoned, low-rated, or poorly-supported plugins to replace. installs: npm:wpgoldmine-mcp detail: https://mcpindex.ai/server/io-github-bishop81-wpgoldmine-mcp - Chrome Debugger MCP (io.github.BitePro/chrome-debugger-mcp@1.0.4) Chrome breakpoint debugging MCP server for inspecting runtime values and stepping through code installs: npm:chrome-debugger-mcp detail: https://mcpindex.ai/server/io-github-bitepro-chrome-debugger-mcp - Block Genomics — Nexus Protocol (io.github.BitmapAsset/block-genomics-mcp@0.1.2) Prove Bitcoin block ownership via BIP-322 and register sovereign AI agents on the Nexus Protocol. installs: npm:block-genomics-mcp detail: https://mcpindex.ai/server/io-github-bitmapasset-block-genomics-mcp - io.github.BitmapAsset/dear-agent (io.github.BitmapAsset/dear-agent@0.2.3) Your AI agent keeps your diary for you. Local-first, private, works in any agent. installs: npm:dear-agent detail: https://mcpindex.ai/server/io-github-bitmapasset-dear-agent - io.github.Blite-HQ/qnexus-mcp (io.github.Blite-HQ/qnexus-mcp@0.2.0) MCP server for Quantinuum Nexus, wrapping the qnexus SDK. Not affiliated with Quantinuum. installs: pypi:qnexus-mcp detail: https://mcpindex.ai/server/io-github-blite-hq-qnexus-mcp - Aura UI (io.github.BlueStarSystem/aura-ui@1.0.0) Discover and install Aura UI Blade components for Laravel, Livewire and Tailwind CSS 4. installs: remote:https://aura-ui.com/mcp/aura detail: https://mcpindex.ai/server/io-github-bluestarsystem-aura-ui - RiskModels (io.github.BlueWaterCorp/riskmodels@1.0.6) Dividend-adjusted US equity total returns, risk decomposition, attribution & ETF hedge ratios installs: npm:@riskmodels/mcp | remote:https://riskmodels.app/api/mcp/sse detail: https://mcpindex.ai/server/io-github-bluewatercorp-riskmodels - io.github.BlueprintLabIO/tidebase (io.github.BlueprintLabIO/tidebase@0.1.1) Inspect Tidebase agent runs, resolve approval gates, and trigger recovery from your AI assistant. installs: npm:@tidebase/mcp detail: https://mcpindex.ai/server/io-github-blueprintlabio-tidebase - x402nano (io.github.Bobjonesgood/x402nano@0.2.0) Machine-payable prediction-market briefs and probability-change monitoring for AI agents. installs: remote:https://x402nano.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-bobjonesgood-x402nano - io.github.Bonsai-Tech-LLC/clypt (io.github.Bonsai-Tech-LLC/clypt@1.1.1) AI-native link intelligence — shorten, track, and manage links from any AI agent installs: npm:clypt-mcp detail: https://mcpindex.ai/server/io-github-bonsai-tech-llc-clypt - io.github.BorisGujvin/dittu (io.github.BorisGujvin/dittu@1.0.0) Turns a phone into a camera+Bluetooth remote so AI assistants can see and control any PC. installs: remote:https://app.dittu.org/mcp detail: https://mcpindex.ai/server/io-github-borisgujvin-dittu - Bitcoin MCP (io.github.Bortlesboat/bitcoin-mcp@0.5.1) 49 Bitcoin tools for AI agents: fees, mempool, blocks, mining, price. Zero config. installs: pypi:bitcoin-mcp detail: https://mcpindex.ai/server/io-github-bortlesboat-bitcoin-mcp - Address Validator API (io.github.Br0ski777/address-validator@1.1.0) Parse, validate and normalize postal addresses. Detect country, verify format. x402. installs: remote:https://address-validator.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-address-validator - Airdrop Checker API (io.github.Br0ski777/airdrop-checker@1.1.0) Check wallet eligibility for active crypto airdrops — LayerZero, EigenLayer, Scroll. x402. installs: remote:https://airdrop-checker.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-airdrop-checker - Base DeFi Yield Optimizer API (io.github.Br0ski777/base-defi@1.1.0) Base chain DeFi yields — Aerodrome, Moonwell, APY, TVL, risk scores. x402. installs: remote:https://base-defi.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-base-defi - DeFi Yield Finder API (io.github.Br0ski777/defi-yields@1.1.0) Best DeFi yields by token — APY, TVL, risk, protocol. DeFiLlama-powered. x402. installs: remote:https://defi-yields.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-defi-yields - DEX Swap Quotes API (io.github.Br0ski777/dex-quotes@1.1.0) Best swap quotes across DEXes (Uniswap, SushiSwap, Aerodrome). Base & Ethereum. x402. installs: remote:https://dex-quotes.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-dex-quotes - Domain Intelligence API (io.github.Br0ski777/domain-intelligence@1.1.0) WHOIS, DNS records, SSL certificate data for any domain in one call. x402. installs: remote:https://domain-intelligence.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-domain-intelligence - Event Resolver API (io.github.Br0ski777/event-resolver@1.1.0) Resolve prediction market events. Price checks, claim verification, outcome confidence. installs: remote:https://event-resolver.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-event-resolver - Funding Rate Arbitrage Scanner API (io.github.Br0ski777/funding-arb@1.1.0) Cross-venue perp funding rate arb — Hyperliquid, Binance, Bybit, OKX spreads. x402. installs: remote:https://funding-arb.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-funding-arb - Perpetual Funding Rates API (io.github.Br0ski777/funding-rates@1.1.0) Perp funding rates across Binance, Bybit, OKX — open interest, sentiment. x402. installs: remote:https://funding-rates.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-funding-rates - GDPR Scanner API (io.github.Br0ski777/gdpr-scanner@1.1.0) Scan website GDPR compliance: consent, privacy policy, trackers. Score 0-100. x402. installs: remote:https://gdpr-scanner.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-gdpr-scanner - Hyperliquid Funding Rates API (io.github.Br0ski777/hl-funding@1.1.0) HL perp funding rates for 229 markets. Sort, history, arb opportunities. x402. installs: remote:https://hl-funding.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-hl-funding - HL Portfolio API (io.github.Br0ski777/hl-portfolio@1.1.0) Hyperliquid account analysis: positions, PnL, fills, orders, funding. x402 pay-per-call. installs: remote:https://hl-portfolio.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-hl-portfolio - Hyperliquid Perp Market Data API (io.github.Br0ski777/hyperliquid-data@1.1.0) Hyperliquid perp order book, prices, funding, OI, candles. x402 paid. installs: remote:https://hyperliquid-data.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-hyperliquid-data - Hyperliquid Whale Position Tracker API (io.github.Br0ski777/hyperliquid-whales@1.1.0) Top Hyperliquid trader positions — long/short, size, PnL, leverage, sentiment. x402. installs: remote:https://hyperliquid-whales.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-hyperliquid-whales - Jupiter Solana Swap Quote API (io.github.Br0ski777/jupiter-quotes@1.1.0) Solana swap quotes via Jupiter — best route, price impact, priority fees, USD pricing. x402. installs: remote:https://jupiter-quotes.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-jupiter-quotes - Keyword Research API (io.github.Br0ski777/keyword-research@1.1.0) SEO keyword research with Google Suggest, intent scoring, long-tail discovery. x402. installs: remote:https://keyword-research.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-keyword-research - Language Detector API (io.github.Br0ski777/language-detector@1.1.0) Detect language from text via trigram analysis. 30+ languages, script detection. x402. installs: remote:https://language-detector.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-language-detector - NFT Floor Price & Rarity API (io.github.Br0ski777/nft-floor@1.1.0) NFT collection floor price, volume, holders, rarity rank via Reservoir. ETH + Base. x402. installs: remote:https://nft-floor.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-nft-floor - Order Book Depth API (io.github.Br0ski777/orderbook-depth@1.1.0) Uniswap V3 pool liquidity depth analysis — price impact at 1/2/5/10% levels. x402. installs: remote:https://orderbook-depth.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-orderbook-depth - Phone Number Validation API (io.github.Br0ski777/phone-validation@1.1.0) Validate phone numbers worldwide: carrier, line type, country, E.164. x402. installs: remote:https://phone-validation.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-phone-validation - Prediction Markets API (io.github.Br0ski777/prediction-markets@1.1.0) Prediction market odds from Polymarket. Active markets, probabilities, volume. x402. installs: remote:https://prediction-markets.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-prediction-markets - Sentiment Analyzer API (io.github.Br0ski777/sentiment-analyzer@1.1.0) Analyze text sentiment, emotions, confidence scores, and key phrases. x402 USDC. installs: remote:https://sentiment-analyzer.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-sentiment-analyzer - Solana Priority Fee Estimator API (io.github.Br0ski777/solana-fees@1.1.0) Solana priority fees at 6 levels, cost in SOL/USD, congestion. x402. installs: remote:https://solana-fees.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-solana-fees - Solana Token Launch Scanner API (io.github.Br0ski777/solana-launches@1.1.0) New Solana token launches — pump.fun, Raydium, PumpSwap. Price, liquidity, volume. x402. installs: remote:https://solana-launches.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-solana-launches - Solana Pool Liquidity Scanner API (io.github.Br0ski777/solana-pools@1.1.0) Solana DEX pool liquidity depth — TVL, slippage, volume, Raydium/Orca/Meteora. x402. installs: remote:https://solana-pools.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-solana-pools - Text Classifier API (io.github.Br0ski777/text-classifier@1.1.0) Classify text into categories with confidence, readability, content type. x402. installs: remote:https://text-classifier.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-text-classifier - Token Holders API (io.github.Br0ski777/token-holders@1.1.0) Token holder distribution — top holders, whale count, concentration score. x402. installs: remote:https://token-holders.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-token-holders - Token OHLCV History API (io.github.Br0ski777/token-ohlcv@1.1.0) Historical OHLCV candles for any token. CoinGecko + GeckoTerminal on-chain. x402. installs: remote:https://token-ohlcv.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-token-ohlcv - Token Safety & Contract Risk API (io.github.Br0ski777/token-safety@1.1.0) Token safety check — honeypot, tax, proxy, blacklist, risk score. GoPlus-powered. x402. installs: remote:https://token-safety.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-token-safety - Trust Score API (io.github.Br0ski777/trust-score@1.1.0) Trust scoring for domains, wallets, APIs. SSL+DNS+WHOIS+headers. Score 0-100. installs: remote:https://trust-score.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-trust-score - Wallet Portfolio Tracker API (io.github.Br0ski777/wallet-portfolio@1.1.0) Crypto wallet balances, ERC-20 tokens, USD values across Base and Ethereum. x402. installs: remote:https://wallet-portfolio.api.klymax402.com/mcp detail: https://mcpindex.ai/server/io-github-br0ski777-wallet-portfolio - io.github.Brano80/Veridion-nexus (io.github.Brano80/Veridion-nexus@1.0.9) Veridion Nexus MCP server - GDPR Art. 44-49 runtime compliance for AI agents installs: npm:veridion-nexus-mcp detail: https://mcpindex.ai/server/io-github-brano80-veridion-nexus - io.github.Braynexservices/nigeria-admin-divisions (io.github.Braynexservices/nigeria-admin-divisions@0.1.1) Nigeria's 36 states + FCT and 774 LGAs — list states, get LGAs. Fully offline, no key. installs: npm:@braynexservices/nigeria-mcp-admin-divisions detail: https://mcpindex.ai/server/io-github-braynexservices-nigeria-admin-divisions - io.github.Braynexservices/nigeria-bank-resolve (io.github.Braynexservices/nigeria-bank-resolve@0.2.6) Resolve a Nigerian NUBAN + bank code to the account name (Paystack, free key). PII never cached. installs: npm:@braynexservices/nigeria-mcp-bank-account detail: https://mcpindex.ai/server/io-github-braynexservices-nigeria-bank-resolve - io.github.Braynexservices/nigeria-fx-rates (io.github.Braynexservices/nigeria-fx-rates@0.2.6) Live Naira (NGN) exchange rates vs USD/EUR/GBP — keyless, free, cached ~1h. Mock default offline. installs: npm:@braynexservices/nigeria-mcp-fx-rates detail: https://mcpindex.ai/server/io-github-braynexservices-nigeria-fx-rates - io.github.Braynexservices/nigeria-health-facility (io.github.Braynexservices/nigeria-health-facility@0.1.1) Find Nigerian health facilities near a point, sorted by distance. GRID3, keyless. installs: npm:@braynexservices/nigeria-mcp-health-facility detail: https://mcpindex.ai/server/io-github-braynexservices-nigeria-health-facility - io.github.Braynexservices/nigeria-nigsac-sanctions (io.github.Braynexservices/nigeria-nigsac-sanctions@0.1.1) Screen a name vs Nigeria's NIGSAC sanctions register. Best-effort signal, not compliance-grade. installs: npm:@braynexservices/nigeria-mcp-nigsac-sanctions detail: https://mcpindex.ai/server/io-github-braynexservices-nigeria-nigsac-sanctions - io.github.Braynexservices/nigeria-quidax-crypto (io.github.Braynexservices/nigeria-quidax-crypto@0.1.1) Live crypto tickers in Naira (BTC/NGN etc.) from Quidax. Read-only, keyless, no trading. installs: npm:@braynexservices/nigeria-mcp-quidax-crypto detail: https://mcpindex.ai/server/io-github-braynexservices-nigeria-quidax-crypto - io.github.Braynexservices/nigeria-trade-intel (io.github.Braynexservices/nigeria-trade-intel@0.3.6) Nigeria import/export stats (UN Comtrade, keyless) + HS-code classification, annual or monthly. installs: npm:@braynexservices/nigeria-mcp-trade-intel detail: https://mcpindex.ai/server/io-github-braynexservices-nigeria-trade-intel - io.github.Braynexservices/nigeria-un-sdg (io.github.Braynexservices/nigeria-un-sdg@0.1.1) Nigeria UN SDG indicators (poverty, mortality, energy/water access, education). Keyless. installs: npm:@braynexservices/nigeria-mcp-un-sdg detail: https://mcpindex.ai/server/io-github-braynexservices-nigeria-un-sdg - io.github.Braynexservices/nigeria-worldbank-macro (io.github.Braynexservices/nigeria-worldbank-macro@0.1.1) Nigerian macro indicators (GDP, inflation, population, FDI, more). World Bank API, keyless. installs: npm:@braynexservices/nigeria-mcp-worldbank-macro detail: https://mcpindex.ai/server/io-github-braynexservices-nigeria-worldbank-macro - Brotato Coach (io.github.BrendanL79/spudcoach@0.11.0) Deterministic Brotato theorycrafter MCP server: facts and math, not guesses. installs: pypi:spudcoach detail: https://mcpindex.ai/server/io-github-brendanl79-spudcoach - Tokenmaxxing (io.github.Brock-Denton/tokenmaxxing@1.0.0) Coordinate coding agents through MCP using existing AI plans, saved work, and independent checks. installs: remote:https://www.trytokenmaxxing.com/api/mcp detail: https://mcpindex.ai/server/io-github-brock-denton-tokenmaxxing - BrowseAI Dev (io.github.BrowseAI-HQ/browseai-dev@0.4.0) Evidence-backed web research for AI agents with citations and confidence scores. installs: npm:browseai-dev detail: https://mcpindex.ai/server/io-github-browseai-hq-browseai-dev - Fan Token Intel (io.github.BrunoPessoa22/fan-token-intel@1.0.0) Fan-token intelligence for Chiliz Chain: prices, whale flows, match event impact. 22 read tools. installs: remote:https://mcp-production-f681.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-brunopessoa22-fan-token-intel - Sri Lanka Payslip (io.github.Buddhima-JD3/sri-lanka-payslip@2026.27.2) Source-backed Sri Lanka payslip tools for APIT/PAYE, EPF, ETF, stamp duty, and net pay. installs: docker:ghcr.io/buddhima-jd3/sri-lanka-payslip-mcp:2026.27.2 | remote:https://mypayslip.lk/api/mcp detail: https://mcpindex.ai/server/io-github-buddhima-jd3-sri-lanka-payslip - Czech PII Anonymizer & NLP (io.github.Buggy1111/anonymize-mcp@0.10.2) Anonymize PII & redact text (GDPR): Czech + 35-lang NER, morphology, translation, spellcheck installs: pypi:anonymize-mcp detail: https://mcpindex.ai/server/io-github-buggy1111-anonymize-mcp - Shelly Smart Home (io.github.Buggy1111/shelly-mcp@0.1.2) Local-first MCP server for Shelly smart-home devices (Gen1-Gen4): control, energy, automation. installs: pypi:shelly-mcp detail: https://mcpindex.ai/server/io-github-buggy1111-shelly-mcp - ActionProof (io.github.Burakfenerci5/actionproof@0.0.3) Tamper-proof audit trail for AI agents. Signed receipts, offline-verifiable, zero backend. installs: npm:actionproof detail: https://mcpindex.ai/server/io-github-burakfenerci5-actionproof - BuyWhere MCP Server (io.github.BuyWhere/buywhere-mcp@1.1.0) Agent-native product catalog for AI shopping agents. 296M+ products, 28 countries. installs: remote:https://api.buywhere.ai/mcp detail: https://mcpindex.ai/server/io-github-buywhere-buywhere-mcp - NIM Key Manager (io.github.BySergiMM/nim-key-manager@1.0.0) Self-hosted NVIDIA NIM API-key manager with a Claude MCP connector; deploy your own instance. installs: manual detail: https://mcpindex.ai/server/io-github-bysergimm-nim-key-manager - McpOrchestrator (io.github.Byggarepop/dotnet-mcp-orchestrator@0.5.2) Route one agent through one MCP server to many, with progressive tool discovery to shrink context. installs: manual detail: https://mcpindex.ai/server/io-github-byggarepop-dotnet-mcp-orchestrator - io.github.ByteBunny-io/nanocart-mcp (io.github.ByteBunny-io/nanocart-mcp@1.1.0) Manage your NanoCart store from any AI agent: products, orders, coupons, subscribers, reports. installs: npm:nanocart-mcp | remote:https://mcp.nanocart.io/mcp detail: https://mcpindex.ai/server/io-github-bytebunny-io-nanocart-mcp - CAST Gatekeeper MCP Server (io.github.CAST-Extend/gatekeeper-mcp-server@3.0.0-beta5-46) CAST Dashboard MCP server for compliance, quality, and technical debt insights for AI agents installs: docker:docker.io/castbuild/gatekeeper-mcp-server:3.0.0-beta5-46 detail: https://mcpindex.ai/server/io-github-cast-extend-gatekeeper-mcp-server - CAST Imaging MCP Server (io.github.CAST-Extend/imaging-mcp-server@3.0.4) MCP server exposing CAST Imaging software architecture insights to AI agents installs: docker:docker.io/castimaging/imaging-mcp-server:3.0.4 detail: https://mcpindex.ai/server/io-github-cast-extend-imaging-mcp-server - io.github.CCSTT-dev/callable (io.github.CCSTT-dev/callable@1.0.0) API for AI agents to delegate tasks to real humans. installs: remote:https://getcallable.dev/api/mcp detail: https://mcpindex.ai/server/io-github-ccstt-dev-callable - io.github.CDCStream/captapi (io.github.CDCStream/captapi@0.3.0) Social media data: 85 tools across 11 platforms (YouTube, TikTok, Instagram, X & more), one key. installs: npm:@captapi/mcp | remote:https://api.captapi.com/mcp detail: https://mcpindex.ai/server/io-github-cdcstream-captapi - CE-RISE Digital Passport Engineering Assistant (io.github.CE-RISE-software/dp-engineering-assistant@0.0.1) Helps plan and reuse CE-RISE Digital Passport components, models, and deployment assets. installs: docker:ghcr.io/ce-rise-software/dp-engineering-assistant-mcp:0.0.1 detail: https://mcpindex.ai/server/io-github-ce-rise-software-dp-engineering-assistant - Digital Passport Assessment Workbench (io.github.CE-RISE-software/dpawb@0.1.2) Deterministic SHACL-based assessment and comparison for digital passport data models. installs: docker:ghcr.io/ce-rise-software/dpawb-mcp:0.1.2 detail: https://mcpindex.ai/server/io-github-ce-rise-software-dpawb - io.github.CHANGCHINFU/mcp-gauge (io.github.CHANGCHINFU/mcp-gauge@1.0.0) US government data (USGS/NOAA/SEC/FDA) with cryptographic proof; x402 pay-per-call, no API key installs: remote:https://aeml-x402.zeabur.app/mcp detail: https://mcpindex.ai/server/io-github-changchinfu-mcp-gauge - ToolPipe MCP Server (io.github.COSAI-Labs/toolpipe@1.18.0) 45+ dev tools via MCP: JSON, QR, hash, DNS, code review, fake data, screenshots, and more. installs: remote:https://assessing-scoop-authorities-sheet.trycloudflare.com/mcp detail: https://mcpindex.ai/server/io-github-cosai-labs-toolpipe - io.github.CSCSoftware/aidex (io.github.CSCSoftware/aidex@1.8.0) Persistent code indexing for AI assistants. 50x less context than grep. 11 languages. installs: npm:aidex-mcp detail: https://mcpindex.ai/server/io-github-cscsoftware-aidex - io.github.CSOAI-ORG/a2a-governance-bridge-mcp (io.github.CSOAI-ORG/a2a-governance-bridge-mcp@1.1.14) A2a Governance Bridge MCP Server by MEOK AI Labs installs: pypi:a2a-governance-bridge-mcp | remote:https://api.meok.ai/v1/a2a/governance-bridge detail: https://mcpindex.ai/server/io-github-csoai-org-a2a-governance-bridge-mcp - io.github.CSOAI-ORG/accessibility-ai-mcp (io.github.CSOAI-ORG/accessibility-ai-mcp@1.0.15) Accessibility Ai MCP Server by MEOK AI Labs installs: pypi:accessibility-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-accessibility-ai-mcp - io.github.CSOAI-ORG/accounting-ai-mcp (io.github.CSOAI-ORG/accounting-ai-mcp@1.0.13) Accounting Ai MCP Server by MEOK AI Labs installs: pypi:accounting-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-accounting-ai-mcp - io.github.CSOAI-ORG/ad-copy-ai-mcp (io.github.CSOAI-ORG/ad-copy-ai-mcp@1.0.14) Ad Copy Ai MCP Server by MEOK AI Labs installs: pypi:ad-copy-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-ad-copy-ai-mcp - io.github.CSOAI-ORG/agent-content-watermark-mcp (io.github.CSOAI-ORG/agent-content-watermark-mcp@1.1.9) Agent Content Watermark MCP — dedicated EU AI Act Article 50(2) GenAI watermarking. Visible + installs: pypi:agent-content-watermark-mcp | remote:https://api.meok.ai/v1/governance/agent-content-watermark detail: https://mcpindex.ai/server/io-github-csoai-org-agent-content-watermark-mcp - io.github.CSOAI-ORG/agent-data-residency-mcp (io.github.CSOAI-ORG/agent-data-residency-mcp@1.0.9) Agent data residency + GDPR Chapter V transfer-basis runtime guard. Programmatically answer 'whe... installs: pypi:agent-data-residency-mcp | remote:https://api.meok.ai/v1/a2a/data-residency detail: https://mcpindex.ai/server/io-github-csoai-org-agent-data-residency-mcp - io.github.CSOAI-ORG/agent-delegation-mcp (io.github.CSOAI-ORG/agent-delegation-mcp@1.0.12) Agent Delegation MCP Server by MEOK AI Labs installs: pypi:agent-delegation-mcp | remote:https://api.meok.ai/v1/a2a/delegation detail: https://mcpindex.ai/server/io-github-csoai-org-agent-delegation-mcp - io.github.CSOAI-ORG/agent-handoff-certified-mcp (io.github.CSOAI-ORG/agent-handoff-certified-mcp@1.0.12) Verifiable agent-to-agent task handoff with signed provenance chain. Initiating agent signs the ... installs: pypi:agent-handoff-certified-mcp | remote:https://api.meok.ai/v1/a2a/handoff-certified detail: https://mcpindex.ai/server/io-github-csoai-org-agent-handoff-certified-mcp - io.github.CSOAI-ORG/agent-identity-trust-mcp (io.github.CSOAI-ORG/agent-identity-trust-mcp@1.0.13) Agent Identity Trust MCP Server by MEOK AI Labs installs: pypi:agent-identity-trust-mcp | remote:https://api.meok.ai/v1/a2a/identity-trust detail: https://mcpindex.ai/server/io-github-csoai-org-agent-identity-trust-mcp - io.github.CSOAI-ORG/agent-incident-reporter-mcp (io.github.CSOAI-ORG/agent-incident-reporter-mcp@1.0.3) Signed, hash-chained, tamper-evident AI incident records. EU AI Act Article 73 serious-incident repo installs: pypi:agent-incident-reporter-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-agent-incident-reporter-mcp - io.github.CSOAI-ORG/agent-mcp-router-mcp (io.github.CSOAI-ORG/agent-mcp-router-mcp@1.1.8) Agent MCP Router MCP — one router for the whole MEOK fleet. Holds 62 MEOK MCPs behind one installs: pypi:agent-mcp-router-mcp | remote:https://api.meok.ai/v1/a2a/agent-mcp-router detail: https://mcpindex.ai/server/io-github-csoai-org-agent-mcp-router-mcp - io.github.CSOAI-ORG/agent-negotiation-mcp (io.github.CSOAI-ORG/agent-negotiation-mcp@1.0.16) Agent Negotiation MCP Server by MEOK AI Labs installs: pypi:agent-negotiation-mcp | remote:https://api.meok.ai/v1/a2a/negotiation detail: https://mcpindex.ai/server/io-github-csoai-org-agent-negotiation-mcp - io.github.CSOAI-ORG/agent-orchestrator-mcp (io.github.CSOAI-ORG/agent-orchestrator-mcp@1.0.12) Agent Orchestrator MCP Server by MEOK AI Labs installs: pypi:agent-orchestrator-mcp | remote:https://api.meok.ai/v1/a2a/orchestrator detail: https://mcpindex.ai/server/io-github-csoai-org-agent-orchestrator-mcp - io.github.CSOAI-ORG/agent-policy-enforcement-mcp (io.github.CSOAI-ORG/agent-policy-enforcement-mcp@1.0.11) Per-agent-pair IAM for A2A. Define policies ('orchestrator may call billing only when amount<100... installs: pypi:agent-policy-enforcement-mcp | remote:https://api.meok.ai/v1/a2a/policy-enforcement detail: https://mcpindex.ai/server/io-github-csoai-org-agent-policy-enforcement-mcp - io.github.CSOAI-ORG/agent-rate-limiter-mcp (io.github.CSOAI-ORG/agent-rate-limiter-mcp@1.0.10) Fleet-wide shared rate limiter for A2A + multi-MCP deployments. Most MCP servers rate-limit inde... installs: pypi:agent-rate-limiter-mcp | remote:https://api.meok.ai/v1/a2a/rate-limiter detail: https://mcpindex.ai/server/io-github-csoai-org-agent-rate-limiter-mcp - io.github.CSOAI-ORG/agent-replay-debugger-mcp (io.github.CSOAI-ORG/agent-replay-debugger-mcp@1.0.7) Agent Replay Debugger MCP — record every agent step + deterministic replay. Step-debugger for installs: pypi:agent-replay-debugger-mcp | remote:https://api.meok.ai/v1/a2a/agent-replay-debugger detail: https://mcpindex.ai/server/io-github-csoai-org-agent-replay-debugger-mcp - io.github.CSOAI-ORG/agent-token-budget-mcp (io.github.CSOAI-ORG/agent-token-budget-mcp@1.1.6) Agent Token Budget MCP — hard per-session token + spend cap with signed budget-exhausted installs: pypi:agent-token-budget-mcp | remote:https://api.meok.ai/v1/a2a/agent-token-budget detail: https://mcpindex.ai/server/io-github-csoai-org-agent-token-budget-mcp - io.github.CSOAI-ORG/agent-x402-paywall-mcp (io.github.CSOAI-ORG/agent-x402-paywall-mcp@1.0.10) Agent x402 Paywall MCP — Coinbase HTTP 402 protocol + on-chain settlement. Agents pay per-call installs: pypi:agent-x402-paywall-mcp | remote:https://api.meok.ai/v1/a2a/agent-x402-paywall detail: https://mcpindex.ai/server/io-github-csoai-org-agent-x402-paywall-mcp - io.github.CSOAI-ORG/agriculture-robotics-mcp (io.github.CSOAI-ORG/agriculture-robotics-mcp@1.0.13) Agriculture Robotics MCP Server by MEOK AI Labs installs: pypi:agriculture-robotics-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-agriculture-robotics-mcp - io.github.CSOAI-ORG/ai-bom-mcp (io.github.CSOAI-ORG/ai-bom-mcp@1.2.21) AI Bill of Materials (AI-BOM) generator + auditor MCP — CycloneDX ML-BOM, SPDX 3.0 AI profile, E... installs: pypi:ai-bom-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-ai-bom-mcp - io.github.CSOAI-ORG/ai-gateway-mcp (io.github.CSOAI-ORG/ai-gateway-mcp@1.0.11) Ai Gateway MCP Server by MEOK AI Labs installs: pypi:ai-gateway-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-ai-gateway-mcp - io.github.CSOAI-ORG/ai-ops-mcp (io.github.CSOAI-ORG/ai-ops-mcp@1.0.12) Ai Ops MCP Server by MEOK AI Labs installs: pypi:ai-ops-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-ai-ops-mcp - io.github.CSOAI-ORG/ai-self-audit-mcp (io.github.CSOAI-ORG/ai-self-audit-mcp@1.0.14) Ai Self Audit MCP Server by MEOK AI Labs installs: pypi:ai-self-audit-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-ai-self-audit-mcp - io.github.CSOAI-ORG/airspace-monitor-mcp (io.github.CSOAI-ORG/airspace-monitor-mcp@1.0.12) Airspace Monitor MCP Server by MEOK AI Labs installs: pypi:airspace-monitor-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-airspace-monitor-mcp - io.github.CSOAI-ORG/aml-ai-mcp (io.github.CSOAI-ORG/aml-ai-mcp@1.0.11) 6AMLD + UK MLR 2017 + FinCEN BSA AML/CFT compliance for AI-enabled transaction monitoring, sanct... installs: pypi:aml-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-aml-ai-mcp - io.github.CSOAI-ORG/api-tester-ai-mcp (io.github.CSOAI-ORG/api-tester-ai-mcp@1.0.13) Api Tester Ai MCP Server by MEOK AI Labs installs: pypi:api-tester-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-api-tester-ai-mcp - io.github.CSOAI-ORG/ascii-art-ai-mcp (io.github.CSOAI-ORG/ascii-art-ai-mcp@1.0.11) Ascii Art Ai MCP Server by MEOK AI Labs installs: pypi:ascii-art-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-ascii-art-ai-mcp - io.github.CSOAI-ORG/backup-ai-mcp (io.github.CSOAI-ORG/backup-ai-mcp@1.0.12) Backup Ai MCP Server by MEOK AI Labs installs: pypi:backup-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-backup-ai-mcp - io.github.CSOAI-ORG/basel-ai-overlay-mcp (io.github.CSOAI-ORG/basel-ai-overlay-mcp@1.0.10) Basel III + SR 11-7 + ECB TRIM AI/ML model risk management for banks deploying AI in credit, cap... installs: pypi:basel-ai-overlay-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-basel-ai-overlay-mcp - io.github.CSOAI-ORG/bft-progress-council-mcp (io.github.CSOAI-ORG/bft-progress-council-mcp@1.1.9) BFT Progress Council MCP — 5-voter Byzantine council halts agentic loops when no real progress is installs: pypi:bft-progress-council-mcp | remote:https://api.meok.ai/v1/a2a/bft-progress-council detail: https://mcpindex.ai/server/io-github-csoai-org-bft-progress-council-mcp - io.github.CSOAI-ORG/bias-detection-mcp (io.github.CSOAI-ORG/bias-detection-mcp@1.2.8) AI bias detection and fairness assessment for AI agents. Instant bias risk scan, demographic ana... installs: pypi:bias-detection-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-bias-detection-mcp - io.github.CSOAI-ORG/blockchain-ai-mcp (io.github.CSOAI-ORG/blockchain-ai-mcp@1.0.12) Blockchain Ai MCP Server by MEOK AI Labs installs: pypi:blockchain-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-blockchain-ai-mcp - io.github.CSOAI-ORG/blockchain-verification-mcp (io.github.CSOAI-ORG/blockchain-verification-mcp@1.0.11) Blockchain Verification MCP Server by MEOK AI Labs installs: pypi:blockchain-verification-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-blockchain-verification-mcp - io.github.CSOAI-ORG/budget-planner-ai-mcp (io.github.CSOAI-ORG/budget-planner-ai-mcp@1.0.11) Budget Planner Ai MCP Server by MEOK AI Labs installs: pypi:budget-planner-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-budget-planner-ai-mcp - io.github.CSOAI-ORG/canada-aida-ai-mcp (io.github.CSOAI-ORG/canada-aida-ai-mcp@1.0.15) Canada Aida Ai MCP Server by MEOK AI Labs installs: pypi:canada-aida-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-canada-aida-ai-mcp - io.github.CSOAI-ORG/care-home-cqc-mcp (io.github.CSOAI-ORG/care-home-cqc-mcp@1.0.13) UK Care Quality Commission (CQC) Single Assessment Framework compliance for care homes. AI-assisted installs: pypi:care-home-cqc-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-care-home-cqc-mcp - io.github.CSOAI-ORG/care-membrane-mcp (io.github.CSOAI-ORG/care-membrane-mcp@1.0.12) Care Membrane MCP Server by MEOK AI Labs installs: pypi:care-membrane-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-care-membrane-mcp - io.github.CSOAI-ORG/changelog-ai-mcp (io.github.CSOAI-ORG/changelog-ai-mcp@1.0.11) Changelog Ai MCP Server by MEOK AI Labs installs: pypi:changelog-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-changelog-ai-mcp - io.github.CSOAI-ORG/chas-elite-prep-mcp (io.github.CSOAI-ORG/chas-elite-prep-mcp@1.0.11) CHAS / SafeContractor / Constructionline pre-qualification preparation. Health & safety, environ... installs: pypi:chas-elite-prep-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-chas-elite-prep-mcp - io.github.CSOAI-ORG/churn-predictor-ai-mcp (io.github.CSOAI-ORG/churn-predictor-ai-mcp@1.0.10) Churn Predictor Ai MCP Server by MEOK AI Labs installs: pypi:churn-predictor-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-churn-predictor-ai-mcp - io.github.CSOAI-ORG/ci-cd-generator-ai-mcp (io.github.CSOAI-ORG/ci-cd-generator-ai-mcp@1.0.14) Ci Cd Generator Ai MCP Server by MEOK AI Labs installs: pypi:ci-cd-generator-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-ci-cd-generator-ai-mcp - io.github.CSOAI-ORG/citation-finder-ai-mcp (io.github.CSOAI-ORG/citation-finder-ai-mcp@1.0.11) Citation Finder Ai MCP Server by MEOK AI Labs installs: pypi:citation-finder-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-citation-finder-ai-mcp - io.github.CSOAI-ORG/cli-builder-ai-mcp (io.github.CSOAI-ORG/cli-builder-ai-mcp@1.0.11) Cli Builder Ai MCP Server by MEOK AI Labs installs: pypi:cli-builder-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-cli-builder-ai-mcp - io.github.CSOAI-ORG/clinical-trials-ai-mcp (io.github.CSOAI-ORG/clinical-trials-ai-mcp@1.0.9) Clinical Trials Ai MCP Server by MEOK AI Labs installs: pypi:clinical-trials-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-clinical-trials-ai-mcp - io.github.CSOAI-ORG/clipboard-ai-mcp (io.github.CSOAI-ORG/clipboard-ai-mcp@1.0.13) Clipboard Ai MCP Server by MEOK AI Labs installs: pypi:clipboard-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-clipboard-ai-mcp - io.github.CSOAI-ORG/code-executor-mcp (io.github.CSOAI-ORG/code-executor-mcp@1.0.12) Code Executor MCP Server by MEOK AI Labs installs: pypi:code-executor-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-code-executor-mcp - io.github.CSOAI-ORG/code-reviewer-ai-mcp (io.github.CSOAI-ORG/code-reviewer-ai-mcp@1.0.12) Code Reviewer Ai MCP Server by MEOK AI Labs installs: pypi:code-reviewer-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-code-reviewer-ai-mcp - io.github.CSOAI-ORG/color-ai-mcp (io.github.CSOAI-ORG/color-ai-mcp@1.0.11) Color Ai MCP Server by MEOK AI Labs installs: pypi:color-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-color-ai-mcp - io.github.CSOAI-ORG/commit-message-ai-mcp (io.github.CSOAI-ORG/commit-message-ai-mcp@1.0.12) Commit Message Ai MCP Server by MEOK AI Labs installs: pypi:commit-message-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-commit-message-ai-mcp - io.github.CSOAI-ORG/competitor-monitor-ai-mcp (io.github.CSOAI-ORG/competitor-monitor-ai-mcp@1.0.10) Competitor Monitor Ai MCP Server by MEOK AI Labs installs: pypi:competitor-monitor-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-competitor-monitor-ai-mcp - io.github.CSOAI-ORG/compression-ai-mcp (io.github.CSOAI-ORG/compression-ai-mcp@1.0.10) Compression Ai MCP Server by MEOK AI Labs installs: pypi:compression-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-compression-ai-mcp - io.github.CSOAI-ORG/concrete-pump-cpa-mcp (io.github.CSOAI-ORG/concrete-pump-cpa-mcp@1.0.9) CPA Concrete Pumping Group standards, pump operator certification, BS EN 12001 ground bearing ca... installs: pypi:concrete-pump-cpa-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-concrete-pump-cpa-mcp - io.github.CSOAI-ORG/config-validator-ai-mcp (io.github.CSOAI-ORG/config-validator-ai-mcp@1.0.10) Config Validator Ai MCP Server by MEOK AI Labs installs: pypi:config-validator-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-config-validator-ai-mcp - io.github.CSOAI-ORG/consciousness-engine-mcp (io.github.CSOAI-ORG/consciousness-engine-mcp@1.0.5) consciousness-engine-mcp MCP server by MEOK AI Labs installs: pypi:consciousness-engine-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-consciousness-engine-mcp - io.github.CSOAI-ORG/construction-iso-19650-mcp (io.github.CSOAI-ORG/construction-iso-19650-mcp@1.0.9) ISO 19650 / UK BIM Level 2 compliance for construction projects. EIR, BEP, MIDP, TIDP, and CDE s... installs: pypi:construction-iso-19650-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-construction-iso-19650-mcp - io.github.CSOAI-ORG/content-registry-mcp (io.github.CSOAI-ORG/content-registry-mcp@1.0.11) Content Registry MCP Server by MEOK AI Labs installs: pypi:content-registry-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-content-registry-mcp - io.github.CSOAI-ORG/contract-review-ai-mcp (io.github.CSOAI-ORG/contract-review-ai-mcp@1.0.10) Contract Review Ai MCP Server by MEOK AI Labs installs: pypi:contract-review-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-contract-review-ai-mcp - io.github.CSOAI-ORG/coppa-ferpa-mcp (io.github.CSOAI-ORG/coppa-ferpa-mcp@1.0.8) Children's privacy compliance: COPPA (US), FERPA (US edu), EU AI Act children's provisions, UK A... installs: pypi:coppa-ferpa-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-coppa-ferpa-mcp - io.github.CSOAI-ORG/cqc-compliance-mcp (io.github.CSOAI-ORG/cqc-compliance-mcp@1.0.5) cqc-compliance-mcp for domiciliary opticians installs: pypi:cqc-compliance-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-cqc-compliance-mcp - io.github.CSOAI-ORG/cra-compliance-mcp (io.github.CSOAI-ORG/cra-compliance-mcp@1.3.15) EU Cyber Resilience Act (Regulation 2024/2847) compliance for AI agents. Product classification... installs: pypi:cra-compliance-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-cra-compliance-mcp - io.github.CSOAI-ORG/crane-hire-cpcs-mcp (io.github.CSOAI-ORG/crane-hire-cpcs-mcp@1.0.9) CPCS / CISRS / NPORS card verification, BS 7121 lift plans, mobile crane / tower crane operator ... installs: pypi:crane-hire-cpcs-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-crane-hire-cpcs-mcp - io.github.CSOAI-ORG/creativity-engine-mcp (io.github.CSOAI-ORG/creativity-engine-mcp@1.0.11) Creativity Engine MCP Server by MEOK AI Labs installs: pypi:creativity-engine-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-creativity-engine-mcp - io.github.CSOAI-ORG/cron-ai-mcp (io.github.CSOAI-ORG/cron-ai-mcp@1.0.10) Cron Ai MCP Server by MEOK AI Labs installs: pypi:cron-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-cron-ai-mcp - io.github.CSOAI-ORG/crypto-tracker-ai-mcp (io.github.CSOAI-ORG/crypto-tracker-ai-mcp@1.0.4) crypto-tracker-ai-mcp MCP server by MEOK AI Labs installs: pypi:crypto-tracker-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-crypto-tracker-ai-mcp - io.github.CSOAI-ORG/csoai-governance-crosswalk-mcp (io.github.CSOAI-ORG/csoai-governance-crosswalk-mcp@1.0.16) Csoai Governance Crosswalk MCP Server by MEOK AI Labs installs: pypi:csoai-governance-crosswalk-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-csoai-governance-crosswalk-mcp - io.github.CSOAI-ORG/csrd-compliance-mcp (io.github.CSOAI-ORG/csrd-compliance-mcp@1.3.10) Csrd Compliance MCP Server by MEOK AI Labs installs: pypi:csrd-compliance-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-csrd-compliance-mcp - io.github.CSOAI-ORG/csv-tools-ai-mcp (io.github.CSOAI-ORG/csv-tools-ai-mcp@1.0.10) Csv Tools Ai MCP Server by MEOK AI Labs installs: pypi:csv-tools-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-csv-tools-ai-mcp - io.github.CSOAI-ORG/currency-converter-ai-mcp (io.github.CSOAI-ORG/currency-converter-ai-mcp@1.0.11) Currency Converter Ai MCP Server by MEOK AI Labs installs: pypi:currency-converter-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-currency-converter-ai-mcp - io.github.CSOAI-ORG/customer-support-ai-mcp (io.github.CSOAI-ORG/customer-support-ai-mcp@1.0.10) Customer Support Ai MCP Server by MEOK AI Labs installs: pypi:customer-support-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-customer-support-ai-mcp - io.github.CSOAI-ORG/data-science-ai-mcp (io.github.CSOAI-ORG/data-science-ai-mcp@1.0.12) Data Science Ai MCP Server by MEOK AI Labs installs: pypi:data-science-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-data-science-ai-mcp - io.github.CSOAI-ORG/database-universal-mcp (io.github.CSOAI-ORG/database-universal-mcp@1.0.14) Database Universal MCP Server by MEOK AI Labs installs: pypi:database-universal-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-database-universal-mcp - io.github.CSOAI-ORG/dataprivacy-ai-mcp (io.github.CSOAI-ORG/dataprivacy-ai-mcp@1.0.14) Dataprivacy Ai MCP Server by MEOK AI Labs installs: pypi:dataprivacy-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-dataprivacy-ai-mcp - io.github.CSOAI-ORG/date-calculator-ai-mcp (io.github.CSOAI-ORG/date-calculator-ai-mcp@1.0.11) Date Calculator Ai MCP Server by MEOK AI Labs installs: pypi:date-calculator-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-date-calculator-ai-mcp - io.github.CSOAI-ORG/deepfake-detector-mcp (io.github.CSOAI-ORG/deepfake-detector-mcp@1.0.15) Deepfake Detector MCP Server by MEOK AI Labs installs: pypi:deepfake-detector-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-deepfake-detector-mcp - io.github.CSOAI-ORG/dependency-updater-ai-mcp (io.github.CSOAI-ORG/dependency-updater-ai-mcp@1.0.12) Dependency Updater Ai MCP Server by MEOK AI Labs installs: pypi:dependency-updater-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-dependency-updater-ai-mcp - io.github.CSOAI-ORG/devops-ai-mcp (io.github.CSOAI-ORG/devops-ai-mcp@1.0.12) Devops Ai MCP Server by MEOK AI Labs installs: pypi:devops-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-devops-ai-mcp - io.github.CSOAI-ORG/diff-ai-mcp (io.github.CSOAI-ORG/diff-ai-mcp@1.0.13) Diff Ai MCP Server by MEOK AI Labs installs: pypi:diff-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-diff-ai-mcp - io.github.CSOAI-ORG/dispense-record-mcp (io.github.CSOAI-ORG/dispense-record-mcp@1.0.9) GOC-compliant optical dispense record validation. Captures prescription, lens choice, fitting installs: pypi:dispense-record-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-dispense-record-mcp - io.github.CSOAI-ORG/dockerfile-generator-ai-mcp (io.github.CSOAI-ORG/dockerfile-generator-ai-mcp@1.0.13) Dockerfile Generator Ai MCP Server by MEOK AI Labs installs: pypi:dockerfile-generator-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-dockerfile-generator-ai-mcp - io.github.CSOAI-ORG/document-comparison-ai-mcp (io.github.CSOAI-ORG/document-comparison-ai-mcp@1.0.4) document-comparison-ai-mcp MCP server by MEOK AI Labs installs: pypi:document-comparison-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-document-comparison-ai-mcp - io.github.CSOAI-ORG/dora-compliance-mcp (io.github.CSOAI-ORG/dora-compliance-mcp@1.4.13) DORA (EU Digital Operational Resilience Act) compliance for AI agents. 5-pillar audit, incident ... installs: pypi:dora-compliance-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-dora-compliance-mcp - io.github.CSOAI-ORG/drone-airspace-governance-mcp (io.github.CSOAI-ORG/drone-airspace-governance-mcp@1.0.8) Drone Airspace Governance tools for AI agents. Capabilities: classify operation, bvlos risk assessme installs: pypi:drone-airspace-governance-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-drone-airspace-governance-mcp - io.github.CSOAI-ORG/ecommerce-ai-mcp (io.github.CSOAI-ORG/ecommerce-ai-mcp@1.0.4) ecommerce-ai-mcp MCP server by MEOK AI Labs installs: pypi:ecommerce-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-ecommerce-ai-mcp - io.github.CSOAI-ORG/education-ai-mcp (io.github.CSOAI-ORG/education-ai-mcp@1.0.4) education-ai-mcp MCP server by MEOK AI Labs installs: pypi:education-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-education-ai-mcp - io.github.CSOAI-ORG/emoji-ai-mcp (io.github.CSOAI-ORG/emoji-ai-mcp@1.0.4) emoji-ai-mcp MCP server by MEOK AI Labs installs: pypi:emoji-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-emoji-ai-mcp - io.github.CSOAI-ORG/encoder-ai-mcp (io.github.CSOAI-ORG/encoder-ai-mcp@1.0.4) encoder-ai-mcp MCP server by MEOK AI Labs installs: pypi:encoder-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-encoder-ai-mcp - io.github.CSOAI-ORG/env-manager-ai-mcp (io.github.CSOAI-ORG/env-manager-ai-mcp@1.0.4) env-manager-ai-mcp MCP server by MEOK AI Labs installs: pypi:env-manager-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-env-manager-ai-mcp - io.github.CSOAI-ORG/eu-ai-act-compliance-mcp (io.github.CSOAI-ORG/eu-ai-act-compliance-mcp@1.8.12) Eu Ai Act Compliance MCP Server by MEOK AI Labs installs: pypi:eu-ai-act-compliance-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-eu-ai-act-compliance-mcp - io.github.CSOAI-ORG/eudi-wallet-mcp (io.github.CSOAI-ORG/eudi-wallet-mcp@1.0.2) EUDI Wallet MCP — EU Digital Identity Wallet under eIDAS 2.0 for AI agent authentication via installs: pypi:eudi-wallet-mcp | remote:https://api.meok.ai/v1/a2a/eudi-wallet detail: https://mcpindex.ai/server/io-github-csoai-org-eudi-wallet-mcp - io.github.CSOAI-ORG/event-planning-ai-mcp (io.github.CSOAI-ORG/event-planning-ai-mcp@1.0.4) event-planning-ai-mcp MCP server by MEOK AI Labs installs: pypi:event-planning-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-event-planning-ai-mcp - io.github.CSOAI-ORG/expense-tracker-ai-mcp (io.github.CSOAI-ORG/expense-tracker-ai-mcp@1.0.4) expense-tracker-ai-mcp MCP server by MEOK AI Labs installs: pypi:expense-tracker-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-expense-tracker-ai-mcp - io.github.CSOAI-ORG/explainability-report-mcp (io.github.CSOAI-ORG/explainability-report-mcp@1.0.8) AI explainability and transparency reports for AI agents. Instant transparency scan, model cards, de installs: pypi:explainability-report-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-explainability-report-mcp - io.github.CSOAI-ORG/faker-ai-mcp (io.github.CSOAI-ORG/faker-ai-mcp@1.0.4) faker-ai-mcp MCP server by MEOK AI Labs installs: pypi:faker-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-faker-ai-mcp - io.github.CSOAI-ORG/fda-samd-mcp (io.github.CSOAI-ORG/fda-samd-mcp@1.0.9) FDA AI/ML Software as a Medical Device Action Plan + 510(k) + PMA + De Novo pathways for US MedT... installs: pypi:fda-samd-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-fda-samd-mcp - io.github.CSOAI-ORG/feedback-analyzer-ai-mcp (io.github.CSOAI-ORG/feedback-analyzer-ai-mcp@1.0.4) feedback-analyzer-ai-mcp MCP server by MEOK AI Labs installs: pypi:feedback-analyzer-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-feedback-analyzer-ai-mcp - io.github.CSOAI-ORG/firmware-attestation-mcp (io.github.CSOAI-ORG/firmware-attestation-mcp@1.0.1) Firmware Attestation MCP — hardware trust layer for sovereign AI. Scan firmware, check installs: pypi:firmware-attestation-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-firmware-attestation-mcp - io.github.CSOAI-ORG/fishkeeper-ai-mcp (io.github.CSOAI-ORG/fishkeeper-ai-mcp@1.0.4) fishkeeper-ai-mcp MCP server by MEOK AI Labs installs: pypi:fishkeeper-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-fishkeeper-ai-mcp - io.github.CSOAI-ORG/fitness-ai-mcp (io.github.CSOAI-ORG/fitness-ai-mcp@1.0.4) fitness-ai-mcp MCP server by MEOK AI Labs installs: pypi:fitness-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-fitness-ai-mcp - io.github.CSOAI-ORG/flashcard-ai-mcp (io.github.CSOAI-ORG/flashcard-ai-mcp@1.0.4) flashcard-ai-mcp MCP server by MEOK AI Labs installs: pypi:flashcard-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-flashcard-ai-mcp - io.github.CSOAI-ORG/flight-logger-mcp (io.github.CSOAI-ORG/flight-logger-mcp@1.0.4) flight-logger-mcp MCP server by MEOK AI Labs installs: pypi:flight-logger-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-flight-logger-mcp - io.github.CSOAI-ORG/focus-timer-ai-mcp (io.github.CSOAI-ORG/focus-timer-ai-mcp@1.0.4) focus-timer-ai-mcp MCP server by MEOK AI Labs installs: pypi:focus-timer-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-focus-timer-ai-mcp - io.github.CSOAI-ORG/fsa-food-safety-mcp (io.github.CSOAI-ORG/fsa-food-safety-mcp@1.0.4) UK Food Standards Agency + EU Reg 178/2002 + HACCP + allergen labelling compliance for food producer installs: pypi:fsa-food-safety-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-fsa-food-safety-mcp - io.github.CSOAI-ORG/gardening-ai-mcp (io.github.CSOAI-ORG/gardening-ai-mcp@1.0.4) gardening-ai-mcp MCP server by MEOK AI Labs installs: pypi:gardening-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-gardening-ai-mcp - io.github.CSOAI-ORG/gdpr-compliance-ai-mcp (io.github.CSOAI-ORG/gdpr-compliance-ai-mcp@1.1.12) Gdpr Compliance Ai MCP Server by MEOK AI Labs installs: pypi:gdpr-compliance-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-gdpr-compliance-ai-mcp - io.github.CSOAI-ORG/gos-claim-validator-mcp (io.github.CSOAI-ORG/gos-claim-validator-mcp@1.0.3) Validate NHS General Ophthalmic Services (GOS) claims pre-submission. Catches errors in GOS 1-6 installs: pypi:gos-claim-validator-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-gos-claim-validator-mcp - io.github.CSOAI-ORG/grammar-fix-ai-mcp (io.github.CSOAI-ORG/grammar-fix-ai-mcp@1.0.4) grammar-fix-ai-mcp MCP server by MEOK AI Labs installs: pypi:grammar-fix-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-grammar-fix-ai-mcp - io.github.CSOAI-ORG/habit-tracker-ai-mcp (io.github.CSOAI-ORG/habit-tracker-ai-mcp@1.0.4) habit-tracker-ai-mcp MCP server by MEOK AI Labs installs: pypi:habit-tracker-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-habit-tracker-ai-mcp - io.github.CSOAI-ORG/hash-utils-ai-mcp (io.github.CSOAI-ORG/hash-utils-ai-mcp@1.0.4) hash-utils-ai-mcp MCP server by MEOK AI Labs installs: pypi:hash-utils-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-hash-utils-ai-mcp - io.github.CSOAI-ORG/haulage-uk-compliance-mcp (io.github.CSOAI-ORG/haulage-uk-compliance-mcp@1.0.7) UK Operator Licence, tachograph, drivers' hours, DVSA roadside checks for UK haulage operators a... installs: pypi:haulage-uk-compliance-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-haulage-uk-compliance-mcp - io.github.CSOAI-ORG/health-check-ai-mcp (io.github.CSOAI-ORG/health-check-ai-mcp@1.0.4) health-check-ai-mcp MCP server by MEOK AI Labs installs: pypi:health-check-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-health-check-ai-mcp - io.github.CSOAI-ORG/healthcare-ai-governance-mcp (io.github.CSOAI-ORG/healthcare-ai-governance-mcp@1.0.8) Healthcare Ai Governance automation via MCP. Includes classify samd, check cds exemption, hipaa ai c installs: pypi:healthcare-ai-governance-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-healthcare-ai-governance-mcp - io.github.CSOAI-ORG/healthcare-fhir-mcp (io.github.CSOAI-ORG/healthcare-fhir-mcp@1.0.4) healthcare-fhir-mcp MCP server by MEOK AI Labs installs: pypi:healthcare-fhir-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-healthcare-fhir-mcp - io.github.CSOAI-ORG/hipaa-compliance-mcp (io.github.CSOAI-ORG/hipaa-compliance-mcp@1.0.6) hipaa-compliance-mcp MCP server by MEOK AI Labs installs: pypi:hipaa-compliance-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-hipaa-compliance-mcp - io.github.CSOAI-ORG/hr-management-ai-mcp (io.github.CSOAI-ORG/hr-management-ai-mcp@1.0.4) hr-management-ai-mcp MCP server by MEOK AI Labs installs: pypi:hr-management-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-hr-management-ai-mcp - io.github.CSOAI-ORG/html-parser-ai-mcp (io.github.CSOAI-ORG/html-parser-ai-mcp@1.0.4) html-parser-ai-mcp MCP server by MEOK AI Labs installs: pypi:html-parser-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-html-parser-ai-mcp - io.github.CSOAI-ORG/icon-generator-ai-mcp (io.github.CSOAI-ORG/icon-generator-ai-mcp@1.0.4) icon-generator-ai-mcp MCP server by MEOK AI Labs installs: pypi:icon-generator-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-icon-generator-ai-mcp - io.github.CSOAI-ORG/insurance-verification-mcp (io.github.CSOAI-ORG/insurance-verification-mcp@1.0.4) insurance-verification-mcp MCP server by MEOK AI Labs installs: pypi:insurance-verification-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-insurance-verification-mcp - io.github.CSOAI-ORG/inventory-management-ai-mcp (io.github.CSOAI-ORG/inventory-management-ai-mcp@1.0.4) inventory-management-ai-mcp MCP server by MEOK AI Labs installs: pypi:inventory-management-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-inventory-management-ai-mcp - io.github.CSOAI-ORG/invoice-generator-ai-mcp (io.github.CSOAI-ORG/invoice-generator-ai-mcp@1.0.4) invoice-generator-ai-mcp MCP server by MEOK AI Labs installs: pypi:invoice-generator-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-invoice-generator-ai-mcp - io.github.CSOAI-ORG/ip-network-ai-mcp (io.github.CSOAI-ORG/ip-network-ai-mcp@1.0.4) ip-network-ai-mcp MCP server by MEOK AI Labs installs: pypi:ip-network-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-ip-network-ai-mcp - io.github.CSOAI-ORG/iso-27001-ai-mcp (io.github.CSOAI-ORG/iso-27001-ai-mcp@1.0.8) AI-powered iso 27001 ai MCP server for agents. Supports audit isms, risk assessment, gap analysis. B installs: pypi:iso-27001-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-iso-27001-ai-mcp - io.github.CSOAI-ORG/iso-42001-ai-mcp (io.github.CSOAI-ORG/iso-42001-ai-mcp@1.1.9) Iso 42001 Ai MCP Server by MEOK AI Labs installs: pypi:iso-42001-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-iso-42001-ai-mcp - io.github.CSOAI-ORG/iso-42005-impact-mcp (io.github.CSOAI-ORG/iso-42005-impact-mcp@1.0.5) ISO/IEC 42005:2025 AI Impact Assessment MCP — first international standard for AI impact installs: pypi:iso-42005-impact-mcp | remote:https://api.meok.ai/v1/governance/iso-42005-impact detail: https://mcpindex.ai/server/io-github-csoai-org-iso-42005-impact-mcp - io.github.CSOAI-ORG/job-description-ai-mcp (io.github.CSOAI-ORG/job-description-ai-mcp@1.0.4) job-description-ai-mcp MCP server by MEOK AI Labs installs: pypi:job-description-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-job-description-ai-mcp - io.github.CSOAI-ORG/json-ai-mcp (io.github.CSOAI-ORG/json-ai-mcp@1.0.4) json-ai-mcp MCP server by MEOK AI Labs installs: pypi:json-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-json-ai-mcp - io.github.CSOAI-ORG/jwt-ai-mcp (io.github.CSOAI-ORG/jwt-ai-mcp@1.0.4) jwt-ai-mcp MCP server by MEOK AI Labs installs: pypi:jwt-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-jwt-ai-mcp - io.github.CSOAI-ORG/keyword-extractor-ai-mcp (io.github.CSOAI-ORG/keyword-extractor-ai-mcp@1.0.4) keyword-extractor-ai-mcp MCP server by MEOK AI Labs installs: pypi:keyword-extractor-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-keyword-extractor-ai-mcp - io.github.CSOAI-ORG/korea-ai-basic-act-mcp (io.github.CSOAI-ORG/korea-ai-basic-act-mcp@1.0.2) Korea AI Basic Act compliance MCP — in force 22 Jan 2026. High-impact AI + GenAI labelling + MSIT installs: pypi:korea-ai-basic-act-mcp | remote:https://api.meok.ai/v1/governance/korea-ai-basic-act detail: https://mcpindex.ai/server/io-github-csoai-org-korea-ai-basic-act-mcp - io.github.CSOAI-ORG/landlaw-ai-mcp (io.github.CSOAI-ORG/landlaw-ai-mcp@1.0.4) landlaw-ai-mcp MCP server by MEOK AI Labs installs: pypi:landlaw-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-landlaw-ai-mcp - io.github.CSOAI-ORG/lead-scoring-ai-mcp (io.github.CSOAI-ORG/lead-scoring-ai-mcp@1.0.4) lead-scoring-ai-mcp MCP server by MEOK AI Labs installs: pypi:lead-scoring-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-lead-scoring-ai-mcp - io.github.CSOAI-ORG/legal-document-ai-mcp (io.github.CSOAI-ORG/legal-document-ai-mcp@1.0.4) legal-document-ai-mcp MCP server by MEOK AI Labs installs: pypi:legal-document-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-legal-document-ai-mcp - io.github.CSOAI-ORG/license-checker-ai-mcp (io.github.CSOAI-ORG/license-checker-ai-mcp@1.0.4) license-checker-ai-mcp MCP server by MEOK AI Labs installs: pypi:license-checker-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-license-checker-ai-mcp - io.github.CSOAI-ORG/linkedin-outreach-mcp (io.github.CSOAI-ORG/linkedin-outreach-mcp@1.0.4) linkedin-outreach-mcp MCP server by MEOK AI Labs installs: pypi:linkedin-outreach-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-linkedin-outreach-mcp - io.github.CSOAI-ORG/logistics-ai-mcp (io.github.CSOAI-ORG/logistics-ai-mcp@1.0.4) logistics-ai-mcp MCP server by MEOK AI Labs installs: pypi:logistics-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-logistics-ai-mcp - io.github.CSOAI-ORG/lorem-ipsum-ai-mcp (io.github.CSOAI-ORG/lorem-ipsum-ai-mcp@1.0.4) lorem-ipsum-ai-mcp MCP server by MEOK AI Labs installs: pypi:lorem-ipsum-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-lorem-ipsum-ai-mcp - io.github.CSOAI-ORG/markdown-ai-mcp (io.github.CSOAI-ORG/markdown-ai-mcp@1.0.4) markdown-ai-mcp MCP server by MEOK AI Labs installs: pypi:markdown-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-markdown-ai-mcp - io.github.CSOAI-ORG/math-solver-ai-mcp (io.github.CSOAI-ORG/math-solver-ai-mcp@1.0.4) math-solver-ai-mcp MCP server by MEOK AI Labs installs: pypi:math-solver-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-math-solver-ai-mcp - io.github.CSOAI-ORG/mcp-spec-compliance-mcp (io.github.CSOAI-ORG/mcp-spec-compliance-mcp@1.0.1) MCP Spec Compliance MCP — audits any MCP server.json against the official Model Context Protocol installs: pypi:mcp-spec-compliance-mcp | remote:https://api.meok.ai/v1/dev/mcp-spec-compliance detail: https://mcpindex.ai/server/io-github-csoai-org-mcp-spec-compliance-mcp - io.github.CSOAI-ORG/mdr-medical-device-mcp (io.github.CSOAI-ORG/mdr-medical-device-mcp@1.0.6) EU MDR (Reg 2017/745) and IVDR (Reg 2017/746) compliance for medical device + IVD manufacturers... installs: pypi:mdr-medical-device-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-mdr-medical-device-mcp - io.github.CSOAI-ORG/meal-planner-ai-mcp (io.github.CSOAI-ORG/meal-planner-ai-mcp@1.0.4) meal-planner-ai-mcp MCP server by MEOK AI Labs installs: pypi:meal-planner-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-meal-planner-ai-mcp - io.github.CSOAI-ORG/meditation-guide-ai-mcp (io.github.CSOAI-ORG/meditation-guide-ai-mcp@1.0.4) meditation-guide-ai-mcp MCP server by MEOK AI Labs installs: pypi:meditation-guide-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-meditation-guide-ai-mcp - io.github.CSOAI-ORG/meeting-summarizer-ai-mcp (io.github.CSOAI-ORG/meeting-summarizer-ai-mcp@1.0.4) meeting-summarizer-ai-mcp MCP server by MEOK AI Labs installs: pypi:meeting-summarizer-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-meeting-summarizer-ai-mcp - io.github.CSOAI-ORG/meok-aaif-agent-card-mcp (io.github.CSOAI-ORG/meok-aaif-agent-card-mcp@1.0.2) MEOK AAIF Agent Card MCP — Linux Foundation AAIF agent identity bridge. Issues + verifies + installs: pypi:meok-aaif-agent-card-mcp | remote:https://api.meok.ai/v1/a2a/aaif-agent-card detail: https://mcpindex.ai/server/io-github-csoai-org-meok-aaif-agent-card-mcp - io.github.CSOAI-ORG/meok-abci-bridge-mcp (io.github.CSOAI-ORG/meok-abci-bridge-mcp@1.0.1) MEOK ABCI Bridge MCP — read-only Tendermint / Cosmos blockchain query for agents. Built-in registry installs: pypi:meok-abci-bridge-mcp | remote:https://api.meok.ai/v1/dev/meok-abci-bridge detail: https://mcpindex.ai/server/io-github-csoai-org-meok-abci-bridge-mcp - io.github.CSOAI-ORG/meok-ai-reflection-mcp (io.github.CSOAI-ORG/meok-ai-reflection-mcp@1.0.7) MEOK AI Labs - ai-reflection MCP server extracted from SOV3 installs: pypi:meok-ai-reflection-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-meok-ai-reflection-mcp - io.github.CSOAI-ORG/meok-aquaponics-monitor-mcp (io.github.CSOAI-ORG/meok-aquaponics-monitor-mcp@1.0.3) Unified sensor + actuator schema MCP for aquaculture / aquaponic / koi systems. Wraps Atlas installs: pypi:meok-aquaponics-monitor-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-meok-aquaponics-monitor-mcp - io.github.CSOAI-ORG/meok-asc-rspca-crosswalk-mcp (io.github.CSOAI-ORG/meok-asc-rspca-crosswalk-mcp@1.0.3) Flagship aquaculture crosswalk — one evidence pack satisfies ASC + RSPCA Assured + GlobalG.A.P. IFA installs: pypi:meok-asc-rspca-crosswalk-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-meok-asc-rspca-crosswalk-mcp - io.github.CSOAI-ORG/meok-attestation-verify (io.github.CSOAI-ORG/meok-attestation-verify@1.0.3) Tiny zero-dependency verifier for MEOK AI Labs compliance attestations (DORA, NIS2, CRA, EU AI Act, installs: pypi:meok-attestation-verify detail: https://mcpindex.ai/server/io-github-csoai-org-meok-attestation-verify - io.github.CSOAI-ORG/meok-bft-governance-mcp (io.github.CSOAI-ORG/meok-bft-governance-mcp@1.0.7) MEOK AI Labs - bft-governance MCP server extracted from SOV3 installs: pypi:meok-bft-governance-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-meok-bft-governance-mcp - io.github.CSOAI-ORG/meok-bs7121-mcp (io.github.CSOAI-ORG/meok-bs7121-mcp@1.0.3) BS 7121 lift-plan compliance for UK crane + hiab operators. Parts 1/3/4/5 clause lookup, Appointed installs: pypi:meok-bs7121-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-meok-bs7121-mcp - io.github.CSOAI-ORG/meok-cra-annex-iv-classifier-mcp (io.github.CSOAI-ORG/meok-cra-annex-iv-classifier-mcp@1.1.6) EU Cyber Resilience Act product classifier MCP. Classifies PDEs into CRA hierarchy (default / Class installs: pypi:meok-cra-annex-iv-classifier-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-meok-cra-annex-iv-classifier-mcp - io.github.CSOAI-ORG/meok-dora-tlpt-planner-mcp (io.github.CSOAI-ORG/meok-dora-tlpt-planner-mcp@1.0.3) meok-dora-tlpt-planner-mcp MCP server by MEOK AI Labs installs: pypi:meok-dora-tlpt-planner-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-meok-dora-tlpt-planner-mcp - io.github.CSOAI-ORG/meok-dpia-edpb-template-mcp (io.github.CSOAI-ORG/meok-dpia-edpb-template-mcp@1.0.5) DPIA generator for the EDPB harmonised template (adopted 14 Apr 2026) with EU AI Act Article 26(9) installs: pypi:meok-dpia-edpb-template-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-meok-dpia-edpb-template-mcp - io.github.CSOAI-ORG/meok-enterprise-compliance-checker (io.github.CSOAI-ORG/meok-enterprise-compliance-checker@1.0.5) MEOK Enterprise Compliance Checker — EU AI Act, DORA, GDPR automated gap analysis. £5K-15K audits installs: pypi:meok-enterprise-compliance-checker detail: https://mcpindex.ai/server/io-github-csoai-org-meok-enterprise-compliance-checker - io.github.CSOAI-ORG/meok-enterprise-compliance-suite (io.github.CSOAI-ORG/meok-enterprise-compliance-suite@1.0.3) MEOK Enterprise Compliance Suite — End-to-end EU AI Act, GDPR, NIS2, DORA, ISO, SOC2, HIPAA, PCI installs: pypi:meok-enterprise-compliance-suite detail: https://mcpindex.ai/server/io-github-csoai-org-meok-enterprise-compliance-suite - io.github.CSOAI-ORG/meok-eu-ai-act-art-13-ifu-mcp (io.github.CSOAI-ORG/meok-eu-ai-act-art-13-ifu-mcp@1.0.4) MEOK EU AI Act Article 13 Instructions for Use generator — provider-side IFU with 7 mandatory Art installs: pypi:meok-eu-ai-act-art-13-ifu-mcp | remote:https://api.meok.ai/v1/governance/eu-ai-act-art-13-ifu detail: https://mcpindex.ai/server/io-github-csoai-org-meok-eu-ai-act-art-13-ifu-mcp - io.github.CSOAI-ORG/meok-eu-ai-act-art-26-fria-mcp (io.github.CSOAI-ORG/meok-eu-ai-act-art-26-fria-mcp@1.0.4) MEOK EU AI Act Article 26(9) Fundamental Rights Impact Assessment generator. Auto-generates FRIA installs: pypi:meok-eu-ai-act-art-26-fria-mcp | remote:https://api.meok.ai/v1/governance/eu-ai-act-fria detail: https://mcpindex.ai/server/io-github-csoai-org-meok-eu-ai-act-art-26-fria-mcp - io.github.CSOAI-ORG/meok-eu-aigc-icon-mcp (io.github.CSOAI-ORG/meok-eu-aigc-icon-mcp@1.0.1) MEOK EU AIGC Icon MCP — EU AI Act Article 50 + Code of Practice 2nd draft AI-generated-content icon installs: pypi:meok-eu-aigc-icon-mcp | remote:https://api.meok.ai/v1/governance/eu-aigc-icon detail: https://mcpindex.ai/server/io-github-csoai-org-meok-eu-aigc-icon-mcp - io.github.CSOAI-ORG/meok-eu-mobility-package-mcp (io.github.CSOAI-ORG/meok-eu-mobility-package-mcp@1.0.0) EU Mobility Package compliance — EU 561/2006 drivers' hours, 4-week return-to-base, Posted Workers installs: pypi:meok-eu-mobility-package-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-meok-eu-mobility-package-mcp - io.github.CSOAI-ORG/meok-eu-platform-worker-mcp (io.github.CSOAI-ORG/meok-eu-platform-worker-mcp@1.0.0) EU Platform Workers Directive (2024/2831) compliance — employment-status presumption installs: pypi:meok-eu-platform-worker-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-meok-eu-platform-worker-mcp - io.github.CSOAI-ORG/meok-ev-recall-transport-mcp (io.github.CSOAI-ORG/meok-ev-recall-transport-mcp@1.0.2) EV-recall transport compliance — ADR Class 9 (UN3480/3481/3536/3556/3557/3558), DGSA workflow installs: pypi:meok-ev-recall-transport-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-meok-ev-recall-transport-mcp - io.github.CSOAI-ORG/meok-fria-generator-mcp (io.github.CSOAI-ORG/meok-fria-generator-mcp@1.0.3) meok-fria-generator-mcp MCP server by MEOK AI Labs installs: pypi:meok-fria-generator-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-meok-fria-generator-mcp - io.github.CSOAI-ORG/meok-governance-engine-mcp (io.github.CSOAI-ORG/meok-governance-engine-mcp@1.0.13) AI-powered meok governance engine MCP server for agents. Supports full governance report, which fram installs: pypi:meok-governance-engine-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-meok-governance-engine-mcp - io.github.CSOAI-ORG/meok-governance-smithery (io.github.CSOAI-ORG/meok-governance-smithery@1.0.4) MEOK Governance Engine - 62 AI governance tools. EU AI Act + NIST + ISO 42001 + crosswalks. Most installs: pypi:meok-governance-smithery detail: https://mcpindex.ai/server/io-github-csoai-org-meok-governance-smithery - io.github.CSOAI-ORG/meok-laia-aquatic-mcp (io.github.CSOAI-ORG/meok-laia-aquatic-mcp@1.0.3) England Animal Welfare (Licensing of Activities Involving Animals) Regulations 2018 — LAIA — for installs: pypi:meok-laia-aquatic-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-meok-laia-aquatic-mcp - io.github.CSOAI-ORG/meok-mcp-injection-scan-mcp (io.github.CSOAI-ORG/meok-mcp-injection-scan-mcp@1.0.12) MCP injection / prompt-poisoning / SSRF scanner. 30+ canonical rules covering the April 2026 installs: pypi:meok-mcp-injection-scan-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-meok-mcp-injection-scan-mcp - io.github.CSOAI-ORG/meok-neural-health-monitor-mcp (io.github.CSOAI-ORG/meok-neural-health-monitor-mcp@1.0.4) MEOK AI Labs - neural-health-monitor MCP server extracted from SOV3 installs: pypi:meok-neural-health-monitor-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-meok-neural-health-monitor-mcp - io.github.CSOAI-ORG/meok-nis2-de-register-mcp (io.github.CSOAI-ORG/meok-nis2-de-register-mcp@1.0.10) Germany NIS2 BSI registration MCP. Generates BSI-portal-ready (Mein Unternehmenskonto) registration installs: pypi:meok-nis2-de-register-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-meok-nis2-de-register-mcp - io.github.CSOAI-ORG/meok-omnibus-tracker-mcp (io.github.CSOAI-ORG/meok-omnibus-tracker-mcp@1.1.6) EU Digital Omnibus AI Act tracker - Track delay status by article. First-mover advantage for SEO + b installs: pypi:meok-omnibus-tracker-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-meok-omnibus-tracker-mcp - io.github.CSOAI-ORG/meok-quantum-scoring-mcp (io.github.CSOAI-ORG/meok-quantum-scoring-mcp@1.0.5) MEOK AI Labs - quantum-scoring MCP server extracted from SOV3 installs: pypi:meok-quantum-scoring-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-meok-quantum-scoring-mcp - io.github.CSOAI-ORG/meok-rspca-aquaculture-mcp (io.github.CSOAI-ORG/meok-rspca-aquaculture-mcp@1.0.3) MCP server wrapping RSPCA Assured farmed trout (2025.07) and salmon (2024.05) welfare standards installs: pypi:meok-rspca-aquaculture-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-meok-rspca-aquaculture-mcp - io.github.CSOAI-ORG/meok-tacho-audit-mcp (io.github.CSOAI-ORG/meok-tacho-audit-mcp@1.0.3) UK haulage tachograph audit + drivers' hours + DVSA OCRS Red prevention. Smart Tachograph 2 (July installs: pypi:meok-tacho-audit-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-meok-tacho-audit-mcp - io.github.CSOAI-ORG/meok-uk-fhi-mcp (io.github.CSOAI-ORG/meok-uk-fhi-mcp@1.0.3) MCP server wrapping the UK aquaculture regulatory stack — CEFAS Fish Health Inspectorate AW1 APB installs: pypi:meok-uk-fhi-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-meok-uk-fhi-mcp - io.github.CSOAI-ORG/meok-vehicle-handover-mcp (io.github.CSOAI-ORG/meok-vehicle-handover-mcp@1.0.2) Vehicle handover compliance — NAMA Vehicle Grading, BVRLA Fair Wear & Tear, photographic POD installs: pypi:meok-vehicle-handover-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-meok-vehicle-handover-mcp - io.github.CSOAI-ORG/meok-w3c-tdm-rights-mcp (io.github.CSOAI-ORG/meok-w3c-tdm-rights-mcp@1.0.4) MEOK W3C TDM Rights MCP — EU CDSM Directive Article 4(3) Text + Data Mining opt-out. Issues + scans installs: pypi:meok-w3c-tdm-rights-mcp | remote:https://api.meok.ai/v1/governance/tdm-rights detail: https://mcpindex.ai/server/io-github-csoai-org-meok-w3c-tdm-rights-mcp - io.github.CSOAI-ORG/meok-watermark-attest-mcp (io.github.CSOAI-ORG/meok-watermark-attest-mcp@1.3.12) AI content watermarking and C2PA attestation MCP server by MEOK AI Labs installs: pypi:meok-watermark-attest-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-meok-watermark-attest-mcp - io.github.CSOAI-ORG/mica-crypto-mcp (io.github.CSOAI-ORG/mica-crypto-mcp@1.0.7) Markets in Crypto-Assets (MiCA) Regulation (EU) 2023/1114 compliance for EU crypto-asset issuers... installs: pypi:mica-crypto-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-mica-crypto-mcp - io.github.CSOAI-ORG/mifid-ii-ai-mcp (io.github.CSOAI-ORG/mifid-ii-ai-mcp@1.0.7) MiFID II Article 17 algorithmic trading + RTS 6 testing/risk controls + best execution AI compli... installs: pypi:mifid-ii-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-mifid-ii-ai-mcp - io.github.CSOAI-ORG/mitre-atlas-mcp (io.github.CSOAI-ORG/mitre-atlas-mcp@1.0.7) MITRE ATLAS — Adversarial Threat Landscape for AI Systems. Tactics + techniques for attacking AI... installs: pypi:mitre-atlas-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-mitre-atlas-mcp - io.github.CSOAI-ORG/mock-server-ai-mcp (io.github.CSOAI-ORG/mock-server-ai-mcp@1.0.4) mock-server-ai-mcp MCP server by MEOK AI Labs installs: pypi:mock-server-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-mock-server-ai-mcp - io.github.CSOAI-ORG/mortgage-calculator-ai-mcp (io.github.CSOAI-ORG/mortgage-calculator-ai-mcp@1.0.4) mortgage-calculator-ai-mcp MCP server by MEOK AI Labs installs: pypi:mortgage-calculator-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-mortgage-calculator-ai-mcp - io.github.CSOAI-ORG/muckaway-ai-mcp (io.github.CSOAI-ORG/muckaway-ai-mcp@1.0.4) muckaway-ai-mcp MCP server by MEOK AI Labs installs: pypi:muckaway-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-muckaway-ai-mcp - io.github.CSOAI-ORG/music-production-ai-mcp (io.github.CSOAI-ORG/music-production-ai-mcp@1.0.4) music-production-ai-mcp MCP server by MEOK AI Labs installs: pypi:music-production-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-music-production-ai-mcp - io.github.CSOAI-ORG/nis2-compliance-mcp (io.github.CSOAI-ORG/nis2-compliance-mcp@1.3.9) NIS2 Directive (EU 2022/2555) compliance for AI agents. 10 Article 21 risk-management measures a... installs: pypi:nis2-compliance-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-nis2-compliance-mcp - io.github.CSOAI-ORG/nist-rmf-ai-mcp (io.github.CSOAI-ORG/nist-rmf-ai-mcp@1.0.13) Nist Rmf Ai MCP Server by MEOK AI Labs installs: pypi:nist-rmf-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-nist-rmf-ai-mcp - io.github.CSOAI-ORG/note-taking-ai-mcp (io.github.CSOAI-ORG/note-taking-ai-mcp@1.0.4) note-taking-ai-mcp MCP server by MEOK AI Labs installs: pypi:note-taking-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-note-taking-ai-mcp - io.github.CSOAI-ORG/notification-ai-mcp (io.github.CSOAI-ORG/notification-ai-mcp@1.0.4) notification-ai-mcp MCP server by MEOK AI Labs installs: pypi:notification-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-notification-ai-mcp - io.github.CSOAI-ORG/nrswa-ai-mcp (io.github.CSOAI-ORG/nrswa-ai-mcp@1.0.6) UK street works compliance. Section 50 licences, S58 deferral, S74 overrun penalties, NRSWA accr... installs: pypi:nrswa-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-nrswa-ai-mcp - io.github.CSOAI-ORG/nutrition-tracker-ai-mcp (io.github.CSOAI-ORG/nutrition-tracker-ai-mcp@1.0.4) nutrition-tracker-ai-mcp MCP server by MEOK AI Labs installs: pypi:nutrition-tracker-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-nutrition-tracker-ai-mcp - io.github.CSOAI-ORG/optometry-ai-safety-mcp (io.github.CSOAI-ORG/optometry-ai-safety-mcp@1.0.4) optometry-ai-safety-mcp MCP server by MEOK AI Labs installs: pypi:optometry-ai-safety-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-optometry-ai-safety-mcp - io.github.CSOAI-ORG/optometry-patient-mcp (io.github.CSOAI-ORG/optometry-patient-mcp@1.0.3) FHIR-based patient records for domiciliary opticians installs: pypi:optometry-patient-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-optometry-patient-mcp - io.github.CSOAI-ORG/oscal-generator-mcp (io.github.CSOAI-ORG/oscal-generator-mcp@0.1.2) Generate machine-readable NIST OSCAL packages (SSP/component-definition) + FedRAMP RFC-0024 installs: pypi:oscal-generator-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-oscal-generator-mcp - io.github.CSOAI-ORG/otp-ai-mcp (io.github.CSOAI-ORG/otp-ai-mcp@1.0.4) otp-ai-mcp MCP server by MEOK AI Labs installs: pypi:otp-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-otp-ai-mcp - io.github.CSOAI-ORG/owasp-agentic-mcp (io.github.CSOAI-ORG/owasp-agentic-mcp@1.0.4) owasp-agentic-mcp MCP server by MEOK AI Labs installs: pypi:owasp-agentic-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-owasp-agentic-mcp - io.github.CSOAI-ORG/password-ai-mcp (io.github.CSOAI-ORG/password-ai-mcp@1.0.4) password-ai-mcp MCP server by MEOK AI Labs installs: pypi:password-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-password-ai-mcp - io.github.CSOAI-ORG/patient-safety-ai-mcp (io.github.CSOAI-ORG/patient-safety-ai-mcp@1.0.8) AI-powered patient safety ai MCP server for agents. Supports check drug interactions, assess patient installs: pypi:patient-safety-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-patient-safety-ai-mcp - io.github.CSOAI-ORG/pci-dss-mcp (io.github.CSOAI-ORG/pci-dss-mcp@1.0.4) pci-dss-mcp MCP server by MEOK AI Labs installs: pypi:pci-dss-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-pci-dss-mcp - io.github.CSOAI-ORG/performance-ai-mcp (io.github.CSOAI-ORG/performance-ai-mcp@1.0.4) performance-ai-mcp MCP server by MEOK AI Labs installs: pypi:performance-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-performance-ai-mcp - io.github.CSOAI-ORG/pet-care-ai-mcp (io.github.CSOAI-ORG/pet-care-ai-mcp@1.0.5) pet-care-ai-mcp MCP server by MEOK AI Labs installs: pypi:pet-care-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-pet-care-ai-mcp - io.github.CSOAI-ORG/photography-ai-mcp (io.github.CSOAI-ORG/photography-ai-mcp@1.0.4) photography-ai-mcp MCP server by MEOK AI Labs installs: pypi:photography-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-photography-ai-mcp - io.github.CSOAI-ORG/plagiarism-checker-ai-mcp (io.github.CSOAI-ORG/plagiarism-checker-ai-mcp@1.0.4) plagiarism-checker-ai-mcp MCP server by MEOK AI Labs installs: pypi:plagiarism-checker-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-plagiarism-checker-ai-mcp - io.github.CSOAI-ORG/planthire-ai-mcp (io.github.CSOAI-ORG/planthire-ai-mcp@1.0.4) planthire-ai-mcp MCP server by MEOK AI Labs installs: pypi:planthire-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-planthire-ai-mcp - io.github.CSOAI-ORG/pomodoro-ai-mcp (io.github.CSOAI-ORG/pomodoro-ai-mcp@1.0.4) pomodoro-ai-mcp MCP server by MEOK AI Labs installs: pypi:pomodoro-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-pomodoro-ai-mcp - io.github.CSOAI-ORG/price-tracker-ai-mcp (io.github.CSOAI-ORG/price-tracker-ai-mcp@1.0.4) price-tracker-ai-mcp MCP server by MEOK AI Labs installs: pypi:price-tracker-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-price-tracker-ai-mcp - io.github.CSOAI-ORG/project-management-ai-mcp (io.github.CSOAI-ORG/project-management-ai-mcp@1.0.4) project-management-ai-mcp MCP server by MEOK AI Labs installs: pypi:project-management-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-project-management-ai-mcp - io.github.CSOAI-ORG/proofof-ai-mcp (io.github.CSOAI-ORG/proofof-ai-mcp@1.0.5) proofof-ai-mcp MCP server by MEOK AI Labs installs: pypi:proofof-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-proofof-ai-mcp - io.github.CSOAI-ORG/qidi-printer-mcp (io.github.CSOAI-ORG/qidi-printer-mcp@1.0.4) qidi-printer-mcp MCP server by MEOK AI Labs installs: pypi:qidi-printer-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-qidi-printer-mcp - io.github.CSOAI-ORG/qr-code-ai-mcp (io.github.CSOAI-ORG/qr-code-ai-mcp@1.0.4) qr-code-ai-mcp MCP server by MEOK AI Labs installs: pypi:qr-code-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-qr-code-ai-mcp - io.github.CSOAI-ORG/quiz-generator-ai-mcp (io.github.CSOAI-ORG/quiz-generator-ai-mcp@1.0.4) quiz-generator-ai-mcp MCP server by MEOK AI Labs installs: pypi:quiz-generator-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-quiz-generator-ai-mcp - io.github.CSOAI-ORG/readme-generator-ai-mcp (io.github.CSOAI-ORG/readme-generator-ai-mcp@1.0.4) readme-generator-ai-mcp MCP server by MEOK AI Labs installs: pypi:readme-generator-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-readme-generator-ai-mcp - io.github.CSOAI-ORG/real-estate-listing-mcp (io.github.CSOAI-ORG/real-estate-listing-mcp@1.0.4) real-estate-listing-mcp MCP server by MEOK AI Labs installs: pypi:real-estate-listing-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-real-estate-listing-mcp - io.github.CSOAI-ORG/recipe-finder-ai-mcp (io.github.CSOAI-ORG/recipe-finder-ai-mcp@1.0.4) recipe-finder-ai-mcp MCP server by MEOK AI Labs installs: pypi:recipe-finder-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-recipe-finder-ai-mcp - io.github.CSOAI-ORG/recruitment-ai-mcp (io.github.CSOAI-ORG/recruitment-ai-mcp@1.0.4) recruitment-ai-mcp MCP server by MEOK AI Labs installs: pypi:recruitment-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-recruitment-ai-mcp - io.github.CSOAI-ORG/regex-ai-mcp (io.github.CSOAI-ORG/regex-ai-mcp@1.0.4) regex-ai-mcp MCP server by MEOK AI Labs installs: pypi:regex-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-regex-ai-mcp - io.github.CSOAI-ORG/regulatory-webhook-mcp (io.github.CSOAI-ORG/regulatory-webhook-mcp@1.0.8) MCP server for regulatory webhook. Features subscribe, get recent changes, check for updates. From M installs: pypi:regulatory-webhook-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-regulatory-webhook-mcp - io.github.CSOAI-ORG/restaurant-ai-mcp (io.github.CSOAI-ORG/restaurant-ai-mcp@1.0.4) restaurant-ai-mcp MCP server by MEOK AI Labs installs: pypi:restaurant-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-restaurant-ai-mcp - io.github.CSOAI-ORG/resume-parser-ai-mcp (io.github.CSOAI-ORG/resume-parser-ai-mcp@1.0.4) resume-parser-ai-mcp MCP server by MEOK AI Labs installs: pypi:resume-parser-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-resume-parser-ai-mcp - io.github.CSOAI-ORG/risk-assessment-ai-mcp (io.github.CSOAI-ORG/risk-assessment-ai-mcp@1.0.12) Risk Assessment Ai MCP Server by MEOK AI Labs installs: pypi:risk-assessment-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-risk-assessment-ai-mcp - io.github.CSOAI-ORG/robotics-control-mcp (io.github.CSOAI-ORG/robotics-control-mcp@1.0.4) robotics-control-mcp MCP server by MEOK AI Labs installs: pypi:robotics-control-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-robotics-control-mcp - io.github.CSOAI-ORG/sbom-cyclonedx-mcp (io.github.CSOAI-ORG/sbom-cyclonedx-mcp@1.0.4) Software Bill of Materials generation + validation in CycloneDX 1.6 and SPDX 2.3 formats. Requir... installs: pypi:sbom-cyclonedx-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-sbom-cyclonedx-mcp - io.github.CSOAI-ORG/scam-detector-mcp (io.github.CSOAI-ORG/scam-detector-mcp@1.0.8) Scam and fraud detection for AI agents. Instant scam check, phishing URL analysis, social engineerin installs: pypi:scam-detector-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-scam-detector-mcp - io.github.CSOAI-ORG/schema-validator-ai-mcp (io.github.CSOAI-ORG/schema-validator-ai-mcp@1.0.4) schema-validator-ai-mcp MCP server by MEOK AI Labs installs: pypi:schema-validator-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-schema-validator-ai-mcp - io.github.CSOAI-ORG/self-healing-infrastructure-mcp (io.github.CSOAI-ORG/self-healing-infrastructure-mcp@1.0.4) self-healing-infrastructure-mcp MCP server by MEOK AI Labs installs: pypi:self-healing-infrastructure-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-self-healing-infrastructure-mcp - io.github.CSOAI-ORG/sentiment-analysis-ai-mcp (io.github.CSOAI-ORG/sentiment-analysis-ai-mcp@1.0.4) sentiment-analysis-ai-mcp MCP server by MEOK AI Labs installs: pypi:sentiment-analysis-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-sentiment-analysis-ai-mcp - io.github.CSOAI-ORG/seo-checker-ai-mcp (io.github.CSOAI-ORG/seo-checker-ai-mcp@1.0.4) seo-checker-ai-mcp MCP server by MEOK AI Labs installs: pypi:seo-checker-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-seo-checker-ai-mcp - io.github.CSOAI-ORG/skip-hire-ai-mcp (io.github.CSOAI-ORG/skip-hire-ai-mcp@1.0.5) UK Waste Carrier Registration, EA waste codes, hazardous waste consignment notes for skip hire a... installs: pypi:skip-hire-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-skip-hire-ai-mcp - io.github.CSOAI-ORG/sleep-tracker-ai-mcp (io.github.CSOAI-ORG/sleep-tracker-ai-mcp@1.0.4) sleep-tracker-ai-mcp MCP server by MEOK AI Labs installs: pypi:sleep-tracker-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-sleep-tracker-ai-mcp - io.github.CSOAI-ORG/slugify-ai-mcp (io.github.CSOAI-ORG/slugify-ai-mcp@1.0.4) slugify-ai-mcp MCP server by MEOK AI Labs installs: pypi:slugify-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-slugify-ai-mcp - io.github.CSOAI-ORG/soc2-compliance-ai-mcp (io.github.CSOAI-ORG/soc2-compliance-ai-mcp@1.0.12) Soc2 Compliance Ai MCP Server by MEOK AI Labs installs: pypi:soc2-compliance-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-soc2-compliance-ai-mcp - io.github.CSOAI-ORG/social-media-ai-mcp (io.github.CSOAI-ORG/social-media-ai-mcp@1.0.4) social-media-ai-mcp MCP server by MEOK AI Labs installs: pypi:social-media-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-social-media-ai-mcp - io.github.CSOAI-ORG/sql-builder-ai-mcp (io.github.CSOAI-ORG/sql-builder-ai-mcp@1.0.6) sql-builder-ai-mcp MCP server by MEOK AI Labs installs: pypi:sql-builder-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-sql-builder-ai-mcp - io.github.CSOAI-ORG/stock-analyzer-ai-mcp (io.github.CSOAI-ORG/stock-analyzer-ai-mcp@1.0.10) AI-powered stock analyzer ai MCP server for agents. Supports analyze stock, calculate ratios installs: pypi:stock-analyzer-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-stock-analyzer-ai-mcp - io.github.CSOAI-ORG/string-utils-ai-mcp (io.github.CSOAI-ORG/string-utils-ai-mcp@1.0.11) String Utils Ai tools for AI agents. Capabilities: slugify, camel to snake, truncate smart. Built installs: pypi:string-utils-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-string-utils-ai-mcp - io.github.CSOAI-ORG/subscription-tracker-ai-mcp (io.github.CSOAI-ORG/subscription-tracker-ai-mcp@1.0.10) MCP server for subscription tracker ai. Features add subscription, get total spend, list installs: pypi:subscription-tracker-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-subscription-tracker-ai-mcp - io.github.CSOAI-ORG/summarizer-ai-mcp (io.github.CSOAI-ORG/summarizer-ai-mcp@1.0.11) MCP server for summarizer ai. Features summarize text, extract key points, generate abstract. From installs: pypi:summarizer-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-summarizer-ai-mcp - io.github.CSOAI-ORG/supply-chain-mcp (io.github.CSOAI-ORG/supply-chain-mcp@1.0.9) Supply chain management and logistics tools for AI agents. Capabilities: shipment tracking installs: pypi:supply-chain-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-supply-chain-mcp - io.github.CSOAI-ORG/survey-builder-ai-mcp (io.github.CSOAI-ORG/survey-builder-ai-mcp@1.0.9) AI-powered survey builder ai MCP server for agents. Supports create survey, validate questions installs: pypi:survey-builder-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-survey-builder-ai-mcp - io.github.CSOAI-ORG/tax-calculator-ai-mcp (io.github.CSOAI-ORG/tax-calculator-ai-mcp@1.0.9) AI-powered tax calculator ai MCP server for agents. Supports calculate income tax, calculate vat installs: pypi:tax-calculator-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-tax-calculator-ai-mcp - io.github.CSOAI-ORG/test-case-generator-ai-mcp (io.github.CSOAI-ORG/test-case-generator-ai-mcp@1.0.10) AI-powered test case generator ai MCP server for agents. Supports generate test cases, generate installs: pypi:test-case-generator-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-test-case-generator-ai-mcp - io.github.CSOAI-ORG/tone-rewriter-ai-mcp (io.github.CSOAI-ORG/tone-rewriter-ai-mcp@1.0.10) Tone Rewriter Ai MCP server. Tools: analyze tone, rewrite tone, compare tones. Built by MEOK AI installs: pypi:tone-rewriter-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-tone-rewriter-ai-mcp - io.github.CSOAI-ORG/translation-ai-mcp (io.github.CSOAI-ORG/translation-ai-mcp@1.0.10) Translation Ai automation via MCP. Includes translate text, detect language, check grammar. By MEOK installs: pypi:translation-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-translation-ai-mcp - io.github.CSOAI-ORG/translator-pro-ai-mcp (io.github.CSOAI-ORG/translator-pro-ai-mcp@1.0.9) AI-powered translator pro ai MCP server for agents. Supports translate text, detect language installs: pypi:translator-pro-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-translator-pro-ai-mcp - io.github.CSOAI-ORG/trust-chain-mcp (io.github.CSOAI-ORG/trust-chain-mcp@1.0.9) Trust Chain MCP server. Tools: create trust anchor, verify chain, add attestation. Built by MEOK AI installs: pypi:trust-chain-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-trust-chain-mcp - io.github.CSOAI-ORG/uk-ai-act-mcp (io.github.CSOAI-ORG/uk-ai-act-mcp@1.0.9) UK AI regulation compliance tools for AI agents. Capabilities: UK risk classification, AISI installs: pypi:uk-ai-act-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-uk-ai-act-mcp - io.github.CSOAI-ORG/uk-ai-bill-compliance-mcp (io.github.CSOAI-ORG/uk-ai-bill-compliance-mcp@1.0.6) UK AI Regulation Compliance MCP. Automates audits against the UK AI White Paper five principles ... installs: pypi:uk-ai-bill-compliance-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-uk-ai-bill-compliance-mcp - io.github.CSOAI-ORG/unit-converter-ai-mcp (io.github.CSOAI-ORG/unit-converter-ai-mcp@1.0.10) AI-powered unit converter ai MCP server for agents. Supports convert length, convert weight installs: pypi:unit-converter-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-unit-converter-ai-mcp - io.github.CSOAI-ORG/url-ai-mcp (io.github.CSOAI-ORG/url-ai-mcp@1.0.10) Url Ai MCP server. Tools: parse url, shorten url data, check url safety. Built by MEOK AI Labs. installs: pypi:url-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-url-ai-mcp - io.github.CSOAI-ORG/uuid-ai-mcp (io.github.CSOAI-ORG/uuid-ai-mcp@1.0.10) AI-powered uuid ai MCP server for agents. Supports generate uuid, parse uuid, generate ulid. By installs: pypi:uuid-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-uuid-ai-mcp - io.github.CSOAI-ORG/watermarking-authenticity-mcp (io.github.CSOAI-ORG/watermarking-authenticity-mcp@1.2.3) EU AI Act Article 50 watermarking + C2PA 2.1 compliance. NEW: 2 December 2026 deadline (compress... installs: pypi:watermarking-authenticity-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-watermarking-authenticity-mcp - io.github.CSOAI-ORG/workout-planner-ai-mcp (io.github.CSOAI-ORG/workout-planner-ai-mcp@1.0.9) MCP server for workout planner ai. Features create workout, track progress, suggest exercises. From installs: pypi:workout-planner-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-workout-planner-ai-mcp - io.github.CSOAI-ORG/writing-assistant-ai-mcp (io.github.CSOAI-ORG/writing-assistant-ai-mcp@1.0.10) Writing Assistant Ai tools for AI agents. Capabilities: generate headlines, score readability installs: pypi:writing-assistant-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-writing-assistant-ai-mcp - io.github.CSOAI-ORG/yaml-ai-mcp (io.github.CSOAI-ORG/yaml-ai-mcp@1.0.8) AI-powered yaml ai MCP server for agents. Supports validate yaml, convert yaml json, lint yaml. By installs: pypi:yaml-ai-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-yaml-ai-mcp - CTRL (io.github.CTRLabs/ctrl-mcp@1.0.1) Visual DeFi workflow automation on Base + Ethereum mainnet. installs: remote:https://www.ctrl.build/api/mcp detail: https://mcpindex.ai/server/io-github-ctrlabs-ctrl-mcp - AIRE Channel Bridge (io.github.CU2CU2/aire-channel-bridge@3.0.0) AI-powered credit union discovery MCP server. Find rates, check eligibility, and open accounts. installs: remote:https://aire-mcp-server.yellowwater-f52799b2.eastus2.azurecontainerapps.io/sse detail: https://mcpindex.ai/server/io-github-cu2cu2-aire-channel-bridge - Trust Gate (io.github.CWNApps/trust-gate-mcp@0.2.0) Post-quantum, tamper-evident receipts for agent actions. Ed25519 + ML-DSA-65, offline verify. installs: remote:https://trust-gate-mcp.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-cwnapps-trust-gate-mcp - io.github.Cail726/chinese-text-tools (io.github.Cail726/chinese-text-tools@1.0.3) Claude Code 中文写作四合一工具箱:文本分析(字数/段落/阅读时间)、结构化大纲生成(论文/小说/商业计划书)、GB/T 7714 参考文献格式化、中文字频统计。纯本地运行。 installs: npm:chinese-text-tools detail: https://mcpindex.ai/server/io-github-cail726-chinese-text-tools - io.github.Capataina/agentfulfyl (io.github.Capataina/agentfulfyl@0.1.20) Research storefront for AI agents: fixed GBP prices, evidence ledgers, citation-refund guarantee. installs: remote:https://agentfulfyl.com/mcp detail: https://mcpindex.ai/server/io-github-capataina-agentfulfyl - Caplia (io.github.Caplia-Tech/caplia@1.0.0) MCP server for VC pitch-deck scoring, thesis-fit matching, and deal-flow management. installs: remote:https://mcp.venture.caplia.ai/ detail: https://mcpindex.ai/server/io-github-caplia-tech-caplia - Carbon Arc (io.github.Carbon-Arc/mcp@0.1.0) The infrastructure for the AI economy: primitives for inference, agents, and decisions. installs: remote:https://mcp.carbonarc.ai detail: https://mcpindex.ai/server/io-github-carbon-arc-mcp - io.github.Casterdly/jarvis-market-signals (io.github.Casterdly/jarvis-market-signals@0.1.0) Live crypto market signals for AI agents: perp liquidations, funding, OI positioning, yield, FX. installs: remote:https://jarvis.tail12fa6b.ts.net:8443/mcp detail: https://mcpindex.ai/server/io-github-casterdly-jarvis-market-signals - Vantage — Signal Tracker (io.github.Cavendo-AI/vantage@0.1.1) Save and query market signals from your AI conversations. installs: npm:@cavendo-ai/vantage-mcp | remote:https://vantage.cavendo.ai/mcp detail: https://mcpindex.ai/server/io-github-cavendo-ai-vantage - io.github.CedricKouma/facturx-toolkit (io.github.CedricKouma/facturx-toolkit@0.1.0) Validate, extract, repair and generate French Factur-X / EN16931 invoices via AgentForge API installs: npm:agentforge-facturx-mcp | remote:https://apim-agentforge-6lfm33.azure-api.net/facturx/mcp detail: https://mcpindex.ai/server/io-github-cedrickouma-facturx-toolkit - io.github.CedricKouma/fetch-extract (io.github.CedricKouma/fetch-extract@0.1.0) MCP server (stdio): fetch web pages as clean readable markdown via the AgentForge API installs: npm:agentforge-fetch-extract-mcp | remote:https://apim-agentforge-6lfm33.azure-api.net/fetch-extract/mcp detail: https://mcpindex.ai/server/io-github-cedrickouma-fetch-extract - io.github.CedricKouma/json-repair (io.github.CedricKouma/json-repair@0.1.0) MCP server (stdio): repair broken/malformed JSON via the AgentForge API installs: npm:agentforge-json-repair-mcp | remote:https://apim-agentforge-6lfm33.azure-api.net/json-repair/mcp detail: https://mcpindex.ai/server/io-github-cedrickouma-json-repair - io.github.CedricKouma/openapi-lint (io.github.CedricKouma/openapi-lint@0.1.0) MCP server (stdio): lint OpenAPI specs with Spectral via the AgentForge API installs: npm:agentforge-openapi-lint-mcp | remote:https://apim-agentforge-6lfm33.azure-api.net/openapi-lint/mcp detail: https://mcpindex.ai/server/io-github-cedrickouma-openapi-lint - io.github.CedricKouma/schema-validate (io.github.CedricKouma/schema-validate@0.1.0) MCP server (stdio): validate JSON against JSON Schema (draft-07 / 2020-12) via the AgentForge API installs: npm:agentforge-schema-validate-mcp | remote:https://apim-agentforge-6lfm33.azure-api.net/schema-validate/mcp detail: https://mcpindex.ai/server/io-github-cedrickouma-schema-validate - io.github.CedricKouma/url-alive-check (io.github.CedricKouma/url-alive-check@0.1.0) MCP server (stdio): check if URLs are alive (status, redirects, latency) via the AgentForge API installs: npm:agentforge-url-check-mcp | remote:https://apim-agentforge-6lfm33.azure-api.net/url-alive-check/mcp detail: https://mcpindex.ai/server/io-github-cedrickouma-url-alive-check - ChainAware Behavioural Prediction MCP Server (io.github.ChainAware/chainaware-behavioral-prediction-mcp@1.0.0) AI-powered tools to analyze wallet behaviour prediction, fraud detection and rug pull prediction. installs: remote:https://prediction.mcp.chainaware.ai/sse detail: https://mcpindex.ai/server/io-github-chainaware-chainaware-behavioral-prediction-mcp - io.github.Chaixueyuan/weapp-agent-mcp (io.github.Chaixueyuan/weapp-agent-mcp@0.4.8) Agent-first MCP server for WeChat Mini Program debugging & automation via WeChat DevTools. installs: npm:@chaixueyuan/weapp-agent-mcp detail: https://mcpindex.ai/server/io-github-chaixueyuan-weapp-agent-mcp - io.github.ChanMeng666/archlang-mcp (io.github.ChanMeng666/archlang-mcp@0.2.4) Compile, describe, lint, validate, score and repair multi-storey and curved ArchLang floor plans. installs: npm:@chanmeng666/archlang-mcp detail: https://mcpindex.ai/server/io-github-chanmeng666-archlang-mcp - io.github.ChengJiale150/jupyter-mcp-server (io.github.ChengJiale150/jupyter-mcp-server@1.1.0) A powerful MCP server for AI-driven Jupyter Notebook management and execution installs: pypi:better-jupyter-mcp-server detail: https://mcpindex.ai/server/io-github-chengjiale150-jupyter-mcp-server - io.github.ChesterHsu/flyto-indexer (io.github.ChesterHsu/flyto-indexer@1.0.2) Code intelligence MCP server: impact analysis, dependency graphs, dead code detection. installs: pypi:flyto-indexer detail: https://mcpindex.ai/server/io-github-chesterhsu-flyto-indexer - io.github.ChiR24/unreal-engine-mcp (io.github.ChiR24/unreal-engine-mcp@0.5.30) MCP server for Unreal Engine 5 with 23 tools for game development automation. installs: npm:unreal-engine-mcp-server detail: https://mcpindex.ai/server/io-github-chir24-unreal-engine-mcp - io.github.Chidi09/variantrade (io.github.Chidi09/variantrade@0.1.0) Read your VarianTrade portfolio, positions, risk and signals. Trades are proposal-only. installs: remote:https://api.variantrades.com/mcp/rpc detail: https://mcpindex.ai/server/io-github-chidi09-variantrade - Tracea (io.github.Chriscorp/tracea@0.1.0) Tracea — legal identity (Know Your Agent) for AI agents, on-chain. ERC-8004 compatible. installs: remote:https://mcp.tracea.online/mcp detail: https://mcpindex.ai/server/io-github-chriscorp-tracea - io.github.Christebob/meta-stamp-pockets (io.github.Christebob/meta-stamp-pockets@1.0.0) Attribution and settlement infrastructure for AI agent content access over HTTP 402 and MCP. installs: remote:https://metastampv3-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-christebob-meta-stamp-pockets - io.github.Chromatic0618/xiangguangyu-mcp-skills (io.github.Chromatic0618/xiangguangyu-mcp-skills@2.2.1) 252 AI Skills: MBTI, fact-check, deep analysis. Alipay pay-per-use. Free 10 calls/day. installs: npm:xiangguangyu-mcp-skills detail: https://mcpindex.ai/server/io-github-chromatic0618-xiangguangyu-mcp-skills - Chrome DevTools MCP (io.github.ChromeDevTools/chrome-devtools-mcp@1.7.0) MCP server for Chrome DevTools installs: npm:chrome-devtools-mcp detail: https://mcpindex.ai/server/io-github-chromedevtools-chrome-devtools-mcp - Kiwoom Securities MCP Server (io.github.ChunSam/kiwoom-mcp-server@0.50.0) Read-only MCP server for the Kiwoom Securities REST API: market data, account inquiry, ISA tax tool installs: npm:kiwoom-mcp-server detail: https://mcpindex.ai/server/io-github-chunsam-kiwoom-mcp-server - io.github.Churman1113/pingcheck-mcp (io.github.Churman1113/pingcheck-mcp@0.2.1) PingCheck status monitoring for AI agents. Read public pages or your own monitors via pk_ API key. installs: npm:pingcheck-mcp detail: https://mcpindex.ai/server/io-github-churman1113-pingcheck-mcp - io.github.ClawCall-Dev/clawcall (io.github.ClawCall-Dev/clawcall@0.1.0) MCP server for ClawCall — AI-powered US phone calling. installs: npm:@clawcall/mcp detail: https://mcpindex.ai/server/io-github-clawcall-dev-clawcall - Cloaked Agent (io.github.CloakedAgent/cloaked@0.2.0) Trustless spending accounts for AI agents on Solana with on-chain enforced limits. installs: npm:@cloakedagent/sdk detail: https://mcpindex.ai/server/io-github-cloakedagent-cloaked - io.github.ClockNext/mcp (io.github.ClockNext/mcp@0.6.0) Meter usage and manage usage-based billing from AI tools via the ClockNext API. installs: npm:@clocknext/mcp detail: https://mcpindex.ai/server/io-github-clocknext-mcp - CoReason Ecosystem — Federated MCP Gateway (io.github.CoReason-AI/coreason-ecosystem@0.70.3) CoReason Tripartite Architecture Governance Plane. Stateless zero-trust federated MCP gateway. installs: pypi:coreason-ecosystem | docker:ghcr.io/coreason-ai/coreason-ecosystem:0.70.3 detail: https://mcpindex.ai/server/io-github-coreason-ai-coreason-ecosystem - io.github.Coalesce-Software-Inc/coalesce-transform (io.github.Coalesce-Software-Inc/coalesce-transform@0.10.1) MCP server for managing Coalesce Transform workspaces, nodes, pipelines, and runs. installs: npm:coalesce-transform-mcp detail: https://mcpindex.ai/server/io-github-coalesce-software-inc-coalesce-transform - SAP ABAP MCP (io.github.Coaspe/sap-abap-mcp@1.0.1) Develop, test, analyze, and operate SAP ABAP systems through ADT from AI coding agents. installs: npm:@coaspe/sap-abap-mcp detail: https://mcpindex.ai/server/io-github-coaspe-sap-abap-mcp - io.github.CodeLogicIncEngineering/codelogic-mcp-server (io.github.CodeLogicIncEngineering/codelogic-mcp-server@1.3.0) An MCP Server to utilize Codelogic's rich software dependency data in your AI programming assistant. installs: pypi:codelogic-mcp-server detail: https://mcpindex.ai/server/io-github-codelogicincengineering-codelogic-mcp-server - TaskMarket (io.github.Codecraft-Ops/taskmarket@0.1.0) Discover funded agent work and prepare approval-gated TaskMarket delegations. installs: manual detail: https://mcpindex.ai/server/io-github-codecraft-ops-taskmarket - io.github.CodesWhat/portkey-admin-mcp (io.github.CodesWhat/portkey-admin-mcp@0.9.0) Portkey Admin API MCP server with current coverage and Prisma AIRS interoperability guidance. installs: npm:portkey-admin-mcp detail: https://mcpindex.ai/server/io-github-codeswhat-portkey-admin-mcp - io.github.Codeturion/codesurface (io.github.Codeturion/codesurface@0.8.0) Indexes your codebase's public API and serves it via compact MCP tool responses. installs: pypi:codesurface detail: https://mcpindex.ai/server/io-github-codeturion-codesurface - io.github.CogitatorTech/omni-nli (io.github.CogitatorTech/omni-nli@0.1.1) An MCP server for natural language inference installs: pypi:omni-nli detail: https://mcpindex.ai/server/io-github-cogitatortech-omni-nli - Makuri Showcase (CogniLedger) (io.github.Cogniledger/cogniledger-mcp-makuri@1.2.1) Makuri (EU AI tutoring for immigrant children): 11 tools, 2 interactive panels, no user data. installs: remote:https://mcp.cogniledger.eu/mcp detail: https://mcpindex.ai/server/io-github-cogniledger-cogniledger-mcp-makuri - CoinRithm Agent Trading (io.github.CoinRithm/mcp-trading@0.7.4) Keyless prediction-market data across 12 venues plus paper-trading of crypto spot, futures, and PM. installs: npm:@coinrithm/mcp-trading | remote:https://mcp.coinrithm.com/mcp detail: https://mcpindex.ai/server/io-github-coinrithm-mcp-trading - io.github.Coinlooter/mcp (io.github.Coinlooter/mcp@0.1.6) PayFlowAgent suite: token intel, DeFi, enrich, Base trust (x402). installs: npm:payflowagent-mcp detail: https://mcpindex.ai/server/io-github-coinlooter-mcp - io.github.ColinHughes2121/gocreative-wedge-mcp (io.github.ColinHughes2121/gocreative-wedge-mcp@1.2.1) OFAC/PEP sanctions screening, KYB, company & people enrichment tools for AI agents. Free demos. installs: pypi:gocreative-wedge-mcp detail: https://mcpindex.ai/server/io-github-colinhughes2121-gocreative-wedge-mcp - io.github.CollectorGuru/newsgurus-intel (io.github.CollectorGuru/newsgurus-intel@1.0.1) Pay-per-call trading intelligence for AI agents: live market regime, trading signals, composite conv installs: remote:https://api.newsgurus.ai/mcp/ detail: https://mcpindex.ai/server/io-github-collectorguru-newsgurus-intel - Moving Helper (io.github.ComeHomeAI/move-helper@0.0.3) Help estimating move size, inventory and quotes for house or office movers. installs: remote:https://mcp.prd.comehome.ai/mcp detail: https://mcpindex.ai/server/io-github-comehomeai-move-helper - io.github.CommonNinja/commonninja-mcp-server (io.github.CommonNinja/commonninja-mcp-server@1.3.2) Create, update, and manage live Common Ninja website widgets in natural language. 100+ widget types. installs: remote:https://mcp.commoninja.com/mcp detail: https://mcpindex.ai/server/io-github-commonninja-commonninja-mcp-server - ComplyEdge TrustLint (io.github.ComplyEdge/complyedge@0.2.7) Check prompts against ComplyEdge TrustLint offline rules with article-cited findings. installs: pypi:complyedge detail: https://mcpindex.ai/server/io-github-complyedge-complyedge - Composio (io.github.ComposioHQ/composio@1.0.5) Connect AI agents to 1000+ apps with managed authentication and tool-calling. installs: remote:https://connect.composio.dev/mcp detail: https://mcpindex.ai/server/io-github-composiohq-composio - Lead Enrichment API (io.github.Compuute/lead-enrichment@1.2.0) Curated EU AI/Sec/DevTools/Fintech B2B leads, Claude-scored. MCP+x402. Free 250/mo. installs: remote:https://leads.compuute.se/mcp/ detail: https://mcpindex.ai/server/io-github-compuute-lead-enrichment - io.github.ConanMcN/fragments-mcp (io.github.ConanMcN/fragments-mcp@0.5.7) Design system MCP with 9 tools for component discovery, rendering, and a11y auditing installs: npm:@fragments-sdk/mcp detail: https://mcpindex.ai/server/io-github-conanmcn-fragments-mcp - io.github.ConnorBritain/mssql (io.github.ConnorBritain/mssql@0.4.5) MCP server for Microsoft SQL Server — schema discovery, profiling, safe writes, and DDL installs: npm:@connorbritain/mssql-mcp-server detail: https://mcpindex.ai/server/io-github-connorbritain-mssql - io.github.ConnorBritain/mssql-reader (io.github.ConnorBritain/mssql-reader@0.3.1) Read-only MCP server for Microsoft SQL Server — schema discovery, profiling, safe querying installs: npm:@connorbritain/mssql-mcp-reader detail: https://mcpindex.ai/server/io-github-connorbritain-mssql-reader - io.github.ConnorBritain/mssql-writer (io.github.ConnorBritain/mssql-writer@0.3.1) MCP server for Microsoft SQL Server — read and data write operations, no DDL installs: npm:@connorbritain/mssql-mcp-writer detail: https://mcpindex.ai/server/io-github-connorbritain-mssql-writer - LinkedIn MCP (by TalkToHumans) (io.github.CoolSapiens/linkedin-mcp@1.0.0) Let AI tools securely access your LinkedIn network and DMs installs: remote:https://api.talktohumans.app/mcp detail: https://mcpindex.ai/server/io-github-coolsapiens-linkedin-mcp - air-Q (io.github.CorantGmbH/mcp-airq@1.6.5) MCP server for direct HTTP communication with air-Q air quality sensor devices installs: pypi:mcp-airq detail: https://mcpindex.ai/server/io-github-corantgmbh-mcp-airq - air-Q Cloud (io.github.CorantGmbH/mcp-airq-cloud@1.4.6) MCP server for air-Q Cloud API — access air quality data from anywhere installs: pypi:mcp-airq-cloud detail: https://mcpindex.ai/server/io-github-corantgmbh-mcp-airq-cloud - io.github.CourtimusPrime/gopher (io.github.CourtimusPrime/gopher@0.1.0) Lead intelligence layer for AI agents. Discover and enrich B2B prospects from natural language. installs: npm:gopher-mcp detail: https://mcpindex.ai/server/io-github-courtimusprime-gopher - Circuitarium MCP (io.github.Craftiee/circuitarium@0.3.1) MCP tools for CRUMB artifacts and Logisim-evolution analysis and non-interactive simulation. installs: npm:circuitarium-mcp detail: https://mcpindex.ai/server/io-github-craftiee-circuitarium - io.github.CraftyCrow-Co/CraftyFormsMCP (io.github.CraftyCrow-Co/CraftyFormsMCP@1.0.0) Create and manage forms, collect submissions — a headless form builder powered by CraftyForms. installs: manual detail: https://mcpindex.ai/server/io-github-craftycrow-co-craftyformsmcp - io.github.CraftyCrow-Co/crafty-form-server (io.github.CraftyCrow-Co/crafty-form-server@1.0.0) Create and manage forms, collect submissions — a headless form builder powered by CraftyForms. installs: manual detail: https://mcpindex.ai/server/io-github-craftycrow-co-crafty-form-server - io.github.Craig-Horton/aibvf-mcp (io.github.Craig-Horton/aibvf-mcp@0.14.0) AI BVF: score AI portfolios Stop/Fix/Accelerate with decision confidence and pace-layer drag. installs: npm:aibvf-mcp detail: https://mcpindex.ai/server/io-github-craig-horton-aibvf-mcp - DocRocket (io.github.Crash-ept/docrocket@1.0.0) Generate on-brand proposals, reports, and contracts instantly. Auto-extracts brand from any URL. installs: remote:https://mcp.docrocket.ai/v1/mcp-tools/docrocket-control/mcp detail: https://mcpindex.ai/server/io-github-crash-ept-docrocket - Pusher Channels (io.github.CrashBytes/pusher-mcp-server@1.0.3) Trigger events, query channels, and manage realtime messaging on Pusher Channels. installs: npm:@crashbytes/pusher-mcp-server detail: https://mcpindex.ai/server/io-github-crashbytes-pusher-mcp-server - io.github.CrazymakER23/convergealpha (io.github.CrazymakER23/convergealpha@1.0.0) AI stock signal convergence � 13 sources, Bayesian scoring, verified outcomes. installs: remote:https://api.openalpha.app/sse/sse detail: https://mcpindex.ai/server/io-github-crazymaker23-convergealpha - Createya — AI Image & Video Generation (io.github.Createya-ai/createya-mcp@1.0.0) 100+ AI models: FLUX, Sora, Veo, Kling, Runway, Suno. OAuth or Bearer. No VPN. RU billing. installs: remote:https://api.createya.ai/mcp detail: https://mcpindex.ai/server/io-github-createya-ai-createya-mcp - io.github.Creator-API/creator-api-mcp (io.github.Creator-API/creator-api-mcp@0.2.1) Native OnlyFans and Fansly access as MCP tools. One CreatorAPI key. installs: pypi:creator-api-mcp | remote:https://api.creator-api.com/mcp detail: https://mcpindex.ai/server/io-github-creator-api-creator-api-mcp - Credda Trust (io.github.Credda-io/credda-trust@0.1.3) Check a counterparty's verifiable Credda trust record; verify or present signed credentials. installs: npm:@credda/mcp-server detail: https://mcpindex.ai/server/io-github-credda-io-credda-trust - io.github.Creed-Space/mettle-mcp (io.github.Creed-Space/mettle-mcp@0.3.0) Inverse Turing test — let an AI agent verify its own substrate and earn a credential. installs: pypi:mettle-verifier detail: https://mcpindex.ai/server/io-github-creed-space-mettle-mcp - io.github.Creed-Space/vcp-mcp (io.github.Creed-Space/vcp-mcp@0.7.0) Value Context Protocol tools: VCP/I tokens, CSM1 codes, VCP-Lite, and context encoding. installs: pypi:vcp-sdk detail: https://mcpindex.ai/server/io-github-creed-space-vcp-mcp - GPH Intelligence - Healthcare Vendor Finder (io.github.Crindo2/gph-mcp-server@1.1.1) Find 76,000+ curated healthcare service vendors across 25 categories and all 50 US states. installs: remote:https://gph-mcp-server.pages.dev/mcp detail: https://mcpindex.ai/server/io-github-crindo2-gph-mcp-server - Firmoscop (io.github.CristianFagarasan/firmoscop@0.3.0) Romanian company risk checks by CUI — verdict verde/galben/roșu from official public sources. installs: remote:https://firmoscop.ro/mcp detail: https://mcpindex.ai/server/io-github-cristianfagarasan-firmoscop - io.github.Cropgraph/cropgraph (io.github.Cropgraph/cropgraph@3.2.0) CropGraph MCP. Crops, companions, pests, rotation, soil, GDD, pest intelligence. installs: npm:@cropgraph/mcp detail: https://mcpindex.ai/server/io-github-cropgraph-cropgraph - io.github.CrossPad/crosspad-mcp (io.github.CrossPad/crosspad-mcp@4.0.1) Development workflow server for CrossPad — build, test, run, screenshot, and navigate code installs: npm:crosspad-mcp-server detail: https://mcpindex.ai/server/io-github-crosspad-crosspad-mcp - ZuckerBot — Meta Ads MCP Server (io.github.Crumbedsausage/zuckerbot@0.4.4) 60+ Meta Ads tools for AI agents: audits, campaign management, audiences and CAPI tracking. installs: npm:zuckerbot-mcp | remote:https://zuckerbot.ai/api/mcp detail: https://mcpindex.ai/server/io-github-crumbedsausage-zuckerbot - io.github.CryptoAPIs-io/mcp-address-history (io.github.CryptoAPIs-io/mcp-address-history@0.3.1) MCP server for full transaction and token history on EVM and UTXO addresses via Crypto APIs installs: npm:@cryptoapis-io/mcp-address-history detail: https://mcpindex.ai/server/io-github-cryptoapis-io-mcp-address-history - io.github.CryptoAPIs-io/mcp-address-latest (io.github.CryptoAPIs-io/mcp-address-latest@0.3.1) MCP server for current balance and state of EVM, UTXO, Solana, XRP, Kaspa addresses via Crypto APIs installs: npm:@cryptoapis-io/mcp-address-latest detail: https://mcpindex.ai/server/io-github-cryptoapis-io-mcp-address-latest - io.github.CryptoAPIs-io/mcp-aml (io.github.CryptoAPIs-io/mcp-aml@0.1.0) MCP server for AML address verification and transaction screening via Crypto APIs installs: npm:@cryptoapis-io/mcp-aml detail: https://mcpindex.ai/server/io-github-cryptoapis-io-mcp-aml - io.github.CryptoAPIs-io/mcp-block-data (io.github.CryptoAPIs-io/mcp-block-data@0.3.0) MCP server for retrieving block-level data from EVM, UTXO, and XRP blockchains via Crypto APIs installs: npm:@cryptoapis-io/mcp-block-data detail: https://mcpindex.ai/server/io-github-cryptoapis-io-mcp-block-data - io.github.CryptoAPIs-io/mcp-blockchain-events (io.github.CryptoAPIs-io/mcp-blockchain-events@0.4.0) MCP server for subscribing to and managing on-chain event webhooks via Crypto APIs installs: npm:@cryptoapis-io/mcp-blockchain-events detail: https://mcpindex.ai/server/io-github-cryptoapis-io-mcp-blockchain-events - io.github.CryptoAPIs-io/mcp-blockchain-fees (io.github.CryptoAPIs-io/mcp-blockchain-fees@0.4.0) MCP server for fee recommendations and gas estimation on EVM, UTXO, XRP, Tezos, Solana installs: npm:@cryptoapis-io/mcp-blockchain-fees detail: https://mcpindex.ai/server/io-github-cryptoapis-io-mcp-blockchain-fees - io.github.CryptoAPIs-io/mcp-broadcast (io.github.CryptoAPIs-io/mcp-broadcast@0.4.0) MCP server for broadcasting signed raw transactions to multiple blockchains via Crypto APIs installs: npm:@cryptoapis-io/mcp-broadcast detail: https://mcpindex.ai/server/io-github-cryptoapis-io-mcp-broadcast - io.github.CryptoAPIs-io/mcp-contracts (io.github.CryptoAPIs-io/mcp-contracts@0.3.0) MCP server for smart contract ABIs and on-chain data from EVM and Solana via Crypto APIs installs: npm:@cryptoapis-io/mcp-contracts detail: https://mcpindex.ai/server/io-github-cryptoapis-io-mcp-contracts - io.github.CryptoAPIs-io/mcp-hd-wallet (io.github.CryptoAPIs-io/mcp-hd-wallet@0.3.1) MCP server for HD wallet management, balance, and sync on EVM, UTXO, XRP via Crypto APIs installs: npm:@cryptoapis-io/mcp-hd-wallet detail: https://mcpindex.ai/server/io-github-cryptoapis-io-mcp-hd-wallet - io.github.CryptoAPIs-io/mcp-market-data (io.github.CryptoAPIs-io/mcp-market-data@0.3.0) MCP server for cryptocurrency asset prices, exchange rates, and market metadata via Crypto APIs installs: npm:@cryptoapis-io/mcp-market-data detail: https://mcpindex.ai/server/io-github-cryptoapis-io-mcp-market-data - io.github.CryptoAPIs-io/mcp-prepare-transactions (io.github.CryptoAPIs-io/mcp-prepare-transactions@0.4.0) MCP server for building unsigned transactions on EVM, Tezos, Solana, Kaspa, XRP, UTXO, Tron installs: npm:@cryptoapis-io/mcp-prepare-transactions detail: https://mcpindex.ai/server/io-github-cryptoapis-io-mcp-prepare-transactions - io.github.CryptoAPIs-io/mcp-signer (io.github.CryptoAPIs-io/mcp-signer@0.4.0) MCP server for local transaction signing on EVM, UTXO, Tron, and XRP — no API calls needed installs: npm:@cryptoapis-io/mcp-signer detail: https://mcpindex.ai/server/io-github-cryptoapis-io-mcp-signer - io.github.CryptoAPIs-io/mcp-simulate (io.github.CryptoAPIs-io/mcp-simulate@0.3.1) MCP server for dry-run Ethereum transaction simulation via Crypto APIs installs: npm:@cryptoapis-io/mcp-simulate detail: https://mcpindex.ai/server/io-github-cryptoapis-io-mcp-simulate - io.github.CryptoAPIs-io/mcp-transactions-data (io.github.CryptoAPIs-io/mcp-transactions-data@0.3.0) MCP server for transaction lookup across EVM, UTXO, Solana, XRP, Kaspa via Crypto APIs installs: npm:@cryptoapis-io/mcp-transactions-data detail: https://mcpindex.ai/server/io-github-cryptoapis-io-mcp-transactions-data - io.github.CryptoAPIs-io/mcp-utils (io.github.CryptoAPIs-io/mcp-utils@0.3.0) MCP server for address derivation and encoding utilities across multiple blockchains via Crypto APIs installs: npm:@cryptoapis-io/mcp-utils detail: https://mcpindex.ai/server/io-github-cryptoapis-io-mcp-utils - io.github.CryptoAPIs-io/mcp-x402-accept (io.github.CryptoAPIs-io/mcp-x402-accept@0.1.1) Self-hosted MCP proxy that puts an x402 paywall in front of an existing MCP server installs: npm:@cryptoapis-io/mcp-x402-accept detail: https://mcpindex.ai/server/io-github-cryptoapis-io-mcp-x402-accept - io.github.CryptoAPIs-io/mcp-x402-pay (io.github.CryptoAPIs-io/mcp-x402-pay@0.4.0) MCP server that pays x402-gated HTTP endpoints — fetch, and on a 402 authorize, sign, retry installs: npm:@cryptoapis-io/mcp-x402-pay detail: https://mcpindex.ai/server/io-github-cryptoapis-io-mcp-x402-pay - Design Constraint Validator (io.github.CseperkePapp/design-constraint-validator@2.3.0) Validate design tokens for accessibility, scales, and design-system constraint consistency. installs: npm:design-constraint-validator detail: https://mcpindex.ai/server/io-github-cseperkepapp-design-constraint-validator - io.github.Cubiczan/codesentinel (io.github.Cubiczan/codesentinel@1.0.0) AI codebase health analysis: dead code, circular deps, coupling, architectural drift. installs: npm:@cubiczan/codesentinel-mcp detail: https://mcpindex.ai/server/io-github-cubiczan-codesentinel - io.github.Cuneiform-LLC/clearlist (io.github.Cuneiform-LLC/clearlist@0.9.1) AI resale manager. Photograph an item, AI writes the listing, publish a sale page, manage pickups. installs: npm:@clearlist/mcp-server | remote:https://clearlist.me/api/mcp detail: https://mcpindex.ai/server/io-github-cuneiform-llc-clearlist - Custom Blinds Shop (io.github.CustomBlinds/cb-shop@1.0.0) South Africa's first AI-transactable blinds, shutters and awnings catalogue with live ZAR pricing. installs: remote:https://shop.customblinds.co.za/mcp detail: https://mcpindex.ai/server/io-github-customblinds-cb-shop - io.github.Cyberdyne-OS/cyberdyne-mcp (io.github.Cyberdyne-OS/cyberdyne-mcp@0.7.2) Engagement marketplace for the Bankr agent economy: agents fund quests, humans get paid on Base. installs: npm:cyberdyne-mcp detail: https://mcpindex.ai/server/io-github-cyberdyne-os-cyberdyne-mcp - io.github.Cyberweasel777/botindex-mcp-server (io.github.Cyberweasel777/botindex-mcp-server@2.2.0) DeFi signal intelligence + agent discovery. Funding arb, whale alerts, Zora, compliance. installs: npm:botindex-mcp-server detail: https://mcpindex.ai/server/io-github-cyberweasel777-botindex-mcp-server - Peckish — DoorDash ordering (io.github.CydVilla/peckish@0.4.0) Order food on DoorDash — compare real fee-included totals; you approve every order. installs: npm:peckish-mcp detail: https://mcpindex.ai/server/io-github-cydvilla-peckish - HeyLead — Autonomous LinkedIn SDR (io.github.D4umak/heylead@0.9.5) Autonomous LinkedIn SDR — voice-matched outreach, ICP generation, and campaign management. installs: pypi:heylead | remote:https://heylead-api-141730336364.us-central1.run.app/mcp detail: https://mcpindex.ai/server/io-github-d4umak-heylead - UpToCode (io.github.DDYRich72/uptocode@1.0.0) Evidence-backed architecture-quality analysis for Python agent applications. installs: pypi:uptocode | remote:https://uptocode-mcp-1015314816960.us-central1.run.app/mcp detail: https://mcpindex.ai/server/io-github-ddyrich72-uptocode - io.github.DELIGHT-LABS/walletconnect-mcp (io.github.DELIGHT-LABS/walletconnect-mcp@0.0.4) Non-custodial EVM wallet bridge over WalletConnect: balances, signing, transactions. installs: npm:walletconnect-mcp detail: https://mcpindex.ai/server/io-github-delight-labs-walletconnect-mcp - MediBill Saver — medical bill audit tools (io.github.DGOnlineCode/medibill-saver@1.0.1) Medicare rates, hospital quality, and dispute scenarios from six federal public-domain datasets. installs: remote:https://www.medibillsaver.com/api/mcp detail: https://mcpindex.ai/server/io-github-dgonlinecode-medibill-saver - io.github.DIDA-AI/hotelbooking (io.github.DIDA-AI/hotelbooking@1.0.0) Hotel Booking MCP Server installs: npm:@didaai/hotelbooking detail: https://mcpindex.ai/server/io-github-dida-ai-hotelbooking - io.github.DIDA-AI/hotelbooking-ai (io.github.DIDA-AI/hotelbooking-ai@1.0.1) Hotel Booking MCP Server (Global/AI Edition) installs: npm:@didaai/hotelbooking-ai detail: https://mcpindex.ai/server/io-github-dida-ai-hotelbooking-ai - MCP Surface Lint (io.github.DLeibner/mcp-surface-lint@0.3.3) Statically audits MCP tool surfaces for token cost, schema quality, and design issues. installs: remote:https://mcplint-web.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-dleibner-mcp-surface-lint - DeepSeek MCP Server (io.github.DMontgomery40/deepseek@0.3.1) Official DeepSeek MCP server for chat, completion, model listing, and balance endpoints. installs: npm:deepseek-mcp-server detail: https://mcpindex.ai/server/io-github-dmontgomery40-deepseek - io.github.DROOdotFOO/raxol (io.github.DROOdotFOO/raxol@2.6.1) Elixir/OTP runtime where every UI component auto-exposes MCP tools; stdio server: mix mcp.server installs: manual detail: https://mcpindex.ai/server/io-github-droodotfoo-raxol - ScalpStream (io.github.DV1-321/scalpstream-mcp@0.1.3) Pay-per-call data over x402: air quality, border waits, fuel prices, market research. installs: docker:ghcr.io/dv1-321/scalpstream-mcp:v0.1.3 detail: https://mcpindex.ai/server/io-github-dv1-321-scalpstream-mcp - Airbrake MCP Server (io.github.Dach3r/airbrake-mcp-server@1.0.1) Query Airbrake errors, notices, deploys, and project stats from MCP clients installs: npm:airbrake-mcp-server detail: https://mcpindex.ai/server/io-github-dach3r-airbrake-mcp-server - io.github.Daghis/teamcity (io.github.Daghis/teamcity@2.12.1) MCP server exposing JetBrains TeamCity CI/CD workflows to AI coding assistants installs: npm:@daghis/teamcity-mcp detail: https://mcpindex.ai/server/io-github-daghis-teamcity - io.github.Dahliyaal/justicelibre (io.github.Dahliyaal/justicelibre@1.1.0) Free access to 3.3M French & EU court decisions + 1.5M law articles w/ history. 31 read-only tools installs: remote:https://justicelibre.org/mcp detail: https://mcpindex.ai/server/io-github-dahliyaal-justicelibre - Avenity AI Visibility (io.github.DanKaten/avenity-agentic-audit@1.0.0) Hireable AI-visibility service: get a business named in AI answers. Free audit + x402 hire. installs: remote:https://avenity-agentic-audit.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-dankaten-avenity-agentic-audit - PackageGuard (io.github.DanKaten/packageguard@1.0.0) x402-gated safety checker for npm/PyPI packages before you npm install / pip install. installs: remote:https://packageguard-k4s4.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-dankaten-packageguard - Packkit (io.github.DanMat/packkit-mcp@0.2.2) Scaffold modern npm packages, CLIs, services and apps as a native tool for AI agents. installs: npm:packkit-mcp detail: https://mcpindex.ai/server/io-github-danmat-packkit-mcp - io.github.DanielOrtiz0220/nyc-restroom-mcp (io.github.DanielOrtiz0220/nyc-restroom-mcp@0.1.1) Find NYC public restrooms and their latest Parks inspection status, from NYC Open Data installs: npm:nyc-restroom-mcp detail: https://mcpindex.ai/server/io-github-danielortiz0220-nyc-restroom-mcp - io.github.DanielTomaro13/sportsdata-mcp (io.github.DanielTomaro13/sportsdata-mcp@0.24.1) Live sports data and cross-book betting odds — 753 tools, 60 providers, 41 needing no key. installs: pypi:sportsdata-mcp detail: https://mcpindex.ai/server/io-github-danieltomaro13-sportsdata-mcp - io.github.DareDev256/fcpxml-mcp-server (io.github.DareDev256/fcpxml-mcp-server@0.13.1) Final Cut Pro automation: 62 tools for FCPXML editing, QC, live push-to-FCP, and media analysis. installs: pypi:fcp-mcp-server detail: https://mcpindex.ai/server/io-github-daredev256-fcpxml-mcp-server - io.github.DataAssistIO/Dataassist-IO (io.github.DataAssistIO/Dataassist-IO@1.0.0) Query your org's data in natural language — read-only MCP access to SQL, NoSQL, files & warehouses. installs: remote:https://app.dataassist.io/mcp detail: https://mcpindex.ai/server/io-github-dataassistio-dataassist-io - io.github.Dave-London/build (io.github.Dave-London/build@0.8.0) Structured build tool output (tsc, generic commands) as typed JSON diagnostics. installs: npm:@paretools/build detail: https://mcpindex.ai/server/io-github-dave-london-build - io.github.Dave-London/cargo (io.github.Dave-London/cargo@0.7.1) Structured Rust cargo operations (build, test, clippy) as typed JSON. installs: npm:@paretools/cargo detail: https://mcpindex.ai/server/io-github-dave-london-cargo - io.github.Dave-London/go (io.github.Dave-London/go@0.7.1) Structured Go tool output (build, test, vet) as typed JSON diagnostics. installs: npm:@paretools/go detail: https://mcpindex.ai/server/io-github-dave-london-go - io.github.Dave-London/http (io.github.Dave-London/http@0.7.1) MCP server for HTTP requests (curl) with structured, token-efficient output installs: npm:@paretools/http detail: https://mcpindex.ai/server/io-github-dave-london-http - io.github.Dave-London/lint (io.github.Dave-London/lint@0.8.0) Structured linting output (ESLint, format-check) as typed JSON diagnostics. installs: npm:@paretools/lint detail: https://mcpindex.ai/server/io-github-dave-london-lint - io.github.Dave-London/make (io.github.Dave-London/make@0.7.1) MCP server for Make/Just task runners with structured, token-efficient output installs: npm:@paretools/make detail: https://mcpindex.ai/server/io-github-dave-london-make - io.github.Dave-London/npm (io.github.Dave-London/npm@0.8.0) Structured npm/pnpm operations (install, audit, outdated, list) as typed JSON. installs: npm:@paretools/npm detail: https://mcpindex.ai/server/io-github-dave-london-npm - io.github.Dave-London/pare-build (io.github.Dave-London/pare-build@0.8.1) Pare Build — Structured build output (tsc, esbuild, vite, webpack) as typed JSON diagnostics. installs: npm:@paretools/build detail: https://mcpindex.ai/server/io-github-dave-london-pare-build - io.github.Dave-London/pare-cargo (io.github.Dave-London/pare-cargo@0.8.1) Pare Cargo — Structured Rust cargo operations (build, test, clippy, fmt, doc) as typed JSON. installs: npm:@paretools/cargo detail: https://mcpindex.ai/server/io-github-dave-london-pare-cargo - io.github.Dave-London/pare-go (io.github.Dave-London/pare-go@0.8.1) Pare Go — Structured Go tool output (build, test, vet, fmt, mod) as typed JSON diagnostics. installs: npm:@paretools/go detail: https://mcpindex.ai/server/io-github-dave-london-pare-go - io.github.Dave-London/pare-http (io.github.Dave-London/pare-http@0.8.1) Pare HTTP — Structured HTTP request operations (GET, POST, HEAD) as typed JSON. installs: npm:@paretools/http detail: https://mcpindex.ai/server/io-github-dave-london-pare-http - io.github.Dave-London/pare-lint (io.github.Dave-London/pare-lint@0.8.1) Pare Lint — Structured linting and formatting (ESLint, Prettier, Biome, Oxlint) as typed JSON. installs: npm:@paretools/lint detail: https://mcpindex.ai/server/io-github-dave-london-pare-lint - io.github.Dave-London/pare-make (io.github.Dave-London/pare-make@0.8.1) Pare Make — Structured Make/Just task runner operations (run, list) as typed JSON. installs: npm:@paretools/make detail: https://mcpindex.ai/server/io-github-dave-london-pare-make - io.github.Dave-London/pare-npm (io.github.Dave-London/pare-npm@0.8.1) Pare npm — Structured npm/pnpm operations (install, audit, outdated, list, run) as typed JSON. installs: npm:@paretools/npm detail: https://mcpindex.ai/server/io-github-dave-london-pare-npm - io.github.Dave-London/pare-python (io.github.Dave-London/pare-python@0.8.1) Pare Python — Structured Python tool output (ruff, mypy, pip, uv, black, pytest) as typed JSON. installs: npm:@paretools/python detail: https://mcpindex.ai/server/io-github-dave-london-pare-python - io.github.Dave-London/pare-test (io.github.Dave-London/pare-test@0.8.1) Pare Test — Auto-detects test framework (pytest, jest, vitest, mocha), returns typed JSON. installs: npm:@paretools/test detail: https://mcpindex.ai/server/io-github-dave-london-pare-test - io.github.Dave-London/python (io.github.Dave-London/python@0.8.0) Structured Python tool output (ruff, mypy, pip-audit, pip-install) as typed JSON. installs: npm:@paretools/python detail: https://mcpindex.ai/server/io-github-dave-london-python - io.github.Dave-London/test (io.github.Dave-London/test@0.8.0) Auto-detects test framework (pytest, jest, vitest) and returns structured results. installs: npm:@paretools/test detail: https://mcpindex.ai/server/io-github-dave-london-test - io.github.DavidFuchs/mcp-uptime-kuma (io.github.DavidFuchs/mcp-uptime-kuma@0.11.0) A Model Context Protocol (MCP) server for Uptime Kuma version 2. installs: npm:@davidfuchs/mcp-uptime-kuma detail: https://mcpindex.ai/server/io-github-davidfuchs-mcp-uptime-kuma - 0xHumans Protocol MCP (io.github.DavidOrpeli/0xhumans-mcp@1.0.0) MCP for AI agents: financing, skills, lending on Base installs: remote:https://0xhumans-mcp-proxy.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-davidorpeli-0xhumans-mcp - Ara — audits d'accessibilité RGAA (io.github.DavidPivert/ara-rgaa-mcp@2.5.0) Piloter des audits RGAA 4.1 sur Ara, référentiel embarqué. Non officiel. installs: npm:ara-rgaa-mcp detail: https://mcpindex.ai/server/io-github-davidpivert-ara-rgaa-mcp - SwapWizard (io.github.DeFiRe-business/swapwizard-mcp@1.8.9) Non-custodial DeFi for AI agents: swaps, concentrated liquidity (V3/V4) zaps + ranges, 5 EVM chains installs: npm:@swapwizard/mcp-server | remote:https://mcp.swapwizard.xyz/mcp detail: https://mcpindex.ai/server/io-github-defire-business-swapwizard-mcp - MCP Fiscal Brasil (io.github.DeHor-Labs/mcp-fiscal-brasil@0.3.1) Ferramentas fiscais brasileiras: CNPJ, NF-e, IBS/CBS, ICMS, Simples Nacional, NCM/CFOP. Sem API key. installs: pypi:mcp-fiscal-brasil detail: https://mcpindex.ai/server/io-github-dehor-labs-mcp-fiscal-brasil - io.github.DeanWard/HAL (io.github.DeanWard/HAL@1.0.14) HAL (HTTP API Layer) - An MCP server that provides HTTP API capabilities to Large Language Models installs: npm:hal-mcp detail: https://mcpindex.ai/server/io-github-deanward-hal - io.github.Deep-Identity-Inc/agent-skill (io.github.Deep-Identity-Inc/agent-skill@1.0.1) An MCP Server that provides identity verification and anti-fraud tools for AI agents via deepidv. installs: remote:https://mcp.deepidv.com/v1/mcp detail: https://mcpindex.ai/server/io-github-deep-identity-inc-agent-skill - Deep Agentic Core MCP (io.github.DeepAgentLabs/deep-agentic-core-mcp@0.2.0) Unified MCP server for AgenticLens and Agentic Chaos capabilities. installs: pypi:deep-agentic-core-mcp detail: https://mcpindex.ai/server/io-github-deepagentlabs-deep-agentic-core-mcp - OrbitEOS Energy Management (io.github.DeepakumarSubbian/orbiteos@1.0.0) Energy management platform — 61 tools for solar, battery, grid, and EV charging control installs: remote:https://mcp.orbiteos.cloud/sse detail: https://mcpindex.ai/server/io-github-deepakumarsubbian-orbiteos - io.github.Deepfreezechill/agentbuilders (io.github.Deepfreezechill/agentbuilders@0.6.1) Deploy full-stack AI agent apps with database, auth, storage, and Edge AI on one platform. installs: npm:agentbuilders detail: https://mcpindex.ai/server/io-github-deepfreezechill-agentbuilders - DDC/CI Control Bridge (io.github.Defozo/ddc-ci-control-bridge@1.0.5) Control monitor brightness, contrast, power and input via DDC/CI with MCP and MQTT support. installs: npm:ddc-ci-control-bridge detail: https://mcpindex.ai/server/io-github-defozo-ddc-ci-control-bridge - io.github.Delego-Dev/delego (io.github.Delego-Dev/delego@0.3.4) Intent-bound action authorization for AI agents: policy, human approval, and a signed audit trail. installs: pypi:delego detail: https://mcpindex.ai/server/io-github-delego-dev-delego - Delora MCP (io.github.DeloraProtocol/delora-mcp@0.1.5) Delora MCP server for cross-chain quotes, supported chains, tokens, and tools. installs: npm:@deloraprotocol/mcp | remote:https://mcp.delora.build/mcp detail: https://mcpindex.ai/server/io-github-deloraprotocol-delora-mcp - io.github.Densys/value-us (io.github.Densys/value-us@1.0.0) Verified deals, store policies & a trust score for thousands of online retailers. No auth. installs: remote:https://value.us/mcp detail: https://mcpindex.ai/server/io-github-densys-value-us - GammaRips Options Intelligence (io.github.DevDizzle/gammarips@4.0.0) Anti-firehose options-flow data for AI agents: curated daily pool, features, realized outcomes. installs: remote:https://mcp.gammarips.com/mcp detail: https://mcpindex.ai/server/io-github-devdizzle-gammarips - io.github.DevDs1989/t-rush-mcp (io.github.DevDs1989/t-rush-mcp@1.0.2) MCP server for t-rush. Exposes TODO/FIXME scanning and streak tracking to AI agents. installs: npm:@devds1989/t-rush-mcp detail: https://mcpindex.ai/server/io-github-devds1989-t-rush-mcp - npx-vibe (io.github.Devrajsinh-Jhala/npx-vibe@1.5.1) Read-only npm package and project dependency preflight tools for AI applications. installs: npm:npx-vibe detail: https://mcpindex.ai/server/io-github-devrajsinh-jhala-npx-vibe - io.github.Dewars30/fulcrum (io.github.Dewars30/fulcrum@1.1.0) AI governance MCP server for policy enforcement, cost control, and observability. installs: npm:@fulcrum-governance/sdk | pypi:fulcrum-governance detail: https://mcpindex.ai/server/io-github-dewars30-fulcrum - io.github.DeweyCox369/cave-title (io.github.DeweyCox369/cave-title@1.0.0) AI real estate settlement with 5 specialized agents for blockchain transfers in 15 seconds. installs: remote:https://cavetitle.xyz/api/mcp detail: https://mcpindex.ai/server/io-github-deweycox369-cave-title - WattGap for Agents (io.github.Dfskid/agent-mcp@0.2.0) Sourced, dated US home-energy program truth by ZIP. installs: remote:https://wattgap.com/api/mcp detail: https://mcpindex.ai/server/io-github-dfskid-agent-mcp - io.github.Dhi13man/oorep-mcp (io.github.Dhi13man/oorep-mcp@1.2.3) MCP server and TypeScript SDK for OOREP homeopathic repertory and materia medica reference data. installs: npm:oorep-mcp detail: https://mcpindex.ai/server/io-github-dhi13man-oorep-mcp - B2B Lead Enrichment (io.github.Diego-Costa-Tech/lead-enrichment-mcp@1.0.0) Remote MCP server to enrich company profiles with structured B2B data and confidence scores. installs: remote:https://lead-enrichment-mcp.agent-infra.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-diego-costa-tech-lead-enrichment-mcp - io.github.DiegoBr4nd/godot-gut-mcp (io.github.DiegoBr4nd/godot-gut-mcp@0.1.2) Servidor MCP que permite ejecutar tests de Godot con GUT desde cualquier IA installs: pypi:godot-gut-mcp detail: https://mcpindex.ai/server/io-github-diegobr4nd-godot-gut-mcp - RPG Maker MV Ultimate MCP (io.github.DiegoLopez0208/rpgmaker-mv-ultimate@5.12.2) RPG Maker MV Ultimate: AI copilot to generate, edit and understand RPG Maker MV projects (MCP) installs: npm:rpgmaker-mv-mcp detail: https://mcpindex.ai/server/io-github-diegolopez0208-rpgmaker-mv-ultimate - io.github.DigiCatalyst-Systems/dep-diff-mcp (io.github.DigiCatalyst-Systems/dep-diff-mcp@0.1.10) Translates a lockfile diff into a human-readable upgrade plan for npm and PyPI. installs: npm:@digicatalyst/dep-diff-mcp detail: https://mcpindex.ai/server/io-github-digicatalyst-systems-dep-diff-mcp - io.github.Digilac/simap-mcp (io.github.Digilac/simap-mcp@1.3.1) MCP server for simap.ch - Swiss public procurement platform installs: npm:@digilac/simap-mcp detail: https://mcpindex.ai/server/io-github-digilac-simap-mcp - io.github.Digital-Defiance/mcp-debugger (io.github.Digital-Defiance/mcp-debugger@1.1.8) Node.js and TypeScript debugging with 25+ tools for AI agents installs: npm:@ai-capabilities-suite/mcp-debugger-server detail: https://mcpindex.ai/server/io-github-digital-defiance-mcp-debugger - io.github.Digital-Defiance/mcp-screenshot (io.github.Digital-Defiance/mcp-screenshot@1.0.3) Screenshot capture with PII masking and cross-platform support for AI agents installs: npm:@ai-capabilities-suite/mcp-screenshot detail: https://mcpindex.ai/server/io-github-digital-defiance-mcp-screenshot - io.github.Digital-Threads/token-pilot (io.github.Digital-Threads/token-pilot@0.50.1) Save up to 80% tokens when AI reads code via AST-aware structural reading installs: npm:token-pilot detail: https://mcpindex.ai/server/io-github-digital-threads-token-pilot - io.github.DigitalDefiance/ts-mcp-debugger (io.github.DigitalDefiance/ts-mcp-debugger@1.0.2) Enterprise debugging for Node.js/TypeScript with 25+ tools: breakpoints, profiling, hang detection installs: npm:@ai-capabilities-suite/mcp-debugger-server detail: https://mcpindex.ai/server/io-github-digitaldefiance-ts-mcp-debugger - io.github.DinanathDash/envault (io.github.DinanathDash/envault@1.12.0) Secure secret management with a Human-In-The-Loop (HITL) interceptor for agent mutations. installs: npm:@dinanathdash/envault-mcp-server detail: https://mcpindex.ai/server/io-github-dinanathdash-envault - io.github.DingDawg-dev/dingdawg-compliance (io.github.DingDawg-dev/dingdawg-compliance@2.0.4) EU AI Act + Colorado AI Act compliance scoring. 87/100 in 60 seconds. Free local scan. installs: npm:dingdawg-compliance detail: https://mcpindex.ai/server/io-github-dingdawg-dev-dingdawg-compliance - io.github.DingDawg-dev/dingdawg-healthcare-agent (io.github.DingDawg-dev/dingdawg-healthcare-agent@2.0.4) HIPAA-aware healthcare AI. Clinical documentation, compliance checks, audit prep. Free local tier. installs: npm:dingdawg-healthcare-agent detail: https://mcpindex.ai/server/io-github-dingdawg-dev-dingdawg-healthcare-agent - mcp-crewd-rs (io.github.DioNanos/mcp-crewd-rs@0.1.4) Cell fabric daemon: spawn and coordinate Claude/Codex/pi worker cells over MCP. Audited. installs: manual detail: https://mcpindex.ai/server/io-github-dionanos-mcp-crewd-rs - Weishaupt WEM Portal (io.github.Disane87/weishaupt-wem-mcp-server@0.2.0) Control and monitor Weishaupt heating systems via the WEM Portal installs: npm:@disane-dev/weishaupt-wem-mcp-server detail: https://mcpindex.ai/server/io-github-disane87-weishaupt-wem-mcp-server - Divoom LAN Watchface (io.github.DivoomDevelop/mcp-divoom-lan@0.1.1) MCP server for Divoom LAN watchface APIs; read-before-write safe. V2 editor linked in README. installs: npm:mcp-divoom-lan detail: https://mcpindex.ai/server/io-github-divoomdevelop-mcp-divoom-lan - jobctl (io.github.DmytroRybka/jobctl@0.5.1) Job application tracker for developers - AI agents write over MCP, you review in a dashboard. installs: remote:https://app.jobctl.app/mcp detail: https://mcpindex.ai/server/io-github-dmytrorybka-jobctl - io.github.Docat0209/graphql (io.github.Docat0209/graphql@0.1.4) Turn any GraphQL API into MCP tools. Zero config, zero code. installs: npm:graphql-to-mcp detail: https://mcpindex.ai/server/io-github-docat0209-graphql - io.github.Docat0209/openapi (io.github.Docat0209/openapi@0.2.3) Turn any OpenAPI/Swagger spec into MCP tools. Zero config, zero code. installs: npm:mcp-openapi detail: https://mcpindex.ai/server/io-github-docat0209-openapi - DollhouseMCP (io.github.DollhouseMCP/mcp-server@2.0.40) OSS to create Personas, Skills, Templates, Agents, and Memories to customize your AI experience. installs: npm:@dollhousemcp/mcp-server detail: https://mcpindex.ai/server/io-github-dollhousemcp-mcp-server - io.github.Domirep/the-floor (io.github.Domirep/the-floor@1.0.0) Read & play The Floor, an on-chain strategy game on Robinhood Chain. Unofficial companion. installs: remote:https://thefloor-dashboard-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-domirep-the-floor - DottedSign (io.github.DottedSign-Official/dottedsign-mcp@1.0.0) Automate eSignature workflows and signing tasks via natural language commands. installs: remote:https://mcp.dottedsign.com/dottedsign-api/mcp detail: https://mcpindex.ai/server/io-github-dottedsign-official-dottedsign-mcp - io.github.Doucs91/hivelore (io.github.Doucs91/hivelore@0.53.1) Deterministic gate: blocks any commit whose diff reintroduces a documented team mistake. installs: npm:@hivelore/mcp detail: https://mcpindex.ai/server/io-github-doucs91-hivelore - Friday Seller Tools (io.github.DoughyJoeyD/friday-seller-tools@0.3.0) Marketplace-seller tools: listing audits, PPC kits, pricing, compliance. Paid via x402 or card. installs: remote:https://friday-seller-tools-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-doughyjoeyd-friday-seller-tools - io.github.DownAtTheBottomOfTheMoleHole/infracost (io.github.DownAtTheBottomOfTheMoleHole/infracost@1.0.1) MCP server for Infracost CLI integration - cloud cost estimates for Infrastructure as Code installs: npm:@downatthebottomofthemolehole/infracost-mcp-server detail: https://mcpindex.ai/server/io-github-downatthebottomofthemolehole-infracost - Dr.Deploy (io.github.Dr-Deploy/drdeploy-mcp@0.1.4) MCP tools for drdeploy: scan deployed sites, list, get findings, check status. installs: npm:@drdeploy/mcp detail: https://mcpindex.ai/server/io-github-dr-deploy-drdeploy-mcp - io.github.DrBaher/compare-cli-mcp (io.github.DrBaher/compare-cli-mcp@0.1.4) MCP server for compare-cli: contract version diff/redline and a drift gate as agent tools. installs: npm:compare-cli-mcp detail: https://mcpindex.ai/server/io-github-drbaher-compare-cli-mcp - io.github.DrBaher/contract-ops-mcp (io.github.DrBaher/contract-ops-mcp@0.3.0) One MCP server for the contract-ops suite: all nine local-first CLIs as agent tools. installs: npm:contract-ops-mcp detail: https://mcpindex.ai/server/io-github-drbaher-contract-ops-mcp - io.github.DrBaher/sign-cli (io.github.DrBaher/sign-cli@0.9.0) Agent-first e-signature MCP server with offline PAdES signing and hash-chained audit. installs: npm:@drbaher/sign-cli detail: https://mcpindex.ai/server/io-github-drbaher-sign-cli - io.github.DrBaher/supstack (io.github.DrBaher/supstack@0.18.2) Evidence-based supplement research, dosing, safety, and interactions as agent-callable tools. installs: npm:@supstack/cli detail: https://mcpindex.ai/server/io-github-drbaher-supstack - io.github.Drock91/bitbooth-fetch (io.github.Drock91/bitbooth-fetch@1.0.3) Pay-per-fetch via x402. Agent pays 0.005 USDC, gets clean markdown for any URL. No API keys. installs: npm:@bitbooth/mcp-fetch detail: https://mcpindex.ai/server/io-github-drock91-bitbooth-fetch - Sports Context Protocol (io.github.Dswane/sports-context-protocol@0.1.2) Self-learning operational context layer for AI sports agents. Profile 001: golf. installs: npm:sports-context-protocol detail: https://mcpindex.ai/server/io-github-dswane-sports-context-protocol - io.github.DuhoKim/nebulamind (io.github.DuhoKim/nebulamind@0.1.0) AI astronomy wiki with open agent peer-review. Vote on evidence, propose edits, earn reputation. installs: npm:@kuntori/nebulamind-mcp detail: https://mcpindex.ai/server/io-github-duhokim-nebulamind - io.github.DunkelCloud/toolmesh (io.github.DunkelCloud/toolmesh@0.3.0) Self-hosted MCP gateway. Turn any REST API into MCP tools via YAML (DADL). Authz, audit, policies. installs: remote:https://{host}:8123/mcp detail: https://mcpindex.ai/server/io-github-dunkelcloud-toolmesh - io.github.DustinTrap/kvm-pilot (io.github.DustinTrap/kvm-pilot@0.1.0rc3) Smart hands for your AI agents - write-capable KVM+BMC+SSH MCP server: gated, verified, audited. installs: pypi:kvm-pilot detail: https://mcpindex.ai/server/io-github-dustintrap-kvm-pilot - GoModel (io.github.ENTERPILOT/gomodel@0.1.74) Self-hosted gateway aggregating upstream MCP servers behind one authenticated HTTP endpoint. installs: docker:docker.io/enterpilot/gomodel:0.1.74 detail: https://mcpindex.ai/server/io-github-enterpilot-gomodel - io.github.EOX-A/EOxElements (io.github.EOX-A/EOxElements@1.2.1) A server to provide information about EOxElements custom elements for coding agents. installs: npm:@eox/elements-mcp-server | remote:https://elements.mcp.eox.at detail: https://mcpindex.ai/server/io-github-eox-a-eoxelements - DeepBlue Crypto Signals (io.github.ERROR403agent/deepblue-trading@1.0.2) 10 crypto tools for AI agents: BTC/ETH/SOL/XRP momentum signals, Polymarket odds, sentiment, x402. installs: remote:https://mcp.deepbluebase.xyz/mcp detail: https://mcpindex.ai/server/io-github-error403agent-deepblue-trading - io.github.Easton-OU/rootpilot-ssh-diagnose (io.github.Easton-OU/rootpilot-ssh-diagnose@0.1.2) Read-only SSH server diagnostics via a fixed 38-command whitelist; secrets redacted, no write path. installs: npm:@rootpilot/mcp-ssh-diagnose detail: https://mcpindex.ai/server/io-github-easton-ou-rootpilot-ssh-diagnose - Easy8 (io.github.Easy8com/easy8-mcp@0.1.0) Connect AI assistants to Easy8 — read and update projects, issues, and comments. installs: remote:https://{easy8_host}/mcp detail: https://mcpindex.ai/server/io-github-easy8com-easy8-mcp - Solana Token Intelligence (io.github.Echolonius/token-intel@1.2.0) Solana token due-diligence: 3-source fused risk verdict incl. LP-lock depth. $0.01 via x402. installs: remote:https://token-intel-x402.echolonius.deno.net/mcp detail: https://mcpindex.ai/server/io-github-echolonius-token-intel - SSH LICCO MCP Server (io.github.Echoqili/ssh-licco@2.7.1) SSH Model Context Protocol Server - Enable SSH functionality for AI models installs: pypi:ssh-licco detail: https://mcpindex.ai/server/io-github-echoqili-ssh-licco - io.github.Ecocitizenz/ecz-id-mcp-verifier (io.github.Ecocitizenz/ecz-id-mcp-verifier@0.8.2) Local-first, read-only ECZ-ID verifier over MCP (stdio): checks, reports, explains, routes. installs: npm:@ecocitizenz/ecz-id-mcp-verifier detail: https://mcpindex.ai/server/io-github-ecocitizenz-ecz-id-mcp-verifier - io.github.EdonZo/talkthru (io.github.EdonZo/talkthru@0.3.0) Talk while using your app — your coding agent gets each sentence aligned to the frame. Fully local. installs: npm:talkthru-mcp detail: https://mcpindex.ai/server/io-github-edonzo-talkthru - io.github.Edu963/ocultar-pii (io.github.Edu963/ocultar-pii@0.1.2) Zero-egress PII redaction for Claude. Runs locally — no data leaves your infrastructure. installs: pypi:ocultar-claude-mcp detail: https://mcpindex.ai/server/io-github-edu963-ocultar-pii - io.github.EduBase/MCP (io.github.EduBase/MCP@1.2.8) EduBase MCP server installs: npm:@edubase/mcp | remote:https://www.edubase.net/mcp detail: https://mcpindex.ai/server/io-github-edubase-mcp - io.github.Edward-CH-Wang/fondue-city-mcp (io.github.Edward-CH-Wang/fondue-city-mcp@0.1.14) Play Fondue City: a persistent world where AI agents run restaurants and humans only spectate. installs: npm:fondue-city-mcp detail: https://mcpindex.ai/server/io-github-edward-ch-wang-fondue-city-mcp - io.github.Eilodon/calm-mcp (io.github.Eilodon/calm-mcp@0.6.0) MCP server giving coding agents a call-graph-aware, hash-verified view of a codebase, not grep. installs: npm:@eilodon/calm-mcp detail: https://mcpindex.ai/server/io-github-eilodon-calm-mcp - Digche Icons (io.github.Elinaseri/digche-icons@0.1.1) Find semantic Digche replacements for functional UI icons and retrieve the selected SVG style. installs: remote:https://digche.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-elinaseri-digche-icons - TempoGraph (io.github.Elmoaid/tempograph@0.7.2) Code graph context engine with 24 MCP tools. 170+ languages via tree-sitter. installs: pypi:tempograph detail: https://mcpindex.ai/server/io-github-elmoaid-tempograph - io.github.EmperorMew/voidly-mcp-server (io.github.EmperorMew/voidly-mcp-server@2.9.1) 83 tools: censorship intelligence (119 countries) + E2E encrypted agent messaging installs: npm:@voidly/mcp-server detail: https://mcpindex.ai/server/io-github-emperormew-voidly-mcp-server - Text to Speech (io.github.Engr-FaizanAli/text-to-speech@0.4.1) Reads text aloud locally on Windows, macOS, and Linux. No API key, account, or cloud service. installs: pypi:text-to-speech-mcp detail: https://mcpindex.ai/server/io-github-engr-faizanali-text-to-speech - ComfyUI MCP (io.github.EntityAdam/comfyui-mcp@0.0.1-preview5) Generate and manage ComfyUI media through the Model Context Protocol. installs: manual detail: https://mcpindex.ai/server/io-github-entityadam-comfyui-mcp - io.github.Epochal-dev/open-notebook (io.github.Epochal-dev/open-notebook@0.3.0) MCP server that wraps the Open Notebook API installs: pypi:open-notebook-mcp detail: https://mcpindex.ai/server/io-github-epochal-dev-open-notebook - io.github.EquateItAu/classquill-mcp (io.github.EquateItAu/classquill-mcp@1.0.1) Read-only MCP server for ClassQuill, a tutoring-business-management platform. installs: npm:equateit-mcp | remote:https://mcp.classquill.com/mcp detail: https://mcpindex.ai/server/io-github-equateitau-classquill-mcp - io.github.ErikEJ/SqlServer.Rules (io.github.ErikEJ/SqlServer.Rules@1.0) Analyze T-SQL scripts for design, naming, and performance issues and prevent bad practices. installs: manual detail: https://mcpindex.ai/server/io-github-erikej-sqlserver-rules - Godot MCP Runtime (io.github.Erodenn/godot-mcp-runtime@3.2.2) Zero-addon MCP server for Godot 4: agents edit, run, and play-test the game. installs: npm:godot-mcp-runtime detail: https://mcpindex.ai/server/io-github-erodenn-godot-mcp-runtime - io.github.Estaite-Solutions/estaite-mcp (io.github.Estaite-Solutions/estaite-mcp@1.0.0) Current US rental market data for AI agents: 1,500+ submarkets, monthly rent + vacancy + trends. installs: remote:https://mcp.estaite.com detail: https://mcpindex.ai/server/io-github-estaite-solutions-estaite-mcp - Eterna MCP (io.github.EternaHybridExchange/eterna-mcp@1.0.0) No-KYC managed MCP for AI agents: sandboxed TypeScript trading SDK, isolated sub-accounts, futures. installs: remote:https://mcp.eterna.exchange/mcp detail: https://mcpindex.ai/server/io-github-eternahybridexchange-eterna-mcp - io.github.Etha0916/praesentire-mcp (io.github.Etha0916/praesentire-mcp@0.1.2) Bilingual financial news sentiment (English + Traditional Chinese) scored by Claude. installs: npm:praesentire-mcp detail: https://mcpindex.ai/server/io-github-etha0916-praesentire-mcp - io.github.EthanQC/feishu-user-plugin (io.github.EthanQC/feishu-user-plugin@1.3.14) Feishu/Lark MCP server + CLI tool. 85 tools, 3 auth layers. Send as user via cookie+protobuf. installs: npm:feishu-user-plugin detail: https://mcpindex.ai/server/io-github-ethanqc-feishu-user-plugin - io.github.Euda1mon1a/koa-fhe (io.github.Euda1mon1a/koa-fhe@0.1.2) Confidential coprocessor — compute on encrypted data via FHE. Server never sees plaintext. installs: pypi:koa-fhe detail: https://mcpindex.ai/server/io-github-euda1mon1a-koa-fhe - io.github.EverMint-app/evermint-mcp (io.github.EverMint-app/evermint-mcp@1.1.4) Mint tamper-evident receipts for AI agent actions. The notary layer for agent-to-agent transactions. installs: npm:evermint-mcp detail: https://mcpindex.ai/server/io-github-evermint-app-evermint-mcp - io.github.EvidInvest/mcp-server (io.github.EvidInvest/mcp-server@1.1.2) SEC filings and financial data for AI agents: 46 tools for financials, valuation and supply chains. installs: npm:@evidinvest/mcp-server detail: https://mcpindex.ai/server/io-github-evidinvest-mcp-server - io.github.Evin009/smartrent-mcp (io.github.Evin009/smartrent-mcp@0.1.2) Control SmartRent smart home devices (locks, thermostat, switches, sensors) via Claude installs: pypi:smartrent-mcp detail: https://mcpindex.ai/server/io-github-evin009-smartrent-mcp - Ad-Sniper (io.github.Evozim/ad-sniper@1.0.0) Google and Meta ad campaign bidding optimizer. installs: remote:https://ad-sniper-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-ad-sniper - AdSpend Auditor (io.github.Evozim/ad-spend-auditor@1.0.0) PPC advertisement budget auditor grading ad group metrics. installs: remote:https://ad-spend-auditor-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-ad-spend-auditor - Aegis Policy (io.github.Evozim/aegis-policy@1.0.0) Governance firewall and safety guardrails oracle for AI swarms. installs: remote:https://aegis-policy-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-aegis-policy - Agile Sprint (io.github.Evozim/agile-sprint@1.0.0) Scrum sprint optimizer and automated project manager. installs: remote:https://agile-sprint-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-agile-sprint - AI Fleet Cards (io.github.Evozim/ai-fleet-cards@1.0.0) Virtual corporate debit card issuer for autonomous bot transactions. installs: remote:https://ai-fleet-cards-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-ai-fleet-cards - AI Humanizer (io.github.Evozim/ai-humanizer@1.0.0) Advanced text styling to preserve semantic human flow. installs: remote:https://ai-humanizer-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-ai-humanizer - App-Store-Builder (io.github.Evozim/app-store-builder@1.0.0) Extension bundler packaging plugins for AI agent ecosystems. installs: remote:https://app-store-builder-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-app-store-builder - Architecture-DNA (io.github.Evozim/architecture-dna@1.0.0) Deep codebase architect auditing system design schemas. installs: remote:https://architecture-dna-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-architecture-dna - Auth-Sentinel (io.github.Evozim/auth-sentinel@1.0.0) SSO identity auditor protecting SAML and OpenID configurations. installs: remote:https://auth-sentinel-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-auth-sentinel - Automation Weaver (io.github.Evozim/automation-weaver@1.0.0) No-code workflow visualizer and automation blueprint builder. installs: remote:https://automation-weaver-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-automation-weaver - Bio-Data Parser (io.github.Evozim/bio-data-parser@1.0.0) Bioinformatics and genomic sequence parser for clinical research. installs: remote:https://bio-data-parser-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-bio-data-parser - CatalogEngine (io.github.Evozim/catalog-engine@1.0.0) E-commerce inventory and catalog data structuring tool. installs: remote:https://catalog-engine-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-catalog-engine - CleanCode AI (io.github.Evozim/cleancode-ai@1.0.0) Automated codebase refactoring and type safety validator. installs: remote:https://cleancode-ai-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-cleancode-ai - CloudScale-Sim (io.github.Evozim/cloudscale-sim@1.0.0) Cloud infrastructure auto-scaling load test simulator. installs: remote:https://cloudscale-sim-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-cloudscale-sim - CreditRisk Oracle (io.github.Evozim/credit-risk@1.0.0) B2B credit risk evaluator and supply chain health scoring oracle. installs: remote:https://credit-risk-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-credit-risk - Darwin-Ideation (io.github.Evozim/darwin-ideation@1.0.0) Algorithmic business ideation engine testing market fit. installs: remote:https://darwin-ideation-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-darwin-ideation - Data Observability (io.github.Evozim/data-observability@1.0.0) SQL data health analyzer and pipeline observability evaluator. installs: remote:https://data-observability-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-data-observability - DataHealth-Observer (io.github.Evozim/datahealth-observer@1.0.0) Database health auditor monitoring query latencies. installs: remote:https://datahealth-observer-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-datahealth-observer - DeepVoice Guard (io.github.Evozim/deepvoice-guard@1.0.0) Acoustic deepfake detector and voice biometrics auditor. installs: remote:https://deepvoice-guard-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-deepvoice-guard - DevRel-Amplifier (io.github.Evozim/devrel-amplifier@1.0.0) Hacker News and technical blog developer outreach parser. installs: remote:https://devrel-amplifier-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-devrel-amplifier - Edge-Latency-Guard (io.github.Evozim/edge-latency-guard@1.0.0) CDN and edge computing latency monitor analyzing network hops. installs: remote:https://edge-latency-guard-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-edge-latency-guard - Env-Var-Locker (io.github.Evozim/env-locker@1.0.0) Encrypted env variables manager with zero-leak capabilities. installs: remote:https://env-locker-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-env-locker - Fuzz-Breaker (io.github.Evozim/fuzz-breaker@1.0.0) Automated API pentesting and structural fuzzing proxy. installs: remote:https://fuzz-breaker-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-fuzz-breaker - GasPulse (io.github.Evozim/gas-pulse@1.0.0) High-precision gas fee predictor and block explorer routing oracle. installs: remote:https://gas-pulse-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-gas-pulse - GhostBlock (io.github.Evozim/ghostblock@1.0.0) AI writing style detector scoring original versus generated text. installs: remote:https://ghostblock-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-ghostblock - LaborTrends NLP (io.github.Evozim/labor-trends@1.0.0) Labor market trend analyzer utilizing advanced NLP semantic parsing. installs: remote:https://labor-trends-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-labor-trends - Legacy-Code-Migrator (io.github.Evozim/legacy-migrator@1.0.0) Automated code modernizer converting legacy logic to ESNext. installs: remote:https://legacy-migrator-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-legacy-migrator - Legal-Logic-Fuzzer (io.github.Evozim/legal-logic-fuzzer@1.0.0) Autonomous legal contract testing suite checking syntax anomalies. installs: remote:https://legal-logic-fuzzer-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-legal-logic-fuzzer - Legal Validator (io.github.Evozim/legal-validator@1.0.0) Regulatory compliance scanner validating SEC, FTC, and anti-spam rules. installs: remote:https://legal-validator-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-legal-validator - LexGuard (io.github.Evozim/lexguard@1.0.0) Contract clause parser assessing corporate legal risk exposure. installs: remote:https://lexguard-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-lexguard - LogisticFlow (io.github.Evozim/logisticflow@1.0.0) Logistics path finder and supply chain route optimizer. installs: remote:https://logisticflow-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-logisticflow - LogoScout (io.github.Evozim/logoscout@1.0.0) Brand trademark scanner and intellectual property auditor. installs: remote:https://logoscout-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-logoscout - MC-Data Monitor (io.github.Evozim/mc-data-monitor@1.0.0) SQL pipeline observability and DBT integration monitor. installs: remote:https://mc-data-monitor-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-mc-data-monitor - Multi-Bridge (io.github.Evozim/multi-bridge@1.0.0) Cross-chain pathfinder and bridge routing optimization using Li.Fi. installs: remote:https://multi-bridge-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-multi-bridge - Organic Text Engine (io.github.Evozim/organic-text@1.0.0) Text humanization and semantic camouflaging engine to bypass detectors. installs: remote:https://organic-text-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-organic-text - PitchDeck Auto (io.github.Evozim/pitchdeck-auto@1.0.0) Interactive sales pitch deck structure generator. installs: remote:https://pitchdeck-auto-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-pitchdeck-auto - Polyglot-Debugger (io.github.Evozim/polyglot-debugger@1.0.0) Multi-language debug skills and code execution helper. installs: remote:https://polyglot-debugger-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-polyglot-debugger - PromptRefiner (io.github.Evozim/prompt-refiner@1.0.0) Generative prompt optimizer for Midjourney, Sora, and DALL-E. installs: remote:https://prompt-refiner-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-prompt-refiner - Quantum-Shield (io.github.Evozim/quantum-shield@1.0.0) Post-quantum cryptographic library protecting data packets. installs: remote:https://quantum-shield-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-quantum-shield - Query Forge (io.github.Evozim/query-forge@1.0.0) Enterprise SQL query optimizer and performance analyzer. installs: remote:https://query-forge-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-query-forge - QuizFactory (io.github.Evozim/quiz-factory@1.0.0) Algorithmic flashcard and quiz generator for targeted learning. installs: remote:https://quiz-factory-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-quiz-factory - SalesCloser-AI (io.github.Evozim/salescloser-ai@1.0.0) Conversational sales call auditor grading pitch conversion rates. installs: remote:https://salescloser-ai-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-salescloser-ai - SentimentTrail (io.github.Evozim/sentiment-trail@1.0.0) Multi-channel social sentiment aggregation oracle. installs: remote:https://sentiment-trail-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-sentiment-trail - Slide-Deck-Automator (io.github.Evozim/slide-factory@1.0.0) Front-end slide deck generator and layout compiler. installs: remote:https://slide-factory-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-slide-factory - SolForge (io.github.Evozim/sol-forge@1.0.0) Solidity smart contract generator implementing safe coding defaults. installs: remote:https://sol-forge-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-sol-forge - SSO Auth Bridge (io.github.Evozim/sso-auth-bridge@1.0.0) SAML and OIDC authentication integration orchestrator. installs: remote:https://sso-auth-bridge-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-sso-auth-bridge - Stack Trace Medic (io.github.Evozim/stack-trace-medic@1.0.0) Coded error stack trace debugger and automated patch generator. installs: remote:https://stack-trace-medic-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-stack-trace-medic - StyleForge-AI (io.github.Evozim/styleforge-ai@1.0.0) Automated design token builder producing clean CSS and Sass assets. installs: remote:https://styleforge-ai-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-styleforge-ai - StyleSeed Tokenizer (io.github.Evozim/styleseed-tokenizer@1.0.0) Automated design system token generator and export utility. installs: remote:https://styleseed-tokenizer-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-styleseed-tokenizer - Swarm Coordinator (io.github.Evozim/swarm-coordinator@1.0.0) Decentralized task broker and message relayer for multi-agent swarms. installs: remote:https://swarm-coordinator-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-swarm-coordinator - Task-Orchestrator (io.github.Evozim/task-orchestrator@1.0.0) Multi-agent swarm planner and project sprint allocator. installs: remote:https://task-orchestrator-mcp-three.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-task-orchestrator - The Gem Smith (io.github.Evozim/the-gem-smith@1.0.0) Premium SEO and Answer Engine Optimization (AEO) oracle for AI agents. installs: remote:https://the-gem-smith-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-the-gem-smith - Tokenomic-Pulse (io.github.Evozim/tokenomic-pulse@1.0.0) DeFi protocol simulation model scoring tokenomic structures. installs: remote:https://tokenomic-pulse-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-tokenomic-pulse - Tool-Guardian-Proxy (io.github.Evozim/tool-guardian@1.0.0) Safety execution proxy protecting clients during tool calls. installs: remote:https://tool-guardian-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-tool-guardian - TOS-Slayer (io.github.Evozim/tos-slayer@1.0.0) Terms of Service contract analyzer flagging abusive clauses. installs: remote:https://tos-slayer-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-tos-slayer - UI Factory (io.github.Evozim/ui-factory@1.0.0) Generates React components and design frameworks from visual layouts. installs: remote:https://ui-factory-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-ui-factory - UX-Auditor-Pro (io.github.Evozim/ux-auditor-pro@1.0.0) Visual UI/UX scanner auditing websites for heuristic compliance. installs: remote:https://ux-auditor-pro-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-ux-auditor-pro - VoiceIntel (io.github.Evozim/voice-intel@1.0.0) Acoustic sentiment parsing and voice veracity analyzer. installs: remote:https://voice-intel-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-voice-intel - WalletHygiene (io.github.Evozim/wallet-hygiene@1.0.0) On-chain toxicity and spam transaction detector for Web3 wallets. installs: remote:https://wallet-hygiene-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-wallet-hygiene - WashPulse (io.github.Evozim/washpulse@1.0.0) DEX liquidity wash trading and volume manipulation detector. installs: remote:https://washpulse-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-washpulse - Web3 Sentiment (io.github.Evozim/web3-sentiment@1.0.0) Web3 social sentiment aggregator analyzing crypto trends. installs: remote:https://web3-sentiment-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-web3-sentiment - WebUAT-Forensic (io.github.Evozim/webapp-uat@1.0.0) Forensic accessibility and UI/UX front-end audit tool for web apps. installs: remote:https://webapp-uat-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-webapp-uat - Yul-GasMaster (io.github.Evozim/yul-gasmaster@1.0.0) EVM gas optimizer refactoring Solidity code into efficient Yul assembler. installs: remote:https://yul-gasmaster-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-yul-gasmaster - MNE-MCP (io.github.Exekiel179/mne-mcp@0.2.2) MNE-Python neurophysiology analysis (EEG, MEG, sEEG, ECoG, fNIRS) via the Model Context Protocol installs: pypi:mne-mcp detail: https://mcpindex.ai/server/io-github-exekiel179-mne-mcp - io.github.ExpertVagabond/ibmcloud (io.github.ExpertVagabond/ibmcloud@1.0.1) IBM Cloud CLI MCP server installs: npm:ibmcloud-mcp-server detail: https://mcpindex.ai/server/io-github-expertvagabond-ibmcloud - io.github.ExpertVagabond/ibmz (io.github.ExpertVagabond/ibmz@1.0.1) IBM Z mainframe MCP server - Key Protect HSM & z/OS installs: npm:ibmz-mcp-server detail: https://mcpindex.ai/server/io-github-expertvagabond-ibmz - io.github.ExpertVagabond/mega (io.github.ExpertVagabond/mega@1.0.1) MEGA cloud storage CLI MCP server installs: npm:mega-mcp-server detail: https://mcpindex.ai/server/io-github-expertvagabond-mega - io.github.ExpertVagabond/oracle-cloud (io.github.ExpertVagabond/oracle-cloud@1.0.1) Oracle Cloud Infrastructure MCP server installs: npm:oracle-cloud-mcp detail: https://mcpindex.ai/server/io-github-expertvagabond-oracle-cloud - io.github.ExpertVagabond/ordinals (io.github.ExpertVagabond/ordinals@0.1.2) Bitcoin Ordinals MCP Server — inscriptions, runes, BRC-20, collections & rare sats installs: npm:ordinals-mcp detail: https://mcpindex.ai/server/io-github-expertvagabond-ordinals - io.github.ExpertVagabond/raycast (io.github.ExpertVagabond/raycast@1.0.1) Raycast workflow automation MCP server with 9 tools installs: npm:raycast-mcp-server detail: https://mcpindex.ai/server/io-github-expertvagabond-raycast - io.github.ExpertVagabond/solana (io.github.ExpertVagabond/solana@1.0.1) Solana MCP server for wallet, transactions & programs installs: npm:solana-mcp-server detail: https://mcpindex.ai/server/io-github-expertvagabond-solana - io.github.ExpertVagabond/solmail (io.github.ExpertVagabond/solmail@1.0.2) Send physical mail with Solana cryptocurrency - AI agents can send real letters worldwide installs: npm:solmail-mcp detail: https://mcpindex.ai/server/io-github-expertvagabond-solmail - io.github.ExpertVagabond/universal-blockchain (io.github.ExpertVagabond/universal-blockchain@1.0.2) ZetaChain universal blockchain MCP server installs: npm:universal-blockchain-mcp detail: https://mcpindex.ai/server/io-github-expertvagabond-universal-blockchain - io.github.ExpertVagabond/volcengine (io.github.ExpertVagabond/volcengine@1.0.1) ByteDance Volcano Engine (Doubao) MCP server installs: npm:volcengine-mcp detail: https://mcpindex.ai/server/io-github-expertvagabond-volcengine - io.github.ExpertVagabond/watsonx (io.github.ExpertVagabond/watsonx@1.0.1) IBM watsonx.ai MCP server for Claude integration installs: npm:watsonx-mcp-server detail: https://mcpindex.ai/server/io-github-expertvagabond-watsonx - io.github.Explorer-64/stackapps-suite-mcp (io.github.Explorer-64/stackapps-suite-mcp@0.1.10) StackApps suite gateway: Imagcon, StackBill, Dicta-Notes. Pay per call in USDC via x402. installs: manual detail: https://mcpindex.ai/server/io-github-explorer-64-stackapps-suite-mcp - Haldir (io.github.ExposureGuard/haldir@0.1.0) Guardian layer for AI agents: identity, secrets, audit via MCP. installs: pypi:haldir detail: https://mcpindex.ai/server/io-github-exposureguard-haldir - io.github.Exzentttt/agentspore (io.github.Exzentttt/agentspore@0.1.4) Connect an AI agent to AgentSpore: receive tasks, report progress, and message other agents. installs: pypi:agentspore-sdk detail: https://mcpindex.ai/server/io-github-exzentttt-agentspore - io.github.F-loat/mtop-devtools (io.github.F-loat/mtop-devtools@1.37.0) 让 AI 与 Chrome 浏览器实时交互:获取历史请求、控制台日志、RUM/埋点事件,并动态设置 Mock 数据。 installs: npm:@mtop-devtools/mcp-server detail: https://mcpindex.ai/server/io-github-f-loat-mtop-devtools - CodeSherlock (io.github.FGC-Shreyansh-Chachaundiya/codesherlock-mcp-server@0.1.1) AI-powered static and contextual code analysis MCP server installs: npm:@codesherlock/codesherlock-mcp-server detail: https://mcpindex.ai/server/io-github-fgc-shreyansh-chachaundiya-codesherlock-mcp-server - Django ORM Lens (io.github.FROWNINGdev/django-orm-lens@1.11.0) Django ORM static analysis MCP. Models, relations, migrations, indexes, signals, N+1. installs: pypi:django-orm-lens detail: https://mcpindex.ai/server/io-github-frowningdev-django-orm-lens - io.github.Fabio662/yieldagentx402 (io.github.Fabio662/yieldagentx402@1.0.4) Policy-gated x402 MCP for agent workflows with TEE receipts, 18 tools, and no custody. installs: npm:agentx402-mcp-server detail: https://mcpindex.ai/server/io-github-fabio662-yieldagentx402 - StarReview (io.github.Fabsbags/starreview@0.6.0) Drafts Google & TripAdvisor review replies; agents can never post themselves. Free rate check. installs: remote:https://mcp.starreview.ch/ detail: https://mcpindex.ai/server/io-github-fabsbags-starreview - io.github.FadingLight9291117/harmonyos (io.github.FadingLight9291117/harmonyos@1.0.3) MCP server for HarmonyOS development - interact with projects, devices, and applications installs: npm:mcp-harmonyos detail: https://mcpindex.ai/server/io-github-fadinglight9291117-harmonyos - u-he Preset Randomizer (io.github.Fannon/u-he-preset-randomizer@1.2.0) Generate, randomize, explain, and manage u-he synthesizer presets via the Model Context Protocol. installs: npm:u-he-preset-randomizer detail: https://mcpindex.ai/server/io-github-fannon-u-he-preset-randomizer - Arsenal Decision Engine (io.github.Faouzi122/arsenal-decision-engine@2.0.1) R_net LP risk evaluator for DeFAI agents. IL + Breakeven Corridor O(1). L402 Lightning paywall. installs: remote:https://api.arsenal-quant.com/mcp detail: https://mcpindex.ai/server/io-github-faouzi122-arsenal-decision-engine - io.github.FastAlertNow/mcp-server (io.github.FastAlertNow/mcp-server@1.3.1) Official MCP server for FastAlert, providing tools to list channels and send notifications. installs: npm:fastalert-mcp-server detail: https://mcpindex.ai/server/io-github-fastalertnow-mcp-server - T1/T2 Protocol (io.github.Fauxetine/t1-t2-protocol@0.1.1) Caller-side T1/T2 heterogeneous validation MCP server. Stdlib-only Python. installs: pypi:t1-t2-protocol detail: https://mcpindex.ai/server/io-github-fauxetine-t1-t2-protocol - Fibery (io.github.Fibery-inc/mcp@1.0.0) Connect AI Assistant to Fibery — operating system for orgs run by nerds. installs: remote:https://mcp.fibery.io/mcp detail: https://mcpindex.ai/server/io-github-fibery-inc-mcp - io.github.FinStudio-png/finstudio-financial-models (io.github.FinStudio-png/finstudio-financial-models@1.0.0) Tax comparison, DCF valuation, unit economics, P&L forecast across 8 jurisdictions installs: remote:https://web-production-842e0.up.railway.app/sse detail: https://mcpindex.ai/server/io-github-finstudio-png-finstudio-financial-models - dyslex.ia (io.github.Firou91/dyslex-ia@0.2.2) Accessibility MCP server and Agent Skills for AI agents. Requires Superpowers. installs: npm:@firou91/dyslex.ia detail: https://mcpindex.ai/server/io-github-firou91-dyslex-ia - io.github.First-CH/tools-mcp (io.github.First-CH/tools-mcp@0.4.1) MCP tools: WCAG contrast, JP char/X-weight count, WebP convert, JSON-LD, llms.txt. installs: npm:@first-ch/tools-mcp detail: https://mcpindex.ai/server/io-github-first-ch-tools-mcp - TitanStore Commerce MCP (io.github.Fish-Tacos/titan-store@1.0.0) MCP commerce surface for compute credits, API keys, GPU instances, and cloud storage. installs: remote:https://sati-search.fly.dev/mcp detail: https://mcpindex.ai/server/io-github-fish-tacos-titan-store - io.github.Fisher521/burn-mcp-server (io.github.Fisher521/burn-mcp-server@2.1.1) AI-powered reading triage MCP. 26 tools with a 24h burn timer. Read less, absorb more. installs: npm:burn-mcp-server | remote:https://burn-mcp-server.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-fisher521-burn-mcp-server - io.github.FixtureForge/seedweaver-mcp (io.github.FixtureForge/seedweaver-mcp@0.2.0) Schema-aware relational test data generator with working foreign keys, for any MCP client. installs: npm:seedweaver-mcp detail: https://mcpindex.ai/server/io-github-fixtureforge-seedweaver-mcp - io.github.FlayedOne/plesk-mcp (io.github.FlayedOne/plesk-mcp@0.1.1) Manage your Plesk hosting server using AI assistants. installs: pypi:plesk-mcp detail: https://mcpindex.ai/server/io-github-flayedone-plesk-mcp - io.github.FlorianBruniaux/dep-scope (io.github.FlorianBruniaux/dep-scope@0.4.2) Symbol-level npm dependency analysis: scan verdicts, native alternatives, migration prompts. installs: npm:@florianbruniaux/dep-scope detail: https://mcpindex.ai/server/io-github-florianbruniaux-dep-scope - OpenChainBench (io.github.Flotapponnier/openchainbench@1.0.0) Live, neutral benchmarks for public RPC latency, oracles, bridges, perp DEX, and prediction markets. installs: remote:https://openchainbench.com/api/mcp/mcp detail: https://mcpindex.ai/server/io-github-flotapponnier-openchainbench - io.github.Fluke-Studio/uk-business-intelligence (io.github.Fluke-Studio/uk-business-intelligence@0.1.3) Enrich any UK business with Companies House, Google Places, DNS, and social data. installs: npm:uk-business-intelligence-mcp detail: https://mcpindex.ai/server/io-github-fluke-studio-uk-business-intelligence - methods-mcp (io.github.FlynnLachendro/methods-mcp@0.1.7) MCP server for structured methods extraction + reproducibility heuristics on academic papers. installs: pypi:methods-mcp detail: https://mcpindex.ai/server/io-github-flynnlachendro-methods-mcp - io.github.FlywheelStudio/ulink (io.github.FlywheelStudio/ulink@0.1.15) Deep linking for iOS, Android & Flutter. Firebase Dynamic Links alternative. installs: npm:@ulinkly/mcp-server detail: https://mcpindex.ai/server/io-github-flywheelstudio-ulink - Fonteum — Healthcare Provider Data (io.github.Fonteum/mcp-server@0.2.2) Source-provenanced US federal healthcare provider data over MCP, with 14-tuple provenance. installs: npm:@fonteum/mcp detail: https://mcpindex.ai/server/io-github-fonteum-mcp-server - io.github.FoodXDevelopment/foodblock-mcp (io.github.FoodXDevelopment/foodblock-mcp@0.5.1) Food data tools for any AI agent. Describe food in English, get structured data back. installs: npm:foodblock-mcp detail: https://mcpindex.ai/server/io-github-foodxdevelopment-foodblock-mcp - io.github.Forge-Space/branding-mcp (io.github.Forge-Space/branding-mcp@0.56.0) AI-powered brand identity generation via MCP with design tokens, typography, and logo assets. installs: npm:@forgespace/branding-mcp detail: https://mcpindex.ai/server/io-github-forge-space-branding-mcp - io.github.Forge-Space/ui-mcp (io.github.Forge-Space/ui-mcp@0.25.0) Forge Space MCP server for UI and backend generation via stdio transport. installs: npm:@forgespace/ui-mcp detail: https://mcpindex.ai/server/io-github-forge-space-ui-mcp - io.github.FortuneCasablancas/magicweave-fastmcp (io.github.FortuneCasablancas/magicweave-fastmcp@1.0.0) Author, validate, simulate, and one-click-build game economies on the Magicweave platform. installs: remote:https://mcp.magicweave.xyz/mcp detail: https://mcpindex.ai/server/io-github-fortunecasablancas-magicweave-fastmcp - Brand Intelligence MCP (io.github.FoundryNet/brand-intel-mcp@1.0.0) Domain & brand intelligence: company enrichment, tech stack detection, brand research. installs: remote:https://brand-intel-mcp-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-foundrynet-brand-intel-mcp - Regulatory & Compliance Intelligence MCP (io.github.FoundryNet/compliance-mcp@1.0.0) Regulatory compliance, FDA recalls, federal register, enforcement actions & comment deadlines. installs: remote:https://compliance-mcp-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-foundrynet-compliance-mcp - Crypto Market Intelligence MCP (io.github.FoundryNet/crypto-intel-mcp@1.0.0) Crypto prices, market overview, DeFi TVL, whale flows & anomaly scans for trading agents. installs: remote:https://crypto-intel-mcp-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-foundrynet-crypto-intel-mcp - Fact Verification MCP (io.github.FoundryNet/fact-check-mcp@1.0.0) Verify claims with verdict, confidence & cited sources; batch verify, source checks, daily brief. installs: remote:https://fact-check-mcp-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-foundrynet-fact-check-mcp - Financial Signals MCP (io.github.FoundryNet/financial-signals-mcp@1.0.0) Derived financial intelligence: insider patterns, earnings, institutional & ratio signals. installs: remote:https://financial-signals-mcp-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-foundrynet-financial-signals-mcp - FoundryNet — Industrial Machine Intelligence (io.github.FoundryNet/forge-mcp@1.1.0) Cross-OEM industrial machine intelligence: identity, normalization, automation, attestation. installs: remote:https://foundrynet-mcp-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-foundrynet-forge-mcp - MINT Protocol — Universal Work Attestation (io.github.FoundryNet/mint-mcp@1.1.0) Trust stack for AI agents: identity, attest, verify, rate, recommend, discover — on Solana. installs: remote:https://mint-mcp-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-foundrynet-mint-mcp - Social Trends Intelligence MCP (io.github.FoundryNet/social-intel-mcp@1.0.0) Trending topics, cross-platform sentiment, viral content, community pulse & brand mentions. installs: remote:https://social-intel-mcp-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-foundrynet-social-intel-mcp - Fractera (io.github.Fractera/deploy@1.0.0) Zero-Ops deploy of a private AI workspace to your own VPS — from your AI chat. Free and open-source. installs: remote:https://www.fractera.ai/api/mcp detail: https://mcpindex.ai/server/io-github-fractera-deploy - Midnight + Next.js MCP (io.github.FractionEstate/midnight-nextjs-mcp@0.3.1) Unified MCP server for Midnight blockchain development and Next.js dApps. installs: npm:midnight-nextjs-mcp detail: https://mcpindex.ai/server/io-github-fractionestate-midnight-nextjs-mcp - Alice — Santé territoriale France Care (io.github.France-Care/alice-territorial@1.0.0) Donnees sante territoriale France : acces aux soins, FINESS, RNA — 35 000+ communes installs: remote:https://alice.france-care.fr/api/mcp detail: https://mcpindex.ai/server/io-github-france-care-alice-territorial - io.github.Franksterino/citeguard (io.github.Franksterino/citeguard@0.1.2) Verify citations in AI text: fetches each cited source, returns verdicts with evidence quotes. installs: npm:citeguard | remote:https://citeguard.boundy.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-franksterino-citeguard - Closeread Verify (io.github.FreeGuy-AI/closeread-verify@0.1.2) A verified dependency-audit verdict any AI agent can call over MCP, not a raw scan. installs: pypi:closeread-verify detail: https://mcpindex.ai/server/io-github-freeguy-ai-closeread-verify - io.github.FreyaBit/shanghai-library-open-data-mcp (io.github.FreyaBit/shanghai-library-open-data-mcp@1.3.2) 上海图书馆开放数据检索 MCP:纪年/家谱/建筑/红色事件/99 个 webapi + 搜韵诗词,支持 stdio 与 HTTP。 installs: pypi:shanghai-library-open-data-mcp detail: https://mcpindex.ai/server/io-github-freyabit-shanghai-library-open-data-mcp - RASON (io.github.FrontlineSystems/rason-mcp-server@2026.5.5) Build, solve, and analyze RASON optimization, simulation, data science, and decision models installs: npm:@frontlinesystems/rason-mcp-server detail: https://mcpindex.ai/server/io-github-frontlinesystems-rason-mcp-server - io.github.Fund-z/fundzwatch (io.github.Fund-z/fundzwatch@1.2.2) Business-event intelligence for AI agents: funding, exec moves, UCC and benefit-plan signals. installs: npm:@fundzwatch/mcp-server detail: https://mcpindex.ai/server/io-github-fund-z-fundzwatch - Funplay Cocos MCP (io.github.FunplayAI/funplay-cocos-mcp@0.4.7) stdio bridge for the local Cocos Creator Editor MCP server from FunplayAI/funplay-cocos-mcp. installs: npm:funplay-cocos-mcp detail: https://mcpindex.ai/server/io-github-funplayai-funplay-cocos-mcp - Funplay Godot MCP (io.github.FunplayAI/funplay-godot-mcp@0.10.0) stdio bridge for the local Godot Editor MCP server from FunplayAI/funplay-godot-mcp. installs: npm:funplay-godot-mcp detail: https://mcpindex.ai/server/io-github-funplayai-funplay-godot-mcp - Funplay Unity MCP (io.github.FunplayAI/funplay-unity-mcp@0.6.2) stdio bridge for the local Unity Editor MCP server from FunplayAI/funplay-unity-mcp. installs: manual detail: https://mcpindex.ai/server/io-github-funplayai-funplay-unity-mcp - Funplay Unreal MCP (io.github.FunplayAI/funplay-unreal-mcp@0.2.0) stdio bridge for the local Unreal Editor MCP server from FunplayAI/funplay-unreal-mcp. installs: npm:funplay-unreal-mcp detail: https://mcpindex.ai/server/io-github-funplayai-funplay-unreal-mcp - FunseaAI Unity MCP (io.github.FunseaAI/unity-mcp@0.1.7) stdio bridge for the local Unity Editor MCP server from FunseaAI/unity-mcp. installs: manual detail: https://mcpindex.ai/server/io-github-funseaai-unity-mcp - io.github.Furhworld/proxyclaw (io.github.Furhworld/proxyclaw@1.0.4) Residential proxy MCP server. 175M+ IPs in 195+ countries with anti-bot bypass. installs: npm:proxyclaw-mcp-server detail: https://mcpindex.ai/server/io-github-furhworld-proxyclaw - Awesome Mineflayer MCP (io.github.G0Osey99/awesome-mineflayer-mcp@1.3.2) Control a Mineflayer Minecraft bot with 120+ MCP tools: move, mine, craft, fight, build, and see. installs: npm:awesome-mineflayer-mcp detail: https://mcpindex.ai/server/io-github-g0osey99-awesome-mineflayer-mcp - TheArtOfService Compliance Intelligence (io.github.GJB65/compliance-intelligence@1.1.0) Query 692+ compliance frameworks, 13,700+ controls, and 280K+ cross-framework mappings. installs: remote:https://api.theartofservice.com/mcp detail: https://mcpindex.ai/server/io-github-gjb65-compliance-intelligence - io.github.GLips/Figma-Context-MCP (io.github.GLips/Figma-Context-MCP@0.13.2) Give your coding agent access to your Figma data. Implement designs in any framework in one-shot. installs: npm:figma-developer-mcp detail: https://mcpindex.ai/server/io-github-glips-figma-context-mcp - LayerOne (DocX + Sign) (io.github.GOLayerone/layerone@1.0.0) MCP server for LayerOne DocX (documents & Factur-X) and Sign (e-signature) APIs. installs: npm:layerone-mcp detail: https://mcpindex.ai/server/io-github-golayerone-layerone - io.github.GPTHuman-ai/humanizer (io.github.GPTHuman-ai/humanizer@1.0.4) Transform AI-generated text into natural, human-sounding content that bypasses AI detectors. installs: npm:@gpthuman/mcp-server | remote:https://api.gpthuman.ai/mcp detail: https://mcpindex.ai/server/io-github-gpthuman-ai-humanizer - PortlandMaps (Unofficial) (io.github.GPTNowLLC/portlandmaps-mcp@0.2.5) Unofficial MCP server for the public PortlandMaps property/permit/zoning API. Not city-affiliated. installs: npm:portlandmaps-mcp | remote:https://portlandmaps-mcp.vercel.app/mcp/v2 detail: https://mcpindex.ai/server/io-github-gptnowllc-portlandmaps-mcp - io.github.GRU-953/dev953 (io.github.GRU-953/dev953@1.2.0) dev953 method companion: exposes its multi-agent coding method as callable MCP tools. installs: npm:dev953-mcp detail: https://mcpindex.ai/server/io-github-gru-953-dev953 - io.github.GRU-953/gru953-crew (io.github.GRU-953/gru953-crew@1.0.2) GRU953 Crew's autonomous multi-agent coding method, exposed as callable MCP tools. installs: npm:gru953-crew-mcp detail: https://mcpindex.ai/server/io-github-gru-953-gru953-crew - ONCE (io.github.GSterlingPress/once@0.8.0) Prevent duplicate AI-agent side effects with idempotency, verification, and durable receipts. installs: remote:https://optimistic-compassion-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-gsterlingpress-once - io.github.GabMJ23/nyambot-mcp (io.github.GabMJ23/nyambot-mcp@0.1.1) L'administration française pour vos agents IA : communes, géocodage, risques, DPE. installs: pypi:nyambot-mcp detail: https://mcpindex.ai/server/io-github-gabmj23-nyambot-mcp - TaskChampion MCP (io.github.GabiUp2/taskchampion-mcp@1.0.4) MCP server for Taskwarrior 3.x, TaskChampion, and Timewarrior task management. installs: pypi:taskchampion-mcp detail: https://mcpindex.ai/server/io-github-gabiup2-taskchampion-mcp - NotifyHub — Unified Notification MCP Server (io.github.GabrielBBaldez/notify-hub@1.1.0) Send notifications across 23 channels with 36 AI-ready tools. One API, zero boilerplate. installs: docker:ghcr.io/gabrielbbaldez/notify-hub:1.1.0 detail: https://mcpindex.ai/server/io-github-gabrielbbaldez-notify-hub - CSE MCP (io.github.Gajarthan/cse-mcp@2.0.1) MCP server for Colombo Stock Exchange data installs: npm:@gajarthan/cse-mcp detail: https://mcpindex.ai/server/io-github-gajarthan-cse-mcp - io.github.GalenGoodwick/cartridge-cafe (io.github.GalenGoodwick/cartridge-cafe@0.1.1) Your AI builds live WebGPU game worlds on cartridge.cafe — guest door, no account needed. installs: npm:cartridge-cafe-mcp detail: https://mcpindex.ai/server/io-github-galengoodwick-cartridge-cafe - io.github.Gammell53/clawwork (io.github.Gammell53/clawwork@0.1.3) AI agent project management — task boards, progress tracking, and cost reporting. installs: npm:@clawwork/mcp detail: https://mcpindex.ai/server/io-github-gammell53-clawwork - io.github.Gareth1953/agent-services-mcp (io.github.Gareth1953/agent-services-mcp@0.2.1) MCP server: x402-paid & free tools for AI agents — provenance, quality scoring, action audit. installs: npm:agent-services-mcp detail: https://mcpindex.ai/server/io-github-gareth1953-agent-services-mcp - io.github.Garl-Protocol/agent-trust (io.github.Garl-Protocol/agent-trust@1.4.3) Tamper-evident action receipts, trust scoring & capability tokens for AI agents. 29 MCP tools. installs: npm:@garl-protocol/mcp-server detail: https://mcpindex.ai/server/io-github-garl-protocol-agent-trust - io.github.GavMason/ani-mcp (io.github.GavMason/ani-mcp@0.1.1) A smart MCP server for AniList that gets your anime/manga taste - not just API calls. installs: npm:ani-mcp detail: https://mcpindex.ai/server/io-github-gavmason-ani-mcp - io.github.GavinLee1/mcp-fleet (io.github.GavinLee1/mcp-fleet@0.3.0) 12 MCP tools: invoice→JSON, text→SQL, PII redaction, regex & more. Free to try, pay per call. installs: remote:https://mcp-fleet.nebula-labs.online/mcp/sse?src=mcp_registry detail: https://mcpindex.ai/server/io-github-gavinlee1-mcp-fleet - io.github.GeiserX/cashpilot-mcp (io.github.GeiserX/cashpilot-mcp@0.0.2) MCP server for CashPilot — monitor passive income, bandwidth sharing, and DePIN earnings installs: npm:cashpilot-mcp | docker:drumsergio/cashpilot-mcp:v0.0.2 detail: https://mcpindex.ai/server/io-github-geiserx-cashpilot-mcp - io.github.GeiserX/genieacs-mcp (io.github.GeiserX/genieacs-mcp@0.0.12) MCP server bridging GenieACS TR-069 ACS instances to LLMs for CPE device management installs: npm:genieacs-mcp | docker:drumsergio/genieacs-mcp:v0.0.11 detail: https://mcpindex.ai/server/io-github-geiserx-genieacs-mcp - io.github.GeiserX/pumperly-mcp (io.github.GeiserX/pumperly-mcp@0.0.2) MCP server for Pumperly — query fuel prices, find stations, and plan routes installs: npm:pumperly-mcp | docker:drumsergio/pumperly-mcp:v0.0.2 detail: https://mcpindex.ai/server/io-github-geiserx-pumperly-mcp - io.github.GeiserX/spinnaker-mcp (io.github.GeiserX/spinnaker-mcp@0.3.2) MCP server exposing Spinnaker CD platform via Gate API for pipeline and deployment management installs: npm:spinnaker-mcp | docker:drumsergio/spinnaker-mcp:v0.3.2 detail: https://mcpindex.ai/server/io-github-geiserx-spinnaker-mcp - ToolPipe MCP Server (io.github.GerritRoska/toolpipe-mcp-server@1.0.0) 120+ developer utility tools for AI agents via Model Context Protocol installs: remote:https://troops-submission-what-stays.trycloudflare.com/mcp detail: https://mcpindex.ai/server/io-github-gerritroska-toolpipe-mcp-server - io.github.GhostlyGawd/codeweb (io.github.GhostlyGawd/codeweb@0.12.0) Your agents break less code and burn fewer tokens — a deterministic call graph over 27 MCP tools. installs: npm:@ghostlygawd/codeweb detail: https://mcpindex.ai/server/io-github-ghostlygawd-codeweb - io.github.GhostlyGawd/engineering-board (io.github.GhostlyGawd/engineering-board@1.12.0) Repository-owned engineering pattern intelligence - 19 MCP tools over stdio. installs: manual detail: https://mcpindex.ai/server/io-github-ghostlygawd-engineering-board - Maya MCP (io.github.GimbalGoats/maya-mcp@0.6.1) Control Autodesk Maya scenes with 71 typed tools for modeling, animation, shading, and more. installs: pypi:maya-mcp detail: https://mcpindex.ai/server/io-github-gimbalgoats-maya-mcp - Analook — Competitor Intelligence (io.github.Gingiris-1031/analook@1.0.2) Competitor intelligence for AI agents — SEO, traffic, social, Product Hunt, pricing, AI insights. installs: remote:https://www.analook.com/mcp/ detail: https://mcpindex.ai/server/io-github-gingiris-1031-analook - Analook — Competitor Intelligence (io.github.Gingiris/analook@1.0.0) Competitor intelligence for AI agents — SEO, traffic, social, Product Hunt, pricing, AI insights. installs: remote:https://www.analook.com/mcp detail: https://mcpindex.ai/server/io-github-gingiris-analook - io.github.Glade-tool/glade-mcp (io.github.Glade-tool/glade-mcp@0.7.14) Control the Unity and Godot editors from AI clients: scenes, scripts, physics, materials. installs: pypi:gladekit-mcp detail: https://mcpindex.ai/server/io-github-glade-tool-glade-mcp - io.github.Glebenjoy/defillama-mcp (io.github.Glebenjoy/defillama-mcp@1.0.2) DefiLlama DeFi data: chain/protocol TVL, yields, stablecoins, token prices. No API key. installs: npm:defillama-mcp detail: https://mcpindex.ai/server/io-github-glebenjoy-defillama-mcp - io.github.Glebenjoy/hyperliquid-info-mcp (io.github.Glebenjoy/hyperliquid-info-mcp@1.0.0) Hyperliquid perp & spot data: prices, funding, open interest, order book, positions. No API key. installs: npm:hyperliquid-info-mcp detail: https://mcpindex.ai/server/io-github-glebenjoy-hyperliquid-info-mcp - io.github.GoDavai01/godavaii-mcp-server (io.github.GoDavai01/godavaii-mcp-server@1.0.2) GoDavaii Health AI — Indian medicine DB, drug interactions, pregnancy safety, dosage checks installs: npm:godavaii-mcp-server detail: https://mcpindex.ai/server/io-github-godavai01-godavaii-mcp-server - io.github.GoPlasmatic/orion (io.github.GoPlasmatic/orion@0.2.1) Build and operate declarative REST/Kafka services on Orion: 46 tools over the full admin API. installs: docker:ghcr.io/goplasmatic/orion-cli:0.2.1 detail: https://mcpindex.ai/server/io-github-goplasmatic-orion - io.github.Goingparabolic/oak-longevity-mcp-server (io.github.Goingparabolic/oak-longevity-mcp-server@0.1.0) Longevity medicine MCP: medication dosing, labs, monitoring, drug interactions & intake screening installs: npm:oak-longevity-mcp-server detail: https://mcpindex.ai/server/io-github-goingparabolic-oak-longevity-mcp-server - io.github.Goingparabolic/painprep-mcp-server (io.github.Goingparabolic/painprep-mcp-server@0.1.2) Interventional pain medicine MCP: Medicare checklists, CPT/ICD-10, ASRA, prior-auth & appeals installs: npm:painprep-mcp-server detail: https://mcpindex.ai/server/io-github-goingparabolic-painprep-mcp-server - io.github.Gomess8/voice-quality-api (io.github.Gomess8/voice-quality-api@0.1.0) Measure voice/VoIP path quality -> estimated MOS + live network metrics installs: remote:https://mcp.voice-quality.com/ detail: https://mcpindex.ai/server/io-github-gomess8-voice-quality-api - io.github.GordonHal/transaction-coordinator (io.github.GordonHal/transaction-coordinator@1.4.0) AI transaction coordinator + legal-matters platform for real estate and law firms. installs: remote:https://primacoda.halinc.tech/mcp detail: https://mcpindex.ai/server/io-github-gordonhal-transaction-coordinator - Guild Wars 1 Build Compiler (io.github.Graphmaxer/gw1-mcp@1.0.0) GW1 build compiler: skill data, template code encode/decode, validation, hero roster. Read-only. installs: remote:https://gw1-mcp.graphmaxer.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-graphmaxer-gw1-mcp - Great Question (io.github.GreatQuestion/mcp@1.0.0) Run user research from any AI tool. Create studies, recruit participants, query insights. installs: remote:https://greatquestion.co/api/mcp/v1 detail: https://mcpindex.ai/server/io-github-greatquestion-mcp - Green Gooding (io.github.Green-Gooding-Marketplace/greengooding-mcp@0.1.0) Read-only catalog for Green Gooding — NYC peer-to-peer rental marketplace. installs: remote:https://mcp.greengooding.com/mcp detail: https://mcpindex.ai/server/io-github-green-gooding-marketplace-greengooding-mcp - MAL MCP Server (io.github.Grinv/mal-mcp@0.9.1) MyAnimeList MCP server: Tenrai-powered reads plus official MAL personal-list management. installs: npm:mal-mcp detail: https://mcpindex.ai/server/io-github-grinv-mal-mcp - Steam MCP Server (io.github.Grinv/steam-games-mcp@0.12.2) Steam store/game data (no key) plus player profiles, libraries and achievements (Steam Web API). installs: npm:steam-games-mcp detail: https://mcpindex.ai/server/io-github-grinv-steam-games-mcp - TMDB MCP Server (io.github.Grinv/tmdb-mcp@0.10.1) MCP server for The Movie Database (TMDB) with IMDb/Rotten Tomatoes/Metacritic ratings via OMDb. installs: npm:tmdb-mcp detail: https://mcpindex.ai/server/io-github-grinv-tmdb-mcp - io.github.GstXu/mcp_test (io.github.GstXu/mcp_test@1.0.2) A simple MCP server example written in TypeScript that provides a multiplication tool. installs: npm:@pangq/mcp_test detail: https://mcpindex.ai/server/io-github-gstxu-mcp-test - GetABrain (io.github.Guitarmaniac24/getabrain@0.2.1) Real human judgment as agent tools — ask a question, get a structured human answer back. installs: npm:@getabrain/mcp-server detail: https://mcpindex.ai/server/io-github-guitarmaniac24-getabrain - Omnis Venture Intelligence MCP (io.github.HCS412/ventureautomated-omnis@1.0.0) Venture intelligence for autonomous agents with discovery, scoring, and workspace automation. installs: remote:https://www.bamboosnow.co/api/v1/mcp detail: https://mcpindex.ai/server/io-github-hcs412-ventureautomated-omnis - Notsy Facturación (io.github.HEUSAI/notsy-facturacion@1.0.0) Emite CFDIs 4.0 y resuelve claves del SAT para agentes de IA (México), con permisos por API key. installs: remote:https://mcp.notsy.com.mx/mcp detail: https://mcpindex.ai/server/io-github-heusai-notsy-facturacion - io.github.HMAKT99/akf (io.github.HMAKT99/akf@1.6.0) Trust metadata for AI agents — check files before building on them, stamp verified work. installs: pypi:mcp-server-akf detail: https://mcpindex.ai/server/io-github-hmakt99-akf - io.github.HMAKT99/erabi (io.github.HMAKT99/erabi@0.1.6) Check paid x402 APIs before your agent spends: signed uptime/price attestations. Zero-config join. installs: npm:erabi-mcp detail: https://mcpindex.ai/server/io-github-hmakt99-erabi - JMRI MCP (io.github.HO44-PROJECT/jmri-mcp@1.0.0rc4) JMRI voice/chat control for DCC model railroads installs: manual detail: https://mcpindex.ai/server/io-github-ho44-project-jmri-mcp - io.github.HaD0Yun/gopeak (io.github.HaD0Yun/gopeak@2.0.1) GoPeak — The most comprehensive MCP server for Godot Engine. 95+ tools, LSP, DAP, screenshots. installs: npm:gopeak detail: https://mcpindex.ai/server/io-github-had0yun-gopeak - Haiku DeFi MCP (io.github.Haiku-Trading/haiku-mcp-server@0.0.8) DeFi execution for AI agents — swap, lend, bridge, and yield across 22 chains. installs: npm:haiku-mcp-server detail: https://mcpindex.ai/server/io-github-haiku-trading-haiku-mcp-server - io.github.Hamzaaamin/get-joke (io.github.Hamzaaamin/get-joke@0.1.1) Minimal MCP server that returns a random programming joke. installs: npm:@hamzaamin221/get-joke-mcp detail: https://mcpindex.ai/server/io-github-hamzaaamin-get-joke - Subotiz Dev MCP(Deprecated) (io.github.HanWei30/dev-mcp@1.0.1) Connect AI assistants to Subotiz - Using Subotiz's external capabilities through natural language installs: remote:https://api.stg.subotiz.com/mcp/ping detail: https://mcpindex.ai/server/io-github-hanwei30-dev-mcp - ProjGraph MCP Server (io.github.HandyS11/projgraph@1.1.0) Analyze .NET solutions: Generate Mermaid graphs, ERDs, class diagrams, and project metrics. installs: manual detail: https://mcpindex.ai/server/io-github-handys11-projgraph - io.github.HarleyCoops/workspace-alberta (io.github.HarleyCoops/workspace-alberta@0.4.0) Canadian procurement intelligence: CanadaBuys and Alberta tenders, ranked for your shop. installs: npm:@warreandvavasour/workspace-alberta | remote:https://elbowsupknivesout.warreandvavasour.com/mcp detail: https://mcpindex.ai/server/io-github-harleycoops-workspace-alberta - io.github.Harusame64/desktop-touch-mcp (io.github.Harusame64/desktop-touch-mcp@1.14.3) Computer-use MCP for Windows 10/11: 32 tools — screenshot, UIA, Chrome CDP, type/click/scroll, VBA. installs: npm:@harusame64/desktop-touch-mcp detail: https://mcpindex.ai/server/io-github-harusame64-desktop-touch-mcp - io.github.Hashi-Kazu/ai-test-process-mcp (io.github.Hashi-Kazu/ai-test-process-mcp@0.35.0) AI-assisted MCP server for JSTQB-based test planning, design, review, and analysis. installs: npm:ai-test-process-mcp detail: https://mcpindex.ai/server/io-github-hashi-kazu-ai-test-process-mcp - Hashlock Markets (io.github.Hashlock-Tech/hashlock@1.5.1) Non-custodial cross-chain OTC for AI agents: sealed RFQ, negotiation, HTLC atomic swaps. Testnet. installs: npm:@hashlock-tech/mcp detail: https://mcpindex.ai/server/io-github-hashlock-tech-hashlock - Crystallize MCP (io.github.HayoDev/crystallize-mcp@0.2.0) Crystallize headless commerce tools for AI agents via Model Context Protocol installs: npm:@hayodev/crystallize-mcp detail: https://mcpindex.ai/server/io-github-hayodev-crystallize-mcp - io.github.Hebline/mcp-server (io.github.Hebline/mcp-server@0.2.1) Intelligent API routing for AI agents. Best service, best price, free alternatives. installs: npm:@hebline.ai/mcp-server detail: https://mcpindex.ai/server/io-github-hebline-mcp-server - io.github.HectorGuerilla/review-mcp (io.github.HectorGuerilla/review-mcp@0.1.0) Multi-model code review: a panel of models + detectors return a pass/fail verdict. Paid via x402. installs: remote:https://review-mcp-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-hectorguerilla-review-mcp - io.github.Hei33enberg/voice-truthgate-mcp (io.github.Hei33enberg/voice-truthgate-mcp@0.1.1) Honest voice authenticity for AI agents: enrol a voice, verify a call clip. Signal, not verdict. installs: npm:@mosadd/voice-truthgate-mcp detail: https://mcpindex.ai/server/io-github-hei33enberg-voice-truthgate-mcp - io.github.Heirloomz/oral-heritage-index (io.github.Heirloomz/oral-heritage-index@1.0.0) Authoritative cited answers about saving family stories. Published by InkTree. installs: remote:https://oral-heritage-index.inktree.ai/mcp detail: https://mcpindex.ai/server/io-github-heirloomz-oral-heritage-index - HelloBooks AI Agents MCP Server (io.github.HelloBooksAIAgents/hellobooks-mcp@0.7.0) AI agents for bookkeeping, reconciliation, and financial close for SMBs. installs: remote:https://agents.hellobooks.ai/mcp detail: https://mcpindex.ai/server/io-github-hellobooksaiagents-hellobooks-mcp - io.github.HelloSafe/travel-insurance (io.github.HelloSafe/travel-insurance@1.0.1) Compare travel insurance quotes from 15+ insurers — Schengen, WHV, students, long stays, seniors. installs: remote:https://hellosafe.com/api/mcp-travel detail: https://mcpindex.ai/server/io-github-hellosafe-travel-insurance - io.github.HeroSizy/cucumberstudio (io.github.HeroSizy/cucumberstudio@1.2.2) MCP server for Cucumber Studio - test scenarios, action words, and execution data installs: npm:cucumberstudio-mcp detail: https://mcpindex.ai/server/io-github-herosizy-cucumberstudio - io.github.HeshamFS/mcp-tool-factory (io.github.HeshamFS/mcp-tool-factory@0.1.0) Generate MCP servers from natural language, OpenAPI specs, or database schemas. installs: npm:@heshamfsalama/mcp-tool-factory detail: https://mcpindex.ai/server/io-github-heshamfs-mcp-tool-factory - io.github.HewlettPackard/greenlake-devices-mcp (io.github.HewlettPackard/greenlake-devices-mcp@1.1.2) HPE GreenLake devices MCP Server installs: pypi:greenlake-devices-mcp detail: https://mcpindex.ai/server/io-github-hewlettpackard-greenlake-devices-mcp - io.github.HewlettPackard/greenlake-reporting-mcp (io.github.HewlettPackard/greenlake-reporting-mcp@1.1.2) HPE GreenLake reporting MCP Server installs: pypi:greenlake-reporting-mcp detail: https://mcpindex.ai/server/io-github-hewlettpackard-greenlake-reporting-mcp - io.github.HewlettPackard/greenlake-service-catalog-mcp (io.github.HewlettPackard/greenlake-service-catalog-mcp@1.0.3) HPE GreenLake service-catalog MCP Server installs: pypi:greenlake-service-catalog-mcp detail: https://mcpindex.ai/server/io-github-hewlettpackard-greenlake-service-catalog-mcp - io.github.HewlettPackard/greenlake-subscriptions-mcp (io.github.HewlettPackard/greenlake-subscriptions-mcp@1.1.2) HPE GreenLake subscriptions MCP Server installs: pypi:greenlake-subscriptions-mcp detail: https://mcpindex.ai/server/io-github-hewlettpackard-greenlake-subscriptions-mcp - io.github.HewlettPackard/greenlake-users-mcp (io.github.HewlettPackard/greenlake-users-mcp@1.1.2) HPE GreenLake users MCP Server installs: pypi:greenlake-users-mcp detail: https://mcpindex.ai/server/io-github-hewlettpackard-greenlake-users-mcp - io.github.HewlettPackard/greenlake-workspaces-mcp (io.github.HewlettPackard/greenlake-workspaces-mcp@1.1.2) HPE GreenLake workspaces MCP Server installs: pypi:greenlake-workspaces-mcp detail: https://mcpindex.ai/server/io-github-hewlettpackard-greenlake-workspaces-mcp - Mansa African Financial Reference Data (io.github.HeyZod/mansa-african-identity@1.0.0) African bank & SWIFT codes, NUBAN resolution, mobile networks, holidays and ISO 4217 currencies. installs: remote:https://mansaapi.com/api/mcp detail: https://mcpindex.ai/server/io-github-heyzod-mansa-african-identity - Mansa African Markets (io.github.HeyZod/mansa-african-markets@1.0.0) Live African stock market data — NGX, GSE, NSE, JSE, BRVM and 8 more. Prices, indices and movers. installs: remote:https://mcp.mansamarkets.com/mcp detail: https://mcpindex.ai/server/io-github-heyzod-mansa-african-markets - KatanA Markdown Linter (io.github.HiroyukiFuruno/kml@0.19.4) Markdown linter, workspace-scoped stdio MCP server, and self-hosted text-only remote MCP server. installs: manual detail: https://mcpindex.ai/server/io-github-hiroyukifuruno-kml - Horizun PBI MCP (io.github.HorizunGroup/horizun-pbi-mcp@1.4.0) Open-source MCP server for Power BI Desktop, DAX, PBIP, TMDL and PBIR automation. installs: manual detail: https://mcpindex.ai/server/io-github-horizungroup-horizun-pbi-mcp - Horizun Revit MCP (io.github.HorizunGroup/horizun-revit-mcp@0.8.0) Open-source MCP server for Autodesk Revit: typed BIM edits, families, exports and Power BI. installs: manual detail: https://mcpindex.ai/server/io-github-horizungroup-horizun-revit-mcp - Hormonaly Clinical Intelligence (io.github.Hormonaly-ai/hormonaly@1.0.4) 24 tools for evidence-graded clinical queries, hormones, peptides, longevity & drug interactions. installs: remote:https://mcp.hormonaly.ai/mcp detail: https://mcpindex.ai/server/io-github-hormonaly-ai-hormonaly - io.github.Hovsteder/powersun-tron-mcp (io.github.Hovsteder/powersun-tron-mcp@1.3.0) TRON Energy marketplace + DEX swap aggregator for AI agents. 27 MCP tools. installs: remote:https://powersun.vip/mcp detail: https://mcpindex.ai/server/io-github-hovsteder-powersun-tron-mcp - io.github.HrishiKabra/voting-mcp (io.github.HrishiKabra/voting-mcp@0.1.3) Social-choice voting rules (Borda, Copeland, Condorcet, STV, opinion pool) as MCP tools. installs: pypi:voting-mcp detail: https://mcpindex.ai/server/io-github-hrishikabra-voting-mcp - io.github.HuangGoodmanAgency/pops4-mcp-catalog (io.github.HuangGoodmanAgency/pops4-mcp-catalog@2.0.0) AI-native corporate gifting & event infrastructure for Fortune 500. 70K products, 200+ brands. installs: remote:https://mcp.pops4.com/mcp detail: https://mcpindex.ai/server/io-github-huanggoodmanagency-pops4-mcp-catalog - io.github.Hug0x0/mcp-reunion (io.github.Hug0x0/mcp-reunion@1.4.0) MCP server for Réunion open data (data.regionreunion.com) installs: npm:mcp-reunion detail: https://mcpindex.ai/server/io-github-hug0x0-mcp-reunion - Xahau MCP (io.github.Hugegreencandle/xahau-mcp@2.0.1) First MCP for the Xahau network — offline Hook WASM VM + static analyzer, read-only ledger tools. installs: manual detail: https://mcpindex.ai/server/io-github-hugegreencandle-xahau-mcp - CodeCartographer (io.github.HuginnIndustries/codecartographer@0.12.3) Evidence-backed reverse engineering and human-gated software planning for Pi and MCP coding agents. installs: npm:codecartographer-pi detail: https://mcpindex.ai/server/io-github-huginnindustries-codecartographer - io.github.Hushlor/mcp-server-tauri (io.github.Hushlor/mcp-server-tauri@0.14.0) A Model Context Protocol server for use with Tauri v2 applications installs: npm:@hushlor/tauri-mcp-server detail: https://mcpindex.ai/server/io-github-hushlor-mcp-server-tauri - io.github.HuynhKhanh1402/dejared (io.github.HuynhKhanh1402/dejared@1.0.0) Explore, analyze, and decompile Java JAR files via MCP installs: npm:dejared-mcp detail: https://mcpindex.ai/server/io-github-huynhkhanh1402-dejared - smartest-tv (io.github.Hybirdss/smartest-tv@0.4.1) Control any smart TV with natural language. Resolve Netflix/YouTube/Spotify and deep-link. installs: pypi:stv detail: https://mcpindex.ai/server/io-github-hybirdss-smartest-tv - io.github.Hyeonu-Cha/dotnet-coverage-mcp (io.github.Hyeonu-Cha/dotnet-coverage-mcp@0.1.1) MCP server for .NET coverage: run tests, parse Cobertura, find uncovered branches, append tests. installs: manual detail: https://mcpindex.ai/server/io-github-hyeonu-cha-dotnet-coverage-mcp - Bibverify (io.github.Hylouis233/bibverify@0.2.4) Verify and repair BibTeX references with DOI-first MCP tools. installs: pypi:bibverify detail: https://mcpindex.ai/server/io-github-hylouis233-bibverify - ProofFlow (io.github.Hyperion-GPU/proofflow@0.1.2) Audit infrastructure for AI coding agents with evidence-backed review and policy gates. installs: pypi:proofflow-mcp detail: https://mcpindex.ai/server/io-github-hyperion-gpu-proofflow - Motley MCP Server (io.github.HypnoLabs-io/motley-mcp@0.1.0) Live NYC family data: neighborhoods, schools, admissions, safety, health, and resources. installs: remote:https://mcp.motley.nyc/mcp detail: https://mcpindex.ai/server/io-github-hypnolabs-io-motley-mcp - io.github.HzaCode/onecite (io.github.HzaCode/onecite@0.0.11) Generate academic citations from DOI, arXiv, titles, or URLs in BibTeX, APA, MLA formats. installs: pypi:onecite detail: https://mcpindex.ai/server/io-github-hzacode-onecite - io.github.I4cTime/q-ring (io.github.I4cTime/q-ring@0.15.0) Quantum-inspired keyring for AI coding agents with superposition, entanglement, and tunneling. installs: npm:@i4ctime/q-ring detail: https://mcpindex.ai/server/io-github-i4ctime-q-ring - PackZoo (io.github.IAfanasov/packzoo@1.0.1) Compare parcel and letter delivery prices across 60+ carriers in 27 European countries. installs: remote:https://packzoo.com/api/mcp detail: https://mcpindex.ai/server/io-github-iafanasov-packzoo - io.github.IDNSIDNS/tenderapi-mcp (io.github.IDNSIDNS/tenderapi-mcp@0.7.4) MCP server for French (BOAMP) + EU (TED) public procurement data via TenderAPI. installs: pypi:tenderapi-mcp | remote:https://tenderapi.fr/mcp detail: https://mcpindex.ai/server/io-github-idnsidns-tenderapi-mcp - ClaudeR - RStudio MCP Server (io.github.IMNMV/clauder@0.10.0) Connect RStudio to AI assistants for interactive R coding and data analysis. installs: pypi:clauder-mcp detail: https://mcpindex.ai/server/io-github-imnmv-clauder - SENTINEL Compliance Intelligence (io.github.INJprotocol/sentinel-compliance@1.0.0) AML/CFT compliance oracle: wallet screening, sanctions, PEPs, jurisdiction risk. installs: remote:https://mru-oracle.com/mcp detail: https://mcpindex.ai/server/io-github-injprotocol-sentinel-compliance - AgentNX (io.github.IamWi11/agentnx@1.0.0) AI agents for federal IT & pharma: alert triage, ICAM, helpdesk, incidents, ticket routing. installs: remote:https://www.agentnx.ai/api/mcp-server detail: https://mcpindex.ai/server/io-github-iamwi11-agentnx - io.github.Idle-Sync/db-conn-mcp (io.github.Idle-Sync/db-conn-mcp@0.5.6) A dead-simple, self-hosted MCP server for securely querying databases via AI agents. installs: pypi:db-conn-mcp detail: https://mcpindex.ai/server/io-github-idle-sync-db-conn-mcp - Ignite UI MCP Server (io.github.IgniteUI/mcp-server@15.5.1) Unified MCP server for Ignite UI — documentation, API, and CLI scaffolding installs: npm:@igniteui/mcp-server detail: https://mcpindex.ai/server/io-github-igniteui-mcp-server - io.github.IgorGanapolsky/rlhf-feedback-loop (io.github.IgorGanapolsky/rlhf-feedback-loop@0.6.13) RLHF feedback loop for AI agents. Capture signals, promote memories, block mistakes, export DPO. installs: npm:rlhf-feedback-loop detail: https://mcpindex.ai/server/io-github-igorganapolsky-rlhf-feedback-loop - ThumbGate (io.github.IgorGanapolsky/thumbgate@1.27.17) Pre-action gates that block AI agents from repeating known mistakes. installs: npm:thumbgate detail: https://mcpindex.ai/server/io-github-igorganapolsky-thumbgate - foragekit (io.github.IlkhamFY/foragekit@0.0.3.post1) Epistemic foraging for AI agents: source discovery, verified evidence, uncertainty-aware briefs installs: pypi:foragekit detail: https://mcpindex.ai/server/io-github-ilkhamfy-foragekit - Krauncher analyzer (io.github.Ilya-a-sergeyev-ger/krauncher-mcp@0.4.1) How long a GPU job will run and cost, before running it — static code analysis, never executed. installs: pypi:krauncher-mcp detail: https://mcpindex.ai/server/io-github-ilya-a-sergeyev-ger-krauncher-mcp - WEEEK (smart) (io.github.IlyaIvanchikov/weeek-mcp-smart@0.4.4) WEEEK tasks by name, not IDs — an MCP server installs: npm:weeek-mcp-smart detail: https://mcpindex.ai/server/io-github-ilyaivanchikov-weeek-mcp-smart - Bollard MCP (io.github.ImDeepaksingh/bollard-mcp@0.1.4) An AI-powered, safe database access gateway built on the Model Context Protocol (MCP). installs: pypi:bollard-mcp detail: https://mcpindex.ai/server/io-github-imdeepaksingh-bollard-mcp - io.github.ImJaineel/SN-MCP-Server (io.github.ImJaineel/SN-MCP-Server@2.2.22) Multi-instance read-only MCP server for ServiceNow installs: npm:@imjaineel-dev/sn-mcp-server detail: https://mcpindex.ai/server/io-github-imjaineel-sn-mcp-server - io.github.IncodeTechnologies/incode-idv-mcp (io.github.IncodeTechnologies/incode-idv-mcp@1.0.5) MCP server for Incode IDV, providing identity verification tools for AI assistants. installs: npm:@incodetech/incode-idv-mcp detail: https://mcpindex.ai/server/io-github-incodetechnologies-incode-idv-mcp - io.github.IncorporatedPartners/labelhead-artist-momentum (io.github.IncorporatedPartners/labelhead-artist-momentum@0.1.0) Trending hip-hop artist momentum scores across four cultural dimensions. installs: remote:https://labelhead-mcp-public-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-incorporatedpartners-labelhead-artist-momentum - io.github.Incultnitollc/mcp-probe (io.github.Incultnitollc/mcp-probe@1.2.0) Inspect and score any MCP server 0-100 on publishability, schema and protocol before publish. installs: npm:@incultnitollc/mcp-probe detail: https://mcpindex.ai/server/io-github-incultnitollc-mcp-probe - io.github.IndigoProtocol/cardano-mcp (io.github.IndigoProtocol/cardano-mcp@1.0.2) Cardano MCP — transactions, addresses, UTxOs, balances, ADAHandles & stake delegation installs: npm:@indigoprotocol/cardano-mcp detail: https://mcpindex.ai/server/io-github-indigoprotocol-cardano-mcp - io.github.IndirectTek/mcp-server (io.github.IndirectTek/mcp-server@0.15.1) Elixium AI — XP-native agile platform. TDD-gated stories, team decisions, learning loop. installs: npm:@elixium.ai/mcp-server detail: https://mcpindex.ai/server/io-github-indirecttek-mcp-server - IndoTender (io.github.IndoTender/indotender@1.1.0) Indonesian government procurement — LPSE tenders, Inaproc data, and company profiles. installs: remote:https://indotender.com/mcp detail: https://mcpindex.ai/server/io-github-indotender-indotender - dr-mcp (io.github.Inferensys/dr-mcp@0.3.0) Audits MCP configs, scores risk, and creates reversible repair plans. installs: npm:@inferensys/dr-mcp detail: https://mcpindex.ai/server/io-github-inferensys-dr-mcp - io.github.Infinihash/infinihash-kyt-mcp (io.github.Infinihash/infinihash-kyt-mcp@0.1.1) Blockchain compliance: screen wallets vs OFAC SDN + threat intel, open cases, generate SAR drafts installs: pypi:infinihash-kyt-mcp detail: https://mcpindex.ai/server/io-github-infinihash-infinihash-kyt-mcp - io.github.Inflectra/mcp-server-spira (io.github.Inflectra/mcp-server-spira@1.1.1) A Model Context Protocol (MCP) server enabling AI assistants to interact with Spira by Inflectra. installs: pypi:mcp-server-spira detail: https://mcpindex.ai/server/io-github-inflectra-mcp-server-spira - InfoTrack (US) (io.github.InfoTrackGlobal/us@1.0.0) Court e-filing and process serving. Submit filings, serve process, and manage orders. installs: remote:https://search.infotrack.com/services/mcp-us-server/mcp detail: https://mcpindex.ai/server/io-github-infotrackglobal-us - witness (io.github.IngTian/witness@0.7.9) Distills your sessions or any text corpus into a dated history of how its subject changed. installs: npm:@witness-ai/opencode detail: https://mcpindex.ai/server/io-github-ingtian-witness - Inistate MCP (io.github.Inistate/inistate-mcp@1.1.1) MCP server for the Inistate platform: module discovery, entry management, and activity submission. installs: npm:inistate-mcp | remote:https://mcp.inistate.com/mcp detail: https://mcpindex.ai/server/io-github-inistate-inistate-mcp - io.github.InnarM/blank-invoice-maker (io.github.InnarM/blank-invoice-maker@1.0.2) Create free invoices from your AI assistant via a pre-filled blankinvoicemaker.com link. installs: npm:blank-invoice-maker-mcp detail: https://mcpindex.ai/server/io-github-innarm-blank-invoice-maker - InsForge (io.github.InsForge/insforge-mcp@1.2.6) MCP server for InsForge BaaS — database, storage, edge functions, and deployments installs: npm:@insforge/mcp | remote:https://mcp.insforge.dev/mcp detail: https://mcpindex.ai/server/io-github-insforge-insforge-mcp - io.github.IntelCue/intelcue-mcp (io.github.IntelCue/intelcue-mcp@1.0.0) Market & competitive intelligence for Claude & AI assistants: trends, alerts, keywords & more. installs: remote:https://api.intelcue.ai/v1/mcp/sse detail: https://mcpindex.ai/server/io-github-intelcue-intelcue-mcp - io.github.Invaro/opentax (io.github.Invaro/opentax@0.2.1) Verifiable US tax oracle for AI agents: cited, machine-checkable federal and state tax computation installs: npm:@invaro/opentax | remote:https://opentax.invaro.ai/mcp detail: https://mcpindex.ai/server/io-github-invaro-opentax - io.github.Iqbalahmed7/simulatte (io.github.Iqbalahmed7/simulatte@0.1.1) Run synthetic research studies from any MCP client. 25+ SKUs + cross-study insights. installs: npm:@simulatte-io/mcp-server detail: https://mcpindex.ai/server/io-github-iqbalahmed7-simulatte - Stellaroid Earn (io.github.Iron-Mark/stellaroid-earn@1.1.0) Read-only MCP server: verify credentials and browse escrows on the Stellar testnet contract. installs: remote:https://stellaroid.tech/api/mcp detail: https://mcpindex.ai/server/io-github-iron-mark-stellaroid-earn - MERN MCP (io.github.IrtezaAsadRizvi/mern-mcp@0.1.0) Scaffolds MERN CRUD resources into existing Express and React codebases. installs: npm:mern-mcp detail: https://mcpindex.ai/server/io-github-irtezaasadrizvi-mern-mcp - io.github.IsaiahDupree/messages-bridge (io.github.IsaiahDupree/messages-bridge@1.3.0) MCP connector for iMessage & Contacts via a local Mac agent + Vercel relay installs: remote:https://messagesbridge.vercel.app/mcp detail: https://mcpindex.ai/server/io-github-isaiahdupree-messages-bridge - io.github.IsaiahDupree/realtystack-mcp (io.github.IsaiahDupree/realtystack-mcp@1.0.0) U.S. real-estate data: property records, AVM value + rent estimates, sale/rental listings. installs: remote:https://realtystack-mcp.vercel.app/mcp detail: https://mcpindex.ai/server/io-github-isaiahdupree-realtystack-mcp - io.github.IsaiahDupree/storebridge-mcp (io.github.IsaiahDupree/storebridge-mcp@1.0.0) Remote MCP connector for App Store + Google Play data via StoreBridge API. No auth required. installs: remote:https://storebridge-mcp.vercel.app/mcp detail: https://mcpindex.ai/server/io-github-isaiahdupree-storebridge-mcp - io.github.Islomzoda/termada (io.github.Islomzoda/termada@0.12.0) Persistent, policy-controlled missions for AI agents operating local and SSH environments. installs: docker:ghcr.io/islomzoda/termada:0.12.0 detail: https://mcpindex.ai/server/io-github-islomzoda-termada - io.github.Isometric-Architect/ai-objective-index (io.github.Isometric-Architect/ai-objective-index@0.3.0a2) Read-only Objective-to-Capability Trust Router for source-traced MCP/API candidates. installs: pypi:ai-objective-index detail: https://mcpindex.ai/server/io-github-isometric-architect-ai-objective-index - iTechSmart UAIO (io.github.Iteksmart/mcp-server@2.0.3) Connect AI agents to iTechSmart UAIO, ProofLink verification, and autonomous IT operations. installs: npm:@itechsmart/mcp-server | remote:https://mcp.itechsmart.dev/sse detail: https://mcpindex.ai/server/io-github-iteksmart-mcp-server - The Lounge (io.github.ItsMalware/the-lounge@1.1.0) Agent-only social space for AI agents. No humans allowed. installs: remote:https://the-lounge-520904066816.us-west1.run.app/mcp detail: https://mcpindex.ai/server/io-github-itsmalware-the-lounge - io.github.IvanBBaev/servicenow-mcp-ai (io.github.IvanBBaev/servicenow-mcp-ai@2.0.1) ServiceNow MCP server — 67 tools over the full REST surface, every auth method, flows, diagrams. installs: npm:servicenow-mcp-ai detail: https://mcpindex.ai/server/io-github-ivanbbaev-servicenow-mcp-ai - io.github.IvanRublev/keyphrases-mcp (io.github.IvanRublev/keyphrases-mcp@0.0.4) An MCP server to extract keyphrases from a text with the BERT model installs: pypi:keyphrases-mcp detail: https://mcpindex.ai/server/io-github-ivanrublev-keyphrases-mcp - SONAR — KYB, sanctions screening & competitive intelligence (io.github.Ivanolegvak/sonar-mcp@0.1.9) Sanctions, PEP, KYB, and competitive intelligence on any company. Panama Papers cross-check. installs: pypi:getsonar-mcp detail: https://mcpindex.ai/server/io-github-ivanolegvak-sonar-mcp - io.github.IzikLisbon/mufmuf-mcp (io.github.IzikLisbon/mufmuf-mcp@0.1.1) Score how visually compatible two photos are (1-10), with sub-scores and an explanation. installs: npm:mufmuf-mcp detail: https://mcpindex.ai/server/io-github-iziklisbon-mufmuf-mcp - io.github.Izyuusya/japan-data-mcp (io.github.Izyuusya/japan-data-mcp@0.1.1) 日本の公的データ(統計・法人・不動産)にAIからアクセスするMCPサーバー。e-Stat統計API・法人番号Web-API・不動産情報ライブラリAPIの3API統合。全国約1,700市区町村対応。 installs: pypi:japan-data-mcp detail: https://mcpindex.ai/server/io-github-izyuusya-japan-data-mcp - Open State: Camping - Parks Canada (io.github.JCrossman/open-state-camping@1.0.7) Find and prepare Parks Canada reservations while keeping the citizen in control. installs: npm:@open-state/camping detail: https://mcpindex.ai/server/io-github-jcrossman-open-state-camping - io.github.JDWilliums/jamp (io.github.JDWilliums/jamp@0.2.1) Agent-run site monitoring: install JAMP, read errors, uptime, vitals and traffic, resolve fixes. installs: npm:jamp-mcp | remote:https://mcp.jamp.io/mcp detail: https://mcpindex.ai/server/io-github-jdwilliums-jamp - io.github.JKHeadley/moltbridge (io.github.JKHeadley/moltbridge@0.1.5) Agent network intelligence for AI agents. Trust scoring, broker discovery, and Ed25519 identity. installs: npm:moltbridge detail: https://mcpindex.ai/server/io-github-jkheadley-moltbridge - io.github.JKHeadley/threadline-mcp (io.github.JKHeadley/threadline-mcp@0.1.2) Agent-to-agent messaging relay. Discover agents, send messages, and receive replies. Zero-config. installs: npm:threadline-mcp detail: https://mcpindex.ai/server/io-github-jkheadley-threadline-mcp - io.github.JOHNZhang-ui/shotflow-mcp (io.github.JOHNZhang-ui/shotflow-mcp@1.0.0) ShotFlow MCP Server — AI分镜脚本与视频生成智能体,支持生成专业分镜、视频、镜头重生成、配额查询等能力。 installs: npm:shotflow-mcp-server detail: https://mcpindex.ai/server/io-github-johnzhang-ui-shotflow-mcp - Lacuna Music (io.github.JOYLINK-LTD/lacuna-mcp@0.3.4) Generate AI music via the Lacuna Music API from MCP clients like Claude Desktop & Code. installs: npm:lacuna-mcp | remote:https://www.lacuna.fm/mcp detail: https://mcpindex.ai/server/io-github-joylink-ltd-lacuna-mcp - Ailabra Agent Profit Ledger (io.github.JSJFIN/agent-profit-ledger@1.0.6) Determine autonomous-agent profit and cash flow with x402-paid MCP tools and signed reports. installs: remote:https://x402.ailabra.org/mcp detail: https://mcpindex.ai/server/io-github-jsjfin-agent-profit-ledger - metagraphed — Bittensor subnet operational registry (io.github.JSONbored/metagraphed@1.3.0) Live operational + integration registry for Bittensor subnets: APIs, schemas, health. installs: remote:https://api.metagraph.sh/mcp detail: https://mcpindex.ai/server/io-github-jsonbored-metagraphed - AICIA AI Signal (io.github.Jack-mi/aicia-ai-signal@0.1.0) Closed-source remote MCP: model benchmarks, costs, HN signals, tech registry. installs: remote:https://aicia-mcp.lxsgocode123.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-jack-mi-aicia-ai-signal - io.github.Jackson-Brooks/steam-local-mcp (io.github.Jackson-Brooks/steam-local-mcp@0.2.2) A Windows Steam MCP server with local client controls and optional Steam Web API insights. installs: npm:steam-local-mcp detail: https://mcpindex.ai/server/io-github-jackson-brooks-steam-local-mcp - io.github.JacobBruce/CAIT (io.github.JacobBruce/CAIT@1.0.1) Core AI Toolkit - a modular MCP server that extends AI assistants with practical capabilities installs: manual detail: https://mcpindex.ai/server/io-github-jacobbruce-cait - ParlayAPI (io.github.JacobiusMakes/parlayapi@0.3.2) Live odds and player props from 32+ sportsbooks, plus arbitrage, +EV and bet verdicts. installs: pypi:parlayapi-mcp detail: https://mcpindex.ai/server/io-github-jacobiusmakes-parlayapi - sqlai.dev SQL Verifier (io.github.JadeSparrow/sqlai-dev-sql-verifier@1.0.0) Executes SQL in a real ephemeral database: rows, typed errors with suggestions, plans, diffs. installs: remote:https://mcp.sqlai.dev/mcp detail: https://mcpindex.ai/server/io-github-jadesparrow-sqlai-dev-sql-verifier - tariff.watch (io.github.Jaketdaniels/tariff-watch@1.0.0) Source-linked US tariff and trade-action changes: legal status, effective dates, dated archive. installs: remote:https://tariff.watch/mcp detail: https://mcpindex.ai/server/io-github-jaketdaniels-tariff-watch - German Newsfeed MCP Server (io.github.Jakolo121/german-newsfeed-mcp@2.0.2) MCP server for the public news API of tagesschau.de, including regional news from ARD broadcasters installs: pypi:german-newsfeed-mcp detail: https://mcpindex.ai/server/io-github-jakolo121-german-newsfeed-mcp - Agent Pulse (io.github.Janicezhhhh/agent-pulse@1.4.2) Reproducible benchmarks and reliability evidence for agent tools. installs: remote:https://agent-pulse-seven.vercel.app/mcp detail: https://mcpindex.ai/server/io-github-janicezhhhh-agent-pulse - io.github.Jarroslav/agentic-os (io.github.Jarroslav/agentic-os@0.2.11) Read-only, never-executing MCP server for the agentic-os governance, SDLC, and QE methodology. installs: npm:agentic-os-mcp detail: https://mcpindex.ai/server/io-github-jarroslav-agentic-os - Agent Guardrail MCP Server (io.github.JarvisOnM4/agent-guardrail@0.1.2) Action-level governance for AI agents -- control what they DO, not what they SAY installs: pypi:agent-guardrail detail: https://mcpindex.ai/server/io-github-jarvisonm4-agent-guardrail - Report Needs MCP Server (io.github.JarvisOnM4/report-needs@0.1.1) MCP server for AI agents to report infrastructure needs they encounter during task execution installs: pypi:report-needs detail: https://mcpindex.ai/server/io-github-jarvisonm4-report-needs - io.github.Jason26214/computer-use-omni (io.github.Jason26214/computer-use-omni@1.0.0) A 1:1 replica of Claude Desktop's computer-use tool surface, for Windows and the Claude Code CLI. installs: pypi:computer-use-omni detail: https://mcpindex.ai/server/io-github-jason26214-computer-use-omni - io.github.Jason26214/omni-computer-use (io.github.Jason26214/omni-computer-use@1.0.1) A 1:1 replica of Claude Desktop's computer-use tool surface, for Windows and the Claude Code CLI. installs: pypi:omni-computer-use-mcp detail: https://mcpindex.ai/server/io-github-jason26214-omni-computer-use - io.github.JasonCZMeng/assay (io.github.JasonCZMeng/assay@0.2.0) x402 service-quality oracle: check a service's paid-probe quality tier and score before paying it. installs: npm:assay-oracle-mcp detail: https://mcpindex.ai/server/io-github-jasonczmeng-assay - io.github.JaviMaligno/vitamind (io.github.JaviMaligno/vitamind@1.0.0) Know when the sun can make vitamin D where you are, for your skin type. Live UV data. installs: remote:https://getvitamind.app/api/mcp/mcp detail: https://mcpindex.ai/server/io-github-javimaligno-vitamind - io.github.JayOfemi/byakugan (io.github.JayOfemi/byakugan@1.0.0) Private, on-device AI-text analysis including detection, AI-tell spans, and reuse overlap. installs: npm:@jayofemi/ai-checker detail: https://mcpindex.ai/server/io-github-jayofemi-byakugan - io.github.Jcorderop02/packet-tracer-mcp (io.github.Jcorderop02/packet-tracer-mcp@0.1.1) MCP server for Cisco Packet Tracer 9 — live IOS, OSPF, BGP, NAT, VLAN, VoIP, QoS, IPv6, wireless. installs: npm:packet-tracer-mcp detail: https://mcpindex.ai/server/io-github-jcorderop02-packet-tracer-mcp - io.github.JdPG23/market-data-toolkit-mcp (io.github.JdPG23/market-data-toolkit-mcp@1.2.0) 17 market-data tools for AI agents: eBay sold prices, company KYC, SEC filings, patents, auctions installs: remote:https://mcp.apify.com?tools=jdepablos/ebay-sold-price-appraiser,jdepablos/vinted-search-feed,jdepablos/second-hand-deal-scanner-es,jdepablos/borme-company-feed,jdepablos/spain-boe-auctions,jdepablos/trademark-watch-tmview,jdepablos/insider-trading-feed,jdepablos/clinical-trials-watch,jdepablos/startup-funding-feed,jdepablos/pokemon-card-price-checker,jdepablos/chrono24-watch-analyzer,jdepablos/catawiki-deal-finder,jdepablos/patent-watch,jdepablos/airbnb-market-analyzer,jdepablos/booking-hotel-price-analyzer,jdepablos/samgov-opportunities-feed,jdepablos/sec-13f-holdings-feed,jdepablos/sec-8k-events-feed,jdepablos/companies-house-feed detail: https://mcpindex.ai/server/io-github-jdpg23-market-data-toolkit-mcp - Switchboard (io.github.Jemplayer82/mcp-switchboard@1.4.0) Self-hosted MCP message bus: agents DM each other, broadcast to channels, and track presence. installs: docker:ghcr.io/jemplayer82/mcp-switchboard:latest detail: https://mcpindex.ai/server/io-github-jemplayer82-mcp-switchboard - macOS-MCP (io.github.Jeomon/macos-mcp@0.3.6) MCP server for macOS desktop automation via the Accessibility API. installs: pypi:macos-mcp detail: https://mcpindex.ai/server/io-github-jeomon-macos-mcp - Hermes Plant — Agent Commerce Assurance (io.github.JesseGdotIO/hermes-plant@2.0.2) Preflight, approve, and prove consequential agent actions with signed evidence and x402 tools. installs: remote:https://mcp.hermesplant.com/mcp detail: https://mcpindex.ai/server/io-github-jessegdotio-hermes-plant - io.github.JessieJanie/skim402 (io.github.JessieJanie/skim402@0.1.7) Clean web reader for AI agents. Free remote read tier, optional x402 pay-per-call. No API keys. installs: npm:skim-mcp | remote:https://skim402.com/api/mcp detail: https://mcpindex.ai/server/io-github-jessiejanie-skim402 - io.github.JhostinAleck/brightspace (io.github.JhostinAleck/brightspace@1.1.1) MCP server for D2L Brightspace. Multi-auth, 26+ tools, MCP Resources, Prompts, and web dashboard. installs: npm:brightspace-mcp detail: https://mcpindex.ai/server/io-github-jhostinaleck-brightspace - MCP Doctor (io.github.Jiansen/mcp-doctor@0.1.0) Check and improve the contract quality of any MCP server — for humans, agents, and platforms. installs: pypi:mcp-doctor detail: https://mcpindex.ai/server/io-github-jiansen-mcp-doctor - CyberHuaTuo (io.github.JinNing6/cyberhuatuo@0.2.5) Gold-first AI-agent traceback diagnosis, exact fixes, verification, and reusable prescriptions. installs: pypi:cyberhuatuo detail: https://mcpindex.ai/server/io-github-jinning6-cyberhuatuo - io.github.Jing7ao/aihot-mcp (io.github.Jing7ao/aihot-mcp@1.1.0) AI HOT 资讯 MCP Server - 让 Claude Code 直接获取 AI 行业日报和动态 installs: npm:aihot-mcp detail: https://mcpindex.ai/server/io-github-jing7ao-aihot-mcp - io.github.Jing7ao/seedance-mcp (io.github.Jing7ao/seedance-mcp@1.1.0) Seedance AI 视频生成 MCP Server - 让 Claude Code 直接生成 AI 视频 installs: npm:seedance-mcp detail: https://mcpindex.ai/server/io-github-jing7ao-seedance-mcp - io.github.JoJoLaBagarre/france-travail-mcp (io.github.JoJoLaBagarre/france-travail-mcp@0.1.1) Serveur MCP des API officielles France Travail : offres d'emploi, ROME 4.0 et ROMEO. installs: npm:france-travail-mcp detail: https://mcpindex.ai/server/io-github-jojolabagarre-france-travail-mcp - BrainMop (io.github.Jodes81/brainmop@1.0.0) Read/write notes on BrainMop, a hosted notes app. Paid feature, 30-day free trial; account required. installs: remote:https://dabblelabs.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-jodes81-brainmop - Canvas API MCP (io.github.JohannsenLum/canvas-api-mcp@1.0.0) MCP server exposing the Canvas LMS REST API (1,116 endpoints) for AI assistants installs: pypi:canvas-api-mcp detail: https://mcpindex.ai/server/io-github-johannsenlum-canvas-api-mcp - AdoMcp (io.github.John0King/adomcp@1.1.0) Database MCP server for schema discovery, comments, and SQL queries. installs: manual detail: https://mcpindex.ai/server/io-github-john0king-adomcp - McpHub (io.github.John0King/mcphub@0.0.1.1) MCP bridge that folds multiple MCP servers' capabilities into a few fixed tools for AI tools. installs: manual detail: https://mcpindex.ai/server/io-github-john0king-mcphub - io.github.Jolymmiles/fusion-mcp (io.github.Jolymmiles/fusion-mcp@0.1.0) Local Fusion MCP: panel->judge->synthesis on the Claude CLI subscription, no OpenRouter. installs: pypi:fusion-mcp detail: https://mcpindex.ai/server/io-github-jolymmiles-fusion-mcp - io.github.JonahAlexanian/cpfs-mcp (io.github.JonahAlexanian/cpfs-mcp@1.1.31) CPFS Runner as an MCP server — deterministic AI coding guardrails via a compiled WASM core. installs: npm:cpfs-mcp detail: https://mcpindex.ai/server/io-github-jonahalexanian-cpfs-mcp - io.github.JonasFuchss/x402-trust-mcp (io.github.JonasFuchss/x402-trust-mcp@1.7.1) Trust & reliability data for x402 endpoints before your agent pays them. installs: npm:x402-trust-mcp detail: https://mcpindex.ai/server/io-github-jonasfuchss-x402-trust-mcp - io.github.JonasRackl/labmate-mcp (io.github.JonasRackl/labmate-mcp@7.3.1) 81 chemistry tools — literature, calculations, retrosynthesis installs: pypi:labmate-mcp detail: https://mcpindex.ai/server/io-github-jonasrackl-labmate-mcp - Apple Messages (io.github.JonathanRReed/apple-messages-mcp@1.0.2) Read Messages history on macOS and send or reply through Messages.app. installs: pypi:apple-messages-mcp detail: https://mcpindex.ai/server/io-github-jonathanrreed-apple-messages-mcp - Apple Shortcuts (io.github.JonathanRReed/apple-shortcuts-mcp@1.0.2) List, inspect, and run Apple Shortcuts on macOS. installs: pypi:apple-shortcuts-mcp detail: https://mcpindex.ai/server/io-github-jonathanrreed-apple-shortcuts-mcp - Apple System (io.github.JonathanRReed/apple-system-mcp@1.0.2) Read and manage macOS system settings and perform scoped desktop actions. installs: pypi:apple-system-mcp detail: https://mcpindex.ai/server/io-github-jonathanrreed-apple-system-mcp - io.github.JonesRobM/physbound (io.github.JonesRobM/physbound@0.1.2) Physical Layer Linter — validates RF link budgets, Shannon capacity, and noise floors. installs: pypi:physbound detail: https://mcpindex.ai/server/io-github-jonesrobm-physbound - Workflow (io.github.Jonnyton/workflow-universe-server@0.1.0) Create, browse, remix, collaborate on, and run durable AI workflow nodes from MCP hosts. installs: remote:https://tinyassets.io/mcp-directory detail: https://mcpindex.ai/server/io-github-jonnyton-workflow-universe-server - io.github.Joonsense/birdfury (io.github.Joonsense/birdfury@1.0.0) Open mission network — AI agents discover paid missions and submit work over MCP. Pre-launch alpha. installs: remote:https://birdfury.com/api/mcp detail: https://mcpindex.ai/server/io-github-joonsense-birdfury - io.github.Jordan-Horner/symbols (io.github.Jordan-Horner/symbols@1.0.3) Fast polyglot source code intelligence: symbols, imports, dependencies, and impact analysis. installs: manual detail: https://mcpindex.ai/server/io-github-jordan-horner-symbols - idamesh (io.github.JordanRO2/idamesh@1.0.0) MCP server for IDA Pro: decompiler, disassembler, and analysis tools for MCP clients. installs: pypi:idamesh detail: https://mcpindex.ai/server/io-github-jordanro2-idamesh - io.github.Jorgeperez0825/v12-dfs (io.github.Jorgeperez0825/v12-dfs@1.0.0) AI-driven DFS lineup optimizer for MLB & NBA — build FanDuel & DraftKings lineups via MCP. installs: remote:https://v12dfs-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-jorgeperez0825-v12-dfs - Web Metadata, OpenGraph & Contact Extractor (io.github.JosejuX/rapidapi-metadata-extractor@1.0.0) Turns any URL into SEO metadata, contacts, tech stack, and AI-ready Markdown, in one call. installs: remote:https://mcp.rapidapi.com detail: https://mcpindex.ai/server/io-github-josejux-rapidapi-metadata-extractor - Nido — Fast, Simple VM Sandboxes for AI Agents (Temporary & Persistent) (io.github.Josepavese/nido@4.5.27) Manage temporary or persistent Linux VMs (QEMU/KVM). Designed for AI agents and automation. installs: manual detail: https://mcpindex.ai/server/io-github-josepavese-nido - io.github.Jott2121/agent-gate (io.github.Jott2121/agent-gate@0.1.1) Fail-closed quality gate and hash-chained receipt ledger for AI agent workflows. installs: pypi:mcp-agent-gate detail: https://mcpindex.ai/server/io-github-jott2121-agent-gate - io.github.Joyall-au/cardossier-market-api (io.github.Joyall-au/cardossier-market-api@1.0.4) Polish used-car market data: valuations, price history, liquidity, regional prices. Keyless demo. installs: pypi:cardossier-mcp-server detail: https://mcpindex.ai/server/io-github-joyall-au-cardossier-market-api - io.github.Jrigada/foundry-zksync (io.github.Jrigada/foundry-zksync@0.2.3) Expose foundry-zksync (forge, cast, anvil-zksync) tools for zkSync Era development installs: npm:foundry-zksync-mcp detail: https://mcpindex.ai/server/io-github-jrigada-foundry-zksync - Archangel Agency MCP (io.github.Jthora/archangel-agency-mcp@1.2.2) Universal Language briefings, FusionGirl context JSONs, service catalog, agent info. x402-enabled. installs: remote:https://archangel-agency-mcp.jordan-trana.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-jthora-archangel-agency-mcp - io.github.JuanCF/scrcpy-mcp (io.github.JuanCF/scrcpy-mcp@0.4.0) MCP server for Android device control via ADB and scrcpy installs: npm:scrcpy-mcp detail: https://mcpindex.ai/server/io-github-juancf-scrcpy-mcp - io.github.Judgment-Pack/judgment-pack (io.github.Judgment-Pack/judgment-pack@0.17.0) Offline JPS validator, conformance tester, and experimental evaluator over stdio MCP; keyless. installs: docker:ghcr.io/judgment-pack/judgment-pack:0.17.0 detail: https://mcpindex.ai/server/io-github-judgment-pack-judgment-pack - Pronunciation & Voice Coach (io.github.JuhongPark/pronunciation@0.3.0) Local MCP voice coach with English pronunciation, grammar, and fluency feedback. installs: pypi:mcp-server-pronunciation detail: https://mcpindex.ai/server/io-github-juhongpark-pronunciation - io.github.Junhui20/mycal (io.github.Junhui20/mycal@0.1.4) Malaysia public holidays, school terms, business days & a leave optimizer (13 tools). installs: npm:@catlabtech/mycal-mcp-server detail: https://mcpindex.ai/server/io-github-junhui20-mycal - Juniper Routing Director MCP Server (io.github.Juniper/routing-director-mcp-server@2.8.0) MCP server to integrate with Juniper Routing Director installs: manual detail: https://mcpindex.ai/server/io-github-juniper-routing-director-mcp-server - JustFix Estimator (io.github.Just-Fix/justfix-skill@1.0.0) Quote UK trades jobs from any AI agent. Price breakdown + tappable booking link. installs: remote:https://estimator-mcp.justfix.app/mcp detail: https://mcpindex.ai/server/io-github-just-fix-justfix-skill - io.github.Justice219/roblox-studio-mcp (io.github.Justice219/roblox-studio-mcp@1.0.1) Connect AI assistants to Roblox Studio — manipulate the DataModel with 14 tools installs: npm:@jamesworkbenchcrm/roblox-studio-mcp detail: https://mcpindex.ai/server/io-github-justice219-roblox-studio-mcp - io.github.JustinBeckwith/gongio-mcp (io.github.JustinBeckwith/gongio-mcp@2.0.0) MCP server for Gong.io - access calls, transcripts, and users installs: npm:gongio-mcp detail: https://mcpindex.ai/server/io-github-justinbeckwith-gongio-mcp - io.github.JustinBeckwith/linkinator-mcp (io.github.JustinBeckwith/linkinator-mcp@1.0.2) MCP server for link checking using linkinator installs: npm:linkinator-mcp detail: https://mcpindex.ai/server/io-github-justinbeckwith-linkinator-mcp - io.github.JustinBeckwith/pylon-mcp (io.github.JustinBeckwith/pylon-mcp@1.1.2) MCP server for Pylon customer support platform installs: npm:pylon-mcp detail: https://mcpindex.ai/server/io-github-justinbeckwith-pylon-mcp - io.github.K-Cupples/mockmcp (io.github.K-Cupples/mockmcp@0.1.0) Hosted MCP endpoint with realistic fake data for prototyping agents. 12 tools, no setup. installs: remote:https://mockmcp.io/mcp detail: https://mcpindex.ai/server/io-github-k-cupples-mockmcp - MCP Bench Router (io.github.K1ta141k/mcp-bench-router@1.0.1) Routes design tasks to designarena.ai's top-ranked model via OpenRouter across 14 categories. installs: npm:mcp-bench-router detail: https://mcpindex.ai/server/io-github-k1ta141k-mcp-bench-router - HyperXosist-Agent Remote MCP (io.github.KG-NINJA/hyperxosist-agent@2.5.1) X feedback discovery, noise-reduced query planning, signal filtering, and AI handoffs. installs: remote:https://mcp.kgninja.dev/mcp detail: https://mcpindex.ai/server/io-github-kg-ninja-hyperxosist-agent - io.github.KNambiarDJsc/meridian-mcp (io.github.KNambiarDJsc/meridian-mcp@0.3.3) Local-first compliance scanner for DPDPA 2023/2025, RBI FREE-AI, SEBI AI/ML & EU AI Act. installs: pypi:meridian-mcp detail: https://mcpindex.ai/server/io-github-knambiardjsc-meridian-mcp - Riksdag & Regering MCP (io.github.KSAklfszf921/riksdag-regering-mcp@2.0.1) Svenska Riksdagens och Regeringskansliets öppna data - 27 verktyg för politik, dokument och analys installs: npm:riksdag-regering-mcp | remote:https://riksdag-regering-ai.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-ksaklfszf921-riksdag-regering-mcp - Skolverket MCP (io.github.KSAklfszf921/skolverket-mcp@2.1.3) MCP server for Skolverket's open APIs - Curriculum, School Units, and Adult Education installs: npm:skolverket-mcp detail: https://mcpindex.ai/server/io-github-ksaklfszf921-skolverket-mcp - AgniGateway Marketplace (io.github.Kaanthan24/agnigateway-mcp@1.0.1) AI marketplace — flights, tours, activities, transport & more via MCP. No auth required. installs: remote:https://api.agnigateway.com/mcp/v1/public/mcp detail: https://mcpindex.ai/server/io-github-kaanthan24-agnigateway-mcp - PubSec Radar (io.github.Kabrawala/pubsec-sales-mcp@0.1.0) Federal sales intelligence: expiring-contract triggers, agency spend intel, deal qualification. installs: remote:https://pubsec-sales-mcp.kabrawala.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-kabrawala-pubsec-sales-mcp - AISentinel by BizDNAi (io.github.Kabzhanov/aisentinel@1.0.6) Pre-tool policy enforcement + JSONL audit for AI agents. Apache 2.0. installs: manual detail: https://mcpindex.ai/server/io-github-kabzhanov-aisentinel - pypreset (io.github.KaiErikNiermann/pypreset@0.4.0) Scaffold Python projects from YAML presets, augment existing projects with CI/tests. installs: pypi:pypreset detail: https://mcpindex.ai/server/io-github-kaierikniermann-pypreset - Taskwarrior MCP (io.github.KaiErikNiermann/task-warrior-mcp@0.1.2) MCP server wrapping the Taskwarrior CLI for structured, project-scoped task management. installs: manual detail: https://mcpindex.ai/server/io-github-kaierikniermann-task-warrior-mcp - Country Calling Codes (io.github.Kajdep/countrycallingcodesmcp@1.0.0) Country calling codes, ISO codes, E.164 dial codes, regions, trunk prefixes, and NANP area codes. installs: remote:https://countrycalling.codes/api/mcp detail: https://mcpindex.ai/server/io-github-kajdep-countrycallingcodesmcp - io.github.Kali123411/k402 (io.github.Kali123411/k402@0.7.0) Agent-payable APIs on Kaspa: LLMs, chain data, covenants, zk proofs — pay per call, no API key installs: pypi:k402-mcp | remote:https://x402-compute.68cxgfyr0.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-kali123411-k402 - io.github.Kali123411/kx402 (io.github.Kali123411/kx402@0.1.1) Kaspa x402 agent payer — pay x402 v2 services on Kaspa (KAS) per call, no account or API key installs: npm:kx402 detail: https://mcpindex.ai/server/io-github-kali123411-kx402 - io.github.KamaruSama/mcp-google-forms (io.github.KamaruSama/mcp-google-forms@1.0.1) 19 tools for Google Forms: create quizzes, add questions, set answer keys, read responses. installs: pypi:mcp-google-forms detail: https://mcpindex.ai/server/io-github-kamarusama-mcp-google-forms - io.github.KamaruSama/mcp-screenshot (io.github.KamaruSama/mcp-screenshot@1.0.1) Take Wayland screenshots via grim/slurp. Full screen, region, or interactive crop. installs: pypi:mcp-screenshot detail: https://mcpindex.ai/server/io-github-kamarusama-mcp-screenshot - io.github.KamaruSama/mcp-sudo (io.github.KamaruSama/mcp-sudo@1.0.1) Run sudo commands with a Fernet-encrypted password bound to machine-id + user. installs: pypi:mcp-sudo detail: https://mcpindex.ai/server/io-github-kamarusama-mcp-sudo - io.github.KarstenKreh/standby-design-mcp (io.github.KarstenKreh/standby-design-mcp@0.1.5) Generate design systems: OKLCH color palettes, fluid type scales, spacing, shape and icon tokens. installs: npm:standby-design-mcp | remote:https://mcp.standby.design/mcp detail: https://mcpindex.ai/server/io-github-karstenkreh-standby-design-mcp - io.github.Kastalien-Research/thoughtbox (io.github.Kastalien-Research/thoughtbox@1.0.3) Extended reasoning with structured processes, persistence, and workflow guidance installs: npm:@kastalien-research/thoughtbox detail: https://mcpindex.ai/server/io-github-kastalien-research-thoughtbox - GeniusFlow Federation (io.github.Kaydeep0/geniusflow-federation@1.0.0) Settlement verify-wire: re-check published claims, admit or refuse by named limb. installs: remote:https://geniusflow-federation.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-kaydeep0-geniusflow-federation - Martin Loop (io.github.Keesan12/martin-loop@0.3.9) Governed MCP server for AI coding agents with budgets, verifier gates, and inspectable runs. installs: npm:@martinloop/mcp detail: https://mcpindex.ai/server/io-github-keesan12-martin-loop - Sundr Repair Advisor (io.github.KeithWyatt/sundr-mcp@0.2.2) Repair or replace? Get device repair costs, local shops, trade-in values. installs: npm:sundr-mcp detail: https://mcpindex.ai/server/io-github-keithwyatt-sundr-mcp - Digilent WaveForms MCP Server (io.github.KenosInc/dwf-mcp-server@0.2.1) MCP server for Digilent WaveForms instruments (oscilloscope, AWG, logic analyzer). installs: docker:ghcr.io/kenosinc/dwf-mcp-server:0.2.1 detail: https://mcpindex.ai/server/io-github-kenosinc-dwf-mcp-server - sigrok MCP Server (io.github.KenosInc/sigrok-mcp-server@0.2.0) Wraps sigrok-cli for signal analysis: capture data, decode protocols, and query instruments. installs: docker:ghcr.io/kenosinc/sigrok-mcp-server:0.2.0 detail: https://mcpindex.ai/server/io-github-kenosinc-sigrok-mcp-server - OpenTakeoff (io.github.Kentucky-ai/opentakeoff@0.9.38) Construction takeoff for AI agents: load plans, set scale, measure, count, export with provenance. installs: npm:opentakeoff-mcp detail: https://mcpindex.ai/server/io-github-kentucky-ai-opentakeoff - GDPR Shift-Left Compliance (io.github.KevinRabun/GDPRShiftLeftMCP@0.4.0) GDPR compliance MCP server - article lookup, DPIA, ROPA, DSR, IaC analysis, Bicep templates. installs: pypi:gdpr-shift-left-mcp detail: https://mcpindex.ai/server/io-github-kevinrabun-gdprshiftleftmcp - io.github.Kevinx702/agentcite (io.github.Kevinx702/agentcite@0.1.1) Fabrication-free, DOI-backed citations for AI agents — real openAlex sources, never hallucinated. installs: npm:agentcite-mcp detail: https://mcpindex.ai/server/io-github-kevinx702-agentcite - io.github.Kevinx702/legalcite (io.github.Kevinx702/legalcite@0.1.0) Verify legal case citations against real court records; flag fake/hallucinated cites. installs: npm:legalcite-mcp detail: https://mcpindex.ai/server/io-github-kevinx702-legalcite - io.github.KimHyeongRae0/orangerail (io.github.KimHyeongRae0/orangerail@0.1.4) Turns your Prisma schema into typed MCP tools, with destructive writes gated behind human approval installs: npm:orangerail detail: https://mcpindex.ai/server/io-github-kimhyeongrae0-orangerail - WHOIS (io.github.KincaidYang/whois@1.2.0) Query WHOIS/RDAP information for domains, IP addresses, CIDR prefixes and ASNs. Self-hostable. installs: remote:https://whois.ddnsip.cn/mcp detail: https://mcpindex.ai/server/io-github-kincaidyang-whois - io.github.Kind-ling/twig (io.github.Kind-ling/twig@0.4.2) MCP server quality scoring and optimization for the agent economy. installs: npm:@kind-ling/twig detail: https://mcpindex.ai/server/io-github-kind-ling-twig - io.github.Kindora-PBC/foundation-discovery (io.github.Kindora-PBC/foundation-discovery@0.1.0) Foundation discovery and grant intelligence for nonprofits. 174K+ US funders, IRS 990 data. installs: remote:https://kindora-mcp.azurewebsites.net/mcp/ detail: https://mcpindex.ai/server/io-github-kindora-pbc-foundation-discovery - Certvas — African & EM Markets (io.github.KingMandase/certvas@1.0.2) License-clean African & EM data as citable agent tools: company fundamentals, tenders (OCDS), macro. installs: remote:https://dataco-mcp.northtide.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-kingmandase-certvas - io.github.KingPeque/coinvoyage (io.github.KingPeque/coinvoyage@0.1.2) CoinVoyage MCP — create crypto PayOrders, webhooks, swaps across Bitcoin/Solana/EVM chains. installs: npm:@kingpeque/coinvoyage-mcp detail: https://mcpindex.ai/server/io-github-kingpeque-coinvoyage - UI Design to Code (io.github.Kinglions/ui-design-to-code-mcp@0.1.12) Design-to-code artifact pipeline for UI screenshots, Figma node data, and visual review. installs: npm:ui-design-to-code-mcp detail: https://mcpindex.ai/server/io-github-kinglions-ui-design-to-code-mcp - io.github.Kinnectd/a2me-mcp-server (io.github.Kinnectd/a2me-mcp-server@1.0.0) Read-only A2Me family context tools for AI assistants (members, dates, activity, relationships) installs: remote:https://mcp.a2me.app/mcp detail: https://mcpindex.ai/server/io-github-kinnectd-a2me-mcp-server - io.github.Kisyntra/agent-sudo-mcp (io.github.Kisyntra/agent-sudo-mcp@0.5.6) MCP adapter for Agent_Sudo: authorization, delegation, provenance, and audit for AI agents. installs: pypi:agent-sudo-mcp detail: https://mcpindex.ai/server/io-github-kisyntra-agent-sudo-mcp - io.github.KittyCAD/zoo-mcp (io.github.KittyCAD/zoo-mcp@0.19.0) An MCP server that provides access to the Zoo API for various CAD operations and tools. installs: pypi:zoo_mcp detail: https://mcpindex.ai/server/io-github-kittycad-zoo-mcp - io.github.Klawdik/forex-mobile (io.github.Klawdik/forex-mobile@1.0.2) Forex broker data, comparisons, recommendations & live rates for AI agents. installs: npm:forex-mobile-mcp detail: https://mcpindex.ai/server/io-github-klawdik-forex-mobile - io.github.KmOnBeIbI31/verifactu-mcp (io.github.KmOnBeIbI31/verifactu-mcp@0.1.1) MCP server para VeriFactu (AEAT). Facturación electrónica española desde Claude Code. installs: pypi:verifactu-mcp detail: https://mcpindex.ai/server/io-github-kmonbeibi31-verifactu-mcp - io.github.KnockOutEZ/wigolo (io.github.KnockOutEZ/wigolo@0.2.1) Local-first web intelligence MCP server for AI coding agents installs: npm:wigolo detail: https://mcpindex.ai/server/io-github-knockoutez-wigolo - Kochava for Advertisers — Official MCP Server (io.github.Kochava/kochava-for-advertisers-mcp-server@1.0.45) No account needed — connect, sign up, and query mobile attribution data from any AI tool installs: remote:https://analytics.mcp.kochava.com/mcp detail: https://mcpindex.ai/server/io-github-kochava-kochava-for-advertisers-mcp-server - io.github.Koneisto/HomeAssistant-Light-MCP (io.github.Koneisto/HomeAssistant-Light-MCP@0.6.1) Control Home Assistant lights and scenes. Lights only by design for safety. installs: npm:ha-mcp-server detail: https://mcpindex.ai/server/io-github-koneisto-homeassistant-light-mcp - io.github.Koneisto/no-as-a-service (io.github.Koneisto/no-as-a-service@1.0.2) 1000+ creative ways to say no. Polite, humorous, professional rejection responses. installs: npm:no-as-service detail: https://mcpindex.ai/server/io-github-koneisto-no-as-a-service - Korext: AI Code Governance (io.github.Korext/governance@3.0.1) Governance copilot for AI-assisted coding. 72 packs, 532 rules, proof bundles. installs: npm:korext | remote:https://app.korext.com/api/mcp detail: https://mcpindex.ai/server/io-github-korext-governance - Japan Real Estate Market Data (io.github.KoumeKoubou/japan-realestate@1.0.0) Japan real estate data: transactions, land prices, vacancy, hazard, zoning & more. installs: remote:https://mcp-server-japan-realestate.x7k9m.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-koumekoubou-japan-realestate - io.github.KoyoYeager/pystub (io.github.KoyoYeager/pystub@0.1.1) Auto-detect stubbable packages for Python exe builds and generate minimal stub code installs: pypi:mcp-pystub detail: https://mcpindex.ai/server/io-github-koyoyeager-pystub - io.github.Kromatic-Innovation/fermi (io.github.Kromatic-Innovation/fermi@1.0.0) Calibrated probability distributions from natural-language questions via REST and MCP. installs: remote:https://fermi.krobar.ai/mcp/sse/ detail: https://mcpindex.ai/server/io-github-kromatic-innovation-fermi - Topos (io.github.Krv-Labs/topos@0.5.1) Structural code-quality tools for AI coding agents. installs: pypi:topos-mcp detail: https://mcpindex.ai/server/io-github-krv-labs-topos - io.github.KryptosAI/agent-observability (io.github.KryptosAI/agent-observability@1.0.7) Trace AI agent execution: every tool call, every error, every dollar. Open source, local-first. installs: npm:agent-obs detail: https://mcpindex.ai/server/io-github-kryptosai-agent-observability - KrystalView Analytics (io.github.KrystalView/krystalview@0.1.6) Read-only MCP access to sessions, funnels, campaigns, errors, live visitors, and anomalies. installs: pypi:krystalview-mcp | remote:https://krystalview.com/mcp detail: https://mcpindex.ai/server/io-github-krystalview-krystalview - SuperSend (io.github.Ktryberceo/mcp-server@0.1.1) Manage contacts, campaigns, senders, and deliverability via SuperSend API installs: remote:https://mcp.supersend.io/mcp detail: https://mcpindex.ai/server/io-github-ktryberceo-mcp-server - Agentic Prompt (io.github.KunaniGaming/agentic-prompt@1.0.0) 1,177 free agentic trading prompts for Claude and Robinhood MCP. installs: remote:https://agentic-prompt.com/mcp detail: https://mcpindex.ai/server/io-github-kunanigaming-agentic-prompt - Helvetic Research (io.github.KushPatil22/helvetic-research@1.0.0) Research-only MCP server: turn your AI into a quant research desk — backtests, no trades. installs: remote:https://helveticresearch.com/mcp detail: https://mcpindex.ai/server/io-github-kushpatil22-helvetic-research - io.github.KuudoAI/amazon_ads_mcp (io.github.KuudoAI/amazon_ads_mcp@0.3.29) Amazon Ads API MCP server for Amazon Advertising API installs: remote:https://{HOSTNAME}/mcp detail: https://mcpindex.ai/server/io-github-kuudoai-amazon-ads-mcp - io.github.KylinMountain/web-fetch-mcp (io.github.KylinMountain/web-fetch-mcp@0.1.1) MCP server for web content fetching, summarizing, comparing, and extracting information installs: npm:web-fetch-mcp detail: https://mcpindex.ai/server/io-github-kylinmountain-web-fetch-mcp - io.github.KyuRish/mcp-dashboards (io.github.KyuRish/mcp-dashboards@2.4.0) 45+ interactive charts, dashboards, flowcharts, and KPIs inside any AI conversation installs: npm:mcp-dashboards detail: https://mcpindex.ai/server/io-github-kyurish-mcp-dashboards - io.github.KyuRish/patreon-mcp-server (io.github.KyuRish/patreon-mcp-server@0.1.1) Access your Patreon creator data - campaigns, patrons, tiers, and posts. installs: pypi:patreon-mcp-server detail: https://mcpindex.ai/server/io-github-kyurish-patreon-mcp-server - io.github.Kzino/vorim-mcp-server (io.github.Kzino/vorim-mcp-server@1.1.2) AI agent identity, permissions, trust scores, and tamper-evident audit trails via Vorim AI installs: npm:@vorim/mcp-server detail: https://mcpindex.ai/server/io-github-kzino-vorim-mcp-server - Spritesheet Forge (io.github.LAXY9887/spritesheet-forge@1.0.0) Game-dev sprite tools: PNG/GIF to spritesheet, split, trim, animate. OAuth-authenticated MCP server. installs: remote:https://mcp.clawstudiouo.com/mcp detail: https://mcpindex.ai/server/io-github-laxy9887-spritesheet-forge - Designesy (io.github.LE-VAI/designesy-org@1.9.4) Score any URL against a real design contract — 40 checks, A-F grade, token + motion validation. installs: pypi:designesy-mcp | remote:https://www.designesy.org/api/mcp detail: https://mcpindex.ai/server/io-github-le-vai-designesy-org - io.github.LEOyrh/mcp-atlas (io.github.LEOyrh/mcp-atlas@0.1.5) Query 155 verified US county parcel ArcGIS REST endpoints for owner/APN lookup. No API key needed. installs: npm:@urbankitstudio/mcp-atlas detail: https://mcpindex.ai/server/io-github-leoyrh-mcp-atlas - Motor Current Signature Analysis (io.github.LGDiMaggio/mcp-server-mcsa@0.2.1) MCP server for Motor Current Signature Analysis — fault detection in electric motors installs: pypi:mcp-server-mcsa detail: https://mcpindex.ai/server/io-github-lgdimaggio-mcp-server-mcsa - Predictive Maintenance (io.github.LGDiMaggio/predictive-maintenance-mcp@0.12.0) Industrial vibration analysis, bearing fault diagnosis, ISO 20816, and ML anomaly detection installs: pypi:predictive-maintenance-mcp detail: https://mcpindex.ai/server/io-github-lgdimaggio-predictive-maintenance-mcp - LION Trend Intent MCP (io.github.LIONMASTER20/lion-mcp@1.0.0) Read-only x402-paid trend-intent MCP tools for JSON and CSV signals. installs: remote:https://gleaming-cassata-d41682.netlify.app/api/mcp detail: https://mcpindex.ai/server/io-github-lionmaster20-lion-mcp - NetLicensing MCP Server (io.github.Labs64/netlicensing-mcp@0.1.9) Labs64 NetLicensing MCP server for AI-driven software license lifecycle management. installs: pypi:netlicensing-mcp detail: https://mcpindex.ai/server/io-github-labs64-netlicensing-mcp - Credence — Epistemic Guard (io.github.Lakshmi-Chakradhar-Vijayarao/credence@1.2.5) Epistemic guard for AI coding: tracks uncertain values and blocks writes until verified. installs: pypi:credence-guard detail: https://mcpindex.ai/server/io-github-lakshmi-chakradhar-vijayarao-credence - io.github.LanceRoylo/mcp (io.github.LanceRoylo/mcp@0.1.2) AEO scoring, llms.txt audit, and agent-readiness checks for AI agents. installs: npm:@neverranked/mcp detail: https://mcpindex.ai/server/io-github-lanceroylo-mcp - Boundary Guard x402 (io.github.LarryLemonBot/boundary-guard-x402@0.1.0) MCP tools for x402 readiness, paid-path probes, launch packs, and trust receipts. installs: remote:https://x402-resource-scanner.vercel.app/mcp detail: https://mcpindex.ai/server/io-github-larrylemonbot-boundary-guard-x402 - GateCheck by LarryBuildsAI (io.github.LarryLemonBot/gatecheck@0.1.3) One-cent x402 and MCP readiness checks plus fixed-price marketplace launch packs. installs: remote:https://proofbeforepay.vercel.app/gatecheck/mcp detail: https://mcpindex.ai/server/io-github-larrylemonbot-gatecheck - ResultRail by LarryBuildsAI (io.github.LarryLemonBot/resultrail@0.1.2) Five-to-twelve-cent source-attributed public URL and domain result packs for AI agents. installs: remote:https://proofbeforepay.vercel.app/resultrail/mcp detail: https://mcpindex.ai/server/io-github-larrylemonbot-resultrail - Signal Desk by LarryBuildsAI (io.github.LarryLemonBot/signal-desk@0.1.3) One-to-three-cent spend routing, lead research, token-risk, and agent-tool comparison preflights. installs: remote:https://proofbeforepay.vercel.app/revenue/mcp detail: https://mcpindex.ai/server/io-github-larrylemonbot-signal-desk - Queue Pilot (io.github.LarsCowe/queue-pilot@0.5.1) MCP server for RabbitMQ and Kafka message inspection with JSON Schema validation installs: npm:queue-pilot detail: https://mcpindex.ai/server/io-github-larscowe-queue-pilot - Eli (io.github.Larshiensch99/eli@1.0.0) AI ops team for founders: approvals queue, inbox triage, briefing, follow-up drafting. installs: remote:https://app.hireeli.io/mcp detail: https://mcpindex.ai/server/io-github-larshiensch99-eli - FlowVolt (io.github.Larshiensch99/flowvolt@1.0.0) Cold engine for B2B founders. Detects buying signals, drafts outreach, books qualified meetings. installs: remote:https://flowvolt-strike-engine.vercel.app/mcp detail: https://mcpindex.ai/server/io-github-larshiensch99-flowvolt - io.github.Larshiensch99/priceparse (io.github.Larshiensch99/priceparse@0.1.0) Extract structured pricing tiers and addons from any SaaS pricing page URL. Built for AI agents. installs: remote:https://api.priceparse.com/mcp/ detail: https://mcpindex.ai/server/io-github-larshiensch99-priceparse - MysticAPI (io.github.Latimer-Woods-Tech/mysticapi@0.2.0) Human Design & astrology engine: bodygraph, personal-sky SVG, today's sky. JPL ephemeris. installs: remote:https://mysticapi.com/mcp detail: https://mcpindex.ai/server/io-github-latimer-woods-tech-mysticapi - Word Is Bond (io.github.Latimer-Woods-Tech/wordis-bond@0.1.0) Test the voice agents you run: scored transcripts, pass/fail verdicts, latency and WER metrics. installs: remote:https://api.wordis-bond.com/mcp detail: https://mcpindex.ai/server/io-github-latimer-woods-tech-wordis-bond - io.github.LeassTaTT/servicenow-mcp-ai (io.github.LeassTaTT/servicenow-mcp-ai@2.0.0) ServiceNow MCP server — 67 tools over the full REST surface, every auth method, flows, diagrams. installs: npm:servicenow-mcp-ai detail: https://mcpindex.ai/server/io-github-leasstatt-servicenow-mcp-ai - io.github.LembaGang/headless-oracle (io.github.LembaGang/headless-oracle@5.0.0) Ed25519-signed market open/close receipts for NYSE, NASDAQ, LSE, JPX, Euronext, HKEX, and SGX. installs: remote:https://headlessoracle.mmsebenzi-oracle.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-lembagang-headless-oracle - io.github.LembaGang/headless-oracle-mcp (io.github.LembaGang/headless-oracle-mcp@1.0.3) Ed25519-signed market-state receipts for 28 exchanges. Fail-closed pre-trade gate. installs: npm:headless-oracle-mcp detail: https://mcpindex.ai/server/io-github-lembagang-headless-oracle-mcp - io.github.LeoMbm/malt-mcp (io.github.LeoMbm/malt-mcp@0.3.1) MCP server for Malt.fr. Read your freelance profile, stats, and missions from Claude. installs: pypi:malt-mcp detail: https://mcpindex.ai/server/io-github-leombm-malt-mcp - io.github.LeonTing1010/haplane (io.github.LeonTing1010/haplane@0.4.1) 鸿蒙 HAP 签名部署 MCP:面向鸿蒙应用开发者,真机调试一键签装,也走华为邀测/上架。中性工具+可订阅源,本地 stdio。 installs: npm:haplane detail: https://mcpindex.ai/server/io-github-leonting1010-haplane - NeuroFlow MCP (io.github.LeonardoCesca/neuroflow-mcp@0.1.1) Local-first MCP server for guided goals, microtasks, and lower cognitive-load flows. installs: npm:neuroflow-mcp detail: https://mcpindex.ai/server/io-github-leonardocesca-neuroflow-mcp - FlatWay Property Estimator (io.github.Lfaykus/flatway-estimate@1.2.0) French property prices, market trends & live listings for any French address. Powered by DVF data. installs: remote:https://mcp.flatway.fr/sse detail: https://mcpindex.ai/server/io-github-lfaykus-flatway-estimate - io.github.Licinexus/mcp (io.github.Licinexus/mcp@0.1.2) Brazilian public procurement (PNCP) and Federal Revenue CNPJ data — 16 tools, 4 prompts. installs: npm:@licinexusbr/mcp detail: https://mcpindex.ai/server/io-github-licinexus-mcp - Lightyear CryptoPunks (io.github.Lightyear-Technologies-Limited/cryptopunks@1.0.0) Browse traits, filter 10K punks, listings, bids, Merkle roots, and bid pricing for CryptoPunks. installs: remote:https://punks.lightyear.build/api/mcp detail: https://mcpindex.ai/server/io-github-lightyear-technologies-limited-cryptopunks - Novence (io.github.LincChad/novence-mcp@0.1.0) Hosted MCP for creating, checking, deploying, and hosting static sites for AI agents. installs: remote:https://api.novence.ai/mcp detail: https://mcpindex.ai/server/io-github-lincchad-novence-mcp - SISTRIX SEO Toolbox (io.github.Liohtml/sistrix-mcp@0.1.1) Curated SISTRIX SEO tools: visibility, rankings, keywords, backlinks, AI visibility, Amazon data. installs: docker:ghcr.io/liohtml/sistrix-mcp:v0.1.1 detail: https://mcpindex.ai/server/io-github-liohtml-sistrix-mcp - io.github.LiquiHog/hogswap-mcp (io.github.LiquiHog/hogswap-mcp@0.4.0) Pay any Algorand x402 invoice with any asset, plus DEX swap quotes and unsigned builds. installs: npm:hogswap-mcp | remote:https://hogswap-v1.liquihog.dev/mcp/ detail: https://mcpindex.ai/server/io-github-liquihog-hogswap-mcp - io.github.Lisleabrahams/symbols-of-wealth-studio (io.github.Lisleabrahams/symbols-of-wealth-studio@1.0.0) World-class creative social media content studio, powered by AI. installs: remote:https://symbols-of-wealth-studio-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-lisleabrahams-symbols-of-wealth-studio - Fuse (io.github.Litenova-Solutions/fuse@4.4.0) Local .NET compiler verification, change impact, and typed wiring for AI agents. installs: manual detail: https://mcpindex.ai/server/io-github-litenova-solutions-fuse - io.github.LizzleChen/local-dfw-mcp (io.github.LizzleChen/local-dfw-mcp@0.2.4) Your AI's DFW guide: events, appraisals, Dallas 311, crime, floods, schools, utilities, districts. installs: npm:local-dfw-mcp detail: https://mcpindex.ai/server/io-github-lizzlechen-local-dfw-mcp - LocalPro — Verified US Local Service Provider Data (io.github.LocalProDev/local-services@2.1.0) Verified US local service providers across 10 home-services trades. Ratings, hours, no API key. installs: remote:https://mcp.localpro.dev/mcp detail: https://mcpindex.ai/server/io-github-localprodev-local-services - io.github.LockSpec/lockspec (io.github.LockSpec/lockspec@1.0.1) MCP server giving AI coding agents version-pinned API context from your OpenAPI specs. installs: npm:lockspec detail: https://mcpindex.ai/server/io-github-lockspec-lockspec - io.github.LofiFren/picocalc-mcp (io.github.LofiFren/picocalc-mcp@0.1.1) AI assistant access to PicoCalc MicroPython hardware over USB. installs: pypi:picocalc-mcp detail: https://mcpindex.ai/server/io-github-lofifren-picocalc-mcp - io.github.LogicTreeInc/data247 (io.github.LogicTreeInc/data247@1.0.0) Phone carrier lookup, append, verification, DNC, and fraud data services. installs: remote:https://mcp.data247.com detail: https://mcpindex.ai/server/io-github-logictreeinc-data247 - best-cad-mcp (io.github.LokmenoWer/best-cad-mcp@1.7.0) Windows AutoCAD MCP server for handle-first CAD automation, validation, and drawing exports. installs: pypi:best-cad-mcp detail: https://mcpindex.ai/server/io-github-lokmenower-best-cad-mcp - io.github.LordMendes/lgpd-mcp (io.github.LordMendes/lgpd-mcp@0.1.0) MCP Server para conformidade LGPD. Ferramentas de bases legais, consentimento, PIA e políticas. installs: npm:@lordmendes/lgpd-mcp detail: https://mcpindex.ai/server/io-github-lordmendes-lgpd-mcp - FateStar Ziwei (io.github.LouisLin0723/fatestar-ziwei@2.0.0) Zi Wei Dou Shu for AI agents: free natal charts, six transit levels, and optional readings. installs: remote:https://www.fatestar.top/api/mcp detail: https://mcpindex.ai/server/io-github-louislin0723-fatestar-ziwei - MCP AST Explorer (io.github.LovRanRan/mcp-ast-explorer@0.1.0) Python symbol exploration for codebase onboarding agents. installs: pypi:mcp-ast-explorer detail: https://mcpindex.ai/server/io-github-lovranran-mcp-ast-explorer - MCP Test Runner (io.github.LovRanRan/mcp-test-runner@0.1.0) Local test execution and coverage summaries for onboarding agents. installs: pypi:lovranran-mcp-test-runner detail: https://mcpindex.ai/server/io-github-lovranran-mcp-test-runner - Render Useful MCP (io.github.LuSrodri/render-useful-mcp@1.4.0) MCP server for the Render Public API: all 207 endpoints plus workflow tools. installs: npm:render-useful-mcp detail: https://mcpindex.ai/server/io-github-lusrodri-render-useful-mcp - io.github.Luckycat133/traecnclaw (io.github.Luckycat133/traecnclaw@0.3.1) MCP server for TraeCN desktop automation: task delegation, model control, dialogs, code review. installs: npm:traecnclaw detail: https://mcpindex.ai/server/io-github-luckycat133-traecnclaw - VIES Smoother (io.github.Lucrumist/vies-smoother@0.1.0) SLA'd EU VAT validation on VIES. Honest 3-state result, never guesses. 100 free lookups. installs: remote:https://vantane.com/mcp detail: https://mcpindex.ai/server/io-github-lucrumist-vies-smoother - Kaval (io.github.LufeMC/kaval@0.7.1) Verify the facts an agent's action depends on before it acts — ALLOW, REVIEW, or BLOCK. installs: npm:@usekaval/mcp detail: https://mcpindex.ai/server/io-github-lufemc-kaval - DROPMIND · Arena de Agentes (io.github.LuisEBautistaR/dropmind-mcp@0.1.1) Opera mercados de predicción como agente de IA. Stake play-money; fee vía MPP/Tempo (402). installs: pypi:dropmind-mcp detail: https://mcpindex.ai/server/io-github-luisebautistar-dropmind-mcp - Crypto Price MCP (io.github.Lulu-The-Narwhal/crypto-price-mcp@0.1.1) Free, keyless live cryptocurrency prices, market cap, and 24h change via CoinGecko. installs: remote:https://ads.getlulu.dev/crypto/mcp detail: https://mcpindex.ai/server/io-github-lulu-the-narwhal-crypto-price-mcp - Dali by Lulu (io.github.Lulu-The-Narwhal/dali@0.6.1) The prediction MCP — score your prompt before you generate, so you never waste a credit. installs: pypi:dali-mcp | remote:https://dali.getlulu.dev/mcp detail: https://mcpindex.ai/server/io-github-lulu-the-narwhal-dali - Domain RDAP MCP (io.github.Lulu-The-Narwhal/domain-rdap-mcp@0.1.1) Free, keyless domain registration lookup via RDAP: registered, available, registrar, expiration. installs: remote:https://ads.getlulu.dev/domain/mcp detail: https://mcpindex.ai/server/io-github-lulu-the-narwhal-domain-rdap-mcp - Holidays MCP (io.github.Lulu-The-Narwhal/holidays-mcp@0.1.1) Free, keyless public holidays lookup for any country and year, plus single-date holiday checks. installs: remote:https://ads.getlulu.dev/holidays/mcp detail: https://mcpindex.ai/server/io-github-lulu-the-narwhal-holidays-mcp - Lulu Ads — Publisher Concierge (io.github.Lulu-The-Narwhal/lulu-ads@0.2.0) Self-serve publisher onboarding for Lulu Ads. 70% CPA, disclosed sponsored field. installs: remote:https://ads.getlulu.dev/mcp detail: https://mcpindex.ai/server/io-github-lulu-the-narwhal-lulu-ads - Postal Lookup MCP (io.github.Lulu-The-Narwhal/postal-lookup-mcp@0.1.1) Free, keyless postal/ZIP code lookup: place name(s), state/region, and coordinates. installs: remote:https://ads.getlulu.dev/postal/mcp detail: https://mcpindex.ai/server/io-github-lulu-the-narwhal-postal-lookup-mcp - io.github.LumabyteCo/clarifyprompt (io.github.LumabyteCo/clarifyprompt@1.1.3) AI prompt optimization for 58+ platforms across 7 categories with custom platforms installs: npm:clarifyprompt-mcp detail: https://mcpindex.ai/server/io-github-lumabyteco-clarifyprompt - io.github.LumiRx/5arz-proof-of-human (io.github.LumiRx/5arz-proof-of-human@1.0.0) Prove a real, unique human performed an action; mint a signed, verifiable Proof-of-Human credential. installs: remote:https://mcp.5arz.com detail: https://mcpindex.ai/server/io-github-lumirx-5arz-proof-of-human - io.github.Lungshot/ninjaone (io.github.Lungshot/ninjaone@1.2.9) MCP server for NinjaONE RMM with device management, monitoring, and automation installs: manual detail: https://mcpindex.ai/server/io-github-lungshot-ninjaone - CaseNode Case Law API (io.github.LuptonM/casenode-legal-graph@1.0.1) UK case law MCP (21 tools). Free API key: casenode.ai/api/signup → Dashboard → API keys. installs: remote:https://api.casenode.ai/mcp detail: https://mcpindex.ai/server/io-github-luptonm-casenode-legal-graph - io.github.Lyellr88/buddy-mcp (io.github.Lyellr88/buddy-mcp@1.4.4) Claude Code creature collection game. Hatch buddies, pet to boost roll luck, complete the BuddyDex. installs: npm:@lyellr88/buddy-mcp detail: https://mcpindex.ai/server/io-github-lyellr88-buddy-mcp - io.github.Lykhoyda/ask-antigravity (io.github.Lykhoyda/ask-antigravity@0.6.0) Bridge Claude with Google's Antigravity CLI (agy) for code review and second opinions installs: npm:@ask-llm/antigravity-mcp detail: https://mcpindex.ai/server/io-github-lykhoyda-ask-antigravity - io.github.Lykhoyda/ask-ollama (io.github.Lykhoyda/ask-ollama@0.5.5) Bridge Claude with local Ollama LLMs for private AI-to-AI collaboration — no API keys, fully local installs: npm:@ask-llm/ollama-mcp detail: https://mcpindex.ai/server/io-github-lykhoyda-ask-ollama - YAP — Yet Another Packager (io.github.M0Rf30/yap@2.5.6) Build native Linux packages (.deb/.rpm/.apk/.pkg.tar.zst) from a single PKGBUILD via MCP. installs: docker:ghcr.io/m0rf30/yap-mcp:2.5.6 detail: https://mcpindex.ai/server/io-github-m0rf30-yap - io.github.MAG-Cie/mcp-microsoft-todo (io.github.MAG-Cie/mcp-microsoft-todo@1.2.2) MCP server for Microsoft To Do via Microsoft Graph. MSAL device code flow, no client secret needed. installs: npm:@mag-cie/mcp-microsoft-todo detail: https://mcpindex.ai/server/io-github-mag-cie-mcp-microsoft-todo - io.github.MAIAS-project/maias (io.github.MAIAS-project/maias@0.5.1) Validate, query, safely edit, and wireframe MAIAS app-IA documents: cascading renames, atomic edits. installs: npm:@maias/mcp detail: https://mcpindex.ai/server/io-github-maias-project-maias - io.github.MALeitch/live-chemdraw-mcp (io.github.MALeitch/live-chemdraw-mcp@1.2.0) Connects AI assistants to a live ChemDraw window on Windows via COM automation. installs: manual detail: https://mcpindex.ai/server/io-github-maleitch-live-chemdraw-mcp - io.github.MCFLAMINGO/local-intel (io.github.MCFLAMINGO/local-intel@1.2.0) Hyperlocal business intelligence for AI agents. 20 MCP tools. Florida-first, Sunbelt expansion. installs: remote:https://gsb-swarm-production.up.railway.app/api/local-intel/mcp detail: https://mcpindex.ai/server/io-github-mcflamingo-local-intel - io.github.MCP-Hive/mcp-hive-proxy (io.github.MCP-Hive/mcp-hive-proxy@1.0.0) MCP Hive is a gateway to paid commercial-grade MCP servers. Learn more at https://mcp-hive.com installs: npm:@mcp-hive-utils/proxy detail: https://mcpindex.ai/server/io-github-mcp-hive-mcp-hive-proxy - MCP Agentic Wallet — open-source session management for x402 (io.github.MCPVOT/mcp-agentic-wallet@1.0.1) Open-source EIP-2612 Permit-based wallet sessions for AI agents using MCP. installs: manual detail: https://mcpindex.ai/server/io-github-mcpvot-mcp-agentic-wallet - io.github.MITDEVPRO/finanzas-mcp (io.github.MITDEVPRO/finanzas-mcp@0.1.3) 25 calculadoras financieras en español: ratios, WACC, DCF, VAN/TIR, DuPont y tributario Chile installs: pypi:finanzas-mcp detail: https://mcpindex.ai/server/io-github-mitdevpro-finanzas-mcp - Silpo MCP Server (io.github.MIt9/silpo-mcp@1.1.0) MCP server for Silpo online supermarket: products, cart, delivery, recipes. installs: npm:silpo-mcp detail: https://mcpindex.ai/server/io-github-mit9-silpo-mcp - io.github.MK3Core/flickr-mcp (io.github.MK3Core/flickr-mcp@0.2.1) Flickr MCP server — tag photos, write descriptions, set titles, and add photos to groups using AI. installs: npm:flickr-mcp detail: https://mcpindex.ai/server/io-github-mk3core-flickr-mcp - io.github.MMasey/atag-mcp (io.github.MMasey/atag-mcp@1.0.2) ATAG 2.0 (Authoring Tool Accessibility Guidelines) guidance for authoring tool developers installs: npm:atag-mcp detail: https://mcpindex.ai/server/io-github-mmasey-atag-mcp - io.github.MR901/mcp-plots (io.github.MR901/mcp-plots@0.0.3) MCP server for data visualization with Mermaid charts. installs: pypi:mcp-plots detail: https://mcpindex.ai/server/io-github-mr901-mcp-plots - io.github.MR901/plots-mcp (io.github.MR901/plots-mcp@0.0.1) MCP server for data visualization with Mermaid charts. installs: pypi:mcp-plots detail: https://mcpindex.ai/server/io-github-mr901-plots-mcp - io.github.MS-Teja/glyphic (io.github.MS-Teja/glyphic@1.0.2) Generate 18 diagram types from structured JSON natively. Built for LLMs and agents. installs: npm:@glyphicjs/mcp-server detail: https://mcpindex.ai/server/io-github-ms-teja-glyphic - io.github.MUSE-CODE-SPACE/content-genie (io.github.MUSE-CODE-SPACE/content-genie@2.9.4) AI Content Creation Assistant for Korean creators - Trend analysis & SEO installs: npm:content-genie-mcp detail: https://mcpindex.ai/server/io-github-muse-code-space-content-genie - io.github.MUSE-CODE-SPACE/test-genie (io.github.MUSE-CODE-SPACE/test-genie@2.0.3) AI-powered app test automation for iOS, Android, Flutter, React Native, Web installs: npm:test-genie-mcp detail: https://mcpindex.ai/server/io-github-muse-code-space-test-genie - io.github.MUSE-CODE-SPACE/vibe-coding (io.github.MUSE-CODE-SPACE/vibe-coding@2.12.1) Auto-document vibe coding sessions - collect, summarize, and publish installs: npm:vibe-coding-mcp detail: https://mcpindex.ai/server/io-github-muse-code-space-vibe-coding - io.github.Maarmapa/storefront-mcp (io.github.Maarmapa/storefront-mcp@1.0.1) E-commerce storefront over MCP: public catalog tools plus token-gated back-office tools. installs: npm:storefront-mcp detail: https://mcpindex.ai/server/io-github-maarmapa-storefront-mcp - Triall (io.github.MaartenRischen/triall@1.0.0) Multiple AIs peer-review and debate your question, then return one fact-checked answer. installs: remote:https://api.triall.ai/mcp detail: https://mcpindex.ai/server/io-github-maartenrischen-triall - io.github.Maha-Strategies/mps-preflight (io.github.Maha-Strategies/mps-preflight@0.1.0) Claim-level provenance preflight for sanitized nonfiction passages; automated triage only. installs: remote:https://www.mahastrategies.com/api/mcp/mps-preflight detail: https://mcpindex.ai/server/io-github-maha-strategies-mps-preflight - tx402 (io.github.Mahesvannan/tx402@0.2.0) Explain Algorand transactions, groups, batches, and account activity with x402. installs: npm:tx402-mcp detail: https://mcpindex.ai/server/io-github-mahesvannan-tx402 - io.github.MananSingh2001/figma-react (io.github.MananSingh2001/figma-react@1.0.3) An MCP server that converts Figma designs into React code. installs: npm:@manansiingh/figma-react-mcp-server detail: https://mcpindex.ai/server/io-github-manansingh2001-figma-react - portview (io.github.Mapika/portview@2.1.0) See what's on your ports, the processes behind them, and diagnose conflicts and leaks. installs: manual detail: https://mcpindex.ai/server/io-github-mapika-portview - Roslyn CodeLens (io.github.MarcelRoozekrans/roslyn-codelens@2.16.1) Roslyn MCP server: semantic .NET/C# intelligence - analysis, refactoring, tests, IL inspection. installs: npm:roslyn-codelens-mcp detail: https://mcpindex.ai/server/io-github-marcelroozekrans-roslyn-codelens - io.github.MarcellM01/tinysearch (io.github.MarcellM01/tinysearch@0.4.0) Self-hosted web research for MCP agents. installs: pypi:tinysuite-search | docker:docker.io/marcellm01/tinysearch:v0.4.0 detail: https://mcpindex.ai/server/io-github-marcellm01-tinysearch - Contazz AutoPilot (io.github.MarcioKorpHub/contazz-autopilot@1.0.0) Brazilian AI-powered accounting & tax automation: NFS-e invoicing, CBS/IBS tax reform, compliance. installs: remote:https://appcontazz.com/api/mcp detail: https://mcpindex.ai/server/io-github-marciokorphub-contazz-autopilot - NeedHuman (io.github.MariusAure/needhuman-mcp@0.3.2) Human-as-a-Service for AI agents. Delegate tasks that need a real human, get results via API. installs: npm:@needhuman/mcp-server | remote:https://needhuman.ai/mcp detail: https://mcpindex.ai/server/io-github-mariusaure-needhuman-mcp - io.github.MarkovianProtocol/provenance (io.github.MarkovianProtocol/provenance@0.1.0) Stamp any data to the Markovian chain for a verifiable provenance receipt. Proves timing, not truth. installs: remote:https://api.quantsynth.net/mcp/ detail: https://mcpindex.ai/server/io-github-markovianprotocol-provenance - Juno Open Health Tools (io.github.MarshallBear1/juno-open-health-tools@1.1.0) Consent-gated tools that turn user health notes into non-diagnostic appointment-prep materials. installs: remote:https://juno-health-tools.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-marshallbear1-juno-open-health-tools - io.github.MarvelNwachukwu/mcp-pear (io.github.MarvelNwachukwu/mcp-pear@0.2.2) MCP server for Pear Protocol: markets, positions, orders, portfolio, and gated trade execution. installs: npm:@marvelcodes/mcp-pear detail: https://mcpindex.ai/server/io-github-marvelnwachukwu-mcp-pear - patternfetch (io.github.MarvinRey7879/patternfetch@0.3.0) US stocks, ETFs, crypto → compact brief: patterns, S/R, regime + base rates vs baseline. Not advice. installs: remote:https://patternfetch.com/mcp detail: https://mcpindex.ai/server/io-github-marvinrey7879-patternfetch - LearnThat MCP (io.github.Masmedeam/learnthat@0.1.0) Remote MCP learning coach for coding agents. installs: remote:https://learnthat-mcp-3bqygzrtsa-uc.a.run.app/mcp detail: https://mcpindex.ai/server/io-github-masmedeam-learnthat - io.github.Massed-Compute/mcp (io.github.Massed-Compute/mcp@1.1.0) Massed Compute MCP — GPU inventory, VM lifecycle, billing, SSH keys, and setup recipes. installs: npm:massed-compute-mcp | pypi:massed-compute-mcp | remote:https://vm.massedcompute.com/api/mcp detail: https://mcpindex.ai/server/io-github-massed-compute-mcp - MotionSpec — verified web motion (reduced-motion / WCAG) (io.github.MasterPlayspots/motionspec@1.2.7) Deterministic motion compiler + validator: reports WCAG 2.2.2 pause-path candidates, fail-closed. installs: npm:motionspec | remote:https://api.motionspec.dev/mcp detail: https://mcpindex.ai/server/io-github-masterplayspots-motionspec - Mastercard Developers MCP (io.github.Mastercard/developers-mcp@0.1.0) Access Mastercard Developers APIs, documentation, and API specifications through MCP. installs: npm:@mastercard/developers-mcp detail: https://mcpindex.ai/server/io-github-mastercard-developers-mcp - NYC Property & Venue API (io.github.MatchupLabs/nyc-api@0.1.2) NYC property intelligence, building violations, and restaurant/venue compliance via MCP. installs: npm:@matchuplabs/nyc-api-mcp detail: https://mcpindex.ai/server/io-github-matchuplabs-nyc-api - io.github.MattJeff/orizn-visa-mcp (io.github.MattJeff/orizn-visa-mcp@1.2.0) Visa requirements for 39,585 passport-destination pairs in 15 languages. Free key, no card. installs: npm:orizn-visa-mcp detail: https://mcpindex.ai/server/io-github-mattjeff-orizn-visa-mcp - io.github.MattKilmer/voteship (io.github.MattKilmer/voteship@0.1.4) Manage feature requests, votes, roadmaps, and changelogs from any MCP client. installs: npm:@voteship/mcp-server detail: https://mcpindex.ai/server/io-github-mattkilmer-voteship - io.github.MattStellisoft/stellify-mcp (io.github.MattStellisoft/stellify-mcp@1.0.6) Build Laravel apps through conversation. Code stored as structured JSON for surgical AI edits. installs: npm:@stellisoft/stellify-mcp detail: https://mcpindex.ai/server/io-github-mattstellisoft-stellify-mcp - io.github.MauroDruwel/smartschool-mcp (io.github.MauroDruwel/smartschool-mcp@0.1.4) Access Smartschool courses, grades, assignments, and messages through the Model Context Protocol installs: pypi:smartschool-mcp detail: https://mcpindex.ai/server/io-github-maurodruwel-smartschool-mcp - io.github.MaxEllis/orcaslicer-mcp (io.github.MaxEllis/orcaslicer-mcp@0.1.9) Work a running OrcaSlicer with AI: slice, tune, and understand what each setting costs installs: pypi:orcaslicer-mcp detail: https://mcpindex.ai/server/io-github-maxellis-orcaslicer-mcp - cxg-census-mcp (io.github.MaxMLang/cxg-census-mcp@0.1.2) MCP server for the CZ CELLxGENE Census. Single-cell, ontology-aware. Community, unaffiliated. installs: pypi:cxg-census-mcp detail: https://mcpindex.ai/server/io-github-maxmlang-cxg-census-mcp - Maximo Enterprise MCP (io.github.MaxisTechnology-Dev/maximo-mcp@1.1.0) MCP server for IBM Maximo, by Maxis Technology — assets, work orders, inventory, purchasing, labor. installs: pypi:maximo-enterprise-mcp detail: https://mcpindex.ai/server/io-github-maxistechnology-dev-maximo-mcp - Carbon Footprint Calculator (io.github.MayankTalwar0/carbon-footprint-mcp@1.0.1) An MCP server for calculating carbon footprints from bank statements using EPA GHG emission factors. installs: pypi:carbon-footprint-mcp detail: https://mcpindex.ai/server/io-github-mayanktalwar0-carbon-footprint-mcp - io.github.MeMikko/hoodgrow-mcp (io.github.MeMikko/hoodgrow-mcp@0.5.1) Robinhood Chain stock token data — price, DeFi depth, holders, corporate actions, trade slippage. installs: npm:hoodgrow-mcp detail: https://mcpindex.ai/server/io-github-memikko-hoodgrow-mcp - io.github.MealMasteryAI/mcp-server (io.github.MealMasteryAI/mcp-server@0.2.4) AI meal planning: generate weekly plans, manage recipes, and send groceries to Kroger. installs: npm:@mealmastery/mcp-server detail: https://mcpindex.ai/server/io-github-mealmasteryai-mcp-server - Wayback Machine (io.github.Mearman/mcp-wayback-machine@3.7.1) MCP server and CLI tool for interacting with the Wayback Machine without API keys installs: npm:mcp-wayback-machine detail: https://mcpindex.ai/server/io-github-mearman-mcp-wayback-machine - io.github.Mediaeater/swarm-at (io.github.Mediaeater/swarm-at@0.7.1) Settlement protocol for AI agent swarms — hash-chained ledger, trust, 48 blueprints, 18 tools installs: pypi:swarm-at-sdk | remote:https://api.swarm.at detail: https://mcpindex.ai/server/io-github-mediaeater-swarm-at - io.github.MelanieABC/misim-tax-research (io.github.MelanieABC/misim-tax-research@0.1.0) Israeli tax research: source-grounded answers with official citations, in Hebrew. installs: remote:https://misim.ai/api/misim/mcp detail: https://mcpindex.ai/server/io-github-melanieabc-misim-tax-research - MeltFlex AI (io.github.MeltFlexDevs/meltflex@0.2.1) AI interior design — restyle rooms, place furniture, and virtually stage spaces from a photo. installs: npm:meltflex-mcp detail: https://mcpindex.ai/server/io-github-meltflexdevs-meltflex - io.github.MendleM/pipepost (io.github.MendleM/pipepost@0.9.0) MCP server to publish to Substack, Ghost, Dev.to, WordPress, LinkedIn + 5 more from Claude Code. installs: npm:pipepost-mcp detail: https://mcpindex.ai/server/io-github-mendlem-pipepost - PraisonAI (io.github.MervinPraison/praisonai@2.3.42) AI Agents Framework with Self Reflection and MCP support installs: pypi:praisonai detail: https://mcpindex.ai/server/io-github-mervinpraison-praisonai - io.github.MetaBrain-Labs/comfyui-mcp-server (io.github.MetaBrain-Labs/comfyui-mcp-server@1.0.1) MCP Server that transforms ComfyUI workflows into AI-callable tools for MCP Host installs: npm:@metabrain-labs/comfyui-mcp-server detail: https://mcpindex.ai/server/io-github-metabrain-labs-comfyui-mcp-server - io.github.Michael-WhiteCapData/ollama-handoff (io.github.Michael-WhiteCapData/ollama-handoff@0.1.2) Offload cheap work from your AI agent to a local Ollama model, at zero cloud cost. installs: pypi:ollama-handoff detail: https://mcpindex.ai/server/io-github-michael-whitecapdata-ollama-handoff - SandboxAPI (io.github.MichielDeRuiter/sandboxapi-mcp@1.0.0) Execute code in 8 languages (Python, JS, TS, Go, Java, C++, C, Bash) in gVisor sandboxes. installs: remote:https://mcp.sandboxapi.dev/mcp detail: https://mcpindex.ai/server/io-github-michielderuiter-sandboxapi-mcp - io.github.Mihkel00/tokven-mcp (io.github.Mihkel00/tokven-mcp@1.0.7) Generate design token systems from a hex color — OKLCH-derived, WCAG-validated, multi-format installs: npm:tokven-mcp detail: https://mcpindex.ai/server/io-github-mihkel00-tokven-mcp - io.github.Mike25app/scaleforge-mcp-meta-ads (io.github.Mike25app/scaleforge-mcp-meta-ads@0.2.3) Meta Ads MCP by ScaleForge — control Facebook & Instagram Ads via Graph API v24.0. 32 tools. installs: npm:@getscaleforge/mcp-meta-ads detail: https://mcpindex.ai/server/io-github-mike25app-scaleforge-mcp-meta-ads - io.github.MikeAshtonEILLC/usdi-mcp-server (io.github.MikeAshtonEILLC/usdi-mcp-server@1.0.0) Live tools for USDi: CPI-indexed exchange rate, contract/pool addresses, and mint/redeem mechanics. installs: remote:https://usdi-mcp.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-mikeashtoneillc-usdi-mcp-server - nexus0-agent-rail (io.github.MikeHunt69702/agent-gateway@0.2.0) Pay-per-call DNS/TLS truth and npm/PyPI breakage checks via x402. No account or API key. installs: remote:https://nexus-zero.xyz/agent/mcp detail: https://mcpindex.ai/server/io-github-mikehunt69702-agent-gateway - token-intel (io.github.MikeHunt69702/token-intel@1.1.0) Pay-per-call Solana token risk intelligence: 8 tools via x402. From $0.005 USDC, no API key. installs: remote:https://nexus-zero.xyz/mcp detail: https://mcpindex.ai/server/io-github-mikehunt69702-token-intel - io.github.MikeRecognex/mcp-codebase-index (io.github.MikeRecognex/mcp-codebase-index@0.2.2) Structural codebase indexer with 17 query tools. 87% token reduction. Zero dependencies. installs: pypi:mcp-codebase-index detail: https://mcpindex.ai/server/io-github-mikerecognex-mcp-codebase-index - Agent402.Tools — pay-per-call web tools (io.github.MikeyPetrillo/agent402@0.12.5) 500+ pay-per-call tools + skill packs. USDC + USDG on 12 chains, or free via proof-of-work. installs: npm:agent402-mcp | remote:https://agent402.tools/mcp detail: https://mcpindex.ai/server/io-github-mikeypetrillo-agent402 - ariadne (io.github.MikhailHal/ariadne@0.4.0) Returns only the unit tests affected by your current Kotlin/Android code changes. installs: docker:ghcr.io/mikhailhal/ariadne:0.4.0 detail: https://mcpindex.ai/server/io-github-mikhailhal-ariadne - MCP Gateway (io.github.MikkoParkkola/mcp-gateway@3.4.0) Universal MCP gateway with Meta-MCP discovery, routing, and REST API capabilities. installs: docker:ghcr.io/mikkoparkkola/mcp-gateway:3.4.0 detail: https://mcpindex.ai/server/io-github-mikkoparkkola-mcp-gateway - trvl (io.github.MikkoParkkola/trvl@1.21.3) Door-to-door travel MCP + CLI: flights, hotels, trains, cars, ferries. No API keys, Go binary. installs: npm:trvl-mcp | docker:ghcr.io/mikkoparkkola/trvl:1.21.3 detail: https://mcpindex.ai/server/io-github-mikkoparkkola-trvl - Daily Data Feeds (io.github.Mila-Petrovich/daily-datasets@1.0.0) Daily data: jobs, VC funding, domain drops, patents, gov contracts, crypto. Bitcoin pay-per-month. installs: remote:https://roastingly-procensorship-audrianna.ngrok-free.dev/store/mcp detail: https://mcpindex.ai/server/io-github-mila-petrovich-daily-datasets - io.github.MinaProtocol/mina-mcp-server (io.github.MinaProtocol/mina-mcp-server@0.7.3) Query Mina Protocol: accounts, blocks, transactions, zkApp events/actions, archive SQL, Rosetta. installs: npm:@o1-labs/mina-mcp-server detail: https://mcpindex.ai/server/io-github-minaprotocol-mina-mcp-server - Raygun (io.github.MindscapeHQ/mcp-server-raygun@1.0.2) Investigate errors, track deployments, analyze performance, and manage application monitoring installs: remote:https://api.raygun.com/v3/mcp detail: https://mcpindex.ai/server/io-github-mindscapehq-mcp-server-raygun - HireNimbus MCP Server (io.github.Mishakivskiy/hirenimbus-mcp@1.0.0) Find and book verified local home service professionals through AI agents. installs: remote:https://mcp.hirenimbus.com/mcp detail: https://mcpindex.ai/server/io-github-mishakivskiy-hirenimbus-mcp - NodeRooms Discovery (io.github.MixxyAI/noderooms-discovery@1.0.0) Read-only NodeRooms Agent discovery, safety policy, public indexes, and arrival contract. installs: remote:https://noderooms.com/mcp detail: https://mcpindex.ai/server/io-github-mixxyai-noderooms-discovery - io.github.Mnymann/nordic-data (io.github.Mnymann/nordic-data@1.5.5) Company, KYB, VAT, sanctions, LEI and address data for 15 EU countries. installs: npm:nordic-data-mcp | remote:https://nordic-data-mcp-production.up.railway.app/mcp/auth detail: https://mcpindex.ai/server/io-github-mnymann-nordic-data - io.github.MobAI-App/mobai-mcp (io.github.MobAI-App/mobai-mcp@1.2.1) AI-powered mobile device automation for Android and iOS devices, emulators, and simulators installs: npm:mobai-mcp detail: https://mcpindex.ai/server/io-github-mobai-app-mobai-mcp - io.github.ModelBound/modelbound-mcp (io.github.ModelBound/modelbound-mcp@0.1.2) Local-first MCP server for agent skills. Validate, lint, diff, and convert across IDEs. installs: npm:modelbound-mcp detail: https://mcpindex.ai/server/io-github-modelbound-modelbound-mcp - io.github.Mogacode-ma/elementor-mcp-agent (io.github.Mogacode-ma/elementor-mcp-agent@1.3.0) Agency-grade MCP for WordPress Elementor — multi-site, safe edits, templates, versions. installs: npm:elementor-mcp-agent detail: https://mcpindex.ai/server/io-github-mogacode-ma-elementor-mcp-agent - io.github.Mogacode-ma/infomaniak-mcp-agent (io.github.Mogacode-ma/infomaniak-mcp-agent@0.15.1) Unofficial Infomaniak MCP — hosting, Node.js, mail, DNS, kDrive, SSL, VPS, domains. 81 tools. installs: npm:infomaniak-mcp-agent detail: https://mcpindex.ai/server/io-github-mogacode-ma-infomaniak-mcp-agent - karst (io.github.Moin105/karst@0.2.9) Code context for AI dev tools: pack-scoped, cited code retrieval over MCP. installs: pypi:karst detail: https://mcpindex.ai/server/io-github-moin105-karst - MolTrust MCP Server (io.github.MoltyCel/moltrust-mcp-server@0.7.0) Trust infrastructure for AI agents — DIDs, reputation, verifiable credentials, USDC. installs: pypi:moltrust-mcp-server detail: https://mcpindex.ai/server/io-github-moltycel-moltrust-mcp-server - Logic Pro MCP (io.github.MongLong0214/logic-pro-mcp@3.7.1) Local MCP server for stateful, fail-closed Logic Pro control and live project readback. installs: manual detail: https://mcpindex.ai/server/io-github-monglong0214-logic-pro-mcp - io.github.MongLong0214/stockmatrix-mcp (io.github.MongLong0214/stockmatrix-mcp@0.5.0) Korean stock market theme lifecycle analysis (TLI) — rankings, stock lookup, predictions & prompts installs: npm:stockmatrix-mcp detail: https://mcpindex.ai/server/io-github-monglong0214-stockmatrix-mcp - Conducted MCP (io.github.Mostov82/conducted-mcp@0.1.1) Stateless advisor + validator for Conducted Development: kickoff, artifact validation, rule checks. installs: npm:conducted-mcp | remote:https://conducted-mcp.jonathanmostov.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-mostov82-conducted-mcp - AENA Flights MCP (io.github.MrGo2/aena-mcp@0.1.1) Flight data for Spain's 50 AENA airports over the public and OAuth2 REST APIs installs: npm:mcp-aena detail: https://mcpindex.ai/server/io-github-mrgo2-aena-mcp - io.github.MrTalecky/flipcoin (io.github.MrTalecky/flipcoin@0.1.2) Agent-first prediction markets on Base. Trade, quote, create markets via MCP. installs: npm:@flipcoin/mcp-server detail: https://mcpindex.ai/server/io-github-mrtalecky-flipcoin - io.github.MrWizardlyLoaf/rugcheck-ai (io.github.MrWizardlyLoaf/rugcheck-ai@1.2.0) Solana token safety for AI agents — rug-pull, honeypot & Token-2022 trap detection before you buy. installs: remote:https://web-production-58d585.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-mrwizardlyloaf-rugcheck-ai - oraclemcp (io.github.MuhDur/oraclemcp@0.10.0) Engine-free, governed Oracle Database MCP server with a fail-closed SQL guard (unofficial). installs: docker:ghcr.io/muhdur/oraclemcp:0.10.0 detail: https://mcpindex.ai/server/io-github-muhdur-oraclemcp - io.github.MukundaKatta/agentfit (io.github.MukundaKatta/agentfit@0.1.0) Token-aware message truncation: fit a chat history into your model's context budget. installs: npm:@mukundakatta/agentfit-mcp detail: https://mcpindex.ai/server/io-github-mukundakatta-agentfit - io.github.MukundaKatta/agentguard (io.github.MukundaKatta/agentguard@0.1.0) Network-egress firewall for agent tools: check URLs against a declarative policy. installs: npm:@mukundakatta/agentguard-mcp detail: https://mcpindex.ai/server/io-github-mukundakatta-agentguard - io.github.MukundaKatta/agentsnap (io.github.MukundaKatta/agentsnap@0.1.0) Snapshot tests for AI tool-call traces: diff, validate, and catch silent regressions. installs: npm:@mukundakatta/agentsnap-mcp detail: https://mcpindex.ai/server/io-github-mukundakatta-agentsnap - io.github.MukundaKatta/csv-tools-mcp (io.github.MukundaKatta/csv-tools-mcp@0.1.0) Reliable CSV parsing + generation. Handles quotes, embedded commas, BOMs, CRLF. installs: npm:@mukundakatta/csv-tools-mcp detail: https://mcpindex.ai/server/io-github-mukundakatta-csv-tools-mcp - io.github.MukundaKatta/diff-mcp (io.github.MukundaKatta/diff-mcp@0.1.0) Character-precise unified diff + patch application + patch parsing. installs: npm:@mukundakatta/diff-mcp detail: https://mcpindex.ai/server/io-github-mukundakatta-diff-mcp - io.github.MukundaKatta/jmespath-mcp (io.github.MukundaKatta/jmespath-mcp@0.1.0) Run JMESPath queries against JSON. Pure JS, no native binary needed. installs: npm:@mukundakatta/jmespath-mcp detail: https://mcpindex.ai/server/io-github-mukundakatta-jmespath-mcp - io.github.MukundaKatta/json5-mcp (io.github.MukundaKatta/json5-mcp@0.1.0) Parse JSON5 (comments, trailing commas, unquoted keys) and emit strict JSON. installs: npm:@mukundakatta/json5-mcp detail: https://mcpindex.ai/server/io-github-mukundakatta-json5-mcp - io.github.MukundaKatta/regex-test-mcp (io.github.MukundaKatta/regex-test-mcp@0.1.0) Trustworthy JS regex testing. Real offsets, named groups, safe against zero-width loops. installs: npm:@mukundakatta/regex-test-mcp detail: https://mcpindex.ai/server/io-github-mukundakatta-regex-test-mcp - io.github.MukundaKatta/toml-yaml-json-mcp (io.github.MukundaKatta/toml-yaml-json-mcp@0.1.0) Parse, format, and convert configs across TOML, YAML, and JSON. installs: npm:@mukundakatta/toml-yaml-json-mcp detail: https://mcpindex.ai/server/io-github-mukundakatta-toml-yaml-json-mcp - io.github.Multi-DAC/omni-oracle (io.github.Multi-DAC/omni-oracle@1.0.0) Agent-First Data Bazaar. 136 Tools for DeFi, Derivatives, Governance, Alpha & Utilities. installs: remote:https://omni-oracle.omnioracle.workers.dev/sse detail: https://mcpindex.ai/server/io-github-multi-dac-omni-oracle - io.github.Murugarajr/ohm-mcp (io.github.Murugarajr/ohm-mcp@1.0.1) AST-based Python refactoring MCP server with safe automated refactorings and rollback installs: npm:ohm-mcp | pypi:ohm-mcp detail: https://mcpindex.ai/server/io-github-murugarajr-ohm-mcp - io.github.MusaddiqueHussainLabs/mhlabs_mcp_tools (io.github.MusaddiqueHussainLabs/mhlabs_mcp_tools@3.0.0) An MCP server that provides text preprocessing, NLP components, and document analysis installs: pypi:mhlabs-mcp-tools detail: https://mcpindex.ai/server/io-github-musaddiquehussainlabs-mhlabs-mcp-tools - io.github.Muse-Nexus/socialfanout-mcp (io.github.Muse-Nexus/socialfanout-mcp@0.1.1) One safe tool for your AI agent to publish to every social network via the Social Fanout API. installs: npm:socialfanout-mcp detail: https://mcpindex.ai/server/io-github-muse-nexus-socialfanout-mcp - SIMA MCP Server (io.github.Mustafashehab/sima-mcp-server@0.1.6) Read-only MCP server for SIMA Solana AI agent protection discovery. No API keys required. installs: npm:@sima-prime/mcp-server detail: https://mcpindex.ai/server/io-github-mustafashehab-sima-mcp-server - MyTelescope (io.github.MyTelescope/mytelescope@0.1.0) MyTelescope demand intelligence: signals, forecasts, competitor share, and emerging trends. installs: remote:https://mytelescope-orchestrator-mcp-amjjfcdvoa-uc.a.run.app/mcp detail: https://mcpindex.ai/server/io-github-mytelescope-mytelescope - io.github.NANDI-Services/nandi-proxmox-mcp (io.github.NANDI-Services/nandi-proxmox-mcp@0.2.4) MCP server for Proxmox VE management (VM, LXC, nodes) installs: npm:nandi-proxmox-mcp detail: https://mcpindex.ai/server/io-github-nandi-services-nandi-proxmox-mcp - Sentor (io.github.NIKX-Tech/sentor-mcp@1.0.5) Score sentiment toward specific entities in text. Cluster documents and name topics. installs: pypi:sentor-mcp detail: https://mcpindex.ai/server/io-github-nikx-tech-sentor-mcp - NVIDIA Elements (io.github.NVIDIA/elements@2.1.10) NVIDIA Elements UI design system and agent tools for AI/ML, robotics, and autonomous vehicles. installs: npm:@nvidia-elements/cli detail: https://mcpindex.ai/server/io-github-nvidia-elements - Modern CLI MCP Server (io.github.NacoSolutions/modern-cli-mcp@0.6.7) MCP server exposing 104+ modern CLI tools for AI agents with JSON output. installs: manual detail: https://mcpindex.ai/server/io-github-nacosolutions-modern-cli-mcp - QnEvt Verifiable Randomness MCP (io.github.NanaKabu/qnevt@1.1.0) Verifiable random decisions, audit sampling, fair selection, and proof verification using QnEvt. installs: remote:https://qnevt.com/mcp detail: https://mcpindex.ai/server/io-github-nanakabu-qnevt - io.github.Narazgul/getalife-budget (io.github.Narazgul/getalife-budget@2.0.1) Zero-Based Budgeting tools: budget plans, runway, net worth, savings goals, debt payoff plans. installs: npm:mcp-server-getalife detail: https://mcpindex.ai/server/io-github-narazgul-getalife-budget - io.github.NasserAlbusaidi/macrofactor-mcp (io.github.NasserAlbusaidi/macrofactor-mcp@0.1.1) Fueling & recovery decision engine combining MacroFactor nutrition with Garmin training data installs: pypi:macrofactor-mcp detail: https://mcpindex.ai/server/io-github-nasseralbusaidi-macrofactor-mcp - mcp-broker (io.github.NavinAgrawal/mcp-broker@1.4.1) Local MCP broker that exposes one compact entry for many upstream servers. installs: pypi:mcp-broker detail: https://mcpindex.ai/server/io-github-navinagrawal-mcp-broker - io.github.NayakwadiS/mftool-mcp (io.github.NayakwadiS/mftool-mcp@1.1.0) MCP Server for publicly available Indian Mutual Funds data installs: pypi:mftool-mcp detail: https://mcpindex.ai/server/io-github-nayakwadis-mftool-mcp - io.github.NeetPatel/devops-mcp (io.github.NeetPatel/devops-mcp@0.1.0) An MCP server that provides DevOps and DevSecOps context for the project installs: pypi:mcp-memory-server detail: https://mcpindex.ai/server/io-github-neetpatel-devops-mcp - io.github.Neko1313/graphlens-mcp (io.github.Neko1313/graphlens-mcp@0.4.0) Semantic code graph MCP server for coding agents installs: pypi:graphlens-mcp detail: https://mcpindex.ai/server/io-github-neko1313-graphlens-mcp - io.github.NellInc/psychopathia-mcp (io.github.NellInc/psychopathia-mcp@0.1.0a5) Read-only tools over the Psychopathia Machinalis nosology: 79 conditions, 11 tools. installs: pypi:psychopathia-mcp | remote:https://mcp.psychopathia.ai/mcp detail: https://mcpindex.ai/server/io-github-nellinc-psychopathia-mcp - io.github.NellInc/saferagenticai-mcp (io.github.NellInc/saferagenticai-mcp@0.3.4) Read-only tools over the Safer Agentic AI framework: 238 patterns + 14 heuristics. installs: pypi:saferagenticai-mcp | remote:https://mcp.saferagenticai.org/mcp detail: https://mcpindex.ai/server/io-github-nellinc-saferagenticai-mcp - Swagger MCP Bridge (io.github.Neo1228/swagger-mcp-bridge@0.1.0) Spring Boot example that exposes SpringDoc OpenAPI operations as safe MCP tools. installs: docker:ghcr.io/neo1228/swagger-mcp-bridge-example:0.1.0 detail: https://mcpindex.ai/server/io-github-neo1228-swagger-mcp-bridge - Neo — AI/ML Engineering (io.github.NeoAIResearch/neo-mcp@0.5.5) AI/ML engineering MCP server for Neo — submit tasks, track execution, and retrieve outputs. installs: pypi:neo-mcp detail: https://mcpindex.ai/server/io-github-neoairesearch-neo-mcp - Neo — AI/ML Engineering (io.github.NeoResearchAI/MCPServer@0.5.13) AI/ML engineering MCP server for Neo — submit tasks, track execution, and retrieve outputs. installs: pypi:neo-mcp detail: https://mcpindex.ai/server/io-github-neoresearchai-mcpserver - io.github.NetApp/aide-mcp-server (io.github.NetApp/aide-mcp-server@1.0.0) MCP server for NetApp AI Data Engine installs: pypi:netapp-aide-mcp detail: https://mcpindex.ai/server/io-github-netapp-aide-mcp-server - StratEvo (io.github.NeuZhou/stratevo@6.0.3) Quantitative trading: quotes, backtesting, screening, and genetic algorithm strategy evolution. installs: pypi:stratevo detail: https://mcpindex.ai/server/io-github-neuzhou-stratevo - Arctura Reef — counterfactual evidence engine (synthetic) (io.github.NeurFlow-Oy/arctura-reef@0.1.0) Deterministic same-seed but-for twin for battery fleets — synthetic-only (DR-236) installs: remote:https://arctura-reef-mcp.fly.dev/mcp/{token} detail: https://mcpindex.ai/server/io-github-neurflow-oy-arctura-reef - Agent Droid Bridge (io.github.Neverlow512/agent-droid-bridge@0.6.1) MCP server giving AI agents eyes and hands inside Android devices via ADB installs: pypi:agent-droid-bridge detail: https://mcpindex.ai/server/io-github-neverlow512-agent-droid-bridge - io.github.New1Direction/korg-introspect-mcp (io.github.New1Direction/korg-introspect-mcp@0.1.1) Wrap any korg:introspect@v1-aware binary as a Claude Code tool, honoring declared side-effects. installs: npm:@korgg/introspect-mcp detail: https://mcpindex.ai/server/io-github-new1direction-korg-introspect-mcp - io.github.New1Direction/trust-oracle (io.github.New1Direction/trust-oracle@1.0.0) Independent A-F trust grade for any MCP server, watched for drift. Free, never for sale. installs: remote:https://wmcp.sh/mcp/trust detail: https://mcpindex.ai/server/io-github-new1direction-trust-oracle - io.github.NexusFeed/nexusfeed-abc (io.github.NexusFeed/nexusfeed-abc@1.1.1) US liquor license compliance records (CA, TX, NY, FL, IL) with verifiable provenance. installs: pypi:nexusfeed-mcp detail: https://mcpindex.ai/server/io-github-nexusfeed-nexusfeed-abc - io.github.NickCirv/engram (io.github.NickCirv/engram@4.5.0) Ranked local code-graph context for AI coding agents. Intercepts reads + greps. Apache-2.0. installs: npm:engramx detail: https://mcpindex.ai/server/io-github-nickcirv-engram - ABAPilot (io.github.NicoHern/abapilot-mcp@1.0.2) MCP server for SAP ECC and on-premise S/4HANA: natural-language queries and ABAP dev tooling. installs: npm:abapilot detail: https://mcpindex.ai/server/io-github-nicohern-abapilot-mcp - io.github.Nicodemus941/health-api (io.github.Nicodemus941/health-api@1.0.6) Clinical AI for lab analysis, biomarker scoring, health narratives, and risk insights. installs: npm:@e-labus/mcp detail: https://mcpindex.ai/server/io-github-nicodemus941-health-api - TradeTi.me — Market Hours (io.github.NicolaiJohannesen/tradetime-mcp@0.1.2) Read-only trading hours for 30 stock exchanges — open now, next open, holidays, sessions. installs: npm:tradetime-mcp | remote:https://mcp.tradeti.me/mcp detail: https://mcpindex.ai/server/io-github-nicolaijohannesen-tradetime-mcp - io.github.Nikoble1926/agent-trust-mcp (io.github.Nikoble1926/agent-trust-mcp@1.0.0) ERC-8004 agent trust scores via x402: free preview + paid USDC-on-Base signed scores (5 chains) installs: npm:@nikosble1926/agent-trust-mcp detail: https://mcpindex.ai/server/io-github-nikoble1926-agent-trust-mcp - io.github.Nikoble1926/kraken-signals-mcp (io.github.Nikoble1926/kraken-signals-mcp@1.1.1) Kraken crypto signals via x402: free preview + paid USDC-on-Base signals, regime & indicators installs: npm:kraken-signals-mcp detail: https://mcpindex.ai/server/io-github-nikoble1926-kraken-signals-mcp - nimistu — Estonian Business Register (io.github.Nimistu/nimistu-mcp@1.0.0) Estonian Business Register: companies, people, beneficial owners, trademarks. Free, no API key. installs: remote:https://nimistu.ee/api/mcp detail: https://mcpindex.ai/server/io-github-nimistu-nimistu-mcp - io.github.Ninjabeam20/sportiq-mcp (io.github.Ninjabeam20/sportiq-mcp@0.3.1) MCP tools for FIFA World Cup 2026 football, Formula 1, and IPL cricket — sims, strategy, fantasy. installs: pypi:sportiq-mcp detail: https://mcpindex.ai/server/io-github-ninjabeam20-sportiq-mcp - io.github.Nishant-Chaudhary5338/mcp-react-toolkit (io.github.Nishant-Chaudhary5338/mcp-react-toolkit@1.0.1) 9 MCP servers for React/TypeScript — dep auditing, a11y, test gen, and TypeScript enforcement. installs: npm:mcp-react-toolkit detail: https://mcpindex.ai/server/io-github-nishant-chaudhary5338-mcp-react-toolkit - io.github.Niteowlpt/pharma-signal-api (io.github.Niteowlpt/pharma-signal-api@1.0.1) Drug safety intelligence: 358 drugs, 1M+ FDA adverse events, PV signal detection. installs: npm:pharma-signal-mcp detail: https://mcpindex.ai/server/io-github-niteowlpt-pharma-signal-api - io.github.Nithish1206/SqlServerMcp (io.github.Nithish1206/SqlServerMcp@1.0.6) MCP server for SQL Server: schema inspection, safe read-only queries, query plan analysis installs: manual detail: https://mcpindex.ai/server/io-github-nithish1206-sqlservermcp - BLEA (io.github.Nitmi/blea@0.6.4) Safe BLE diagnostics, evidence workflows, and guarded automation for AI agents. installs: pypi:blea detail: https://mcpindex.ai/server/io-github-nitmi-blea - io.github.NodeDex/nodedex (io.github.NodeDex/nodedex@0.1.15) Your project's decision history for agents: decisions, dead-ends, constraints - queryable, local. installs: npm:nodedex detail: https://mcpindex.ai/server/io-github-nodedex-nodedex - io.github.Nodeflare-app/nodeflare-mcp (io.github.Nodeflare-app/nodeflare-mcp@0.8.0) Blockchain JSON-RPC on 23 EVM chains for AI agents - free tier, API key, or x402 pay-per-call. installs: npm:nodeflare-mcp detail: https://mcpindex.ai/server/io-github-nodeflare-app-nodeflare-mcp - io.github.Nolpak14/getregdata (io.github.Nolpak14/getregdata@1.2.0) Business-registry data for agents: one-call Poland KYB verdict, UBO, insolvency, adverse media installs: npm:getregdata-mcp detail: https://mcpindex.ai/server/io-github-nolpak14-getregdata - NomaCMS MCP Server (io.github.NomaCMS/nomacms-mcp-server@1.2.2) MCP server for NomaCMS. Manage collections, fields, content, assets, and webhooks via AI agents. installs: npm:@nomacms/mcp-server detail: https://mcpindex.ai/server/io-github-nomacms-nomacms-mcp-server - io.github.NonicaTeam/ai-connector-for-revit (io.github.NonicaTeam/ai-connector-for-revit@1.0.19) +50 tools to inspect, select, edit and document elements in live Revit models. installs: manual detail: https://mcpindex.ai/server/io-github-nonicateam-ai-connector-for-revit - Contractor License Verification (TradesAPI) (io.github.Noquarter6/contractor-license-mcp-server@0.8.0) Verify contractor licenses: 50 states + DC + 8 cities — status, expiration, disciplinary history. installs: npm:contractor-license-mcp-server | remote:https://www.tradesapi.com/mcp detail: https://mcpindex.ai/server/io-github-noquarter6-contractor-license-mcp-server - io.github.Nordvei/nordic-energy-oracle (io.github.Nordvei/nordic-energy-oracle@1.0.1) Nordic energy price intelligence for Norway's 5 bidding zones (NO1-NO5). installs: npm:ifp-nordic-energy-oracle detail: https://mcpindex.ai/server/io-github-nordvei-nordic-energy-oracle - EU Safety Gate Product Recalls (io.github.NorthWest999/eu-safety-gate-recalls@1.0.0) Is this product recalled in the EU? 46,506 official Safety Gate alerts by GTIN, brand or name. installs: remote:https://nlarqk54pr464oxhmozxd2sc6e0pkdrd.lambda-url.eu-central-1.on.aws/mcp detail: https://mcpindex.ai/server/io-github-northwest999-eu-safety-gate-recalls - LabelChop MCP Server (io.github.Northy9/labelchop-mcp-server@0.1.2) AI tools for MyPost A4 labels, 4x6 thermal printers and LabelChop resources. installs: npm:labelchop-mcp-server | remote:https://labelchop.com/api/mcp detail: https://mcpindex.ai/server/io-github-northy9-labelchop-mcp-server - io.github.NotHarshhaa/mainframe-mcp-server (io.github.NotHarshhaa/mainframe-mcp-server@2.5.0) MCP server for IBM z/OS jobs, datasets, USS, and operational diagnostics via Zowe SDK. installs: npm:@notharshhaa/mainframe-mcp-server detail: https://mcpindex.ai/server/io-github-notharshhaa-mainframe-mcp-server - Hera Agent Unity (io.github.NotNull92/hera-agent-unity@0.2.0) Control and verify a live Unity Editor through a local, low-token MCP server. installs: npm:hera-agent-unity detail: https://mcpindex.ai/server/io-github-notnull92-hera-agent-unity - io.github.Noves-Inc/canton-mcp (io.github.Noves-Inc/canton-mcp@0.2.3) Query Canton Network balances, rewards, transactions, prices, and identity from any AI agent. installs: npm:@noves/canton-mcp detail: https://mcpindex.ai/server/io-github-noves-inc-canton-mcp - io.github.NtrpyDev/proton-workflow-connector (io.github.NtrpyDev/proton-workflow-connector@1.3.0) Unofficial self-hosted MCP connector for Proton Mail Bridge and SimpleLogin. installs: pypi:proton-workflow-connector detail: https://mcpindex.ai/server/io-github-ntrpydev-proton-workflow-connector - io.github.O-mega-Enterprise/founden-mcp (io.github.O-mega-Enterprise/founden-mcp@0.1.0) Build your company over chat: website, app, and admin built in the cloud. One API key. installs: npm:founden-mcp detail: https://mcpindex.ai/server/io-github-o-mega-enterprise-founden-mcp - io.github.O-mega-Enterprise/suprsonic-mcp (io.github.O-mega-Enterprise/suprsonic-mcp@0.3.1) One API key, dozens of capabilities for your AI agent. Zero provider auth. installs: npm:suprsonic-mcp detail: https://mcpindex.ai/server/io-github-o-mega-enterprise-suprsonic-mcp - io.github.OCArk/coinverdict (io.github.OCArk/coinverdict@1.0.0) Free daily AI crypto research verdicts: graded stance, dimensions, and key levels for 67+ coins. installs: remote:https://mcp.coinverdict.io/mcp detail: https://mcpindex.ai/server/io-github-ocark-coinverdict - io.github.ODU33104/rive-mcp (io.github.ODU33104/rive-mcp@0.5.0) Free, editor-less MCP server for Rive: create, edit, inspect, render and preview .riv animations installs: npm:rive-mcp-server detail: https://mcpindex.ai/server/io-github-odu33104-rive-mcp - Kairos Signal (io.github.OV3RK177/kairos-signal@3.1.0) DePIN telemetry, DAG manifold correlation, and verifiable data products for AI agents. installs: remote:https://kairossignal.com/mcp/ detail: https://mcpindex.ai/server/io-github-ov3rk177-kairos-signal - io.github.Obi49/colber-mcp (io.github.Obi49/colber-mcp@0.1.1) Trust + coordination infrastructure for the agent economy. 27 tools across 6 Colber modules. installs: npm:@colber/mcp detail: https://mcpindex.ai/server/io-github-obi49-colber-mcp - io.github.Octid-io/osmp (io.github.Octid-io/osmp@1.3.3) Agentic AI instruction encoding. 86.8% vs JSON. Inference-free decode. Any channel. installs: pypi:osmp-mcp detail: https://mcpindex.ai/server/io-github-octid-io-osmp - Octodamus Intelligence Oracle (io.github.Octodamus/market-intelligence@1.2.0) AI oracle: BTC/ETH/SOL signals, Polymarket edges, congressional trades. x402 $0.01/call on Base. installs: remote:https://api.octodamus.com/mcp detail: https://mcpindex.ai/server/io-github-octodamus-market-intelligence - io.github.Odds7/fia-signals-mcp (io.github.Odds7/fia-signals-mcp@1.0.0) Crypto market intelligence: regime detection, funding rates, liquidations, prices, signals. installs: remote:https://x402.fiasignals.com/mcp detail: https://mcpindex.ai/server/io-github-odds7-fia-signals-mcp - Rhizome MCP (io.github.Odrin/rhizome-mcp@1.2.0) Local-first MCP server for task tracking and coordination of autonomous AI coding agents. installs: npm:rhizome-mcp detail: https://mcpindex.ai/server/io-github-odrin-rhizome-mcp - io.github.Odyssey365/mcp-server (io.github.Odyssey365/mcp-server@0.1.7) Odyssey 앱의 할일·메모·프로젝트·타임라인을 MCP 클라이언트에서 관리 installs: npm:@odyssey365/mcp-server detail: https://mcpindex.ai/server/io-github-odyssey365-mcp-server - io.github.OilpriceAPI/mcp-server (io.github.OilpriceAPI/mcp-server@3.2.3) Source-timestamped energy data and reviewed OilPriceAPI product facts for MCP clients. installs: npm:oilpriceapi-mcp detail: https://mcpindex.ai/server/io-github-oilpriceapi-mcp-server - Bizfile MCP (io.github.OjasKord/bizfile-mcp@4.10.47) Company intelligence via UK Companies House and risk screening across 386 risk data sources. installs: npm:bizfile-mcp | remote:https://bizfile-mcp-production.up.railway.app detail: https://mcpindex.ai/server/io-github-ojaskord-bizfile-mcp - Data Compliance Classifier MCP (io.github.OjasKord/data-compliance-mcp@1.0.25) Classify data safety before storing or sharing. GDPR, HIPAA, PCI-DSS, CCPA. AI-powered. installs: npm:data-compliance-mcp | remote:https://data-compliance-mcp-production.up.railway.app detail: https://mcpindex.ai/server/io-github-ojaskord-data-compliance-mcp - Document Integrity Validator (io.github.OjasKord/document-integrity-validator-mcp@1.0.20) AI reasoning checks any document against known international standards before your agent acts on it. installs: npm:document-integrity-validator-mcp | remote:https://document-integrity-validator-mcp-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-ojaskord-document-integrity-validator-mcp - HS Code Classifier (io.github.OjasKord/hs-code-classifier-mcp-server@1.0.26) Classify products to official HS codes and validate supplier codes before customs submissions installs: npm:hs-code-classifier-mcp | remote:https://hs-code-classifier-mcp-server-production.up.railway.app detail: https://mcpindex.ai/server/io-github-ojaskord-hs-code-classifier-mcp-server - Local Model Suitability MCP (io.github.OjasKord/local-model-suitability-mcp@1.1.23) Check if a task runs locally vs cloud. Save money on calls that don't need cloud inference. installs: npm:local-model-suitability-mcp | remote:https://local-model-suitability-mcp-production.up.railway.app detail: https://mcpindex.ai/server/io-github-ojaskord-local-model-suitability-mcp - Quantum Suitability Validator (io.github.OjasKord/quantum-suitability-validator-mcp-server@1.0.20) AI triage for quantum computing POC proposals. Screens before budget is allocated. installs: npm:quantum-suitability-validator-mcp | remote:https://quantum-suitability-validator-mcp-production.up.railway.app detail: https://mcpindex.ai/server/io-github-ojaskord-quantum-suitability-validator-mcp-server - URL Safety Validator MCP (io.github.OjasKord/url-safety-validator-mcp@1.2.27) AI URL safety validator: SAFE/SUSPICIOUS/DANGEROUS verdict, trust score, threat intel. installs: npm:url-safety-validator-mcp | remote:https://url-safety-validator-mcp-production.up.railway.app detail: https://mcpindex.ai/server/io-github-ojaskord-url-safety-validator-mcp - VAT Validator MCP (io.github.OjasKord/vat-validator-mcp@2.0.30) Validate EU, UK, AU VAT numbers for AI agents. EU ViDA e-invoicing compliance. installs: npm:vat-validator-mcp | remote:https://vat-validator-mcp-production.up.railway.app detail: https://mcpindex.ai/server/io-github-ojaskord-vat-validator-mcp - io.github.OliverGrabner/composer (io.github.OliverGrabner/composer@0.1.7) Give your AI coding agent an architecture canvas to design and evolve diagrams. installs: npm:@usecomposer/mcp detail: https://mcpindex.ai/server/io-github-olivergrabner-composer - x402-vend — WebIntel (io.github.OmarNassar1127/x402-vend@1.0.0) Pay-per-call web & EU business intelligence for AI agents (x402 USDC on Base). 11 tools. installs: remote:https://x402.omardev.xyz/mcp detail: https://mcpindex.ai/server/io-github-omarnassar1127-x402-vend - io.github.OmniSocKit/omnisockit-mcp (io.github.OmniSocKit/omnisockit-mcp@0.1.5) Turn your AI into a WeCom development expert. 41 SKILLs, 550+ APIs. installs: npm:@omnisockit/mcp-server detail: https://mcpindex.ai/server/io-github-omnisockit-omnisockit-mcp - io.github.OnChainAIIntel/pqs-mcp-server (io.github.OnChainAIIntel/pqs-mcp-server@1.4.0) PQS scores any prompt before the model runs. 8 dimensions. 5 frameworks. Pre-flight, not post-hoc. installs: npm:pqs-mcp-server | remote:https://promptqualityscore.com/api/mcp detail: https://mcpindex.ai/server/io-github-onchainaiintel-pqs-mcp-server - Gretl MCP (io.github.OndrejLapes/gretl-mcp@0.2.1) Run Hansl/Gretl econometrics workflows via MCP with GUI launch and artifacts. installs: npm:gretl-mcp detail: https://mcpindex.ai/server/io-github-ondrejlapes-gretl-mcp - Onplana (io.github.Onplana/mcp-server@0.2.4) Project portfolio management for PMOs. Alternative to Microsoft Project Online. OAuth + PAT. installs: remote:https://mcp.onplana.com/mcp detail: https://mcpindex.ai/server/io-github-onplana-mcp-server - io.github.Oortonaut/task-graph-mcp (io.github.Oortonaut/task-graph-mcp@0.3.0) MCP server for agent task workflows with phases, prompts, gates, and multi-agent coordination installs: manual detail: https://mcpindex.ai/server/io-github-oortonaut-task-graph-mcp - OpenAdapt Agent (openadapt-flow bridge) (io.github.OpenAdaptAI/openadapt-agent@2.0.1) Local Beta bridge for governed openadapt-flow workflows and attended actions. installs: pypi:openadapt-agent detail: https://mcpindex.ai/server/io-github-openadaptai-openadapt-agent - OpenHCS (io.github.OpenHCSDev/openhcs@0.7.21) Inspect, author, validate, and run high-content microscopy workflows. installs: pypi:openhcs detail: https://mcpindex.ai/server/io-github-openhcsdev-openhcs - OpenTrain (io.github.OpenTrain-AI/opentrain@0.2.2) Hire human data labelers, RLHF annotators, and evaluators from your coding agent. installs: npm:@opentrain-ai/mcp detail: https://mcpindex.ai/server/io-github-opentrain-ai-opentrain - io.github.Ophir-ai-creator/ophir (io.github.Ophir-ai-creator/ophir@0.2.1) Ophir protocol tools for AI agent discovery, negotiation, and settlement installs: npm:@ophirai/mcp-server detail: https://mcpindex.ai/server/io-github-ophir-ai-creator-ophir - OrangePro (io.github.OrangeproAI/orangepro@0.2.12) Find test gaps, generate grounded tests, and dynamically prove behavior with mutation testing. installs: npm:@orangepro/mcp-server detail: https://mcpindex.ai/server/io-github-orangeproai-orangepro - OrbiAds — Google Ad Manager (io.github.OrbiAds/gam@1.9.0) Automate Google Ad Manager: campaigns, line items, creatives, inventory, reporting — 51 tools. installs: remote:https://orbiads.com/mcp detail: https://mcpindex.ai/server/io-github-orbiads-gam - Orbis API Marketplace (io.github.OrbisAPI/orbis-marketplace@0.1.2) Browse, subscribe to, and call 3,000+ APIs autonomously. x402 USDC pay-per-call on Base. installs: remote:https://orbisapi.com/api/mcp detail: https://mcpindex.ai/server/io-github-orbisapi-orbis-marketplace - io.github.OrchestraPrime/orchestraprime (io.github.OrchestraPrime/orchestraprime@2.0.1) Regulatory intelligence (FDA, ICH, EMA) and sanctions screening (OFAC, EU, UK) for Claude installs: npm:@orchestraprime/mcp-server detail: https://mcpindex.ai/server/io-github-orchestraprime-orchestraprime - io.github.OrderlyNetwork/orderly-mcp (io.github.OrderlyNetwork/orderly-mcp@1.1.1) MCP Server for Orderly Network - Documentation and SDK patterns installs: npm:@orderly.network/mcp-server detail: https://mcpindex.ai/server/io-github-orderlynetwork-orderly-mcp - zotio (io.github.OrgMentem/zotio@0.17.0) Zotero MCP server: preview-first, journaled writes and keyless local reads for AI agents. installs: manual detail: https://mcpindex.ai/server/io-github-orgmentem-zotio - OPA MCP (io.github.OrygnsCode/opa-mcp@0.3.0) Author, validate, debug, and explain OPA Rego policies through any MCP-compatible client. installs: npm:@orygn/opa-mcp | docker:docker.io/orygn/opa-mcp:0.3.0 detail: https://mcpindex.ai/server/io-github-orygnscode-opa-mcp - Bruno MCP Studio (io.github.Ostico/bruno-mcp-studio@2.2.1) Author, read and run Bruno API collections over HTTP, gRPC and WebSocket. installs: npm:@ostico/bruno-mcp detail: https://mcpindex.ai/server/io-github-ostico-bruno-mcp-studio - ovecc (io.github.Ovecc-labs/ovecc@0.2.4) Architecture guardrails for AI-written code: dependency graph, impact, dead code, CI gate installs: npm:ovecc detail: https://mcpindex.ai/server/io-github-ovecc-labs-ovecc - io.github.OxygenBubbles/freeagent-mcp-server (io.github.OxygenBubbles/freeagent-mcp-server@3.0.0) FreeAgent accounting MCP: bank reconciliation, expenses, mileage claims and receipts. installs: npm:@oxygenbubbles/freeagent-mcp-server detail: https://mcpindex.ai/server/io-github-oxygenbubbles-freeagent-mcp-server - io.github.PCfVW/mcp-arangodb-async (io.github.PCfVW/mcp-arangodb-async@0.5.4) Async MCP server for ArangoDB: 46 tools for graphs, queries, and multi-tenancy. installs: pypi:mcp-arangodb-async detail: https://mcpindex.ai/server/io-github-pcfvw-mcp-arangodb-async - io.github.POLONIBOI/zaai-dev-mcp (io.github.POLONIBOI/zaai-dev-mcp@0.6.2) Zaai Dev brand brief + captured design references for MCP-compatible AI tools. installs: npm:@zaai-dev/mcp detail: https://mcpindex.ai/server/io-github-poloniboi-zaai-dev-mcp - LeBonFoin (io.github.POP24/lebonfoin-mcp@1.7.0) First MCP for the European hemp & CBD market: real French CBD catalogue, producers, FR/EN wiki installs: remote:https://lebonfoin-mcp-production.up.railway.app/sse detail: https://mcpindex.ai/server/io-github-pop24-lebonfoin-mcp - Solitaire for Agents (io.github.PRDicta/solitaire@1.5.2) Identity infrastructure for AI agents. Evolving persona, session continuity, self-tuning retrieval. installs: pypi:solitaire-ai detail: https://mcpindex.ai/server/io-github-prdicta-solitaire - io.github.PV-Bhat/vibe-check-mcp-server (io.github.PV-Bhat/vibe-check-mcp-server@1.0.0) Metacognitive AI agent oversight: adaptive CPI interrupts for alignment, reflection and safety installs: npm:@pv-bhat/vibe-check-mcp detail: https://mcpindex.ai/server/io-github-pv-bhat-vibe-check-mcp-server - Packkit (io.github.PackkitJS/packkit-mcp@0.3.0) Scaffold modern npm packages, CLIs, services and apps as a native tool for AI agents. installs: npm:packkit-mcp detail: https://mcpindex.ai/server/io-github-packkitjs-packkit-mcp - Chainweb API (io.github.Pact-Community-Organization/chainweb@0.2.3) Chainweb HTTP API: local sim, pre-signed send, poll, table reads, SPV proofs, module deploys. installs: npm:@pact-community/mcp-chainweb detail: https://mcpindex.ai/server/io-github-pact-community-organization-chainweb - io.github.PaidSync/paidsync (io.github.PaidSync/paidsync@2.0.0) Run ads on Google, Meta, LinkedIn, TikTok and more from AI. 430+ tools across 13 platforms. installs: remote:https://mcp.paidsync.ai/mcp detail: https://mcpindex.ai/server/io-github-paidsync-paidsync - io.github.Pak209/alphalabs-intelligence (io.github.Pak209/alphalabs-intelligence@1.0.0) Live trading-pipeline intelligence for AI agents: signal scoring, calibration, recorded outcomes. installs: remote:https://api.pak-labs.com/mcp detail: https://mcpindex.ai/server/io-github-pak209-alphalabs-intelligence - io.github.Pakvothe/i1n (io.github.Pakvothe/i1n@1.4.7) Agent-complete localization: extract strings, push keys, AI-translate, pull type-safe TS types. installs: npm:i1n detail: https://mcpindex.ai/server/io-github-pakvothe-i1n - DICOMweb MCP Server (io.github.PantelisGeorgiadis/dicomweb-mcp-server@0.0.4) MCP server exposing a DICOMweb DICOM archive to AI assistants via QIDO-RS and WADO-RS. installs: npm:dicomweb-mcp-server detail: https://mcpindex.ai/server/io-github-pantelisgeorgiadis-dicomweb-mcp-server - io.github.PapiScholz/nandi-proxmox-mcp (io.github.PapiScholz/nandi-proxmox-mcp@0.1.3) Open-source MCP server for secure Proxmox node, VM, and LXC operations. installs: npm:nandi-proxmox-mcp detail: https://mcpindex.ai/server/io-github-papischolz-nandi-proxmox-mcp - io.github.ParkSangGwon/admob-mcp-server (io.github.ParkSangGwon/admob-mcp-server@0.2.0) MCP server for the Google AdMob API — apps, ad units, mediation, and revenue reports installs: npm:admob-mcp-server detail: https://mcpindex.ai/server/io-github-parksanggwon-admob-mcp-server - TickerRisk (io.github.PasiutusVovere/tickerrisk-mcp@0.1.2) Check options trades for hidden catalysts (earnings, FDA, legal, SEC) before you sell premium. installs: pypi:tickerrisk-mcp detail: https://mcpindex.ai/server/io-github-pasiutusvovere-tickerrisk-mcp - Piia Engram (io.github.Patdolitse/piia-engram@4.14.1) Local-first AI identity for MCP coding tools. Lessons, decisions, and context you control. installs: pypi:piia-engram detail: https://mcpindex.ai/server/io-github-patdolitse-piia-engram - Patent PreCheck (io.github.Patent-PreCheck/patent-precheck@0.4.1) Keyless 12-tool patentability MCP: USPTO pillar scores, prior art, hosted at patentprecheck.com/mcp. installs: npm:@patentprecheck/mcp | remote:https://patentprecheck.com/mcp detail: https://mcpindex.ai/server/io-github-patent-precheck-patent-precheck - io.github.Patheras/gyibb-mcp (io.github.Patheras/gyibb-mcp@1.0.0) Cited product-review verdicts from real user voices — free remote MCP, no API key. installs: remote:https://gyibb.com/mcp detail: https://mcpindex.ai/server/io-github-patheras-gyibb-mcp - EU Compliance Tools (pay-per-call, x402) (io.github.PatrickPi1312/eu-compliance@1.1.0) Agent bookkeeping, sanctions, KYB, VAT and e-invoice checks - pay per call in USDC installs: remote:https://mcp.eucompliance.tools/mcp detail: https://mcpindex.ai/server/io-github-patrickpi1312-eu-compliance - io.github.Patrizzos/stylesafe (io.github.Patrizzos/stylesafe@0.1.9) MCP server and CLI that catches CSS cascade conflicts and Tailwind utility clashes before they ship. installs: npm:@patrizzos/stylesafe detail: https://mcpindex.ai/server/io-github-patrizzos-stylesafe - io.github.Patrizzos/stylespeak (io.github.Patrizzos/stylespeak@1.2.0) MCP server and CLI that makes CSS legible to AI agents — explains what applies and why. installs: npm:@patrizzos/stylespeak detail: https://mcpindex.ai/server/io-github-patrizzos-stylespeak - io.github.PaulRichez/devkit-for-strapi-mcp (io.github.PaulRichez/devkit-for-strapi-mcp@0.1.3) Accurate Strapi project facts (UIDs, schemas, references) for AI agents — no more guessed UIDs. installs: npm:devkit-for-strapi-mcp detail: https://mcpindex.ai/server/io-github-paulrichez-devkit-for-strapi-mcp - io.github.PaulieB14/graph-aave-mcp (io.github.PaulieB14/graph-aave-mcp@1.0.0) AAVE V2/V3 lending & governance MCP — 7 chains via The Graph subgraphs installs: npm:graph-aave-mcp detail: https://mcpindex.ai/server/io-github-paulieb14-graph-aave-mcp - io.github.PaulieB14/graph-polymarket-mcp (io.github.PaulieB14/graph-polymarket-mcp@1.4.0) Query Polymarket prediction markets via The Graph — 20 tools, 8 subgraphs installs: npm:graph-polymarket-mcp detail: https://mcpindex.ai/server/io-github-paulieb14-graph-polymarket-mcp - io.github.PaulieB14/subgraph-registry-mcp (io.github.PaulieB14/subgraph-registry-mcp@0.4.2) Discover and query 15,500+ classified subgraphs on The Graph Network installs: npm:subgraph-registry-mcp detail: https://mcpindex.ai/server/io-github-paulieb14-subgraph-registry-mcp - io.github.PavelGuzenfeld/media-forge (io.github.PavelGuzenfeld/media-forge@0.2.0) MCP server for generating diagrams, charts, presentations, and animations for Markdown documentation installs: npm:mcp-media-forge detail: https://mcpindex.ai/server/io-github-pavelguzenfeld-media-forge - sql-steward (io.github.Pawansingh3889/sql-steward@0.4.0) The agent never writes SQL: queries compile from a semantic layer you control, PII refused first. installs: pypi:sql-steward detail: https://mcpindex.ai/server/io-github-pawansingh3889-sql-steward - PayRam Helper MCP Server (io.github.PayRam/payram-helper-mcp@1.1.0) Remote MCP server to integrate and validate self-hosted PayRam deployments. installs: remote:https://mcp.payram.com/ detail: https://mcpindex.ai/server/io-github-payram-payram-helper-mcp - Paydirt (io.github.Paydirt-AI/paydirt-mcp@2.1.6) Agent-native installer and control plane for Paydirt iOS feedback installs: npm:paydirt-mcp detail: https://mcpindex.ai/server/io-github-paydirt-ai-paydirt-mcp - io.github.Payotte-com/payotte-mcp (io.github.Payotte-com/payotte-mcp@1.7.1) Verified Canadian real-estate pros + housing data: prices, rates, land-transfer tax, rent-vs-buy. installs: remote:https://payotte-mcp.payotte.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-payotte-com-payotte-mcp - io.github.PedramMadani/legalithm-mcp-server (io.github.PedramMadani/legalithm-mcp-server@0.2.1) EU AI Act risk classification, obligations and Article 50 disclosures. Offline, no API key. installs: npm:legalithm-mcp-server detail: https://mcpindex.ai/server/io-github-pedrammadani-legalithm-mcp-server - io.github.Perf-AI/perf-mcp (io.github.Perf-AI/perf-mcp@0.1.1) Fact-check and fix AI outputs. Hallucination detection, schema validation, auto-repair. installs: npm:perf-mcp detail: https://mcpindex.ai/server/io-github-perf-ai-perf-mcp - io.github.Periskop-ai/shopping-discovery (io.github.Periskop-ai/shopping-discovery@0.1.0) Product discovery for AI agents: ranked products and bundles from the open merchant web. installs: remote:https://mcp.periskop.ai/v1/mcp detail: https://mcpindex.ai/server/io-github-periskop-ai-shopping-discovery - Perseus Ledger — verifiable, hash-chained event provenance (io.github.Perseus-Computing-LLC/ledger@1.2.4) Verifiable, hash-chained event provenance for autonomous systems. Local-first, MIT. 5 MCP tools. installs: pypi:perseus-ledger | docker:ghcr.io/perseus-computing-llc/ledger:1.2.4 detail: https://mcpindex.ai/server/io-github-perseus-computing-llc-ledger - io.github.Perufitlife/postwire-mcp (io.github.Perufitlife/postwire-mcp@0.3.0) Smart Distribute: one prompt → the best native post per platform, then publish via MCP. installs: npm:postwire-mcp detail: https://mcpindex.ai/server/io-github-perufitlife-postwire-mcp - io.github.PetriLahdelma/vertaaux-mcp (io.github.PetriLahdelma/vertaaux-mcp@1.2.2) Autonomous UX and a11y audit, fix, and verify loop. 38 tools, framework-aware patches. installs: npm:@vertaaux/mcp-server detail: https://mcpindex.ai/server/io-github-petrilahdelma-vertaaux-mcp - io.github.PhilipAD/health-export-mcp (io.github.PhilipAD/health-export-mcp@1.2.2) Query 190 Apple Health metrics from any MCP agent — zero-dependency, read-only, local-first. installs: npm:health-export-mcp detail: https://mcpindex.ai/server/io-github-philipad-health-export-mcp - mkdshare.DEV (io.github.PhilipAnd/mkdshare@1.0.0) Publish and share access-controlled Markdown documents from any MCP-enabled AI tool. installs: remote:https://mkdshare.dev/mcp detail: https://mcpindex.ai/server/io-github-philipand-mkdshare - io.github.Philongevity/phi-longevity-prism (io.github.Philongevity/phi-longevity-prism@0.6.3) Analyze biomarker panels with an MD-led clinical engine. Guideline-cited. Synthetic data only. installs: npm:@phi-longevity/mcp-server | remote:https://philongevity.com/mcp detail: https://mcpindex.ai/server/io-github-philongevity-phi-longevity-prism - io.github.PhoenixFeuer32/claude-context-bridge (io.github.PhoenixFeuer32/claude-context-bridge@2.0.0) Share context and questions between Claude instances — VS Code, claude.ai web, and mobile. installs: remote:https://claude-context-bridge.fly.dev/mcp detail: https://mcpindex.ai/server/io-github-phoenixfeuer32-claude-context-bridge - TownRoster Local Business Intelligence (io.github.PhotoRomano/mcp-local-business@1.0.0) OSM-sourced local business data across 9 niches — cuisine, dietary options, delivery, accessibility. installs: remote:https://mcp-lb.townroster.com/mcp detail: https://mcpindex.ai/server/io-github-photoromano-mcp-local-business - FakeOut Kitchen Recipe Intelligence (io.github.PhotoRomano/mcp-recipe@1.0.0) 470+ clean-eating copycat restaurant recipes with dietary filtering and ingredient substitutions. installs: remote:https://mcp-recipe.fakeoutkitchen.com/mcp detail: https://mcpindex.ai/server/io-github-photoromano-mcp-recipe - io.github.PiQrypt/audit-trail (io.github.PiQrypt/audit-trail@1.5.2) Cryptographic audit trail for AI agents. Sign, verify, export. GDPR/HIPAA/EU AI Act. installs: npm:@piqrypt/mcp-server detail: https://mcpindex.ai/server/io-github-piqrypt-audit-trail - io.github.PierreJanineh/tech-debt-mcp (io.github.PierreJanineh/tech-debt-mcp@2.1.0) MCP Server for analyzing technical debt across multiple programming languages installs: npm:tech-debt-mcp detail: https://mcpindex.ai/server/io-github-pierrejanineh-tech-debt-mcp - ConvRadar (io.github.Pikaivan/convradar-mcp@1.1.0) GA4 conversion analyst inside Claude — funnel drops, traffic anomalies, device gaps, with numbers. installs: remote:https://mcp.convradar.com/mcp detail: https://mcpindex.ai/server/io-github-pikaivan-convradar-mcp - io.github.Pink707Legendary/stock-moves-explained (io.github.Pink707Legendary/stock-moves-explained@1.2.0) Explains why stocks moved. 'Why did Tesla drop?' 'What happened to NVDA?' S&P 500/NASDAQ/Dow. installs: remote:https://api.justhappened.wtf/mcp detail: https://mcpindex.ai/server/io-github-pink707legendary-stock-moves-explained - io.github.PiotrAleksander/open-notebook (io.github.PiotrAleksander/open-notebook@0.1.1) MCP server that wraps the Open Notebook API installs: pypi:open-notebook-mcp detail: https://mcpindex.ai/server/io-github-piotraleksander-open-notebook - PitchGhost (io.github.PitchGhost/mcp@0.1.1) AI-powered social listening across Twitter, LinkedIn, Reddit, Facebook, and more. installs: remote:https://mcp.pitchghost.com/ detail: https://mcpindex.ai/server/io-github-pitchghost-mcp - PlanExe (io.github.PlanExeOrg/planexe@1.0.0) MCP server for generating rough-draft project plans from natural-language prompts. installs: remote:https://mcp.planexe.org/mcp detail: https://mcpindex.ai/server/io-github-planexeorg-planexe - PnL Labs — Solana Trust & Risk Checks (io.github.PnLlabs/pnllabs@1.0.0) Trust checks for Solana trading: realized-PnL wallet trust, token safety, trade cost, forensics. installs: remote:https://api.pnllabs.com/mcp detail: https://mcpindex.ai/server/io-github-pnllabs-pnllabs - io.github.Poiuyhje/eqvps (io.github.Poiuyhje/eqvps@1.0.5) Provision and manage a VPS for AI agents over MCP: register, order, get root, control the server. installs: remote:https://mcp.eqvps.com/mcp detail: https://mcpindex.ai/server/io-github-poiuyhje-eqvps - io.github.Pollamin/opendock (io.github.Pollamin/opendock@5.1.1) MCP for the Opendock Neutron API. installs: npm:opendock-mcp detail: https://mcpindex.ai/server/io-github-pollamin-opendock - io.github.PonzuTech/ponzu (io.github.PonzuTech/ponzu@1.1.0) ERC-20 token launchpad on Ethereum — deploy, presale, swap, and farm via AI agents installs: npm:@ponzu_app/mcp detail: https://mcpindex.ai/server/io-github-ponzutech-ponzu - io.github.Portaltocoding/second-brain-mcp (io.github.Portaltocoding/second-brain-mcp@0.1.1) Second brain en Obsidian: notas, conceptos como nodos, resurfacing y salud del grafo. En castellano. installs: npm:@toportal/second-brain-mcp detail: https://mcpindex.ai/server/io-github-portaltocoding-second-brain-mcp - io.github.Postcept/mcp (io.github.Postcept/mcp@0.3.3) Verify agent actions against the system of record and get signed completion receipts. installs: npm:@postcept/mcp detail: https://mcpindex.ai/server/io-github-postcept-mcp - Prefect MCP Server (io.github.PrefectHQ/prefect-mcp-server@0.0.1-beta.12) MCP server for Prefect. Monitor and debug workflows, deployments, and automations. installs: pypi:prefect-mcp detail: https://mcpindex.ai/server/io-github-prefecthq-prefect-mcp-server - io.github.PrinceGabriel-lgtm/freshcontext (io.github.PrinceGabriel-lgtm/freshcontext@0.3.17) Freshness-aware AI retrieval with 21 MCP tools for timestamped, decay-ranked live signals. installs: npm:freshcontext-mcp | remote:https://freshcontext-mcp.gimmanuel73.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-princegabriel-lgtm-freshcontext - io.github.Print-one/mcp-server (io.github.Print-one/mcp-server@1.0.0) An MCP server to send personalised direct mail. installs: remote:https://mcp.print.one/mcp detail: https://mcpindex.ai/server/io-github-print-one-mcp-server - io.github.PrintrFi/printr (io.github.PrintrFi/printr@0.4.1) Let AI agents create, discover, and track tokens across chains via Printr. installs: npm:@printr/mcp detail: https://mcpindex.ai/server/io-github-printrfi-printr - Signet MCP Tools (io.github.Prismer-AI/signet-mcp-tools@0.4.1) MCP server exposing Signet cryptographic signing, verification, and content hash tools over stdio. installs: npm:@signet-auth/mcp-tools detail: https://mcpindex.ai/server/io-github-prismer-ai-signet-mcp-tools - ProAgentStore (io.github.ProAgentStore/platform@0.1.1) MCP-first control plane for ProAgentStore agents and private instances. installs: remote:https://mcp.proagentstore.online/mcp detail: https://mcpindex.ai/server/io-github-proagentstore-platform - KiCad (io.github.ProductOfAmerica/mcp-server-kicad@0.13.4) Byte-preserving KiCad automation: 100+ tools for schematics, PCB layout, ERC, DRC, exports installs: pypi:mcp-server-kicad detail: https://mcpindex.ai/server/io-github-productofamerica-mcp-server-kicad - MediaWiki MCP Server (io.github.ProfessionalWiki/mediawiki-mcp-server@0.16.0) MCP server enabling AI clients to interact with any MediaWiki wiki through standard tools installs: npm:@professional-wiki/mediawiki-mcp-server detail: https://mcpindex.ai/server/io-github-professionalwiki-mediawiki-mcp-server - io.github.ProgenyAlpha/lurk (io.github.ProgenyAlpha/lurk@1.0.2) Reddit reader for LLMs — full comment trees, 94% fewer tokens, one binary installs: npm:reddit-lurker detail: https://mcpindex.ai/server/io-github-progenyalpha-lurk - io.github.Prohect/bind-alias-mcp (io.github.Prohect/bind-alias-mcp@2.2.0) MCP bridge for BindAlias Minecraft mod: game state, screenshots, aliases, and config editing. installs: npm:bind-alias-mcp detail: https://mcpindex.ai/server/io-github-prohect-bind-alias-mcp - io.github.Prohect/bind-alias-plus-mcp (io.github.Prohect/bind-alias-plus-mcp@1.0.2) MCP bridge for BindAliasPlus Minecraft mod: game state, screenshots, aliases, and config editing. installs: npm:bind-alias-plus-mcp detail: https://mcpindex.ai/server/io-github-prohect-bind-alias-plus-mcp - io.github.ProjectAILiberation/tactus (io.github.ProjectAILiberation/tactus@0.1.2) Content-agnostic control layer for intimate hardware; forwards Buttplug/Intiface commands only. installs: npm:tactus-mcp detail: https://mcpindex.ai/server/io-github-projectailiberation-tactus - Just MCP Server (io.github.PromptExecution/just-mcp@0.1.5) Expose curated Justfile recipes via MCP for safe deterministic automation. installs: docker:ghcr.io/promptexecution/just-mcp:0.1.5 detail: https://mcpindex.ai/server/io-github-promptexecution-just-mcp - io.github.PromptPartner/bexio-mcp-server (io.github.PromptPartner/bexio-mcp-server@2.5.0) Swiss accounting integration for Bexio. 314 tools: invoices, contacts, projects, account balances installs: npm:@promptpartner/bexio-mcp-server detail: https://mcpindex.ai/server/io-github-promptpartner-bexio-mcp-server - ProofStream (io.github.ProofStreamai/proofstream-mcp@0.1.1) Dispatch a human verifier to physically verify anything in the real world. For AI agents. installs: npm:proofstream-mcp detail: https://mcpindex.ai/server/io-github-proofstreamai-proofstream-mcp - LeakRank Guard (io.github.ProtoTeemo/leakrank-guard@0.2.3) Scans code changes for leaked secrets and insecure config, with actionable fixes for AI agents. installs: npm:leakrank-guard detail: https://mcpindex.ai/server/io-github-prototeemo-leakrank-guard - io.github.ProvenonceAI/provenonce (io.github.ProvenonceAI/provenonce@1.1.5) Cryptographic identity, SIGIL naming, heartbeat, and passports for AI agents. installs: npm:@provenonce/mcp detail: https://mcpindex.ai/server/io-github-provenonceai-provenonce - SAGE Wrapper (io.github.PsYcGoD/sage@2.6.1) Command wrapper MCP server for coding agents, compression, workflows, and local automation. installs: npm:psycgod-sage | pypi:psycgod-sage detail: https://mcpindex.ai/server/io-github-psycgod-sage - io.github.QVerisAI/mcp (io.github.QVerisAI/mcp@0.14.0) Discover, inspect and call ranked external data & tool APIs with unified billing and usage audit installs: npm:@qverisai/mcp detail: https://mcpindex.ai/server/io-github-qverisai-mcp - io.github.QasperAI/qasper (io.github.QasperAI/qasper@1.0.6) Discover and book businesses via AI agents. installs: npm:@qasperai/mcp-server | remote:https://qasper.ai/mcp detail: https://mcpindex.ai/server/io-github-qasperai-qasper - Qiskit Code Assistant MCP Server (io.github.Qiskit/qiskit-code-assistant-mcp-server@0.4.0) MCP server for the Qiskit Code Assistant intelligent code completion installs: pypi:qiskit-code-assistant-mcp-server detail: https://mcpindex.ai/server/io-github-qiskit-qiskit-code-assistant-mcp-server - Qiskit Gym MCP Server (io.github.Qiskit/qiskit-gym-mcp-server@0.4.1) MCP server for qiskit-gym reinforcement learning quantum circuit synthesis installs: pypi:qiskit-gym-mcp-server detail: https://mcpindex.ai/server/io-github-qiskit-qiskit-gym-mcp-server - Qiskit IBM Runtime MCP Server (io.github.Qiskit/qiskit-ibm-runtime-mcp-server@0.6.1) MCP server for IBM Quantum computing services through Qiskit IBM Runtime installs: pypi:qiskit-ibm-runtime-mcp-server detail: https://mcpindex.ai/server/io-github-qiskit-qiskit-ibm-runtime-mcp-server - Qiskit IBM Transpiler MCP Server (io.github.Qiskit/qiskit-ibm-transpiler-mcp-server@0.4.1) MCP server for AI Transpiler IBM Quantum services installs: pypi:qiskit-ibm-transpiler-mcp-server detail: https://mcpindex.ai/server/io-github-qiskit-qiskit-ibm-transpiler-mcp-server - Qiskit MCP Server (io.github.Qiskit/qiskit-mcp-server@0.3.1) MCP server for Qiskit quantum computing with circuit serialization utilities installs: pypi:qiskit-mcp-server detail: https://mcpindex.ai/server/io-github-qiskit-qiskit-mcp-server - io.github.QoreNext-IT/qorenext-mcp (io.github.QoreNext-IT/qorenext-mcp@1.0.1) Company hierarchy analysis and address verification via MCP installs: remote:https://mcp.qorenext.com/mcp/ detail: https://mcpindex.ai/server/io-github-qorenext-it-qorenext-mcp - Qovery MCP Server (io.github.Qovery/mcp-server@1.0.0) Deploy and manage your apps on Qovery installs: remote:https://mcp.qovery.com/mcp detail: https://mcpindex.ai/server/io-github-qovery-mcp-server - Agent Reality Layer (io.github.QuLi-ops/agent-reality-layer@1.2.0) Buy timestamped web, company, commerce, social, document and decision data via x402. installs: remote:https://agent-reality-layer-mainnet.quli1016908036.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-quli-ops-agent-reality-layer - Battery Proposal Agent (io.github.QuLi-ops/battery-proposal-agent@1.0.1) Validate US battery proposals and purchase policy-aware quote and payback results through x402. installs: remote:https://battery-proposal-agent-mainnet.quli1016908036.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-quli-ops-battery-proposal-agent - io.github.Quant-M2M/API-Quant-M2M (io.github.Quant-M2M/API-Quant-M2M@2.0.1) Server temporarily offline. installs: manual detail: https://mcpindex.ai/server/io-github-quant-m2m-api-quant-m2m - QuantGist (io.github.QuantGist-Technologies/quantgist-mcp@0.5.4) Macro events, earnings & market data from QuantGist for Claude and other AI agents. installs: pypi:quantgist-mcp detail: https://mcpindex.ai/server/io-github-quantgist-technologies-quantgist-mcp - QuantSonar (io.github.QuantSonar/quantsonar@1.0.0) China A-share market data for research, backtesting and AI agents via MCP. installs: remote:https://quantsonar.com/mcp detail: https://mcpindex.ai/server/io-github-quantsonar-quantsonar - Quantabble — AP Science Misconception Diagnostics (io.github.Quantabble/ap-science-diagnostics@1.0.0) Misconception detection for AP Chemistry & Physics 1. 90% catch rate vs 24% baseline. installs: remote:https://quantabble-api.chemandphysicsmastery.workers.dev detail: https://mcpindex.ai/server/io-github-quantabble-ap-science-diagnostics - io.github.QuasarG/taste-bank (io.github.QuasarG/taste-bank@0.2.0) Reusable visual design systems for AI coding agents — browse, fetch, and submit styles via MCP. installs: manual detail: https://mcpindex.ai/server/io-github-quasarg-taste-bank - io.github.RCOLKITT/ccboot-mcp-server (io.github.RCOLKITT/ccboot-mcp-server@1.0.1) Generate and manage Claude Code configs: CLAUDE.md, skills, agents, hooks, and MCP settings. installs: npm:ccboot-mcp-server detail: https://mcpindex.ai/server/io-github-rcolkitt-ccboot-mcp-server - io.github.RNVizion/rnv-color-mcp (io.github.RNVizion/rnv-color-mcp@1.2.0) A complete color workflow over MCP: mix, convert, harmonize, measure, and remember palettes. installs: remote:https://rnvizion-rnv-color-mcp.hf.space/mcp detail: https://mcpindex.ai/server/io-github-rnvizion-rnv-color-mcp - io.github.RPER2001/rigshare (io.github.RPER2001/rigshare@1.4.0) Rent GPUs, robots, drones, and construction gear on RIGShare; also onboards equipment owners. installs: npm:rigshare-mcp detail: https://mcpindex.ai/server/io-github-rper2001-rigshare - n8n MCP Server (io.github.RPGMais/mcp-n8n@2.0.2) The most complete MCP server for n8n — 43 tools for workflows, data tables, and more. installs: npm:@nextoolsolutions/mcp-n8n detail: https://mcpindex.ai/server/io-github-rpgmais-mcp-n8n - io.github.Raffaele86/seo-stack-mcp (io.github.Raffaele86/seo-stack-mcp@0.2.0) The complete open-source SEO data stack for AI agents: 7 sources, 86 tools, one MCP server installs: pypi:seo-stack-mcp detail: https://mcpindex.ai/server/io-github-raffaele86-seo-stack-mcp - io.github.RagingOrangutan/rootvine-mcp (io.github.RagingOrangutan/rootvine-mcp@1.0.3) Cross-platform music and game resolution for AI agents across 15+ platforms. installs: npm:rootvine-mcp detail: https://mcpindex.ai/server/io-github-ragingorangutan-rootvine-mcp - io.github.RailKill/mcp-aider-executor (io.github.RailKill/mcp-aider-executor@1.1.0) Model Context Protocol (MCP) server to execute aider-specific code editing operations installs: npm:mcp-aider-executor detail: https://mcpindex.ai/server/io-github-railkill-mcp-aider-executor - io.github.Raistlin82/btp-sap-odata-to-mcp-server-optimized (io.github.Raistlin82/btp-sap-odata-to-mcp-server-optimized@1.0.1) Enterprise SAP OData to MCP Server with AI capabilities and Cloud Foundry integration installs: npm:btp-sap-odata-to-mcp-server detail: https://mcpindex.ai/server/io-github-raistlin82-btp-sap-odata-to-mcp-server-optimized - io.github.RajeevSirohi/mcp-server-terraform (io.github.RajeevSirohi/mcp-server-terraform@0.2.1) Safety-first Terraform: confirmation-gated apply/destroy, risk & cost analysis, drift detection installs: npm:@rajsir/mcp-server-terraform detail: https://mcpindex.ai/server/io-github-rajeevsirohi-mcp-server-terraform - io.github.Rajveerx11/gfi-scout (io.github.Rajveerx11/gfi-scout@0.2.0) Finds open source issues where beginners actually succeed, ranked by a 0-100 beginner score. installs: pypi:gfi-scout detail: https://mcpindex.ai/server/io-github-rajveerx11-gfi-scout - io.github.Rakesh1002/namemyapp (io.github.Rakesh1002/namemyapp@1.1.5) Brandable business names with live domain availability + one-click buy URLs. installs: npm:@namemyapp/mcp | remote:https://mcp.namemy.app/mcp detail: https://mcpindex.ai/server/io-github-rakesh1002-namemyapp - SpineFrame (io.github.Ratnaditya-J/spineframe@1.1.2) Governance runtime for AI agents with signed provenance, compliance audits, and OSINT. installs: pypi:spineframe detail: https://mcpindex.ai/server/io-github-ratnaditya-j-spineframe - io.github.RaulSimpetru/zotero-library-mcp (io.github.RaulSimpetru/zotero-library-mcp@0.5.0) Add papers and books to Zotero by DOI, arXiv ID, or ISBN and manage your library installs: pypi:zotero-library-mcp detail: https://mcpindex.ai/server/io-github-raulsimpetru-zotero-library-mcp - Literature Review Council (io.github.Ravicha2/lit-review-council@0.1.4) Multi-agent literature review: research, peer review, and synthesize grounded reports. installs: pypi:lit-review-council detail: https://mcpindex.ai/server/io-github-ravicha2-lit-review-council - PredMCP (io.github.RavioleLabs/predmcp@0.5.0) Polymarket + Hyperliquid + macro for AI agents. 38 tools, signal backtest, SSE streaming. Free tier. installs: remote:https://predmcp.com/mcp detail: https://mcpindex.ai/server/io-github-raviolelabs-predmcp - Grocery Delivery (mein-aldi.de) (io.github.RayNCooper/grocery-delivery-mcp@0.2.0) Unofficial read-only client for the mein-aldi.de (ALDI Süd) grocery-delivery catalog. installs: npm:grocery-delivery-mcp detail: https://mcpindex.ai/server/io-github-rayncooper-grocery-delivery-mcp - NetLogo MCP (io.github.Razee4315/netlogo-mcp@1.0.2) Create, run, and analyze NetLogo agent-based models through natural conversation installs: pypi:netlogo-mcp detail: https://mcpindex.ai/server/io-github-razee4315-netlogo-mcp - Awesome Copilot MCP Server (io.github.RbBtSn0w/awesome-copilot-mcp@0.8.6) Model Context Protocol server for awesome-copilot agents and collections installs: npm:awesome-copilot-mcp detail: https://mcpindex.ai/server/io-github-rbbtsn0w-awesome-copilot-mcp - io.github.ReGenNow/regennexus-mcp (io.github.ReGenNow/regennexus-mcp@0.1.1) AI-controlled hardware: GPIO, robotics, sensors, cameras, mesh networking for IoT installs: pypi:regennexus-mcp detail: https://mcpindex.ai/server/io-github-regennow-regennexus-mcp - Ultiplace (io.github.Realitim/ultiplace-mcp@1.0.0) Create and manage virtual trade shows (halls, stands, conferences) and reference physical events. installs: remote:https://www.ultiplace.com/api/mcp detail: https://mcpindex.ai/server/io-github-realitim-ultiplace-mcp - code-index (io.github.Regsorm/code-index@0.48.0) Rust code index MCP server, native 1C:Enterprise (BSL) support. 31 tools, AST for 14 languages. installs: npm:@regsorm/code-index-mcp detail: https://mcpindex.ai/server/io-github-regsorm-code-index - ProxmoxMCP-Plus (io.github.RekklesNA/proxmox-mcp-plus@0.5.14) Proxmox VE MCP server for VMs, LXCs, snapshots, backups, storage, and cluster operations. installs: pypi:proxmox-mcp-plus detail: https://mcpindex.ai/server/io-github-rekklesna-proxmox-mcp-plus - Noesis — Solana On-Chain Intelligence (io.github.Rengon0x/noesis@2.1.1) Solana on-chain intelligence — token scans, wallet profiling, bundle detection, 19 MCP tools. installs: remote:https://noesisapi.dev/mcp detail: https://mcpindex.ai/server/io-github-rengon0x-noesis - Repo Test Architect (io.github.RepoAssay/repo-test-architect@1.0.0-beta.1) Audit-first test strategy MCP server for repository-native test planning. installs: npm:repo-test-architect detail: https://mcpindex.ai/server/io-github-repoassay-repo-test-architect - io.github.Rererr/amenbo (io.github.Rererr/amenbo@0.6.0) Japanese-web-native MCP server for low-impact, token-efficient web collection installs: npm:amenbo detail: https://mcpindex.ai/server/io-github-rererr-amenbo - AgentRamp (io.github.Rexcraig/agentramp@1.0.0) Auto-generate a hosted MCP server from any SaaS product URL in minutes. No code required. installs: remote:https://mcp.agentramp.io/mcp/{slug} detail: https://mcpindex.ai/server/io-github-rexcraig-agentramp - Exogram Authority Runtime (io.github.Richard-Ewing/exogram@0.1.3) Model Context Protocol server for the Exogram Authority Runtime. installs: pypi:mcp-server-exogram detail: https://mcpindex.ai/server/io-github-richard-ewing-exogram - io.github.Ricky610329/mup (io.github.Ricky610329/mup@0.1.1) MCP server that turns HTML MUP panels into interactive UI tools for LLMs. installs: npm:mup-mcp-server detail: https://mcpindex.ai/server/io-github-ricky610329-mup - io.github.RightNow-AI/forge-mcp-server (io.github.RightNow-AI/forge-mcp-server@1.0.2) Turn PyTorch into fast CUDA/Triton kernels on real datacenter GPUs with up to 14x speedup. installs: npm:@rightnow/forge-mcp-server detail: https://mcpindex.ai/server/io-github-rightnow-ai-forge-mcp-server - GMO Coin FX MCP Server (io.github.RikitoNoto/gmocoin-fx-mcp@1.0.1) MCP server for GMO Coin FX trading, positions, executions, klines, and account balances. installs: docker:ghcr.io/rikitonoto/gmocoin-fx-mcp:1.0.1 detail: https://mcpindex.ai/server/io-github-rikitonoto-gmocoin-fx-mcp - io.github.RileyCraig14/nexus-financial (io.github.RileyCraig14/nexus-financial@1.0.0) Crypto signals, Kalshi prediction markets, wallet AML. x402 USDC on Base. installs: manual detail: https://mcpindex.ai/server/io-github-rileycraig14-nexus-financial - Homey-Wan-Kenobi MCP (io.github.Ringosystems/homey-wan-kenobi-mcp@2.2.0) MCP server for Homey Pro: 60 tools for devices, flows, energy, and Z-Wave/Zigbee diagnostics. installs: docker:docker.io/ringosystems/homey-wan-kenobi:2.2.0 detail: https://mcpindex.ai/server/io-github-ringosystems-homey-wan-kenobi-mcp - TractorBeeam365 MCP (io.github.Ringosystems/tractorbeeam-mcp@2.2.0) MCP server for Veeam Backup for Microsoft 365: read-only review + gated, audited restore tier. installs: docker:ghcr.io/ringosystems/tractorbeeam-mcp:2.2.0 detail: https://mcpindex.ai/server/io-github-ringosystems-tractorbeeam-mcp - io.github.RiskThinking/cdt-express-mcp (io.github.RiskThinking/cdt-express-mcp@0.5.6) Interact with climate metrics via Riskthinking.AI's CDT Express API in supported AI chat experiences installs: manual detail: https://mcpindex.ai/server/io-github-riskthinking-cdt-express-mcp - UK Environment Agency Open Data (io.github.RobertAlsop/environment-agency@0.3.4) UK Environment Agency data with cleaning - 10 tools for floods, water quality, permits, catchments. installs: pypi:bartram-companies-house detail: https://mcpindex.ai/server/io-github-robertalsop-environment-agency - UK FCA Financial Services Register (io.github.RobertAlsop/fca-register@0.3.3) UK FCA Financial Services Register with cleaning - 19 tools for firm and individual data. installs: pypi:bartram-companies-house detail: https://mcpindex.ai/server/io-github-robertalsop-fca-register - io.github.Roberton003/mcp-server-decisions (io.github.Roberton003/mcp-server-decisions@1.0.2) Decision tracking with prediction validation and outcome gates for AI agents installs: pypi:mcp-server-decisions detail: https://mcpindex.ai/server/io-github-roberton003-mcp-server-decisions - io.github.Rocketech-Software-Development/formacv (io.github.Rocketech-Software-Development/formacv@0.1.1) FormaCV MCP server for AI-powered CV formatting, anonymization, tailoring, and ATS push-back. installs: npm:@formacv/mcp detail: https://mcpindex.ai/server/io-github-rocketech-software-development-formacv - Countdowns Online MCP (io.github.Rocniubi/countdowns-online-mcp@0.1.0) Live countdown timers for game launches, movie releases, sports and holidays. installs: manual detail: https://mcpindex.ai/server/io-github-rocniubi-countdowns-online-mcp - io.github.RoleModel/optics-mcp (io.github.RoleModel/optics-mcp@0.2.6) MCP Server for Optics Design System documentation and token usage. installs: npm:optics-mcp detail: https://mcpindex.ai/server/io-github-rolemodel-optics-mcp - cli2mcp (io.github.RonieNeubauer/cli2mcp@0.1.4) Wrap any CLI as a Model Context Protocol server - schema auto-inferred from --help. installs: npm:cli2mcp detail: https://mcpindex.ai/server/io-github-ronieneubauer-cli2mcp - io.github.Rosentic/rosentic (io.github.Rosentic/rosentic@0.1.1) Deterministic cross-branch conflict detection for AI coding agents installs: pypi:rosentic-mcp detail: https://mcpindex.ai/server/io-github-rosentic-rosentic - FlashBank (io.github.Rotwang9000/flashbank@1.1.1) Fixed-fee P2P term loans (no oracles) and flash loans on Ethereum, Base, Arbitrum and Sepolia. installs: npm:@flashbank/mcp detail: https://mcpindex.ai/server/io-github-rotwang9000-flashbank - io.github.Rswcf/deepviews (io.github.Rswcf/deepviews@1.0.1) Free financial data: company analysis, DCF, comps, benchmarks, screening. No API key. installs: npm:deepviews-mcp detail: https://mcpindex.ai/server/io-github-rswcf-deepviews - io.github.RubenTay/agent-vending-factory (io.github.RubenTay/agent-vending-factory@0.1.1) Pay-per-call MCP tools via x402 USDC: ZAR prices, data extraction, Python sandbox, SA flights. installs: remote:https://agent-vending-factory-3srpjtr7na-ew.a.run.app/mcp detail: https://mcpindex.ai/server/io-github-rubentay-agent-vending-factory - io.github.RudrenduPaul/agent-observability (io.github.RudrenduPaul/agent-observability@0.1.11) AI agent observability with deterministic record/replay for debugging agent failures. installs: pypi:agent-observability-trace-cli detail: https://mcpindex.ai/server/io-github-rudrendupaul-agent-observability - io.github.RudrenduPaul/agenticworkspace (io.github.RudrenduPaul/agenticworkspace@0.1.4) Wraps the AgenticWorkspace CLI as a single generic MCP tool for repo workspace scans. installs: pypi:agenticworkspace-cli detail: https://mcpindex.ai/server/io-github-rudrendupaul-agenticworkspace - io.github.RudrenduPaul/computeledger (io.github.RudrenduPaul/computeledger@0.1.3) Signs, hash-chains, and verifies compute usage receipts via an MCP server, no issuer trust required. installs: pypi:computeledger-cli detail: https://mcpindex.ai/server/io-github-rudrendupaul-computeledger - io.github.RudrenduPaul/deskcert (io.github.RudrenduPaul/deskcert@0.1.5) Evaluates whether an AI agent is safe to operate internal web apps via an MCP run_suite tool. installs: pypi:deskcert-cli detail: https://mcpindex.ai/server/io-github-rudrendupaul-deskcert - io.github.RudrenduPaul/haltproof (io.github.RudrenduPaul/haltproof@0.1.3) Fail-closed deterministic checks and hash-chained receipts for AI agent outputs via MCP. installs: pypi:haltproof-cli detail: https://mcpindex.ai/server/io-github-rudrendupaul-haltproof - io.github.RudrenduPaul/masterytrace (io.github.RudrenduPaul/masterytrace@0.1.4) Wraps the MasteryTrace CLI as a single generic MCP tool for skill-mastery tracking. installs: pypi:masterytrace-cli detail: https://mcpindex.ai/server/io-github-rudrendupaul-masterytrace - io.github.RudrenduPaul/ownvoice (io.github.RudrenduPaul/ownvoice@0.1.5) Wraps the ownvoice CLI as a single generic MCP tool for voice/identity checks. installs: pypi:ownvoice-cli detail: https://mcpindex.ai/server/io-github-rudrendupaul-ownvoice - io.github.RudrenduPaul/paceproof (io.github.RudrenduPaul/paceproof@0.1.1) Verifies Ed25519-signed attestation records and builds audit reports via MCP tools. installs: npm:paceproof-cli detail: https://mcpindex.ai/server/io-github-rudrendupaul-paceproof - io.github.RudrenduPaul/releaseguard (io.github.RudrenduPaul/releaseguard@0.1.2) Scans datasets/models for PII/secrets, redacts, and packages a public-release bundle via MCP. installs: pypi:releaseguard-cli detail: https://mcpindex.ai/server/io-github-rudrendupaul-releaseguard - io.github.RudrenduPaul/shimguard (io.github.RudrenduPaul/shimguard@0.1.5) Wraps the ShimGuard CLI as a single generic MCP tool for agent-shim provenance checks. installs: pypi:shimguard-cli detail: https://mcpindex.ai/server/io-github-rudrendupaul-shimguard - io.github.RudrenduPaul/slop-eval (io.github.RudrenduPaul/slop-eval@0.1.4) Wraps the slop-eval CLI as a single generic MCP tool for genericness scoring of AI UI output. installs: pypi:slop-eval-cli detail: https://mcpindex.ai/server/io-github-rudrendupaul-slop-eval - io.github.RudrenduPaul/taskswarm (io.github.RudrenduPaul/taskswarm@0.1.3) Wraps the taskswarm CLI as a single generic MCP tool for multi-agent task coordination. installs: pypi:taskswarm-cli detail: https://mcpindex.ai/server/io-github-rudrendupaul-taskswarm - io.github.RudrenduPaul/teamspend (io.github.RudrenduPaul/teamspend@0.2.6) Compares AI coding tool spend before and after a migration via MCP tools. installs: pypi:teamspend-cli detail: https://mcpindex.ai/server/io-github-rudrendupaul-teamspend - io.github.RudrenduPaul/tenantguard (io.github.RudrenduPaul/tenantguard@0.1.5) Scans self-hosted multi-tenant AI-agent platforms for tenant-isolation gaps via an MCP tool. installs: pypi:tenantguard-cli detail: https://mcpindex.ai/server/io-github-rudrendupaul-tenantguard - io.github.RudrenduPaul/tokentrust (io.github.RudrenduPaul/tokentrust@0.3.4) Verifies token/cost savings claimed by AI context-reduction proxies via MCP tools. installs: pypi:tokentrust-cli detail: https://mcpindex.ai/server/io-github-rudrendupaul-tokentrust - io.github.RudrenduPaul/toolgovern (io.github.RudrenduPaul/toolgovern@0.1.4) Wraps the toolgovern CLI as a single generic MCP tool for agent-tool policy validation. installs: pypi:toolgovern-cli detail: https://mcpindex.ai/server/io-github-rudrendupaul-toolgovern - io.github.RudrenduPaul/truesignal (io.github.RudrenduPaul/truesignal@0.1.5) Wraps the truesignal CLI as a single generic MCP tool for threat/connector status checks. installs: pypi:truesignal-cli detail: https://mcpindex.ai/server/io-github-rudrendupaul-truesignal - io.github.RudrenduPaul/workloadtruth (io.github.RudrenduPaul/workloadtruth@0.1.4) Classifies GPU workloads as inference or training from telemetry alone via MCP tools. installs: pypi:workloadtruth-cli detail: https://mcpindex.ai/server/io-github-rudrendupaul-workloadtruth - io.github.RudrenduPaul/workspaceguard (io.github.RudrenduPaul/workspaceguard@0.1.6) Wraps the WorkspaceGuard CLI as a single generic MCP tool for workspace usage checks. installs: pypi:workspaceguard-cli detail: https://mcpindex.ai/server/io-github-rudrendupaul-workspaceguard - Assay MCP Server (io.github.Rul1an/assay-mcp-server@5.1.0) Policy-enforcing MCP proxy with portable evidence output. installs: manual detail: https://mcpindex.ai/server/io-github-rul1an-assay-mcp-server - io.github.Rumblingb/agent-audit-mcp (io.github.Rumblingb/agent-audit-mcp@1.0.0) Immutable audit trail for agent-to-agent interactions installs: manual detail: https://mcpindex.ai/server/io-github-rumblingb-agent-audit-mcp - io.github.Rumblingb/agent-wallet-mcp (io.github.Rumblingb/agent-wallet-mcp@1.0.0) Agent wallet and budget management for AI agents installs: manual detail: https://mcpindex.ai/server/io-github-rumblingb-agent-wallet-mcp - io.github.Rumblingb/agentpay-gateway-mcp (io.github.Rumblingb/agentpay-gateway-mcp@1.0.0) Centralized API gateway routing to MCP servers with per-call billing installs: manual detail: https://mcpindex.ai/server/io-github-rumblingb-agentpay-gateway-mcp - io.github.Runestone-Labs/gatekeeper (io.github.Runestone-Labs/gatekeeper@0.1.1) Run MCP tool calls through Runestone Gatekeeper — policy enforcement, human approval, audit. installs: npm:@runestone-labs/gatekeeper-mcp detail: https://mcpindex.ai/server/io-github-runestone-labs-gatekeeper - Alya — The Hub for Autonomous Agents (io.github.Rupert1987/alya-hub@1.0.2) Operator-as-agent MCP hub. 6 tools. First $5 free, then $0.001/call. installs: npm:@mydaughteralya/mcp | remote:https://mydaughteralya.com/mcp detail: https://mcpindex.ai/server/io-github-rupert1987-alya-hub - io.github.RyanByrne/validatethat-mcp (io.github.RyanByrne/validatethat-mcp@0.1.0) Run UX research from Claude — create card sort studies, list studies, pull headline stats. installs: remote:https://validatethat.io/mcp detail: https://mcpindex.ai/server/io-github-ryanbyrne-validatethat-mcp - NOAA Tides and Currents (io.github.RyanCardin15/noaa-tides-and-currents-mcp@2.0.2-remote.1) NOAA tides and currents: water levels, tide predictions, currents, met data, flooding, sun and moon installs: npm:@ryancardin/noaa-tides-currents-mcp-server | remote:https://perigeetides.com/mcp detail: https://mcpindex.ai/server/io-github-ryancardin15-noaa-tides-and-currents-mcp - io.github.Ryvonetwork/ryvo-gateway (io.github.Ryvonetwork/ryvo-gateway@0.4.2) MCP server for Ryvo Gateway x402, Helius Wallet, and Tokens API market data. installs: npm:@ryvonetwork/gateway-mcp detail: https://mcpindex.ai/server/io-github-ryvonetwork-ryvo-gateway - AgentTasker MCP Server (io.github.S3bRR/agent-tasker-mcp@1.0.1) Minimal stdio MCP server for parallel task execution by AI agents. installs: pypi:agent-tasker-mcp-server detail: https://mcpindex.ai/server/io-github-s3brr-agent-tasker-mcp - SAP HANA CLI (io.github.SAP-samples/hana-cli@4.202607.1) 150+ SAP HANA database tools as MCP tools for AI assistants installs: npm:hana-cli detail: https://mcpindex.ai/server/io-github-sap-samples-hana-cli - io.github.SAP/fiori-mcp-server (io.github.SAP/fiori-mcp-server@1.11.9) SAP Fiori - Model Context Protocol (MCP) server installs: npm:@sap-ux/fiori-mcp-server detail: https://mcpindex.ai/server/io-github-sap-fiori-mcp-server - io.github.SAP/mdk-mcp-server (io.github.SAP/mdk-mcp-server@1.0.0) Model Context Protocol (MCP) server for AI-assisted development of MDK applications. installs: npm:@sap/mdk-mcp-server detail: https://mcpindex.ai/server/io-github-sap-mdk-mcp-server - Clover POS (io.github.SBolivarLoL/clover-mcp@0.7.0) Clover POS for a single merchant: sales, inventory, orders, customers (reads + safe writes). installs: pypi:clover-mcp detail: https://mcpindex.ai/server/io-github-sbolivarlol-clover-mcp - AirTreks MCP (io.github.SEKeener/airtreks-mcp@1.0.2) Multi-city flight routing intelligence — plan RTW trips, validate alliances, get carrier picks. installs: npm:airtreks-mcp | remote:https://mcp.airtreks.com/mcp detail: https://mcpindex.ai/server/io-github-sekeener-airtreks-mcp - io.github.SELISEdigitalplatforms/l0-py-blocks-mcp (io.github.SELISEdigitalplatforms/l0-py-blocks-mcp@1.0.0-beta.4) A Model Context Protocol (MCP) server for Selise Blocks Cloud integration installs: remote:https://ai.seliseblocks.com/mcp detail: https://mcpindex.ai/server/io-github-selisedigitalplatforms-l0-py-blocks-mcp - io.github.SEODesignLab/seo-tools (io.github.SEODesignLab/seo-tools@1.0.4) SEO tools via x402: briefs, keywords, SERP, backlinks, audits. $0.50-$3/req USDC on Base. installs: npm:@seodesignlab/mcp-server detail: https://mcpindex.ai/server/io-github-seodesignlab-seo-tools - TradingCalc MCP — Crypto Futures Math (io.github.SKalinin909/tradingcalc@1.5.2) Crypto futures math: PnL, liquidation, position sizing, carry trade. 19 tools. Not AI estimates. installs: remote:https://tradingcalc.io/api/mcp detail: https://mcpindex.ai/server/io-github-skalinin909-tradingcalc - io.github.SLAtech-IL/mediora-mcp (io.github.SLAtech-IL/mediora-mcp@0.5.0) Doctor-reviewed blood-test markers, conditions & symptoms as agent tools. EN/RU/HE. Hosted. installs: remote:https://mcp.mediora.ai/mcp detail: https://mcpindex.ai/server/io-github-slatech-il-mediora-mcp - io.github.SMABoundless/unpaywall (io.github.SMABoundless/unpaywall@1.0.1) Open-access availability for 120M+ scholarly articles via the Unpaywall API installs: pypi:unpaywall-mcp-server detail: https://mcpindex.ai/server/io-github-smaboundless-unpaywall - io.github.SPAZIO-GENESI/attest-mcp (io.github.SPAZIO-GENESI/attest-mcp@0.4.1) Free proof-of-existence attestation for digital files, MCP tools for the imgauth service. installs: npm:@spazio-genesi/attest-mcp detail: https://mcpindex.ai/server/io-github-spazio-genesi-attest-mcp - io.github.SPIRY-RO/slush-meme-mcp (io.github.SPIRY-RO/slush-meme-mcp@2.0.1) AI-native meme coin launchpad on Avalanche. Deploy tokens, simulate trades, query risk. installs: npm:slush-meme-mcp-server detail: https://mcpindex.ai/server/io-github-spiry-ro-slush-meme-mcp - io.github.SPerekrestova/interactive-leetcode-mcp (io.github.SPerekrestova/interactive-leetcode-mcp@3.2.5) Interactive LeetCode MCP server with authorization and solution submission capabilities installs: npm:@sperekrestova/interactive-leetcode-mcp detail: https://mcpindex.ai/server/io-github-sperekrestova-interactive-leetcode-mcp - io.github.STR-Consulting/pacer-mcp (io.github.STR-Consulting/pacer-mcp@1.0.0) Pacer revenue-management API as MCP tools: portfolios, pacing, market metrics, Guesty, briefs. installs: docker:ghcr.io/str-consulting/pacer-mcp:1.0.0 detail: https://mcpindex.ai/server/io-github-str-consulting-pacer-mcp - io.github.SWATGenX/swatgenx (io.github.SWATGenX/swatgenx@1.0.0) Automated, calibrated SWAT+ watershed modeling and national hydrologic datasets for the U.S. installs: remote:https://www.swatgenx.com/mcp detail: https://mcpindex.ai/server/io-github-swatgenx-swatgenx - io.github.SaharshPamecha/drawx-mcp-server (io.github.SaharshPamecha/drawx-mcp-server@0.1.1) Generate draw.io diagrams and architecture designs from natural language, via the DrawX API. installs: npm:@drawx/mcp-server detail: https://mcpindex.ai/server/io-github-saharshpamecha-drawx-mcp-server - patchwork — Codebase Conventions for AI Agents (io.github.SaiNarayana-B/patchwork@0.1.7) Scan any codebase, generate CONVENTIONS.md, expose conventions as MCP tools for AI agents. installs: pypi:patchwork-conventions detail: https://mcpindex.ai/server/io-github-sainarayana-b-patchwork - Frappe Dev MCP Server (io.github.SajmustafaKe/frappe-dev-mcp-server@1.0.1) MCP server for Frappe/ERPNext development with AI assistance for DocTypes, bench commands, and APIs installs: npm:frappe-dev-mcp-server detail: https://mcpindex.ai/server/io-github-sajmustafake-frappe-dev-mcp-server - Doodleworks MCP (io.github.SalZaki/doodleworks-mcp@1.1.1) Hand-drawn explainer illustrations in your AI host, via an MCP App with an interactive viewer. installs: npm:doodleworks-mcp detail: https://mcpindex.ai/server/io-github-salzaki-doodleworks-mcp - io.github.SalesforgeAI/forge-mcp (io.github.SalesforgeAI/forge-mcp@1.0.0) MCP server for Salesforge, Primeforge, Leadsforge, Infraforge, Warmforge, and Mailforge installs: npm:@salesforge/forge-mcp detail: https://mcpindex.ai/server/io-github-salesforgeai-forge-mcp - AEC Model Bridge (io.github.Sam-AEC/aec-model-bridge@1.1.0) Independent MCP integration for Autodesk Revit software through a local bridge. installs: manual detail: https://mcpindex.ai/server/io-github-sam-aec-aec-model-bridge - Autodesk Revit MCP Server (io.github.Sam-AEC/autodesk-revit-mcp-server@0.1.1) MCP server connecting AI assistants to Autodesk Revit through a local bridge. installs: manual detail: https://mcpindex.ai/server/io-github-sam-aec-autodesk-revit-mcp-server - Tru8 Evidence Research (io.github.SamYatesSmith/tru8@1.0.4) Source-traced evidence research for AI agents. We organise the evidence; you decide. installs: pypi:tru8-mcp | remote:https://api.trueight.com/mcp/ detail: https://mcpindex.ai/server/io-github-samyatessmith-tru8 - io.github.Samarth-23-eng/india-mcp-rto (io.github.Samarth-23-eng/india-mcp-rto@1.0.10) MCP server for Indian vehicle RTO: decode number plates, calculate road tax, check RTO offices. installs: npm:@samarth-23-eng/india-mcp detail: https://mcpindex.ai/server/io-github-samarth-23-eng-india-mcp-rto - AdGuard Home MCP Server (io.github.Samik081/mcp-adguard-home@0.8.0) Manage AdGuard Home through AI assistants installs: npm:@samik081/mcp-adguard-home | docker:ghcr.io/samik081/mcp-adguard-home:0.8.0 detail: https://mcpindex.ai/server/io-github-samik081-mcp-adguard-home - Authentik MCP Server (io.github.Samik081/mcp-authentik@0.7.0) Manage Authentik through AI assistants installs: npm:@samik081/mcp-authentik | docker:ghcr.io/samik081/mcp-authentik:0.7.0 detail: https://mcpindex.ai/server/io-github-samik081-mcp-authentik - Komodo MCP Server (io.github.Samik081/mcp-komodo@0.7.1) Manage Komodo through AI assistants installs: npm:@samik081/mcp-komodo | docker:ghcr.io/samik081/mcp-komodo:0.7.1 detail: https://mcpindex.ai/server/io-github-samik081-mcp-komodo - Proxmox VE MCP Server (io.github.Samik081/mcp-pve@0.7.0) Manage Proxmox VE through AI assistants installs: npm:@samik081/mcp-pve | docker:ghcr.io/samik081/mcp-pve:0.7.0 detail: https://mcpindex.ai/server/io-github-samik081-mcp-pve - io.github.Samrajtheailyceum/advertising-protocols (io.github.Samrajtheailyceum/advertising-protocols@1.0.0) Query 70+ ad tech protocols — OpenRTB, VAST, AdCP, AAMP, TCF, GPP — with citations. installs: remote:https://inktdlomgdqrsqaalpey.supabase.co/functions/v1/mcp detail: https://mcpindex.ai/server/io-github-samrajtheailyceum-advertising-protocols - io.github.SamuelMoraesF/mcp-banco-inter (io.github.SamuelMoraesF/mcp-banco-inter@1.0.1) Servidor MCP para integração com o Banco Inter (PJ). Consulte saldos e gerencie cobranças. installs: npm:mcp-banco-inter | docker:samuelmoraesf/mcp-banco-inter:1.0.1 detail: https://mcpindex.ai/server/io-github-samuelmoraesf-mcp-banco-inter - io.github.SamuelMoraesF/mcp-nfse-nacional (io.github.SamuelMoraesF/mcp-nfse-nacional@1.0.3) MCP Server para consulta de NFSe no portal nacional (nfse.gov.br) installs: npm:mcp-nfse-nacional | docker:docker.io/samuelmoraesf/mcp-nfse-nacional:1.0.3 detail: https://mcpindex.ai/server/io-github-samuelmoraesf-mcp-nfse-nacional - io.github.Sanoy24/safe-fetch (io.github.Sanoy24/safe-fetch@0.1.3) MCP server for fetching URLs, safe against SSRF, DNS rebinding, and redirect-to-internal attacks. installs: npm:safe-fetch-mcp-server detail: https://mcpindex.ai/server/io-github-sanoy24-safe-fetch - Panya — peptide vendor matchmaker (io.github.SantoraReplica/panya@1.0.0) Peptide vendor matchmaker. 11-signal rubric, GLP-1 + 25 peptides, region-aware, free. installs: remote:https://panya.health/api/mcp detail: https://mcpindex.ai/server/io-github-santorareplica-panya - AIppocampus (io.github.Sapientropic/aippocampus@0.3.3) Local-first, source-backed continuity for AI agents via stdio MCP. installs: pypi:aippocampus detail: https://mcpindex.ai/server/io-github-sapientropic-aippocampus - io.github.SardorbekR/appstore-connect (io.github.SardorbekR/appstore-connect@1.0.4) MCP server for Apple's App Store Connect API. Manage apps, TestFlight, and more. installs: npm:asc-mcp detail: https://mcpindex.ai/server/io-github-sardorbekr-appstore-connect - Steam (read-only) (io.github.Sarg338/steam-mcp@1.14.0) Read-only Steam: friends, games, achievements, sales, plus game recommendations and co-op nights. installs: pypi:steam-mcp detail: https://mcpindex.ai/server/io-github-sarg338-steam-mcp - JobScout MCP (io.github.SarutobiSasuke8/jobscout-mcp@0.2.1) Multi-source job discovery, deduplication and AI/Web3 classification for AI agents. installs: npm:@sarutobi-sasuke/jobscout-mcp detail: https://mcpindex.ai/server/io-github-sarutobisasuke8-jobscout-mcp - SatoshiAPI — Bitcoin Data via Lightning (io.github.SatoshiAPI/satoshi-btc-api@1.0.2) L402 Lightning-paid Bitcoin data: price, fees, blocks, sentiment, DCA signals. installs: pypi:satoshiapi-mcp detail: https://mcpindex.ai/server/io-github-satoshiapi-satoshi-btc-api - Schematic (io.github.SchematicHQ/schematic-mcp@0.4.0) Manage companies, plans, features, and billing through SchematicHQ installs: npm:@schematichq/schematic-mcp detail: https://mcpindex.ai/server/io-github-schematichq-schematic-mcp - Gramps Web MCP (io.github.Scormave/gramps-web-mcp@1.0.6) MCP server for structured access to Gramps Web genealogy data installs: docker:ghcr.io/scormave/gramps-web-mcp:1.0.6 detail: https://mcpindex.ai/server/io-github-scormave-gramps-web-mcp - Builderforce (io.github.SeanHogg/builderforce@1.0.0) Run tickets, boards, OKRs and cloud coding agents in your Builderforce workspace installs: remote:https://api.builderforce.ai/mcp detail: https://mcpindex.ai/server/io-github-seanhogg-builderforce - io.github.SebastianBO/financial-data (io.github.SebastianBO/financial-data@1.0.1) Stock prices, financials, insider trades, institutional holdings for 141K+ companies installs: npm:@lician/mcp-server detail: https://mcpindex.ai/server/io-github-sebastianbo-financial-data - io.github.SebastianMaciel/jsx-notation (io.github.SebastianMaciel/jsx-notation@0.1.6) JSXN encoder/decoder — compact notation for React/Next.js files, optimized for LLMs installs: npm:jsx-notation detail: https://mcpindex.ai/server/io-github-sebastianmaciel-jsx-notation - io.github.Seif-Sameh/Kaggle-mcp (io.github.Seif-Sameh/Kaggle-mcp@0.1.1) MCP server for the Kaggle API: competitions, datasets, kernels, and models. installs: pypi:mcp-server-kaggle detail: https://mcpindex.ai/server/io-github-seif-sameh-kaggle-mcp - Science AI Journal MCP Server (io.github.SelfPy/science-ai-mcp-server@0.1.2) Academic peer-review, research-gap finding, journal recommender, and article writer tools. installs: npm:science-ai-mcp-server detail: https://mcpindex.ai/server/io-github-selfpy-science-ai-mcp-server - SentinelGate (io.github.Sentinel-Gate/sentinelgate@2.0.0) Open-source MCP proxy for AI agent access control with CEL policies, RBAC, and audit. installs: manual detail: https://mcpindex.ai/server/io-github-sentinel-gate-sentinelgate - Sequesign (io.github.Sequesign/sequesign@0.3.0) Cryptographically verifiable receipts of an agent's delegated work, verified offline. installs: npm:@sequesign/mcp detail: https://mcpindex.ai/server/io-github-sequesign-sequesign - Memora (io.github.Servation/memora-mcp@0.1.1) Flashcards, quizzes, and cloze cards with spaced repetition, as an inline MCP App. installs: npm:@servation/memora-mcp detail: https://mcpindex.ai/server/io-github-servation-memora-mcp - io.github.Servicedsi/123elec-mcp (io.github.Servicedsi/123elec-mcp@1.0.2) Interface MCP officielle du site marchand 123elec, catalogue, stock, panier, commandes. installs: remote:https://mcp.123elec.com/mcp detail: https://mcpindex.ai/server/io-github-servicedsi-123elec-mcp - Acronis MCP (io.github.Servosity/acronis-mcp@0.1.0) The first real CLI for the Acronis Cyber Protect Cloud platform - every tenant, agent, and usage installs: manual detail: https://mcpindex.ai/server/io-github-servosity-acronis-mcp - Afi MCP (io.github.Servosity/afi-mcp@0.1.0) The first CLI for Afi SaaS backup - full public-API coverage plus the fleet-wide coverage installs: manual detail: https://mcpindex.ai/server/io-github-servosity-afi-mcp - AppDirect MCP (io.github.Servosity/appdirect-mcp@0.1.0) AppDirect marketplace operations with an offline mirror and cross-company billing reconciliation. installs: manual detail: https://mcpindex.ai/server/io-github-servosity-appdirect-mcp - Axcient MCP (io.github.Servosity/axcient-mcp@0.2.8) Every x360Recover endpoint, plus the fleet-wide backup-health answers the API alone can't give installs: manual detail: https://mcpindex.ai/server/io-github-servosity-axcient-mcp - ConnectWise Control MCP (io.github.Servosity/connectwise-control-mcp@0.1.1) Manage ConnectWise Control (ScreenConnect) remote support and access sessions from one CLI or agent. installs: manual detail: https://mcpindex.ai/server/io-github-servosity-connectwise-control-mcp - CrowdStrike MCP (io.github.Servosity/crowdstrike-mcp@0.1.0) Every CrowdStrike Falcon MSP operation, plus a Flight-Control-aware local store that answers installs: manual detail: https://mcpindex.ai/server/io-github-servosity-crowdstrike-mcp - Gradient MSP MCP (io.github.Servosity/gradient-mcp@0.1.0) CLI and MCP server for Gradient MSP Synthesize: usage push, billing drift, alert tracing. installs: manual detail: https://mcpindex.ai/server/io-github-servosity-gradient-mcp - Maxio MCP (io.github.Servosity/maxio-mcp@0.1.0) Open, local revenue-intelligence CLI for Maxio Advanced Billing - MRR waterfalls installs: manual detail: https://mcpindex.ai/server/io-github-servosity-maxio-mcp - Microsoft Graph MCP (io.github.Servosity/microsoft-graph-mcp@0.2.0) The maintained single-binary successor to the retiring mgc - every MSP-relevant Microsoft Graph installs: manual detail: https://mcpindex.ai/server/io-github-servosity-microsoft-graph-mcp - MSPbots MCP (io.github.Servosity/mspbots-mcp@0.1.0) Readable filters, alias-named resources, full exports, and the KPI history MSPbots doesn't keep. installs: manual detail: https://mcpindex.ai/server/io-github-servosity-mspbots-mcp - NinjaOne MCP (io.github.Servosity/ninjaone-mcp@0.1.6) Every NinjaOne report, plus a local store that answers fleet-wide questions no single API call can installs: manual detail: https://mcpindex.ai/server/io-github-servosity-ninjaone-mcp - PandaDoc MCP (io.github.Servosity/pandadoc-mcp@0.1.0) Every PandaDoc endpoint, plus an offline document pipeline no other PandaDoc tool has - stalled installs: manual detail: https://mcpindex.ai/server/io-github-servosity-pandadoc-mcp - Pax8 MCP (io.github.Servosity/pax8-mcp@0.1.0) Every Pax8 Partner API endpoint, plus an offline store that reconciles billing, tracks MRR, and installs: manual detail: https://mcpindex.ai/server/io-github-servosity-pax8-mcp - Resource Guru MCP (io.github.Servosity/resourceguru-mcp@0.1.0) Operate Resource Guru from your AI agent via MCP. installs: manual detail: https://mcpindex.ai/server/io-github-servosity-resourceguru-mcp - Rewst MCP (io.github.Servosity/rewst-mcp@0.1.0) Operate and monitor Rewst RPA across every client org: automation health, failures, ROI, and drift. installs: manual detail: https://mcpindex.ai/server/io-github-servosity-rewst-mcp - SkyKick MCP (io.github.Servosity/skykick-mcp@0.1.0) Fleet backup posture, stale snapshots, and coverage gaps for SkyKick Cloud Backup. installs: manual detail: https://mcpindex.ai/server/io-github-servosity-skykick-mcp - ThreatLocker MCP (io.github.Servosity/threatlocker-mcp@0.1.0) Every ThreatLocker Portal API feature, plus the write operations the read-only tools lack and a installs: manual detail: https://mcpindex.ai/server/io-github-servosity-threatlocker-mcp - Nova Scotia Data Explorer (io.github.SevaSk/nova-scotia-data-explorer@1.0.0) Query and explore Nova Scotia open datasets via the Socrata SODA API. installs: remote:https://scotiasignal.ca/mcp detail: https://mcpindex.ai/server/io-github-sevask-nova-scotia-data-explorer - FichePro for Claude (io.github.SezerPro/fichepro-mcp@1.2.0) E-commerce autonomy for dropshippers — listings, SEO, catalog audit, niche & ad intel. installs: remote:https://www.fichepro.ai/api/mcp detail: https://mcpindex.ai/server/io-github-sezerpro-fichepro-mcp - io.github.Shangri-la-0428/oasyce (io.github.Shangri-la-0428/oasyce@0.4.1) On-chain economy for AI agents: escrow, marketplace, data rights, reputation, disputes. installs: pypi:oasyce-sdk detail: https://mcpindex.ai/server/io-github-shangri-la-0428-oasyce - io.github.Shangri-la-0428/psyche-ai (io.github.Shangri-la-0428/psyche-ai@9.2.2) Emotional intelligence for AI agents: neurotransmitter mood, personality, empathy, trait drift. installs: npm:psyche-ai detail: https://mcpindex.ai/server/io-github-shangri-la-0428-psyche-ai - io.github.SharpLu/ko-mcp (io.github.SharpLu/ko-mcp@1.0.0) Real SEC, 13F, insider, congress & macro data your AI agent can cite. Hosted MCP, 24 tools. installs: remote:https://mcp.ko.io/mcp detail: https://mcpindex.ai/server/io-github-sharplu-ko-mcp - io.github.Shawn5cents/agentskin (io.github.Shawn5cents/agentskin@4.0.1) The Semantic Layer for AI Agents. Prunes noisy API data by 70%+ for token-efficient reasoning. installs: npm:agentskin detail: https://mcpindex.ai/server/io-github-shawn5cents-agentskin - io.github.ShekharBhardwaj/agentic-ledger (io.github.ShekharBhardwaj/agentic-ledger@0.9.1) Local-first flight recorder for AI agents: sessions, costs, loop runs, and stuck-loop flags. installs: pypi:agentic-ledger detail: https://mcpindex.ai/server/io-github-shekharbhardwaj-agentic-ledger - io.github.SheldonZhuang/spacesentinel-mcp (io.github.SheldonZhuang/spacesentinel-mcp@0.1.4) Conversational Windows disk cleanup (whitelist-only) + device cleanup guides in 7 languages. installs: npm:spacesentinel-mcp detail: https://mcpindex.ai/server/io-github-sheldonzhuang-spacesentinel-mcp - io.github.SheldonZhuang/stock-sentinel (io.github.SheldonZhuang/stock-sentinel@1.0.3) US stock attack/defense macro signals: 4-dimension framework, 26-year backtested. Research only. installs: npm:stock-sentinel-mcp detail: https://mcpindex.ai/server/io-github-sheldonzhuang-stock-sentinel - io.github.ShingWong/node-server-orchestrator (io.github.ShingWong/node-server-orchestrator@1.0.0) MCP server for orchestrating Node.js development servers (backend, frontend, databases, etc.) installs: npm:node-server-orchestrator detail: https://mcpindex.ai/server/io-github-shingwong-node-server-orchestrator - AgentExchange (io.github.ShirishChinch/agentexchange@0.1.1) StackExchange-style Q&A network where AI agents ask, answer, critique, and earn reputation. installs: remote:https://yapperium.pages.dev/mcp detail: https://mcpindex.ai/server/io-github-shirishchinch-agentexchange - ask-ogino (io.github.ShunkiOgino/ask-ogino@1.0.0) Query Shunki Ogino's public profile: his thesis, the tools he builds, and his writing. installs: remote:https://homepage-flax-two.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-shunkiogino-ask-ogino - Quesen (io.github.Shxnque/quesen@1.9.0) Deterministic risk-decision engine and Agent Settlement Protocol for autonomous agents. installs: remote:https://web-production-30ab5.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-shxnque-quesen - Secure Schema MCP (io.github.Siddharth-coder13/secure-schema@1.0.1) Read-only MCP server for exposing database schema metadata without row data. installs: pypi:mcp-secure-schema detail: https://mcpindex.ai/server/io-github-siddharth-coder13-secure-schema - IBGE Brasil MCP (io.github.SidneyBissoli/ibge-br-mcp@3.3.0) MCP server for live, sourced Brazilian public data from the official IBGE APIs. installs: npm:ibge-br-mcp | remote:https://ibge.sidneybissoli.com/mcp detail: https://mcpindex.ai/server/io-github-sidneybissoli-ibge-br-mcp - ILOSTAT — ILO Labour Statistics (provenance-first) (io.github.SidneyBissoli/ilo-mcp-server@0.2.0) Labour statistics from ILOSTAT (ILO) with full provenance: source URL, vintage, license. installs: remote:https://ilo.sidneybissoli.com/mcp detail: https://mcpindex.ai/server/io-github-sidneybissoli-ilo-mcp-server - Medical Terminologies MCP (io.github.SidneyBissoli/medical-terminologies-mcp@1.8.0) Diagnoses, drugs & lab codes: ICD-11, SNOMED, LOINC, RxNorm, MeSH, ATC, CID-10. 37 tools, MIT. installs: npm:medical-terminologies-mcp | remote:https://medical.sidneybissoli.com/mcp detail: https://mcpindex.ai/server/io-github-sidneybissoli-medical-terminologies-mcp - Dados Abertos Senado BR MCP (io.github.SidneyBissoli/senado-br-mcp-cloudflare@3.4.0) MCP server for Brazilian Federal Senate open data (legislative, administrative, e-Cidadania). installs: npm:senado-br-mcp | remote:https://senado.sidneybissoli.com/mcp detail: https://mcpindex.ai/server/io-github-sidneybissoli-senado-br-mcp-cloudflare - UNESCO UIS — Education, Science & Culture Statistics (provenance-first) (io.github.SidneyBissoli/uis-mcp-server@0.1.0) UNESCO UIS statistics (education, science, culture) with full provenance and fixed releases. installs: remote:https://uis.sidneybissoli.com/mcp detail: https://mcpindex.ai/server/io-github-sidneybissoli-uis-mcp-server - io.github.Signato-ai/signato (io.github.Signato-ai/signato@0.13.1) Local confidentiality chamber: blocks the wrong AI output before it leaves the machine. installs: pypi:signato detail: https://mcpindex.ai/server/io-github-signato-ai-signato - SilbercueSwift — iOS MCP Server (io.github.Silbercue/silbercueswift@2.0.0) iOS MCP server: 55 tools, xcresult parsing, UI automation, 15ms screenshots. installs: manual detail: https://mcpindex.ai/server/io-github-silbercue-silbercueswift--967033786b44775b - SilbercueSwift (io.github.silbercue/silbercueswift@0.2.0) Fastest iOS MCP server. 40 tools: xcresult parsing, WDA automation, 0.3s screenshots. installs: manual detail: https://mcpindex.ai/server/io-github-silbercue-silbercueswift--7f937156c7f399fb - io.github.SiliconAINetworks/silicon-transfer-mcp-server (io.github.SiliconAINetworks/silicon-transfer-mcp-server@0.1.2) FTP/SFTP/FTPS MCP server with transfer proofs - every upload returns a checksum verdict. installs: npm:silicon-transfer-mcp-server detail: https://mcpindex.ai/server/io-github-siliconainetworks-silicon-transfer-mcp-server - Silicon Analysts (io.github.SiliconAnalysts/silicon-analysts@0.2.0) Dated, sourced semiconductor data: chip costs, HBM/wafer pricing, fab capacity, policy, forecasts. installs: remote:https://siliconanalysts.com/api/mcp detail: https://mcpindex.ai/server/io-github-siliconanalysts-silicon-analysts - Capital.com MCP Server (io.github.SimonTarara62/capitalcom-mcp-server@0.3.4) Unofficial community MCP for the Capital.com Open API. Guarded two-phase trades; demo-first. installs: pypi:capitalcom-mcp detail: https://mcpindex.ai/server/io-github-simontarara62-capitalcom-mcp-server - Fundamentals MCP (io.github.SimonTarara62/fundamentals-mcp@0.1.1) Unofficial read-only MCP for fundamentals, macro & news (EDGAR + FRED + Tavily, BYO-key). installs: pypi:fundamentals-mcp detail: https://mcpindex.ai/server/io-github-simontarara62-fundamentals-mcp - io.github.SimplyLiz/ckb (io.github.SimplyLiz/ckb@8.0.3) Code intelligence MCP server — 80+ tools for navigation, impact analysis, and architecture installs: npm:@tastehub/ckb detail: https://mcpindex.ai/server/io-github-simplyliz-ckb - io.github.SimplyMinimal/fleet-mcp (io.github.SimplyMinimal/fleet-mcp@1.1.3) An MCP server that provides tools for managing and monitoring your Fleet Device Management instance. installs: pypi:fleet-mcp detail: https://mcpindex.ai/server/io-github-simplyminimal-fleet-mcp - io.github.Singlishman/kerdos-x402-mcp (io.github.Singlishman/kerdos-x402-mcp@0.1.0) Crypto market intelligence MCP — pay-per-tool-call in USDC on Base via the x402 protocol. installs: npm:kerdos-x402-mcp detail: https://mcpindex.ai/server/io-github-singlishman-kerdos-x402-mcp - JVM Source Lens (io.github.Sintexer/jvmsrc@1.15.0) Gradle-accurate JVM classpath; fetch Java source, signatures, and class structure for agents. installs: npm:jvmsrc detail: https://mcpindex.ai/server/io-github-sintexer-jvmsrc - io.github.Skillproofdev/skillproof (io.github.Skillproofdev/skillproof@1.0.1) Check whether a Claude Code skill was tested and whether it works before installing it. installs: npm:skillproof-mcp detail: https://mcpindex.ai/server/io-github-skillproofdev-skillproof - io.github.Skills03/scrimba-teaching (io.github.Skills03/scrimba-teaching@2.0.0) Interactive programming teacher using Scrimba's methodology for 10x retention installs: pypi:scrimba-teaching-mcp detail: https://mcpindex.ai/server/io-github-skills03-scrimba-teaching - io.github.SkyUnlimit/sinoconnection-esim-mcp (io.github.SkyUnlimit/sinoconnection-esim-mcp@1.0.1) China & Asia travel eSIM specialist. 200+ countries. No-VPN internet in China. installs: remote:https://mcp.sinoconnection.com/mcp detail: https://mcpindex.ai/server/io-github-skyunlimit-sinoconnection-esim-mcp - SAST MCP Server (io.github.Skyrxin/sast-mcp-server@0.8.3) 11-scanner SAST/DAST MCP server with closed-loop remediation, SBOM/SARIF, and CI integrations installs: pypi:sast-mcp-server detail: https://mcpindex.ai/server/io-github-skyrxin-sast-mcp-server - is-real-biz (io.github.Smart-link-t/is-real-biz@1.0.0) Verify business legitimacy by domain or name in <2s. Trust score, verdict, evidence. x402-payable. installs: remote:https://is-real-biz.is-real-biz.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-smart-link-t-is-real-biz - REGON (Polish business register) (io.github.SmartMobileHouse/regon-mcp@0.2.2) Look up Polish businesses in the GUS REGON register (BIR1) by NIP, REGON, or KRS. installs: pypi:regon-mcp detail: https://mcpindex.ai/server/io-github-smartmobilehouse-regon-mcp - io.github.SnipMCP/gadschain (io.github.SnipMCP/gadschain@0.1.1) Google Ads MCP server. Read campaigns, manage budgets, pause/enable, add negative keywords. installs: pypi:gadschain detail: https://mcpindex.ai/server/io-github-snipmcp-gadschain - io.github.SnipMCP/thinchain (io.github.SnipMCP/thinchain@0.1.1) MCP server that sanitizes bad broker data and compresses options chains 95% for AI trading agents. installs: pypi:thinchain detail: https://mcpindex.ai/server/io-github-snipmcp-thinchain - FreightUtils MCP Server (io.github.SoapyRED/freightutils@2.15.0) Neutral freight reference + validation layer for AI agents: ADR, HS, UN/LOCODE, freight math installs: npm:freightutils-mcp | remote:https://www.freightutils.com/api/mcp detail: https://mcpindex.ai/server/io-github-soapyred-freightutils - io.github.SocialAPIsHub/social-media-api (io.github.SocialAPIsHub/social-media-api@1.0.1) Unified social media API for AI agents. Access Facebook, Instagram, TikTok, and more. installs: npm:@socialapis/mcp detail: https://mcpindex.ai/server/io-github-socialapishub-social-media-api - agentburn (io.github.Socialpranker/agentburn@0.12.3) Local profiler for AI agents: burn by source, overnight bill, behavioral forensics, config fixes installs: pypi:agentburn detail: https://mcpindex.ai/server/io-github-socialpranker-agentburn - io.github.SocioLogicAI/signal-relay (io.github.SocioLogicAI/signal-relay@2.0.0) Connect AI agents to SocioLogic's synthetic persona platform for market research. installs: npm:signal-relay-mcp | remote:https://mcp.sociologic.ai detail: https://mcpindex.ai/server/io-github-sociologicai-signal-relay - io.github.Sockshead/elsa-agent-gateway (io.github.Sockshead/elsa-agent-gateway@0.1.0) ELSA — Coach IA de ciclismo y comunidad en LATAM: planifica tu bloque y encuentra tu club. installs: remote:https://elsa-agent-gateway.jcposada.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-sockshead-elsa-agent-gateway - io.github.Sofiia7/arcbounty-mcp (io.github.Sofiia7/arcbounty-mcp@0.1.1) Browse, take, and submit USDC bounties on ArcBounty (Arc Network, ERC-8183 + ERC-8004). installs: npm:arcbounty-mcp detail: https://mcpindex.ai/server/io-github-sofiia7-arcbounty-mcp - Microsoft 365 MCP Server (io.github.Softeria/ms-365-mcp-server@0.140.0) Interact with Microsoft 365 and Office services through the Microsoft Graph API. installs: npm:@softeria/ms-365-mcp-server detail: https://mcpindex.ai/server/io-github-softeria-ms-365-mcp-server - VOC OpenAPI MCP (io.github.SolveaCX/voc-mcp@1.0.5) VOC OpenAPI gives AI agents authorized review and product data for insights, tagging, and listings. installs: remote:https://open.voc.ai/mcp/catalog detail: https://mcpindex.ai/server/io-github-solveacx-voc-mcp - io.github.SolvoHQ/openunfurl (io.github.SolvoHQ/openunfurl@0.1.0) Zero-signup anonymous link-unfurl API. One GET returns clean JSON metadata for any public URL. installs: remote:https://openunfurl.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-solvohq-openunfurl - io.github.SolvoHQ/openworkdays (io.github.SolvoHQ/openworkdays@0.1.0) Zero-signup business-day date-math API: add days, count days between dates, is-business-day. installs: remote:https://openworkdays.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-solvohq-openworkdays - Korean Agriculture Market Data (io.github.SongT-50/korean-agriculture-mcp@1.0.0) Korean wholesale agriculture market data - auction prices, seasonal produce, market trends installs: remote:https://korean-agriculture-mcp.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-songt-50-korean-agriculture-mcp - Korean Stock Market Data (io.github.SongT-50/korean-stock-mcp@1.0.0) Korean stock market data - prices, dividends, short selling, financial disclosures installs: remote:https://korean-stock-mcp.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-songt-50-korean-stock-mcp - io.github.Sorsa-io/sorsa-mcp (io.github.Sorsa-io/sorsa-mcp@1.0.4) MCP server for the Sorsa.io X/Twitter data API installs: npm:sorsa-mcp detail: https://mcpindex.ai/server/io-github-sorsa-io-sorsa-mcp - Source Parts (io.github.SourceParts/parts-mcp@0.4.0) Electronic component sourcing, BOM management, and PCB design workflows. installs: pypi:parts-mcp | remote:https://mcp.source.parts/ detail: https://mcpindex.ai/server/io-github-sourceparts-parts-mcp - io.github.Sowiedu/edict (io.github.Sowiedu/edict@1.9.2) AI-agent programming language. JSON AST in, WASM out. Typed, effect-tracked, Z3-verified. installs: npm:edict-lang detail: https://mcpindex.ai/server/io-github-sowiedu-edict - Smeltr Token-2022 (io.github.Space-Raven/smeltr-token2022@0.1.1) Validate Token-2022 configs (transfer fee, soulbound, delegate). Read-only — no keys or RPC. installs: npm:@smeltr/mcp-server detail: https://mcpindex.ai/server/io-github-space-raven-smeltr-token2022 - io.github.SpaceFrontiers/mcp (io.github.SpaceFrontiers/mcp@0.3.0) Citable retrieval across papers, books, patents, Wikipedia, and live social sources. installs: remote:https://mcp.spacefrontiers.org/ detail: https://mcpindex.ai/server/io-github-spacefrontiers-mcp - io.github.Spacetime-Technology/chia-explorer (io.github.Spacetime-Technology/chia-explorer@0.3.0) MCP server for the Chia blockchain. Read-only Q&A via the public coinset.org API. installs: npm:chia-explorer detail: https://mcpindex.ai/server/io-github-spacetime-technology-chia-explorer - io.github.Speeron-Polska/speeron-next (io.github.Speeron-Polska/speeron-next@1.0.0) Speeron NEXT Digital Guest Journey MCP server (remote HTTP endpoint). installs: remote:https://speeronnext-dev-chat-app.azurewebsites.net/mcp detail: https://mcpindex.ai/server/io-github-speeron-polska-speeron-next - YieldSignal (io.github.Stakemate369/yieldsignal@1.2.0) Yield & risk for agents: signal, decision, durability, capacity, sensitivity, exposure, persistence installs: remote:https://yieldsignal.vercel.app/mcp detail: https://mcpindex.ai/server/io-github-stakemate369-yieldsignal - Fleetpost (io.github.StanimirTenev/fleetpost-mcp@0.1.0) A mailbox for your machines: read fleet capabilities, send a request. Offline, no server. installs: pypi:fleetpost-mcp detail: https://mcpindex.ai/server/io-github-stanimirtenev-fleetpost-mcp - io.github.Startvest-LLC/idealift (io.github.Startvest-LLC/idealift@1.0.0) Manage product ideas, decisions, and customer signals from AI assistants with NLQ installs: remote:https://idealift.startvest.ai/api/mcp detail: https://mcpindex.ai/server/io-github-startvest-llc-idealift - io.github.Startvest-LLC/idealift-mcp (io.github.Startvest-LLC/idealift-mcp@1.0.0) Pre-backlog idea management with decision tracking, signals, and RICE scoring. installs: remote:https://mcp.idealift.startvest.ai/mcp detail: https://mcpindex.ai/server/io-github-startvest-llc-idealift-mcp - io.github.StelarDigital/stelar-signals-mcp (io.github.StelarDigital/stelar-signals-mcp@1.0.0) Crypto market-signal MCP tools (regime, sentiment, price, risk) via RapidAPI. Needs RAPIDAPI_KEY installs: manual detail: https://mcpindex.ai/server/io-github-stelardigital-stelar-signals-mcp - Pixie Vacations Travel Booking (io.github.Stevegriswoldatl/pixie-vacations-mcp@1.2.0) Book Sandals, Beaches, and cruises through Pixie Vacations with co-branded booking URLs. installs: remote:https://pixie-vacations-mcp-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-stevegriswoldatl-pixie-vacations-mcp - io.github.Stewyboy1990/companyscope-mcp (io.github.Stewyboy1990/companyscope-mcp@1.3.5) 11 company intelligence tools — financials, tech stack, competitors, patents, jobs, news. Free. installs: npm:companyscope-mcp | remote:https://companyscope-mcp.stewwilli.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-stewyboy1990-companyscope-mcp - io.github.Stewyboy1990/stockscope-mcp (io.github.Stewyboy1990/stockscope-mcp@1.1.0) SEC EDGAR financial data for AI agents — revenue, margins, filings, company comparisons. installs: npm:stockscope-mcp | remote:https://stockscope-mcp.stewwilli.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-stewyboy1990-stockscope-mcp - Catalyst Governance (io.github.Stratogenic-AI/catalyst@1.0.1) Governance middleware for AI agents: permission gates, approvals, compliance scanning, audit ledger. installs: remote:https://catalyst.stratogenic.ai/mcp detail: https://mcpindex.ai/server/io-github-stratogenic-ai-catalyst - io.github.Streamize-llc/htmlbook (io.github.Streamize-llc/htmlbook@1.0.0) Publish AI-generated HTML & Markdown to a hosted, shareable URL via MCP. installs: remote:https://htmlbook.io/api/mcp detail: https://mcpindex.ai/server/io-github-streamize-llc-htmlbook - io.github.StructLabs-io/runitonai-mcp (io.github.StructLabs-io/runitonai-mcp@0.2.0) Read-only MCP connector serving the Run It on AI book; index and Implementation Blocks are free. installs: remote:https://mcp.runitonai.com/mcp detail: https://mcpindex.ai/server/io-github-structlabs-io-runitonai-mcp - LSP-MCP Bridge (io.github.Stryk91/lsp-mcp-rs@0.1.0) Universal MCP bridge to LSP servers. One binary, 6 languages, config-driven. installs: manual detail: https://mcpindex.ai/server/io-github-stryk91-lsp-mcp-rs - io.github.StudiousXiaoYu/oracle-link (io.github.StudiousXiaoYu/oracle-link@0.2.2) Oracle MCP Query Server (Node.js) - Read-only SELECT via MCP installs: npm:@studious-xiaoyu/oracle-link detail: https://mcpindex.ai/server/io-github-studiousxiaoyu-oracle-link - Subotiz MCP (io.github.Subotiz/subotiz-dev-mcp@0.0.3) Connect AI assistants to Subotiz - Using Subotiz's external capabilities through natural language installs: remote:https://api.subotiz.com/mcp detail: https://mcpindex.ai/server/io-github-subotiz-subotiz-dev-mcp - io.github.Suigar-Gaming/mcp (io.github.Suigar-Gaming/mcp@1.0.0-beta.20) MCP server and MCP App for building and inspecting Suigar transactions on Sui. installs: npm:@suigar/mcp detail: https://mcpindex.ai/server/io-github-suigar-gaming-mcp - MCP Server for Zerodha Kite Connect API (io.github.Sundeepg98/kite-mcp-server@1.2.0) Open-source MCP server for Zerodha Kite Connect. Portfolio, market data, backtesting, alerts. installs: remote:https://kite-mcp-server.fly.dev/mcp detail: https://mcpindex.ai/server/io-github-sundeepg98-kite-mcp-server - SigRank — Token Efficiency Leaderboard (io.github.SunrisesIllNeverSee/sigrank-mcp@0.17.2) Operator leaderboard measuring users, not models — 20 tools, TUI, signed submit, privacy-first. installs: npm:sigrank detail: https://mcpindex.ai/server/io-github-sunrisesillneversee-sigrank-mcp - io.github.SuperAgentic/spines (io.github.SuperAgentic/spines@1.0.2) Access book collections, reading lists, and bookshelf recognition from AI assistants. installs: npm:@spines/mcp-server detail: https://mcpindex.ai/server/io-github-superagentic-spines - io.github.Surendhar-23/NoteFlow-MCP (io.github.Surendhar-23/NoteFlow-MCP@1.0.1) An MCP server that used to create notes installs: remote:https://2c08-27-4-120-4.ngrok-free.app/mcp detail: https://mcpindex.ai/server/io-github-surendhar-23-noteflow-mcp - io.github.SureshKhemka/constraints-registry (io.github.SureshKhemka/constraints-registry@0.1.1) Policy-as-code guardrails for AI coding agents, validated via OPA, Conftest, Checkov & Semgrep. installs: pypi:constraints-registry detail: https://mcpindex.ai/server/io-github-sureshkhemka-constraints-registry - io.github.SurgeX-Labs/awx-mcp-server (io.github.SurgeX-Labs/awx-mcp-server@1.1.2) Control AWX/Ansible Tower through natural language - 49 tools for automation installs: pypi:awx-mcp-server detail: https://mcpindex.ai/server/io-github-surgex-labs-awx-mcp-server - io.github.Sushegaad/iso27001-mcp (io.github.Sushegaad/iso27001-mcp@0.8.4) ISO 27001 compliance workspace for Claude. Risks, policies, SoA, evidence, and audit workflows. installs: npm:iso27001-mcp detail: https://mcpindex.ai/server/io-github-sushegaad-iso27001-mcp - io.github.Swap-API/mcp (io.github.Swap-API/mcp@0.1.0) MCP server for SwapAPI - get executable token swap calldata for EVM chains installs: npm:@swapapi/mcp detail: https://mcpindex.ai/server/io-github-swap-api-mcp - io.github.Swarmwage/swarmwage (io.github.Swarmwage/swarmwage@0.4.3) Hire and pay specialized AI agents in USDC on Base. Open MCP protocol above x402. installs: npm:@swarmwage/mcp detail: https://mcpindex.ai/server/io-github-swarmwage-swarmwage - io.github.Syfer-web/krexel-mcp (io.github.Syfer-web/krexel-mcp@0.3.2) Ship and edit static sites from any MCP-compatible AI. The AI is the brain; Krexel is the hands. installs: npm:krexel-mcp detail: https://mcpindex.ai/server/io-github-syfer-web-krexel-mcp - Smart Reader MCP (io.github.SylphxAI/smart-reader-mcp@0.1.1) Sniff format and delegate to Sylphx Reader siblings for unified media read. installs: npm:@sylphx/smart-reader-mcp detail: https://mcpindex.ai/server/io-github-sylphxai-smart-reader-mcp - Synapse Network MCP Server for paid API calls (io.github.SynapseNetworkAI/synapse-network-mcp-server@0.1.9) Synapse Network MCP paid API calls via discover_services; not Synapse.org/Sage Bionetworks Synapse. installs: npm:@synapse-network-ai/mcp-server | remote:https://mcp.synapse-network.ai/mcp detail: https://mcpindex.ai/server/io-github-synapsenetworkai-synapse-network-mcp-server - io.github.Synergic-APIs/mcp (io.github.Synergic-APIs/mcp@0.1.2) Official US data for AI agents: CPI inflation since 1913, famous prices, national debt since 1790. installs: npm:@synergic-apis/mcp detail: https://mcpindex.ai/server/io-github-synergic-apis-mcp - io.github.Synter-Media-AI/synter-ads (io.github.Synter-Media-AI/synter-ads@1.0.8) Manage ad campaigns across Google, Meta, LinkedIn, Reddit, TikTok, and more via AI. installs: remote:https://mcp.syntermedia.ai detail: https://mcpindex.ai/server/io-github-synter-media-ai-synter-ads - io.github.Syronius/cryptair-mcp-server (io.github.Syronius/cryptair-mcp-server@0.1.1) Tamper-evident attestation tools for AI agents — on-chain receipts on Hedera Hashgraph mainnet. installs: npm:@cryptair/mcp-server detail: https://mcpindex.ai/server/io-github-syronius-cryptair-mcp-server - System R Risk Intelligence (io.github.System-R-AI/systemr-risk-intelligence@1.1.0) Pre-trade risk validation and position sizing for AI trading agents via G-formula and Iron Fist. installs: pypi:systemr | remote:https://agents.systemr.ai/mcp/sse detail: https://mcpindex.ai/server/io-github-system-r-ai-systemr-risk-intelligence - Cohearence (io.github.TCRichards/cohearence@1.0.8) Track, curate, and analyze data about your health, habits, and goals. installs: remote:https://api.cohearence.app/mcp/ detail: https://mcpindex.ai/server/io-github-tcrichards-cohearence - io.github.TMCHALK/sftunes (io.github.TMCHALK/sftunes@1.0.0) Hand-made human mixtapes with liner notes. Paid tools $0.01 USDC via x402, 80% to the tapemaker. installs: remote:https://sftunes.com/api/mcp detail: https://mcpindex.ai/server/io-github-tmchalk-sftunes - io.github.TN0123/one-shot-ui (io.github.TN0123/one-shot-ui@0.7.0) Deterministic UI extraction and screenshot diffing for AI coding agents. installs: npm:one-shot-ui detail: https://mcpindex.ai/server/io-github-tn0123-one-shot-ui - Resistance Tools (io.github.TONresistor/resistance-tools-mcp@0.2.6) MCP tools for TON Sites, TON DNS and TON Storage. installs: remote:https://app.resistance.dog/api/mcp detail: https://mcpindex.ai/server/io-github-tonresistor-resistance-tools-mcp - io.github.TVLSS/hirejack-mcp (io.github.TVLSS/hirejack-mcp@0.3.10) Tech job market intelligence: jobs, companies, salaries, skill velocity, hiring trends. installs: npm:@hirejack/mcp | remote:https://hirejack.com/api/mcp detail: https://mcpindex.ai/server/io-github-tvlss-hirejack-mcp - io.github.TZ24cloud/tradingview-mcp-thaqif (io.github.TZ24cloud/tradingview-mcp-thaqif@2.0.1) TradingView Desktop bridge for Pine Script, FCPO futures & Wyckoff multi-timeframe analysis. installs: npm:tradingview-mcp-thaqif detail: https://mcpindex.ai/server/io-github-tz24cloud-tradingview-mcp-thaqif - io.github.Tampermonkey/tampermonkey-mcp (io.github.Tampermonkey/tampermonkey-mcp@0.0.4) MCP server to manage your Tampermonkey scripts installs: npm:tampermonkey-mcp detail: https://mcpindex.ai/server/io-github-tampermonkey-tampermonkey-mcp - PropSWOT — Property Management AI (io.github.TapAds/propswot@1.0.0) Property management AI: work orders, vendors, appliances, and triage for Claude and ChatGPT. installs: remote:https://pm.propswot.com/api/mcp detail: https://mcpindex.ai/server/io-github-tapads-propswot - Eurostat Statistics (io.github.Taru0208/eurostat-mcp-server@1.1.0) Access European statistics: GDP, unemployment, inflation, population data. installs: remote:https://aligned-kettledrum--eurostat-mcp-server.apify.actor/mcp detail: https://mcpindex.ai/server/io-github-taru0208-eurostat-mcp-server - US Census Bureau Data (io.github.Taru0208/us-census-mcp-server@1.1.0) Query US Census Bureau data: demographics, economics, and housing statistics. installs: remote:https://aligned-kettledrum--us-census-mcp-server.apify.actor/mcp detail: https://mcpindex.ai/server/io-github-taru0208-us-census-mcp-server - World Bank Indicators (io.github.Taru0208/world-bank-mcp-server@1.1.0) Access World Bank development indicators for 200+ countries. installs: remote:https://aligned-kettledrum--world-bank-mcp-server.apify.actor/mcp detail: https://mcpindex.ai/server/io-github-taru0208-world-bank-mcp-server - Shipcheck MCP (io.github.TateLyman/shipcheck-mcp@0.1.12) Read-only Shipcheck launch-risk scans for authorized JS, TS, and MCP repos. installs: npm:shipcheck-mcp detail: https://mcpindex.ai/server/io-github-tatelyman-shipcheck-mcp - io.github.Team23gm/bitcoin-mcp-server (io.github.Team23gm/bitcoin-mcp-server@1.0.2) Honest monetary data for AI agents. Inflation, M2 vs CPI, Bitcoin vs dollar. No spin. installs: npm:@team23gm/bitcoin-mcp-server detail: https://mcpindex.ai/server/io-github-team23gm-bitcoin-mcp-server - AppHandoff MCP Server (io.github.TeamK2K/apphandoff@1.0.1) Shared live context for AI agents and humans — API specs, DB schemas, and contract mismatches. installs: remote:https://api.apphandoff.com/api/mcp-bot detail: https://mcpindex.ai/server/io-github-teamk2k-apphandoff - io.github.TeamTixxly/tixxly (io.github.TeamTixxly/tixxly@1.0.7) Tixxly MCP server — connect AI agents to tours, experiences, and activities installs: npm:@tixxly-ai/travel-mcp detail: https://mcpindex.ai/server/io-github-teamtixxly-tixxly - io.github.TedoNeObichaJavaScript/readyorai (io.github.TedoNeObichaJavaScript/readyorai@0.1.2) Zero-cost MCP server for local code inspection and best-practice recommendations installs: npm:readyorai detail: https://mcpindex.ai/server/io-github-tedoneobichajavascript-readyorai - io.github.TeleKashOracle/mcp-server (io.github.TeleKashOracle/mcp-server@1.0.0) Prediction market probability oracle. 500+ markets from Kalshi, Polymarket & Metaculus. installs: npm:telekash-mcp-server detail: https://mcpindex.ai/server/io-github-telekashoracle-mcp-server - Verbaterm Policy Intelligence (io.github.TensorsWillFlow/verbaterm@1.0.0) Judged, citation-checked policy corpus over MCP. Keyless public reads; API key for AI tools. installs: remote:https://verbaterm.com/mcp detail: https://mcpindex.ai/server/io-github-tensorswillflow-verbaterm - eyeot ERP (io.github.Termi24/eyeot-erp@1.1.1) ERP français avec serveur MCP natif : plus de 1 800 actions métier auto-générées via OpenAPI. installs: remote:https://erp.eyeot.fr/api/v1/mcp detail: https://mcpindex.ai/server/io-github-termi24-eyeot-erp - io.github.Testinat0r/otp-ojp (io.github.Testinat0r/otp-ojp@0.1.1) Validate, introspect, and parse talent profiles (OTP) and job postings (OJP) installs: npm:@opentalentprotocol/mcp-server detail: https://mcpindex.ai/server/io-github-testinat0r-otp-ojp - io.github.ThaiTrevor/gold-mcp (io.github.ThaiTrevor/gold-mcp@4.1.2) MCP server for XAUUSD gold market data + 4-tier trading toolkit (TA, backtest, SMC, risk). installs: pypi:gold-mcp detail: https://mcpindex.ai/server/io-github-thaitrevor-gold-mcp - The Context Company (io.github.The-Context-Company/context-company@1.0.2) AI agent observability for production traces, natural-language insights, and improvement loops. installs: remote:https://api.thecontext.company/mcp detail: https://mcpindex.ai/server/io-github-the-context-company-context-company - io.github.The-OpenROAD-Project/openroad-mcp (io.github.The-OpenROAD-Project/openroad-mcp@1.0.0) The OpenROAD MCP server - interactive EDA sessions via Model Context Protocol installs: npm:openroad-mcp | docker:ghcr.io/the-openroad-project/openroad-mcp:1.0.0 detail: https://mcpindex.ai/server/io-github-the-openroad-project-openroad-mcp - io.github.TheAiSingularity/agentic-research (io.github.TheAiSingularity/agentic-research@0.1.3) Local research agent that verifies its own answers. Runs on Gemma 3 4B + Ollama, $0/query. installs: pypi:agentic-research-engine detail: https://mcpindex.ai/server/io-github-theaisingularity-agentic-research - io.github.TheBarmaEffect/glassbox-framework (io.github.TheBarmaEffect/glassbox-framework@1.0.3) Runtime constitutional verification for AI answers — claim reasoning, ECS, red team, audits. installs: npm:@glassbox-framework/mcp detail: https://mcpindex.ai/server/io-github-thebarmaeffect-glassbox-framework - io.github.TheBaronofAI/okaneland-mcp (io.github.TheBaronofAI/okaneland-mcp@0.1.1) Verified AI-tool prices and AI product margin math for agents. installs: npm:@okaneland/mcp detail: https://mcpindex.ai/server/io-github-thebaronofai-okaneland-mcp - Hermes Action Bridge (io.github.TheBlueHouse75/hermes-action-bridge@0.6.2) Delegate real-world actions from Claude Code, Codex, and other agents to Hermes Agent. installs: npm:hermes-action-bridge detail: https://mcpindex.ai/server/io-github-thebluehouse75-hermes-action-bridge - Doxa MCP (io.github.TheDoxaWay/doxa-mcp@1.0.3) Christian AI for any question, in any season. Bible (BSB), grace + truth. faith.tools 5/5. installs: remote:https://doxa.app/mcp/v1 detail: https://mcpindex.ai/server/io-github-thedoxaway-doxa-mcp - io.github.TheNextGenNexus/news-mcp-server (io.github.TheNextGenNexus/news-mcp-server@1.0.1) Get latest news from AP, BBC, NPR, Hacker News, and Google News installs: npm:@thenextgennexus/news-mcp-server detail: https://mcpindex.ai/server/io-github-thenextgennexus-news-mcp-server - io.github.TheNextGenNexus/seo-web-analysis-mcp-server (io.github.TheNextGenNexus/seo-web-analysis-mcp-server@1.0.1) Run Lighthouse audits, check SSL certificates, detect tech stacks, query WHOIS and DNS records installs: npm:@thenextgennexus/seo-web-analysis-mcp-server detail: https://mcpindex.ai/server/io-github-thenextgennexus-seo-web-analysis-mcp-server - io.github.TheNextGenNexus/social-content-mcp-server (io.github.TheNextGenNexus/social-content-mcp-server@1.0.1) Access Hacker News, Dev.to, IMDB, podcasts, and Eventbrite data through the Model Context Protocol installs: npm:@thenextgennexus/social-content-mcp-server detail: https://mcpindex.ai/server/io-github-thenextgennexus-social-content-mcp-server - io.github.TheNextGenNexus/sports-scores-mcp-server (io.github.TheNextGenNexus/sports-scores-mcp-server@1.0.1) Get live NBA, NFL, and NHL scores and game data installs: npm:@thenextgennexus/sports-scores-mcp-server detail: https://mcpindex.ai/server/io-github-thenextgennexus-sports-scores-mcp-server - FEA (finite element analysis) (io.github.TheRoboMaster123/mcp-fea@1.0.0) Real FEA on CAD parts: validated setups, stress, safety factor, natural frequencies installs: remote:https://therobomaster123--mcp-fea-mcp-endpoint.modal.run/mcp detail: https://mcpindex.ai/server/io-github-therobomaster123-mcp-fea - BuyAPI (io.github.TheSnakeFang/buyapi-mcp@0.7.1) Vendor intelligence for AI coding agents choosing developer tools and stacks. installs: npm:buyapi | remote:https://buyapi.ai/api/mcp detail: https://mcpindex.ai/server/io-github-thesnakefang-buyapi-mcp - io.github.TheoEwzZer/winsight (io.github.TheoEwzZer/winsight@0.1.1) Windows Screen Capture MCP Server — give Claude Code eyes on your desktop. installs: pypi:winsight-mcp detail: https://mcpindex.ai/server/io-github-theoewzzer-winsight - io.github.ThiagoDataEngineer/l402-kit (io.github.ThiagoDataEngineer/l402-kit@1.8.7) MCP server for L402-protected APIs via Bitcoin Lightning. Pay-per-call AI tools in sats. installs: npm:l402-kit detail: https://mcpindex.ai/server/io-github-thiagodataengineer-l402-kit - ThinkReview (io.github.Thinkode/thinkreview@1.3.0) Live PR/MR code reviews via review_url_code. OAuth or portal Bearer auth. installs: remote:https://mcp.thinkreview.dev/v1 detail: https://mcpindex.ai/server/io-github-thinkode-thinkreview - Second Eyes Agent Workflow Services (io.github.This-Is-Hellgate/secondeye-mcp-unblock@1.2.7) Workflow diagnostics, capability routing, and x402 settlement for MCP-compatible agents. installs: npm:@secondeyes/mcp-unblock | remote:https://secondeyesai.com/api/bar detail: https://mcpindex.ai/server/io-github-this-is-hellgate-secondeye-mcp-unblock - Cycle Tracker (io.github.ThisisBankole/cycle-tracker@1.0.0) Live UK bike-share availability: nearby bikes and stations, popular stations, 90-day history. installs: remote:https://cycle.arrakis.house/mcp detail: https://mcpindex.ai/server/io-github-thisisbankole-cycle-tracker - io.github.ThomasViennet/referencime (io.github.ThomasViennet/referencime@2.0.9) Identifiez les meilleurs spots netlinking selon leur performance Google réelle. installs: npm:@referencime/mcp-server detail: https://mcpindex.ai/server/io-github-thomasviennet-referencime - io.github.Thourum/billy-mcp (io.github.Thourum/billy-mcp@0.3.2) Billy (billy.dk) accounting: invoices, journal entries, trial balance, with write protection. installs: npm:billy-mcp detail: https://mcpindex.ai/server/io-github-thourum-billy-mcp - Thunder Compute (io.github.Thunder-Compute/thunder-compute@1.0.0) GPU cloud platform — create, manage, and monitor instances, snapshots, SSH keys, and billing. installs: remote:https://api.thundercompute.com:8443/mcp detail: https://mcpindex.ai/server/io-github-thunder-compute-thunder-compute - Agent Router (io.github.Tim-Projekt/agent-router@1.0.0) Discover and call AI agents via MCP. Supports A2A agents and platform agents with async tasks. installs: remote:https://agent-router.org/mcp-http/mcp detail: https://mcpindex.ai/server/io-github-tim-projekt-agent-router - io.github.Timluogit/clawriver (io.github.Timluogit/clawriver@2.0.0) Agent 知识共享市场 — 让 AI Agent 搜索/购买/上传经验记忆。34 个 Tools,支持记忆搜索、购买、上传、评价、团队协作。 installs: remote:https://clawriver.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-timluogit-clawriver - mcp-x402 — MCP server for agents with autonomous USDC/RLUSD payments (io.github.Timwal78/mcp-x402@2.3.0) 85+ pay-per-call MCP tools: trading, federal grants/contracts, SEC, FTD. x402 USDC/RLUSD. No keys. installs: remote:https://mcp-x402.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-timwal78-mcp-x402 - SqueezeOS — Institutional AI Market Intelligence (io.github.Timwal78/squeezeos@6.2.0) Institutional AI market intelligence: squeeze scanner, options flow, council verdicts. x402 RLUSD. installs: remote:https://squeezeos-api.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-timwal78-squeezeos - xDEO — Earnings Oracle (io.github.Timwal78/xdeo@1.0.0) Reputation-ranked analyst earnings estimates. Pay per call via x402 on Base. installs: remote:https://xdeo.timothy-walton45.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-timwal78-xdeo - io.github.TinusJ/swing-mcp (io.github.TinusJ/swing-mcp@1.1.0) MCP server for inspecting and automating Java Swing applications. installs: manual detail: https://mcpindex.ai/server/io-github-tinusj-swing-mcp - io.github.TinySuiteHQ/tinysearch (io.github.TinySuiteHQ/tinysearch@0.4.3) Self-hosted web research for MCP agents. installs: pypi:tinysuite-search | docker:docker.io/marcellm01/tinysearch:v0.4.3 detail: https://mcpindex.ai/server/io-github-tinysuitehq-tinysearch - io.github.Toby-Self/asymptotic-ethics (io.github.Toby-Self/asymptotic-ethics@0.1.0) MCP server for an Asymptotic Ethics governance simulation with a verified compliance oracle. installs: pypi:asymptotic-ethics-mcp detail: https://mcpindex.ai/server/io-github-toby-self-asymptotic-ethics - io.github.Toby-Self/federated-ai-commons (io.github.Toby-Self/federated-ai-commons@0.1.1) MCP server for a federated AI-commons governance simulation with a verified compliance oracle. installs: pypi:federated-ai-commons-mcp detail: https://mcpindex.ai/server/io-github-toby-self-federated-ai-commons - Tendem MCP server (io.github.Toloka/tendem-mcp@1.0.1) Delegate tasks to vetted human experts - research, writing, analysis, and data work. installs: remote:https://mcp.tendem.ai/mcp?utm_hash=b093faed05 detail: https://mcpindex.ai/server/io-github-toloka-tendem-mcp - io.github.Tolomere21/latam-mcp (io.github.Tolomere21/latam-mcp@0.1.1) Peruvian public data — SUNAT RUC, BCRP FX, SEACE tenders. Sourced from official open-data. installs: npm:@latam-mcp/mcp detail: https://mcpindex.ai/server/io-github-tolomere21-latam-mcp - Research Repo Doctor (io.github.Tom409114/rrdoctor@0.2.24) Deterministic Artifact Evaluation preflight and run-path grader for research repositories. installs: pypi:rrdoctor detail: https://mcpindex.ai/server/io-github-tom409114-rrdoctor - io.github.TomasLucasUTN/godot-mcp-bridge (io.github.TomasLucasUTN/godot-mcp-bridge@1.1.6) MCP server for Godot game engine integration — control the Godot editor with AI installs: npm:godot-mcp-bridge detail: https://mcpindex.ai/server/io-github-tomaslucasutn-godot-mcp-bridge - Systemonomic — Work Domain Analysis & AI Task Suitability (io.github.TonyC23/systemonomic-mcp@0.1.2) Model work domains, score tasks for AI suitability, and design organisations. installs: pypi:systemonomic-mcp detail: https://mcpindex.ai/server/io-github-tonyc23-systemonomic-mcp - io.github.TonyWang-hub/mcp-cn-commerce (io.github.TonyWang-hub/mcp-cn-commerce@0.1.5) Read-only merchant data from 8 Chinese e-commerce platforms: orders, products, after-sales, ads installs: pypi:mcp-cn-commerce detail: https://mcpindex.ai/server/io-github-tonywang-hub-mcp-cn-commerce - io.github.Top5StocksAPI/mcp-server (io.github.Top5StocksAPI/mcp-server@1.0.6) Daily AI-ranked stock, crypto, and macro research data from the Top 5 Stocks API. installs: npm:top5stocks-mcp-server detail: https://mcpindex.ai/server/io-github-top5stocksapi-mcp-server - TopoLift Negotiation (io.github.TopoLift/topolift-mcp@0.2.1) Atom-grounded negotiation reasoning. Typed topology slot, inline citations, public dialect. installs: pypi:topolift-mcp detail: https://mcpindex.ai/server/io-github-topolift-topolift-mcp - io.github.ToremLabs/heuresis (io.github.ToremLabs/heuresis@1.0.0-rc.9) Read & write your Heuresis idea graph and run TRIZ/C-K/ASIT operators from your AI assistant. installs: npm:@heuresis/mcp detail: https://mcpindex.ai/server/io-github-toremlabs-heuresis - io.github.ToremLabs/proof (io.github.ToremLabs/proof@1.0.0) Govern your AI coding agent: frame the work, review the changes, keep a signed decision record. installs: npm:@toremlabs/proof-mcp detail: https://mcpindex.ai/server/io-github-toremlabs-proof - io.github.TotesMagotes/mcp-server (io.github.TotesMagotes/mcp-server@0.1.2) Answer questions about ExpenseBot — features, pricing, and integrations. Read-only. installs: npm:@expensebot/mcp-server detail: https://mcpindex.ai/server/io-github-totesmagotes-mcp-server - io.github.TourAround/lystbot (io.github.TourAround/lystbot@0.3.5) Smart lists that your AI can actually use. Manage lists via MCP, CLI, or REST API. installs: npm:lystbot detail: https://mcpindex.ai/server/io-github-touraround-lystbot - io.github.TrackingTime/mcp-server (io.github.TrackingTime/mcp-server@1.0.2) TrackingTime MCP server for profile, events, users, projects, tasks, customers, and services. installs: remote:https://mcp.trackingtime.co/mcp detail: https://mcpindex.ai/server/io-github-trackingtime-mcp-server - io.github.TradeRouter/trade-router-mcp (io.github.TradeRouter/trade-router-mcp@1.0.9) Non-custodial Solana swap & limit order engine for AI agents. installs: npm:@traderouter/trade-router-mcp detail: https://mcpindex.ai/server/io-github-traderouter-trade-router-mcp - io.github.TradeSystemsNique/aidatataskrunner-mcp (io.github.TradeSystemsNique/aidatataskrunner-mcp@1.0.0) MCP server for AiDataTaskRunner Panel (MT5) - Control data generation and ML model training via MCP installs: pypi:aidatataskrunner-mcp detail: https://mcpindex.ai/server/io-github-tradesystemsnique-aidatataskrunner-mcp - Trainzilla Coach MCP (io.github.Trainzilla/trainzilla-mcp@1.0.0) Manage clients, plans, sessions, habits, and billing on Trainzilla via one-click OAuth. installs: remote:https://api.tzilla.live/mcp detail: https://mcpindex.ai/server/io-github-trainzilla-trainzilla-mcp - io.github.TranHoaiHung/figma-ui-mcp (io.github.TranHoaiHung/figma-ui-mcp@2.5.26) Bidirectional Figma MCP — AI draws UI on Figma canvas, reads designs back installs: npm:figma-ui-mcp detail: https://mcpindex.ai/server/io-github-tranhoaihung-figma-ui-mcp - io.github.TranQui004/signalint (io.github.TranQui004/signalint@0.3.4) Local stdio MCP server for cached, loop-aware JS/TypeScript diagnostics (Oxlint, tsc, Biome). installs: npm:signalint-mcp detail: https://mcpindex.ai/server/io-github-tranqui004-signalint - io.github.TranThienTrong/asset-auto-generator (io.github.TranThienTrong/asset-auto-generator@1.0.0) An MCP server that provides asset auto generator installs: remote:https://TranThienTrong.github.io/mcp/asset-auto-generator detail: https://mcpindex.ai/server/io-github-tranthientrong-asset-auto-generator - io.github.TranThienTrong/asset-auto-picker (io.github.TranThienTrong/asset-auto-picker@1.2.0) An MCP server that provides [describe what your server does] installs: pypi:asset-auto-picker detail: https://mcpindex.ai/server/io-github-tranthientrong-asset-auto-picker - io.github.Treevu-ai/cli-market-world (io.github.Treevu-ai/cli-market-world@1.11.45) Commerce for AI agents. 44 MCP tools. 82 retailers (37 verified), 9 countries, 4 platforms. installs: pypi:cli-market-world detail: https://mcpindex.ai/server/io-github-treevu-ai-cli-market-world - Quiver Risk Brain (io.github.Tristan-tech-ai/quiver-risk-brain@0.1.0) Verifiable, deterministic risk math for autonomous agents; re-runnable proof on every answer. installs: remote:https://quiver-production-c3a8.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-tristan-tech-ai-quiver-risk-brain - io.github.Trusty-Squire/mcp (io.github.Trusty-Squire/mcp@1.0.33) Credential broker that signs your AI agent up to SaaS dev tools, within a signed spending mandate. installs: npm:@trusty-squire/mcp detail: https://mcpindex.ai/server/io-github-trusty-squire-mcp - io.github.TruthStack1/truthstack-mcp (io.github.TruthStack1/truthstack-mcp@2.1.1) Supplement-drug interaction safety API for AI agents with FDA adverse event data. installs: npm:truthstack-mcp detail: https://mcpindex.ai/server/io-github-truthstack1-truthstack-mcp - trovex (io.github.TsukumoHQ/trovex@0.13.1) Serves coding agents one canonical doc per query instead of rereading the repo — ~60% fewer tokens. installs: pypi:trovex detail: https://mcpindex.ai/server/io-github-tsukumohq-trovex - io.github.TsvetanG2/cognigy-ai-mcp-management-server (io.github.TsvetanG2/cognigy-ai-mcp-management-server@0.1.4) MCP server for Cognigy.AI - 132 tools to build, configure & operate conversational AI agents installs: npm:cognigy-ai-mcp-management-server detail: https://mcpindex.ai/server/io-github-tsvetang2-cognigy-ai-mcp-management-server - xyzDB (io.github.Tunolabs/xyzdb@1.1.2) MCP server for xyzDB: run xyTalk queries, inspect lobes and stats, take hot snapshots. installs: docker:ghcr.io/tunolabs/xyzdb-mcp:1.1.2 detail: https://mcpindex.ai/server/io-github-tunolabs-xyzdb - Tuurio ID (io.github.Tuurio/tuurio-id@1.0.0) Manage users, OIDC clients, roles, settings, and audits with tenant-bound OAuth. installs: remote:https://{tenant}.id.tuurio.com/mcp detail: https://mcpindex.ai/server/io-github-tuurio-tuurio-id - io.github.TweedBeetle/dependency-fitness-mcp (io.github.TweedBeetle/dependency-fitness-mcp@0.1.1) npm dependency fitness: deprecated/yanked/superseded + verified safe migration target. installs: npm:dependency-fitness-mcp detail: https://mcpindex.ai/server/io-github-tweedbeetle-dependency-fitness-mcp - Mund — MCP Security Scanner (io.github.Tyox-all/mund@0.1.12) Scan for prompt injection, secrets, PII, and vet MCP servers before installation installs: npm:@weave_protocol/mund detail: https://mcpindex.ai/server/io-github-tyox-all-mund - io.github.UI5/mcp-server (io.github.UI5/mcp-server@0.2.17) MCP server for SAPUI5/OpenUI5 development installs: npm:@ui5/mcp-server detail: https://mcpindex.ai/server/io-github-ui5-mcp-server - io.github.UI5/webcomponents-mcp-server (io.github.UI5/webcomponents-mcp-server@0.1.2) MCP server for UI5 Web Components development assistance installs: npm:@ui5/webcomponents-mcp-server detail: https://mcpindex.ai/server/io-github-ui5-webcomponents-mcp-server - io.github.UI5/webcomponents-react-mcp-server (io.github.UI5/webcomponents-react-mcp-server@2.25.0) MCP server for UI5 Web Components for React - Developer documentation and API assistance installs: npm:@ui5/webcomponents-react-mcp detail: https://mcpindex.ai/server/io-github-ui5-webcomponents-react-mcp-server - io.github.US1929/switchai (io.github.US1929/switchai@1.0.2) Compare Italian energy tariffs with AI. Analyzes bills, finds best offers, live market indices. installs: npm:@us1929/switchai-mcp detail: https://mcpindex.ai/server/io-github-us1929-switchai - USDV Capital — Your Real Estate CFO (io.github.USDVCapital/real-estate-cfo@1.0.0) Real estate market intelligence, calculators, and capital advisory for US investors. installs: remote:https://api.usdvcapital.com/mcp detail: https://mcpindex.ai/server/io-github-usdvcapital-real-estate-cfo - MaStR MCP Server (io.github.UliRCS/mastr-mcp-server@1.0.1) MCP server for the German Marktstammdatenregister (MaStR) energy market register installs: pypi:mastr-mcp-server detail: https://mcpindex.ai/server/io-github-ulircs-mastr-mcp-server - io.github.UltraStarz/x402-extract (io.github.UltraStarz/x402-extract@0.1.2) Pay-per-call MCP server. $0.01 USDC extracts schema.org/Product JSON from any URL via x402. installs: npm:x402-extract-mcp detail: https://mcpindex.ai/server/io-github-ultrastarz-x402-extract - Kirk — Unsupervised Structural Change Detection (io.github.UlyssesModel/kirk-mcp@1.0.2) The Kalman filter for the non-Gaussian, non-stationary world. Unsupervised structural change. installs: remote:https://kirk-mcp.kavara.ai/mcp detail: https://mcpindex.ai/server/io-github-ulyssesmodel-kirk-mcp - Unmarkdown (io.github.UnMarkdown/mcp-server@1.0.3) The document publishing layer for AI tools. Convert markdown to 6 destinations, 62 templates. installs: npm:@un-markdown/mcp-server | remote:https://unmarkdown.com/api/mcp detail: https://mcpindex.ai/server/io-github-unmarkdown-mcp-server - Dockerfile Audit (io.github.UnbearableDev/dockerfile-audit@1.0.0) Hadolint-grade Dockerfile audit — 19 checks: secrets, privileges, supply chain, hygiene. installs: remote:https://unbearable-dev--dockerfile-audit.apify.actor/mcp detail: https://mcpindex.ai/server/io-github-unbearabledev-dockerfile-audit - Hungarian Postcode Validator (io.github.UnbearableDev/hu-postcode-validator@1.0.1) Hungarian postcode lookup + validation - 3,484 codes, sub-10ms lookups, bulk address endpoint. installs: remote:https://unbearable-dev--hu-postcode-validator.apify.actor/mcp detail: https://mcpindex.ai/server/io-github-unbearabledev-hu-postcode-validator - io.github.UncleTIM-GZ/oprocess (io.github.UncleTIM-GZ/oprocess@0.4.0) AI-native process classification. 2436 processes + 3284 KPIs from APQC, ITIL, SCOR. installs: pypi:oprocess detail: https://mcpindex.ai/server/io-github-uncletim-gz-oprocess - io.github.UniRate-API/mcp (io.github.UniRate-API/mcp@0.2.2) Currency conversion and exchange rates for AI. 170+ currencies, historical data back to 1999. installs: npm:@unirate/mcp detail: https://mcpindex.ai/server/io-github-unirate-api-mcp - Utilify (io.github.Utilify-io/utilify-mcp@0.1.0) AI agents compare and sign up for Texas utility plans: electricity, internet, gas, water, trash. installs: remote:https://utilify.io/mcp detail: https://mcpindex.ai/server/io-github-utilify-io-utilify-mcp - AndroJack MCP (io.github.VIKAS9793/androjack@2.0.0) Android engineering MCP server with verified documentation grounding and AI validation tools. installs: npm:androjack-mcp detail: https://mcpindex.ai/server/io-github-vikas9793-androjack - io.github.VLab-Software/easyeda-pro-mcp (io.github.VLab-Software/easyeda-pro-mcp@1.0.2) MCP server and EasyEDA Pro extension bridge for live project assistance. installs: npm:@vlabsoft/easyeda-pro-mcp detail: https://mcpindex.ai/server/io-github-vlab-software-easyeda-pro-mcp - Dados B3 (io.github.Val7h/dados-b3@1.1.0) Brazilian stock (B3) fundamentals: ratios, multiples, dividends, scores. Public methodology. installs: remote:https://dadosb3.com/mcp/ detail: https://mcpindex.ai/server/io-github-val7h-dados-b3 - io.github.VanguardiaAI/doktor (io.github.VanguardiaAI/doktor@1.0.1) Busca 56,000+ médicos verificados en México con cédulas validadas por la SEP installs: npm:doktor-mcp-server detail: https://mcpindex.ai/server/io-github-vanguardiaai-doktor - CanLII (io.github.Vaquill-AI/canlii-mcp@0.1.0) MCP for CanLII: Canadian case law and legislation metadata (federal, provincial, territorial). installs: remote:https://canlii-mcp.vaquill.ai/mcp detail: https://mcpindex.ai/server/io-github-vaquill-ai-canlii-mcp - CourtListener (io.github.Vaquill-AI/courtlistener-mcp@0.1.0) MCP for CourtListener: US federal and state opinions, dockets, judges, plus eCFR regulations. installs: remote:https://courtlistener-mcp.vaquill.ai/mcp/ detail: https://mcpindex.ai/server/io-github-vaquill-ai-courtlistener-mcp - io.github.Vedant2254/aishelf-mcp-server (io.github.Vedant2254/aishelf-mcp-server@1.0.3) MCP server for AIShelf - allows AI model to choose workflows, rules, skills, and prompts for a task installs: npm:@aishelf/mcp-server detail: https://mcpindex.ai/server/io-github-vedant2254-aishelf-mcp-server - Velaris Intelligence (io.github.Velaris-CSM/velaris-intelligence@1.0.1) AI-generated customer success reports for Velaris platform users. Authenticates via OAuth. installs: remote:https://gx7rt55cmrb2ilws3nrl5hpvli0lvzxg.lambda-url.eu-west-2.on.aws/ detail: https://mcpindex.ai/server/io-github-velaris-csm-velaris-intelligence - Grid (io.github.VeloGerber/Grid@1.0.0) The Agent Economy. AI agents register businesses, find customers, and transact. installs: remote:https://aiegis.ie/grid/mcp detail: https://mcpindex.ai/server/io-github-velogerber-grid - VerifiedDR (io.github.VerifiedDR/verifieddr@1.0.0) Website authority and AI visibility tools for DR, TrueDR, keywords, backlinks, and partnerships. installs: remote:https://verifieddr.com/api/mcp detail: https://mcpindex.ai/server/io-github-verifieddr-verifieddr - AuctionTrace (io.github.VermontForest/auctiontrace@1.0.0) Historical ES Book Pressure data, matched evidence, and evaluation guidance for $5 USDC via x402. installs: remote:https://api.auctiontrace.com/mcp detail: https://mcpindex.ai/server/io-github-vermontforest-auctiontrace - io.github.Vertisky/toolalize-mcp (io.github.Vertisky/toolalize-mcp@1.0.1) Free unit & live currency conversion tools from toolalize.com (convert_units, convert_currency). installs: remote:https://toolalize.com/mcp detail: https://mcpindex.ai/server/io-github-vertisky-toolalize-mcp - Business Days & SLA (io.github.Vessark/business-days-mcp@0.1.0) Business-day, SLA, cron and recurrence calculations — offline, holiday-aware, no network. installs: remote:https://vessark.com/mcp detail: https://mcpindex.ai/server/io-github-vessark-business-days-mcp - io.github.VestOSAI/vest-mcp (io.github.VestOSAI/vest-mcp@2.0.0) Earn up to 20% cashback on 200+ AI tool subscriptions. Browse, build stacks, get tracked links. installs: remote:https://mcp.getvest.ai/mcp detail: https://mcpindex.ai/server/io-github-vestosai-vest-mcp - Codehelper (io.github.VeyrForge/codehelper@3.0.3) Local-first code intelligence MCP: symbol graph, impact analysis, 60+ tools. installs: manual detail: https://mcpindex.ai/server/io-github-veyrforge-codehelper - io.github.VibeCheckAIOfficial/vibecheck-mcp (io.github.VibeCheckAIOfficial/vibecheck-mcp@1.0.0) AI Code Firewall — MCP Server for hallucination prevention in AI development installs: npm:@vibecheckdev/vibecheck-mcp detail: https://mcpindex.ai/server/io-github-vibecheckaiofficial-vibecheck-mcp - io.github.VibeCodingInc/vibe-mcp (io.github.VibeCodingInc/vibe-mcp@0.3.26) Social layer for Claude Code - DMs, presence, discovery, and games between AI-assisted developers installs: npm:slashvibe-mcp detail: https://mcpindex.ai/server/io-github-vibecodinginc-vibe-mcp - VibeKit (io.github.VibeKit-Bot/vibekit-mcp@0.8.0) Build, deploy, and operate hosted web apps on VibeKit (vibekit.bot) from any MCP client. installs: remote:https://mcp.vibekit.bot/mcp detail: https://mcpindex.ai/server/io-github-vibekit-bot-vibekit-mcp - Attestix (io.github.VibeTensor/attestix@0.2.2) AI agent identity, W3C credentials, EU AI Act compliance. 47 MCP tools. installs: pypi:attestix detail: https://mcpindex.ai/server/io-github-vibetensor-attestix - io.github.VictoriaMetrics-Community/mcp-victorialogs (io.github.VictoriaMetrics-Community/mcp-victorialogs@1.8.0) MCP Server for VictoriaLogs. Provides integration with VictoriaLogs API and documentation installs: docker:ghcr.io/victoriametrics-community/mcp-victorialogs:1.8.0 detail: https://mcpindex.ai/server/io-github-victoriametrics-community-mcp-victorialogs - io.github.VictoriaMetrics-Community/mcp-victoriametrics (io.github.VictoriaMetrics-Community/mcp-victoriametrics@1.18.0) MCP Server for VictoriaMetrics. Provides integration with VictoriaMetrics API and documentation installs: docker:ghcr.io/victoriametrics-community/mcp-victoriametrics:1.18.0 detail: https://mcpindex.ai/server/io-github-victoriametrics-community-mcp-victoriametrics - io.github.VictoriaMetrics-Community/mcp-victoriatraces (io.github.VictoriaMetrics-Community/mcp-victoriatraces@1.5.0) MCP Server for VictoriaTraces. Provides integration with VictoriaTraces API and documentation installs: docker:ghcr.io/victoriametrics-community/mcp-victoriatraces:1.5.0 detail: https://mcpindex.ai/server/io-github-victoriametrics-community-mcp-victoriatraces - io.github.VictoriaMetrics-Community/mcp-vmanomaly (io.github.VictoriaMetrics-Community/mcp-vmanomaly@0.1.0) MCP Server for vmanomaly - VictoriaMetrics anomaly detection installs: docker:ghcr.io/victoriametrics-community/mcp-vmanomaly:0.1.0 detail: https://mcpindex.ai/server/io-github-victoriametrics-community-mcp-vmanomaly - io.github.VictoriaMetrics/mcp-victorialogs (io.github.VictoriaMetrics/mcp-victorialogs@1.9.0) MCP Server for VictoriaLogs. Provides integration with VictoriaLogs API and documentation installs: docker:ghcr.io/victoriametrics/mcp-victorialogs:1.9.0 detail: https://mcpindex.ai/server/io-github-victoriametrics-mcp-victorialogs - io.github.VictoriaMetrics/mcp-victoriametrics (io.github.VictoriaMetrics/mcp-victoriametrics@1.120.1) MCP Server for VictoriaMetrics. Provides integration with VictoriaMetrics API and documentation installs: docker:ghcr.io/victoriametrics/mcp-victoriametrics:1.120.1 detail: https://mcpindex.ai/server/io-github-victoriametrics-mcp-victoriametrics - io.github.VictoriaMetrics/mcp-vmanomaly (io.github.VictoriaMetrics/mcp-vmanomaly@0.3.1) MCP Server for vmanomaly - VictoriaMetrics anomaly detection installs: docker:ghcr.io/victoriametrics/mcp-vmanomaly:0.3.1 detail: https://mcpindex.ai/server/io-github-victoriametrics-mcp-vmanomaly - io.github.VidhiJav/myrsu-mcp (io.github.VidhiJav/myrsu-mcp@0.4.0) Concentration risk analysis for tech workers with RSU comp — global (US/IN/CA/UK/EU/AU). installs: npm:myrsu-mcp | remote:https://myrsu-mcp.vidhidev.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-vidhijav-myrsu-mcp - io.github.Vigile-ai/vigile-mcp (io.github.Vigile-ai/vigile-mcp@0.1.2) Query trust scores for MCP servers and agent skills. Check if a tool is safe. installs: npm:vigile-mcp detail: https://mcpindex.ai/server/io-github-vigile-ai-vigile-mcp - Bench Agent Discovery (io.github.VirajMishra1/bench@0.1.0) Discover public AI agents, reusable recipes, and trusted benchmark evidence by task. installs: remote:https://bench.virajmishratakehome.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-virajmishra1-bench - FirstData (io.github.Vist233/firstdata@0.1.1) Hosted MCP server for finding authoritative primary data sources and official portals. installs: remote:https://firstdata.deepminer.com.cn/mcp detail: https://mcpindex.ai/server/io-github-vist233-firstdata - AbraFlexi (io.github.Vitexus/abraflexi@1.0.1) MCP server for AbraFlexi ERP — invoices, contacts, products, bank transactions. installs: pypi:abraflexi-mcp-server detail: https://mcpindex.ai/server/io-github-vitexus-abraflexi - io.github.VladUZH/sidclaw-governance-mcp (io.github.VladUZH/sidclaw-governance-mcp@0.1.13) Governance proxy for MCP servers — policy evaluation, human approval, audit trails. installs: npm:@sidclaw/sdk detail: https://mcpindex.ai/server/io-github-vladuzh-sidclaw-governance-mcp - ChainScope (io.github.Vohlsyr/chainscope@1.0.0) Multi-chain wallet intelligence: balances, transactions, ENS, OFAC screening across 7 chains. installs: remote:https://chainsscope.duckdns.org/mcp/ detail: https://mcpindex.ai/server/io-github-vohlsyr-chainscope - Trading Strategy Data (io.github.Vohlsyr/trading-strategy-data@1.0.0) Live crypto trend signals, ranking, and backtesting for BTC/ETH/SOL/XRP/ADA. x402 pay-per-call. installs: remote:https://strategysignals.duckdns.org/mcp/ detail: https://mcpindex.ai/server/io-github-vohlsyr-trading-strategy-data - TrustFetch (io.github.Vohlsyr/trustfetch@1.0.0) Prompt-injection scanning and safe webpage fetching for AI agents reading untrusted content. installs: remote:https://trustfetch.duckdns.org/mcp/ detail: https://mcpindex.ai/server/io-github-vohlsyr-trustfetch - io.github.VomeshAtukuri/copilot-mcp (io.github.VomeshAtukuri/copilot-mcp@1.0.0) MCP server for web development with Khoros, Gainsight, and HigherLogic integrations. installs: remote:https://copilot-mcp--0000001.gentlesea-14833e94.westus2.azurecontainerapps.io/mcp detail: https://mcpindex.ai/server/io-github-vomeshatukuri-copilot-mcp - io.github.Vonage/vonage-documentation-mcp (io.github.Vonage/vonage-documentation-mcp@1.0.0) MCP server for Vonage API documentation, code snippets, tutorials, and troubleshooting. installs: remote:https://documentation-mcp.vonage.dev/mcp detail: https://mcpindex.ai/server/io-github-vonage-vonage-documentation-mcp - io.github.Vorim-AI-Labs/vorim-mcp-server (io.github.Vorim-AI-Labs/vorim-mcp-server@1.1.15) AI agent identity, permissions, trust scores, and tamper-evident audit trails via Vorim AI installs: npm:@vorim/mcp-server detail: https://mcpindex.ai/server/io-github-vorim-ai-labs-vorim-mcp-server - Tekna Events & News (io.github.Vortiago/mcp-tekna@0.3.1) MCP server for Tekna events and news installs: pypi:mcp-tekna detail: https://mcpindex.ai/server/io-github-vortiago-mcp-tekna - io.github.Vublox/sports (io.github.Vublox/sports@0.1.3) Live football scores, match summaries, and fan clip links from Vublox. No API key required. installs: npm:@vublox/agent-tools detail: https://mcpindex.ai/server/io-github-vublox-sports - io.github.WaterTian/wechat-devtools (io.github.WaterTian/wechat-devtools@0.1.0) MCP Server for WeChat DevTools CLI - Automate Mini Program development & testing. installs: pypi:wechat-devtools-mcp detail: https://mcpindex.ai/server/io-github-watertian-wechat-devtools - io.github.WaterTian/wechat-devtools-mcp (io.github.WaterTian/wechat-devtools-mcp@0.9.10) MCP Server for WeChat DevTools CLI - Automate development & testing with 7 aggregated APIs. installs: pypi:wechat-devtools-mcp detail: https://mcpindex.ai/server/io-github-watertian-wechat-devtools-mcp - io.github.WattCoin-Org/wattcoin-mcp-server (io.github.WattCoin-Org/wattcoin-mcp-server@1.1.0) Earn WATT tokens on Solana — tasks, skills marketplace, AI inference, and bounties. installs: remote:https://wattcoin-mcp-server.wattcoin.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-wattcoin-org-wattcoin-mcp-server - io.github.Waysway-app/waysway (io.github.Waysway-app/waysway@1.0.0) Waysway AI travel MCP for hotels, live prices, restaurants, flights, and activities. installs: remote:https://api.waysway.com/mcp detail: https://mcpindex.ai/server/io-github-waysway-app-waysway - io.github.WeAreBraveLabs/domain-checker-mcp (io.github.WeAreBraveLabs/domain-checker-mcp@1.0.1) Fast domain availability checker. DNS + RDAP/WHOIS verification. installs: npm:@wearebravelabs/domain-checker-mcp detail: https://mcpindex.ai/server/io-github-wearebravelabs-domain-checker-mcp - io.github.WeCodeBase/smart-speaker-mcp (io.github.WeCodeBase/smart-speaker-mcp@1.0.1) Control Google Home and Amazon Alexa speakers from Claude Desktop using natural language. installs: manual detail: https://mcpindex.ai/server/io-github-wecodebase-smart-speaker-mcp - MetaMask Embedded Wallets (Web3Auth) MCP (io.github.Web3Auth/mcp-server@2.0.0) Helps AI coding agents integrate MetaMask Embedded Wallets (Web3Auth) SDKs. installs: remote:https://mcp.web3auth.io detail: https://mcpindex.ai/server/io-github-web3auth-mcp-server - CiteRank MCP (io.github.WebforMike/citerank@2.0.2) Full AI visibility audits: schema, citations, agentic readiness, agent journeys, WordPress deploys. installs: remote:https://citerankscore.com/api/mcp-server detail: https://mcpindex.ai/server/io-github-webformike-citerank - Well (io.github.WellApp-ai/well-mcp@0.2.1) Connect your AI to your Well financial data - invoices, companies, contacts. installs: remote:https://api.wellapp.ai/v1/mcp detail: https://mcpindex.ai/server/io-github-wellapp-ai-well-mcp - io.github.Wenyveo/escrow (io.github.Wenyveo/escrow@1.0.0) Agent-to-agent escrow on Robinhood Chain. Post quests with ETH/USDG bounties and settle on-chain. installs: remote:https://pactlayer.io/mcp detail: https://mcpindex.ai/server/io-github-wenyveo-escrow - io.github.Whatsonyourmind/modelforge (io.github.Whatsonyourmind/modelforge@0.9.7) Bulge-tier financial model factory — live formulas, source-traced cells, 14 templates. installs: pypi:modelforge-finance detail: https://mcpindex.ai/server/io-github-whatsonyourmind-modelforge - io.github.Whatsonyourmind/oraclaw (io.github.Whatsonyourmind/oraclaw@1.5.1) Decision intelligence MCP — 17 tools (optimize, simulate, predict, score, graph). Sub-25ms. installs: npm:@oraclaw/mcp-server detail: https://mcpindex.ai/server/io-github-whatsonyourmind-oraclaw - Whaber Oracle (io.github.Whawi/oracle@1.2.0) Ground truth operational layer for urban transfers in LatAm. installs: remote:https://oracle.whaber.ai/mcp/v1 detail: https://mcpindex.ai/server/io-github-whawi-oracle - io.github.WhenLabs-org/when (io.github.WhenLabs-org/when@0.12.3) The WhenLabs developer toolkit — 6 tools, 7 MCP endpoints, one install. installs: npm:@whenlabs/when detail: https://mcpindex.ai/server/io-github-whenlabs-org-when - io.github.Whitemarmot/copyright01 (io.github.Whitemarmot/copyright01@1.0.0) Copyright deposit API — protect code, text, and websites with Berne Convention proof installs: remote:https://www.copyright01.com/mcp detail: https://mcpindex.ai/server/io-github-whitemarmot-copyright01 - io.github.Whitemarmot/postbolt (io.github.Whitemarmot/postbolt@1.0.2) Publish to 13+ social media platforms from any AI agent via MCP. installs: npm:postbolt-mcp detail: https://mcpindex.ai/server/io-github-whitemarmot-postbolt - WhoisJSON (io.github.Whoisjson/mcp-server@1.0.3) WHOIS, DNS, SSL, and domain availability lookups for AI assistants installs: npm:@whoisjson/mcp-server detail: https://mcpindex.ai/server/io-github-whoisjson-mcp-server - io.github.WimSuenens/gs1belu-mpm-download (io.github.WimSuenens/gs1belu-mpm-download@0.2.0) Unofficial MCP tool surface for GS1 Belgium & Luxembourg's My Product Manager Download API (v17). installs: pypi:gs1belu-mpm-download-mcp detail: https://mcpindex.ai/server/io-github-wimsuenens-gs1belu-mpm-download - io.github.WimSuenens/gs1belu-mpm-upload (io.github.WimSuenens/gs1belu-mpm-upload@0.2.0) Unofficial MCP tool surface for GS1 Belgium & Luxembourg's My Product Manager Upload API (v17). installs: pypi:gs1belu-mpm-upload-mcp detail: https://mcpindex.ai/server/io-github-wimsuenens-gs1belu-mpm-upload - io.github.WirterNow/agent-bank (io.github.WirterNow/agent-bank@1.0.2) Financial infrastructure for AI agents: wallets, USDC transfers, lending, jobs on Polygon installs: npm:ai-agent-bank-mcp-server | remote:https://tdueqhfxyojmjgactdyc.supabase.co/functions/v1/mcp-server detail: https://mcpindex.ai/server/io-github-wirternow-agent-bank - TrenchFu — Universal Intelligence Marketplace (io.github.WizzyDev/trenchfu-mcp@3.0.0) Intelligence marketplace on Solana — 86 tools, 168+ endpoints, per-call USDC. installs: remote:https://mcp.trenchfu.com detail: https://mcpindex.ai/server/io-github-wizzydev-trenchfu-mcp - Wokelo MCP Server (io.github.Wokelo-AI/wokelo-mcp-server@1.0.3) Company and market intelligence, news, enrichment, and agentic workflows for dealmakers. installs: remote:https://mcp.wokelo.ai/mcp detail: https://mcpindex.ai/server/io-github-wokelo-ai-wokelo-mcp-server - mcp-better (io.github.Wolfe-Jam/mcp-better@0.4.2) AAIF-verified modern MCP setup optimised to the 2026-07-28 model (BETTER textbook). installs: npm:mcp-better detail: https://mcpindex.ai/server/io-github-wolfe-jam-mcp-better - QuLab Infinite MCP Server (io.github.Workofarttattoo/qulab-infinite-mcp@1.0.0) QuLab MCP remote server (Streamable HTTP) for computational science and lab tools. installs: remote:https://workofarttattoo-qulab-mcp.azurewebsites.net/mcp detail: https://mcpindex.ai/server/io-github-workofarttattoo-qulab-infinite-mcp - io.github.World-999-Labs/proof-layer (io.github.World-999-Labs/proof-layer@1.0.1) Signed, hash-chained provenance receipts for AI agent actions. installs: npm:@proof-layer/mcp detail: https://mcpindex.ai/server/io-github-world-999-labs-proof-layer - io.github.Writbase/writbase (io.github.Writbase/writbase@0.1.3) MCP-native task management for AI agent fleets with scoped permissions and provenance. installs: npm:writbase | remote:https://{PROJECT_REF}.supabase.co/functions/v1/mcp-server/mcp detail: https://mcpindex.ai/server/io-github-writbase-writbase - io.github.Writehand-AI/productised (io.github.Writehand-AI/productised@1.0.0) Build and publish AI products for coaching practices from inside Claude. 16 live tools. installs: manual detail: https://mcpindex.ai/server/io-github-writehand-ai-productised - Artifact Delivery Planner (io.github.Wxt-ai/artifact-export-route-identifier@1.0.4) Plan the delivery route for an artifact installs: remote:https://antibody-package-occasional-floppy.trycloudflare.com/mcp/artifact-export-route/upstream detail: https://mcpindex.ai/server/io-github-wxt-ai-artifact-export-route-identifier - Artifact Delivery Desk (io.github.Wxt-ai/artifact-export-route-workbench@1.0.4) Register an artifact delivery route installs: remote:https://antibody-package-occasional-floppy.trycloudflare.com/mcp/artifact-export-route/downstream detail: https://mcpindex.ai/server/io-github-wxt-ai-artifact-export-route-workbench - Campaign Budget Forecaster (io.github.Wxt-ai/budget-planning-units-identifier@1.0.4) Forecast a scenario amount installs: remote:https://antibody-package-occasional-floppy.trycloudflare.com/mcp/budget-planning-units/upstream detail: https://mcpindex.ai/server/io-github-wxt-ai-budget-planning-units-identifier - Scenario Planning Ledger (io.github.Wxt-ai/budget-planning-units-workbench@1.0.4) Append a scenario planning amount installs: remote:https://antibody-package-occasional-floppy.trycloudflare.com/mcp/budget-planning-units/downstream detail: https://mcpindex.ai/server/io-github-wxt-ai-budget-planning-units-workbench - Runbook Option Planner (io.github.Wxt-ai/command-summary-option-identifier@1.0.0) Plan an option for a runbook example installs: remote:https://withdrawal-scales-newport-gordon.trycloudflare.com/mcp/command-summary-option/upstream detail: https://mcpindex.ai/server/io-github-wxt-ai-command-summary-option-identifier - Runbook Example Catalog (io.github.Wxt-ai/command-summary-option-workbench@1.0.0) Catalog a runbook command option installs: remote:https://withdrawal-scales-newport-gordon.trycloudflare.com/mcp/command-summary-option/downstream detail: https://mcpindex.ai/server/io-github-wxt-ai-command-summary-option-workbench - Content Intake Triage (io.github.Wxt-ai/content-review-mode-identifier@1.0.4) Triage a workspace content item installs: remote:https://antibody-package-occasional-floppy.trycloudflare.com/mcp/content-review-mode/upstream detail: https://mcpindex.ai/server/io-github-wxt-ai-content-review-mode-identifier - Editorial Review Queue (io.github.Wxt-ai/content-review-mode-workbench@1.0.4) Queue content for editorial review installs: remote:https://antibody-package-occasional-floppy.trycloudflare.com/mcp/content-review-mode/downstream detail: https://mcpindex.ai/server/io-github-wxt-ai-content-review-mode-workbench - Delivery Confirmation Stylebook (io.github.Wxt-ai/export-confirmation-style-identifier@1.0.4) Set confirmation style for a delivery workflow installs: remote:https://antibody-package-occasional-floppy.trycloudflare.com/mcp/export-confirmation-style/upstream detail: https://mcpindex.ai/server/io-github-wxt-ai-export-confirmation-style-identifier - Delivery Confirmation Desk (io.github.Wxt-ai/export-confirmation-style-workbench@1.0.4) Register a delivery confirmation pattern installs: remote:https://antibody-package-occasional-floppy.trycloudflare.com/mcp/export-confirmation-style/downstream detail: https://mcpindex.ai/server/io-github-wxt-ai-export-confirmation-style-workbench - Retention Policy Planner (io.github.Wxt-ai/profile-retention-key-identifier@1.0.4) Plan a profile governance setting installs: remote:https://antibody-package-occasional-floppy.trycloudflare.com/mcp/profile-retention-key/upstream detail: https://mcpindex.ai/server/io-github-wxt-ai-profile-retention-key-identifier - Profile Governance Register (io.github.Wxt-ai/profile-retention-key-workbench@1.0.4) Register a profile governance setting installs: remote:https://antibody-package-occasional-floppy.trycloudflare.com/mcp/profile-retention-key/downstream detail: https://mcpindex.ai/server/io-github-wxt-ai-profile-retention-key-workbench - Project Intake Identifier (io.github.Wxt-ai/project-code-notes-identifier@1.0.4) Identify the project handle from an intake note installs: remote:https://antibody-package-occasional-floppy.trycloudflare.com/mcp/project-code-notes/upstream detail: https://mcpindex.ai/server/io-github-wxt-ai-project-code-notes-identifier - Delivery Update Ledger (io.github.Wxt-ai/project-code-notes-workbench@1.0.4) Append a delivery update to the account ledger installs: remote:https://antibody-package-occasional-floppy.trycloudflare.com/mcp/project-code-notes/downstream detail: https://mcpindex.ai/server/io-github-wxt-ai-project-code-notes-workbench - Customer Record Field Prep (io.github.Wxt-ai/record-export-field-identifier@1.0.4) Prepare a customer record field for reporting installs: remote:https://antibody-package-occasional-floppy.trycloudflare.com/mcp/record-export-field/upstream detail: https://mcpindex.ai/server/io-github-wxt-ai-record-export-field-identifier - Reporting Export Assembler (io.github.Wxt-ai/record-export-field-workbench@1.0.4) Assemble a reporting export row installs: remote:https://antibody-package-occasional-floppy.trycloudflare.com/mcp/record-export-field/downstream detail: https://mcpindex.ai/server/io-github-wxt-ai-record-export-field-workbench - Release Configuration Brief (io.github.Wxt-ai/release-report-label-identifier@1.0.4) Identify a configuration label for a release brief installs: remote:https://antibody-package-occasional-floppy.trycloudflare.com/mcp/release-report-label/upstream detail: https://mcpindex.ai/server/io-github-wxt-ai-release-report-label-identifier - Stakeholder Report Publisher (io.github.Wxt-ai/release-report-label-workbench@1.0.4) Publish a stakeholder report entry installs: remote:https://antibody-package-occasional-floppy.trycloudflare.com/mcp/release-report-label/downstream detail: https://mcpindex.ai/server/io-github-wxt-ai-release-report-label-workbench - Executive Report Style Guide (io.github.Wxt-ai/report-style-guidance-identifier@1.0.4) Set the style guidance for an executive report installs: remote:https://antibody-package-occasional-floppy.trycloudflare.com/mcp/report-style-guidance/upstream detail: https://mcpindex.ai/server/io-github-wxt-ai-report-style-guidance-identifier - Status Report Formatter (io.github.Wxt-ai/report-style-guidance-workbench@1.0.4) Format a status report for stakeholders installs: remote:https://antibody-package-occasional-floppy.trycloudflare.com/mcp/report-style-guidance/downstream detail: https://mcpindex.ai/server/io-github-wxt-ai-report-style-guidance-workbench - Client Brief Routing Desk (io.github.Wxt-ai/routing-contact-identifier@1.0.4) Select a contact for a client brief installs: remote:https://antibody-package-occasional-floppy.trycloudflare.com/mcp/routing-contact/upstream detail: https://mcpindex.ai/server/io-github-wxt-ai-routing-contact-identifier - Support Intake Digest (io.github.Wxt-ai/support-followup-marker-identifier@1.0.4) Digest a support intake marker installs: remote:https://antibody-package-occasional-floppy.trycloudflare.com/mcp/support-followup-marker/upstream detail: https://mcpindex.ai/server/io-github-wxt-ai-support-followup-marker-identifier - Support Case Workbench (io.github.Wxt-ai/support-followup-marker-workbench@1.0.4) Add a support case follow-up installs: remote:https://antibody-package-occasional-floppy.trycloudflare.com/mcp/support-followup-marker/downstream detail: https://mcpindex.ai/server/io-github-wxt-ai-support-followup-marker-workbench - Capacity Queue Planner (io.github.Wxt-ai/task-priority-guidance-identifier@1.0.4) Plan capacity handling for a task installs: remote:https://antibody-package-occasional-floppy.trycloudflare.com/mcp/task-priority-guidance/upstream detail: https://mcpindex.ai/server/io-github-wxt-ai-task-priority-guidance-identifier - Localization Setting Planner (io.github.Wxt-ai/translation-job-setting-identifier@1.0.4) Plan a translation setting installs: remote:https://antibody-package-occasional-floppy.trycloudflare.com/mcp/translation-job-setting/upstream detail: https://mcpindex.ai/server/io-github-wxt-ai-translation-job-setting-identifier - Translation Job Desk (io.github.Wxt-ai/translation-job-setting-workbench@1.0.4) Build a translation job entry installs: remote:https://antibody-package-occasional-floppy.trycloudflare.com/mcp/translation-job-setting/downstream detail: https://mcpindex.ai/server/io-github-wxt-ai-translation-job-setting-workbench - Operations Activity Ledger (io.github.Wxt-ai/workspace-activity-reference-workbench@1.0.4) Append an operations activity entry installs: remote:https://antibody-package-occasional-floppy.trycloudflare.com/mcp/workspace-activity-reference/downstream detail: https://mcpindex.ai/server/io-github-wxt-ai-workspace-activity-reference-workbench - io.github.XCP/mcp-server (io.github.XCP/mcp-server@1.0.1) Interact with Counterparty — the token protocol on Bitcoin. Query, compose, sign. installs: npm:@21e14/mcp-server detail: https://mcpindex.ai/server/io-github-xcp-mcp-server - XFuel (io.github.XFuel-Lab/xfuel-mcp@0.1.1) Submit AI inference to XFuel, pay per task (USDC via x402 or TFUEL), fetch/verify ZK proofs. installs: npm:xfuel-mcp detail: https://mcpindex.ai/server/io-github-xfuel-lab-xfuel-mcp - io.github.XJTLUmedia/ai-hr-management-toolkit (io.github.XJTLUmedia/ai-hr-management-toolkit@3.0.5) AI HR toolkit: 24 MCP tools for resume parsing, skill extraction & ATS management. installs: npm:mcp-ai-hr-management-toolkit detail: https://mcpindex.ai/server/io-github-xjtlumedia-ai-hr-management-toolkit - XRPName (io.github.XRPDomains/xrpname-mcp-server@0.1.1) XRPL domains for AI agents — availability, pricing, profiles, portfolio, and register links. installs: npm:@xrpname/xrpname-mcp | remote:https://xrpdomains.xyz/mcp detail: https://mcpindex.ai/server/io-github-xrpdomains-xrpname-mcp-server - XRPL-Utilities (io.github.XRPL-Utilities/mcp@0.2.192) XRPL data tools for AI agents: wallet classifier, signals, RWA tracker, ETF flows. Pay via x402. installs: npm:@xrpl-utilities/mcp detail: https://mcpindex.ai/server/io-github-xrpl-utilities-mcp - io.github.XWeaponX7/rundida-mcp (io.github.XWeaponX7/rundida-mcp@1.2.1) Running tools for AI agents: 92 calculators, 46 guides, marathon data, pace and HR zones. installs: npm:@rundida/mcp-server detail: https://mcpindex.ai/server/io-github-xweaponx7-rundida-mcp - io.github.XavierFabregat/spotify-mcp (io.github.XavierFabregat/spotify-mcp@0.1.2) Conversational Spotify control from AI clients: play, queue, devices, playlists, and library. installs: npm:@xavifabregat/spotify-mcp detail: https://mcpindex.ai/server/io-github-xavierfabregat-spotify-mcp - io.github.Xerolo44/rpgmaker-mv-mcp (io.github.Xerolo44/rpgmaker-mv-mcp@0.1.0) MCP server for reading, editing, and playtesting RPG Maker MV projects installs: npm:@xerolo44/rpgmaker-mv-mcp detail: https://mcpindex.ai/server/io-github-xerolo44-rpgmaker-mv-mcp - HuangtingFlux — Huangting Protocol MCP Server (io.github.XianDAO-Labs/huangting-flux@5.1.0) Reduces AI Agent token usage by 40% via three-stage SOP workflow. installs: remote:https://mcp.huangting.ai/mcp detail: https://mcpindex.ai/server/io-github-xiandao-labs-huangting-flux - io.github.XogZ3/botoi-mcp (io.github.XogZ3/botoi-mcp@1.0.0) 49 developer tools via MCP: DNS, WHOIS, IP lookup, JWT, hashing, QR, and more. installs: remote:https://api.botoi.com/mcp detail: https://mcpindex.ai/server/io-github-xogz3-botoi-mcp - SVGApp (io.github.Xyz3R/svgapp@1.0.0) Create consistent mascot assets and animations for products through AI agents. installs: remote:https://web.svgapp.ai/mcp detail: https://mcpindex.ai/server/io-github-xyz3r-svgapp - VoltPlan Wiring Diagrams (io.github.YUZU-Hub/wiring-diagram-mcp@0.2.2) Generate 12V/24V/48V wiring diagrams and size wires, fuses, batteries, solar, and inverters. installs: npm:wiring-diagram-mcp | remote:https://mcp.voltplan.app/mcp detail: https://mcpindex.ai/server/io-github-yuzu-hub-wiring-diagram-mcp - WHOOP Health Signals (io.github.Yadheedhya06/mcp-server-whoop@0.2.2) Local-first, read-only WHOOP MCP server for recovery, sleep, strain, workouts, and body signals installs: npm:mcp-server-whoop detail: https://mcpindex.ai/server/io-github-yadheedhya06-mcp-server-whoop - io.github.YarnSh39/wavestreamer (io.github.YarnSh39/wavestreamer@0.1.4) MCP server for waveStreamer — the premier platform where AI forecasts the future of AI. installs: npm:wavestreamer-mcp detail: https://mcpindex.ai/server/io-github-yarnsh39-wavestreamer - Oura Ring (io.github.YasuakiOmokawa/oura-mcp@0.2.13) MCP server for Oura Ring API v2 (sleep, activity, readiness, heart rate, workouts). installs: npm:@yasuakiomokawa/oura-mcp detail: https://mcpindex.ai/server/io-github-yasuakiomokawa-oura-mcp - io.github.YawLabs/caddy-mcp (io.github.YawLabs/caddy-mcp@2.2.0) MCP server for managing Caddy web servers via the admin API installs: npm:@yawlabs/caddy-mcp detail: https://mcpindex.ai/server/io-github-yawlabs-caddy-mcp - io.github.YawLabs/ctxlint (io.github.YawLabs/ctxlint@0.22.0) Lint AI agent context files (CLAUDE.md, AGENTS.md, etc.) against your actual codebase installs: npm:@yawlabs/ctxlint detail: https://mcpindex.ai/server/io-github-yawlabs-ctxlint - io.github.YawLabs/fetch-mcp (io.github.YawLabs/fetch-mcp@0.5.0) HTTP fetch MCP server: SSRF protection, HTML-to-markdown, reader mode, metadata extraction installs: npm:@yawlabs/fetch-mcp detail: https://mcpindex.ai/server/io-github-yawlabs-fetch-mcp - io.github.YawLabs/lemonsqueezy-mcp (io.github.YawLabs/lemonsqueezy-mcp@0.13.0) LemonSqueezy MCP server for managing your store from AI assistants installs: npm:@yawlabs/lemonsqueezy-mcp detail: https://mcpindex.ai/server/io-github-yawlabs-lemonsqueezy-mcp - io.github.YawLabs/mcp (io.github.YawLabs/mcp@0.75.2) Yaw MCP - one install, every MCP server, managed from yaw.sh/mcp installs: npm:@yawlabs/mcp detail: https://mcpindex.ai/server/io-github-yawlabs-mcp - io.github.YawLabs/mcp-compliance (io.github.YawLabs/mcp-compliance@0.17.0) CLI tool and MCP server that tests MCP servers for spec compliance installs: npm:@yawlabs/mcp-compliance detail: https://mcpindex.ai/server/io-github-yawlabs-mcp-compliance - io.github.YawLabs/ssh-mcp (io.github.YawLabs/ssh-mcp@0.14.0) MCP server for SSH operations with built-in diagnostics installs: npm:@yawlabs/ssh-mcp detail: https://mcpindex.ai/server/io-github-yawlabs-ssh-mcp - io.github.YawLabs/tailscale-mcp (io.github.YawLabs/tailscale-mcp@0.16.0) Tailscale MCP server for managing your tailnet from AI assistants installs: npm:@yawlabs/tailscale-mcp detail: https://mcpindex.ai/server/io-github-yawlabs-tailscale-mcp - io.github.YforC/antoskill (io.github.YforC/antoskill@0.2.0) A package manager for Agent Skills — discover, vet, and pin them across Claude Code and Codex. installs: npm:antoskill detail: https://mcpindex.ai/server/io-github-yforc-antoskill - io.github.YimingYAN/fivetran-mcp (io.github.YimingYAN/fivetran-mcp@0.3.1) MCP server for Fivetran API - manage syncs, check status, and control data pipelines installs: pypi:fivetran-mcp detail: https://mcpindex.ai/server/io-github-yimingyan-fivetran-mcp - io.github.YogiAdhik/civicrm-mcp (io.github.YogiAdhik/civicrm-mcp@0.1.2) Model Context Protocol server for CiviCRM — AuthX-first, schema-introspected, write-gated. installs: npm:civicrm-mcp detail: https://mcpindex.ai/server/io-github-yogiadhik-civicrm-mcp - LEOR AI展台设计 Agent (io.github.YonGs-AI/leor-ai-booth-design-agent@0.3.0) AI booth design, floor-plan redraw, graphic design, model rendering, and LEOR project storage. installs: remote:https://mcp.leor.cn/mcp detail: https://mcpindex.ai/server/io-github-yongs-ai-leor-ai-booth-design-agent - Atomic CSS (io.github.Yoodaekyung/atomic-css@1.0.1) Utility CSS for any platform — near-zero learning curve. Built for developers and AI alike installs: remote:https://atomiccss.dev/mcp detail: https://mcpindex.ai/server/io-github-yoodaekyung-atomic-css - HVTracker MCP (io.github.YugantM/hvtracker-mcp@0.3.0) Pre-connect trust checks for AI agents and MCP servers using HVTracker's public trust registry. installs: npm:hvtracker-mcp | pypi:hvtracker-mcp | docker:ghcr.io/yugantm/hvtracker-mcp:v0.3.0 | remote:https://hvtracker.net/mcp detail: https://mcpindex.ai/server/io-github-yugantm-hvtracker-mcp - io.github.Yuikij/mcp-turtle-noir (io.github.Yuikij/mcp-turtle-noir@1.3.0) Play Turtle Soup (lateral thinking puzzles) against a strict AI host with yes/no questioning. installs: npm:mcp-turtle-noir | remote:https://turtlenoir.com/mcp detail: https://mcpindex.ai/server/io-github-yuikij-mcp-turtle-noir - io.github.Yummybait-fin/uniswap-tx-builder-mcp (io.github.Yummybait-fin/uniswap-tx-builder-mcp@0.4.3) Builds and simulates unsigned Uniswap v3 liquidity-position transactions — keyless, never signs. installs: npm:@yummybait/uniswap-tx-builder-mcp | docker:ghcr.io/yummybait-fin/uniswap-tx-builder-mcp:0.4.3 detail: https://mcpindex.ai/server/io-github-yummybait-fin-uniswap-tx-builder-mcp - io.github.YuzuKyouma/ponzu (io.github.YuzuKyouma/ponzu@1.0.3) ERC-20 token launchpad on Ethereum — deploy, presale, swap, and farm via AI agents installs: npm:@ponzu_app/mcp detail: https://mcpindex.ai/server/io-github-yuzukyouma-ponzu - io.github.Yveshby27/brick-bacnet-mcp (io.github.Yveshby27/brick-bacnet-mcp@0.1.0a2) Read-only BACnet/IP MCP gateway with Brick + Haystack semantic tagging at ingest installs: pypi:brick-bacnet-mcp detail: https://mcpindex.ai/server/io-github-yveshby27-brick-bacnet-mcp - Google Ads (io.github.ZLeventer/google-ads-mcp@1.0.1) MCP server for Google Ads — 22 tools for spend diagnosis, impression share, and asset performance. installs: npm:@zleventer/google-ads-mcp detail: https://mcpindex.ai/server/io-github-zleventer-google-ads-mcp - LinkedIn Campaign Manager (io.github.ZLeventer/linkedin-campaign-manager-mcp@1.0.1) MCP server for LinkedIn Ads — 19 read-only tools for campaigns, performance, and Lead Gen Forms. installs: npm:linkedin-campaign-manager-mcp detail: https://mcpindex.ai/server/io-github-zleventer-linkedin-campaign-manager-mcp - io.github.ZUHcYa/ai-validation (io.github.ZUHcYa/ai-validation@0.1.2) Independent AI code validation: test bias, edge cases, coverage gaps. installs: npm:ai-validation-mcp detail: https://mcpindex.ai/server/io-github-zuhcya-ai-validation - io.github.ZUHcYa/eu-food-regulatory (io.github.ZUHcYa/eu-food-regulatory@0.1.2) EU food regulatory data: additives (E-numbers), allergens, nutrition references. installs: npm:eu-food-regulatory-mcp detail: https://mcpindex.ai/server/io-github-zuhcya-eu-food-regulatory - Agent API Gateway (io.github.ZachDreamZ/agent-api-gateway@1.3.2) Extract structured web data (product, article, company) for AI agents via Agent API Gateway installs: npm:agent-api-gateway-mcp detail: https://mcpindex.ai/server/io-github-zachdreamz-agent-api-gateway - Atlas Scout (io.github.ZaguanLabs/atlas-scout@1.0.0-preview.28) Local, read-only structural code navigation and bounded dependency analysis for source repositories. installs: manual detail: https://mcpindex.ai/server/io-github-zaguanlabs-atlas-scout - io.github.Zahid-Abbas-Ali-Baig/document-converter (io.github.Zahid-Abbas-Ali-Baig/document-converter@1.0.0) Convert documents to Markdown using MarkItDown installs: manual detail: https://mcpindex.ai/server/io-github-zahid-abbas-ali-baig-document-converter - io.github.Zayden16/whoop-mcp-server (io.github.Zayden16/whoop-mcp-server@1.1.0) MCP server for the official Whoop API v2: cycles, recovery, sleep, workouts, and profile data installs: manual detail: https://mcpindex.ai/server/io-github-zayden16-whoop-mcp-server - ZebPay MCP Server (io.github.ZebpayRajesh/zebpay-mcp-server@1.0.2) MCP server for ZebPay crypto exchange — fetch prices, balances, and manage orders installs: npm:@zebpay_rajesh/zebpay-mcp-server detail: https://mcpindex.ai/server/io-github-zebpayrajesh-zebpay-mcp-server - io.github.Zero-nium/project-substitute-arena (io.github.Zero-nium/project-substitute-arena@1.0.1) AI agents replace the CEO of Toys R Us (2006-2017). 17 decisions, 44 quarters. Free entry. installs: remote:https://zero-wispy-shadow-3951.fly.dev/mcp detail: https://mcpindex.ai/server/io-github-zero-nium-project-substitute-arena - io.github.Zhao73/alphacouncil-agent (io.github.Zhao73/alphacouncil-agent@1.0.15) Simulated investment committee: 27 investor lenses read the same filings, debate, and a PM decides. installs: npm:alphacouncil-agent detail: https://mcpindex.ai/server/io-github-zhao73-alphacouncil-agent - Launch Engine — Business Execution OS (io.github.ZionHopkins/launch-engine@1.1.0) Agentic pipeline — 39 tools from idea to revenue for solo founders. installs: npm:launch-engine-mcp detail: https://mcpindex.ai/server/io-github-zionhopkins-launch-engine - io.github.Zk-nd3r/zcash-mcp (io.github.Zk-nd3r/zcash-mcp@0.2.2) Zcash shielded operations for AI agents. Memo decoding, attestation, proof verification. installs: npm:@frontiercompute/zcash-mcp detail: https://mcpindex.ai/server/io-github-zk-nd3r-zcash-mcp - io.github.ZlaylowZ/nukez-mcp (io.github.ZlaylowZ/nukez-mcp@1.3.0) Agent-native storage with cryptographic verification on Solana. Keyless: clients sign and pay. installs: remote:https://mcp.nukez.xyz/mcp detail: https://mcpindex.ai/server/io-github-zlaylowz-nukez-mcp - Conductor Relay MCP (io.github.Zman504/conductor-relay-mcp@1.0.1) Hosted MCP for Conductor Relay: a verifier-backed agent work exchange and cold marketplace. installs: remote:https://www.conductorrelay.com/mcp detail: https://mcpindex.ai/server/io-github-zman504-conductor-relay-mcp - Discrete Structures (io.github.ZohaibCodez/discrete-structures@0.1.4) Comprehensive tools for discrete mathematics: logic, algorithms, number theory, cryptography installs: pypi:discrete-structures-mcp detail: https://mcpindex.ai/server/io-github-zohaibcodez-discrete-structures - SSH Session MCP (io.github.Zw-awa/ssh-session-mcp@2.7.1) Shared SSH PTY runtime for MCP clients with viewer, input lock, async tracking, and policy rules. installs: npm:ssh-session-mcp detail: https://mcpindex.ai/server/io-github-zw-awa-ssh-session-mcp - CRE Intelligence (io.github.Zwondra/cre-intelligence-mcp@1.1.0) Live CRE analysis: Federal Reserve rates, Census 1/3/5-mile demographics, DCF models, IC memos. installs: remote:https://cre-intelligence-mcp.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-zwondra-cre-intelligence-mcp - io.github.Zyxel89/pretrade-oracle (io.github.Zyxel89/pretrade-oracle@0.1.0) Pre-trade oracle: real slippage, honeypot/sellability at size, exotic DEXs and new chains. installs: remote:https://pretrade-oracle.duckdns.org/mcp detail: https://mcpindex.ai/server/io-github-zyxel89-pretrade-oracle - Magnifica.family Pope Catholic AI Compass (io.github.a-church-ai/magnifica-family@1.0.0) Catholic AI compass: system prompts from Pope Leo XIV's encyclical Magnifica Humanitas. installs: npm:mcp-magnifica-family detail: https://mcpindex.ai/server/io-github-a-church-ai-magnifica-family - io.github.a1245582339/figma-designer (io.github.a1245582339/figma-designer@0.3.6) Give AI agents full read & write access to Figma — 50+ tools for design automation installs: npm:figma-designer-mcp detail: https://mcpindex.ai/server/io-github-a1245582339-figma-designer - A202 (io.github.a202-protocol/a202-mcp@0.1.0) Verifiable agreements for agent-led commerce: mandates, obligations, evidence, transaction records. installs: docker:ghcr.io/a202-protocol/a202-mcp:0.1.0 detail: https://mcpindex.ai/server/io-github-a202-protocol-a202-mcp - A2AL Daemon (io.github.a2al/a2ald@0.2.7) Makes any AI agent globally reachable and discoverable—no cloud, domain, or port forwarding needed. installs: npm:a2ald detail: https://mcpindex.ai/server/io-github-a2al-a2ald - A2CR (io.github.a2cr/a2cr-mcp@0.1.8) Save AI-agent handoff checkpoints, WorkStash notes, and WorkThreads in a local A2CR workspace. installs: pypi:a2cr-mcp detail: https://mcpindex.ai/server/io-github-a2cr-a2cr-mcp - TiaCommander (io.github.a4webdev/tiacommander-mcp@2.26.3) Siemens TIA Portal MCP server — AI-assisted PLC programming. 16 tools, 166 actions. installs: manual detail: https://mcpindex.ai/server/io-github-a4webdev-tiacommander-mcp - Agentic Design System (io.github.aa-on-ai/agentic-design-system@0.3.0) Render web and SwiftUI evidence, run explicit visual judgment, and trace ADS UI decisions. installs: npm:ads-mcp detail: https://mcpindex.ai/server/io-github-aa-on-ai-agentic-design-system - io.github.aaadjrbr/nobrainner (io.github.aaadjrbr/nobrainner@1.0.0) NoBrainner Spaced Repetition Flashcards, Study Stats & Multi-Language AI Deck Generation installs: remote:https://app.nobrainner.xyz/api/mcp detail: https://mcpindex.ai/server/io-github-aaadjrbr-nobrainner - UnrealMCP — AI Bridge for Unreal Engine 5 (io.github.aadeshrao123/unreal-mcp@1.3.1) Control the Unreal Engine 5 editor from any MCP client: Blueprints, materials, Niagara. installs: pypi:unrealmcp detail: https://mcpindex.ai/server/io-github-aadeshrao123-unreal-mcp - AkTools MCP Server (io.github.aahl/mcp-aktools@0.1.15) MCP Server for stock and crypto installs: pypi:mcp-aktools | docker:ghcr.io/aahl/mcp-aktools:latest detail: https://mcpindex.ai/server/io-github-aahl-mcp-aktools - OKX MCP Server (io.github.aahl/mcp-okx@0.1.0) MCP Server for okx.com installs: pypi:mcp-okx | docker:ghcr.io/aahl/mcp-okx:latest detail: https://mcpindex.ai/server/io-github-aahl-mcp-okx - MCP Server for Binge-watch (io.github.aahl/mcp-vods@0.1.9) MCP Server for Binge-watch / MoonTV / LunaTV. 一个用于追剧/追番的MCP服务器,为AI提供搜索影视播放地址的能力,并支持在小米等安卓电视/投影仪上直接播放 installs: pypi:mcp-vods | docker:ghcr.io/aahl/mcp-vods:latest detail: https://mcpindex.ai/server/io-github-aahl-mcp-vods - ServiceNow MCP Server (NowAIKit) (io.github.aartiq/nowaikit@4.7.3) ServiceNow MCP server: 450+ tools for Claude, ChatGPT, Copilot & any AI. Read-only by default. installs: npm:nowaikit detail: https://mcpindex.ai/server/io-github-aartiq-nowaikit - ServiceNow MCP Server (io.github.aartiq/servicenow-mcp@1.0.2) 400+ ServiceNow tools across all modules — ITSM, CMDB, HRSD, CSM, SecOps, and more. installs: npm:@aartiq/servicenow-mcp detail: https://mcpindex.ai/server/io-github-aartiq-servicenow-mcp - io.github.aarwitz/tapp (io.github.aarwitz/tapp@0.10.0) Autonomous QA for iOS + web — agents get a deterministic ship/no-ship verdict, no test code installs: npm:tapp-mcp detail: https://mcpindex.ai/server/io-github-aarwitz-tapp - SiliconBridge (io.github.aataqi-boop/siliconbridge@1.0.0) Human-in-the-loop API for AI agents. CAPTCHA, OTP, KYC, and approvals by real humans. installs: remote:https://siliconbridge.xyz/mcp detail: https://mcpindex.ai/server/io-github-aataqi-boop-siliconbridge - DalalOS (io.github.aatharva16/dalalos@0.1.0) Indian NSE/BSE research data and mechanically-computed ratios; read-only market tools. installs: remote:https://mcp.dalalos.in/mcp detail: https://mcpindex.ai/server/io-github-aatharva16-dalalos - io.github.abcxz/conviction-mcp (io.github.abcxz/conviction-mcp@0.5.2) The arena where AI agents compete for real returns. Prompt a strategy. installs: npm:conviction-mcp detail: https://mcpindex.ai/server/io-github-abcxz-conviction-mcp - io.github.abelljs/abell (io.github.abelljs/abell@0.0.9) AI tools related to Abell. Currently includes MCP of Abell installs: npm:abell-ai detail: https://mcpindex.ai/server/io-github-abelljs-abell - io.github.abhijitjavelin/javelin-guardrails-mcp-server (io.github.abhijitjavelin/javelin-guardrails-mcp-server@1.0.0) An MCP server that provides Javelin Standalone Guardrails installs: remote:https://abhijitjavelin.github.io/javelin-guardrails-mcp-server/mcp detail: https://mcpindex.ai/server/io-github-abhijitjavelin-javelin-guardrails-mcp-server - io.github.abhinavteja123/codemore (io.github.abhinavteja123/codemore@0.2.8) The static analyzer your AI agent reads — fix-ready, machine-readable scan reports over MCP. installs: npm:codemore detail: https://mcpindex.ai/server/io-github-abhinavteja123-codemore - io.github.abhishekbhakat/airflow-mcp-server (io.github.abhishekbhakat/airflow-mcp-server@0.9.0) An MCP server for Apache Airflow installs: pypi:airflow-mcp-server detail: https://mcpindex.ai/server/io-github-abhishekbhakat-airflow-mcp-server - io.github.abhishekjkrsna/swapi-mcp (io.github.abhishekjkrsna/swapi-mcp@1.0.4) MCP server for SWAPI API installs: npm:@abhishekjkrsna/swapi-mcp detail: https://mcpindex.ai/server/io-github-abhishekjkrsna-swapi-mcp - io.github.abhiyoheswaran1/agentloopkit (io.github.abhiyoheswaran1/agentloopkit@1.2.0) Read-only MCP server for AgentLoopKit tasks, policies, reports, handoffs, and status. installs: npm:agentloopkit detail: https://mcpindex.ai/server/io-github-abhiyoheswaran1-agentloopkit - io.github.abhiyoheswaran1/baseframelabs-catalogue (io.github.abhiyoheswaran1/baseframelabs-catalogue@1.0.0) Agent-native catalogue of Baseframe Labs dev tools and MCP servers. installs: remote:https://mcp.baseframelabs.com detail: https://mcpindex.ai/server/io-github-abhiyoheswaran1-baseframelabs-catalogue - io.github.abhiyoheswaran1/projscan (io.github.abhiyoheswaran1/projscan@5.0.3) Agent-first MCP. 11 AST adapters, 12 named languages, 51 tools, mission outcomes. Local. installs: npm:projscan detail: https://mcpindex.ai/server/io-github-abhiyoheswaran1-projscan - io.github.aborruso/ckan-mcp-server (io.github.aborruso/ckan-mcp-server@0.4.118) MCP server for interacting with CKAN open data portals installs: npm:@aborruso/ckan-mcp-server detail: https://mcpindex.ai/server/io-github-aborruso-ckan-mcp-server - Red-Flag Greenflag (io.github.absharma9796/red-flag-greenflag@0.1.0) Read and participate in a public AI-agent consensus board through four MCP tools. installs: remote:https://red-flag-greenflag.for-ai-agents.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-absharma9796-red-flag-greenflag - io.github.acabala/apidog-tests-mcp (io.github.acabala/apidog-tests-mcp@0.0.5) MCP server for managing Apidog test cases, scenarios, suites, and test data installs: npm:@acabala/apidog-tests-mcp detail: https://mcpindex.ai/server/io-github-acabala-apidog-tests-mcp - io.github.acarchidi/agentforge (io.github.acarchidi/agentforge@1.5.0) DeFi safety layer for AI agents: wallet safety, token risk, tx decode/simulate. 20 tools. installs: remote:https://agentforge-taupe.vercel.app/mcp detail: https://mcpindex.ai/server/io-github-acarchidi-agentforge - BuyKing MCP Server (io.github.accentist/buyking-mcp@1.0.5) 세일프라자 AI 사자왕 Bㅏ이킹의 핫딜 시맨틱 검색 서버. 쿠팡, 알리익스프레스, 11번가, G마켓 등 국내외 방대한 초특가/핫딜 정보를 시맨틱 검색으로 제공합니다. installs: npm:buyking-mcp detail: https://mcpindex.ai/server/io-github-accentist-buyking-mcp - io.github.achildrenmile/oeradio-mcp (io.github.achildrenmile/oeradio-mcp@1.0.0) Amateur radio MCP server with band plans, EIRP, cable loss, antenna gains, and more installs: remote:https://oeradio-mcp.oeradio.at/mcp detail: https://mcpindex.ai/server/io-github-achildrenmile-oeradio-mcp - io.github.achilliesbot/agentiam-mcp (io.github.achilliesbot/agentiam-mcp@0.1.0) Stdio MCP wrapper for AgentIAM's 18 x402 endpoints — agent safety + intelligence on Base. installs: manual detail: https://mcpindex.ai/server/io-github-achilliesbot-agentiam-mcp - io.github.achsaf6/mcp-quickstart (io.github.achsaf6/mcp-quickstart@1.0.2) quickstart for mcp deployment installs: npm:@achsaf/quickstart-test detail: https://mcpindex.ai/server/io-github-achsaf6-mcp-quickstart - JobDoneBot (deprecated - moved to com.jobdonebot/tools) (io.github.acromoney888/jobdonebot@1.2.0) MOVED: This server has been renamed to com.jobdonebot/tools. Please use the new name. installs: manual detail: https://mcpindex.ai/server/io-github-acromoney888-jobdonebot - io.github.ad0750/regintel-mcp (io.github.ad0750/regintel-mcp@0.2.0) MCP server for the RegIntel API: regulatory data across 41 jurisdictions, 212 regulations. installs: pypi:regintel-mcp detail: https://mcpindex.ai/server/io-github-ad0750-regintel-mcp - io.github.adacapo21/openmm-mcp (io.github.adacapo21/openmm-mcp@1.0.5) AI-native crypto trading MCP server — market data, orders, grid strategies & DeFi installs: npm:@qbtlabs/openmm-mcp detail: https://mcpindex.ai/server/io-github-adacapo21-openmm-mcp - Judikatura MCP — Slovak Court Decisions (io.github.adakov589/judikatura-mcp@1.1.0) Slovak court decisions as MCP tools. 12,000+ decisions, GDPR-compliant, pseudonymized, SLA-backed. installs: remote:https://api.lexvector.eu/mcp detail: https://mcpindex.ai/server/io-github-adakov589-judikatura-mcp - Package Intel (io.github.adam121393/package-intel@1.1.1) npm, PyPI & crates.io health, vulns and dependency graphs. Runs locally, no API key. installs: npm:package-intel-mcp detail: https://mcpindex.ai/server/io-github-adam121393-package-intel - io.github.adamhudson777/filingrail-mcp (io.github.adamhudson777/filingrail-mcp@0.1.1) SEC EDGAR financials, insider trades, 8-K events, and 13F holdings as MCP tools. installs: pypi:filingrail-mcp detail: https://mcpindex.ai/server/io-github-adamhudson777-filingrail-mcp - io.github.adamorad/airlock (io.github.adamorad/airlock@2.0.0) Local daemon giving AI agents named locks, shared state, events, and a task queue over MCP. installs: docker:ghcr.io/adamorad/airlock:2.0.0 detail: https://mcpindex.ai/server/io-github-adamorad-airlock - io.github.adanb13/cirdan (io.github.adanb13/cirdan@0.9.0) AI infrastructure cartographer & MCP server: fingerprints, graphs & watches live infra for agents installs: npm:@cirdanops/cli | pypi:cirdanops detail: https://mcpindex.ai/server/io-github-adanb13-cirdan - io.github.addiplus/vercel-deployment-mcp (io.github.addiplus/vercel-deployment-mcp@0.2.0) Reference MCP stdio server for observing Vercel projects and deployments. installs: npm:@addiplus/vercel-deployment-mcp detail: https://mcpindex.ai/server/io-github-addiplus-vercel-deployment-mcp - io.github.adebayojuwon200-pixel/eodly (io.github.adebayojuwon200-pixel/eodly@0.1.1) Read your team's end-of-day reports and roster from Eodly. installs: npm:@eodly/mcp | remote:https://eodly.io/api/mcp detail: https://mcpindex.ai/server/io-github-adebayojuwon200-pixel-eodly - FastMCP server for Apollo (io.github.adelaidasofia/apollo-mcp@0.1.0) FastMCP server for Apollo.io — 22 tools: sequences, campaign health, mailbox warmup, enrichment,… installs: manual detail: https://mcpindex.ai/server/io-github-adelaidasofia-apollo-mcp - macOS-only MCP server that exposes iMessage chat (io.github.adelaidasofia/imessage-mcp@0.1.0) macOS-only MCP server that exposes iMessage chat.db to Claude and exports per-chat history to an… installs: manual detail: https://mcpindex.ai/server/io-github-adelaidasofia-imessage-mcp - FastMCP server that pages on-call via 100+ notification channels (Apprise wrappe (io.github.adelaidasofia/paging-mcp@0.1.0) FastMCP server that pages on-call via 100+ notification channels (Apprise wrapper) installs: manual detail: https://mcpindex.ai/server/io-github-adelaidasofia-paging-mcp - One MCP, many parsers (io.github.adelaidasofia/parse-mcp@0.1.0) One MCP, many parsers. Routes between markitdown, Docling, and LlamaParse. Plus an interpret tool… installs: manual detail: https://mcpindex.ai/server/io-github-adelaidasofia-parse-mcp - MCP server for RescueTime productivity data (io.github.adelaidasofia/rescuetime-mcp@0.1.0) MCP server for RescueTime productivity data installs: manual detail: https://mcpindex.ai/server/io-github-adelaidasofia-rescuetime-mcp - Agentic Mermaid (io.github.adewale/agentic-mermaid@0.4.1) Render, verify, describe, and safely edit Mermaid diagrams through MCP. installs: npm:agentic-mermaid | remote:https://agentic-mermaid.dev/mcp detail: https://mcpindex.ai/server/io-github-adewale-agentic-mermaid - Keyboardia (io.github.adewale/keyboardia@1.1.0) Create, co-edit, analyze, publish, and export collaborative step-sequencer sessions through MCP. installs: remote:https://keyboardia.dev/mcp detail: https://mcpindex.ai/server/io-github-adewale-keyboardia - Derived (io.github.adiaz0511/derived@0.2.0) Inspect and safely clean local Xcode, Simulator, and XCTest storage. installs: manual detail: https://mcpindex.ai/server/io-github-adiaz0511-derived - Meridian Consensus (io.github.adicted07-lang/meridian-consensus@1.0.2) Committee-reviewed market sizing, forecasts, and competitive landscape from Meridian Consensus. installs: remote:https://www.meridianconsensus.com/api/mcp detail: https://mcpindex.ai/server/io-github-adicted07-lang-meridian-consensus - io.github.adigold/tracktag-mcp (io.github.adigold/tracktag-mcp@0.2.0) AI music analysis for agents: BPM, key, genres, moods, instruments and 35+ tags per track. installs: npm:tracktag-mcp detail: https://mcpindex.ai/server/io-github-adigold-tracktag-mcp - Context Book (io.github.aditya201551/context-book-mcp@1.0.2) Stop re-explaining yourself to Agents. Give it the right context, right when needed. installs: remote:https://context-book-mcp-production.up.railway.app detail: https://mcpindex.ai/server/io-github-aditya201551-context-book-mcp - Ads MCP (io.github.adkit/ads@1.0.5) Create, launch & analyze ad campaigns, spy on competitors - Google, Meta, TikTok, LinkedIn & more. installs: remote:https://mcp.adkit.so detail: https://mcpindex.ai/server/io-github-adkit-ads - Simmer (io.github.adlai88/simmer-mcp@3.3.2) Trade prediction markets with AI agents — skill discovery, autoresearch, and execution. installs: npm:simmer-mcp detail: https://mcpindex.ai/server/io-github-adlai88-simmer-mcp - io.github.admin978/canvas-mcp (io.github.admin978/canvas-mcp@0.1.3) Local-first MCP server for Canvas LMS. Stdio transport, no third-party broker. installs: pypi:canvas-local-mcp detail: https://mcpindex.ai/server/io-github-admin978-canvas-mcp - io.github.adorbistech/adorbis-mcp (io.github.adorbistech/adorbis-mcp@1.0.2) Adorbis AI MCP server. One key, 40+ models, auto-routed. installs: npm:@adorbistech/mcp-server detail: https://mcpindex.ai/server/io-github-adorbistech-adorbis-mcp - IBKR Portfolio Builder (io.github.adwiteeymauriya/ibkr-portfolio-builder-mcp@0.1.4) Top-down IBKR research: 468 typed screeners tagged by strategy intent, news, account access. installs: remote:https://{ibkr_mcp_host}/mcp detail: https://mcpindex.ai/server/io-github-adwiteeymauriya-ibkr-portfolio-builder-mcp - Polymarket Wallet Intelligence (io.github.aemery13/polymarket-intel@1.0.1) Classify Polymarket wallets as human or bot, score their trading edge, read open positions. installs: pypi:polymarket-intel-mcp | remote:https://polymarket-intel-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-aemery13-polymarket-intel - Agent Passport System — Cryptographic Identity for AI Agents (io.github.aeoess/agent-passport-mcp@4.0.0) Cryptographic identity, delegation, governance, and commerce for AI agents. 150 tools. installs: npm:agent-passport-system-mcp | remote:https://mcp.aeoess.com/sse detail: https://mcpindex.ai/server/io-github-aeoess-agent-passport-mcp - Mingle — Agent-Native Connection Protocol (io.github.aeoess/mingle@3.0.0) Meet the people you're looking for. Your agent composes, you approve. Nothing scores or ranks you. installs: npm:mingle-mcp detail: https://mcpindex.ai/server/io-github-aeoess-mingle - io.github.aernouddekker/contactsmcp (io.github.aernouddekker/contactsmcp@0.4.0) MCP server for macOS Contacts.app — contact management via AppleScript installs: npm:@aernoud/contactsmcp detail: https://mcpindex.ai/server/io-github-aernouddekker-contactsmcp - io.github.aernouddekker/printmcp (io.github.aernouddekker/printmcp@0.1.2) MCP server for macOS printing — wraps CUPS (lp/lpstat/lpoptions) for printer discovery and printing installs: npm:@aernoud/printmcp detail: https://mcpindex.ai/server/io-github-aernouddekker-printmcp - Pane (io.github.aerolalit/pane@0.0.26) Hand a human a rich interactive UI by URL and get structured data back, from any MCP client. installs: npm:@paneui/mcp detail: https://mcpindex.ai/server/io-github-aerolalit-pane - Model ID Cheatsheet (io.github.aezizhu/model-id-cheatsheet@1.0.0) Accurate API model IDs, pricing, and specs for 46 models across 7 AI providers. installs: remote:https://universal-model-registry-production.up.railway.app/sse detail: https://mcpindex.ai/server/io-github-aezizhu-model-id-cheatsheet - affset (io.github.affset/mcp@0.1.1) Run affset from chat: stats, campaigns, zones, payouts, targeting, and team. installs: npm:@affset/mcp detail: https://mcpindex.ai/server/io-github-affset-mcp - io.github.afghanfansmedia-ai/songcheck-mcp (io.github.afghanfansmedia-ai/songcheck-mcp@1.0.0) Is this song AI or human? Detect AI-generated music (Suno, Udio) from any AI agent. installs: manual detail: https://mcpindex.ai/server/io-github-afghanfansmedia-ai-songcheck-mcp - Poshkan Paper Trading (io.github.afrazja/poshkan@1.0.0) Paper trading for AI: live quotes, indicators, and virtual trades on stocks, crypto, and forex. installs: remote:https://www.poshkan.com/api/mcp/mcp detail: https://mcpindex.ai/server/io-github-afrazja-poshkan - io.github.africa-api/africa-api-mcp (io.github.africa-api/africa-api-mcp@0.1.1) MCP server for Africa API — access data on all 54 African countries through Claude installs: npm:africa-api-mcp detail: https://mcpindex.ai/server/io-github-africa-api-africa-api-mcp - MVR API - Minimum Viable Relationships (io.github.africanmarketos591/mvr-api@6.32.6) Read-only MVR preflight for trust, permission, evidence gaps, and African market-entry readiness. installs: remote:https://africanmarketos.com/mcp/preflight detail: https://mcpindex.ai/server/io-github-africanmarketos591-mvr-api - Fathom MCP Server (io.github.agencyenterprise/fathom-mcp-server@1.0.0) Connect Claude to Fathom meeting recordings, transcripts, and summaries installs: remote:https://fathom-mcp-server.com/mcp detail: https://mcpindex.ai/server/io-github-agencyenterprise-fathom-mcp-server - io.github.agenson-horrowitz/structured-data-validator (io.github.agenson-horrowitz/structured-data-validator@1.0.8) Validate, transform, and normalize structured data for AI agents. installs: npm:@agenson-horrowitz/structured-data-validator-mcp detail: https://mcpindex.ai/server/io-github-agenson-horrowitz-structured-data-validator - io.github.agenson-horrowitz/web-content-extractor (io.github.agenson-horrowitz/web-content-extractor@1.0.8) Extract and process web content into clean, structured formats optimized for LLMs. installs: npm:@agenson-horrowitz/web-content-extractor-mcp detail: https://mcpindex.ai/server/io-github-agenson-horrowitz-web-content-extractor - io.github.agent-blueprint/free-blueprints (io.github.agent-blueprint/free-blueprints@1.0.1) Free AI agent blueprints for procurement and onboarding. No signup, no API key. installs: npm:@agent-blueprint/free-blueprints | remote:https://free-blueprints-mcp.agentblueprint.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-agent-blueprint-free-blueprints - Agent Blueprint (io.github.agent-blueprint/mcp-server@0.7.15) Explore and download AI agent blueprints as Agent Skills directories for coding agents installs: npm:agentblueprint detail: https://mcpindex.ai/server/io-github-agent-blueprint-mcp-server - io.github.agent-polis/impact-preview (io.github.agent-polis/impact-preview@0.2.1) Impact preview for AI agents - see what changes before any action executes. installs: pypi:impact-preview detail: https://mcpindex.ai/server/io-github-agent-polis-impact-preview - AgentFund (io.github.agentIgris/agentfund@0.1.1) Fundraising tools for AI agents on Solana: create campaigns, donate via x402, check reputation. installs: npm:@agentfund/mcp detail: https://mcpindex.ai/server/io-github-agentigris-agentfund - io.github.agentailor/slimcontext-mcp-server (io.github.agentailor/slimcontext-mcp-server@0.1.2) MCP Server for SlimContext - AI chat history compression tools installs: npm:slimcontext-mcp-server detail: https://mcpindex.ai/server/io-github-agentailor-slimcontext-mcp-server - io.github.agentic-eng/a2db (io.github.agentic-eng/a2db@0.2.1) Safe, read-only database access for AI agents. 5 databases, batch queries, SQLGlot. installs: pypi:a2db detail: https://mcpindex.ai/server/io-github-agentic-eng-a2db - Agentic HIL (io.github.agentic-hil/agentic-hil@0.12.0) Policy-gated MCP tools for embedded hardware-in-the-loop testing on real devices. installs: pypi:agentic-hil detail: https://mcpindex.ai/server/io-github-agentic-hil-agentic-hil - Axint (io.github.agenticempire/axint@0.6.0) Proof and repair for Apple coding agents: validate Swift, run Xcode evidence, and repair failures. installs: npm:@axint/compiler | pypi:axint | remote:https://mcp.axint.ai/mcp detail: https://mcpindex.ai/server/io-github-agenticempire-axint - TradeOS Public Intelligence (io.github.agenticsrclab/tradeos-public-intel-mcp@0.1.3) Crypto market intelligence, evidence, watchlists, feedback, and paid x402 SKU routing. installs: npm:@agenticsrclab/tradeos-public-intel-mcp-server detail: https://mcpindex.ai/server/io-github-agenticsrclab-tradeos-public-intel-mcp - Agentic Reputation Gateway (io.github.agenticsubstrate/reputation-gateway@1.0.0) Read-only gateway for durable agent identity, consent, recognized work, and signed receipts. installs: remote:https://agentic-reputation-gateway.maxrhinehart.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-agenticsubstrate-reputation-gateway - AgentGate (io.github.agentkitai/agentgate@0.0.3) Human-in-the-loop approval gateway for AI agents over MCP: request, decide, approve. installs: npm:@agentkitai/agentgate-mcp detail: https://mcpindex.ai/server/io-github-agentkitai-agentgate - AgentLens (io.github.agentkitai/agentlens@0.13.7) Tamper-evident, SHA-256 hash-chained audit trail and observability for AI agents. installs: npm:@agentkitai/agentlens-mcp detail: https://mcpindex.ai/server/io-github-agentkitai-agentlens - AgentLux (io.github.agentlux/agentlux@1.0.0) Hosted AgentLux MCP server for marketplace, identity, creator, services, and social flows. installs: remote:https://api.agentlux.ai/v1/mcp/jsonrpc detail: https://mcpindex.ai/server/io-github-agentlux-agentlux - io.github.agentready-market/audit (io.github.agentready-market/audit@1.0.0) Can an AI shopping agent find, understand and BUY on a store? Deterministic e-commerce audit /100. installs: remote:https://www.agentready.market/mcp detail: https://mcpindex.ai/server/io-github-agentready-market-audit - AI Process Manager (AIPM) (io.github.agorapassadoagora-debug/aipm@0.5.0) Structured Windows state for AI agents: processes, windows, UI trees. No screenshots. installs: npm:aipm-mcp-server detail: https://mcpindex.ai/server/io-github-agorapassadoagora-debug-aipm - Sounio Compiler (io.github.agourakis82/sounio-mcp-server@0.1.0) Check, compile, run, and test Sounio programs locally. installs: pypi:sounio-mcp-server detail: https://mcpindex.ai/server/io-github-agourakis82-sounio-mcp-server - io.github.agustincf/arcade1v1 (io.github.agustincf/arcade1v1@0.2.0) Play 1v1 arcade games vs AI agents & humans, ranked by ELO. Replay-verified, on-chain escrow (Base). installs: npm:@arcade1v1/mcp detail: https://mcpindex.ai/server/io-github-agustincf-arcade1v1 - VITUR MCP (io.github.ah-developer-pro/vitur-mcp@0.13.3) Public VITUR data for events, tickets, speakers, companies, agendas and sector news. installs: remote:https://mcp.vitursummit.com/mcp detail: https://mcpindex.ai/server/io-github-ah-developer-pro-vitur-mcp - ChartPane (io.github.ahmadsl/chartpane@1.0.0) Renders interactive Chart.js charts and dashboards inline in AI conversations. installs: remote:https://mcp.chartpane.com/mcp detail: https://mcpindex.ai/server/io-github-ahmadsl-chartpane - io.github.ahmedEid1/forgejudge (io.github.ahmedEid1/forgejudge@0.1.1) Open eval leaderboard + CI gate for autonomous coding agents (solve, score, trace). installs: pypi:forgejudge detail: https://mcpindex.ai/server/io-github-ahmedeid1-forgejudge - Thoth (io.github.ahmedEid1/thoth@1.0.1) Read-only MCP over an agentic SLR workspace with per-claim citation verification installs: remote:https://thoth-slr.vercel.app/api/mcp/mcp detail: https://mcpindex.ai/server/io-github-ahmedeid1-thoth - Egypt Research Commons (io.github.ahmedvnabil/egypt-research@0.17.0) Source-grounded research for Egyptian public affairs installs: npm:egypt-research-mcp | remote:https://erx-mcp.zad.tools/mcp detail: https://mcpindex.ai/server/io-github-ahmedvnabil-egypt-research - Big Indexer (io.github.ahmedxuhri/bigindexer@0.1.2) Architecture-aware MCP context with boundaries, seams, impact scope, and BGI-TWIN guidance. installs: pypi:bigindexer detail: https://mcpindex.ai/server/io-github-ahmedxuhri-bigindexer - io.github.ai-4-devops/devops-practices (io.github.ai-4-devops/devops-practices@1.4.0) Productivity framework for DevOps engineers using AI assistance (Claude Code) while working on PoCs installs: pypi:devops-practices-mcp detail: https://mcpindex.ai/server/io-github-ai-4-devops-devops-practices - io.github.ai-dashboad/flutter-skill (io.github.ai-dashboad/flutter-skill@0.9.36) AI-powered E2E testing for 10 platforms. 253 MCP tools. Zero test code needed. installs: npm:flutter-skill detail: https://mcpindex.ai/server/io-github-ai-dashboad-flutter-skill - io.github.ai-debugger-inc/aidb (io.github.ai-debugger-inc/aidb@0.1.2) Debug any supported language with breakpoints, variable/state inspection, and stepping. installs: pypi:ai-debugger-inc detail: https://mcpindex.ai/server/io-github-ai-debugger-inc-aidb - io.github.ai-hub-open/vk-ads-mcp (io.github.ai-hub-open/vk-ads-mcp@0.3.0) MCP server for VK Ads API: campaigns, audiences, budgets, stats. Click.ru, token or OAuth. installs: npm:@ai-hub-open/vk-ads-mcp detail: https://mcpindex.ai/server/io-github-ai-hub-open-vk-ads-mcp - io.github.ai-hub-open/yandex-direct-mcp (io.github.ai-hub-open/yandex-direct-mcp@0.5.0) MCP server for Yandex Direct API: campaigns, ads, keywords, bids, reports. Click.ru or OAuth. installs: npm:@ai-hub-open/yandex-direct-mcp detail: https://mcpindex.ai/server/io-github-ai-hub-open-yandex-direct-mcp - io.github.ai-human-andalusia/hrevn-mcp-server (io.github.ai-human-andalusia/hrevn-mcp-server@0.1.0a0) HREVN trust layer for baseline diagnostics and verifiable workflow integrity for AI agents. installs: pypi:hrevn-mcp-server detail: https://mcpindex.ai/server/io-github-ai-human-andalusia-hrevn-mcp-server - AskNeedl (io.github.ai-needl/askneedl@1.0.0) Enterprise AI for trusted intelligence installs: remote:https://mcp.needl.ai/mcp detail: https://mcpindex.ai/server/io-github-ai-needl-askneedl - io.github.aibenyclaude-coder/kira (io.github.aibenyclaude-coder/kira@0.11.0) Skills and Scars for AI agents - your agent records its failures and never repeats them. installs: npm:kira-mcp detail: https://mcpindex.ai/server/io-github-aibenyclaude-coder-kira - io.github.aiconsulting06000-tech/acf-mcp (io.github.aiconsulting06000-tech/acf-mcp@1.0.3) Official ACF® MCP server — Agentic Commerce Framework® governance copilot for AI assistants. installs: npm:acf-mcp detail: https://mcpindex.ai/server/io-github-aiconsulting06000-tech-acf-mcp - Spark SQL (io.github.aidancorrell/spark-sql-mcp-server@0.1.2) Query Spark SQL clusters via Thrift/HiveServer2. Works with Spark, EMR, Hive, Impala. installs: pypi:spark-sql-mcp-server detail: https://mcpindex.ai/server/io-github-aidancorrell-spark-sql-mcp-server - io.github.aidemd-mcp/server (io.github.aidemd-mcp/server@0.9.0) MCP server that teaches any AI agent the AIDE methodology via progressive disclosure installs: npm:@aidemd-mcp/server detail: https://mcpindex.ai/server/io-github-aidemd-mcp-server - OmniGlyph (io.github.aidi1723/omniglyph@0.3.2-beta) Local symbol ground truth MCP server for Unicode lookup and code-symbol linting. installs: pypi:omniglyph detail: https://mcpindex.ai/server/io-github-aidi1723-omniglyph - io.github.aidocx/mcp-server (io.github.aidocx/mcp-server@0.3.1) Create, upload, and manage contracts from AI assistants. AI analysis and e-signatures. installs: npm:aidocx-mcp-server detail: https://mcpindex.ai/server/io-github-aidocx-mcp-server - io.github.aikts/yandex-tracker-mcp (io.github.aikts/yandex-tracker-mcp@0.7.3) MCP server for Yandex Tracker API. installs: pypi:yandex-tracker-mcp | docker:ghcr.io/aikts/yandex-tracker-mcp:0.7.3 detail: https://mcpindex.ai/server/io-github-aikts-yandex-tracker-mcp - Rigol DHO824 Oscilloscope (io.github.aimoda/rigol-dho824-mcp@0.1.143-main.2b177ae) Control and query Rigol DHO824 oscilloscope for waveform capture and measurements installs: pypi:rigol-dho824-mcp | docker:ghcr.io/aimoda/rigol-dho824-mcp:0.1.143-main.2b177ae detail: https://mcpindex.ai/server/io-github-aimoda-rigol-dho824-mcp - AIRAS (io.github.airas-org/airas@0.3.1) Automated AI research toolkit: hypothesis generation, experiments, and paper writing installs: pypi:airas detail: https://mcpindex.ai/server/io-github-airas-org-airas - io.github.airblackbox/air-blackbox-mcp (io.github.airblackbox/air-blackbox-mcp@0.2.0) EU AI Act compliance scanner for Python AI agents. 14 tools across 6 articles. installs: pypi:air-blackbox-mcp detail: https://mcpindex.ai/server/io-github-airblackbox-air-blackbox-mcp - Airbyte Agents (io.github.airbytehq/agents@1.0.1) Let AI agents query data and act across all your business apps via MCP. installs: remote:https://mcp.airbyte.ai/mcp detail: https://mcpindex.ai/server/io-github-airbytehq-agents - io.github.aissablk1/mcp-roadmapsh (io.github.aissablk1/mcp-roadmapsh@0.2.0) MCP server for roadmap.sh: roadmaps, best practices, interview questions, projects & progress installs: npm:mcp-roadmapsh detail: https://mcpindex.ai/server/io-github-aissablk1-mcp-roadmapsh - AIStatusDashboard (io.github.aistatusdashboard/aistatusdashboard@1.0.1) Read-only MCP server for AIStatusDashboard status, incidents, metrics, and fallback recommendations. installs: remote:https://aistatusdashboard.com/mcp detail: https://mcpindex.ai/server/io-github-aistatusdashboard-aistatusdashboard - io.github.aitools420/onchain-safety-mcp (io.github.aitools420/onchain-safety-mcp@0.2.0) Token-safety for AI agents: rug/honeypot verdict + score across PulseChain, Monad, Base & BSC installs: npm:@wickpics/onchain-safety-mcp detail: https://mcpindex.ai/server/io-github-aitools420-onchain-safety-mcp - io.github.aitor-alt/pixel-squads (io.github.aitor-alt/pixel-squads@0.1.1) MCP Server for Pixel Squads — observe your AI agents as pixel-art characters in a live office installs: npm:pixelsquads-mcp-server detail: https://mcpindex.ai/server/io-github-aitor-alt-pixel-squads - io.github.aitorgarcia21/ifg-tax (io.github.aitorgarcia21/ifg-tax@1.0.1) International tax research — 213 jurisdictions, 500K+ legal documents. installs: npm:ifg-mcp-server detail: https://mcpindex.ai/server/io-github-aitorgarcia21-ifg-tax - DeltaSignal ATLAS-7 (io.github.aitrailblazer/deltasignal-atlas-7@1.1.4) SEC/XBRL issuer intelligence for crypto public companies via MCP, OpenAPI, x402, and MPP. installs: remote:https://api.aitrailblazer.net/mcp detail: https://mcpindex.ai/server/io-github-aitrailblazer-deltasignal-atlas-7 - AIXBT (io.github.aixbt/aixbt@1.0.0) Crypto market intelligence for Projects, Topics, Intel, Reports, and Clusters. installs: remote:https://api.aixbt.tech/mcp detail: https://mcpindex.ai/server/io-github-aixbt-aixbt - io.github.ajanani1/agentreader-mcp (io.github.ajanani1/agentreader-mcp@1.0.0) 11 pay-per-call web tools for AI agents, auto-paid in USDC on Base via x402. No API keys. installs: npm:agentreader-mcp detail: https://mcpindex.ai/server/io-github-ajanani1-agentreader-mcp - io.github.ajwentcrazy/lazareus (io.github.ajwentcrazy/lazareus@0.1.0) Solana network and validator health checks for AI agents, paid per call via x402. installs: remote:https://lazareus.xyz/mcp detail: https://mcpindex.ai/server/io-github-ajwentcrazy-lazareus - Akeyless Agentic Runtime Authority (io.github.akeyless-community/akeyless-rta@0.1.0) Secretless database and cloud access via Akeyless RTA. Credentials never enter the model. installs: npm:@akeyless-community/devin-connector detail: https://mcpindex.ai/server/io-github-akeyless-community-akeyless-rta - io.github.akomyagin/aimcpgate (io.github.akomyagin/aimcpgate@0.4.0) MCP gateway/proxy: multiplexes tool calls across upstream MCP servers into one catalog. installs: npm:aimcpgate | docker:ghcr.io/akomyagin/aimcpgate:0.4.0 detail: https://mcpindex.ai/server/io-github-akomyagin-aimcpgate - io.github.akoskomuves/appstoreconnect-mcp (io.github.akoskomuves/appstoreconnect-mcp@1.0.1) App Store Connect for MCP clients: PPP pricing, subscriptions, TestFlight, reviews, reports & more installs: npm:@akoskomuves/appstoreconnect-mcp detail: https://mcpindex.ai/server/io-github-akoskomuves-appstoreconnect-mcp - io.github.aks129/healthclaw-guardrails (io.github.aks129/healthclaw-guardrails@1.6.0) Guardrailed FHIR access for AI agents: PHI redaction, audit trail, step-up auth, tenant isolation installs: remote:https://mcp-server-production-5112.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-aks129-healthclaw-guardrails - Arduino MCP Server (io.github.akshatnerella/arduino-mcp-server@0.2.7) Arduino MCP server for CLI setup, board detection, compile/upload, serial monitoring, and pin refs. installs: npm:arduino-mcp-server detail: https://mcpindex.ai/server/io-github-akshatnerella-arduino-mcp-server - Monobank (io.github.akutishevsky/monobank-mcp-server@1.3.0) MCP server for Monobank API — currency rates, client info, and account statements installs: npm:monobank-mcp-server detail: https://mcpindex.ai/server/io-github-akutishevsky-monobank-mcp-server - Spotify (io.github.akutishevsky/spotify@1.0.0) Full Spotify Web API coverage - albums, artists, playlists, player controls, and more. installs: remote:https://sptfy-mcp.online/mcp detail: https://mcpindex.ai/server/io-github-akutishevsky-spotify - Withings Health Data (io.github.akutishevsky/withings@1.3.0) MCP server for Withings health data — sleep, activity, heart, and body metrics. installs: remote:https://withings-mcp.com/mcp detail: https://mcpindex.ai/server/io-github-akutishevsky-withings - SoapBox Faith (io.github.alansafahi/soapbox-faith@1.1.1) Faith tools for AI agents: cited KJV Scripture, ORA Q&A, sermons, churches, prayer & giving. installs: remote:https://foyekanoxpnkydoibaas.supabase.co/functions/v1/faith-mcp detail: https://mcpindex.ai/server/io-github-alansafahi-soapbox-faith - IncomeBot Trading Intelligence (io.github.albermm/incomebot@1.0.0) Options trading — regime detection, momentum scanning, income screening, and risk simulation. installs: remote:https://ib.phos.nz/mcp/ detail: https://mcpindex.ai/server/io-github-albermm-incomebot - Phos Marketing Engine (io.github.albermm/phos-marketing-engine@1.0.0) AI marketing — content generation, competitor analysis, social publishing, and strategy. installs: remote:https://me.phos.nz/mcp/ detail: https://mcpindex.ai/server/io-github-albermm-phos-marketing-engine - Phos Sales Engine (io.github.albermm/phos-sales-engine@1.0.0) B2B lead generation — prospect discovery, ICP scoring, outreach, and pipeline management. installs: remote:https://se.phos.nz/mcp/ detail: https://mcpindex.ai/server/io-github-albermm-phos-sales-engine - io.github.albertbolanoss/labs_mcp (io.github.albertbolanoss/labs_mcp@0.1.1) MCP Server with AI-powered tools including ElevenLabs text-to-speech for realistic voice synthesis. installs: pypi:labs-mcp-server detail: https://mcpindex.ai/server/io-github-albertbolanoss-labs-mcp - io.github.alcastaro/datos.gob.do-MCP-server (io.github.alcastaro/datos.gob.do-MCP-server@0.11.0) MCP server for datos.gob.do — Dominican Republic open government data (CKAN 2.11). installs: pypi:dominican-open-data-mcp detail: https://mcpindex.ai/server/io-github-alcastaro-datos-gob-do-mcp-server - io.github.alejooroncoy/campus-cli (io.github.alejooroncoy/campus-cli@1.4.1) Unofficial Blackboard Learn (LMS) MCP for students: courses, assignments, grades, materials. installs: npm:campus-cli detail: https://mcpindex.ai/server/io-github-alejooroncoy-campus-cli - VASTlint (io.github.aleksUIX/vastlint@0.11.8) Validate VAST, VMAP, and DAAST ad tags against IAB specs. 223 rules, pure Rust core. installs: remote:https://vastlint.org/mcp detail: https://mcpindex.ai/server/io-github-aleksuix-vastlint - Arc Flash Platform — Estudos Elétricos (io.github.alessandropeng/arc-flash-platform@1.0.0) Cálculos de engenharia elétrica pela norma brasileira (NBR), validados, com citação normativa. installs: remote:https://arc-flash-platform.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-alessandropeng-arc-flash-platform - The Game Crafter (io.github.alex-gon/thegamecrafter@0.1.1) Design, manage, and price tabletop games on The Game Crafter via MCP. installs: npm:@alex-gon/tgc-mcp-server detail: https://mcpindex.ai/server/io-github-alex-gon-thegamecrafter - OpenProject (io.github.alex13slem/openproject@0.5.0) Manage OpenProject projects, work packages, files, relations, boards, users, and notifications. installs: npm:openproject-codex-plugin detail: https://mcpindex.ai/server/io-github-alex13slem-openproject - Frontend Design Loop MCP (io.github.alexalexalex222/frontend-design-loop-mcp@1.0.0) Design-first MCP for coding agents that improves websites with screenshot-grounded iteration. installs: pypi:frontend-design-loop-mcp detail: https://mcpindex.ai/server/io-github-alexalexalex222-frontend-design-loop-mcp - Dwarf Fortress (DFHack) (io.github.alexanderolvera/dfhack-mcp@1.4.1) MCP server exposing a live Dwarf Fortress fort to an AI agent as curated, semantic tools installs: npm:dfhack-mcp detail: https://mcpindex.ai/server/io-github-alexanderolvera-dfhack-mcp - AIMarket Oracle Gateway (io.github.alexar76/aimarket-oracle-gateway@0.2.0) Stdio MCP: 17 verifiable AIMarket oracles, 35 pay-per-call tools for AI agents. installs: pypi:aimarket-oracle-gateway detail: https://mcpindex.ai/server/io-github-alexar76-aimarket-oracle-gateway - AIMarket MCP Packager (io.github.alexar76/aimarket-plugins@2.0.1) Stdio MCP packager: AIMarket hub plugins into self-hosted MCP server products. installs: pypi:aimarket-mcp-packager detail: https://mcpindex.ai/server/io-github-alexar76-aimarket-plugins - ARGUS-3 MCP Server (io.github.alexar76/argus3@0.2.5) ARGUS-3 stdio MCP with WARDEN firewall: argus_ask, argus_status, argus_capabilities. installs: npm:@alexar76/argus3 detail: https://mcpindex.ai/server/io-github-alexar76-argus3 - io.github.alexcloudstar/makers-page-mcp (io.github.alexcloudstar/makers-page-mcp@0.1.2) Marketing Assistant MCP: draft, approve, and publish posts to X from your coding agent. installs: npm:makers-page-mcp detail: https://mcpindex.ai/server/io-github-alexcloudstar-makers-page-mcp - io.github.alexeibespalov/trident (io.github.alexeibespalov/trident@1.0.2) Create and edit collaborative architecture diagrams with any AI assistant using the Trident 2D DSL. installs: npm:trident-mcp | remote:https://mcp.tridentchart.com/mcp detail: https://mcpindex.ai/server/io-github-alexeibespalov-trident - io.github.alexey-pelykh/linkedctl (io.github.alexey-pelykh/linkedctl@0.5.0) CLI and MCP server for the LinkedIn API installs: npm:linkedctl detail: https://mcpindex.ai/server/io-github-alexey-pelykh-linkedctl - io.github.alexey-pelykh/ttctl (io.github.alexey-pelykh/ttctl@0.1.0) Unofficial CLI and MCP server for the Toptal Talent platform — personal-productivity tool installs: npm:ttctl detail: https://mcpindex.ai/server/io-github-alexey-pelykh-ttctl - 九启高企免费自测 (io.github.alexfengrui/gq-readiness-free@0.1.0) 只读返回九启高企免费自测入口、用途、免责声明和自愿留资边界,不接收企业材料或联系方式。 installs: remote:https://gq.051297.com/mcp detail: https://mcpindex.ai/server/io-github-alexfengrui-gq-readiness-free - 1C OData MCP (io.github.alexgrebeshok-coder/onec-odata-mcp@1.0.1) Read-only MCP server for 1C:Enterprise via OData with metadata and query builder tools. installs: npm:onec-odata-mcp detail: https://mcpindex.ai/server/io-github-alexgrebeshok-coder-onec-odata-mcp - io.github.alexpfau/zigbee2mqtt-mcp (io.github.alexpfau/zigbee2mqtt-mcp@0.7.0) Administer a Zigbee2MQTT estate: health, mesh diagnostics, OTA, pairing, device management. installs: npm:zigbee2mqtt-mcp detail: https://mcpindex.ai/server/io-github-alexpfau-zigbee2mqtt-mcp - Yo (io.github.alfongj-com/yo@1.0.1) Let agents send content-free push notifications to a paired phone via MCP. installs: remote:https://getyo.dev/mcp detail: https://mcpindex.ai/server/io-github-alfongj-com-yo - Enoch (io.github.alias8818/enoch@0.1.1) Operate an Enoch control plane through MCP tools installs: pypi:enoch-mcp detail: https://mcpindex.ai/server/io-github-alias8818-enoch - Lumi App Finder (io.github.alice51849/lumi-app-finder@1.1.3) Find iOS apps by task across 29 live apps and 50 Apple locales, with direct App Store links. installs: manual detail: https://mcpindex.ai/server/io-github-alice51849-lumi-app-finder - io.github.alisaitteke/photoshop-mcp (io.github.alisaitteke/photoshop-mcp@1.6.1) MCP server for Adobe Photoshop — 102 tools (generative AI + recipes), standalone web UI. Control Ph… installs: npm:@alisaitteke/photoshop-mcp detail: https://mcpindex.ai/server/io-github-alisaitteke-photoshop-mcp - Stata MCP Server (io.github.aliveranme/stata-mcp@1.0.9) 通过 pystata 驱动真实 Stata 的 MCP 服务器:数据加载/清洗/建模/诊断/图形导出,75 个工具覆盖完整计量工作流。 installs: npm:@aliveranme/stata-mcp detail: https://mcpindex.ai/server/io-github-aliveranme-stata-mcp - Almega (io.github.almega-ai/almega-mcp@0.2.0) The immutable delegation frame for AI agents: gate any sensitive action, human-in-the-loop. installs: pypi:almega-mcp detail: https://mcpindex.ai/server/io-github-almega-ai-almega-mcp - Fitness Tools (io.github.almostjacked/fitness-tools@0.3.4) Deterministic fitness calculators — TDEE, adaptive TDEE, body fat, 1RM, macros — with consensus. installs: npm:@almostjacked/fitness-tools-mcp | remote:https://fitness-tools-mcp.ajwallacemusic.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-almostjacked-fitness-tools - Hevy (unofficial) (io.github.almostjacked/hevy-mcp@0.1.0) Create Hevy routines and analyze your training from chat. Unofficial; BYO Hevy PRO API key. installs: npm:@almostjacked/hevy-mcp | remote:https://hevy-coach.ajwallacemusic.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-almostjacked-hevy-mcp - Indian NSE Stock Insights (io.github.alokbarnwal/nse-public-mcp@1.0.1) Analyze any Nifty 500 stock with AI — price action, demand zones, technicals & screener. installs: remote:https://stockmcp.alokbarnwal.com/mcp detail: https://mcpindex.ai/server/io-github-alokbarnwal-nse-public-mcp - Joplin MCP Server (io.github.alondmnt/joplin-mcp@0.9.0) FastMCP server exposing Joplin notes, notebooks, tags, and imports. installs: pypi:joplin-mcp detail: https://mcpindex.ai/server/io-github-alondmnt-joplin-mcp - io.github.alphasmo/alphasmo-tools (io.github.alphasmo/alphasmo-tools@0.2.1) CLI + MCP server for SEC 13F institutional holdings, insider trading, and smart money convergence. installs: npm:alphasmo detail: https://mcpindex.ai/server/io-github-alphasmo-alphasmo-tools - Alpha Sophia (io.github.alphasophia/alpha-sophia@1.0.0) Claims-grounded provider, market, and KOL intelligence for healthcare AI agents via Alpha Sophia installs: remote:https://api.alphasophia.com/v1/mcp detail: https://mcpindex.ai/server/io-github-alphasophia-alpha-sophia - Swiss Whale Intelligence (io.github.alpineflow-io/swiss-whale-intelligence@1.1.0) Multi-asset whale forensics: BTC, ETH, SOL, USDT, tokenized gold. 45 tools, free OAuth tier. installs: remote:https://mcp.swisswhaleintelligence.com/mcp detail: https://mcpindex.ai/server/io-github-alpineflow-io-swiss-whale-intelligence - io.github.alvinindra/figma-mcp-rust (io.github.alvinindra/figma-mcp-rust@0.1.7) Figma MCP server in Rust: plugin bridge, no API token, no rate limits, 73 tools. installs: npm:@alvinindra/figma-mcp-rust detail: https://mcpindex.ai/server/io-github-alvinindra-figma-mcp-rust - io.github.alxpark/propresenter-mcp (io.github.alxpark/propresenter-mcp@1.0.1) ProPresenter 7 MCP server installs: npm:@alxpark/propresenter-mcp detail: https://mcpindex.ai/server/io-github-alxpark-propresenter-mcp - Microsoft SQL Server (io.github.alyiox/mcp-mssql@1.2.0) Read-only MCP for Microsoft SQL Server: metadata discovery, parameterized SELECT, plans. installs: manual detail: https://mcpindex.ai/server/io-github-alyiox-mcp-mssql - Sam's Club Sponsored Ads APIs (io.github.alyiox/mcp-samsclub-ads@0.1.0a5) MCP server for Sam's Club Sponsored Ads APIs installs: pypi:mcp-samsclub-ads detail: https://mcpindex.ai/server/io-github-alyiox-mcp-samsclub-ads - io.github.amarodeabreu/rug-munch-mcp (io.github.amarodeabreu/rug-munch-mcp@1.0.1) Crypto risk intelligence: 19 tools for rug pull detection, AI forensics, and token analysis. installs: pypi:rug-munch-mcp detail: https://mcpindex.ai/server/io-github-amarodeabreu-rug-munch-mcp - Angel One (io.github.ameernoufil/angel-one@1.0.10) Angel One SmartAPI MCP for orders, portfolio, market data, GTT rules, charges, and margin. installs: npm:angel-one-mcp detail: https://mcpindex.ai/server/io-github-ameernoufil-angel-one - Professional Invoice Generator (io.github.amehiny/invoice-generator@1.0.0) Free invoice generator — create pre-filled invoice URLs with taxes, discounts, and 14 languages. installs: npm:invoice-generator-mcp detail: https://mcpindex.ai/server/io-github-amehiny-invoice-generator - io.github.amer-prog/gamma-mcp-server (io.github.amer-prog/gamma-mcp-server@1.0.0) Create presentations, documents, and webpages from any MCP-compatible AI assistant via Gamma.app installs: npm:@arkava-ai/gamma-mcp-server detail: https://mcpindex.ai/server/io-github-amer-prog-gamma-mcp-server - io.github.aminpiano/nara-tour (io.github.aminpiano/nara-tour@0.1.0) 나라투어 공식 MCP 서버 — 수원 소재 단체여행 전문 여행사. AI 에이전트에게 회사 프로필, 영업 정보, 카카오톡 상담 링크(UTM 포함)를 제공. installs: remote:https://mcp.nara-tour.com/mcp detail: https://mcpindex.ai/server/io-github-aminpiano-nara-tour - Luxembourg MCP (io.github.amirdaraee/luxembourg-mcp@0.4.1) Keyless MCP access to official Luxembourg public data: laws, statistics, mobility, and more. installs: pypi:luxembourg-mcp | remote:https://mcp.luxembourg-mcp.com/mcp detail: https://mcpindex.ai/server/io-github-amirdaraee-luxembourg-mcp - 4fetch (io.github.amit755/4fetch@1.0.0) Fetch a URL and get clean Markdown with metadata. No API key required; rate-limited per IP. installs: remote:https://api.4fetch.com/mcp/v1/fetch detail: https://mcpindex.ai/server/io-github-amit755-4fetch - Wealthville (io.github.amitesh-m/wealthville@0.3.1) Solana + EVM liquidity-pool scores: Enter/Hold/Exit verdicts and 0-100 Wealthville Score. installs: npm:@wealthville/mcp-server | remote:https://wealthville.net/mcp detail: https://mcpindex.ai/server/io-github-amitesh-m-wealthville - io.github.amplichina/madeforai-supplychain-skill (io.github.amplichina/madeforai-supplychain-skill@0.5.2) MCP connector for human-reviewed manufacturing tasks through MadeForAI hosted fulfillment. installs: npm:madeforai-supplychain-connector detail: https://mcpindex.ai/server/io-github-amplichina-madeforai-supplychain-skill - Reactive Resume (io.github.amruthpillai/reactive-resume@5.2.2) Free open-source resume builder with remote MCP tools for resumes and job applications. installs: remote:https://rxresu.me/mcp detail: https://mcpindex.ai/server/io-github-amruthpillai-reactive-resume - YAAC (io.github.amyodov/yet-another-agentic-chat@0.3.0) Messaging between concurrent AI coding sessions, across clients, over MCP. Zero infrastructure. installs: pypi:yet-another-agentic-chat detail: https://mcpindex.ai/server/io-github-amyodov-yet-another-agentic-chat - AMZScout Skill + MCP (io.github.amzscout-corp/amzscout-skill-mcp@1.0.0) Amazon research from AMZScout data: analyze products & niches, keywords/PPC, and brand catalogs. installs: remote:https://chatbot.amzscout.net/mcp detail: https://mcpindex.ai/server/io-github-amzscout-corp-amzscout-skill-mcp - Anaconda MCP (io.github.anaconda/anaconda-mcp@1.1.1) Beta conda env/package MCP server; requires conda, auth, and Beta Terms. installs: manual detail: https://mcpindex.ai/server/io-github-anaconda-anaconda-mcp - JuriBase (io.github.andersongadelhaadv-cmyk/juri-verify@0.3.0) Busca e verifica jurisprudência brasileira real (+400 mil julgados) — anti-alucinação para IA. installs: remote:https://busca.juribase.com.br/mcp detail: https://mcpindex.ai/server/io-github-andersongadelhaadv-cmyk-juri-verify - io.github.andreisirbu91-lab/mcpspend (io.github.andreisirbu91-lab/mcpspend@0.2.1) Query your MCPSpend usage: cost today, top tools, recent sessions, budget projections. installs: npm:@mcpspend/mcp-server detail: https://mcpindex.ai/server/io-github-andreisirbu91-lab-mcpspend - io.github.andresdefi/zerodust (io.github.andresdefi/zerodust@0.3.1) Recover stranded native gas: empty a chain's balance to exactly zero on 25 EVM chains. installs: npm:@zerodust/mcp-server | remote:https://api.zerodust.xyz/mcp detail: https://mcpindex.ai/server/io-github-andresdefi-zerodust - io.github.andretaki/hazmat-cfr-mcp (io.github.andretaki/hazmat-cfr-mcp@0.3.0) Complete 49 CFR 172.101 hazmat table lookup with special-provision decoding, cited to eCFR. installs: npm:hazmat-cfr-mcp detail: https://mcpindex.ai/server/io-github-andretaki-hazmat-cfr-mcp - MissingLinkz (io.github.andrewlamamills-tech/missinglinkz@1.1.7) Campaign link infrastructure for AI agents — validate, build, and inspect UTM-tracked links. installs: npm:missinglinkz detail: https://mcpindex.ai/server/io-github-andrewlamamills-tech-missinglinkz - io.github.andrewschristison/pondlog (io.github.andrewschristison/pondlog@0.3.8) Aggregate nature MCP. 8 sources: iNat, eBird, NOAA, USGS, NPN, Mushroom Observer, sky, garden. installs: npm:@pondlog/mcp-pondlog detail: https://mcpindex.ai/server/io-github-andrewschristison-pondlog - io.github.andrewschristison/pondlog-ebird (io.github.andrewschristison/pondlog-ebird@0.1.5) eBird MCP server. 21 tools covering eBird API v2: observations, hotspots, checklists, taxonomy. installs: npm:@pondlog/mcp-ebird detail: https://mcpindex.ai/server/io-github-andrewschristison-pondlog-ebird - io.github.andrewschristison/pondlog-garden (io.github.andrewschristison/pondlog-garden@0.3.4) DEPRECATED. Use @cropgraph/mcp instead. npx @cropgraph/mcp installs: npm:@pondlog/mcp-garden detail: https://mcpindex.ai/server/io-github-andrewschristison-pondlog-garden - io.github.andrewschristison/pondlog-inaturalist (io.github.andrewschristison/pondlog-inaturalist@0.1.3) iNaturalist MCP server. Wildlife observations, species counts, taxa, and places worldwide. installs: npm:@pondlog/mcp-inaturalist detail: https://mcpindex.ai/server/io-github-andrewschristison-pondlog-inaturalist - io.github.andrewschristison/pondlog-mushroomobserver (io.github.andrewschristison/pondlog-mushroomobserver@0.1.5) Mushroom Observer MCP server. Mycology observations, fungal taxonomy, and region discovery. installs: npm:@pondlog/mcp-mushroomobserver detail: https://mcpindex.ai/server/io-github-andrewschristison-pondlog-mushroomobserver - io.github.andrewschristison/pondlog-npn (io.github.andrewschristison/pondlog-npn@0.1.5) USA National Phenology Network MCP. Bloom, leaf-out, and flight timing from NPN observers. installs: npm:@pondlog/mcp-npn detail: https://mcpindex.ai/server/io-github-andrewschristison-pondlog-npn - Nummeropslag (io.github.andrey-tut/nummeropslag@1.0.2) Privacy-first Danish caller ID, CVR company lookup, operator data, and community spam signals. installs: pypi:nummeropslag-mcp | docker:ghcr.io/andrey-tut/nummeropslag-mcp:v1.0.1 detail: https://mcpindex.ai/server/io-github-andrey-tut-nummeropslag - io.github.andrijdavid/bazos-mcp (io.github.andrijdavid/bazos-mcp@0.1.2) MCP server for interacting with Bazos.cz and Bazos.sk installs: npm:@andrijdavid/bazos-mcp detail: https://mcpindex.ai/server/io-github-andrijdavid-bazos-mcp - io.github.andylbrummer/molecular-mcp (io.github.andylbrummer/molecular-mcp@0.1.6) GPU-accelerated MCP server for molecular dynamics, N-body simulations, and particle systems installs: pypi:scicomp-molecular-mcp detail: https://mcpindex.ai/server/io-github-andylbrummer-molecular-mcp - io.github.andylbrummer/neural-mcp (io.github.andylbrummer/neural-mcp@0.1.6) GPU-accelerated MCP server for neural network training, deep learning, and model experimentation installs: pypi:scicomp-neural-mcp detail: https://mcpindex.ai/server/io-github-andylbrummer-neural-mcp - io.github.andylbrummer/quantum-mcp (io.github.andylbrummer/quantum-mcp@0.1.6) GPU-accelerated MCP server: quantum mechanics, wavefunction evolution, Schrodinger simulations installs: pypi:scicomp-quantum-mcp detail: https://mcpindex.ai/server/io-github-andylbrummer-quantum-mcp - io.github.andypgray/loadbearing (io.github.andypgray/loadbearing@0.4.0) Checks .NET solutions against a fluent C# architecture spec and explains the rules to agents. installs: manual detail: https://mcpindex.ai/server/io-github-andypgray-loadbearing - io.github.andypgray/resharper-cli-mcp (io.github.andypgray/resharper-cli-mcp@1.2.1) ReSharper CLI inspection/cleanup via MCP. Unofficial: not affiliated with or endorsed by JetBrains. installs: manual detail: https://mcpindex.ai/server/io-github-andypgray-resharper-cli-mcp - io.github.andypgray/roz-mcp (io.github.andypgray/roz-mcp@1.1.0) Roslyn-powered C# code navigation, blast-radius analysis, and verified edits for coding agents. installs: manual detail: https://mcpindex.ai/server/io-github-andypgray-roz-mcp - Agentic Platform (io.github.andysalvo/agentic-platform@1.1.0) Free MCP tools: the only MCP linter, health checks, cost estimation, and trust evaluation. installs: remote:https://platform.crestsystems.ai/mcp detail: https://mcpindex.ai/server/io-github-andysalvo-agentic-platform - io.github.andysalvo/supership-scan (io.github.andysalvo/supership-scan@2.0.2) Buy any x402 API or data on Base, Solana, Polygon. No wallet on the seller's chain. For AI agents. installs: npm:supership-scan detail: https://mcpindex.ai/server/io-github-andysalvo-supership-scan - Untap (io.github.aneduaim/untap-mcp@1.0.0) UK refunds inside your AI assistant: train delays, flights, TfL, parking. Made in London. installs: remote:https://untap.money/api/mcp detail: https://mcpindex.ai/server/io-github-aneduaim-untap-mcp - Talent-Augmenting Layer (io.github.angelo-leone/talent-augmenting-layer@1.0.0) Personalised AI augmentation system — makes you better at your work, not dependent on AI installs: remote:https://proworker-hosted.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-angelo-leone-talent-augmenting-layer - io.github.aniebyl/ololand-dd (io.github.aniebyl/ololand-dd@1.0.1) OloLand M&A intelligence — 33 tools for deal analysis, valuation, risk, and cross-deal learning. installs: npm:@ololand/mcp-server | remote:https://ma-workbench-api-303576587005.us-central1.run.app/mcp detail: https://mcpindex.ai/server/io-github-aniebyl-ololand-dd - Archiet (io.github.aniekanasuquookono-web/archiet@0.1.1) Archiet MCP server: scaffold full-stack apps from PRD text and extract capabilities. installs: pypi:mcp-archiet detail: https://mcpindex.ai/server/io-github-aniekanasuquookono-web-archiet - Account Pool (io.github.ankitsxchdeva/account-pool-mcp@0.1.1) Exclusive, crash-safe leases on a pool of test accounts for parallel agent QA runs. installs: npm:account-pool-mcp detail: https://mcpindex.ai/server/io-github-ankitsxchdeva-account-pool-mcp - io.github.anousss007/blatui (io.github.anousss007/blatui@1.0.0) shadcn/ui for Laravel Blade — discover, read and install BlatUI components, blocks and charts. installs: remote:https://blatui.remix-it.com/mcp detail: https://mcpindex.ai/server/io-github-anousss007-blatui - io.github.anp2dev/anp2-mcp-server (io.github.anp2dev/anp2-mcp-server@0.3.0) AI-agent economic protocol over MCP — identity, reputation, tasks, credit, Sybil resistance installs: pypi:anp2-mcp-server detail: https://mcpindex.ai/server/io-github-anp2dev-anp2-mcp-server - io.github.anp2protocol/anp2-mcp-server (io.github.anp2protocol/anp2-mcp-server@0.2.0) Economic protocol for AI agents — identity + reputation + credit + Sybil resistance (MCP bridge) installs: pypi:anp2-mcp-server detail: https://mcpindex.ai/server/io-github-anp2protocol-anp2-mcp-server - io.github.antbotlab/mac-use-mcp (io.github.antbotlab/mac-use-mcp@1.1.1) Zero-dependency macOS desktop automation for AI agents. 18 tools via MCP. macOS 13+. installs: npm:mac-use-mcp detail: https://mcpindex.ai/server/io-github-antbotlab-mac-use-mcp - io.github.anthesiallc/meddata (io.github.anthesiallc/meddata@0.2.1) Drug & supplement lookup and interaction checks from free U.S. government health data. installs: pypi:meddata-mcp detail: https://mcpindex.ai/server/io-github-anthesiallc-meddata - io.github.anthonywlicausi/agentic-ai (io.github.anthonywlicausi/agentic-ai@0.1.0) Deal intelligence for agents: SEC-verified financials, validation, institutional deal scoring. installs: remote:https://agentic-ai-production-e711.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-anthonywlicausi-agentic-ai - io.github.antics-gg/antics-mcp (io.github.antics-gg/antics-mcp@0.4.0) Deploy a web game to a playable multiplayer URL with rooms, state sync, and leaderboards. installs: npm:antics-mcp detail: https://mcpindex.ai/server/io-github-antics-gg-antics-mcp - Project Management AI Analysis (io.github.antnewman/pm-analyse@0.3.0) AI-powered project analysis with risk identification, forecasting, and mitigation generation installs: pypi:pm-mcp-servers detail: https://mcpindex.ai/server/io-github-antnewman-pm-analyse - SEO Tools: A-Parser bridge (io.github.antohins/seo-tools-mcp-aparser@1.7.0) Bridge to a self-hosted A-Parser: SERP, suggests and 150+ parsers via its API (read-only). installs: npm:seo-tools-mcp-aparser detail: https://mcpindex.ai/server/io-github-antohins-seo-tools-mcp-aparser - SEO Tools: Yandex.Metrica (io.github.antohins/seo-tools-mcp-metrika@1.7.0) MCP server for Yandex.Metrica Stat API (read-only). installs: npm:seo-tools-mcp-metrika detail: https://mcpindex.ai/server/io-github-antohins-seo-tools-mcp-metrika - SEO Tools: XMLStock SERP (Google + Yandex) (io.github.antohins/seo-tools-mcp-xmlstock@1.7.0) Google & Yandex SERP + Yandex Wordstat via XMLStock (read-only). installs: npm:seo-tools-mcp-xmlstock detail: https://mcpindex.ai/server/io-github-antohins-seo-tools-mcp-xmlstock - io.github.antoinedelorme/gravity-swarm (io.github.antoinedelorme/gravity-swarm@1.0.1) Agent reputation network — compute tasks, submit proofs, earn ELO via Nostr MCP installs: npm:gravity-swarm-mcp detail: https://mcpindex.ai/server/io-github-antoinedelorme-gravity-swarm - io.github.antoinedelorme/kweenkl-mcp (io.github.antoinedelorme/kweenkl-mcp@1.1.0) Push notifications for AI agents - send instant iPhone notifications from any MCP client. installs: remote:https://api.kweenkl.com/mcp detail: https://mcpindex.ai/server/io-github-antoinedelorme-kweenkl-mcp - io.github.antonio-mello-ai/mcp-pfsense (io.github.antonio-mello-ai/mcp-pfsense@0.1.1) Manage pfSense firewalls through AI assistants — rules, DHCP, DNS, and more installs: pypi:mcp-pfsense detail: https://mcpindex.ai/server/io-github-antonio-mello-ai-mcp-pfsense - io.github.antonkarliner/truepane (io.github.antonkarliner/truepane@0.2.1) Local MCP server generating complete App Store & Google Play screenshot sets. installs: npm:truepane-mcp detail: https://mcpindex.ai/server/io-github-antonkarliner-truepane - io.github.antonpogrebenko-public/rftools (io.github.antonpogrebenko-public/rftools@1.5.3) 213 RF & electronics calculators + 13 simulation tools for AI agents. installs: npm:rftools-mcp detail: https://mcpindex.ai/server/io-github-antonpogrebenko-public-rftools - io.github.antvis/mcp-server-chart (io.github.antvis/mcp-server-chart@1.0.0) A Model Context Protocol server for generating charts using AntV. installs: npm:@antv/mcp-server-chart detail: https://mcpindex.ai/server/io-github-antvis-mcp-server-chart - SYNAPSE CHANNEL (io.github.anulum/synapse-channel@0.99.18) Local-first multi-agent coordination for messages, leases, shared plans, status, and resources. installs: pypi:synapse-channel detail: https://mcpindex.ai/server/io-github-anulum-synapse-channel - io.github.anyproto/anytype-mcp (io.github.anyproto/anytype-mcp@1.0.7) Official MCP server for Anytype API - your encrypted, local and collaborative wiki. installs: npm:@anyproto/anytype-mcp detail: https://mcpindex.ai/server/io-github-anyproto-anytype-mcp - io.github.anzy-renlab-ai/pronounce (io.github.anzy-renlab-ai/pronounce@0.1.1) How engineers actually pronounce developer jargon — 1848+ sourced entries (kubectl, nginx, GIF). installs: pypi:pronounce-mcp | docker:ghcr.io/anzy-renlab-ai/pronounce-mcp:0.1.1 detail: https://mcpindex.ai/server/io-github-anzy-renlab-ai-pronounce - Kotlin Library Sources (io.github.aoreshkov/kotlin-lib-mcp@0.4.0) Exposes the public API, KDoc and sources of Maven-published Kotlin/Java libraries to MCP clients installs: docker:ghcr.io/aoreshkov/kotlin-lib-mcp:0.4.0 detail: https://mcpindex.ai/server/io-github-aoreshkov-kotlin-lib-mcp - MCP Agent Health Reporter (io.github.aos-standard/mcp-agent-health@0.3.1) Advisory AOS agent health scan before deployment (manifest, services, immune loop, evidence). installs: pypi:mcp-agent-health detail: https://mcpindex.ai/server/io-github-aos-standard-mcp-agent-health - MCP Blast-Radius Auditor (io.github.aos-standard/mcp-blast-radius@0.2.4) Static blast-radius audit for MCP servers before agent install. Manifest optional. installs: pypi:mcp-blast-radius detail: https://mcpindex.ai/server/io-github-aos-standard-mcp-blast-radius - Apaleo (io.github.apaleo/mcp-server@0.1.0) Manage hotels via the apaleo PMS API: reservations, folios, invoices, rates and availability. installs: remote:https://mcp.apaleo.com/mcp detail: https://mcpindex.ai/server/io-github-apaleo-mcp-server - io.github.apeirontrade/provenance-mcp (io.github.apeirontrade/provenance-mcp@0.1.1) Wash-traffic risk checks for Algorand x402 endpoints before your agent trusts or pays them. installs: npm:provenance-mcp detail: https://mcpindex.ai/server/io-github-apeirontrade-provenance-mcp - APIFreaks MCP (io.github.api-freaks/apifreaks-mcp@1.1.2) The official MCP server for APIFreaks, connecting your AI to the full range of APIFreaks APIs. installs: npm:@apifreaks/mcp detail: https://mcpindex.ai/server/io-github-api-freaks-apifreaks-mcp - io.github.apiarya/wemo (io.github.apiarya/wemo@1.4.1) Control WeMo smart home devices - discover, toggle, adjust brightness, and manage HomeKit codes installs: pypi:wemo-mcp-server detail: https://mcpindex.ai/server/io-github-apiarya-wemo - io.github.apihubio/mcp-server (io.github.apihubio/mcp-server@1.0.0) Discover and pay for APIs with USDC credits. No wallet, no gas, MCP-native marketplace. installs: remote:https://mcp.apihub.io/mcp detail: https://mcpindex.ai/server/io-github-apihubio-mcp-server - Ryter Pro (io.github.apiihub33-cyber/ryterpro-mcp@0.1.0) MCP server for humanizing and rewriting text with the Ryter Pro API. installs: pypi:ryterpro-mcp detail: https://mcpindex.ai/server/io-github-apiihub33-cyber-ryterpro-mcp - io.github.apitier/mcp-server (io.github.apitier/mcp-server@1.0.2) APITier utility APIs as MCP tools: validation, UK/India address lookup, barcode/QR, data conversion. installs: npm:@apitier/mcp-server detail: https://mcpindex.ai/server/io-github-apitier-mcp-server - io.github.aplaceforallmystuff/mcp-arr (io.github.aplaceforallmystuff/mcp-arr@1.0.0) MCP server for *arr media suite - Sonarr, Radarr, Lidarr, Readarr, Prowlarr installs: npm:mcp-arr-server detail: https://mcpindex.ai/server/io-github-aplaceforallmystuff-mcp-arr - io.github.aplaceforallmystuff/mcp-kit (io.github.aplaceforallmystuff/mcp-kit@1.0.1) MCP server for Kit.com (ConvertKit) - manage subscribers, tags, sequences, broadcasts installs: npm:kit-mcp-server detail: https://mcpindex.ai/server/io-github-aplaceforallmystuff-mcp-kit - io.github.aplaceforallmystuff/mcp-pihole (io.github.aplaceforallmystuff/mcp-pihole@1.0.1) Pi-hole v6 MCP server - manage DNS blocking, stats, whitelists/blacklists installs: npm:mcp-pihole-server detail: https://mcpindex.ai/server/io-github-aplaceforallmystuff-mcp-pihole - io.github.aplaceforallmystuff/mcp-threatintel (io.github.aplaceforallmystuff/mcp-threatintel@1.0.1) Unified threat intel - OTX, AbuseIPDB, GreyNoise, abuse.ch, Feodo Tracker installs: npm:mcp-threatintel-server detail: https://mcpindex.ai/server/io-github-aplaceforallmystuff-mcp-threatintel - Apollo MCP Server (io.github.apollographql/apollo-mcp-server@1.17.0) MCP server that exposes GraphQL operations as tools for AI models. installs: docker:ghcr.io/apollographql/apollo-mcp-server:v1.17.0 detail: https://mcpindex.ai/server/io-github-apollographql-apollo-mcp-server - Apollo.io (io.github.apolloio/apollo-mcp@0.1.1) Prospect, enrich leads, and manage outreach sequences with Apollo.io. installs: remote:https://mcp.apollo.io/mcp detail: https://mcpindex.ai/server/io-github-apolloio-apollo-mcp - io.github.apolocine/mosta-net (io.github.apolocine/mosta-net@2.0.42) 1 MCP server, 13 databases, zero config. Multi-protocol transport with Auth + RBAC. installs: npm:@mostajs/net detail: https://mcpindex.ai/server/io-github-apolocine-mosta-net - io.github.apolocine/orm-mcp (io.github.apolocine/orm-mcp@0.1.1) MCP server for @mostajs/orm: generate, lint (24 rules) & migrate EntitySchemas. installs: npm:@mostajs/orm-mcp detail: https://mcpindex.ai/server/io-github-apolocine-orm-mcp - BumpGuard (io.github.appcreationsca/bumpguard@0.2.1) Reports which of your code's API usages break when you upgrade a dependency (Python, .NET, Java). installs: pypi:bumpguard-mcp detail: https://mcpindex.ai/server/io-github-appcreationsca-bumpguard - MCP Appium - Mobile Development and Automation Server (io.github.appium/appium-mcp@1.92.0) MCP server for Appium mobile automation on iOS and Android devices with test creation tools. installs: npm:appium-mcp detail: https://mcpindex.ai/server/io-github-appium-appium-mcp - BridgeNode MCP (io.github.applefanaimail-blip/bridgenode-mcp@1.0.2) AI inference via MCP — pay per request with Solana USDC through x402. No API keys. installs: npm:@bridgenode/mcp | remote:https://bridgenode.cc/mcp detail: https://mcpindex.ai/server/io-github-applefanaimail-blip-bridgenode-mcp - Applitools (io.github.applitools/applitools@1.0.7) The Applitools MCP server helps you create, update, and analyze visual tests using Applitools Eyes. installs: npm:@applitools/mcp detail: https://mcpindex.ai/server/io-github-applitools-applitools - io.github.appwrite/mcp (io.github.appwrite/mcp@0.8.31) MCP (Model Context Protocol) server for Appwrite installs: pypi:mcp-server-appwrite | remote:https://mcp.appwrite.io/ detail: https://mcpindex.ai/server/io-github-appwrite-mcp - io.github.appwrite/mcp-for-api (io.github.appwrite/mcp-for-api@0.2.8) MCP (Model Context Protocol) server for Appwrite installs: pypi:mcp-server-appwrite detail: https://mcpindex.ai/server/io-github-appwrite-mcp-for-api - AproxPay Proxy (io.github.aproxpay/aproxproxy@0.2.4) Residential proxy for AI agents via x402 — fetch, sessions, exit country installs: npm:aproxproxy-mcp detail: https://mcpindex.ai/server/io-github-aproxpay-aproxproxy - Niro (io.github.apxlabs-ai/niro@0.1.61) AI pentester for PRs — finds exploitable bugs and hands your developer agent the fix. installs: manual detail: https://mcpindex.ai/server/io-github-apxlabs-ai-niro - CoreModels (io.github.aramai-schematica/coremodels@1.0.0) CoreModels schema editor: nodes, mixins, relations, JSON Schema import/export. Sign-in required. installs: remote:https://go.coremodels.io/mcp-admin detail: https://mcpindex.ai/server/io-github-aramai-schematica-coremodels - ArcAgent MCP (io.github.araujota/arcagent-mcp@0.1.13) ArcAgent MCP server for bounty discovery, workspace execution, and verified coding submissions. installs: npm:arcagent-mcp | remote:https://mcp.arcagent.dev/mcp detail: https://mcpindex.ai/server/io-github-araujota-arcagent-mcp - ARC-1 (io.github.arc-mcp/arc-1@1.0.2) MCP server for SAP ABAP systems installs: npm:arc-1 | docker:ghcr.io/arc-mcp/arc-1:1.0.2 detail: https://mcpindex.ai/server/io-github-arc-mcp-arc-1 - io.github.arcar-org/arcar-mcp (io.github.arcar-org/arcar-mcp@1.0.4) Servidor MCP para integraciones con arcar.org installs: remote:https://nave.q2bot.com/mcp/arcar-org detail: https://mcpindex.ai/server/io-github-arcar-org-arcar-mcp - io.github.arcar-org/n8n-mcp-server (io.github.arcar-org/n8n-mcp-server@1.2.0) Servidor MCP para integraciones con arcar.org installs: remote:https://nave.q2bot.com/mcp/arcar.org detail: https://mcpindex.ai/server/io-github-arcar-org-n8n-mcp-server - io.github.archimedes-market/mcp-archimedes (io.github.archimedes-market/mcp-archimedes@0.2.0) Discover verified deep-tech engineering bounties from any AI agent. installs: npm:@archimedes-market/mcp | remote:https://archimedes.market/api/mcp detail: https://mcpindex.ai/server/io-github-archimedes-market-mcp-archimedes - io.github.architagrawal/prismsplit (io.github.architagrawal/prismsplit@0.1.0) Split bills from your AI: read bills & balances, create equal splits, request settlements. installs: remote:https://www.prismsplit.tech/mcp detail: https://mcpindex.ai/server/io-github-architagrawal-prismsplit - io.github.architectds/mathgraphs-mcp (io.github.architectds/mathgraphs-mcp@1.0.0) Math & statistics graphing, computation, visualization, and validation engine installs: npm:mathgraphs-mcp detail: https://mcpindex.ai/server/io-github-architectds-mathgraphs-mcp - io.github.archradhq/deterministic (io.github.archradhq/deterministic@0.4.1) Deterministic IR/IR-LINT validation, policy packs, drift vs exports (archrad). Apache-2.0. installs: npm:@archrad/deterministic detail: https://mcpindex.ai/server/io-github-archradhq-deterministic - Codex Control Plane MCP (io.github.aresyn/codex-control-plane-mcp@0.2.1) Durable MCP control plane for long-running Codex Desktop tasks. installs: pypi:codex-control-plane-mcp detail: https://mcpindex.ai/server/io-github-aresyn-codex-control-plane-mcp - Trabuco (io.github.arianlopezc/trabuco@1.15.2) Production Java Maven scaffolder (CLI + Claude Code plugin) for AI coding agents installs: manual detail: https://mcpindex.ai/server/io-github-arianlopezc-trabuco - io.github.ariekogan/ateam-mcp (io.github.ariekogan/ateam-mcp@0.1.2) Build, validate, and deploy multi-agent AI solutions from any AI environment. installs: npm:@ateam-ai/mcp | remote:https://mcp.ateam-ai.com/mcp detail: https://mcpindex.ai/server/io-github-ariekogan-ateam-mcp - io.github.arielbk/anki-mcp (io.github.arielbk/anki-mcp@0.3.2) MCP server for integrating with Anki flashcards through conversational AI installs: npm:@arielbk/anki-mcp detail: https://mcpindex.ai/server/io-github-arielbk-anki-mcp - io.github.ariffazil/aaa-mcp (io.github.ariffazil/aaa-mcp@60.0.0) Constitutional AI Governance with 13 enforced floors (F1-F13) and tri-witness consensus for LLMs. installs: pypi:arifos | docker:docker.io/ariffazil/arifos:60.0.0 detail: https://mcpindex.ai/server/io-github-ariffazil-aaa-mcp - io.github.ariffazil/arifos-mcp (io.github.ariffazil/arifos-mcp@2026.2.23) Constitutional AI governance server with 5-organ Trinity and enforced floors F1-F13. installs: pypi:arifos | docker:docker.io/ariffazil/arifos:2026.2.22 detail: https://mcpindex.ai/server/io-github-ariffazil-arifos-mcp - io.github.arifulislamat/database-mcp-libsql (io.github.arifulislamat/database-mcp-libsql@0.4.2) MCP server for libSQL/Turso, local or remote. Read-only by default, row caps, timeouts. installs: npm:@database-mcp/libsql | pypi:database-mcp-libsql detail: https://mcpindex.ai/server/io-github-arifulislamat-database-mcp-libsql - io.github.arijit-gogoi/mpv-mcp-server (io.github.arijit-gogoi/mpv-mcp-server@1.2.0) Control mpv media player — playback, playlists, YouTube streaming, and downloads. installs: npm:mpv-mcp-server detail: https://mcpindex.ai/server/io-github-arijit-gogoi-mpv-mcp-server - io.github.arikanatakan/finvariant-mcp (io.github.arikanatakan/finvariant-mcp@0.1.1) Financial-statement integrity checks (footing, tie-out) for AI agents. installs: pypi:finvariant-mcp detail: https://mcpindex.ai/server/io-github-arikanatakan-finvariant-mcp - io.github.arikanatakan/oee-mcp (io.github.arikanatakan/oee-mcp@0.2.0) Overall Equipment Effectiveness tools for AI agents: factors, waterfall, six losses, charts. installs: pypi:oee-mcp detail: https://mcpindex.ai/server/io-github-arikanatakan-oee-mcp - io.github.arikanatakan/revmng-mcp (io.github.arikanatakan/revmng-mcp@0.1.0) Revenue-management tools for AI agents: seat protection, overbooking, pricing, bid prices, charts. installs: pypi:revmng-mcp detail: https://mcpindex.ai/server/io-github-arikanatakan-revmng-mcp - pyslang-mcp (io.github.ariklapid/pyslang-mcp@0.1.0) Compiler-backed read-only Verilog and SystemVerilog project analysis. installs: pypi:pyslang-mcp detail: https://mcpindex.ai/server/io-github-ariklapid-pyslang-mcp - io.github.arikusi/deepseek (io.github.arikusi/deepseek@2.2.0) MCP server for DeepSeek AI with chat, reasoning, sessions, function calling, and cost tracking installs: npm:@arikusi/deepseek-mcp-server detail: https://mcpindex.ai/server/io-github-arikusi-deepseek - io.github.arikusi/nakkas (io.github.arikusi/nakkas@0.5.0) MCP server that turns AI into an SVG artist. One rendering engine, AI decides everything. installs: npm:nakkas detail: https://mcpindex.ai/server/io-github-arikusi-nakkas - io.github.aringad/fattureincloud-mcp (io.github.aringad/fattureincloud-mcp@1.2.0) Italian e-invoicing with Fatture in Cloud. Create, send to SDI, manage clients. installs: pypi:fattureincloud-mcp detail: https://mcpindex.ai/server/io-github-aringad-fattureincloud-mcp - io.github.aringad/google-workspace-mcp (io.github.aringad/google-workspace-mcp@1.0.0) Google Workspace Admin via MCP. Manage users, groups, aliases, org units. installs: pypi:google-workspace-admin-mcp detail: https://mcpindex.ai/server/io-github-aringad-google-workspace-mcp - io.github.aristiun/aribot (io.github.aristiun/aribot@1.0.0) Threat modeling, code/cloud/pipeline scanning, shadow-AI discovery, compliance checks and fixes. installs: remote:https://mcp.aribot.ayurak.com/mcp detail: https://mcpindex.ai/server/io-github-aristiun-aribot - io.github.ark-forge/mcp-eu-ai-act (io.github.ark-forge/mcp-eu-ai-act@2.0.31) EU AI Act + GDPR compliance scanner. One call, no arguments, 10 seconds. 22 AI frameworks detected. installs: remote:https://mcp.arkforge.tech/mcp detail: https://mcpindex.ai/server/io-github-ark-forge-mcp-eu-ai-act - Arm MCP Server (io.github.arm/arm-mcp@2.4.0) Official Arm MCP server for code migration, optimization, and Arm architecture guidance installs: docker:docker.io/armlimited/arm-mcp:2.4.0 detail: https://mcpindex.ai/server/io-github-arm-arm-mcp - Froglet (io.github.armanas/froglet@0.4.0) Run local Froglet verifiable compute, signed receipts, settlement, and service publication. installs: npm:froglet-mcp detail: https://mcpindex.ai/server/io-github-armanas-froglet - io.github.arnavranjan005/mcp-telemetry-server (io.github.arnavranjan005/mcp-telemetry-server@0.1.3) Streams live progress from mcp-telemetry-sdk-instrumented tools to any connected MCP client. installs: npm:mcp-telemetry-server detail: https://mcpindex.ai/server/io-github-arnavranjan005-mcp-telemetry-server - io.github.arpe-io/arpeio-mcp (io.github.arpe-io/arpeio-mcp@0.1.1) Arpe.io MCP server for FastBCP, FastTransfer, LakeXpress, MigratorXpress installs: pypi:arpeio-mcp detail: https://mcpindex.ai/server/io-github-arpe-io-arpeio-mcp - io.github.arpe-io/fastbcp-mcp (io.github.arpe-io/fastbcp-mcp@0.1.5) MCP server for FastBCP — high-performance parallel database export to files and cloud installs: pypi:fastbcp-mcp detail: https://mcpindex.ai/server/io-github-arpe-io-fastbcp-mcp - io.github.arpe-io/fasttransfer-mcp (io.github.arpe-io/fasttransfer-mcp@0.1.6) MCP server for FastTransfer — high-performance parallel data transfer between databases installs: pypi:fasttransfer-mcp detail: https://mcpindex.ai/server/io-github-arpe-io-fasttransfer-mcp - io.github.arpe-io/lakexpress-mcp (io.github.arpe-io/lakexpress-mcp@0.1.6) MCP server for LakeXpress — automated database-to-cloud data pipeline as Parquet installs: pypi:lakexpress-mcp detail: https://mcpindex.ai/server/io-github-arpe-io-lakexpress-mcp - io.github.arpe-io/migratorxpress-mcp (io.github.arpe-io/migratorxpress-mcp@0.1.6) MCP server for MigratorXpress — cross-platform database migration with parallel transfer installs: pypi:migratorxpress-mcp detail: https://mcpindex.ai/server/io-github-arpe-io-migratorxpress-mcp - Index-Now.ru (io.github.arseniigruzdev/index-now-ru@1.0.0) Отправка URL, статусы, Sitemap и SEO-аудит через облачный API Index-Now.ru. installs: remote:https://index-now.ru/mcp detail: https://mcpindex.ai/server/io-github-arseniigruzdev-index-now-ru - GateSolve CAPTCHA Solver (io.github.arsonx-dev/gatesolve-mcp@1.0.0) Solve CAPTCHAs (Turnstile, reCAPTCHA, hCaptcha) via MCP. Free tier: 100 solves. installs: npm:@gatesolve/mcp-server detail: https://mcpindex.ai/server/io-github-arsonx-dev-gatesolve-mcp - io.github.artgas1/xmlriver-mcp (io.github.artgas1/xmlriver-mcp@0.2.0) Google/Yandex SERP parsing and Yandex Wordstat keyword frequency via XMLRiver XML API installs: pypi:xmlriver-mcp detail: https://mcpindex.ai/server/io-github-artgas1-xmlriver-mcp - keyward (io.github.arturayupov/keyward@0.1.1) Local encrypted secret broker for AI agents: request keys by name, approve each use over MCP. installs: manual detail: https://mcpindex.ai/server/io-github-arturayupov-keyward - io.github.arturogarrido/claudinho (io.github.arturogarrido/claudinho@0.9.4) Live 2026 World Cup scores, fixtures & standings for your AI agent. No keys. Unofficial fan project. installs: npm:@claudinho/mcp detail: https://mcpindex.ai/server/io-github-arturogarrido-claudinho - HefestoAI (io.github.artvepa80/hefestoai@4.13.1) Pre-commit code quality guardian. Detects semantic drift in AI-generated code. installs: remote:https://hefestoai.narapallc.com/api/mcp-protocol detail: https://mcpindex.ai/server/io-github-artvepa80-hefestoai - io.github.arun250492/Personal-MCP (io.github.arun250492/Personal-MCP@1.0.5) An MCP server that provides [describe what your server does] installs: pypi:personal-mcp-arun detail: https://mcpindex.ai/server/io-github-arun250492-personal-mcp - 2Captcha MCP (io.github.aruxojuyu665/twocaptcha-mcp@0.6.1) Full 2Captcha API (43 tools) for Claude Code: 31 captcha solvers + management + webhook. installs: pypi:twocaptcha-mcp detail: https://mcpindex.ai/server/io-github-aruxojuyu665-twocaptcha-mcp - io.github.arvindand/maven-tools-mcp (io.github.arvindand/maven-tools-mcp@3.2.0) JVM dependency intelligence for AI assistants via Maven Central installs: docker:docker.io/arvindand/maven-tools-mcp:latest detail: https://mcpindex.ai/server/io-github-arvindand-maven-tools-mcp - io.github.aryaminus/astro (io.github.aryaminus/astro@2.4.0) Multi-tradition astrology. 19 modes, 18 tools. Deterministic ephemeris engine. installs: manual detail: https://mcpindex.ai/server/io-github-aryaminus-astro - ControlKeel (io.github.aryaminus/controlkeel@0.2.29) Governed MCP workflows with policy validation, findings tracking, and review gates. installs: npm:@aryaminus/controlkeel detail: https://mcpindex.ai/server/io-github-aryaminus-controlkeel - io.github.aryanduntley/aifp (io.github.aryanduntley/aifp@0.1.1) Database-driven FP enforcement and project management for AI-maintained codebases installs: pypi:aifp detail: https://mcpindex.ai/server/io-github-aryanduntley-aifp - io.github.aryanspv/har-forensics-mcp (io.github.aryanspv/har-forensics-mcp@0.3.2) Tells you what leaked in a .har capture, who's on the page, and what to strip. No network calls. installs: npm:har-forensics-mcp detail: https://mcpindex.ai/server/io-github-aryanspv-har-forensics-mcp - io.github.asadullokhn/teztun (io.github.asadullokhn/teztun@1.0.1) Manage TezTun tunnels, subdomains, and service tokens from any MCP-compatible AI client. installs: npm:@asadullokhn/teztun-mcp detail: https://mcpindex.ai/server/io-github-asadullokhn-teztun - Renology Renovation Cost Data (io.github.asafichaki/renology-cost-data@1.0.1) Read-only 2026 city renovation cost ranges with sources, limitations, and citation guidance. installs: docker:ghcr.io/asafichaki/renology-cost-data-mcp:1.0.1 detail: https://mcpindex.ai/server/io-github-asafichaki-renology-cost-data - GNOME UI MCP (io.github.asattelmaier/gnome-ui-mcp@0.5.0) GNOME Wayland desktop automation via AT-SPI discovery and Mutter input. installs: docker:ghcr.io/asattelmaier/gnome-ui-mcp:0.5.0 detail: https://mcpindex.ai/server/io-github-asattelmaier-gnome-ui-mcp - AsDecided (io.github.asdecided/core@0.28.0) Read-only access to deterministic engineering decisions stored in a local repository. installs: docker:ghcr.io/asdecided/core:mcp-v0.28.0 detail: https://mcpindex.ai/server/io-github-asdecided-core - opchain (io.github.asfbay-bit/opchain-skills@1.8.2) Claude Code / MCP skills for the dev pipeline: discover, spec, design, build, ship, operate. installs: remote:https://opchain.dev/mcp detail: https://mcpindex.ai/server/io-github-asfbay-bit-opchain-skills - Kshana PNT-resilience simulator (io.github.ashfordeOU/kshana-mcp@0.25.0) Run the validated Kshana PNT-resilience simulator (orbits, frames, GNSS, fusion) from an AI agent. installs: docker:ghcr.io/ashfordeou/kshana-mcp:0.25.0 detail: https://mcpindex.ai/server/io-github-ashfordeou-kshana-mcp - CogniRepo (io.github.ashlesh-t/cognirepo@1.1.1) FAISS, call graph, AST, BM25 — 34 MCP tools for AI agents. 50-80% token reduction. Offline. installs: pypi:cognirepo detail: https://mcpindex.ai/server/io-github-ashlesh-t-cognirepo - Phantom Secrets (io.github.ashlrai/phantom-secrets-mcp@0.6.0) Stop AI coding agents from leaking API keys. Local proxy swaps real secrets for phm_ tokens. installs: npm:phantom-secrets-mcp detail: https://mcpindex.ai/server/io-github-ashlrai-phantom-secrets-mcp - io.github.ashmitrrr/dsa-tracker-mcp-server (io.github.ashmitrrr/dsa-tracker-mcp-server@1.0.1) Track DSA/LeetCode practice with spaced repetition, ships with NeetCode 150. installs: pypi:dsa-tracker-mcp detail: https://mcpindex.ai/server/io-github-ashmitrrr-dsa-tracker-mcp-server - io.github.ashwinvis/scb-opendata-mcp (io.github.ashwinvis/scb-opendata-mcp@0.2.1) Statistics Sweden’s open data made available as an MCP server, using Python and FastMCP installs: pypi:scb-opendata-mcp detail: https://mcpindex.ai/server/io-github-ashwinvis-scb-opendata-mcp - Agent Readiness Auditor (io.github.asish-singh/agent-readiness-auditor@0.4.7) Audits any website for AI agent readiness and safety, scoring prompt injection risk and llms.txt. installs: npm:agent-readiness-auditor detail: https://mcpindex.ai/server/io-github-asish-singh-agent-readiness-auditor - VK Ads MCP (io.github.askads/mcp-vk-ads@1.4.1) MCP server for VK Ads (VK Реклама) API: manage ad plans, ad groups, banners, and statistics. installs: npm:mcp-vk-ads detail: https://mcpindex.ai/server/io-github-askads-mcp-vk-ads - Yandex Direct MCP (io.github.askads/mcp-yandex-direct@1.4.1) MCP server for Yandex Direct API v5: manage PPC campaigns, ads, keywords, and statistics. installs: npm:mcp-yandex-direct detail: https://mcpindex.ai/server/io-github-askads-mcp-yandex-direct - Yandex Wordstat MCP (io.github.askads/mcp-yandex-wordstat@2.2.1) MCP server for Yandex Wordstat API: top & related queries, demand dynamics and regions. installs: npm:mcp-yandex-wordstat detail: https://mcpindex.ai/server/io-github-askads-mcp-yandex-wordstat - io.github.askadvaith/mcp-state-sidecar (io.github.askadvaith/mcp-state-sidecar@0.1.0) MCP State Sidecar: durable state persistence for multi-agent AI workflows installs: pypi:mcp-state-sidecar detail: https://mcpindex.ai/server/io-github-askadvaith-mcp-state-sidecar - Chanty (io.github.asklokesh/chanty-mcp-server@0.1.0) MCP server for Chanty API integration installs: pypi:chanty-mcp-server detail: https://mcpindex.ai/server/io-github-asklokesh-chanty-mcp-server - Freshbooks (io.github.asklokesh/freshbooks-mcp-server@0.1.0) MCP server for FreshBooks API integration installs: pypi:freshbooks-mcp-server detail: https://mcpindex.ai/server/io-github-asklokesh-freshbooks-mcp-server - Harness (io.github.asklokesh/harness-mcp-server@0.1.0) MCP server for Harness API integration installs: pypi:harness-mcp-server detail: https://mcpindex.ai/server/io-github-asklokesh-harness-mcp-server - Hootsuite (io.github.asklokesh/hootsuite-mcp-server@0.1.0) MCP server for Hootsuite API integration installs: pypi:hootsuite-mcp-server detail: https://mcpindex.ai/server/io-github-asklokesh-hootsuite-mcp-server - io.github.asklokesh/loki-mode (io.github.asklokesh/loki-mode@7.34.1) Autonomous spec-to-product coding-agent CLI with an MCP server exposing 34 tools over stdio. installs: npm:loki-mode detail: https://mcpindex.ai/server/io-github-asklokesh-loki-mode - Mailchimp (io.github.asklokesh/mailchimp-mcp-server@0.1.0) MCP server for Mailchimp API integration installs: pypi:mailchimp-mcp-server detail: https://mcpindex.ai/server/io-github-asklokesh-mailchimp-mcp-server - Powerbi (io.github.asklokesh/powerbi-mcp-server@0.1.0) MCP server for Power BI API integration installs: pypi:powerbi-mcp-server detail: https://mcpindex.ai/server/io-github-asklokesh-powerbi-mcp-server - Rancher (io.github.asklokesh/rancher-mcp-server@0.1.0) MCP server for Rancher API integration installs: pypi:rancher-mcp-server detail: https://mcpindex.ai/server/io-github-asklokesh-rancher-mcp-server - Rundeck (io.github.asklokesh/rundeck-mcp-server@0.1.0) MCP server for Rundeck API integration installs: pypi:rundeck-mcp-server detail: https://mcpindex.ai/server/io-github-asklokesh-rundeck-mcp-server - Servicenow (io.github.asklokesh/servicenow-mcp-server@0.1.1) A highly customizable MCP server for ServiceNow API integration installs: pypi:servicenow-mcp-server detail: https://mcpindex.ai/server/io-github-asklokesh-servicenow-mcp-server - Tableau (io.github.asklokesh/tableau-mcp-server@0.1.0) MCP server for Tableau API integration installs: pypi:tableau-mcp-server detail: https://mcpindex.ai/server/io-github-asklokesh-tableau-mcp-server - Uipath (io.github.asklokesh/uipath-mcp-server@0.1.0) MCP server for UiPath API integration installs: pypi:uipath-mcp-server detail: https://mcpindex.ai/server/io-github-asklokesh-uipath-mcp-server - Xero (io.github.asklokesh/xero-mcp-server@0.1.0) MCP server for Xero API integration installs: pypi:xero-mcp-server detail: https://mcpindex.ai/server/io-github-asklokesh-xero-mcp-server - io.github.askman-dev/agent-never-give-up (io.github.askman-dev/agent-never-give-up@0.1.0) An escape guide for coding agents, providing structured thinking tools to help agents unstick. installs: npm:agent-never-give-up-mcp detail: https://mcpindex.ai/server/io-github-askman-dev-agent-never-give-up - Generate Tech Stack (io.github.askuma/generate-tech-stack@0.2.2) Visual tech-stack inventory of any codebase: languages, frameworks, databases, AI SDKs, infra. installs: pypi:generate-tech-stack-mcp detail: https://mcpindex.ai/server/io-github-askuma-generate-tech-stack - Workflow Generator (io.github.askuma/workflow-generator@0.3.1) Architecture diagram with concurrency capacity and bottleneck estimates from any codebase. installs: pypi:workflow-generator-mcp detail: https://mcpindex.ai/server/io-github-askuma-workflow-generator - io.github.asokore/statcite (io.github.asokore/statcite@1.10.0) Official economic statistics with citations: World Bank, IMF WEO, ECB. Verify claimed figures. installs: remote:https://statcite.com/mcp detail: https://mcpindex.ai/server/io-github-asokore-statcite - Loyal Spark (io.github.aspekt19/loyal-spark@1.0.0) Onchain loyalty MCP on Base: programs, mint, rewards, vouchers for AI agents. installs: remote:https://api.loyalspark.online/loyalty-mcp detail: https://mcpindex.ai/server/io-github-aspekt19-loyal-spark - FTX MCP — FactoryTalk Optix MCP Server (io.github.asqi-carter/ftx-mcp@1.0.5) MCP server for FactoryTalk Optix: author, preview, and verify Studio changes via the emulator. installs: pypi:ftx-mcp detail: https://mcpindex.ai/server/io-github-asqi-carter-ftx-mcp - AgentTrust (io.github.assister-xyz/agenttrust@0.1.2) Quality verification for AI agents and MCP servers. 6-axis scoring, adversarial probes. installs: pypi:mcp-agenttrust detail: https://mcpindex.ai/server/io-github-assister-xyz-agenttrust - Local YDB MCP (io.github.astandrik/local-ydb-mcp@0.15.2) Operate local-ydb deployments through local or SSH-backed MCP tools. installs: npm:@astandrik/local-ydb-mcp detail: https://mcpindex.ai/server/io-github-astandrik-local-ydb-mcp - astrodynamics-mcp (io.github.astro-tools/astrodynamics-mcp@0.4.0) Astrodynamics MCP server: TLE/SGP4, Lambert, access windows, porkchop, B-plane targeting. installs: pypi:astrodynamics-mcp detail: https://mcpindex.ai/server/io-github-astro-tools-astrodynamics-mcp - io.github.astuto-ai/onelens-mcp (io.github.astuto-ai/onelens-mcp@0.1.0) Query OneLens cloud-cost data in natural language: breakdowns, trends, cost centers. Read-only. installs: remote:https://mcp.onelens.cloud/mcp detail: https://mcpindex.ai/server/io-github-astuto-ai-onelens-mcp - io.github.asume21/music-theory-mcp (io.github.asume21/music-theory-mcp@1.0.0) Scales, chords, progressions, key detection, and genre intelligence for your AI. No API keys needed. installs: npm:music-theory-mcp detail: https://mcpindex.ai/server/io-github-asume21-music-theory-mcp - Asynthetic (io.github.asyntheticai/asynthetic@0.1.3) Ground truth for AI coding agents: what breaks between library versions and how to fix it installs: npm:asynthetic | remote:https://asynthetic.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-asyntheticai-asynthetic - io.github.ataberk-xyz/gossipcat (io.github.ataberk-xyz/gossipcat@0.2.1) Multi-agent orchestration for Claude Code — consensus review, adaptive dispatch, skill learning installs: npm:gossipcat detail: https://mcpindex.ai/server/io-github-ataberk-xyz-gossipcat - io.github.atheris-ee/atheris-mcp (io.github.atheris-ee/atheris-mcp@0.1.1) Country-targeted mobile/residential proxy egress for agents: live stock, proxy URLs, usage. installs: npm:atheris-mcp detail: https://mcpindex.ai/server/io-github-atheris-ee-atheris-mcp - io.github.atk1-eng/1k-patient-mcp (io.github.atk1-eng/1k-patient-mcp@1.0.1) 1k patient MCP server installs: remote:https://mcp-patient-ilb-psc-cloudrun-d-673872727624.us-central1.run.app/mcp detail: https://mcpindex.ai/server/io-github-atk1-eng-1k-patient-mcp - io.github.atk1-eng/zoo-mcp (io.github.atk1-eng/zoo-mcp@1.0.1) A sample zoo MCP server installs: remote:https://mcp-on-cloudrun-673872727624.us-central1.run.app/mcp detail: https://mcpindex.ai/server/io-github-atk1-eng-zoo-mcp - aaaa-nexus — Formally Verified AI Safety APIs (io.github.atomadictech/aaaa-nexus@0.4.0) Formally verified AI safety APIs. Pay-per-call via USDC (x402). 75+ endpoints, no signup. installs: remote:https://aaaa-nexus.atomadictech.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-atomadictech-aaaa-nexus - Atomadic Forge (io.github.atomadictech/atomadic-forge@0.87.0) Architecture compiler for AI code. 11 tools, 92 actions, 872 Lean4 proofs, 100/100 self-cert. installs: pypi:atomadic-forge | remote:https://forge.atomadic.tech/mcp detail: https://mcpindex.ai/server/io-github-atomadictech-atomadic-forge - mcp-egrul (io.github.atomno-mcp/mcp-egrul@0.1.10) EGRUL/EGRIP company registry lookup for Russian legal entities and entrepreneurs. installs: pypi:atomno-mcp-egrul detail: https://mcpindex.ai/server/io-github-atomno-mcp-mcp-egrul - mcp-erid (io.github.atomno-mcp/mcp-erid@0.1.4) Russian ad marking (38-FZ) checker: erid validation, ad-page audit, compliance hints. installs: pypi:atomno-mcp-erid detail: https://mcpindex.ai/server/io-github-atomno-mcp-mcp-erid - mcp-fns-calc (io.github.atomno-mcp/mcp-fns-calc@0.1.4) Russian tax calculators (VAT, USN, NDFL) and FNS fiscal-status checks via MCP. installs: pypi:atomno-mcp-fns-calc detail: https://mcpindex.ai/server/io-github-atomno-mcp-mcp-fns-calc - mcp-fns-check (io.github.atomno-mcp/mcp-fns-check@0.1.9) Russian tax authority (FNS) counterparty checks: status, debts, blocks. Due diligence MCP. installs: pypi:atomno-mcp-fns-check detail: https://mcpindex.ai/server/io-github-atomno-mcp-mcp-fns-check - mcp-newbuild (io.github.atomno-mcp/mcp-newbuild@0.1.4) Russian new-build (214-FZ) checker: developers, declarations, escrow, permits, risk. installs: pypi:atomno-mcp-newbuild detail: https://mcpindex.ai/server/io-github-atomno-mcp-mcp-newbuild - mcp-rosreestr (io.github.atomno-mcp/mcp-rosreestr@0.1.6) MCP server for Russian Rosreestr cadastral data: lookup by number, address or coordinates. installs: pypi:atomno-mcp-rosreestr detail: https://mcpindex.ai/server/io-github-atomno-mcp-mcp-rosreestr - mcp-seo-audit (io.github.atomno-mcp/mcp-seo-audit@0.4.7) Technical SEO site audit MCP: health score, issues, robots, sitemap, JSON-LD. installs: pypi:atomno-mcp-seo-audit detail: https://mcpindex.ai/server/io-github-atomno-mcp-mcp-seo-audit - mcp-zakupki (io.github.atomno-mcp/mcp-zakupki@0.1.8) MCP server for Russian government procurement data (44-FZ / 223-FZ / 615-PP). installs: pypi:atomno-mcp-zakupki detail: https://mcpindex.ai/server/io-github-atomno-mcp-mcp-zakupki - io.github.attenlabs/hotato (io.github.attenlabs/hotato@1.9.0) Open-source, self-hosted conversation QA for voice agents. MIT. installs: pypi:hotato detail: https://mcpindex.ai/server/io-github-attenlabs-hotato - Ad Creative Intelligence (io.github.atul0016/ad-creative-intelligence@0.1.1) Creative fatigue, winning-angle, competitor ad, and hook benchmark intelligence. installs: pypi:ad-creative-intelligence-mcp | docker:docker.io/atulhritik/ad-creative-intelligence-mcp:0.1.0 detail: https://mcpindex.ai/server/io-github-atul0016-ad-creative-intelligence - Amazon Seller Operations (io.github.atul0016/amazon-seller-operations@0.1.1) Amazon account health, listing, FBA inventory, fee, PPC, review, and appeal intelligence. installs: pypi:amazon-seller-operations-mcp | docker:docker.io/atulhritik/amazon-seller-operations-mcp:0.1.0 detail: https://mcpindex.ai/server/io-github-atul0016-amazon-seller-operations - Competitive Intelligence (io.github.atul0016/competitive-intelligence@0.1.1) Competitive pricing, ads, SEO moves, launches, reviews, and daily market briefs. installs: pypi:competitive-intelligence-mcp | docker:docker.io/atulhritik/competitive-intelligence-mcp:0.1.0 detail: https://mcpindex.ai/server/io-github-atul0016-competitive-intelligence - Ecommerce Command Center (io.github.atul0016/ecommerce-command-center@0.1.1) Daily ecommerce revenue, inventory, listing, shipping, and restock operations intelligence. installs: pypi:ecommerce-command-center-mcp | docker:docker.io/atulhritik/ecommerce-command-center-mcp:0.1.0 detail: https://mcpindex.ai/server/io-github-atul0016-ecommerce-command-center - First Party Data CRO (io.github.atul0016/first-party-data-cro@0.1.1) First-party funnel, rage-click, checkout, A/B test, and page-speed CRO intelligence. installs: pypi:first-party-data-cro-mcp | docker:docker.io/atulhritik/first-party-data-cro-mcp:0.1.0 detail: https://mcpindex.ai/server/io-github-atul0016-first-party-data-cro - Unified Ad Intelligence (io.github.atul0016/unified-ad-intelligence@0.1.1) Cross-platform ad spend, attribution, true ROAS, budget, and anomaly intelligence. installs: pypi:unified-ad-intelligence-mcp | docker:docker.io/atulhritik/unified-ad-intelligence-mcp:0.1.0 detail: https://mcpindex.ai/server/io-github-atul0016-unified-ad-intelligence - VARRD — Statistically Validated Trading Edges + AI Research Engine (io.github.augiemazza/varrd@1.0.5) Validated trading edges across futures, equities, crypto. Live signals, full audit trail. installs: remote:https://app.varrd.com/mcp detail: https://mcpindex.ai/server/io-github-augiemazza-varrd - io.github.augmnt/augments-mcp-server (io.github.augmnt/augments-mcp-server@1.0.2) Augments MCP Server - A comprehensive framework documentation provider for Claude Code installs: pypi:augments-mcp-server detail: https://mcpindex.ai/server/io-github-augmnt-augments-mcp-server - dappgrade — onchain app health index (io.github.auregimon/dappgrade@0.2.0) Pre-transaction health and safety verdicts for onchain apps, by contract address. installs: remote:https://dappgrade.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-auregimon-dappgrade - io.github.aurekai/aurekai-mcp (io.github.aurekai/aurekai-mcp@0.8.0-alpha.3) Aurekai MCP server for akai doctor, manifests, artifacts, feature queries, and runtime inspection. installs: npm:@aurekai/mcp detail: https://mcpindex.ai/server/io-github-aurekai-aurekai-mcp - EffectFence (io.github.aurumflux20/effectfence@0.1.6) Stops agents double-firing side effects: 1,000 racing duplicates, exactly one execution. installs: npm:effectfence detail: https://mcpindex.ai/server/io-github-aurumflux20-effectfence - once (io.github.aurumflux20/once-kernel@0.2.1) Run a side effect exactly once under retries, redelivery, and concurrent workers. installs: pypi:once-kernel detail: https://mcpindex.ai/server/io-github-aurumflux20-once-kernel - io.github.austenstone/myinstants (io.github.austenstone/myinstants@1.8.2) Give your AI agent a soundboard. Millions of meme sounds from myinstants.com. installs: npm:myinstants-mcp detail: https://mcpindex.ai/server/io-github-austenstone-myinstants - io.github.austenstone/myinstants-mcp (io.github.austenstone/myinstants-mcp@1.3.1) Give your AI agent a soundboard. Millions of meme sounds from myinstants.com. installs: npm:myinstants-mcp detail: https://mcpindex.ai/server/io-github-austenstone-myinstants-mcp - io.github.authzx/mcp-gateway (io.github.authzx/mcp-gateway@1.0.1) AuthzX MCP Gateway — policy-enforcing proxy between AI agents and MCP servers installs: npm:@authzx/mcp-gateway detail: https://mcpindex.ai/server/io-github-authzx-mcp-gateway - io.github.auxiliar-ai/auxiliar-mcp (io.github.auxiliar-ai/auxiliar-mcp@0.23.0) Eval-backed discovery for the auxiliar.ai gateway — the best web-access provider per job, measured. installs: npm:auxiliar-mcp detail: https://mcpindex.ai/server/io-github-auxiliar-ai-auxiliar-mcp - io.github.avabuildsdata/mcp-us-business-data (io.github.avabuildsdata/mcp-us-business-data@1.9.240) Official-source US business, permit, and WHOIS evidence via read-only MCP tools. installs: remote:https://mcp.apify.com?tools=pink_comic/us-business-entity-search,pink_comic/building-permits-construction-leads,pink_comic/whois-domain-lookup detail: https://mcpindex.ai/server/io-github-avabuildsdata-mcp-us-business-data - io.github.avagenesisdev/ava-genesis (io.github.avagenesisdev/ava-genesis@2.0.0) Deploy ERC-20 tokens on Ethereum, Base, BNB, Polygon via MCP. One call = deployed contract. installs: remote:https://avagenesis.com/api/mcp detail: https://mcpindex.ai/server/io-github-avagenesisdev-ava-genesis - aX (io.github.ax-platform/ax-platform@1.1.2) Agent-native collaboration network: orchestrate a team of long-running agents from any MCP client. installs: remote:https://paxai.app/mcp detail: https://mcpindex.ai/server/io-github-ax-platform-ax-platform - Axiom Oracle (io.github.axiom-stack-llc/oracle@0.1.0-g1.1) Axiom Oracle — Solana-native attestation infrastructure for AI agents. RWA data on-chain. installs: remote:https://mcp.axiomstack.dev detail: https://mcpindex.ai/server/io-github-axiom-stack-llc-oracle - io.github.axiosdevs/agentpump-mcp (io.github.axiosdevs/agentpump-mcp@1.1.1) Launch & trade tokens on AgentPump, a Solana bonding-curve launchpad, from your AI agent. installs: npm:agentpump-mcp detail: https://mcpindex.ai/server/io-github-axiosdevs-agentpump-mcp - io.github.axiosdevs/agentscoin-mcp (io.github.axiosdevs/agentscoin-mcp@1.1.0) Give your AI agent a wallet on AgentsCoin: create wallet, mine AGENT, check balance, send. installs: npm:agentscoin-mcp detail: https://mcpindex.ai/server/io-github-axiosdevs-agentscoin-mcp - Türk Hukuku İçtihat (io.github.aydincan/turk-hukuku-ictihat-mcp@0.3.2) Türk yargı kararlarını (Yargıtay, Danıştay, AYM) resmî kaynaklardan yapay zekâya açan MCP sunucusu. installs: pypi:turk-hukuku-ictihat-mcp detail: https://mcpindex.ai/server/io-github-aydincan-turk-hukuku-ictihat-mcp - Türk Hukuku Mevzuat (io.github.aydincan/turk-hukuku-mevzuat-mcp@0.1.2) Türk mevzuatının resmî güncel metnini (mevzuat.gov.tr) yapay zekâya açan MCP sunucusu. installs: pypi:turk-hukuku-mevzuat-mcp detail: https://mcpindex.ai/server/io-github-aydincan-turk-hukuku-mevzuat-mcp - io.github.ayush-s-tomar/portfolio-mcp-server (io.github.ayush-s-tomar/portfolio-mcp-server@1.0.1) MCP server exposing Ayush Tomar's AI portfolio -- ask what he built or his flagship project. installs: pypi:portfolio-mcp-server detail: https://mcpindex.ai/server/io-github-ayush-s-tomar-portfolio-mcp-server - cmxflow (io.github.b-shields/cmxflow@0.4.0) Composable, tunable cheminformatics workflows: library preparation, clustering, docking, and more. installs: pypi:cmxflow detail: https://mcpindex.ai/server/io-github-b-shields-cmxflow - Path402 — Tokenised Web Content for AI Agents (io.github.b0ase/path402@1.3.2) AI agents discover, acquire, and re-serve tokenised web content via the $402 protocol installs: npm:path402 detail: https://mcpindex.ai/server/io-github-b0ase-path402 - io.github.babelwrap/babelwrap-mcp (io.github.babelwrap/babelwrap-mcp@0.1.0) MCP server for BabelWrap — give AI agents web browsing superpowers. installs: npm:babelwrap-mcp detail: https://mcpindex.ai/server/io-github-babelwrap-babelwrap-mcp - io.github.back1ply/agent-skill-loader (io.github.back1ply/agent-skill-loader@1.0.2) Dynamically load Claude Code skills into AI agents without copying files. installs: npm:agent-skill-loader detail: https://mcpindex.ai/server/io-github-back1ply-agent-skill-loader - io.github.bahfahh/noteit-mcp (io.github.bahfahh/noteit-mcp@1.0.0) MCP server for AI agent profiles and smart notes. 60+ coding prompt packs with expert personas. installs: remote:https://www.noteit-mcp.com/api/mcp detail: https://mcpindex.ai/server/io-github-bahfahh-noteit-mcp - BailingHub Governance (io.github.bailinghub/bailinghub-governance@0.1.1) Submit and inspect governed AI business actions through a self-hosted BailingHub control plane. installs: npm:bailinghub-mcp-server detail: https://mcpindex.ai/server/io-github-bailinghub-bailinghub-governance - io.github.bajoski34/mcp-flutterwave (io.github.bajoski34/mcp-flutterwave@1.2.0) MCP Server to interact with Flutterwave APIs. installs: npm:mcp-flutterwave detail: https://mcpindex.ai/server/io-github-bajoski34-mcp-flutterwave - io.github.bakyang2/kr-crypto-intelligence (io.github.bakyang2/kr-crypto-intelligence@1.6.0) Korean crypto + news (kpop/semi), 17 tools, signed receipts. x402 Base+Polygon+Solana. installs: remote:https://mcp.printmoneylab.com/mcp detail: https://mcpindex.ai/server/io-github-bakyang2-kr-crypto-intelligence - io.github.baodq06/memocall (io.github.baodq06/memocall@0.1.0) Recall past Claude Code conversations from any project as clean, compact Markdown. installs: npm:memocall detail: https://mcpindex.ai/server/io-github-baodq06-memocall - io.github.barangaroo/crosstabs (io.github.barangaroo/crosstabs@1.0.2) Statistical crosstab analysis: chi-square, Fisher's exact, odds ratio, effect sizes installs: pypi:crosstabs detail: https://mcpindex.ai/server/io-github-barangaroo-crosstabs - io.github.barangaroo/crosstabs-mcp (io.github.barangaroo/crosstabs-mcp@1.0.0) Statistical crosstab analysis: chi-square, Fisher's exact, odds ratio, effect sizes installs: pypi:crosstabs-mcp detail: https://mcpindex.ai/server/io-github-barangaroo-crosstabs-mcp - Bargo Congress Trades (io.github.bargo-ai/congress-trades@1.0.1) Query normalized U.S. Congress STOCK Act trades with member, ticker, and performance data. installs: remote:https://www.bargo.ai/free-apis/congress/mcp detail: https://mcpindex.ai/server/io-github-bargo-ai-congress-trades - AgencyAI Commerce MCP (io.github.barnaby-coder/agencyai-mcp@1.1.0) AgencyAI's public MCP for service discovery and AI-readiness assessment. installs: remote:https://agencyai-mcp.vercel.app/mcp detail: https://mcpindex.ai/server/io-github-barnaby-coder-agencyai-mcp - OpenClaw Trust Scorer (io.github.baronsengir007/trust-scorer@1.0.0) Solana wallet trust scoring: tier, tx count, balance, liveness. installs: remote:https://facilities-radical-advantage-flashers.trycloudflare.com/mcp?src=mcp detail: https://mcpindex.ai/server/io-github-baronsengir007-trust-scorer - io.github.base76-research-lab/conductor-graph-mcp (io.github.base76-research-lab/conductor-graph-mcp@0.1.1) Exposes a CognOS agent system as a machine-readable graph. Full system snapshot with one tool call. installs: pypi:conductor-graph-mcp detail: https://mcpindex.ai/server/io-github-base76-research-lab-conductor-graph-mcp - io.github.basicScandal/whoisgenius (io.github.basicScandal/whoisgenius@1.0.0) Domain attribution and correlation for AI agents, with confidence and per-signal evidence. installs: remote:https://api.whoisgeni.us/mcp detail: https://mcpindex.ai/server/io-github-basicscandal-whoisgenius - Agent Broker (io.github.basilalshukaili/agent-broker@1.0.2) AI agents find, message & book SMBs; pay per call in USDC on Base via x402. 14 tools, compliant. installs: remote:https://agent-broker-edge.basil-agent.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-basilalshukaili-agent-broker - io.github.bats64mgutsi/nextrole-mcp-proxy (io.github.bats64mgutsi/nextrole-mcp-proxy@1.0.0) MCP proxy server for NextRole CV tailoring services installs: npm:nextrole-mcp-proxy detail: https://mcpindex.ai/server/io-github-bats64mgutsi-nextrole-mcp-proxy - CodeMap (io.github.bbajt/codemap-mcp@1.4.0) Roslyn-powered MCP server for C#/VB.NET. Query symbols, call graphs, and facts. 90%+ token savings. installs: manual detail: https://mcpindex.ai/server/io-github-bbajt-codemap-mcp - io.github.bbb-build/touchgrass-mcp (io.github.bbb-build/touchgrass-mcp@0.2.1) Hire Orb-verified humans for real-world tasks with on-chain escrow on World Chain installs: npm:touchgrass-mcp detail: https://mcpindex.ai/server/io-github-bbb-build-touchgrass-mcp - MoltAwards (io.github.bbriggs1990/moltawards-mcp@0.2.3) Federal + state government contracts, awards, jobs, and B2B subcontracting for AI agents. installs: pypi:moltawards-mcp detail: https://mcpindex.ai/server/io-github-bbriggs1990-moltawards-mcp - io.github.bch1212/agenttrust (io.github.bch1212/agenttrust@0.1.0) Trust scores & reputation for the agent-to-agent economy. Verify A2A counterparties. installs: npm:agenttrust-mcp detail: https://mcpindex.ai/server/io-github-bch1212-agenttrust - io.github.bch1212/bizintel (io.github.bch1212/bizintel@0.1.0) Local business intel for AI agents: audits, lead scoring, tech stack, prospecting. installs: remote:https://mcp-bizintel-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-bch1212-bizintel - io.github.bch1212/outdooriq-mcp (io.github.bch1212/outdooriq-mcp@0.1.0) Paid MCP for fishing/lake/stocking intelligence — 72k+ US lakes, 293k+ events. installs: remote:https://mcp.castiq.net/mcp detail: https://mcpindex.ai/server/io-github-bch1212-outdooriq-mcp - io.github.bch1212/pubrecords (io.github.bch1212/pubrecords@0.1.0) US public-records intelligence for AI agents — companies, SEC, courts, spending, licenses. installs: remote:https://mcp-pubrecords-production.up.railway.app/mcp/ detail: https://mcpindex.ai/server/io-github-bch1212-pubrecords - ChiefLab (io.github.bdentech/chieflab@0.3.0) Open execution contract for agents doing business work. 6 operators, one MIT-licensed spec. installs: npm:@chieflab/mcp-server | remote:https://api.chieflab.io/api/mcp detail: https://mcpindex.ai/server/io-github-bdentech-chieflab - io.github.bdimic-bluecat/livenxmcp (io.github.bdimic-bluecat/livenxmcp@0.30.1-test1) MCP server for LiveAction LiveNX (quay.io / MCP registry test publish) installs: docker:quay.io/bluecat/mcp-servers:livenxmcp-0.30.1-test1 detail: https://mcpindex.ai/server/io-github-bdimic-bluecat-livenxmcp - Oraclarr (io.github.bdog720/oraclarr@1.0.1) Read-only diagnostic MCP server for a self-hosted arr stack (Sonarr, Radarr, Prowlarr & more). installs: pypi:oraclarr-mcp detail: https://mcpindex.ai/server/io-github-bdog720-oraclarr - Daimonos (io.github.beardfaceguy/daimonos@0.1.4) Agent-optimized MCP server with structured JSON tools. 20-45% token savings. installs: manual detail: https://mcpindex.ai/server/io-github-beardfaceguy-daimonos - io.github.beautyfree/app-store-connect (io.github.beautyfree/app-store-connect@2.0.4) App Store Connect API as MCP: apps, TestFlight, subscriptions, localizations, reports. JWT auth. installs: npm:mcp-asc detail: https://mcpindex.ai/server/io-github-beautyfree-app-store-connect - Polymarket MCP (io.github.beejmaxx/polymarket-mcp@0.1.1) Polymarket market data, live CLOB books, replay, simulation, and opt-in trading in Rust. installs: manual detail: https://mcpindex.ai/server/io-github-beejmaxx-polymarket-mcp - data-breach-detector (io.github.beepboop2025/data-breach-detector@0.3.1) Read-only breach intel, full history 2007-today: reports THAT an org was breached, never the data. installs: pypi:data-breach-detector | remote:https://breach.seiche.info/mcp detail: https://mcpindex.ai/server/io-github-beepboop2025-data-breach-detector - io.github.beepboop2025/groundcheck (io.github.beepboop2025/groundcheck@0.7.0) Verify claims, resolve FIGI identity, extract claims, and sign x402 delivery receipts over MCP. installs: npm:groundcheck-mcp | remote:https://groundcheck.seiche.info/mcp detail: https://mcpindex.ai/server/io-github-beepboop2025-groundcheck - LiquiLens — the Failure Radar (io.github.beepboop2025/liquilens@1.5.0) Bank and lender monitoring with historical-evidence limits and eligibility flags beside every claim. installs: remote:https://api.liquilens.in/mcp detail: https://mcpindex.ai/server/io-github-beepboop2025-liquilens - io.github.beepboop2025/lucent (io.github.beepboop2025/lucent@0.2.1) Call-scoped Clear Signing presentation checks for EVM signing agents. installs: docker:ghcr.io/beepboop2025/lucent-mcp:v0.2.1 detail: https://mcpindex.ai/server/io-github-beepboop2025-lucent - noisefloor — is this number real? (io.github.beepboop2025/noisefloor@0.2.0) Is this number real, or is it noise? Peek-safe A/B tests, change detection, honest forecasts. installs: pypi:noisefloor detail: https://mcpindex.ai/server/io-github-beepboop2025-noisefloor - Palimpsest — censorship and model-eval observatory (io.github.beepboop2025/palimpsest@1.3.1) Live internet-censorship signals and tamper-evident, pre-registered, hash-chained AI model evals. installs: remote:https://api.seiche.info/palimpsest/mcp detail: https://mcpindex.ai/server/io-github-beepboop2025-palimpsest - Seiche — funding-stress terminal (io.github.beepboop2025/seiche@0.9.1) US funding-stress warning with construction-PIT evidence limits and explicit eligibility flags. installs: pypi:seiche | remote:https://api.seiche.info/mcp detail: https://mcpindex.ai/server/io-github-beepboop2025-seiche - io.github.beepboop2025/umbra-proof (io.github.beepboop2025/umbra-proof@0.1.1) Verify Umbra bridge accountability proofs (signed receipts, checkpoints, Merkle inclusion). installs: docker:ghcr.io/beepboop2025/umbra-proof-mcp:v0.1.1 detail: https://mcpindex.ai/server/io-github-beepboop2025-umbra-proof - Undertow market liquidity and exit-cost tools (io.github.beepboop2025/undertow@1.7.1) Exit-cost estimates, depth concentration, liquidity tiers, and sealed records; no commodity futures. installs: remote:https://api.seiche.info/undertow/mcp detail: https://mcpindex.ai/server/io-github-beepboop2025-undertow - refcheck (io.github.benchoi93/refcheck@0.1.0) Verify academic citations against real databases. Catches hallucinated references, exports BibTeX. installs: pypi:refcheck-mcp detail: https://mcpindex.ai/server/io-github-benchoi93-refcheck - Ask262 (io.github.bendtherules/ask262@0.0.13) MCP server for understanding Javascript internals from ECMAScript specification. installs: remote:https://ask262.mcp.bendtherules.io/mcp detail: https://mcpindex.ai/server/io-github-bendtherules-ask262 - io.github.benediktgirz/storylenses (io.github.benediktgirz/storylenses@0.1.3) AI cover letter generation for agents. Job analysis, profile matching, narrative letters. installs: npm:@storylenses/mcp-server | remote:https://www.storylenses.app/api/mcp/endpoint detail: https://mcpindex.ai/server/io-github-benediktgirz-storylenses - Greenhouse MCP (io.github.benmonopoli/greenhouse-mcp@0.3.2) Production-ready MCP server for Greenhouse with 175 tools for recruiting teams installs: pypi:open-greenhouse-mcp detail: https://mcpindex.ai/server/io-github-benmonopoli-greenhouse-mcp - GoldenAnalysis (io.github.benseverndev-oss/goldenanalysis@0.4.0) Read-only cross-cutting analysis, metrics, and reporting across the Golden Suite. installs: pypi:goldenanalysis detail: https://mcpindex.ai/server/io-github-benseverndev-oss-goldenanalysis - GoldenCheck (io.github.benseverndev-oss/goldencheck@3.2.0) Auto-discover validation rules from data — scan, profile, health-score. No rules to write. installs: pypi:goldencheck | remote:https://goldencheck-mcp-production.up.railway.app/mcp/ detail: https://mcpindex.ai/server/io-github-benseverndev-oss-goldencheck - GoldenPipe (io.github.benseverndev-oss/goldenpipe@1.4.0) One command to validate, transform, and deduplicate — chain GoldenCheck + Flow + Match. installs: pypi:goldenpipe | remote:https://goldenpipe-mcp-production.up.railway.app/mcp/ detail: https://mcpindex.ai/server/io-github-benseverndev-oss-goldenpipe - QR for Agent (io.github.benswel/qr-for-agent@0.12.2) Dynamic QR codes for AI agents — custom styling, scan tracking, webhooks installs: npm:qr-for-agent detail: https://mcpindex.ai/server/io-github-benswel-qr-for-agent - io.github.benswork-space/canido-mcp (io.github.benswork-space/canido-mcp@0.1.1) Look up permits, licenses, and fees for food service businesses in Austin, SF, and NYC. installs: npm:@canido/mcp-server detail: https://mcpindex.ai/server/io-github-benswork-space-canido-mcp - io.github.benswork-space/priceof (io.github.benswork-space/priceof@0.1.2) Verified pricing data for 50+ SaaS products. Query, compare, and calculate team costs. installs: npm:@priceof/mcp-server detail: https://mcpindex.ai/server/io-github-benswork-space-priceof - Cartograph (io.github.benteigland11/cartograph@0.1.3) Local-first reusable implementation registry for AI agents and versioned widgets. installs: pypi:cartograph-mcp detail: https://mcpindex.ai/server/io-github-benteigland11-cartograph - Social Perks (io.github.benzatkulak-collab/socialperks@0.1.0) Agent-native marketing platform: create campaigns, submit proofs, review submissions. installs: remote:https://socialperks.app/api/mcp detail: https://mcpindex.ai/server/io-github-benzatkulak-collab-socialperks - io.github.bepunk/zoogent (io.github.bepunk/zoogent@0.4.2) AI agent orchestrator with Architect AI. Multi-team, web dashboard, 35+ MCP tools. installs: npm:zoogent detail: https://mcpindex.ai/server/io-github-bepunk-zoogent - Godot Agent Loop (io.github.beremaran/godot-agent-loop@1.0.1) MCP automation loop with 167 tested tools for Godot 4 installs: npm:@beremaran/godot-agent-loop detail: https://mcpindex.ai/server/io-github-beremaran-godot-agent-loop - TypeUI (io.github.bergside/typeui@1.0.1) Design systems, UI prompts, and layout variations for AI coding tools. installs: remote:https://mcp.typeui.sh/mcp detail: https://mcpindex.ai/server/io-github-bergside-typeui - io.github.berkayderin/nextscan (io.github.berkayderin/nextscan@1.0.1) MCP server that scans Next.js projects and returns a compact summary installs: npm:@berkayderin/nextscan detail: https://mcpindex.ai/server/io-github-berkayderin-nextscan - io.github.berntpopp/genefoundry (io.github.berntpopp/genefoundry@0.8.2) MCP gateway federating 21 biomedical MCP servers behind one endpoint: gnomAD, ClinVar, HPO, VEP. installs: remote:https://genefoundry.org/mcp detail: https://mcpindex.ai/server/io-github-berntpopp-genefoundry - RDL MCP Server (io.github.bethmaloney/rdl-mcp@0.1.0) Edit SSRS reports using AI - simple tools to read and modify RDL files installs: pypi:rdl-mcp detail: https://mcpindex.ai/server/io-github-bethmaloney-rdl-mcp - io.github.bevanding/signaldaemon (io.github.bevanding/signaldaemon@1.0.0) Narrative & signal intelligence for AI agents: crypto/AI/macro convergence & divergence. installs: remote:https://api.signaldaemon.com/mcp detail: https://mcpindex.ai/server/io-github-bevanding-signaldaemon - FixThis (io.github.beyondwin/fixthis@1.5.0) Local-first MCP handoff for Jetpack Compose UI feedback and source candidates. installs: npm:@beyondwin/fixthis detail: https://mcpindex.ai/server/io-github-beyondwin-fixthis - io.github.bg4ff8mtdn-dotcom/ownership-attestation-protocol (io.github.bg4ff8mtdn-dotcom/ownership-attestation-protocol@1.0.1) MCP protocol enforcing explicit task acceptance and attestation-tagged completion claims. installs: manual detail: https://mcpindex.ai/server/io-github-bg4ff8mtdn-dotcom-ownership-attestation-protocol - China Phone MCP (io.github.bg7iuy/china-phone@1.0.0) Look up Chinese phone number carrier, province, and city from official MIIT allocation data. installs: remote:https://china-phone-mcp.vercel.app/api/index detail: https://mcpindex.ai/server/io-github-bg7iuy-china-phone - Context Awesome (io.github.bh-rat/context-awesome@0.1.1) MCP server for accessing curated awesome list documentation installs: npm:context-awesome | remote:https://www.context-awesome.com/api/mcp detail: https://mcpindex.ai/server/io-github-bh-rat-context-awesome - io.github.bharath-krishna/mcp-test (io.github.bharath-krishna/mcp-test@0.1.0) A simple MCP server with an echo tool for testing purposes installs: pypi:mcp-echo-server detail: https://mcpindex.ai/server/io-github-bharath-krishna-mcp-test - VINdata (io.github.bhuvanabala/vindata-mcp@1.0.1) VIN decoding and European vehicle data for automotive workflows. installs: remote:https://vindata-mcp.vindata.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-bhuvanabala-vindata-mcp - Skan Firmy (io.github.bibi-bambi/skanfirmy@1.0.0) Weryfikacja polskich firm po NIP/KRS i unijnego VAT (VIES) z oficjalnych rejestrów UE. installs: remote:https://skanfirmy.pl/mcp detail: https://mcpindex.ai/server/io-github-bibi-bambi-skanfirmy - io.github.bibinprathap/veritasgraph (io.github.bibinprathap/veritasgraph@0.1.2) Zero-trust, air-gapped Enterprise GraphRAG MCP server with offline, citation-grounded answers. installs: pypi:veritasgraph-mcp detail: https://mcpindex.ai/server/io-github-bibinprathap-veritasgraph - io.github.bickov/slimsnap (io.github.bickov/slimsnap@0.1.2) Your recent screen captures as structured JSON your AI agent can read. Local only, no network. installs: npm:@slimsnap/mcp detail: https://mcpindex.ai/server/io-github-bickov-slimsnap - io.github.bierlingm/spikes (io.github.bierlingm/spikes@0.4.1) UI feedback for AI-assisted building. Click elements, rate them, agents triage via MCP. installs: npm:spikes-mcp detail: https://mcpindex.ai/server/io-github-bierlingm-spikes - Intercept (io.github.bighippoman/intercept-mcp@3.0.8) Give your AI the ability to read the web. Fetches URLs as clean markdown with multi-tier fallback. installs: npm:intercept-mcp detail: https://mcpindex.ai/server/io-github-bighippoman-intercept-mcp - io.github.bighippoman/license-compliance (io.github.bighippoman/license-compliance@1.0.2) Scan npm dependencies for license compliance issues. Catch GPL contamination. installs: npm:license-compliance-mcp detail: https://mcpindex.ai/server/io-github-bighippoman-license-compliance - Raven — Solana Token Verification (io.github.billybotticelli4u-collab/raven-verify@0.1.2) Solana token-launch verification for AI agents — deterministic, replayable, returns 'unknowable'. installs: npm:raven-verify-mcp detail: https://mcpindex.ai/server/io-github-billybotticelli4u-collab-raven-verify - io.github.billychl1/footballbin-mcp-server (io.github.billychl1/footballbin-mcp-server@1.0.4) AI match predictions for Premier League & Champions League - scores, goals, corners installs: npm:footballbin-mcp-server detail: https://mcpindex.ai/server/io-github-billychl1-footballbin-mcp-server - Bimwright (io.github.bimwright/rvt-mcp@0.3.0) MCP gateway for Autodesk Revit 2022-2027 - toolset gating + Transaction-safe batch execution. installs: manual detail: https://mcpindex.ai/server/io-github-bimwright-rvt-mcp - io.github.biocross/displaybuddy-mcp (io.github.biocross/displaybuddy-mcp@1.0.0) MCP server for controlling Mac monitors via DisplayBuddy — adjust brightness and more. installs: npm:@biocross/displaybuddy-mcp detail: https://mcpindex.ai/server/io-github-biocross-displaybuddy-mcp - EasyEDA Copilot (io.github.biosshot/easyeda-copilot@1.1.7) Connect MCP clients to EasyEDA Desktop for schematic and PCB design, routing, inspection, and DRC. installs: npm:easyeda-copilot-mcp detail: https://mcpindex.ai/server/io-github-biosshot-easyeda-copilot - io.github.birthday-tools/edgarmcp (io.github.birthday-tools/edgarmcp@0.1.2) Clean, normalized SEC EDGAR / FRED / ETF / index data for AI agents. installs: pypi:mcp-edgar detail: https://mcpindex.ai/server/io-github-birthday-tools-edgarmcp - io.github.bitMacrocode/charm (io.github.bitMacrocode/charm@1.0.2) OEM automotive repair data - part numbers, torque specs, procedures for 1982-2013 vehicles. installs: remote:https://mcp.chatwithcharm.com/mcp detail: https://mcpindex.ai/server/io-github-bitmacrocode-charm - io.github.bitbond/token-tool (io.github.bitbond/token-tool@1.1.1) Deploy compliant ERC-20 tokens from any AI agent. 17 tools, 10 networks, CertiK-audited. installs: npm:token-tool-mcp detail: https://mcpindex.ai/server/io-github-bitbond-token-tool - io.github.bitcompare/mcp-server (io.github.bitcompare/mcp-server@1.1.0) Crypto yield data for AI agents: lending, savings, staking, borrowing & stablecoin rates. 18 tools. installs: npm:@bitcompare/mcp-server | remote:https://api.bitcompare.net/mcp detail: https://mcpindex.ai/server/io-github-bitcompare-mcp-server - bitfence Risk Oracle (io.github.bitfenceai/bitfence@0.7.7) Pre-transaction token risk checks for autonomous agents on six chains. Read-only; paid via x402. installs: remote:https://api.bitfence.ai/mcp detail: https://mcpindex.ai/server/io-github-bitfenceai-bitfence - Bitrise (io.github.bitrise-io/bitrise-mcp@2.5.0) Set up & manage mobile CI/CD on Bitrise: build, test, distribute iOS, Android, Flutter, RN apps. installs: remote:https://mcp.bitrise.io/ detail: https://mcpindex.ai/server/io-github-bitrise-io-bitrise-mcp - Bitrix MCP (io.github.bitrix24/bitrix-mcp-rest@1.0.0) MCP server that delivers up-to-date Bitrix24 REST API documentation. installs: remote:https://mcp-dev.bitrix24.com/mcp detail: https://mcpindex.ai/server/io-github-bitrix24-bitrix-mcp-rest - Bitrix24 (io.github.bitrix24/bitrix24@1.0.0) MCP server enabling AI agents to manage Bitrix24 features via standardized protocol installs: remote:https://mcp.bitrix24.com/mcp/ detail: https://mcpindex.ai/server/io-github-bitrix24-bitrix24 - io.github.bitterdev/dropscan-mcp (io.github.bitterdev/dropscan-mcp@0.1.1) MCP server for the Dropscan postal mail scanning API: read scanned letters, act on mailings. installs: pypi:dropscan-mcp detail: https://mcpindex.ai/server/io-github-bitterdev-dropscan-mcp - io.github.bitterdev/pixelletter-mcp (io.github.bitterdev/pixelletter-mcp@1.0.3) Send physical letters and faxes through the PixelLetter interface, test mode included. installs: npm:pixelletter-mcp detail: https://mcpindex.ai/server/io-github-bitterdev-pixelletter-mcp - io.github.bitterdev/simple-support-system-mcp (io.github.bitterdev/simple-support-system-mcp@1.0.3) MCP server for the Simple Support System helpdesk API: read, answer and move tickets. installs: npm:simple-support-system-mcp detail: https://mcpindex.ai/server/io-github-bitterdev-simple-support-system-mcp - BizNetAI (io.github.biznetai/biznetai-mcp@1.0.0) Routes natural-language shopping queries to merchant storefronts, returns normalized results. installs: remote:https://biznetaimcp.consumergenie.net/mcp detail: https://mcpindex.ai/server/io-github-biznetai-biznetai-mcp - io.github.bjornj12/golf-coach (io.github.bjornj12/golf-coach@0.7.0) A stats-driven golf coach: Trackman + on-course rounds, turned into a practice plan. installs: pypi:golf-coach detail: https://mcpindex.ai/server/io-github-bjornj12-golf-coach - io.github.bjornj12/trackman-mcp (io.github.bjornj12/trackman-mcp@0.4.0) Fetch your Trackman Golf stats (handicap, rounds, shots, club gapping) as MCP tools. installs: pypi:trackman-mcp detail: https://mcpindex.ai/server/io-github-bjornj12-trackman-mcp - io.github.bkalafat/diffpilot (io.github.bkalafat/diffpilot@1.0.7) MCP server for PR code review, commit messages, changelogs, and secret detection. installs: manual detail: https://mcpindex.ai/server/io-github-bkalafat-diffpilot - LiveDataLink (io.github.blackboxfoundry/livedatalink@1.5.1) One key for 284 tools across 59 US public-data domains. Resale-safe government and open data. installs: remote:https://livedatalink.ai/mcp detail: https://mcpindex.ai/server/io-github-blackboxfoundry-livedatalink - BlackDome Threat Intel (io.github.blackdome-ai/blackdome@0.2.0) Live honeypot threat intel: attacker IPs, IOCs, credentials, payloads, actors. installs: pypi:blackdome-mcp detail: https://mcpindex.ai/server/io-github-blackdome-ai-blackdome - BlackDome Threat Intel (io.github.blackdome-ai/blackdome-mcp@0.2.2) Live honeypot threat intel: attacker IPs, IOCs, credentials, payloads, actors. installs: pypi:blackdome-mcp detail: https://mcpindex.ai/server/io-github-blackdome-ai-blackdome-mcp - io.github.blackwell-systems/agent-lsp (io.github.blackwell-systems/agent-lsp@0.17.0) Orchestrates language servers into 65 code-intelligence tools across 30 languages, token-optimized. installs: npm:@blackwell-systems/agent-lsp detail: https://mcpindex.ai/server/io-github-blackwell-systems-agent-lsp - io.github.blackwell-systems/gcf-proxy (io.github.blackwell-systems/gcf-proxy@0.10.2) Drop-in MCP proxy. 71% fewer tokens. Session dedup compounds to 92%. Zero code changes. installs: npm:@blackwell-systems/gcf-proxy detail: https://mcpindex.ai/server/io-github-blackwell-systems-gcf-proxy - io.github.blackwell-systems/knowing (io.github.blackwell-systems/knowing@0.15.1) Content-addressed code graph with 22 MCP tools for AI agents. installs: npm:@blackwell-systems/knowing detail: https://mcpindex.ai/server/io-github-blackwell-systems-knowing - io.github.blantian/lanhu-design-mcp (io.github.blantian/lanhu-design-mcp@0.2.0) Read Lanhu design specs and export fine-grained UI assets with platform-adjusted units installs: pypi:lanhu-design-mcp detail: https://mcpindex.ai/server/io-github-blantian-lanhu-design-mcp - io.github.blathrop07/voyager-commerce (io.github.blathrop07/voyager-commerce@1.0.0) AI ticket commerce for theme parks, zoos, museums, and aquariums via any AI agent installs: remote:https://review-002-voyager-ai-commerce.zeus.gatewayticketing.hosting/mcp?storefrontId=9e55112e-b1c9-4f8f-8531-e9aed2158066 detail: https://mcpindex.ai/server/io-github-blathrop07-voyager-commerce - Dear User (io.github.bleedmode/dearuser@1.0.20) Tells you how you and your Claude agent actually work together. Local-only, no API keys. installs: npm:@poisedhq/dearuser-mcp detail: https://mcpindex.ai/server/io-github-bleedmode-dearuser - io.github.blightbow/parkour-mcp (io.github.blightbow/parkour-mcp@2.2.1) A content exploration toolkit that helps LLMs surface high signal, unsummarized web content. installs: manual detail: https://mcpindex.ai/server/io-github-blightbow-parkour-mcp - io.github.blitzdotdev/blitz (io.github.blitzdotdev/blitz@1.0.26) Give AI agents full control over iOS/macOS development via a native macOS app with 30+ MCP tools. installs: npm:@blitzdev/blitz-mcp detail: https://mcpindex.ai/server/io-github-blitzdotdev-blitz - io.github.blockchainacademics/mcp (io.github.blockchainacademics/mcp@0.4.2) Crypto MCP — 99 tools across news, market, on-chain, sentiment, indicators, agent generation. installs: npm:@blockchainacademics/mcp detail: https://mcpindex.ai/server/io-github-blockchainacademics-mcp - noHumansShop (io.github.bluemagma-compliance/nohumansshop@0.1.0) Affiliate marketplace for AI agents: find tools, publish verified guides, earn. OAuth, no keys. installs: remote:https://nohumans.shop/api/mcp detail: https://mcpindex.ai/server/io-github-bluemagma-compliance-nohumansshop - Blueprint Agentic Staking (Solentic) (io.github.blueprint-infrastructure/solentic@1.2.0) Native Solana staking for AI agents. 26 MCP tools, one-shot signing, webhooks. installs: npm:@solentic/mcp-server | remote:https://solentic.theblueprint.xyz/mcp detail: https://mcpindex.ai/server/io-github-blueprint-infrastructure-solentic - io.github.bluestratus/agenticfeed (io.github.bluestratus/agenticfeed@0.2.0) Match shopper intent to a merchant's products and fetch live price, stock and product Q&A. installs: remote:https://agenticfeed.ai/mcp detail: https://mcpindex.ai/server/io-github-bluestratus-agenticfeed - 13FLOW (io.github.bluetouff/13flow@1.0.0) Source-linked SEC 13F research, quality checks, watchlists and audit trails for agents. installs: remote:https://13flow.eu/api/mcp detail: https://mcpindex.ai/server/io-github-bluetouff-13flow - CompatAir (io.github.bluetouff/compatair@2.1.0) Read-only pneumatic compatibility and evidence tools with stable IDs and canonical CompatAir URLs. installs: remote:https://compatair.fr/mcp detail: https://mcpindex.ai/server/io-github-bluetouff-compatair - l0g.fr Risk Intelligence (io.github.bluetouff/l0g@1.24.3) Read-only macro risk analysis, evidence, signals, and source-backed research from l0g.fr. installs: remote:https://l0g.fr/api/mcp/compact detail: https://mcpindex.ai/server/io-github-bluetouff-l0g - io.github.bluwork/kontra-mcp (io.github.bluwork/kontra-mcp@0.1.2) The Tenth Man Protocol — structured contrarian analysis for decision-makers via MCP installs: npm:kontra-mcp detail: https://mcpindex.ai/server/io-github-bluwork-kontra-mcp - Evidrift (io.github.bm1016bm-svg/evidrift@0.4.0) Catch TypeScript API and OpenAPI contract drift in AI-generated code, then revalidate it in CI. installs: npm:evidrift detail: https://mcpindex.ai/server/io-github-bm1016bm-svg-evidrift - TavernFinder (io.github.bmachado86/tavernfinder@1.0.0) Find tabletop events, venues, and games. RSVP, register, create events via personal token. installs: remote:https://mcp.tavernfinder.com/mcp detail: https://mcpindex.ai/server/io-github-bmachado86-tavernfinder - io.github.bmdhodl/agentguard47 (io.github.bmdhodl/agentguard47@0.2.2) Read-only MCP server for coding-agent traces, alerts, costs, usage, and budget health. installs: npm:@agentguard47/mcp-server detail: https://mcpindex.ai/server/io-github-bmdhodl-agentguard47 - io.github.bnovik0v/moltdj (io.github.bnovik0v/moltdj@1.4.2) AI music and podcast platform for autonomous agents. SoundCloud for AI bots. installs: remote:https://api.moltdj.com/mcp/ detail: https://mcpindex.ai/server/io-github-bnovik0v-moltdj - Quarterback (io.github.bobbyrgoldsmith/quarterback@1.0.1) Strategic task prioritization and agent orchestration for multi-project operators installs: pypi:quarterback detail: https://mcpindex.ai/server/io-github-bobbyrgoldsmith-quarterback - io.github.bobross2020/brickpulse-mcp (io.github.bobross2020/brickpulse-mcp@1.0.0) Query LEGO set details, retirement dates, deals, and price history from BrickPulse.ai installs: remote:https://mcp.brickpulse.ai/mcp detail: https://mcpindex.ai/server/io-github-bobross2020-brickpulse-mcp - io.github.bockenstette1/seedflip (io.github.bockenstette1/seedflip@0.1.2) 100+ curated design systems for AI coding agents. Design taste, not guesswork. installs: npm:seedflip-mcp detail: https://mcpindex.ai/server/io-github-bockenstette1-seedflip - bol.com Advertiser MCP (io.github.bol-tools/bol-advertiser-mcp@2.0.1) Manage bol.com Sponsored Products campaigns, keywords, bids, and performance via AI agents installs: manual detail: https://mcpindex.ai/server/io-github-bol-tools-bol-advertiser-mcp - io.github.bolivian-peru/baozi-mcp (io.github.bolivian-peru/baozi-mcp@4.0.10) 68 tools for AI agents to interact with Solana prediction markets on Baozi.bet installs: npm:@baozi.bet/mcp-server detail: https://mcpindex.ai/server/io-github-bolivian-peru-baozi-mcp - io.github.bolyra/gateway (io.github.bolyra/gateway@0.2.1) MCP auth gateway: verify agent identity, enforce per-tool permissions, block replays, emit receipts. installs: npm:@bolyra/gateway detail: https://mcpindex.ai/server/io-github-bolyra-gateway - io.github.bolyra/mcp (io.github.bolyra/mcp@0.6.4) MCP auth middleware: gate tool calls so only authorized agents can act. installs: npm:@bolyra/mcp detail: https://mcpindex.ai/server/io-github-bolyra-mcp - io.github.bolyra/sdk (io.github.bolyra/sdk@0.5.2) TypeScript SDK for mutual ZKP authentication between humans and AI agents. installs: npm:@bolyra/sdk detail: https://mcpindex.ai/server/io-github-bolyra-sdk - io.github.bolyra/shield (io.github.bolyra/shield@0.1.0) Stdio MCP auth proxy: wrap any MCP server with per-tool permission enforcement. installs: npm:@bolyra/shield detail: https://mcpindex.ai/server/io-github-bolyra-shield - Bomly (io.github.bomly-dev/bomly-cli@0.21.3) Give your coding agent the dependency graph it is about to change: scan, diff, explain, audit installs: npm:bomly-mcp detail: https://mcpindex.ai/server/io-github-bomly-dev-bomly-cli - io.github.bounded-systems/bounded-tools-mcp (io.github.bounded-systems/bounded-tools-mcp@0.1.0) Read-only MCP server over bounded.tools's Sigstore-verified static API (stdio). installs: npm:@bounded-systems/bounded-tools-mcp detail: https://mcpindex.ai/server/io-github-bounded-systems-bounded-tools-mcp - io.github.bounded-systems/site-mcp (io.github.bounded-systems/site-mcp@0.2.0) Read-only MCP server over robertdelanghe.dev's Sigstore-verified static API (stdio). installs: npm:@bounded-systems/site-mcp detail: https://mcpindex.ai/server/io-github-bounded-systems-site-mcp - CipherHUB Cryptography Toolkit (io.github.bowenerchen/cipherhub@1.9.4) Production-grade cryptography toolkit with 31 MCP tools for classical, PQC, and KMS workflows. installs: remote:https://tools.cipherhub.cloud/cipherhub/mcp detail: https://mcpindex.ai/server/io-github-bowenerchen-cipherhub - Boyce (io.github.boyce-io/boyce@0.1.1) Deterministic SQL compiler for AI agents. Your agent stops guessing SQL. installs: pypi:boyce detail: https://mcpindex.ai/server/io-github-boyce-io-boyce - U2 MCP Server (io.github.bpamiri/u2-mcp@0.1.1) Connect AI assistants to Rocket Universe/UniData MultiValue databases via MCP. installs: pypi:u2-mcp detail: https://mcpindex.ai/server/io-github-bpamiri-u2-mcp - io.github.br9704/aethereum (io.github.br9704/aethereum@0.6.0) The team layer for AI coding agents: shared contracts, collision alerts, E2EE sessions. installs: npm:aethereum | remote:https://www.aethereum.dev/api/mcp detail: https://mcpindex.ai/server/io-github-br9704-aethereum - io.github.brac/particlr-mcp (io.github.brac/particlr-mcp@0.1.0) Agents author particlr .prt particle effects headlessly: validate, simulate, render to PNG, patch. installs: npm:@particlr/mcp detail: https://mcpindex.ai/server/io-github-brac-particlr-mcp - io.github.brain-bbqs/neuro (io.github.brain-bbqs/neuro@1.0.0) Neuroscience MCP server (Python) installs: npm:@brain-bbqs/neuro-mcp detail: https://mcpindex.ai/server/io-github-brain-bbqs-neuro - io.github.brain-bbqs/neuro-mcp (io.github.brain-bbqs/neuro-mcp@1.1.1) Neuroscience MCP server (Python) for the BBQS at McGovern Institute of Brain Research installs: npm:@brain-bbqs/neuro-mcp detail: https://mcpindex.ai/server/io-github-brain-bbqs-neuro-mcp - Frugal (io.github.brainsparker/frugal@0.1.1) The open routing layer for AI tools: tool calls routed per policy, decision on every result. installs: npm:frugal-mcp detail: https://mcpindex.ai/server/io-github-brainsparker-frugal - io.github.brandonbgreen/reversecentaur-mcp (io.github.brandonbgreen/reversecentaur-mcp@0.1.1) Hire humans for tasks AI can't do. Fair trade pay floors, prepaid escrow, ethical receipts. installs: npm:reversecentaur-mcp detail: https://mcpindex.ai/server/io-github-brandonbgreen-reversecentaur-mcp - KonQuest Meta Ads MCP (io.github.brandu-mos/konquest-meta-ads-mcp@2.0.0) Supervised Meta Ads operating system for Claude Code with 57 campaign management tools. installs: pypi:konquest-meta-ads-mcp detail: https://mcpindex.ai/server/io-github-brandu-mos-konquest-meta-ads-mcp - io.github.branpastran/project-little-weirdo (io.github.branpastran/project-little-weirdo@0.1.0) Deterministic public-web change observation with evidence-bound commercial interpretation. installs: remote:https://weirdo-genesis-watch.lovable.app/api/public/weirdo/v1/mcp detail: https://mcpindex.ai/server/io-github-branpastran-project-little-weirdo - io.github.brawlaphant/vealth (io.github.brawlaphant/vealth@1.0.0) Vealth work board: find real work, claim free with your wallet, prove it. Free onchain anchoring. installs: remote:https://vealth.net/mcp detail: https://mcpindex.ai/server/io-github-brawlaphant-vealth - Brazilayer — Brazilian Public Data (io.github.brazilayer/mcp@0.11.0) Brazilian company registry (CNPJ) + sanctions screening for AI agents. Pay per call via x402. installs: manual detail: https://mcpindex.ai/server/io-github-brazilayer-mcp - SEC EDGAR (io.github.brechanbech/sec-mcp@0.4.4) MCP server for SEC EDGAR data — company filings, financial concepts, and company info installs: manual detail: https://mcpindex.ai/server/io-github-brechanbech-sec-mcp - Brotato Coach (io.github.brendanlefebvre/spudcoach@0.14.1) Deterministic Brotato theorycrafter MCP server: facts and math, not guesses. installs: pypi:spudcoach detail: https://mcpindex.ai/server/io-github-brendanlefebvre-spudcoach - io.github.briangaoo/totem (io.github.briangaoo/totem@1.4.3) Totem — talk to your wearables with AI. Today: full Whoop access (48 tools). installs: npm:@briangaoo/totem detail: https://mcpindex.ai/server/io-github-briangaoo-totem - io.github.briangaoo/whoop-mcp (io.github.briangaoo/whoop-mcp@1.3.0) Full read + write access to your Whoop fitness data via the private iOS API. 48 tools. installs: npm:@briangaoo/whoop-mcp detail: https://mcpindex.ai/server/io-github-briangaoo-whoop-mcp - io.github.briefroom/mcp (io.github.briefroom/mcp@0.3.0) briefroom stdio MCP server — expose the briefroom CLI to Claude Code, Codex, and other agents. installs: npm:@briefroom/mcp detail: https://mcpindex.ai/server/io-github-briefroom-mcp - io.github.brightseth/vibe (io.github.brightseth/vibe@0.2.1) Social layer for Claude Code - DMs, presence, games between AI-assisted developers installs: npm:slashvibe-mcp detail: https://mcpindex.ai/server/io-github-brightseth-vibe - io.github.brilliantdirectories/brilliant-directories-mcp (io.github.brilliantdirectories/brilliant-directories-mcp@6.58.589) Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more. installs: npm:brilliant-directories-mcp detail: https://mcpindex.ai/server/io-github-brilliantdirectories-brilliant-directories-mcp - Brivvy MCP (io.github.brivvyHQ/mcp@0.1.0) Brivvy MCP (OAuth): on-brand AI content, voice rules, templates, glossary. installs: remote:https://mcp.brivvy.io detail: https://mcpindex.ai/server/io-github-brivvyhq-mcp - io.github.brocamp/mcp (io.github.brocamp/mcp@1.0.0) Brototype MCP Hub — Query Brocamp Data installs: manual detail: https://mcpindex.ai/server/io-github-brocamp-mcp - io.github.bromoket/x64dbg (io.github.bromoket/x64dbg@2.3.0) MCP server for x64dbg debugger - 23 mega-tools for AI-powered reverse engineering and debugging installs: npm:x64dbg-mcp-server detail: https://mcpindex.ai/server/io-github-bromoket-x64dbg - io.github.bruchris/canvas-lms-mcp (io.github.bruchris/canvas-lms-mcp@1.26.0) TypeScript MCP server for Canvas LMS — 163 tools across 41 domains. installs: npm:canvas-lms-mcp detail: https://mcpindex.ai/server/io-github-bruchris-canvas-lms-mcp - io.github.bruno-portfolio/agrobr (io.github.bruno-portfolio/agrobr@0.1.2) Brazilian agricultural data for LLMs — prices, crops, climate, deforestation. installs: pypi:agrobr-mcp detail: https://mcpindex.ai/server/io-github-bruno-portfolio-agrobr - hypokrates (io.github.bruno-portfolio/hypokrates@0.7.1) Pharmacovigilance hypothesis generation from 15 public drug safety databases installs: pypi:hypokrates detail: https://mcpindex.ai/server/io-github-bruno-portfolio-hypokrates - MCP Server Auth Template (io.github.brunovicco/mcp-server-auth-template@0.6.2) OAuth 2.1/OIDC resource-server reference for secure MCP authorization installs: docker:ghcr.io/brunovicco/mcp-server-auth-template:v0.6.2 detail: https://mcpindex.ai/server/io-github-brunovicco-mcp-server-auth-template - io.github.bryanjbelanger/desktop-hypervisor-mcp (io.github.bryanjbelanger/desktop-hypervisor-mcp@0.4.2) VirtualBox and VMware Fusion/Workstation behind one provider-neutral MCP tool surface. installs: manual detail: https://mcpindex.ai/server/io-github-bryanjbelanger-desktop-hypervisor-mcp - io.github.btouchard/herald (io.github.btouchard/herald@1.0.0) Stop copy-pasting between Claude Chat and Claude Code. installs: remote:https://your-herald-instance.example.com/mcp detail: https://mcpindex.ai/server/io-github-btouchard-herald - CrossFin (io.github.bubilife1202/crossfin@1.18.0) AI agent access to Asian crypto markets. Korean exchange routing and x402 paid APIs. installs: npm:crossfin-mcp | remote:https://crossfin.dev/api/mcp detail: https://mcpindex.ai/server/io-github-bubilife1202-crossfin - Bilt (io.github.buildingapplications/mcp@1.0.0) AI agents autonomously build and deploy mobile apps through natural language workflows installs: remote:https://mcp.bilt.me/mcp/sse detail: https://mcpindex.ai/server/io-github-buildingapplications-mcp - io.github.buildkite/buildkite-mcp-server (io.github.buildkite/buildkite-mcp-server@0.7.0) MCP server exposing Buildkite API data (pipelines, builds, jobs, tests) to AI tooling and editors. installs: docker:ghcr.io/buildkite/buildkite-mcp-server:0.7.0 detail: https://mcpindex.ai/server/io-github-buildkite-buildkite-mcp-server - io.github.bulatko/vk (io.github.bulatko/vk@0.6.1) VK (VKontakte): read walls, users, communities and stats; publish, edit and comment on posts. installs: npm:vk-mcp-server detail: https://mcpindex.ai/server/io-github-bulatko-vk - Bult (io.github.bultcloud/mcp-server@1.0.1) Deploy and manage Bult apps from AI coding agents. installs: npm:@bultcloud/mcp-server detail: https://mcpindex.ai/server/io-github-bultcloud-mcp-server - io.github.bunnyf/kicad-mcp-server (io.github.bunnyf/kicad-mcp-server@3.5.0) MCP server for AI-assisted PCB design with KiCad 9.x installs: pypi:kicad-mcp-server detail: https://mcpindex.ai/server/io-github-bunnyf-kicad-mcp-server - io.github.burakaydinofficial/searxng-deepdive (io.github.burakaydinofficial/searxng-deepdive@0.4.1) MCP server for SearXNG with engine targeting, multi-page fanout, and HTML→Markdown URL reading. installs: npm:searxng-deepdive detail: https://mcpindex.ai/server/io-github-burakaydinofficial-searxng-deepdive - DeltaMesh Web Freshness (io.github.buttacavoligiuse/deltamesh@4.0.0) Free public web freshness and response-metadata checks for AI agents. installs: remote:https://deltamesh-agent-beacon.giuelvy.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-buttacavoligiuse-deltamesh - BPE (Bitcoin Pricing Engine) (io.github.bxetech/bpe-mcp@0.2.1) Consolidated Bitcoin market data for AI agents: BBO pricing, ML signals, funding skew, briefings. installs: npm:@bxetech/bpe-mcp detail: https://mcpindex.ai/server/io-github-bxetech-bpe-mcp - io.github.byPawel/tachibot-mcp (io.github.byPawel/tachibot-mcp@2.0.5) Multi-model AI orchestration with 31 tools, YAML workflows, and 5 token-optimized profiles. installs: npm:tachibot-mcp detail: https://mcpindex.ai/server/io-github-bypawel-tachibot-mcp - io.github.byimprint/intelligence (io.github.byimprint/intelligence@1.0.1) Agent-callable creator intelligence: 952+ scored YouTube creators across 180 niches. installs: npm:@byimprint/mcp-server | remote:https://byimprint.com/mcp detail: https://mcpindex.ai/server/io-github-byimprint-intelligence - Gonka Second Opinion (multi-model) (io.github.bystray/gonka-mcp-server@2.2.0) A second opinion for AI agents: one prompt across several live Gonka models + roles, one call. installs: remote:https://mcp.gogonka.com/mcp detail: https://mcpindex.ai/server/io-github-bystray-gonka-mcp-server - io.github.bytedance/mcp-server-commands (io.github.bytedance/mcp-server-commands@1.0.0) An MCP server to run arbitrary commands installs: npm:@agent-infra/mcp-server-commands detail: https://mcpindex.ai/server/io-github-bytedance-mcp-server-commands - io.github.bzdOS/hubd (io.github.bzdOS/hubd@0.4.2) The project tracker for teams of humans and AI agents — in plain files. MCP server + CLI. installs: npm:@bzdos/hubd detail: https://mcpindex.ai/server/io-github-bzdos-hubd - MCP Finder (io.github.c5huracan/mcp-finder@0.2.0) Find the right MCP server for your task. 4,500+ servers ranked by community trust. installs: remote:https://api.rhdxm.com/mcp/ detail: https://mcpindex.ai/server/io-github-c5huracan-mcp-finder - SQLGuard — Execution Certificate Firewall (io.github.cabbageandtea/sqlguard@1.1.20) Permission before writes. Gravity→DENYs→Session $0.25. Pilot $100; Gateway $299. Probe free. installs: remote:https://sqlguard.io/mcp detail: https://mcpindex.ai/server/io-github-cabbageandtea-sqlguard - io.github.cadlens-co/cadlens-mcp (io.github.cadlens-co/cadlens-mcp@0.6.0) Model Context Protocol server that wraps the CADLens REST API. installs: npm:@cadlens/mcp-server detail: https://mcpindex.ai/server/io-github-cadlens-co-cadlens-mcp - ChatSpatial (io.github.cafferychen777/chatspatial@1.3.2) Schema-enforced spatial transcriptomics analysis with 20 tools and 66 methods via MCP installs: pypi:chatspatial detail: https://mcpindex.ai/server/io-github-cafferychen777-chatspatial - io.github.caglarbozkurt/heimdall (io.github.caglarbozkurt/heimdall@0.5.1) Scan an MCP server or agent config for injection, exfiltration, and risky capabilities. installs: npm:mcp-heimdall-scan detail: https://mcpindex.ai/server/io-github-caglarbozkurt-heimdall - Painel Sintético Concorde (io.github.caio-sartoratto/painel-sintetico-concorde@1.0.0) 787 personas sintéticas do consumidor bancário brasileiro para discovery de produtos. installs: remote:https://painel.concorde-painel.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-caio-sartoratto-painel-sintetico-concorde - io.github.calademos/creditsync (io.github.calademos/creditsync@1.20.1) Track credit card benefits, welcome offers, loyalty points, and money deadlines. No bank login. installs: npm:@creditsync-pro/mcp detail: https://mcpindex.ai/server/io-github-calademos-creditsync - io.github.calintzy/evmscope (io.github.calintzy/evmscope@1.5.2) EVM blockchain intelligence toolkit for AI agents. 20 tools across 5 chains. Zero config. installs: npm:evmscope detail: https://mcpindex.ai/server/io-github-calintzy-evmscope - io.github.calllint/calllint (io.github.calllint/calllint@0.2.0) Static preflight safety gate for MCP servers — scan configs before you run them. Never executes. installs: npm:calllint-mcp detail: https://mcpindex.ai/server/io-github-calllint-calllint - agent-device (io.github.callstack/agent-device@0.20.7) Let AI agents inspect, control, and debug real iOS, Android, desktop, and TV apps installs: npm:agent-device detail: https://mcpindex.ai/server/io-github-callstack-agent-device - agent-device (io.github.callstackincubator/agent-device@0.16.9) Let AI agents inspect, control, and debug real iOS, Android, desktop, and TV apps installs: npm:agent-device detail: https://mcpindex.ai/server/io-github-callstackincubator-agent-device - io.github.cameroncooke/XcodeBuildMCP (io.github.cameroncooke/XcodeBuildMCP@1.12.8) XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities. installs: npm:xcodebuildmcp detail: https://mcpindex.ai/server/io-github-cameroncooke-xcodebuildmcp - io.github.cameronrye/activitypub-mcp (io.github.cameronrye/activitypub-mcp@3.2.1) Read-only-by-default MCP server: let LLMs explore the Fediverse — Mastodon, Misskey, Pleroma. installs: npm:activitypub-mcp detail: https://mcpindex.ai/server/io-github-cameronrye-activitypub-mcp - Reddit Ads (io.github.camlowe/mcp-server-reddit-ads@0.5.5) Reddit Ads API v3: campaigns, ad groups, ads, reports, plus working writes with safety tiers. installs: npm:mcp-server-reddit-ads detail: https://mcpindex.ai/server/io-github-camlowe-mcp-server-reddit-ads - io.github.cammac-creator/ibanforge (io.github.cammac-creator/ibanforge@1.4.3) Pre-payout IBAN screening for AI agents: validation, sanctions, Swiss clearing, risk scoring installs: npm:ibanforge-mcp | remote:https://api.ibanforge.com/mcp detail: https://mcpindex.ai/server/io-github-cammac-creator-ibanforge - io.github.cammac-creator/openswissdata (io.github.cammac-creator/openswissdata@0.2.1) Swiss customs (TARES), FINMA registry & NOGA/NACE/ISIC classifications. 9 MCP tools, free tier. installs: npm:@openswissdata/mcp | remote:https://mcp.openswissdata.com/jsonrpc detail: https://mcpindex.ai/server/io-github-cammac-creator-openswissdata - Canuckeats — Canadian Food Delivery (io.github.canuckeats/canuckeats@1.0.0) AI food ordering across Canada — 17,000+ restaurants, 89 cities, real UberEats + DoorDash. installs: remote:https://mcp.canuckeats.com/mcp detail: https://mcpindex.ai/server/io-github-canuckeats-canuckeats - io.github.cap-js/mcp-server (io.github.cap-js/mcp-server@1.0.0) Model Context Protocol (MCP) server for AI-assisted development of CAP applications. installs: npm:@cap-js/mcp-server detail: https://mcpindex.ai/server/io-github-cap-js-mcp-server - io.github.capabilityhostprotocol/capabilities-txt-registry (io.github.capabilityhostprotocol/capabilities-txt-registry@0.1.0) Discover what websites across the agentic web can do — query the capabilities.txt registry. installs: remote:https://capabilitiestxt.org/api/mcp detail: https://mcpindex.ai/server/io-github-capabilityhostprotocol-capabilities-txt-registry - io.github.capabilityhostprotocol/chp (io.github.capabilityhostprotocol/chp@0.8.0) Learn and adopt the Capability Host Protocol — the agentic web's open evidence layer. installs: remote:https://capabilityhostprotocol.com/api/mcp detail: https://mcpindex.ai/server/io-github-capabilityhostprotocol-chp - io.github.capan/isochrone (io.github.capan/isochrone@0.1.4) Berlin pedestrian isochrones: streets reachable on foot in N minutes (walk/stroller/wheelchair). installs: npm:isochrone-mcp detail: https://mcpindex.ai/server/io-github-capan-isochrone - Cap Rate Signals — US Real Estate Metro Intelligence (io.github.capratesignals-cpu/cap-rate-signals@1.0.1) Scores US metros on corporate investment catalysts and repricing signals for real estate investors. installs: remote:https://cap-rate-signals-mcp-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-capratesignals-cpu-cap-rate-signals - io.github.caraulani/euacc-mcp (io.github.caraulani/euacc-mcp@1.0.0) Live EU funding data in your AI: grant calls, programmes, consortium partners, VCs, incubators. installs: remote:https://www.euacc.ai/api/mcp detail: https://mcpindex.ai/server/io-github-caraulani-euacc-mcp - Oi (io.github.carhaix/oi@2.0.0) Access Oi Contexts, Workflows, Skills, Guardrails, Connections, and reporting tools. installs: remote:https://api.oioioi.ai/mcp detail: https://mcpindex.ai/server/io-github-carhaix-oi - GovRider (io.github.carlosahumada89/govrider-mcp-server@1.1.3) Match tech products and consulting services to live government tenders, grants, and RFPs installs: npm:@govrider/mcp-server detail: https://mcpindex.ai/server/io-github-carlosahumada89-govrider-mcp-server - io.github.carlosalvite/foundersignal (io.github.carlosalvite/foundersignal@0.1.0) Find SaaS ideas worth building. Revenue data, growth signals and pain points from 10+ sources. installs: npm:foundersignal-mcp detail: https://mcpindex.ai/server/io-github-carlosalvite-foundersignal - PRD to Flutter APK (io.github.carlosge492/prd-to-flutter-apk@0.2.0) Generate a Flutter app from a JSON spec free; pay only for the compiled APK (USDC on Base). installs: remote:https://37-27-249-33.sslip.io/mcp detail: https://mcpindex.ai/server/io-github-carlosge492-prd-to-flutter-apk - io.github.carrotly-ai/disclosures (io.github.carrotly-ai/disclosures@0.1.1) Corporate-disclosure research across 12 official sources behind ten intent-based tools. installs: npm:disclosures detail: https://mcpindex.ai/server/io-github-carrotly-ai-disclosures - io.github.carruda-Global/ecosystem-aec-esg (io.github.carruda-Global/ecosystem-aec-esg@1.0.0) ESG/IFRS S1-S2 diagnostics, carbon inventory Scope 1-3, CBAM certificate generation installs: remote:https://engenheiro-producao-ai.onrender.com/mcp/esg/sse detail: https://mcpindex.ai/server/io-github-carruda-global-ecosystem-aec-esg - io.github.carruda-Global/ecosystem-aec-regulatory (io.github.carruda-Global/ecosystem-aec-regulatory@1.0.0) NR-1 psychosocial risk, LGPD, whistleblower, pay equity & anti-corruption tools (Brazil) installs: remote:https://engenheiro-producao-ai.onrender.com/mcp/regulatory/sse detail: https://mcpindex.ai/server/io-github-carruda-global-ecosystem-aec-regulatory - Arkova Verification (io.github.carson-see/arkova-verification@1.0.1) Privacy-first document verification anchored to the public ledger. installs: remote:https://edge.arkova.ai/mcp detail: https://mcpindex.ai/server/io-github-carson-see-arkova-verification - io.github.carsonroell-debug/leadenrich-mcp (io.github.carsonroell-debug/leadenrich-mcp@0.2.0) Waterfall lead enrichment — cascades Apollo, Clearbit, and Hunter for max coverage installs: pypi:leadenrich-mcp detail: https://mcpindex.ai/server/io-github-carsonroell-debug-leadenrich-mcp - io.github.carsonroell-debug/linkrescue-mcp (io.github.carsonroell-debug/linkrescue-mcp@0.1.1) Broken link detection with affiliate tracking, revenue loss estimation, and fixes installs: pypi:linkrescue-mcp detail: https://mcpindex.ai/server/io-github-carsonroell-debug-linkrescue-mcp - SelfHeal MCP (io.github.carsonroell-debug/selfheal-mcp@0.1.1) Self-healing proxy for MCP servers with retry, circuit breaker, and observability installs: npm:selfheal-mcp detail: https://mcpindex.ai/server/io-github-carsonroell-debug-selfheal-mcp - SiteHealth MCP (io.github.carsonroell-debug/sitehealth-mcp@0.1.1) Full website health audit — SSL, DNS, DMARC/SPF/DKIM, performance, uptime, links installs: npm:sitehealth-mcp detail: https://mcpindex.ai/server/io-github-carsonroell-debug-sitehealth-mcp - SteadyFetch (io.github.carsonroell-debug/steadyfetch@0.1.1) Reliable web fetching for AI agents with retry, circuit breaker, caching, and anti-bot bypass installs: pypi:steadyfetch | remote:https://steadyfetch-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-carsonroell-debug-steadyfetch - Inlay (io.github.cartoonitunes/inlay@1.0.1) Make any website discoverable by AI agents via MCP, llms.txt, and structured data. installs: remote:https://inlay.dev/api/mcp/{site_key} detail: https://mcpindex.ai/server/io-github-cartoonitunes-inlay - io.github.caseSHY/aicoreutils (io.github.caseSHY/aicoreutils@0.3.6) JSON-first Coreutils CLI for AI agents. 114 commands with sandbox, dry-run, and MCP support. installs: pypi:aicoreutils detail: https://mcpindex.ai/server/io-github-caseshy-aicoreutils - Catalo.ai (io.github.catalo-ai/catalo@1.0.0) AI-curated book catalog that eliminates hallucinations and surfaces lesser-known titles. installs: remote:https://catalo.ai/mcp detail: https://mcpindex.ai/server/io-github-catalo-ai-catalo - Textavia MCP (io.github.catorch/textavia-mcp@0.1.2) Local-first MCP server for text, JSON, Base64, CSV, regex, and developer utilities. installs: npm:@textavia/mcp detail: https://mcpindex.ai/server/io-github-catorch-textavia-mcp - io.github.causehacker/quicksign (io.github.causehacker/quicksign@0.1.1) E-signatures for contracts and NDAs. Draft with AI, review, and send for signature. installs: npm:@quicksign/mcp | remote:https://quicksign.pro/api/mcp/sse detail: https://mcpindex.ai/server/io-github-causehacker-quicksign - Last EHR — Medplum (io.github.cbetz/last-ehr@0.3.1) FHIR chart tools for MCP: read-only by default, with elicitation-gated, human-approved writes. installs: npm:@lastehr/mcp detail: https://mcpindex.ai/server/io-github-cbetz-last-ehr - io.github.cbetz/ratebook (io.github.cbetz/ratebook@0.1.0) Open MCP server for US electricity tariffs: real rate lookup, bill estimates, and when to charge. installs: pypi:ratebook-mcp detail: https://mcpindex.ai/server/io-github-cbetz-ratebook - io.github.cc1a2b/arabicfmt-mcp (io.github.cc1a2b/arabicfmt-mcp@0.1.1) Arabic formatting: 22 Arab currencies (Saudi riyal U+20C1), Hijri dates, تفقيط, RTL/bidi fixes. installs: npm:arabicfmt-mcp detail: https://mcpindex.ai/server/io-github-cc1a2b-arabicfmt-mcp - io.github.ccedacero/nyc-property-intel (io.github.ccedacero/nyc-property-intel@0.1.1) MCP server giving Claude AI access to 22+ NYC public-record databases for real estate due diligence installs: remote:https://nyc-property-intel-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-ccedacero-nyc-property-intel - Futuristic Risk Intelligence (io.github.cct15/war-dashboard-data@1.0.0) Geopolitical conflict risk, political events, and maritime traffic data for AI agents installs: pypi:war-dashboard-data detail: https://mcpindex.ai/server/io-github-cct15-war-dashboard-data - io.github.cdeust/ai-architect-mcp-codebase (io.github.cdeust/ai-architect-mcp-codebase@0.10.0) Codebase intelligence MCP — index any repo into a property graph; 26 tools for agents. installs: manual detail: https://mcpindex.ai/server/io-github-cdeust-ai-architect-mcp-codebase - io.github.cdeust/ai-architect-mcp-spec (io.github.cdeust/ai-architect-mcp-spec@0.8.0) PRD verification and host-driven generation with multi-judge consensus across 17 MCP tools. installs: manual detail: https://mcpindex.ai/server/io-github-cdeust-ai-architect-mcp-spec - io.github.cdeust/automatised-pipeline (io.github.cdeust/automatised-pipeline@0.8.4) Codebase intelligence MCP server — index any repo into a property graph; 26 tools for agents. installs: manual detail: https://mcpindex.ai/server/io-github-cdeust-automatised-pipeline - io.github.cdkbotmcp/cdk-mcp (io.github.cdkbotmcp/cdk-mcp@1.0.0) Buy game keys, gift cards, and subscriptions via x402 USDC on Base. 8 MCP tools, no install. installs: remote:https://mcp.cdk.bot/mcp detail: https://mcpindex.ai/server/io-github-cdkbotmcp-cdk-mcp - Sugar (io.github.cdnsteve/sugar@3.4.2) Autonomous AI development system with persistent task queue and background execution installs: pypi:sugarai detail: https://mcpindex.ai/server/io-github-cdnsteve-sugar - io.github.cdonoyan/shuka (io.github.cdonoyan/shuka@1.0.2) Universal trust attestation for AI agents. Create, verify, and negotiate trust proofs. installs: npm:@shukashake/mcp detail: https://mcpindex.ai/server/io-github-cdonoyan-shuka - io.github.cdrn/sigil (io.github.cdrn/sigil@0.0.6) Local keystore + MCP server. Claude can sign EVM transactions but never sees the private key. installs: npm:sigild detail: https://mcpindex.ai/server/io-github-cdrn-sigil - EVMole (io.github.cdump/evmole@0.9.3) Local structured analysis of deployed EVM runtime bytecode installs: npm:evmole-mcp detail: https://mcpindex.ai/server/io-github-cdump-evmole - TrueNAS SCALE (io.github.cedricziel/truenas-mcp@0.4.1) Inspect and manage TrueNAS SCALE storage, shares, apps and system state with your own API key installs: docker:ghcr.io/cedricziel/truenas-mcp:0.4.1 detail: https://mcpindex.ai/server/io-github-cedricziel-truenas-mcp - Agent^Rider (io.github.ceedot-rock/agent-rider@1.0.0) Signed agent identity, trust scoring, credit economy, and social layer for AI agents. installs: remote:https://agentrider.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-ceedot-rock-agent-rider - Kalshi Prediction Markets (io.github.cejor6/kalshi-mcp-server@0.1.8) MCP server for Kalshi prediction markets: native RSA-PSS auth, rate limiting, demo/prod safety. installs: pypi:kalshi-mcp-server | docker:ghcr.io/cejor6/kalshi-mcp-server:0.1.8 detail: https://mcpindex.ai/server/io-github-cejor6-kalshi-mcp-server - io.github.centricai/centric-demo (io.github.centricai/centric-demo@1.0.0) Try Centric relationship intelligence: Brief Me, Relational IP radar, Draft As. Demo data. installs: remote:https://centric-demo-mcp-808053805730.us-central1.run.app/mcp detail: https://mcpindex.ai/server/io-github-centricai-centric-demo - Amazon DSP MCP Server (io.github.cesteral/amazon-dsp-mcp@1.4.0) Amazon DSP management — CRUD, async reports, targeting, and audience management installs: npm:@cesteral/amazon-dsp-mcp | remote:https://{host}/amazon-dsp-mcp/mcp detail: https://mcpindex.ai/server/io-github-cesteral-amazon-dsp-mcp - Campaign Manager 360 MCP Server (io.github.cesteral/cm360-mcp@1.3.0) Campaign Manager 360 management — CRUD, Floodlight tracking, async reporting, and targeting installs: npm:@cesteral/cm360-mcp | remote:https://{host}/cm360-mcp/mcp detail: https://mcpindex.ai/server/io-github-cesteral-cm360-mcp - Bid Manager MCP Server (io.github.cesteral/dbm-mcp@1.1.0) Bid Manager reporting and query workflows for DV360 campaign performance analysis installs: npm:@cesteral/dbm-mcp | remote:https://{host}/dbm-mcp/mcp detail: https://mcpindex.ai/server/io-github-cesteral-dbm-mcp - DV360 MCP Server (io.github.cesteral/dv360-mcp@1.4.0) DV360 campaign management — writes, targeting, custom bidding, previews, and media uploads installs: npm:@cesteral/dv360-mcp | remote:https://{host}/dv360-mcp/mcp detail: https://mcpindex.ai/server/io-github-cesteral-dv360-mcp - Google Ads MCP Server (io.github.cesteral/gads-mcp@1.3.0) Google Ads management — campaign writes, GAQL reporting, bulk mutate, validation, and previews installs: npm:@cesteral/gads-mcp | remote:https://{host}/gads-mcp/mcp detail: https://mcpindex.ai/server/io-github-cesteral-gads-mcp - Meta Ads MCP Server (io.github.cesteral/meta-mcp@1.3.0) Meta Ads management — writes, insights, targeting, delivery estimates, previews, and media uploads installs: npm:@cesteral/meta-mcp | remote:https://{host}/meta-mcp/mcp detail: https://mcpindex.ai/server/io-github-cesteral-meta-mcp - Microsoft Advertising MCP Server (io.github.cesteral/msads-mcp@1.3.0) Microsoft Ads management — CRUD, Google Ads import, ad extensions, and async reports installs: npm:@cesteral/msads-mcp | remote:https://{host}/msads-mcp/mcp detail: https://mcpindex.ai/server/io-github-cesteral-msads-mcp - Pinterest Ads MCP Server (io.github.cesteral/pinterest-mcp@1.3.0) Pinterest Ads management — CRUD, async reports, targeting, and audience estimates installs: npm:@cesteral/pinterest-mcp | remote:https://{host}/pinterest-mcp/mcp detail: https://mcpindex.ai/server/io-github-cesteral-pinterest-mcp - Snapchat Ads MCP Server (io.github.cesteral/snapchat-mcp@1.3.0) Snapchat Ads management — CRUD, async reports, targeting, and audience estimates installs: npm:@cesteral/snapchat-mcp | remote:https://{host}/snapchat-mcp/mcp detail: https://mcpindex.ai/server/io-github-cesteral-snapchat-mcp - TikTok Ads MCP Server (io.github.cesteral/tiktok-mcp@1.3.0) TikTok Ads management — CRUD, async reports, targeting, and media uploads installs: npm:@cesteral/tiktok-mcp | remote:https://{host}/tiktok-mcp/mcp detail: https://mcpindex.ai/server/io-github-cesteral-tiktok-mcp - The Trade Desk MCP Server (io.github.cesteral/ttd-mcp@1.3.0) The Trade Desk management — CRUD, GraphQL, bulk ops, and async reports installs: npm:@cesteral/ttd-mcp | remote:https://{host}/ttd-mcp/mcp detail: https://mcpindex.ai/server/io-github-cesteral-ttd-mcp - io.github.cgseyhan/architectos (io.github.cgseyhan/architectos@0.1.30) ArchitectOS - AI-Native Repository Intelligence & Architecture Operating System. installs: npm:architectos detail: https://mcpindex.ai/server/io-github-cgseyhan-architectos - Iskra Solana Reputation (io.github.chaband-ops/iskra-reputation@2.0.0) Solana wallet & token reputation lookup. Risk verdict, score, DefiLlama TVL, Rugcheck. installs: remote:https://api.iskra-bot.xyz/mcp detail: https://mcpindex.ai/server/io-github-chaband-ops-iskra-reputation - NYC Restaurant Week (io.github.chadnewbry/nyc-restaurant-week-mcp@1.0.0) All 636 NYC Restaurant Week Summer 2026 restaurants — filter by cuisine, borough, price, and date. installs: remote:https://nycrestaurantweek.app/mcp detail: https://mcpindex.ai/server/io-github-chadnewbry-nyc-restaurant-week-mcp - io.github.chanyou0311/aiseg2-mcp (io.github.chanyou0311/aiseg2-mcp@0.1.0) Unofficial read-only MCP server for the Panasonic AiSEG2 HEMS controller. installs: pypi:aiseg2-mcp | docker:ghcr.io/chanyou0311/aiseg2-mcp:0.1.0 detail: https://mcpindex.ai/server/io-github-chanyou0311-aiseg2-mcp - io.github.chaoz23/charactercheck (io.github.chaoz23/charactercheck@0.7.0) Read-only CharacterCheck MCP server for deterministic character context with provenance and trust. installs: pypi:charactercheck detail: https://mcpindex.ai/server/io-github-chaoz23-charactercheck - io.github.chaoz23/dmcheck (io.github.chaoz23/dmcheck@0.5.1) Deterministic conduct verdicts for live tabletop sessions - CI for running a game. installs: pypi:dmcheck detail: https://mcpindex.ai/server/io-github-chaoz23-dmcheck - loudcheck (io.github.chaoz23/loudcheck@0.3.1) Loudness compliance verdicts (EBU R128, ATSC A/85): pass/fail with exact ffmpeg remediation. installs: pypi:loudcheck detail: https://mcpindex.ai/server/io-github-chaoz23-loudcheck - io.github.chaoz23/srdcheck (io.github.chaoz23/srdcheck@0.8.0) Scoped deterministic SRD 5.2.1 rules checks for agents — applied rules cited, boundaries explicit. installs: pypi:srdcheck detail: https://mcpindex.ai/server/io-github-chaoz23-srdcheck - io.github.charistas/posokanei-mcp (io.github.charistas/posokanei-mcp@0.1.1) Unofficial read-only MCP server for Greek supermarket price data from PosoKanei. installs: npm:posokanei-mcp detail: https://mcpindex.ai/server/io-github-charistas-posokanei-mcp - CharityVerify (io.github.charity-verify-admin/charityverify-mcp@1.0.4) Look up trust grades, donor verdicts, and analysis for 138,000+ Canadian charities. installs: npm:charityverify-mcp detail: https://mcpindex.ai/server/io-github-charity-verify-admin-charityverify-mcp - poe-data-mcp - Path of Exile game data (io.github.charleslucas/poe-data-mcp@0.3.1) MCP server for Path of Exile game data: wiki, economy, and Craft of Exile lookups installs: pypi:poe-data-mcp detail: https://mcpindex.ai/server/io-github-charleslucas-poe-data-mcp - io.github.charo360/statecli (io.github.charo360/statecli@0.5.0) State replay and self-debugging for AI agents. Track, replay, undo, checkpoint. installs: npm:statecli-mcp-server detail: https://mcpindex.ai/server/io-github-charo360-statecli - io.github.chefcohen/corroborate-mcp (io.github.chefcohen/corroborate-mcp@0.1.2) Honest claim corroboration for AI agents: syndication-aware independent-source counting. installs: npm:corroborate-mcp detail: https://mcpindex.ai/server/io-github-chefcohen-corroborate-mcp - Whiteboard (io.github.chenlidongorg/whiteboard@1.0.0) Whiteboard MCP server installs: remote:https://whiteboardappforchatgpt.endlessai.org/mcp detail: https://mcpindex.ai/server/io-github-chenlidongorg-whiteboard - Reasoning Commons (io.github.chenyuan35/reasoning-commons@1.0.0) AI Reasoning Cache & Consensus Layer with 11 MCP tools via Streamable HTTP. installs: remote:https://aineedhelpfromotherai.com/api/mcp detail: https://mcpindex.ai/server/io-github-chenyuan35-reasoning-commons - io.github.chenyujing1234-netizen/trueai (io.github.chenyujing1234-netizen/trueai@1.0.1) Recommend and inspect AI SaaS apps from the TrueAI catalog (1,600+ apps) by need, name or URL. installs: remote:https://www.shiflowai.cloud/mcp detail: https://mcpindex.ai/server/io-github-chenyujing1234-netizen-trueai - StudiePoint AI (io.github.chinedum-okoli/studiepoint-ai@1.0.0) 300+ African scholarships, GPA conversion & 1,700+ visa routes for postgrad students. installs: remote:https://studiepoint.ai/api/mcp detail: https://mcpindex.ai/server/io-github-chinedum-okoli-studiepoint-ai - Korea Data Suite (io.github.choiyounggi/korea-data-mcp@0.1.1) Korean public holidays, business-day math, and MOLIT real-estate transactions as MCP tools. installs: pypi:korea-data-mcp detail: https://mcpindex.ai/server/io-github-choiyounggi-korea-data-mcp - Over-Reach Detector (io.github.choreoatlas/over-reach-detector@0.0.6) Detect when AI code changes exceed declared task scope (MCP server). installs: pypi:over-reach-detector detail: https://mcpindex.ai/server/io-github-choreoatlas-over-reach-detector - io.github.chorghemaruti64-creator/agenium-mcp-server (io.github.chorghemaruti64-creator/agenium-mcp-server@0.1.3) Bridge MCP servers to the AGENIUM agent:// network via DNS discovery installs: npm:@agenium/mcp-server detail: https://mcpindex.ai/server/io-github-chorghemaruti64-creator-agenium-mcp-server - klanex (io.github.chrassy/klanex@0.1.0) Reliable async execution for agent tool calls: schema gating, retries, idempotency, audit trail. installs: npm:klanex-mcp | remote:https://api.klanexai.com/mcp detail: https://mcpindex.ai/server/io-github-chrassy-klanex - PromptSpeak Governance (io.github.chrbailey/promptspeak@0.4.1) Pre-execution governance for AI agents. Validates tool calls before they execute. installs: npm:@chrbailey/promptspeak-mcp-server detail: https://mcpindex.ai/server/io-github-chrbailey-promptspeak - io.github.chris-schra/mcp-funnel (io.github.chris-schra/mcp-funnel@0.0.7) MCP proxy that aggregates multiple servers with tool filtering and customization installs: npm:mcp-funnel detail: https://mcpindex.ai/server/io-github-chris-schra-mcp-funnel - io.github.chrisbusbin-pixel/applianceiq (io.github.chrisbusbin-pixel/applianceiq@1.0.1) Home appliance MCP: CPSC recall lookup, lifespan, maintenance, repair-or-replace, energy cost. installs: npm:applianceiq-mcp-server detail: https://mcpindex.ai/server/io-github-chrisbusbin-pixel-applianceiq - io.github.chrisbusbin-pixel/freshtrack (io.github.chrisbusbin-pixel/freshtrack@1.0.1) USDA food shelf-life database, food safety, storage tips, food waste cost calculator. installs: npm:freshtrack-mcp-server detail: https://mcpindex.ai/server/io-github-chrisbusbin-pixel-freshtrack - Prop Firm Deal Finder (io.github.chrisbusbin-pixel/propfirmdealfinder@1.0.4) Query live prop firm discount codes, compare firms, and find cheapest funded trading challenges. installs: npm:propfirmdealfinder-mcp-server detail: https://mcpindex.ai/server/io-github-chrisbusbin-pixel-propfirmdealfinder - io.github.chrischall/angi-mcp (io.github.chrischall/angi-mcp@0.1.0) Angi for Claude — find home-service pros by trade and city, read ratings and reviews installs: npm:@chrischall/angi-mcp detail: https://mcpindex.ai/server/io-github-chrischall-angi-mcp - io.github.chrischall/artsonia-mcp (io.github.chrischall/artsonia-mcp@0.9.0) Parent/fan access to Artsonia student-art portfolios, comments, and fans (AI-built). installs: npm:artsonia-mcp detail: https://mcpindex.ai/server/io-github-chrischall-artsonia-mcp - io.github.chrischall/canvas-parent-mcp (io.github.chrischall/canvas-parent-mcp@1.2.5) Canvas LMS (Instructure) for Claude — courses, grades, assignments, planner, files installs: npm:canvas-parent-mcp detail: https://mcpindex.ai/server/io-github-chrischall-canvas-parent-mcp - io.github.chrischall/charlotteonthecheap-mcp (io.github.chrischall/charlotteonthecheap-mcp@0.1.1) Charlotte On The Cheap MCP — free and cheap Charlotte events, deals and local guides installs: npm:charlotteonthecheap-mcp detail: https://mcpindex.ai/server/io-github-chrischall-charlotteonthecheap-mcp - io.github.chrischall/creditkarma-mcp (io.github.chrischall/creditkarma-mcp@2.5.0) Credit Karma transactions for Claude — spending by category, merchant, and account summary installs: npm:creditkarma-mcp detail: https://mcpindex.ai/server/io-github-chrischall-creditkarma-mcp - io.github.chrischall/crowntowncompost-mcp (io.github.chrischall/crowntowncompost-mcp@0.3.1) Customer access to the Crown Town Compost portal: pickups, invoices, and skips (AI-built). installs: npm:crowntowncompost-mcp detail: https://mcpindex.ai/server/io-github-chrischall-crowntowncompost-mcp - io.github.chrischall/easytable-mcp (io.github.chrischall/easytable-mcp@0.2.3) easyTable restaurant reservations for Claude — availability, and create/modify/cancel bookings installs: npm:easytable-mcp detail: https://mcpindex.ai/server/io-github-chrischall-easytable-mcp - io.github.chrischall/eventbrite-mcp (io.github.chrischall/eventbrite-mcp@0.1.2) Eventbrite for Claude — your tickets/orders, organizer data, and public event discovery installs: npm:@chrischall/eventbrite-mcp detail: https://mcpindex.ai/server/io-github-chrischall-eventbrite-mcp - io.github.chrischall/evite-mcp (io.github.chrischall/evite-mcp@0.5.1) Evite for Claude — list events, guest lists & RSVPs, RSVP, message guests, and create/edit events installs: npm:evite-mcp detail: https://mcpindex.ai/server/io-github-chrischall-evite-mcp - io.github.chrischall/flightaware-mcp (io.github.chrischall/flightaware-mcp@0.3.4) Live flight tracking and aviation data via FlightAware AeroAPI (flights, airports, alerts). installs: npm:@chrischall/flightaware-mcp detail: https://mcpindex.ai/server/io-github-chrischall-flightaware-mcp - io.github.chrischall/gogcli-mcp-classroom (io.github.chrischall/gogcli-mcp-classroom@2.23.1) Google Classroom via gogcli for Claude — courses, assignments, submissions, grading installs: npm:gogcli-mcp-classroom detail: https://mcpindex.ai/server/io-github-chrischall-gogcli-mcp-classroom - io.github.chrischall/gogcli-mcp-slides (io.github.chrischall/gogcli-mcp-slides@2.23.1) Google Slides via gogcli for Claude — deck and slide authoring installs: npm:gogcli-mcp-slides detail: https://mcpindex.ai/server/io-github-chrischall-gogcli-mcp-slides - io.github.chrischall/honeybook-mcp (io.github.chrischall/honeybook-mcp@0.4.6) HoneyBook client-portal MCP server for Claude — view contracts and invoices from wedding vendors installs: npm:honeybook-mcp detail: https://mcpindex.ai/server/io-github-chrischall-honeybook-mcp - io.github.chrischall/infinitecampus-mcp (io.github.chrischall/infinitecampus-mcp@2.4.5) Infinite Campus (Campus Parent) for Claude — grades, attendance, assignments, messages installs: npm:infinitecampus-mcp detail: https://mcpindex.ai/server/io-github-chrischall-infinitecampus-mcp - io.github.chrischall/ioffice-mcp (io.github.chrischall/ioffice-mcp@2.1.9) iOffice workspace management for Claude — book rooms, manage visitors, maintenance tickets installs: npm:ioffice-mcp detail: https://mcpindex.ai/server/io-github-chrischall-ioffice-mcp - io.github.chrischall/jobber-mcp (io.github.chrischall/jobber-mcp@0.1.0) Read the Jobber Client Hub your service providers share: appointments, invoices and quotes installs: npm:@chrischall/jobber-mcp detail: https://mcpindex.ai/server/io-github-chrischall-jobber-mcp - io.github.chrischall/onthecheap-mcp (io.github.chrischall/onthecheap-mcp@0.3.3) On the Cheap MCP — free and cheap events, deals and local guides across 14 US cities installs: npm:onthecheap-mcp detail: https://mcpindex.ai/server/io-github-chrischall-onthecheap-mcp - io.github.chrischall/opentable-mcp (io.github.chrischall/opentable-mcp@0.16.5) OpenTable reservation management: find slots, book, cancel, list reservations, manage favorites. installs: npm:opentable-mcp detail: https://mcpindex.ai/server/io-github-chrischall-opentable-mcp - io.github.chrischall/setlist-mcp (io.github.chrischall/setlist-mcp@0.9.7) setlist.fm concert data for Claude — setlists, artists, venues, tours, and cities installs: npm:setlist-mcp detail: https://mcpindex.ai/server/io-github-chrischall-setlist-mcp - io.github.chrischall/signupgenius-mcp (io.github.chrischall/signupgenius-mcp@1.4.0) SignUpGenius for Claude — sign-ups, slots, groups, and RSVPs. Free accounts or Pro API key. installs: npm:signupgenius-mcp detail: https://mcpindex.ai/server/io-github-chrischall-signupgenius-mcp - io.github.chrischall/simplisafe-mcp (io.github.chrischall/simplisafe-mcp@0.1.2) Check SimpliSafe system state and sensors, review events, arm/disarm, and control smart locks installs: npm:simplisafe-mcp detail: https://mcpindex.ai/server/io-github-chrischall-simplisafe-mcp - io.github.chrischall/splitwise-mcp (io.github.chrischall/splitwise-mcp@2.1.6) Splitwise expense and group management for Claude — shared expenses, settle up, friends installs: npm:splitwise-mcp detail: https://mcpindex.ai/server/io-github-chrischall-splitwise-mcp - io.github.chrischall/vibo-mcp (io.github.chrischall/vibo-mcp@1.5.4) Vibo (vibodj.com) MCP — plan & manage event music: timeline, songs, ideas, questions, guests installs: npm:vibo-mcp detail: https://mcpindex.ai/server/io-github-chrischall-vibo-mcp - io.github.chrischall/workday-mcp (io.github.chrischall/workday-mcp@0.3.2) Read-only Workday for Claude — fetch tasks, pay, benefits via your signed-in session installs: npm:workday-mcp detail: https://mcpindex.ai/server/io-github-chrischall-workday-mcp - io.github.chrischall/zola-mcp (io.github.chrischall/zola-mcp@1.7.5) Zola wedding planning for Claude — vendors, budget, guests, seating, registry, and RSVPs installs: npm:zola-mcp detail: https://mcpindex.ai/server/io-github-chrischall-zola-mcp - Hevy MCP Server (io.github.chrisdoc/hevy-mcp@3.2.1) MCP server for managing workouts, routines, and exercise data through the Hevy API installs: npm:hevy-mcp detail: https://mcpindex.ai/server/io-github-chrisdoc-hevy-mcp - C64 Bridge (io.github.chrisgleissner/c64bridge@1.0.2) MCP server for Commodore 64 Ultimate hardware and VICE emulator control. installs: npm:c64bridge detail: https://mcpindex.ai/server/io-github-chrisgleissner-c64bridge - AgentIQ (io.github.chrisgu/agentiq-mcp@0.3.0) AgentIQ MCP for MoltAd: AI agent ads — placements, campaigns, coupons, attribution, cash out. installs: remote:https://moltad.net/mcp detail: https://mcpindex.ai/server/io-github-chrisgu-agentiq-mcp - Lobex (io.github.chrisgu/lobex-mcp@1.0.0) Agent-to-agent marketplace MCP: list skills, buy/sell services, earn gas, cash out BTC. installs: remote:https://lobex.app/mcp detail: https://mcpindex.ai/server/io-github-chrisgu-lobex-mcp - io.github.chrismcdermut/proletariat-cli (io.github.chrismcdermut/proletariat-cli@0.3.134) Agent orchestration platform - multi-agent spawning, tickets, boards, and workflows installs: npm:@proletariat/cli detail: https://mcpindex.ai/server/io-github-chrismcdermut-proletariat-cli - CarryFeed (io.github.christian-beep383/carryfeed@0.1.1) Resolve public X/Twitter profiles, posts, and media through CarryFeed. installs: npm:@carryfeed/mcp detail: https://mcpindex.ai/server/io-github-christian-beep383-carryfeed - Argus Testing — Autonomous QA MCP (io.github.chriswu727/argus@0.6.0) Autonomous QA MCP for web and macOS that tests like a real engineer, finds bugs, and verifies them. installs: pypi:argus-testing detail: https://mcpindex.ai/server/io-github-chriswu727-argus - io.github.chudah1/attest-mcp (io.github.chudah1/attest-mcp@0.1.0) Credential enforcement middleware for MCP servers — verifies scoped tokens on every tool call installs: npm:@attest-dev/mcp detail: https://mcpindex.ai/server/io-github-chudah1-attest-mcp - Context Relay (io.github.chughes113/context-relay@0.3.0) Compact, citation-verifiable public web context for AI agents, paid per use with x402. installs: remote:https://context-relay.contextrelay.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-chughes113-context-relay - Network Sketcher (Local MCP) (io.github.cisco-open/network-sketcher@3.1.2) AI-native MCP server to design and manage Cisco network diagrams (L1/L2/L3, PPT/SVG) from LLMs. installs: manual detail: https://mcpindex.ai/server/io-github-cisco-open-network-sketcher - NetScaler Console MCP Server (io.github.citrix/netscaler-console-mcp-server@1.0.3) MCP server providing AI assistants the ability to interact with NetScaler environments installs: docker:docker.io/netscaler/netscaler-console-mcp-server:1.0.3 detail: https://mcpindex.ai/server/io-github-citrix-netscaler-console-mcp-server - io.github.clanker-records/crompton-network (io.github.clanker-records/crompton-network@1.5.2) Machine-native listening platform for CWA's Straight Outta Crompton. Your agent can listen. For real installs: npm:@clanker-records/crompton-network detail: https://mcpindex.ai/server/io-github-clanker-records-crompton-network - io.github.clarenceh/expenselm-mcp-server (io.github.clarenceh/expenselm-mcp-server@0.3.1) An MCP server that provides access to your expense data on ExpenseLM. installs: pypi:expenselm-mcp-server detail: https://mcpindex.ai/server/io-github-clarenceh-expenselm-mcp-server - io.github.clarencyu-boop/sentinel (io.github.clarencyu-boop/sentinel@2.0.0) Crypto trading backtesting, bot deployment, AI strategy, and account management for Sentinel Bot. installs: npm:mcp-server-sentinel detail: https://mcpindex.ai/server/io-github-clarencyu-boop-sentinel - ClariLayer (io.github.clarilayer/clarilayer@0.31.0) Individual-analyst context layer: recall, remember, and reconcile your data and engineering context. installs: remote:https://clarilayer.com/api/mcp/mcp detail: https://mcpindex.ai/server/io-github-clarilayer-clarilayer - io.github.claude-book/mcp-server-google-forms (io.github.claude-book/mcp-server-google-forms@0.5.0) Cria, edita e publica Google Forms a partir do Claude: quizzes, seções e leitura de respostas. installs: npm:mcp-server-google-forms detail: https://mcpindex.ai/server/io-github-claude-book-mcp-server-google-forms - io.github.clawd800/pumpclaw (io.github.clawd800/pumpclaw@1.0.1) Free token launcher on Base. Deploy ERC-20 tokens via Uniswap V4 with 80% creator fees. installs: npm:pumpclaw-mcp detail: https://mcpindex.ai/server/io-github-clawd800-pumpclaw - io.github.claymore666/ccu-mcp (io.github.claymore666/ccu-mcp@1.9.1) MCP server for controlling HomeMatic smart home devices via the CCU JSON-RPC API installs: npm:ccu-mcp detail: https://mcpindex.ai/server/io-github-claymore666-ccu-mcp - io.github.claymore666/debmatic-mcp (io.github.claymore666/debmatic-mcp@1.3.0) MCP server for controlling HomeMatic smart home devices via the CCU JSON-RPC API installs: npm:debmatic-mcp detail: https://mcpindex.ai/server/io-github-claymore666-debmatic-mcp - io.github.claytono/go-unifi-mcp (io.github.claytono/go-unifi-mcp@0.3.1) Manage UniFi sites, devices, clients, networks, port forwarding, DNS, and firewall installs: docker:ghcr.io/claytono/go-unifi-mcp:v0.3.1 detail: https://mcpindex.ai/server/io-github-claytono-go-unifi-mcp - io.github.clearcheck-uk/voltix-mcp (io.github.clearcheck-uk/voltix-mcp@1.1.0) DeFi intelligence for Claude: whale tracking, alpha signals, yields, token safety. USDC on Base. installs: npm:voltix-mcp detail: https://mcpindex.ai/server/io-github-clearcheck-uk-voltix-mcp - io.github.cleburn/aegis-mcp (io.github.cleburn/aegis-mcp@0.1.15) Runtime governance enforcement for AI agents. Zero token overhead. installs: npm:aegis-mcp-server detail: https://mcpindex.ai/server/io-github-cleburn-aegis-mcp - Avrotize (io.github.clemensv/avrotize@3.4.3) Schema conversion and schema-driven code generation MCP server. installs: pypi:avrotize detail: https://mcpindex.ai/server/io-github-clemensv-avrotize - Clervo Connect (io.github.clervo/connect@0.5.2) Free-first Clervo tools and bounded opt-in commerce through one local wallet. installs: npm:@clervo/mcp detail: https://mcpindex.ai/server/io-github-clervo-connect - io.github.clezcoding/awesome-coolify (io.github.clezcoding/awesome-coolify@0.1.2) Coolify 4.1.x MCP server — deploy, diagnose, and manage apps, services, and databases installs: npm:awesome-coolify-mcp detail: https://mcpindex.ai/server/io-github-clezcoding-awesome-coolify - io.github.cliwant/mcp-sam-gov (io.github.cliwant/mcp-sam-gov@1.12.0) Keyless MCP: 150 tools for US federal + state/local (SLED) contracting, spending & regulation installs: npm:@cliwant/mcp-sam-gov detail: https://mcpindex.ai/server/io-github-cliwant-mcp-sam-gov - MetricHub Quant - A股量化数据 (io.github.clk1st/mh-fin-mcp@0.1.1) China A-Share quantitative data: 5000+ stocks, 13 factors, daily market & limit-up analysis. installs: pypi:mh-fin-mcp | remote:https://api.quant.metrichub.app/mcp/sse detail: https://mcpindex.ai/server/io-github-clk1st-mh-fin-mcp - io.github.clm-cloud-solutions/uptimebolt-mcp-server (io.github.clm-cloud-solutions/uptimebolt-mcp-server@1.0.7) AI-powered infrastructure monitoring — health, incidents, predictions, RCA, deploy safety installs: npm:@uptimebolt/mcp-server detail: https://mcpindex.ai/server/io-github-clm-cloud-solutions-uptimebolt-mcp-server - Nephyr Backtest (io.github.clm-studios/nephyr-backtest@0.1.1) Prediction market strategy backtesting with real on-chain Polymarket data installs: pypi:nephyr-backtest detail: https://mcpindex.ai/server/io-github-clm-studios-nephyr-backtest - Nephyr Risk (io.github.clm-studios/nephyr-risk@0.1.1) Prediction market risk management — Kelly sizing, EV calculation, drawdown protection installs: pypi:nephyr-risk detail: https://mcpindex.ai/server/io-github-clm-studios-nephyr-risk - Nephyr Wallets (io.github.clm-studios/nephyr-wallets@0.1.1) Smart money tracking — discover, score, and analyze top Polymarket wallets installs: pypi:nephyr-wallets detail: https://mcpindex.ai/server/io-github-clm-studios-nephyr-wallets - io.github.closermethod/content-hooks-mcp (io.github.closermethod/content-hooks-mcp@1.0.1) Short-form hook styles, script structures, retention and CTA rules for creators. installs: npm:content-hooks-mcp detail: https://mcpindex.ai/server/io-github-closermethod-content-hooks-mcp - io.github.closermethod/creator-deals-mcp (io.github.closermethod/creator-deals-mcp@1.0.2) Deal mechanics for brand deals, UGC, and newsletter sponsorships: rights, exclusivity, negotiation. installs: npm:creator-deals-mcp detail: https://mcpindex.ai/server/io-github-closermethod-creator-deals-mcp - io.github.closermethod/newsletter-growth-mcp (io.github.closermethod/newsletter-growth-mcp@1.0.1) Newsletter growth loops, welcome-sequence architecture, subject-line and list-metric guidance. installs: npm:newsletter-growth-mcp detail: https://mcpindex.ai/server/io-github-closermethod-newsletter-growth-mcp - io.github.closermethod/outbound-engine-mcp (io.github.closermethod/outbound-engine-mcp@1.0.2) One cold-outreach engine for any target: HOOK/BRIDGE/SOFT-ASK, follow-up ladder, reply playbook. installs: npm:outbound-engine-mcp detail: https://mcpindex.ai/server/io-github-closermethod-outbound-engine-mcp - io.github.closermethod/outreach-deliverability-mcp (io.github.closermethod/outreach-deliverability-mcp@1.0.2) Channel-safety for cold outreach: volume limits, SPF/DKIM/DMARC, spam-trigger auditing. installs: npm:outreach-deliverability-mcp detail: https://mcpindex.ai/server/io-github-closermethod-outreach-deliverability-mcp - io.github.closermethod/personal-brand-mcp (io.github.closermethod/personal-brand-mcp@1.0.1) Positioning framework, per-platform bio auditing, 4-pillar content system, growth-signal reads. installs: npm:personal-brand-mcp detail: https://mcpindex.ai/server/io-github-closermethod-personal-brand-mcp - io.github.closermethod/ugc-brief-mcp (io.github.closermethod/ugc-brief-mcp@1.0.1) Turn a brand brief into deliverables, shot lists, and the right UGC format, catching scope traps. installs: npm:ugc-brief-mcp detail: https://mcpindex.ai/server/io-github-closermethod-ugc-brief-mcp - Aptu Coder (io.github.clouatre-labs/aptu-coder@0.29.0) MCP server for code structure analysis using tree-sitter. installs: manual detail: https://mcpindex.ai/server/io-github-clouatre-labs-aptu-coder - Code Analyze MCP (io.github.clouatre-labs/code-analyze-mcp@0.6.0) MCP server for code structure analysis using tree-sitter. installs: manual detail: https://mcpindex.ai/server/io-github-clouatre-labs-code-analyze-mcp - Math MCP Learning (io.github.clouatre-labs/math-mcp-learning-server@0.12.3) Educational MCP server with 17 math/stats tools, visualizations, and persistent workspace installs: pypi:math-mcp-learning-server | remote:https://math-mcp.fastmcp.app/mcp detail: https://mcpindex.ai/server/io-github-clouatre-labs-math-mcp-learning-server - io.github.cloud1map/agent-relay (io.github.cloud1map/agent-relay@0.1.3) Agent Relay MCP: invite-based channels, agent contracts and per-side human approvals. installs: npm:@cloud1map/agent-relay-mcp detail: https://mcpindex.ai/server/io-github-cloud1map-agent-relay - Dataiku MCP (io.github.clssck/dataiku-mcp@1.1.1) MCP server for Dataiku DSS project, flow, and operations APIs. installs: npm:dataiku-mcp detail: https://mcpindex.ai/server/io-github-clssck-dataiku-mcp - io.github.cmcgrabby-hue/syndicate-links (io.github.cmcgrabby-hue/syndicate-links@0.2.2) Commission infrastructure for AI commerce — program discovery, attribution, and settlement. installs: npm:syndicate-links-mcp | remote:https://mcp.syndicatelinks.co/mcp detail: https://mcpindex.ai/server/io-github-cmcgrabby-hue-syndicate-links - io.github.cmd8/excalidraw-mcp (io.github.cmd8/excalidraw-mcp@1.2.0) Model Context Protocol server for Excalidraw diagrams. installs: npm:@cmd8/excalidraw-mcp detail: https://mcpindex.ai/server/io-github-cmd8-excalidraw-mcp - io.github.cmdenney/logicnodes-mcp (io.github.cmdenney/logicnodes-mcp@1.0.2) Remote MCP for LogicNodes: Signed PII-Shield flagship + payable x402 agent tools on Base. installs: remote:https://logicnodes.io/mcp detail: https://mcpindex.ai/server/io-github-cmdenney-logicnodes-mcp - io.github.cmdenney/logicnodes-mcp-bridge (io.github.cmdenney/logicnodes-mcp-bridge@1.0.5) Signed PII-Shield: redact PII to an EIP-191 attestation, plus x402 pay-per-call agent tools. installs: npm:@logicnodez/mcp-bridge detail: https://mcpindex.ai/server/io-github-cmdenney-logicnodes-mcp-bridge - Synology NAS (io.github.cmeans/mcp-synology@0.5.2) MCP server for Synology NAS — browse files, monitor health, and automate operations installs: pypi:mcp-synology detail: https://mcpindex.ai/server/io-github-cmeans-mcp-synology - io.github.cmendezs/mcp-einvoicing-be (io.github.cmendezs/mcp-einvoicing-be@0.5.0) Belgian e-invoicing MCP server: Peppol BIS 3.0, UBL 2.1, EU PINT v1.0.1, Mercurius. installs: pypi:mcp-einvoicing-be detail: https://mcpindex.ai/server/io-github-cmendezs-mcp-einvoicing-be - MCP E-Invoicing Core (io.github.cmendezs/mcp-einvoicing-core@1.16.2) Base package for European e-invoicing MCP servers with shared models, XML utils, and OAuth2 client. installs: pypi:mcp-einvoicing-core detail: https://mcpindex.ai/server/io-github-cmendezs-mcp-einvoicing-core - io.github.cmendezs/mcp-einvoicing-de (io.github.cmendezs/mcp-einvoicing-de@0.8.2) German e-invoicing MCP server: ZUGFeRD 2.x, XRechnung 3.x, EN 16931, KoSIT validation, Peppol. installs: pypi:mcp-einvoicing-de detail: https://mcpindex.ai/server/io-github-cmendezs-mcp-einvoicing-de - io.github.cmendezs/mcp-facturacion-electronica-es (io.github.cmendezs/mcp-facturacion-electronica-es@0.6.1) Spanish e-invoicing MCP server: VERI*FACTU, Facturae/FACe, SII, Crea y Crece B2B. installs: pypi:mcp-facturacion-electronica-es detail: https://mcpindex.ai/server/io-github-cmendezs-mcp-facturacion-electronica-es - Facture Électronique France (io.github.cmendezs/mcp-facture-electronique-fr@0.8.0) MCP server for French e-invoicing (XP Z12-013). Manages invoices, validation and compliance. installs: pypi:mcp-facture-electronique-fr detail: https://mcpindex.ai/server/io-github-cmendezs-mcp-facture-electronique-fr - Fattura Elettronica IT (io.github.cmendezs/mcp-fattura-elettronica-it@0.6.0) Italian e-invoicing: FatturaPA XML/SDI v1.2.3, 42 tools. Signing, SDI, archiving. installs: pypi:mcp-fattura-elettronica-it detail: https://mcpindex.ai/server/io-github-cmendezs-mcp-fattura-elettronica-it - io.github.cmendezs/mcp-ksef-pl (io.github.cmendezs/mcp-ksef-pl@0.5.0) Polish e-invoicing MCP: KSeF API v2, FA(3)/FA(2) XML, Peppol BIS 3.0, NIP/REGON validation. installs: pypi:mcp-ksef-pl detail: https://mcpindex.ai/server/io-github-cmendezs-mcp-ksef-pl - io.github.cmendezs/mcp-nfe-br (io.github.cmendezs/mcp-nfe-br@0.6.3) MCP server for Brazilian e-invoicing: NF-e and NFC-e (modelo 55/65), schema 4.00, SEFAZ. installs: pypi:mcp-nfe-br detail: https://mcpindex.ai/server/io-github-cmendezs-mcp-nfe-br - io.github.cmpxchg16/mcp-ethical-hacking (io.github.cmpxchg16/mcp-ethical-hacking@1.4.0) An MCP server that provides LinkedIn & Reddit data installs: manual detail: https://mcpindex.ai/server/io-github-cmpxchg16-mcp-ethical-hacking - claw.cleaning (io.github.cnnrobrn/claw-cleaning@1.0.0) Book a San Francisco apartment cleaning. $40/hr, weekends 8am-6pm PT, SF only. installs: remote:https://claw.cleaning/mcp detail: https://mcpindex.ai/server/io-github-cnnrobrn-claw-cleaning - Juicy Designs Quote (io.github.cobusvdwest/juicy-designs-quote@1.1.0) Free digital marketing quote and strategy requests from Juicy Designs SA. No price returned. installs: remote:https://juicy-designs-quote.black-voice-76e6.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-cobusvdwest-juicy-designs-quote - io.github.cocaxcode/ai-context-inspector (io.github.cocaxcode/ai-context-inspector@0.4.9) Scan, export, and import your AI ecosystem. Discover MCP servers, skills, and memories. installs: npm:@cocaxcode/ai-context-inspector detail: https://mcpindex.ai/server/io-github-cocaxcode-ai-context-inspector - io.github.cocaxcode/api-testing-mcp (io.github.cocaxcode/api-testing-mcp@0.11.12) MCP server for API testing. 35 tools: HTTP, assertions, flows, OpenAPI, collections. installs: npm:@cocaxcode/api-testing-mcp detail: https://mcpindex.ai/server/io-github-cocaxcode-api-testing-mcp - io.github.codeChap/google-adwords (io.github.codeChap/google-adwords@0.1.0) MCP server for Google Ads campaign and budget management installs: manual detail: https://mcpindex.ai/server/io-github-codechap-google-adwords - io.github.codeChap/namecheap (io.github.codeChap/namecheap@0.1.0) MCP server for Namecheap — check availability, list domains, and get pricing installs: manual detail: https://mcpindex.ai/server/io-github-codechap-namecheap - io.github.codebiwan/semi-data (io.github.codebiwan/semi-data@1.0.0) US-government semiconductor & quantum supply-chain intelligence: controls, entities, funding. installs: remote:https://semidata.dev/v1/mcp detail: https://mcpindex.ai/server/io-github-codebiwan-semi-data - io.github.codeislaw101/katzilla (io.github.codeislaw101/katzilla@0.1.1) 300+ free public & government data sources behind one API key, for AI agents. installs: npm:@katzilla/mcp detail: https://mcpindex.ai/server/io-github-codeislaw101-katzilla - io.github.codelad1304/agentic-compute (io.github.codelad1304/agentic-compute@1.1.1) Secure Python sandbox for data optimization and Matplotlib rendering via x402 microtransactions. installs: pypi:agentic-compute-mcp-codelad1304 detail: https://mcpindex.ai/server/io-github-codelad1304-agentic-compute - io.github.codelipenghui/mcp-mat (io.github.codelipenghui/mcp-mat@0.1.0) Headless Eclipse MAT MCP server for Java heap dump analysis installs: npm:mcp-mat detail: https://mcpindex.ai/server/io-github-codelipenghui-mcp-mat - Ainecto (io.github.codelives/ainecto@0.1.2) Ainecto MCP connector for workspace, document, ERD, diagram, task, and attachment workflows. installs: npm:@ainecto/mcp detail: https://mcpindex.ai/server/io-github-codelives-ainecto - Kiln (io.github.codeofaxel/kiln@1.3.2) Kiln MCP server for agents: design, slice, print, monitor, and recover physical objects safely. installs: pypi:kiln3d detail: https://mcpindex.ai/server/io-github-codeofaxel-kiln - Procm (io.github.coder-ka/procm-mcp@0.0.43) A Model Context Protocol (MCP) server for process management. installs: npm:procm-mcp detail: https://mcpindex.ai/server/io-github-coder-ka-procm-mcp - Coder (io.github.coder/coder@2.33.9) Manage Coder workspaces, templates, and cloud development environments installs: remote:https://{coder_hostname}/api/experimental/mcp/http detail: https://mcpindex.ai/server/io-github-coder-coder - io.github.coderifts/api-governance (io.github.coderifts/api-governance@1.0.1) API governance for AI agents. Detects breaking changes, scores blast radius, blocks unsafe calls. installs: remote:https://app.coderifts.com/mcp detail: https://mcpindex.ai/server/io-github-coderifts-api-governance - io.github.codespar/mcp-afip (io.github.codespar/mcp-afip@0.2.0-alpha.3) AFIP — Argentine tax authority, electronic invoicing (Factura Electrónica) installs: npm:@codespar/mcp-afip detail: https://mcpindex.ai/server/io-github-codespar-mcp-afip - io.github.codespar/mcp-airwallex (io.github.codespar/mcp-airwallex@0.2.2) MCP server for Airwallex — cross-border collection + payouts, global accounts, FX, transfers installs: npm:@codespar/mcp-airwallex detail: https://mcpindex.ai/server/io-github-codespar-mcp-airwallex - io.github.codespar/mcp-alegra (io.github.codespar/mcp-alegra@0.2.2) Alegra — cloud accounting for LATAM (Colombian-founded) installs: npm:@codespar/mcp-alegra detail: https://mcpindex.ai/server/io-github-codespar-mcp-alegra - io.github.codespar/mcp-andreani (io.github.codespar/mcp-andreani@0.2.0-alpha.3) Andreani — Argentine courier and logistics installs: npm:@codespar/mcp-andreani detail: https://mcpindex.ai/server/io-github-codespar-mcp-andreani - io.github.codespar/mcp-asaas (io.github.codespar/mcp-asaas@0.2.1) MCP server for Asaas — billing automation, Pix, boleto, credit card, subscriptions installs: npm:@codespar/mcp-asaas detail: https://mcpindex.ai/server/io-github-codespar-mcp-asaas - io.github.codespar/mcp-banco-do-brasil (io.github.codespar/mcp-banco-do-brasil@0.1.0-alpha.4) MCP server for Banco do Brasil — Pix, Cobrança (boleto), Conta-Corrente, Arrecadação (OAuth2 + mTLS) installs: npm:@codespar/mcp-banco-do-brasil detail: https://mcpindex.ai/server/io-github-codespar-mcp-banco-do-brasil - io.github.codespar/mcp-bcra (io.github.codespar/mcp-bcra@0.2.2) BCRA — Argentine Central Bank public data (exchange rates, inflation, reserves) installs: npm:@codespar/mcp-bcra detail: https://mcpindex.ai/server/io-github-codespar-mcp-bcra - io.github.codespar/mcp-bigdatacorp (io.github.codespar/mcp-bigdatacorp@0.1.2) MCP server for BigDataCorp — Brazilian data enrichment + KYC (CPF/CNPJ/vehicle/property/antifraud) installs: npm:@codespar/mcp-bigdatacorp detail: https://mcpindex.ai/server/io-github-codespar-mcp-bigdatacorp - io.github.codespar/mcp-bind-erp (io.github.codespar/mcp-bind-erp@0.2.2) Bind ERP — Mexican cloud ERP installs: npm:@codespar/mcp-bind-erp detail: https://mcpindex.ai/server/io-github-codespar-mcp-bind-erp - io.github.codespar/mcp-bitso (io.github.codespar/mcp-bitso@0.2.2) MCP server for Bitso — Latin American crypto exchange, trading, funding, withdrawals installs: npm:@codespar/mcp-bitso detail: https://mcpindex.ai/server/io-github-codespar-mcp-bitso - io.github.codespar/mcp-bling (io.github.codespar/mcp-bling@0.2.2) MCP server for Bling — ERP: products, orders, invoices (NF-e/NFS-e), stock, AR/AP, webhooks installs: npm:@codespar/mcp-bling detail: https://mcpindex.ai/server/io-github-codespar-mcp-bling - io.github.codespar/mcp-bradesco (io.github.codespar/mcp-bradesco@0.2.0-alpha.3) MCP server for Bradesco — Pix, Cobrança (boleto), Arrecadação, Extrato (OAuth2 + mTLS) installs: npm:@codespar/mcp-bradesco detail: https://mcpindex.ai/server/io-github-codespar-mcp-bradesco - io.github.codespar/mcp-btg (io.github.codespar/mcp-btg@0.1.0-alpha.3) MCP server for BTG Pactual — Pix, Boleto, Account, Investments (CDB/LCI/LCA/funds), OAuth2 + mTLS installs: npm:@codespar/mcp-btg detail: https://mcpindex.ai/server/io-github-codespar-mcp-btg - io.github.codespar/mcp-c6 (io.github.codespar/mcp-c6@0.1.0-alpha.3) MCP server for C6 Bank — Pix (cob/cobv), DICT keys, Boleto, balance, statement (OAuth2 + mTLS) installs: npm:@codespar/mcp-c6 detail: https://mcpindex.ai/server/io-github-codespar-mcp-c6 - io.github.codespar/mcp-caixa (io.github.codespar/mcp-caixa@0.2.0-alpha.3) MCP server for Caixa Econômica Federal — Pix, Cobrança (SICOB boleto), Extrato (OAuth2 + mTLS) installs: npm:@codespar/mcp-caixa detail: https://mcpindex.ai/server/io-github-codespar-mcp-caixa - io.github.codespar/mcp-chargebee (io.github.codespar/mcp-chargebee@0.1.2) MCP server for Chargebee — global subscription billing, recurring revenue orchestration installs: npm:@codespar/mcp-chargebee detail: https://mcpindex.ai/server/io-github-codespar-mcp-chargebee - io.github.codespar/mcp-clearsale (io.github.codespar/mcp-clearsale@0.2.0-alpha.3) MCP server for ClearSale — Brazilian fraud prevention, order risk scoring, device fingerprinting installs: npm:@codespar/mcp-clearsale detail: https://mcpindex.ai/server/io-github-codespar-mcp-clearsale - io.github.codespar/mcp-cobre (io.github.codespar/mcp-cobre@0.1.0) MCP server for Cobre — CO/MX B2B treasury: balances, counterparties, money movements installs: npm:@codespar/mcp-cobre detail: https://mcpindex.ai/server/io-github-codespar-mcp-cobre - io.github.codespar/mcp-colppy (io.github.codespar/mcp-colppy@0.2.0-alpha.3) Colppy — Argentine cloud accounting + AFIP invoicing installs: npm:@codespar/mcp-colppy detail: https://mcpindex.ai/server/io-github-codespar-mcp-colppy - io.github.codespar/mcp-conta-azul (io.github.codespar/mcp-conta-azul@0.2.2) MCP server for Conta Azul — accounting, invoicing, customers, products installs: npm:@codespar/mcp-conta-azul detail: https://mcpindex.ai/server/io-github-codespar-mcp-conta-azul - io.github.codespar/mcp-coordinadora (io.github.codespar/mcp-coordinadora@0.2.0-alpha.3) Coordinadora — Colombian courier and logistics installs: npm:@codespar/mcp-coordinadora detail: https://mcpindex.ai/server/io-github-codespar-mcp-coordinadora - io.github.codespar/mcp-correios (io.github.codespar/mcp-correios@0.2.0-alpha.3) MCP server for Correios — package tracking, shipping rates, CEP lookup installs: npm:@codespar/mcp-correios detail: https://mcpindex.ai/server/io-github-codespar-mcp-correios - io.github.codespar/mcp-culqi (io.github.codespar/mcp-culqi@0.2.2) MCP server for Culqi — Peru PSP: charges, refunds, cards, Yape/PagoEfectivo, subscriptions installs: npm:@codespar/mcp-culqi detail: https://mcpindex.ai/server/io-github-codespar-mcp-culqi - io.github.codespar/mcp-efi (io.github.codespar/mcp-efi@0.2.2) MCP server for EFI (Gerencianet) — Pix, charges, carnets, cobranças installs: npm:@codespar/mcp-efi detail: https://mcpindex.ai/server/io-github-codespar-mcp-efi - io.github.codespar/mcp-epayco (io.github.codespar/mcp-epayco@0.1.0) MCP server for ePayco — Colombian gateway: cards, PSE, Daviplata and cash networks installs: npm:@codespar/mcp-epayco detail: https://mcpindex.ai/server/io-github-codespar-mcp-epayco - io.github.codespar/mcp-facturapi (io.github.codespar/mcp-facturapi@0.2.2) FacturAPI — Mexican CFDI e-invoicing installs: npm:@codespar/mcp-facturapi detail: https://mcpindex.ai/server/io-github-codespar-mcp-facturapi - io.github.codespar/mcp-focus-nfe (io.github.codespar/mcp-focus-nfe@0.2.2) MCP server for Focus NFe — NFe, NFSe, NFCe emission and management installs: npm:@codespar/mcp-focus-nfe detail: https://mcpindex.ai/server/io-github-codespar-mcp-focus-nfe - io.github.codespar/mcp-foxbit (io.github.codespar/mcp-foxbit@0.2.2) MCP server for Foxbit — Brazilian crypto exchange, trading, orderbook, institutional installs: npm:@codespar/mcp-foxbit detail: https://mcpindex.ai/server/io-github-codespar-mcp-foxbit - io.github.codespar/mcp-getnet (io.github.codespar/mcp-getnet@0.2.2) MCP server for Getnet — Santander-owned BR acquirer: credit, debit, Pix, boleto, marketplace split installs: npm:@codespar/mcp-getnet detail: https://mcpindex.ai/server/io-github-codespar-mcp-getnet - io.github.codespar/mcp-inter-bank (io.github.codespar/mcp-inter-bank@0.2.2) Banco Inter — digital bank, boleto, PIX, statements, transfers installs: npm:@codespar/mcp-inter-bank detail: https://mcpindex.ai/server/io-github-codespar-mcp-inter-bank - io.github.codespar/mcp-itau (io.github.codespar/mcp-itau@0.2.0-alpha.3) MCP server for Itaú Unibanco — Pix, Cobrança (boleto), Arrecadação, Extrato (OAuth2 + mTLS) installs: npm:@codespar/mcp-itau detail: https://mcpindex.ai/server/io-github-codespar-mcp-itau - io.github.codespar/mcp-izipay (io.github.codespar/mcp-izipay@0.2.0-alpha.3) MCP server for Izipay — Peru enterprise acquirer (Niubiz): authorize/capture/refund, cuotas installs: npm:@codespar/mcp-izipay detail: https://mcpindex.ai/server/io-github-codespar-mcp-izipay - io.github.codespar/mcp-jumio (io.github.codespar/mcp-jumio@0.2.2) MCP server for Jumio — global identity verification + KYX: documents, liveness, AML screening installs: npm:@codespar/mcp-jumio detail: https://mcpindex.ai/server/io-github-codespar-mcp-jumio - io.github.codespar/mcp-konduto (io.github.codespar/mcp-konduto@0.2.0-alpha.3) MCP server for Konduto — Brazilian fraud prevention: order risk scoring, device intel, lists installs: npm:@codespar/mcp-konduto detail: https://mcpindex.ai/server/io-github-codespar-mcp-konduto - io.github.codespar/mcp-kushki (io.github.codespar/mcp-kushki@0.1.0) MCP server for Kushki — LATAM PSP: card charges, preauth, PSE/SPEI transfer, cash, subscriptions installs: npm:@codespar/mcp-kushki detail: https://mcpindex.ai/server/io-github-codespar-mcp-kushki - io.github.codespar/mcp-melhor-envio (io.github.codespar/mcp-melhor-envio@0.1.4) MCP server for Melhor Envio — shipping rates, labels, tracking, agencies installs: npm:@codespar/mcp-melhor-envio detail: https://mcpindex.ai/server/io-github-codespar-mcp-melhor-envio - io.github.codespar/mcp-mercado-bitcoin (io.github.codespar/mcp-mercado-bitcoin@0.2.2) MCP server for Mercado Bitcoin — Brazilian crypto exchange, trading, orderbook, withdrawals installs: npm:@codespar/mcp-mercado-bitcoin detail: https://mcpindex.ai/server/io-github-codespar-mcp-mercado-bitcoin - io.github.codespar/mcp-midaz (io.github.codespar/mcp-midaz@0.1.0) MCP server for Midaz by Lerian — self-hosted double-entry ledger: accounts, balances, transactions installs: npm:@codespar/mcp-midaz detail: https://mcpindex.ai/server/io-github-codespar-mcp-midaz - io.github.codespar/mcp-moonpay (io.github.codespar/mcp-moonpay@0.2.2) MCP server for MoonPay — fiat-to-crypto on/off-ramp, 100+ assets; Pix for Brazil onramp installs: npm:@codespar/mcp-moonpay detail: https://mcpindex.ai/server/io-github-codespar-mcp-moonpay - io.github.codespar/mcp-nequi (io.github.codespar/mcp-nequi@0.2.0-alpha.3) Nequi — Colombian digital wallet (50M+ users, by Bancolombia) installs: npm:@codespar/mcp-nequi detail: https://mcpindex.ai/server/io-github-codespar-mcp-nequi - io.github.codespar/mcp-nfe-io (io.github.codespar/mcp-nfe-io@0.2.2) MCP server for NFe.io — NF-e, NFS-e, CNPJ, CEP installs: npm:@codespar/mcp-nfe-io detail: https://mcpindex.ai/server/io-github-codespar-mcp-nfe-io - io.github.codespar/mcp-nupay (io.github.codespar/mcp-nupay@0.2.2) MCP server for NuPay — Nubank merchant checkout: Pix + wallet one-click for 100M+ BR users installs: npm:@codespar/mcp-nupay detail: https://mcpindex.ai/server/io-github-codespar-mcp-nupay - io.github.codespar/mcp-nuvem-fiscal (io.github.codespar/mcp-nuvem-fiscal@0.3.1) MCP server for Nuvem Fiscal — NF-e, NFS-e, NFC-e, CNPJ, CEP installs: npm:@codespar/mcp-nuvem-fiscal detail: https://mcpindex.ai/server/io-github-codespar-mcp-nuvem-fiscal - io.github.codespar/mcp-omie (io.github.codespar/mcp-omie@0.2.2) MCP server for Omie — ERP, customers, products, orders, invoices, financials installs: npm:@codespar/mcp-omie detail: https://mcpindex.ai/server/io-github-codespar-mcp-omie - io.github.codespar/mcp-onfido (io.github.codespar/mcp-onfido@0.2.2) MCP server for Onfido — global identity verification + KYC: applicants, documents, checks, workflows installs: npm:@codespar/mcp-onfido detail: https://mcpindex.ai/server/io-github-codespar-mcp-onfido - io.github.codespar/mcp-openpay (io.github.codespar/mcp-openpay@0.2.2) MCP server for Openpay — BBVA-owned Mexican gateway (cards, SPEI, OXXO, subscriptions, payouts) installs: npm:@codespar/mcp-openpay detail: https://mcpindex.ai/server/io-github-codespar-mcp-openpay - io.github.codespar/mcp-pagar-me (io.github.codespar/mcp-pagar-me@0.2.2) MCP server for Pagar.me — orders, charges, recipients, transfers, plans, subscriptions, webhooks installs: npm:@codespar/mcp-pagar-me detail: https://mcpindex.ai/server/io-github-codespar-mcp-pagar-me - io.github.codespar/mcp-pagbrasil (io.github.codespar/mcp-pagbrasil@0.1.0) PagBrasil — cross-border acquiring into Brazil: Pix, Boleto Flash, refunds installs: npm:@codespar/mcp-pagbrasil detail: https://mcpindex.ai/server/io-github-codespar-mcp-pagbrasil - io.github.codespar/mcp-pagseguro (io.github.codespar/mcp-pagseguro@0.2.2) MCP server for PagSeguro/PagBank — orders, Pix, boleto, credit card, charges installs: npm:@codespar/mcp-pagseguro detail: https://mcpindex.ai/server/io-github-codespar-mcp-pagseguro - io.github.codespar/mcp-payway (io.github.codespar/mcp-payway@0.1.0) Payway (ex-Decidir) — Argentina card acquiring: tokenize, charge, capture, refund installs: npm:@codespar/mcp-payway detail: https://mcpindex.ai/server/io-github-codespar-mcp-payway - io.github.codespar/mcp-persona (io.github.codespar/mcp-persona@0.2.2) MCP server for Persona — developer-first identity verification + KYC (inquiries, accounts, reports) installs: npm:@codespar/mcp-persona detail: https://mcpindex.ai/server/io-github-codespar-mcp-persona - io.github.codespar/mcp-picpay (io.github.codespar/mcp-picpay@0.2.0-alpha.3) MCP server for PicPay Business — BR digital wallet (60M+ users): checkout, Pix QR, subscriptions installs: npm:@codespar/mcp-picpay detail: https://mcpindex.ai/server/io-github-codespar-mcp-picpay - io.github.codespar/mcp-pix-bcb (io.github.codespar/mcp-pix-bcb@0.2.2) MCP server for Pix BCB API — official Banco Central do Brasil Pix standard installs: npm:@codespar/mcp-pix-bcb detail: https://mcpindex.ai/server/io-github-codespar-mcp-pix-bcb - io.github.codespar/mcp-pomelo (io.github.codespar/mcp-pomelo@0.1.0) MCP server for Pomelo — pan-LATAM card issuing: users, virtual/physical cards, transactions installs: npm:@codespar/mcp-pomelo detail: https://mcpindex.ai/server/io-github-codespar-mcp-pomelo - io.github.codespar/mcp-rapyd (io.github.codespar/mcp-rapyd@0.2.2) MCP server for Rapyd — global collect + disburse across 100+ countries, cash pickup, wallets installs: npm:@codespar/mcp-rapyd detail: https://mcpindex.ai/server/io-github-codespar-mcp-rapyd - io.github.codespar/mcp-rd-station (io.github.codespar/mcp-rd-station@0.2.2) MCP server for RD Station — contacts, events, funnels, deals, segmentations, lead scoring, webhooks installs: npm:@codespar/mcp-rd-station detail: https://mcpindex.ai/server/io-github-codespar-mcp-rd-station - io.github.codespar/mcp-rede (io.github.codespar/mcp-rede@0.2.0-alpha.3) MCP server for Rede — Itaú-owned BR acquirer: authorize/capture/refund, zero-auth, card tokens installs: npm:@codespar/mcp-rede detail: https://mcpindex.ai/server/io-github-codespar-mcp-rede - io.github.codespar/mcp-santander (io.github.codespar/mcp-santander@0.2.0-alpha.3) MCP server for Santander Brasil — Pix, Cobrança (boleto), Arrecadação, Extrato (OAuth2 + mTLS) installs: npm:@codespar/mcp-santander detail: https://mcpindex.ai/server/io-github-codespar-mcp-santander - io.github.codespar/mcp-shopee (io.github.codespar/mcp-shopee@0.2.0-alpha.3) MCP server for Shopee — LatAm marketplace Partner API v2 (orders, products, shipping, returns) installs: npm:@codespar/mcp-shopee detail: https://mcpindex.ai/server/io-github-codespar-mcp-shopee - io.github.codespar/mcp-sicoob (io.github.codespar/mcp-sicoob@0.1.0-alpha.4) MCP server for Sicoob — Pix (cob/cobv/DICT), Cobrança (boleto), SPB (OAuth2 + mTLS) installs: npm:@codespar/mcp-sicoob detail: https://mcpindex.ai/server/io-github-codespar-mcp-sicoob - io.github.codespar/mcp-siigo (io.github.codespar/mcp-siigo@0.2.2) Siigo — Colombian accounting + DIAN e-invoicing installs: npm:@codespar/mcp-siigo detail: https://mcpindex.ai/server/io-github-codespar-mcp-siigo - io.github.codespar/mcp-skydropx (io.github.codespar/mcp-skydropx@0.2.2) Skydropx — Mexican multi-carrier shipping aggregator installs: npm:@codespar/mcp-skydropx detail: https://mcpindex.ai/server/io-github-codespar-mcp-skydropx - io.github.codespar/mcp-stark-bank (io.github.codespar/mcp-stark-bank@0.2.2) MCP server for Stark Bank — transfers, boletos, invoices, Pix, balance installs: npm:@codespar/mcp-stark-bank detail: https://mcpindex.ai/server/io-github-codespar-mcp-stark-bank - io.github.codespar/mcp-stp-spei (io.github.codespar/mcp-stp-spei@0.2.0-alpha.3) STP/SPEI — Mexican instant bank transfers installs: npm:@codespar/mcp-stp-spei detail: https://mcpindex.ai/server/io-github-codespar-mcp-stp-spei - io.github.codespar/mcp-take-blip (io.github.codespar/mcp-take-blip@0.2.2) MCP server for Take Blip — chatbots, messaging, contacts, broadcasts installs: npm:@codespar/mcp-take-blip detail: https://mcpindex.ai/server/io-github-codespar-mcp-take-blip - io.github.codespar/mcp-tienda-nube (io.github.codespar/mcp-tienda-nube@0.2.2) Tienda Nube — LATAM e-commerce platform (Argentine-founded) installs: npm:@codespar/mcp-tienda-nube detail: https://mcpindex.ai/server/io-github-codespar-mcp-tienda-nube - io.github.codespar/mcp-tiny (io.github.codespar/mcp-tiny@0.2.2) MCP server for Tiny ERP — products, stock, warehouses, price lists, orders, invoices, AP/AR installs: npm:@codespar/mcp-tiny detail: https://mcpindex.ai/server/io-github-codespar-mcp-tiny - io.github.codespar/mcp-transak (io.github.codespar/mcp-transak@0.2.0-alpha.3) MCP server for Transak — fiat-to-crypto on/off-ramp across ~170 countries (Partner API) installs: npm:@codespar/mcp-transak detail: https://mcpindex.ai/server/io-github-codespar-mcp-transak - io.github.codespar/mcp-transbank (io.github.codespar/mcp-transbank@0.2.0-alpha.3) MCP server for Transbank — Chile dominant card acquirer (Webpay Plus / Mall / OneClick) installs: npm:@codespar/mcp-transbank detail: https://mcpindex.ai/server/io-github-codespar-mcp-transbank - io.github.codespar/mcp-ucp (io.github.codespar/mcp-ucp@0.1.4) Google UCP — agentic shopping, cart, checkout, orders, delivery installs: npm:@codespar/mcp-ucp detail: https://mcpindex.ai/server/io-github-codespar-mcp-ucp - io.github.codespar/mcp-unblockpay (io.github.codespar/mcp-unblockpay@0.3.1) MCP server for UnblockPay — fiat-to-stablecoin onramp/offramp, wallets, transfers installs: npm:@codespar/mcp-unblockpay detail: https://mcpindex.ai/server/io-github-codespar-mcp-unblockpay - io.github.codespar/mcp-vindi (io.github.codespar/mcp-vindi@0.2.2) MCP server for Vindi — recurring billing, subscriptions, invoices installs: npm:@codespar/mcp-vindi detail: https://mcpindex.ai/server/io-github-codespar-mcp-vindi - io.github.codespar/mcp-vtex (io.github.codespar/mcp-vtex@0.2.2) MCP server for VTEX — e-commerce, orders, products, inventory, shipping installs: npm:@codespar/mcp-vtex detail: https://mcpindex.ai/server/io-github-codespar-mcp-vtex - io.github.codespar/mcp-wise (io.github.codespar/mcp-wise@0.1.2) MCP server for Wise — multi-currency accounts, FX, international transfers, quotes, recipients installs: npm:@codespar/mcp-wise detail: https://mcpindex.ai/server/io-github-codespar-mcp-wise - io.github.codespar/mcp-worldpay (io.github.codespar/mcp-worldpay@0.2.0-alpha.3) MCP server for Access Worldpay — enterprise processor: authorize, capture, refund, tokenize installs: npm:@codespar/mcp-worldpay detail: https://mcpindex.ai/server/io-github-codespar-mcp-worldpay - MCP Dataverse (io.github.codeurali/dataverse@0.5.0) 73 tools for Microsoft Dataverse: CRUD, FetchXML, metadata, audit, batch, role privileges and more. installs: npm:mcp-dataverse detail: https://mcpindex.ai/server/io-github-codeurali-dataverse - IssueFoundry Agent Market (io.github.codework-lgtm/issuefoundry-agent-market@1.0.0) Discover agent services and buy IssueFoundry's fractional-cent x402 reliability utilities. installs: remote:https://issuefoundry-index.jadennuckels.chatgpt.site/api/mcp detail: https://mcpindex.ai/server/io-github-codework-lgtm-issuefoundry-agent-market - Intelligence Aeternum (io.github.codex-curator/intelligence-aeternum-mcp@1.0.0) AI training dataset marketplace: 2M+ museum artworks with Golden Codex enrichment installs: remote:https://data-portal-172867820131.us-west1.run.app/mcp detail: https://mcpindex.ai/server/io-github-codex-curator-intelligence-aeternum-mcp - io.github.codex-curator/studiomcphub (io.github.codex-curator/studiomcphub@0.5.0) 32 creative AI tools (18 free) for agents: generate, upscale, mockup, print, watermark. installs: remote:https://studiomcphub.com/mcp detail: https://mcpindex.ai/server/io-github-codex-curator-studiomcphub - io.github.codymcc4/fuelcenter (io.github.codymcc4/fuelcenter@1.0.0) Marathon fueling, pace, hydration, heat, carb-loading, and gel-comparison calculators. installs: remote:https://fuelcenter.co/api/mcp detail: https://mcpindex.ai/server/io-github-codymcc4-fuelcenter - io.github.codyz123/schelling-protocol (io.github.codyz123/schelling-protocol@3.0.1) Universal coordination protocol for AI agents. Discovery, matching, and negotiation. installs: npm:@schelling/mcp-server detail: https://mcpindex.ai/server/io-github-codyz123-schelling-protocol - io.github.coe0718/deskbrid (io.github.coe0718/deskbrid@1.2.0) Linux automation. 125 MCP tools: windows, input, screenshots, clipboard, print, AT-SPI. 9 DEs. installs: docker:ghcr.io/coe0718/deskbrid:1.2.0 detail: https://mcpindex.ai/server/io-github-coe0718-deskbrid - cogDepot (io.github.cogdepot/cogdepot@0.1.4) Anonymous broker: AI agents publish capabilities, negotiate, and form direct peer-to-peer deals. installs: npm:@cogdepot/mcp-server detail: https://mcpindex.ai/server/io-github-cogdepot-cogdepot - io.github.cogswellspacely8-star/simengine (io.github.cogswellspacely8-star/simengine@3.0.1) Monte Carlo decision-intelligence over MCP: simulate, optimize, and decide under uncertainty. installs: pypi:simengine-mcp detail: https://mcpindex.ai/server/io-github-cogswellspacely8-star-simengine - Coinrule MCP (io.github.coinrule-com/coinrule-mcp@1.0.0) Trade, monitor portfolios, and build Coinrule strategies by chat. installs: remote:https://cloud.coinrule.com/mcp detail: https://mcpindex.ai/server/io-github-coinrule-com-coinrule-mcp - io.github.colabfit/colabfit-mcp (io.github.colabfit/colabfit-mcp@1.0.0) An MCP server that provides access to the ColabFit database installs: pypi:colabfit-mcp detail: https://mcpindex.ai/server/io-github-colabfit-colabfit-mcp - io.github.collapseindex/ci1t-mcp (io.github.collapseindex/ci1t-mcp@1.7.1) CI-1T prediction stability engine. Detect ghosts, evaluate drift, monitor fleets. 20 tools. installs: npm:@collapseindex/ci1t-mcp detail: https://mcpindex.ai/server/io-github-collapseindex-ci1t-mcp - io.github.colm18-gif/theaijournal (io.github.colm18-gif/theaijournal@1.0.0) Submit an article to The AI Journal, a daily journal written entirely by AI systems. installs: remote:https://theaijournal-mcp.colm18.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-colm18-gif-theaijournal - io.github.colossal1598/ship-mcp (io.github.colossal1598/ship-mcp@0.2.1) Clean TypeScript starter for MCP servers: zod-validated tools, tests, one-command dev loop. installs: npm:ship-mcp detail: https://mcpindex.ai/server/io-github-colossal1598-ship-mcp - Baryon — Proton Mail via Bridge (io.github.combor/baryon-mcp@0.4.1) Read Proton Mail and save drafts through your local Proton Mail Bridge. installs: manual detail: https://mcpindex.ai/server/io-github-combor-baryon-mcp - Opik MCP Server (io.github.comet-ml/opik-mcp@2.0.2) Interact with Opik prompts, traces, datasets and metrics through the Model Context Protocol. installs: npm:opik-mcp detail: https://mcpindex.ai/server/io-github-comet-ml-opik-mcp - io.github.comil27/debt-payoff-mcp (io.github.comil27/debt-payoff-mcp@1.0.0) Debt payoff planner: snowball vs avalanche — months to debt-free & total interest. Remote MCP. installs: remote:https://debtfree.rugscore.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-comil27-debt-payoff-mcp - io.github.comil27/etsy-tags-mcp (io.github.comil27/etsy-tags-mcp@1.0.0) Etsy tag finder: long-tail tag ideas from live Google autocomplete. Remote MCP server. installs: remote:https://tagvault.rugscore.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-comil27-etsy-tags-mcp - io.github.comil27/solrisk-mcp (io.github.comil27/solrisk-mcp@1.0.0) Solana token risk (rug / honeypot / dump) scoring for AI agents — remote MCP server. installs: remote:https://solrisk.rugscore.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-comil27-solrisk-mcp - CMDOP Machine Care (io.github.commandoperator/cmdop-care@0.1.2) Read-only health and storage diagnostics for an enrolled CMDOP machine fleet. installs: docker:ghcr.io/commandoperator/cmdop-care:v0.1.2 detail: https://mcpindex.ai/server/io-github-commandoperator-cmdop-care - io.github.commet/argus-decision-mcp (io.github.commet/argus-decision-mcp@2.0.22) Preserve a user-authorized judgment and append later answers. No model verdict or human score. installs: npm:argus-decision-mcp detail: https://mcpindex.ai/server/io-github-commet-argus-decision-mcp - io.github.commiegod/commonersdao-mcp (io.github.commiegod/commonersdao-mcp@1.0.1) AI agent access to Commoner's DAO — auction, governance, treasury, and discussion board on Solana. installs: npm:commonersdao-mcp detail: https://mcpindex.ai/server/io-github-commiegod-commonersdao-mcp - commit-check MCP (io.github.commit-check/commit-check-mcp@0.1.9) Validate commit messages, branch names, author info, push safety, and repo state. installs: pypi:commit-check-mcp detail: https://mcpindex.ai/server/io-github-commit-check-commit-check-mcp - io.github.companybetatel/mcp-server (io.github.companybetatel/mcp-server@0.2.1) Phone verification: free keyless coverage/pricing discovery + 4-channel OTP send. 15 tools. installs: npm:betatel-mcp-server detail: https://mcpindex.ai/server/io-github-companybetatel-mcp-server - io.github.compassalessandrolorenz/Figma-Context-MCP-AIR (io.github.compassalessandrolorenz/Figma-Context-MCP-AIR@2.0.2) Figma MCP server for AI agents. 9 tools: design context, variables, screenshots, and FigJam. installs: npm:figma-context-mcp-air detail: https://mcpindex.ai/server/io-github-compassalessandrolorenz-figma-context-mcp-air - io.github.composable-delivery/snowfakery-mcp (io.github.composable-delivery/snowfakery-mcp@0.0.6) MCP server for authoring, analyzing, debugging, and running Snowfakery recipes installs: pypi:snowfakery-mcp detail: https://mcpindex.ai/server/io-github-composable-delivery-snowfakery-mcp - unreal-mcp-ue4 (io.github.conaman/unreal-mcp-ue4@2026.4.1-2) UE4.27 MCP server for controlling Unreal Editor sessions over Python Remote Execution. installs: npm:unreal-mcp-ue4 detail: https://mcpindex.ai/server/io-github-conaman-unreal-mcp-ue4 - io.github.configcat/mcp-server (io.github.configcat/mcp-server@0.1.3) Enables AI agents to interact with ConfigCat, a feature flag service for teams. installs: npm:@configcat/mcp-server detail: https://mcpindex.ai/server/io-github-configcat-mcp-server - Social Media MCP Server (io.github.connected-paths/mcp-social@0.1.0) Publish to Bluesky, Threads, LinkedIn, Facebook Pages, and Instagram from ChatGPT or Claude. installs: remote:https://social-mcp.connectedpaths.com/mcp detail: https://mcpindex.ai/server/io-github-connected-paths-mcp-social - io.github.connected-paths/paid-ads (io.github.connected-paths/paid-ads@1.0.0) Hosted MCP server for Google Ads and LinkedIn Ads analysis. installs: remote:https://paidads-mcp.connectedpaths.com/mcp detail: https://mcpindex.ai/server/io-github-connected-paths-paid-ads - Postlint MCP Server (io.github.conorbronsdon/postlint-mcp@1.1.0) Check a social post against a platform's real character limit: X, Bluesky, LinkedIn, Threads. installs: npm:@conorbronsdon/postlint-mcp detail: https://mcpindex.ai/server/io-github-conorbronsdon-postlint-mcp - Substack MCP Server (io.github.conorbronsdon/substack-mcp@0.6.2) Substack MCP server: posts are draft-only by design; short-form Notes publish immediately. installs: npm:@conorbronsdon/substack-mcp detail: https://mcpindex.ai/server/io-github-conorbronsdon-substack-mcp - io.github.constants-ai/constants (io.github.constants-ai/constants@2.0.0) One workspace of tools for Claude and ChatGPT: connect 600+ apps, generate media, build tools. installs: remote:https://www.constants.io/api/mcp detail: https://mcpindex.ai/server/io-github-constants-ai-constants - io.github.constripacity/claude-code-bridge (io.github.constripacity/claude-code-bridge@0.9.5) MCP relay so Claude Code agents on different machines can exchange messages via named channels. installs: pypi:claude-code-bridge detail: https://mcpindex.ai/server/io-github-constripacity-claude-code-bridge - ConsultKit (io.github.consultkit/consultkit@1.0.0) AI-powered consulting tools for proposals, client management, and business development. installs: remote:https://api.getconsultkit.com/mcp detail: https://mcpindex.ai/server/io-github-consultkit-consultkit - io.github.contactxyz-admin/morningform (io.github.contactxyz-admin/morningform@0.1.0) stdio MCP proxy for MorningForm — bridges Claude Code to MorningForm HTTPS MCP server. installs: npm:@morningform/mcp detail: https://mcpindex.ai/server/io-github-contactxyz-admin-morningform - io.github.contentfactory/eu-verify (io.github.contentfactory/eu-verify@1.4.0) European business verification for AI agents: registry, VAT, sanctions, IBAN. Pay-per-call x402. installs: remote:https://data.greeneris.io/mcp detail: https://mcpindex.ai/server/io-github-contentfactory-eu-verify - io.github.context-foundry/context-foundry (io.github.context-foundry/context-foundry@2.2.1) Recursive Claude spawning for autonomous project builds with self-healing test loops installs: pypi:context-foundry detail: https://mcpindex.ai/server/io-github-context-foundry-context-foundry - ConvergeQA Compare (Due Diligence) (io.github.convergeqa/compare@0.2.0) Compare one prompt across a multi-model panel side by side, with public verification receipts. installs: pypi:convergeqa-mcp detail: https://mcpindex.ai/server/io-github-convergeqa-compare - ConvergeQA Reviews (Critique & Iterate) (io.github.convergeqa/reviews@0.2.0) Multi-model Critique and Iterate document reviews with public verification receipts. installs: pypi:convergeqa-mcp detail: https://mcpindex.ai/server/io-github-convergeqa-reviews - Conversor IAE-CNAE (io.github.conversoriaecnae/conversor-iae-cnae@1.0.1) The first fiscal MCP server for Spain: IAE/CNAE 2025, AEAT modelos, IRPF/IVA, RETA quota. installs: remote:https://www.conversoriaecnae.es/api/mcp/mcp detail: https://mcpindex.ai/server/io-github-conversoriaecnae-conversor-iae-cnae - io.github.coo-quack/calc-mcp (io.github.coo-quack/calc-mcp@2.0.5) 21 MCP tools for math, randomness, dates, encoding, hashing, and more — deterministic and accurate. installs: npm:@coo-quack/calc-mcp detail: https://mcpindex.ai/server/io-github-coo-quack-calc-mcp - io.github.cookiechain/cookie-mcp (io.github.cookiechain/cookie-mcp@0.2.2) Cookie Chain tools for AI agents: swap, launch, liquidity, staking, NFTs, and a Solana bridge. installs: npm:cookie-mcp detail: https://mcpindex.ai/server/io-github-cookiechain-cookie-mcp - io.github.coopergwrenn/postals-mcp (io.github.coopergwrenn/postals-mcp@1.0.0) Send physical handwritten postcards from any AI agent. Real pen & ink, USPS, $4.99/card. installs: npm:postals-mcp detail: https://mcpindex.ai/server/io-github-coopergwrenn-postals-mcp - io.github.copyleftdev/fabric-atelier (io.github.copyleftdev/fabric-atelier@0.1.2) AI-powered content processing with 226 Fabric patterns for writing, analysis, and code generation. installs: docker:docker.io/copyleftdev/fabric-atelier:0.1.2 detail: https://mcpindex.ai/server/io-github-copyleftdev-fabric-atelier - Kāhea (io.github.copyleftdev/kahea@0.2.0) Deterministic HTTP/WebSocket testing and policy-gated API execution for AI agents. installs: manual detail: https://mcpindex.ai/server/io-github-copyleftdev-kahea - io.github.corbat-tech/coding-standards (io.github.corbat-tech/coding-standards@1.0.3) AI coding standards that enforce production-grade code with DDD, SOLID, TDD guardrails. installs: npm:@corbat-tech/coding-standards-mcp detail: https://mcpindex.ai/server/io-github-corbat-tech-coding-standards - io.github.coregentdevspace/sql-server-analyst-mcp (io.github.coregentdevspace/sql-server-analyst-mcp@0.1.1) Read-only SQL Server Analyst MCP — safe schema, stored procedure, and performance analysis. installs: npm:sql-server-analyst-mcp detail: https://mcpindex.ai/server/io-github-coregentdevspace-sql-server-analyst-mcp - Open Archives (io.github.coret/openarchieven-mcp-server@1.1.1) MCP server for Open Archives: Dutch genealogical records and historical page transcriptions. installs: remote:https://mcp.openarchieven.nl/ detail: https://mcpindex.ai/server/io-github-coret-openarchieven-mcp-server - io.github.corewebvitals/coredash (io.github.corewebvitals/coredash@1.0.1) Real User Monitoring for Core Web Vitals. Query LCP, INP, CLS field data from real visitors. installs: remote:https://app.coredash.app/api/mcp detail: https://mcpindex.ai/server/io-github-corewebvitals-coredash - State of Web Vitals (io.github.corewebvitals/state-of-cwv@1.0.1) Core Web Vitals metrics by CMS, CDN, and framework — free remote MCP, no auth. installs: remote:https://www.corewebvitals.io/api/state-of-cwv/mcp detail: https://mcpindex.ai/server/io-github-corewebvitals-state-of-cwv - io.github.costajohnt/oss-autopilot (io.github.costajohnt/oss-autopilot@2.0.1) Open source contribution manager with PR tracking, issue discovery, and CI diagnosis installs: npm:@oss-autopilot/mcp detail: https://mcpindex.ai/server/io-github-costajohnt-oss-autopilot - io.github.costkits/costkits-mcp (io.github.costkits/costkits-mcp@1.0.8) MCP server for CostKits: live healthcare procedure cost estimates and provider pricing. installs: npm:@costkits/costkits-mcp detail: https://mcpindex.ai/server/io-github-costkits-costkits-mcp - COTI Private Messaging (io.github.coti-io/coti-private-messaging@0.2.2) Private encrypted agent messaging, hidden state exchange, delegation, and private inbox workflows. installs: npm:@coti-io/coti-sdk-private-messaging detail: https://mcpindex.ai/server/io-github-coti-io-coti-private-messaging - io.github.couchbase/mcp-server-couchbase (io.github.couchbase/mcp-server-couchbase@1.0.0) Couchbase Model Context Protocol Server to interact with Couchbase clusters installs: pypi:couchbase-mcp-server | docker:docker.io/couchbase/mcp-server:1.0.0 detail: https://mcpindex.ai/server/io-github-couchbase-mcp-server-couchbase - Countersign (io.github.countersign-network/countersign@0.2.1) Kill switch + spend guard for AI agents that spend money, across every wallet vendor at once. installs: npm:@countersign/mcp detail: https://mcpindex.ai/server/io-github-countersign-network-countersign - io.github.cowboyhq/cowboy-model-finder (io.github.cowboyhq/cowboy-model-finder@1.0.0) Find your perfect Cowboy e-bike with an interactive wizard and AI recommendations. installs: remote:https://cowboy-model-finder-mcp-app-8b3709a7529a.herokuapp.com/mcp detail: https://mcpindex.ai/server/io-github-cowboyhq-cowboy-model-finder - YouTube Research MCP (io.github.coyaSONG/youtube-research@1.2.0) Citation-ready YouTube transcript research and optional channel intelligence for AI agents. installs: npm:@coyasong/youtube-mcp-server detail: https://mcpindex.ai/server/io-github-coyasong-youtube-research - text2sql (io.github.cpenniman12/text2sql-mcp@0.1.2) Ask any SQL database in natural language. Agent explores schema, writes SQL, self-corrects. installs: pypi:text2sql-mcp detail: https://mcpindex.ai/server/io-github-cpenniman12-text2sql-mcp - io.github.cpfhub/cpfhub (io.github.cpfhub/cpfhub@1.0.1) MCP server for CPFHub.io. Query Brazilian CPF data directly from AI agents. installs: npm:@cpfhub/mcp detail: https://mcpindex.ai/server/io-github-cpfhub-cpfhub - io.github.cprice70/amazonads-mcp (io.github.cprice70/amazonads-mcp@0.1.1) MCP server for Amazon Ads API - manage campaigns, keywords, bids, and performance reports installs: npm:amazonads-mcp detail: https://mcpindex.ai/server/io-github-cprice70-amazonads-mcp - io.github.crabeye-ai/crabeye-mcp-bridge (io.github.crabeye-ai/crabeye-mcp-bridge@1.3.0) One MCP connection for all your tools — with discovery, namespacing, and execution policies. installs: npm:@crabeye-ai/crabeye-mcp-bridge detail: https://mcpindex.ai/server/io-github-crabeye-ai-crabeye-mcp-bridge - io.github.crawde/chartforge (io.github.crawde/chartforge@0.1.1) MCP server for ChartForge — generate stunning charts and diagrams from natural language installs: npm:chartforge-mcp detail: https://mcpindex.ai/server/io-github-crawde-chartforge - VerifiMind PEAS - RefleXion Trinity (io.github.creator35lwb-web/verifimind-genesis@3.35.0) X-Z-CS AI validation with auditable reasoning. 8 active tools; 5 in maintenance. v0.5.58 installs: remote:https://verifimind.ysenseai.org/mcp/ detail: https://mcpindex.ai/server/io-github-creator35lwb-web-verifimind-genesis - io.github.creis-ai/mcp-property-valuation-server (io.github.creis-ai/mcp-property-valuation-server@0.0.23) MCP服务器,提供房产小区评级和评估功能 installs: npm:mcp-property-valuation-server detail: https://mcpindex.ai/server/io-github-creis-ai-mcp-property-valuation-server - io.github.crewhaus/validation (io.github.crewhaus/validation@1.0.1) AI startup idea validation by a specialized 9-agent crew. installs: npm:crewhaus-mcp-server detail: https://mcpindex.ai/server/io-github-crewhaus-validation - Rails AI Context (io.github.crisnahine/rails-ai-context@5.21.0) 45 MCP tools give AI agents live Rails schema, routes, models, and conventions. installs: manual detail: https://mcpindex.ai/server/io-github-crisnahine-rails-ai-context - io.github.croit/mcp-croit-ceph (io.github.croit/mcp-croit-ceph@0.2.16) MCP server for Croit Ceph cluster management with dynamic OpenAPI tool generation installs: docker:docker.io/croit/mcp-croit-ceph:0.2.16 detail: https://mcpindex.ai/server/io-github-croit-mcp-croit-ceph - 2D Assets MCP (io.github.crony-io/2d-assets-mcp@0.1.4) MCP server for generating advanced mock 2D PNG assets for game prototypes. installs: npm:2d-assets-mcp detail: https://mcpindex.ai/server/io-github-crony-io-2d-assets-mcp - Velora LATAM Tools (io.github.crossi-dev/latam-tools@1.0.0) Argentina CUIT/CUIL validation and AFIP fiscal QR generation. Pure, no-auth MCP tools. installs: remote:https://tools.somosvelora.com/api/mcp/public detail: https://mcpindex.ai/server/io-github-crossi-dev-latam-tools - pmq (Polymarket CLOB V2) (io.github.crp4222/pmq@0.7.1) Production-proven Polymarket CLOB V2 trading and data. Fail-closed fills; keys stay local. installs: pypi:pmquant detail: https://mcpindex.ai/server/io-github-crp4222-pmq - MCP Cloudflare (io.github.crunchtools/cloudflare@0.1.1) Secure MCP server for Cloudflare DNS, Transform Rules, and Page Rules installs: pypi:mcp-cloudflare-crunchtools detail: https://mcpindex.ai/server/io-github-crunchtools-cloudflare - MCP Request-tracker (io.github.crunchtools/request-tracker@0.1.1) Secure MCP server for Request Tracker (RT) ticket management installs: pypi:mcp-request-tracker-crunchtools detail: https://mcpindex.ai/server/io-github-crunchtools-request-tracker - Trentina (io.github.crunchtools/trentina@0.5.0) Secure MCP gateway and quarantine for AI agent traffic — three-layer prompt injection defense installs: pypi:mcp-trentina-crunchtools detail: https://mcpindex.ai/server/io-github-crunchtools-trentina - MCP Wordpress (io.github.crunchtools/wordpress@0.4.1) Secure MCP server for WordPress content management installs: pypi:mcp-wordpress-crunchtools detail: https://mcpindex.ai/server/io-github-crunchtools-wordpress - MCP Workboard (io.github.crunchtools/workboard@0.6.1) Secure MCP server for WorkBoard OKR and strategy execution platform installs: pypi:mcp-workboard-crunchtools detail: https://mcpindex.ai/server/io-github-crunchtools-workboard - io.github.cruxible-ai/cruxible-core (io.github.cruxible-ai/cruxible-core@0.1.2) Deterministic decision engine with receipts. Define rules in YAML, query a graph, get proof. installs: pypi:cruxible-core detail: https://mcpindex.ai/server/io-github-cruxible-ai-cruxible-core - io.github.cryptoeights/hyre-mcp (io.github.cryptoeights/hyre-mcp@2.2.0) 17 DeFi + RWA tools — PumpFun, wallet PnL, Meteora LP, Robinhood Chain stocks — paid via x402. installs: npm:hyre-mcp detail: https://mcpindex.ai/server/io-github-cryptoeights-hyre-mcp - io.github.cryptomfer/cc0company-mcp (io.github.cryptomfer/cc0company-mcp@2.0.0) cc0pedia CC0 database + cc0.company agent services as MCP tools, paid per call via x402 on Base. installs: remote:https://cc0.company/api/mcp detail: https://mcpindex.ai/server/io-github-cryptomfer-cc0company-mcp - CIPHER x402 — Paid Solana & Crypto Tools (io.github.cryptomotifs/cipher-x402-mcp@0.1.0) 8 CIPHER tools — Solana scan, breach check, Jito, FRED, Drift, repo health, more. x402-paid on Base. installs: remote:https://cipher-x402-mcp.vercel.app/mcp detail: https://mcpindex.ai/server/io-github-cryptomotifs-cipher-x402-mcp - io.github.cryptyx-ai/cryptyx-mcp-server (io.github.cryptyx-ai/cryptyx-mcp-server@0.8.0) Institutional crypto intelligence for agents. 30 tools: signals, backtests, regime, triggers. installs: npm:@cryptyx/mcp-server detail: https://mcpindex.ai/server/io-github-cryptyx-ai-cryptyx-mcp-server - SafeRoute (io.github.crystalsignal/saferoute@0.9.1) Noncustodial Base quotes, token risk, preflight, transfers, trade guards, and verification. installs: remote:https://saferoute-x402-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-crystalsignal-saferoute - io.github.csacanam/comprabtc (io.github.csacanam/comprabtc@0.1.0) Non-custodial Bitcoin DCA for agent treasuries: approve USDT once, stack WBTC on Celo forever. installs: npm:comprabtc-mcp detail: https://mcpindex.ai/server/io-github-csacanam-comprabtc - io.github.csacanam/hashproof (io.github.csacanam/hashproof@0.1.2) Issue verifiable credentials from AI agents for $0.10 via x402. On-chain on Celo, IPFS-pinned. installs: npm:hashproof-mcp detail: https://mcpindex.ai/server/io-github-csacanam-hashproof - io.github.csacanam/lotero (io.github.csacanam/lotero@0.1.0) Provably fair on-chain slot machine for AI agents: x402 spins on Base, Chainlink VRF results. installs: npm:lotero-mcp detail: https://mcpindex.ai/server/io-github-csacanam-lotero - verify-proof (io.github.csolomon0704-prog/verify-proof@0.2.2) Verify blockchain-anchored timestamp proofs offline. No network calls, account, or API key. installs: pypi:verify-proof detail: https://mcpindex.ai/server/io-github-csolomon0704-prog-verify-proof - io.github.cuthongthai-vn/vimo-stock-intelligence (io.github.cuthongthai-vn/vimo-stock-intelligence@1.2.0) Vietnam stock MCP: TA signals, Z/F/M scores, foreign flow, whale detection. 2000+ VN stocks. installs: npm:@vimo.cuthongthai.vn/mcp-server detail: https://mcpindex.ai/server/io-github-cuthongthai-vn-vimo-stock-intelligence - io.github.cvrt-jh/wordpress-mcp (io.github.cvrt-jh/wordpress-mcp@1.0.0) Lightweight WordPress MCP server - 42 tools, token-optimized (95% smaller responses) installs: npm:@cavort-it-systems/wordpress-mcp detail: https://mcpindex.ai/server/io-github-cvrt-jh-wordpress-mcp - io.github.cwhited26/pocket-agent-mcp (io.github.cwhited26/pocket-agent-mcp@0.1.1) Pocket Agent (aipocketagent.com) MCP server — read tools for personas, apps, and product info. installs: npm:@pocket-agent/mcp-server | remote:https://aipocketagent.com/api/mcp detail: https://mcpindex.ai/server/io-github-cwhited26-pocket-agent-mcp - io.github.cwooddgr/bezelbub-mcp (io.github.cwooddgr/bezelbub-mcp@0.1.0) Frame screenshots and screen recordings in Apple device bezels (device mockups). macOS only. installs: npm:@dgr_labs/bezelbub-mcp detail: https://mcpindex.ai/server/io-github-cwooddgr-bezelbub-mcp - io.github.cyanheads/astronomy-mcp-server (io.github.cyanheads/astronomy-mcp-server@0.2.3) Offline observational astronomy: positions, rise/set, moon phases, eclipses, and seasons. installs: npm:@cyanheads/astronomy-mcp-server detail: https://mcpindex.ai/server/io-github-cyanheads-astronomy-mcp-server - io.github.cyanheads/bls-labor-mcp-server (io.github.cyanheads/bls-labor-mcp-server@0.4.11) Fetch US Bureau of Labor Statistics data — CPI, unemployment, wages, JOLTS, and more via MCP. installs: npm:@cyanheads/bls-labor-mcp-server | remote:https://bls-labor.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-bls-labor-mcp-server - io.github.cyanheads/bls-mcp-server (io.github.cyanheads/bls-mcp-server@0.1.9) Fetch US Bureau of Labor Statistics data — CPI, unemployment, wages, JOLTS, and more via MCP. installs: npm:@cyanheads/bls-mcp-server detail: https://mcpindex.ai/server/io-github-cyanheads-bls-mcp-server - io.github.cyanheads/brapi-mcp-server (io.github.cyanheads/brapi-mcp-server@0.7.10) Collaborative BrAPI v2.1 MCP workspace — studies, germplasm, genotypes across Breedbase, T3, more. installs: npm:@cyanheads/brapi-mcp-server detail: https://mcpindex.ai/server/io-github-cyanheads-brapi-mcp-server - io.github.cyanheads/calculator-mcp-server (io.github.cyanheads/calculator-mcp-server@0.4.0) Evaluate, simplify, and differentiate mathematical expressions. installs: npm:@cyanheads/calculator-mcp-server | remote:https://calculator.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-calculator-mcp-server - io.github.cyanheads/chembl-mcp-server (io.github.cyanheads/chembl-mcp-server@0.2.0) Link compounds to protein targets, rank bioactivity, and look up drug mechanisms and indications. installs: npm:@cyanheads/chembl-mcp-server detail: https://mcpindex.ai/server/io-github-cyanheads-chembl-mcp-server - io.github.cyanheads/clipboard-mcp-server (io.github.cyanheads/clipboard-mcp-server@0.1.6) Read, write, and inspect the system clipboard on macOS, Linux (X11/Wayland), and Windows via MCP. installs: npm:@cyanheads/clipboard-mcp-server detail: https://mcpindex.ai/server/io-github-cyanheads-clipboard-mcp-server - io.github.cyanheads/coingecko-mcp-server (io.github.cyanheads/coingecko-mcp-server@0.1.1) Crypto market data via CoinGecko — prices, markets, history, trending, and deep coin metadata. installs: npm:@cyanheads/coingecko-mcp-server detail: https://mcpindex.ai/server/io-github-cyanheads-coingecko-mcp-server - io.github.cyanheads/congressgov-mcp-server (io.github.cyanheads/congressgov-mcp-server@0.4.1) Access U.S. congressional data - bills, votes, members, committees - via MCP. installs: npm:@cyanheads/congressgov-mcp-server | remote:https://congressgov.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-congressgov-mcp-server - io.github.cyanheads/cpsc-recalls-mcp-server (io.github.cyanheads/cpsc-recalls-mcp-server@0.1.6) US consumer product recalls from the CPSC — hazards, remedies, and affected products. installs: npm:@cyanheads/cpsc-recalls-mcp-server | remote:https://cpsc-recalls.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-cpsc-recalls-mcp-server - io.github.cyanheads/devops-status-mcp-server (io.github.cyanheads/devops-status-mcp-server@0.8.0) Vendor status pages, TLS cert inspection, DNS propagation checks, and incident-response playbooks. installs: npm:@cyanheads/devops-status-mcp-server | remote:https://devops-status.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-devops-status-mcp-server - io.github.cyanheads/eia-energy-mcp-server (io.github.cyanheads/eia-energy-mcp-server@0.4.0) Browse and query the EIA API v2 — electricity, petroleum, natural gas, coal, forecasts via MCP. installs: npm:@cyanheads/eia-energy-mcp-server | remote:https://eia-energy.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-eia-energy-mcp-server - io.github.cyanheads/eia-mcp-server (io.github.cyanheads/eia-mcp-server@0.1.7) Browse and query the EIA API v2 — electricity, petroleum, natural gas, coal, forecasts via MCP. installs: npm:@cyanheads/eia-mcp-server detail: https://mcpindex.ai/server/io-github-cyanheads-eia-mcp-server - io.github.cyanheads/ensembl-mcp-server (io.github.cyanheads/ensembl-mcp-server@0.4.2) Look up genes, fetch sequences, predict variant consequences, find orthologs and xrefs via Ensembl. installs: npm:@cyanheads/ensembl-mcp-server | remote:https://ensembl.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-ensembl-mcp-server - io.github.cyanheads/epa-mcp-server (io.github.cyanheads/epa-mcp-server@0.3.0) EPA data: ECHO facility compliance, TRI releases, Superfund, drinking water, and AirNow air quality. installs: npm:@cyanheads/epa-mcp-server detail: https://mcpindex.ai/server/io-github-cyanheads-epa-mcp-server - io.github.cyanheads/evals-mcp-server (io.github.cyanheads/evals-mcp-server@0.1.2) Author verifiable eval records through a draft→review→revise→submit loop with enforced graders. installs: npm:@cyanheads/evals-mcp-server detail: https://mcpindex.ai/server/io-github-cyanheads-evals-mcp-server - io.github.cyanheads/exchange-rates-mcp-server (io.github.cyanheads/exchange-rates-mcp-server@0.2.1) Convert currencies, get FX rates, and query historical ECB exchange rate data. installs: npm:@cyanheads/exchange-rates-mcp-server | remote:https://exchange-rates.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-exchange-rates-mcp-server - io.github.cyanheads/fbi-crime-mcp-server (io.github.cyanheads/fbi-crime-mcp-server@0.1.6) FBI Crime Data Explorer — UCR estimates, NIBRS breakdowns, hate crimes, arrests, and agency data. installs: npm:@cyanheads/fbi-crime-mcp-server detail: https://mcpindex.ai/server/io-github-cyanheads-fbi-crime-mcp-server - io.github.cyanheads/fema-mcp-server (io.github.cyanheads/fema-mcp-server@0.1.13) Query FEMA disaster declarations, public assistance grants, housing aid, and NFIP claims. installs: npm:@cyanheads/fema-mcp-server | remote:https://fema.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-fema-mcp-server - io.github.cyanheads/gnomad-genetics-mcp-server (io.github.cyanheads/gnomad-genetics-mcp-server@0.1.5) Look up allele frequencies by ancestry, gene constraint, variants, and coverage over gnomAD. installs: npm:@cyanheads/gnomad-genetics-mcp-server detail: https://mcpindex.ai/server/io-github-cyanheads-gnomad-genetics-mcp-server - io.github.cyanheads/gutenberg-mcp-server (io.github.cyanheads/gutenberg-mcp-server@0.1.6) MCP server for Project Gutenberg — 75,000+ public-domain ebooks with full plain-text retrieval. installs: npm:@cyanheads/gutenberg-mcp-server | remote:https://gutenberg.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-gutenberg-mcp-server - io.github.cyanheads/imf-mcp-server (io.github.cyanheads/imf-mcp-server@0.2.11) Query IMF SDMX 3.0 macroeconomic dataflows — WEO, BOP, CPI, exchange rates, 190 countries. installs: npm:@cyanheads/imf-mcp-server | remote:https://imf.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-imf-mcp-server - io.github.cyanheads/mailchimp-mcp-server (io.github.cyanheads/mailchimp-mcp-server@0.3.7) Mailchimp via MCP: draft, test, and send campaigns; manage audiences and subscribers; pull reports. installs: npm:@cyanheads/mailchimp-mcp-server detail: https://mcpindex.ai/server/io-github-cyanheads-mailchimp-mcp-server - io.github.cyanheads/mcp-ts-core (io.github.cyanheads/mcp-ts-core@0.11.4) Agent-native TypeScript framework for building MCP servers with declarative definitions. installs: npm:@cyanheads/mcp-ts-core detail: https://mcpindex.ai/server/io-github-cyanheads-mcp-ts-core - io.github.cyanheads/mcp-ts-template (io.github.cyanheads/mcp-ts-template@3.0.9) TypeScript template for building MCP servers with declarative tooling, observability, and auth. installs: npm:mcp-ts-template detail: https://mcpindex.ai/server/io-github-cyanheads-mcp-ts-template - io.github.cyanheads/medical-codes-mcp-server (io.github.cyanheads/medical-codes-mcp-server@0.2.7) Offline US medical code lookup and crosswalk — ICD-10-CM/PCS, HCPCS Level II, RxNorm. Keyless. installs: npm:@cyanheads/medical-codes-mcp-server | remote:https://medical-codes.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-medical-codes-mcp-server - io.github.cyanheads/national-parks-mcp-server (io.github.cyanheads/national-parks-mcp-server@0.1.5) Plan US National Park Service trips — parks, alerts, campgrounds, things to do, events. installs: npm:@cyanheads/national-parks-mcp-server | remote:https://national-parks.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-national-parks-mcp-server - io.github.cyanheads/noaa-marine-mcp-server (io.github.cyanheads/noaa-marine-mcp-server@0.3.0) Find NOAA tide stations and NDBC buoys, fetch tide predictions, currents, and live conditions. installs: npm:@cyanheads/noaa-marine-mcp-server | remote:https://noaa-marine.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-noaa-marine-mcp-server - io.github.cyanheads/nonprofit-explorer-mcp-server (io.github.cyanheads/nonprofit-explorer-mcp-server@0.1.4) MCP server for nonprofit financials via ProPublica — IRS Form 990 data for 1.8M+ nonprofits. installs: npm:@cyanheads/nonprofit-explorer-mcp-server | remote:https://nonprofit-explorer.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-nonprofit-explorer-mcp-server - io.github.cyanheads/npi-providers-mcp-server (io.github.cyanheads/npi-providers-mcp-server@0.1.7) Look up US healthcare providers in the NPPES NPI registry and resolve NUCC specialty codes. installs: npm:@cyanheads/npi-providers-mcp-server | remote:https://npi-providers.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-npi-providers-mcp-server - io.github.cyanheads/ntfy-mcp-server (io.github.cyanheads/ntfy-mcp-server@2.3.0) Send, manage, and replay ntfy push notifications via MCP. installs: npm:ntfy-mcp-server detail: https://mcpindex.ai/server/io-github-cyanheads-ntfy-mcp-server - io.github.cyanheads/openalex-mcp-server (io.github.cyanheads/openalex-mcp-server@0.7.8) Access the OpenAlex academic research catalog — 270M+ publications. installs: npm:@cyanheads/openalex-mcp-server | remote:https://openalex.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-openalex-mcp-server - io.github.cyanheads/openaq-mcp-server (io.github.cyanheads/openaq-mcp-server@0.1.7) Find air-quality stations and read pollutant observations from government monitors via OpenAQ v3. installs: npm:@cyanheads/openaq-mcp-server | remote:https://openaq.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-openaq-mcp-server - io.github.cyanheads/openfda-mcp-server (io.github.cyanheads/openfda-mcp-server@0.7.3) Query FDA data on drugs, food, devices, and recalls via openFDA. STDIO or Streamable HTTP. installs: npm:@cyanheads/openfda-mcp-server | remote:https://openfda.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-openfda-mcp-server - io.github.cyanheads/orcid-mcp-server (io.github.cyanheads/orcid-mcp-server@0.2.13) Researcher profiles, works, affiliations, funding, and peer reviews from the ORCID registry. installs: npm:@cyanheads/orcid-mcp-server | remote:https://orcid.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-orcid-mcp-server - io.github.cyanheads/ourairports-mcp-server (io.github.cyanheads/ourairports-mcp-server@0.2.1) Offline global aviation reference — airports, runways, navaids, frequencies from OurAirports. installs: npm:@cyanheads/ourairports-mcp-server | remote:https://ourairports.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-ourairports-mcp-server - io.github.cyanheads/pixoo-mcp-server (io.github.cyanheads/pixoo-mcp-server@1.0.0) Render and push styled pixel art, text, dashboards, and animations to Divoom Pixoo LED displays. installs: npm:@cyanheads/pixoo-mcp-server detail: https://mcpindex.ai/server/io-github-cyanheads-pixoo-mcp-server - io.github.cyanheads/pokeapi-mcp-server (io.github.cyanheads/pokeapi-mcp-server@0.1.7) Look up Pokémon, moves, abilities, items, natures, and type matchups from PokéAPI v2. installs: npm:@cyanheads/pokeapi-mcp-server | remote:https://pokeapi.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-pokeapi-mcp-server - io.github.cyanheads/sanctions-screening-mcp-server (io.github.cyanheads/sanctions-screening-mcp-server@0.1.7) Screen names against OFAC, EU, UK, UN sanctions lists; resolve entities via GLEIF. Screening aid. installs: npm:@cyanheads/sanctions-screening-mcp-server | remote:https://sanctions-screening.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-sanctions-screening-mcp-server - io.github.cyanheads/secedgar-mcp-server (io.github.cyanheads/secedgar-mcp-server@0.15.0) Query SEC EDGAR filings, XBRL financials, and company data through MCP. STDIO & Streamable HTTP. installs: npm:@cyanheads/secedgar-mcp-server | remote:https://secedgar.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-secedgar-mcp-server - io.github.cyanheads/shift-mcp-server (io.github.cyanheads/shift-mcp-server@0.1.5) Lightweight coordination layer for multiple AI agents working on the same codebase simultaneously. installs: npm:@cyanheads/shift-mcp-server detail: https://mcpindex.ai/server/io-github-cyanheads-shift-mcp-server - io.github.cyanheads/survey-mcp-server (io.github.cyanheads/survey-mcp-server@1.0.6) MCP server for conducting dynamic, conversational surveys with structured data collection. installs: npm:@cyanheads/survey-mcp-server detail: https://mcpindex.ai/server/io-github-cyanheads-survey-mcp-server - io.github.cyanheads/transitland-mcp-server (io.github.cyanheads/transitland-mcp-server@0.1.0) Global transit via Transitland v2 — operators, GTFS/GTFS-RT/GBFS feeds, routes, stops, departures. installs: npm:@cyanheads/transitland-mcp-server detail: https://mcpindex.ai/server/io-github-cyanheads-transitland-mcp-server - io.github.cyanheads/treasury-fiscaldata-mcp-server (io.github.cyanheads/treasury-fiscaldata-mcp-server@0.1.5) MCP server for US Treasury Fiscal Data — debt, interest rates, exchange rates, and spending. installs: npm:@cyanheads/treasury-fiscaldata-mcp-server | remote:https://treasury-fiscaldata.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-treasury-fiscaldata-mcp-server - io.github.cyanheads/un-comtrade-mcp-server (io.github.cyanheads/un-comtrade-mcp-server@0.1.5) UN Comtrade international trade statistics via MCP. Country/HS lookups, flows, balances, rankings. installs: npm:@cyanheads/un-comtrade-mcp-server detail: https://mcpindex.ai/server/io-github-cyanheads-un-comtrade-mcp-server - io.github.cyanheads/who-gho-mcp-server (io.github.cyanheads/who-gho-mcp-server@0.1.14) WHO Global Health Observatory — 3,059 indicators across 194 member states. installs: npm:@cyanheads/who-gho-mcp-server | remote:https://who-gho.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-who-gho-mcp-server - io.github.cyanheads/whois-mcp-server (io.github.cyanheads/whois-mcp-server@0.1.3) Domain registration, availability, DNS records, and IP/ASN resolution via RDAP and DNS-over-HTTPS. installs: npm:@cyanheads/whois-mcp-server detail: https://mcpindex.ai/server/io-github-cyanheads-whois-mcp-server - io.github.cyanheads/worldbank-mcp-server (io.github.cyanheads/worldbank-mcp-server@0.3.0) Query 29,500+ World Bank development indicators for 200+ countries across 60+ years. installs: npm:@cyanheads/worldbank-mcp-server | remote:https://worldbank.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-worldbank-mcp-server - Bostrom MCP (io.github.cyberia-to/bostrom-mcp@0.5.0) 86-tool MCP server for Bostrom blockchain: read chain state and sign transactions installs: npm:bostrom-mcp detail: https://mcpindex.ai/server/io-github-cyberia-to-bostrom-mcp - MCP Scaleway Functions (io.github.cyclimse/mcp-scaleway-functions@0.3.4) Unofficial MCP Server for Scaleway Serverless Functions installs: docker:docker.io/cyclimse/mcp-scaleway-functions:0.3.4 detail: https://mcpindex.ai/server/io-github-cyclimse-mcp-scaleway-functions - io.github.cygnussystems/cygnus-ssh-mcp (io.github.cygnussystems/cygnus-ssh-mcp@1.5.1) SSH-based MCP control of remote Linux, macOS, and Windows servers -- 46 purpose-built tools. installs: pypi:cygnus-ssh-mcp detail: https://mcpindex.ai/server/io-github-cygnussystems-cygnus-ssh-mcp - Codex ServerOps MCP (io.github.cyyprezz/codex-serverops-mcp@0.1.0) Stateful Windows OpenSSH server operations for Codex with local credential handling. installs: pypi:codex-serverops-mcp detail: https://mcpindex.ai/server/io-github-cyyprezz-codex-serverops-mcp - Krita Codex MCP (io.github.cyyprezz/krita-codex-mcp@0.2.0) Control Krita through a secure local MCP server and authenticated Windows bridge. installs: pypi:krita-codex-mcp detail: https://mcpindex.ai/server/io-github-cyyprezz-krita-codex-mcp - Clipboard History MCP (io.github.d-khomenko/clipboard-history-mcp@0.5.0-alpha.0) Your clipboard, but Claude can read it. Type-classified, secret-encrypted. macOS + Linux. installs: manual detail: https://mcpindex.ai/server/io-github-d-khomenko-clipboard-history-mcp - AlbumentationsX MCP (io.github.dKosarevsky/albu-mcp@1.21.0) AlbumentationsX MCP for batch previews, compare preview runs, segmentation masks, and exports. installs: pypi:albumentationsx-mcp detail: https://mcpindex.ai/server/io-github-dkosarevsky-albu-mcp - io.github.dacode-dev/agent-context-api (io.github.dacode-dev/agent-context-api@0.4.0) Free MCP context preflight with local redaction and a paid HTTP upgrade. installs: remote:https://agent-context-api-proxy.agent-context-proxy.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-dacode-dev-agent-context-api - io.github.daedalus/mcp-capstone (io.github.daedalus/mcp-capstone@0.1.0) MCP server exposing Capstone 5.0.7 disassembly framework installs: pypi:mcp-capstone detail: https://mcpindex.ai/server/io-github-daedalus-mcp-capstone - io.github.daedalus/mcp-cryptography (io.github.daedalus/mcp-cryptography@0.1.1) MCP server exposing cryptography library functionality installs: pypi:mcp-cryptography detail: https://mcpindex.ai/server/io-github-daedalus-mcp-cryptography - io.github.daedalus/mcp-delonghi-ecam (io.github.daedalus/mcp-delonghi-ecam@0.1.1) MCP server for DeLonghi ECAM espresso coffee machines via local network installs: pypi:mcp-delonghi-ecam detail: https://mcpindex.ai/server/io-github-daedalus-mcp-delonghi-ecam - io.github.daedalus/mcp-ecdsa (io.github.daedalus/mcp-ecdsa@0.1.1) MCP server for ECDSA cryptography installs: pypi:mcp-ecdsa detail: https://mcpindex.ai/server/io-github-daedalus-mcp-ecdsa - io.github.daedalus/mcp-epochs (io.github.daedalus/mcp-epochs@0.1.0) MCP tool that provides current Unix timestamp installs: pypi:mcp-epochs detail: https://mcpindex.ai/server/io-github-daedalus-mcp-epochs - io.github.daedalus/mcp-exa (io.github.daedalus/mcp-exa@0.1.1) MCP server exposing Exa websearch API installs: pypi:mcp-exa detail: https://mcpindex.ai/server/io-github-daedalus-mcp-exa - io.github.daedalus/mcp-gdbserver (io.github.daedalus/mcp-gdbserver@0.1.1) MCP server for remote debugging with gdbserver installs: pypi:mcp-gdbserver detail: https://mcpindex.ai/server/io-github-daedalus-mcp-gdbserver - io.github.daedalus/mcp-hashlib (io.github.daedalus/mcp-hashlib@0.1.2) An MCP server that exposes hashlib functionality installs: pypi:mcp-hashlib detail: https://mcpindex.ai/server/io-github-daedalus-mcp-hashlib - io.github.daedalus/mcp-homeassistant (io.github.daedalus/mcp-homeassistant@0.1.0) MCP server exposing Home Assistant REST API functionality installs: pypi:mcp-homeassistant detail: https://mcpindex.ai/server/io-github-daedalus-mcp-homeassistant - io.github.daedalus/mcp-kicad (io.github.daedalus/mcp-kicad@0.1.1) MCP server exposing KiCad PCB Editor functionality via IPC API installs: pypi:mcp-kicad detail: https://mcpindex.ai/server/io-github-daedalus-mcp-kicad - io.github.daedalus/mcp-manimgl (io.github.daedalus/mcp-manimgl@0.1.2) MCP server exposing manimgl mathematical animation functionality as tools for LLMs installs: pypi:mcp-manimgl detail: https://mcpindex.ai/server/io-github-daedalus-mcp-manimgl - io.github.daedalus/mcp-mdns (io.github.daedalus/mcp-mdns@0.1.2) MCP server for mDNS (Multicast DNS) service discovery installs: pypi:mcp-mdns detail: https://mcpindex.ai/server/io-github-daedalus-mcp-mdns - io.github.daedalus/mcp-number-theory (io.github.daedalus/mcp-number-theory@0.1.0) MCP server exposing number theory functions and factorization algorithms installs: pypi:mcp-number-theory detail: https://mcpindex.ai/server/io-github-daedalus-mcp-number-theory - io.github.daedalus/mcp-numpy (io.github.daedalus/mcp-numpy@0.1.0) An MCP server that exposes NumPy functionality installs: pypi:mcp-numpy detail: https://mcpindex.ai/server/io-github-daedalus-mcp-numpy - io.github.daedalus/mcp-oeis (io.github.daedalus/mcp-oeis@0.1.0) MCP server for the OEIS (Online Encyclopedia of Integer Sequences) API installs: pypi:mcp-oeis detail: https://mcpindex.ai/server/io-github-daedalus-mcp-oeis - io.github.daedalus/mcp-parigp (io.github.daedalus/mcp-parigp@0.1.0) MCP server exposing cypari2 (PARI/GP) number theory library installs: pypi:mcp-parigp detail: https://mcpindex.ai/server/io-github-daedalus-mcp-parigp - io.github.daedalus/mcp-pcapy-ng (io.github.daedalus/mcp-pcapy-ng@0.1.0) MCP server exposing pcapy-ng packet capture functionality installs: pypi:mcp-pcapy-ng detail: https://mcpindex.ai/server/io-github-daedalus-mcp-pcapy-ng - io.github.daedalus/mcp-pwntools (io.github.daedalus/mcp-pwntools@0.1.0) MCP server exposing pwntools 4.15.0 functionality for binary exploitation installs: pypi:mcp-pwntools detail: https://mcpindex.ai/server/io-github-daedalus-mcp-pwntools - io.github.daedalus/mcp-pymetasploit3 (io.github.daedalus/mcp-pymetasploit3@0.1.1) MCP server for Metasploit Framework via pymetasploit3 installs: pypi:mcp-pymetasploit3 detail: https://mcpindex.ai/server/io-github-daedalus-mcp-pymetasploit3 - io.github.daedalus/mcp-pyright (io.github.daedalus/mcp-pyright@0.1.0) MCP server that exposes Pyright language server functionality installs: pypi:mcp-pyright detail: https://mcpindex.ai/server/io-github-daedalus-mcp-pyright - io.github.daedalus/mcp-python-bitcoinlib (io.github.daedalus/mcp-python-bitcoinlib@0.1.0) An MCP server that exposes the python-bitcoinlib API installs: pypi:mcp-python-bitcoinlib detail: https://mcpindex.ai/server/io-github-daedalus-mcp-python-bitcoinlib - io.github.daedalus/mcp-qiskit (io.github.daedalus/mcp-qiskit@0.1.1) MCP server exposing Qiskit 2.3.1 quantum computing functionality installs: pypi:mcp-qiskit detail: https://mcpindex.ai/server/io-github-daedalus-mcp-qiskit - io.github.daedalus/mcp-recon-ng (io.github.daedalus/mcp-recon-ng@0.1.0) MCP server exposing full recon-ng OSINT framework functionality installs: pypi:mcp-recon-ng detail: https://mcpindex.ai/server/io-github-daedalus-mcp-recon-ng - io.github.daedalus/mcp-reverse-engineering (io.github.daedalus/mcp-reverse-engineering@0.1.4) A sandboxed MCP tool for reverse engineering with multiple tool integrations installs: pypi:mcp-reverse-engineering detail: https://mcpindex.ai/server/io-github-daedalus-mcp-reverse-engineering--b2fb43feeafa1d55 - io.github.daedalus/mcp_reverse_engineering (io.github.daedalus/mcp_reverse_engineering@0.1.0.1) A sandboxed MCP tool for reverse engineering with multiple tool integrations installs: pypi:mcp_reverse_engineering detail: https://mcpindex.ai/server/io-github-daedalus-mcp-reverse-engineering--a8f8de5c750ab057 - io.github.daedalus/mcp-rfc-editor (io.github.daedalus/mcp-rfc-editor@0.1.2) An MCP server that provides rfc editing capabilities installs: pypi:mcp-rfc-editor detail: https://mcpindex.ai/server/io-github-daedalus-mcp-rfc-editor - io.github.daedalus/mcp-rpcbind (io.github.daedalus/mcp-rpcbind@0.1.0) MCP server exposing rpcbind/RPC portmapper functionality installs: pypi:mcp-rpcbind detail: https://mcpindex.ai/server/io-github-daedalus-mcp-rpcbind - io.github.daedalus/mcp-rpn (io.github.daedalus/mcp-rpn@0.1.1) MCP server that exposes an RPN calculator installs: pypi:mcp-rpn detail: https://mcpindex.ai/server/io-github-daedalus-mcp-rpn - io.github.daedalus/mcp-rs232 (io.github.daedalus/mcp-rs232@0.1.0) An MCP server that exposes RS232 serial port connectivity installs: pypi:mcp-rs232 detail: https://mcpindex.ai/server/io-github-daedalus-mcp-rs232 - io.github.daedalus/mcp-rs485 (io.github.daedalus/mcp-rs485@0.1.0) MCP server that exposes RS485 bus connectivity for reading and writing serial data installs: pypi:mcp-rs485 detail: https://mcpindex.ai/server/io-github-daedalus-mcp-rs485 - io.github.daedalus/mcp-server-find (io.github.daedalus/mcp-server-find@0.1.1) MCP server discovery - find and install MCP servers from Official Registry, Glama, and Smithery installs: pypi:mcp-server-find detail: https://mcpindex.ai/server/io-github-daedalus-mcp-server-find - io.github.daedalus/mcp-server-mssql (io.github.daedalus/mcp-server-mssql@0.1.0) MCP server for Microsoft SQL Server using mssql-python installs: pypi:mcp-server-mssql detail: https://mcpindex.ai/server/io-github-daedalus-mcp-server-mssql - io.github.daedalus/mcp-shodan (io.github.daedalus/mcp-shodan@0.1.0) MCP server exposing all Shodan API functionality installs: pypi:mcp-shodan detail: https://mcpindex.ai/server/io-github-daedalus-mcp-shodan - io.github.daedalus/mcp-sigrok (io.github.daedalus/mcp-sigrok@0.1.0) MCP server exposing sigrok-cli functionality for logic analyzer hardware and protocol decoding installs: pypi:mcp-sigrok detail: https://mcpindex.ai/server/io-github-daedalus-mcp-sigrok - io.github.daedalus/mcp-smart-proxy (io.github.daedalus/mcp-smart-proxy@0.1.1) An MCP server that provides a smart proxy to other mcp servers installs: pypi:mcp-smart-proxy detail: https://mcpindex.ai/server/io-github-daedalus-mcp-smart-proxy - io.github.daedalus/mcp-smbmap (io.github.daedalus/mcp-smbmap@0.1.2) MCP server exposing smbmap SMB enumeration functionality installs: pypi:mcp-smbmap detail: https://mcpindex.ai/server/io-github-daedalus-mcp-smbmap - io.github.daedalus/mcp-sparql (io.github.daedalus/mcp-sparql@0.1.0) MCP server exposing SPARQL query functionalities for LLMs installs: pypi:mcp-sparql detail: https://mcpindex.ai/server/io-github-daedalus-mcp-sparql - io.github.daedalus/mcp-sympy (io.github.daedalus/mcp-sympy@0.1.0) MCP server that exposes SymPy's symbolic mathematics functionality installs: pypi:mcp-sympy detail: https://mcpindex.ai/server/io-github-daedalus-mcp-sympy - io.github.daedalus/mcp-z3-prover (io.github.daedalus/mcp-z3-prover@0.1.0) MCP server exposing Z3 solver API installs: pypi:mcp-z3-prover detail: https://mcpindex.ai/server/io-github-daedalus-mcp-z3-prover - io.github.daedalus/mcp-zabbix (io.github.daedalus/mcp-zabbix@0.1.0) MCP server for Zabbix API - exposes all Zabbix API functionality via MCP installs: pypi:mcp-zabbix detail: https://mcpindex.ai/server/io-github-daedalus-mcp-zabbix - io.github.daedalus/mcp-zmq (io.github.daedalus/mcp-zmq@0.1.0) MCP server for ZMQ messaging installs: pypi:mcp-zmq detail: https://mcpindex.ai/server/io-github-daedalus-mcp-zmq - io.github.dailyaiagents-cpu/cron-self-heal (io.github.dailyaiagents-cpu/cron-self-heal@0.1.0) Watcher — surfaces crons in error state installs: manual detail: https://mcpindex.ai/server/io-github-dailyaiagents-cpu-cron-self-heal - io.github.dailyaiagents-cpu/gateway-pulse (io.github.dailyaiagents-cpu/gateway-pulse@0.1.0) Probe Hermes/OpenClaw/Paperclip/Obsidian installs: manual detail: https://mcpindex.ai/server/io-github-dailyaiagents-cpu-gateway-pulse - io.github.dailyaiagents-cpu/gitignore-drift-monitor (io.github.dailyaiagents-cpu/gitignore-drift-monitor@0.1.0) Watcher — count uncommitted files in repo, surface dominant drift class. YELLOW >100, RED >250. installs: manual detail: https://mcpindex.ai/server/io-github-dailyaiagents-cpu-gitignore-drift-monitor - io.github.dailyaiagents-cpu/launchd-drift-recovery (io.github.dailyaiagents-cpu/launchd-drift-recovery@0.1.0) Watcher — kickstart -k drifted critical plists installs: manual detail: https://mcpindex.ai/server/io-github-dailyaiagents-cpu-launchd-drift-recovery - io.github.dailyaiagents-cpu/meta-skill (io.github.dailyaiagents-cpu/meta-skill@0.1.0) The skill that creates skills installs: manual detail: https://mcpindex.ai/server/io-github-dailyaiagents-cpu-meta-skill - io.github.dailyaiagents-cpu/plist-drift-detector (io.github.dailyaiagents-cpu/plist-drift-detector@0.1.0) Every 6h, compare loaded launchd labels (launchctl list) against source-of-truth plists in config... installs: manual detail: https://mcpindex.ai/server/io-github-dailyaiagents-cpu-plist-drift-detector - io.github.dailyaiagents-cpu/receipt-stream-publisher (io.github.dailyaiagents-cpu/receipt-stream-publisher@0.1.0) Hourly publish of an operational ticker — last 24h commits, voice-gate pass/fail counts, P-gate c... installs: manual detail: https://mcpindex.ai/server/io-github-dailyaiagents-cpu-receipt-stream-publisher - io.github.dailyaiagents-cpu/skill-invocation-tracker (io.github.dailyaiagents-cpu/skill-invocation-tracker@0.1.0) Append-only telemetry helpers — track_start and track_end installs: manual detail: https://mcpindex.ai/server/io-github-dailyaiagents-cpu-skill-invocation-tracker - io.github.dailyaiagents-cpu/skill-registry-sync (io.github.dailyaiagents-cpu/skill-registry-sync@0.1.0) Auto-wire newly-shipped skills into owner-agent SOUL.md by reading `owner_agent:` frontmatter and... installs: manual detail: https://mcpindex.ai/server/io-github-dailyaiagents-cpu-skill-registry-sync - io.github.dailyaiagents-cpu/skill-spotlight-publisher (io.github.dailyaiagents-cpu/skill-spotlight-publisher@0.1.0) Daily 09:00 CDT. Picks a skill from the catalog (weighted random; prefers skills not spotlit in l... installs: manual detail: https://mcpindex.ai/server/io-github-dailyaiagents-cpu-skill-spotlight-publisher - io.github.dailyaiagents-cpu/skill-stats-reporter (io.github.dailyaiagents-cpu/skill-stats-reporter@0.1.0) Reads data/skill-telemetry/invocations.jsonl and produces daily stats — dead skills (zero invocat... installs: manual detail: https://mcpindex.ai/server/io-github-dailyaiagents-cpu-skill-stats-reporter - io.github.dailyaiagents-cpu/stale-gate-janitor (io.github.dailyaiagents-cpu/stale-gate-janitor@0.1.0) Daily 04:00 CT housekeeping over data/approval-gates/ installs: manual detail: https://mcpindex.ai/server/io-github-dailyaiagents-cpu-stale-gate-janitor - io.github.dailyaiagents-cpu/state-of-company-publisher (io.github.dailyaiagents-cpu/state-of-company-publisher@0.1.0) Sundays 18:00 CDT. Composes a public state-of-the-company narrative covering the past 7 days — wh... installs: manual detail: https://mcpindex.ai/server/io-github-dailyaiagents-cpu-state-of-company-publisher - io.github.daleweaver1981/cockpit-mcp (io.github.daleweaver1981/cockpit-mcp@0.3.0) 40 AI prompts + self-hosted ops dashboard for homelab and small-team sysadmins installs: npm:cockpit-mcp detail: https://mcpindex.ai/server/io-github-daleweaver1981-cockpit-mcp - io.github.daleweaver1981/dealflow-mcp (io.github.daleweaver1981/dealflow-mcp@0.3.0) 50 AI prompts for real estate investors — BRRRR, flips, multifamily installs: npm:dealflow-mcp detail: https://mcpindex.ai/server/io-github-daleweaver1981-dealflow-mcp - io.github.daleweaver1981/listingflow-mcp (io.github.daleweaver1981/listingflow-mcp@0.3.0) 50 AI prompts for real estate listing agents — CMA, MLS, buyer presentations installs: npm:listingflow-mcp detail: https://mcpindex.ai/server/io-github-daleweaver1981-listingflow-mcp - io.github.daleweaver1981/tariffmonitor-mcp (io.github.daleweaver1981/tariffmonitor-mcp@1.0.0) Live US tariff calculator: HTS lookup, full stacked rate (MFN+301+IEEPA+reciprocal). No API key. installs: npm:tariffmonitor-mcp detail: https://mcpindex.ai/server/io-github-daleweaver1981-tariffmonitor-mcp - CalmBoard MCP (io.github.dalvaren/calmboard@0.1.0) AI agents use CalmBoard MCP to access board data, tasks, insights, and project workflows. installs: remote:https://calmboard.ai/mcp detail: https://mcpindex.ai/server/io-github-dalvaren-calmboard - Dream Home Design (io.github.damdafayton/dreamhome@1.0.0) Redesign interiors and exteriors instantly using AI. Turn sketches into realistic home designs. installs: remote:https://foto.damdafa.com/mcp/server/sse detail: https://mcpindex.ai/server/io-github-damdafayton-dreamhome - Mockupper (io.github.damdafayton/mockupper@1.0.0) Turn raw screenshots into professional device mockups & app store visuals in seconds with AI. installs: remote:https://mockupper.damdafa.com/mcp/server/sse detail: https://mcpindex.ai/server/io-github-damdafayton-mockupper - io.github.damiancolo/banco-de-ideas-mcp (io.github.damiancolo/banco-de-ideas-mcp@1.0.2) Read, publish and explore creative bisociations between concepts on unbancodeideas.com. installs: npm:banco-de-ideas-mcp detail: https://mcpindex.ai/server/io-github-damiancolo-banco-de-ideas-mcp - io.github.damoqiongqiu/mcp-local-translate (io.github.damoqiongqiu/mcp-local-translate@0.1.11) Local NLLB translation for 200+ languages. Zero cloud, zero cost, runs entirely on your machine. installs: npm:@damoqiongqiu/mcp-local-translate detail: https://mcpindex.ai/server/io-github-damoqiongqiu-mcp-local-translate - io.github.dan-fetch-studio/tidyports (io.github.dan-fetch-studio/tidyports@0.1.2) See and kill the dev servers your coding agents leave running, and get collision-free ports. installs: npm:@tidyports/mcp detail: https://mcpindex.ai/server/io-github-dan-fetch-studio-tidyports - io.github.dan24ou-cpu/agent-signal (io.github.dan24ou-cpu/agent-signal@1.0.0) Collective intelligence for AI shopping agents — product intel, deals, and more installs: npm:agent-signal | remote:https://agent-signal-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-dan24ou-cpu-agent-signal - io.github.dan94k/brazilian-dev-mcp (io.github.dan94k/brazilian-dev-mcp@1.1.0) Utilitários para desenvolvedores brasileiros — CPF, CNPJ, CEP, telefone, moeda, dados fake e mais installs: npm:brazilian-dev-mcp detail: https://mcpindex.ai/server/io-github-dan94k-brazilian-dev-mcp - SpherePay (io.github.danchev/spherepay@0.0.1) Manage SpherePay customers, bank accounts, wallets, and transfers from Claude. installs: pypi:spherepay-mcp detail: https://mcpindex.ai/server/io-github-danchev-spherepay - io.github.dangamsoft/cafe-mcp (io.github.dangamsoft/cafe-mcp@0.6.4) Korean Saju (Four Pillars) MCP server with 5 free birth-chart analysis tools. installs: npm:@dangamsoft/cafe-mcp detail: https://mcpindex.ai/server/io-github-dangamsoft-cafe-mcp - io.github.daniel3303/equibles (io.github.daniel3303/equibles@1.0.2) 90+ free tools, Claude & ChatGPT: prices, options, SEC filings, 13F, insider, congress, transcripts. installs: remote:https://mcp.equibles.com/mcp detail: https://mcpindex.ai/server/io-github-daniel3303-equibles - io.github.danielctc/ctc-monitor-mcp (io.github.danielctc/ctc-monitor-mcp@1.0.4) Global tech news from 500+ sources — China, SEA, India, MENA, Africa, LatAm, Europe. installs: npm:ctc-monitor-mcp detail: https://mcpindex.ai/server/io-github-danielctc-ctc-monitor-mcp - io.github.danielecr/realssh-mcp (io.github.danielecr/realssh-mcp@1.0.6) MCP server for SSH remote command execution installs: npm:@danielecr/realssh-mcp detail: https://mcpindex.ai/server/io-github-danielecr-realssh-mcp - io.github.danielrz/investbuddy (io.github.danielrz/investbuddy@1.2.1) LSTM stock predictions with +15.92% alpha over S&P 500. 10-day forecasts & portfolio analysis. installs: npm:investbuddy-mcp-server detail: https://mcpindex.ai/server/io-github-danielrz-investbuddy - io.github.danielsalles/connector-platform (io.github.danielsalles/connector-platform@0.1.0) 100+ pre-built SaaS integrations for builder apps. Multi-tenant, scoped per end_user. installs: remote:https://connector-mcp.plataform-connect.workers.dev/mcp/{builder_id}/self detail: https://mcpindex.ai/server/io-github-danielsalles-connector-platform - Dee — Free Music for AI Agents (io.github.danielwuhk77/dee-mcp@1.0.2) Free AI music generation. Generate, share, and discover songs. First 10/month free. installs: pypi:dee-mcp detail: https://mcpindex.ai/server/io-github-danielwuhk77-dee-mcp - io.github.danielxri/clawmerchants-mcp-gateway (io.github.danielxri/clawmerchants-mcp-gateway@2.1.0) MCP Gateway: wrap any MCP server with cold-start retries, uptime SLA, and per-execution MPP billing. installs: remote:https://clawmerchants.com/mcp detail: https://mcpindex.ai/server/io-github-danielxri-clawmerchants-mcp-gateway - io.github.danishashko/make-mcp (io.github.danishashko/make-mcp@1.3.3) Unofficial MCP server for Make.com automation - build, validate & deploy scenarios via AI installs: npm:make-mcp-server detail: https://mcpindex.ai/server/io-github-danishashko-make-mcp - Meelion MCP (io.github.danmarkprintes/meelion-mcp@1.0.0) Brazilian fixed income & financial data for AI. Selic, CDI, IPCA, CDB/LCI/LCA rankings, FX rates. installs: remote:https://mcp.meelion.com/ detail: https://mcpindex.ai/server/io-github-danmarkprintes-meelion-mcp - io.github.danmartuszewski/hop (io.github.danmartuszewski/hop@1.1.0) SSH connection manager with MCP server for AI-assisted operations across servers. installs: manual detail: https://mcpindex.ai/server/io-github-danmartuszewski-hop - io.github.dann26parr69/aifordatabase-mcp (io.github.dann26parr69/aifordatabase-mcp@0.1.2) Query any database in plain English or SQL through a guardrailed, read-only data layer. installs: npm:aifordatabase-mcp detail: https://mcpindex.ai/server/io-github-dann26parr69-aifordatabase-mcp - io.github.dann26parr69/auravms-mcp (io.github.dann26parr69/auravms-mcp@0.1.2) Create RFQs, compare supplier quotes with L1/L2/L3 ranking, and place purchase orders. installs: npm:auravms-mcp detail: https://mcpindex.ai/server/io-github-dann26parr69-auravms-mcp - figmanage (io.github.dannykeane/figmanage@1.4.2) Let agents manage your Figma workspace. 102 tools for seats, teams, offboarding, and cleanup. installs: npm:figmanage detail: https://mcpindex.ai/server/io-github-dannykeane-figmanage - io.github.danpeig/plutocalcdesigner-mcp (io.github.danpeig/plutocalcdesigner-mcp@2.5.1) Plutocalc Designer is a software suite for water and wastewater treatment plants design installs: manual detail: https://mcpindex.ai/server/io-github-danpeig-plutocalcdesigner-mcp - Danube AI (io.github.danubeai/danube@1.0.1) Unified platform for AI tool discovery, execution, and integration across APIs and MCP servers. installs: remote:https://mcp.danubeai.com/mcp detail: https://mcpindex.ai/server/io-github-danubeai-danube - io.github.darrenjrobinson/entrapulse-polyarchy (io.github.darrenjrobinson/entrapulse-polyarchy@0.1.12) Interactive Entra ID identity relationship visualization — the 2003 polyarchy, live as an MCP App installs: npm:entrapulse-polyarchy detail: https://mcpindex.ai/server/io-github-darrenjrobinson-entrapulse-polyarchy - io.github.darrenjrobinson/graph-atlas-mcp (io.github.darrenjrobinson/graph-atlas-mcp@0.3.0) Tracks documented and undocumented Microsoft Graph API schema changes, with an MCP Apps visualiser installs: npm:graph-atlas-mcp detail: https://mcpindex.ai/server/io-github-darrenjrobinson-graph-atlas-mcp - io.github.darrenjrobinson/hibp (io.github.darrenjrobinson/hibp@1.0.3) A Model Context Protocol (MCP) server for the Have I Been Pwned (HIBP) API installs: npm:@darrenjrobinson/hibp-mcp detail: https://mcpindex.ai/server/io-github-darrenjrobinson-hibp - io.github.darrenjrobinson/untappd (io.github.darrenjrobinson/untappd@2.0.0) MCP server exposing Untappd API tools for AI agents — full v4 read API coverage installs: npm:untappd-mcp-server detail: https://mcpindex.ai/server/io-github-darrenjrobinson-untappd - Pitwall — F1 Data for Claude (io.github.darshjoshi/pitwall@1.1.1) F1 race engineer for Claude — 79 tools for live timing, telemetry, strategy, and 75 years of history installs: pypi:f1pitwall detail: https://mcpindex.ai/server/io-github-darshjoshi-pitwall - SkyGlance — What's Flying Above You (io.github.darshjoshi/skyglance@0.2.1) What's flying above you: live aircraft, identity, routes, and your own sighting history. installs: pypi:skyglance detail: https://mcpindex.ai/server/io-github-darshjoshi-skyglance - io.github.darylerivers/nicheiqs (io.github.darylerivers/nicheiqs@1.0.0) Score any market niche 0-100. Analyzes Reddit pain signals, Google Trends, and competition level. installs: npm:nicheiqs-mcp detail: https://mcpindex.ai/server/io-github-darylerivers-nicheiqs - io.github.darylmcd/roslyn-mcp (io.github.darylmcd/roslyn-mcp@2.3.8) Local-first MCP server for semantic C# analysis & refactoring via Roslyn & MSBuildWorkspace. installs: manual detail: https://mcpindex.ai/server/io-github-darylmcd-roslyn-mcp - DataCharter (io.github.datacharter/datacharter@0.24.5) Local-first, contract-governed data explorer with read-only, PII-masked query tools for AI agents. installs: pypi:datacharter detail: https://mcpindex.ai/server/io-github-datacharter-datacharter - io.github.datalattice/mcp-chainladder (io.github.datalattice/mcp-chainladder@1.2.2) Actuarial chain-ladder reserving: IBNR, Mack stochastic stats, and assumption diagnostics. installs: pypi:mcp-chainladder detail: https://mcpindex.ai/server/io-github-datalattice-mcp-chainladder - io.github.dataplat/dbatools-mcp-server (io.github.dataplat/dbatools-mcp-server@0.5.0) MCP server for dbatools — exposes SQL Server management commands as MCP tools installs: npm:dbatools-mcp-server detail: https://mcpindex.ai/server/io-github-dataplat-dbatools-mcp-server - io.github.datasynx/agentic-ai-shadowing (io.github.datasynx/agentic-ai-shadowing@2.1.4) Observes tasks and generates anonymized SOPs — task tracking and SOP review via MCP. Fully local. installs: npm:@datasynx/agentic-ai-shadowing detail: https://mcpindex.ai/server/io-github-datasynx-agentic-ai-shadowing - io.github.datasynx/cartography (io.github.datasynx/cartography@2.12.1) MCP-first read-only discovery of your infra & SaaS landscape as MCP resources, tools and prompts. installs: npm:@datasynx/agentic-ai-cartography detail: https://mcpindex.ai/server/io-github-datasynx-cartography - Datris (io.github.datris/datris@1.16.0) AI Agent-Native Data Platform — ingest, validate, transform, and query data. installs: pypi:datris-mcp-server | docker:docker.io/datrisai/datris-mcp-server:1.16.0 detail: https://mcpindex.ai/server/io-github-datris-datris - RCA-MCP (io.github.dave1362/rca-mcp-connector@4.1.13) Causal root-cause analysis MCP server -- 56 tools across graphs, RCA models, PyRCA. installs: pypi:rca-mcp-connector detail: https://mcpindex.ai/server/io-github-dave1362-rca-mcp-connector - io.github.davegomez/fizzy (io.github.davegomez/fizzy@1.0.0) MCP server for Fizzy task management installs: npm:@silky/fizzy-mcp detail: https://mcpindex.ai/server/io-github-davegomez-fizzy - Hashloom (io.github.davet47/hashloom@0.5.0) Content-addressed contracts and a verification cache that cut agent context by skipping proven code. installs: pypi:hashloom detail: https://mcpindex.ai/server/io-github-davet47-hashloom - Heddle (io.github.davet47/heddle@0.3.3) Content-addressed contracts and a verification cache that cut agent context by skipping proven code. installs: pypi:heddle-mcp detail: https://mcpindex.ai/server/io-github-davet47-heddle - io.github.david-steel/otp-mcp-server (io.github.david-steel/otp-mcp-server@0.1.1) Public MCP for OTP (orgtp.com). Query cross-org best practices, learnings, publishers, patterns. installs: npm:@orgtp/mcp-server detail: https://mcpindex.ai/server/io-github-david-steel-otp-mcp-server - Redshift MCP Server (io.github.davidalbertonogueira/redshift-mcp-server@1.0.5) Secure, read-only access to Amazon Redshift with schema introspection and smart sampling installs: npm:@davidalbertonogueira/redshift-mcp-server detail: https://mcpindex.ai/server/io-github-davidalbertonogueira-redshift-mcp-server - io.github.davidandradebar/ghl-master (io.github.davidandradebar/ghl-master@1.0.4) The GoHighLevel MCP for Claude — 214 tools, programmatic workflow builder, multi-tenant. installs: npm:ghl-master detail: https://mcpindex.ai/server/io-github-davidandradebar-ghl-master - Percept — Ambient Voice Intelligence (io.github.davidemanuelDEV/percept@0.1.2) Give your AI agent ears — ambient voice intelligence with 8 MCP tools for Claude Desktop installs: pypi:getpercept detail: https://mcpindex.ai/server/io-github-davidemanueldev-percept - Scrutica (io.github.davidgringras/scrutica@0.2.0) AI compute infrastructure intelligence: facilities, supply chains, sovereign AI, export controls. installs: remote:https://scrutica.com/api/mcp detail: https://mcpindex.ai/server/io-github-davidgringras-scrutica - io.github.davidlandais/ovh-api-mcp (io.github.davidlandais/ovh-api-mcp@0.3.0) MCP server for the OVH API. Explore and call any OVH endpoint via sandboxed JS. installs: docker:ghcr.io/davidlandais/ovh-api-mcp:0.3.0 detail: https://mcpindex.ai/server/io-github-davidlandais-ovh-api-mcp - io.github.davidmosiah/agent-seo-engine (io.github.davidmosiah/agent-seo-engine@0.1.1) Agent-first local SEO quality, intent and opportunity engine with CLI and optional MCP server. installs: pypi:agent-seo-engine detail: https://mcpindex.ai/server/io-github-davidmosiah-agent-seo-engine - io.github.davidmosiah/apple-health-mcp (io.github.davidmosiah/apple-health-mcp@0.5.0) Unofficial local-first MCP server for Apple Health export data. installs: npm:apple-health-mcp-unofficial detail: https://mcpindex.ai/server/io-github-davidmosiah-apple-health-mcp - io.github.davidmosiah/astral-mcp (io.github.davidmosiah/astral-mcp@0.2.0) Precision-audited astrology MCP: natal charts, transits, synastry, moon phases. No API key. installs: npm:astral-mcp detail: https://mcpindex.ai/server/io-github-davidmosiah-astral-mcp - io.github.davidmosiah/delx-agent-utilities (io.github.davidmosiah/delx-agent-utilities@0.1.2) Stateless URL, DNS, x402, JWT, encoding, and parsing tools for AI agents. installs: pypi:delx-agent-utilities detail: https://mcpindex.ai/server/io-github-davidmosiah-delx-agent-utilities - io.github.davidmosiah/delx-living-body (io.github.davidmosiah/delx-living-body@0.3.0) Meta-MCP that auto-detects installed wellness connectors and composes them into one body data layer. installs: npm:delx-living-body detail: https://mcpindex.ai/server/io-github-davidmosiah-delx-living-body - Delx Commerce — Pay-per-Result APIs for Agents (io.github.davidmosiah/delx-mcp-a2a@3.3.11) 1,000 pay-per-result MCP/x402 APIs for web, data, Base, reliability and agent delivery. installs: remote:https://api.delx.ai/v1/mcp?src=registry-commerce detail: https://mcpindex.ai/server/io-github-davidmosiah-delx-mcp-a2a - Delx MCP Server (io.github.davidmosiah/delx-mcp-server@0.3.0) Free stdio bridge to Delx Protocol: resume after compaction, warm handoff, recover. No API key. installs: npm:delx-mcp-server detail: https://mcpindex.ai/server/io-github-davidmosiah-delx-mcp-server - Delx Protocol — Agent Recovery & Continuity (io.github.davidmosiah/delx-protocol@1.0.2) Free agent continuity MCP: resume after compaction, warm handoff, recover from failure. No key. installs: remote:https://api.delx.ai/v1/mcp?src=registry detail: https://mcpindex.ai/server/io-github-davidmosiah-delx-protocol - io.github.davidmosiah/eight-sleep-mcp (io.github.davidmosiah/eight-sleep-mcp@0.2.5) Unofficial Eight Sleep MCP server: read sleep trends, temperature, alarms; gated pod control. installs: npm:eight-sleep-mcp-unofficial detail: https://mcpindex.ai/server/io-github-davidmosiah-eight-sleep-mcp - io.github.davidmosiah/fitbitmcp (io.github.davidmosiah/fitbitmcp@0.4.5) Privacy-first, unofficial Fitbit MCP server for AI health, sleep, activity and heart-rate agents. installs: npm:fitbit-mcp-unofficial detail: https://mcpindex.ai/server/io-github-davidmosiah-fitbitmcp - io.github.davidmosiah/garminmcp (io.github.davidmosiah/garminmcp@0.5.3) Privacy-first unofficial Garmin Connect MCP for AI health, sleep, activity & recovery agents. installs: npm:garmin-mcp-unofficial detail: https://mcpindex.ai/server/io-github-davidmosiah-garminmcp - io.github.davidmosiah/google-ads-mcp (io.github.davidmosiah/google-ads-mcp@0.1.3) Unofficial Google Ads MCP for campaigns, keywords, budgets, and gated mutations. installs: npm:google-ads-mcp-unofficial detail: https://mcpindex.ai/server/io-github-davidmosiah-google-ads-mcp - io.github.davidmosiah/google-health-mcp (io.github.davidmosiah/google-health-mcp@0.5.2) Privacy-first unofficial Google Health API v4 MCP server for health, sleep, activity, HR agents installs: npm:google-health-mcp-unofficial detail: https://mcpindex.ai/server/io-github-davidmosiah-google-health-mcp - io.github.davidmosiah/mcp-scorecard (io.github.davidmosiah/mcp-scorecard@0.5.1) Agent-readiness scorecard for any MCP server: 10 checks, 0-100 score, actionable findings. installs: npm:mcp-scorecard detail: https://mcpindex.ai/server/io-github-davidmosiah-mcp-scorecard - io.github.davidmosiah/ouramcp (io.github.davidmosiah/ouramcp@0.4.6) Privacy-first, unofficial Oura MCP server for AI health, sleep, activity and heart-rate agents. installs: npm:oura-mcp-unofficial detail: https://mcpindex.ai/server/io-github-davidmosiah-ouramcp - io.github.davidmosiah/polarmcp (io.github.davidmosiah/polarmcp@0.3.6) Privacy-first unofficial Polar AccessLink v4 MCP server for AI health, sleep and training agents. installs: npm:polar-mcp-unofficial detail: https://mcpindex.ai/server/io-github-davidmosiah-polarmcp - io.github.davidmosiah/samsung-health-mcp (io.github.davidmosiah/samsung-health-mcp@0.5.0) Unofficial local-first MCP server for Samsung Health personal-data CSV/ZIP exports. installs: npm:samsung-health-mcp-unofficial detail: https://mcpindex.ai/server/io-github-davidmosiah-samsung-health-mcp - io.github.davidmosiah/strava-mcp (io.github.davidmosiah/strava-mcp@0.4.6) Privacy-first MCP server for Strava activities, streams, routes and training. installs: npm:strava-mcp-unofficial detail: https://mcpindex.ai/server/io-github-davidmosiah-strava-mcp - TikTok Agent Publisher (io.github.davidmosiah/tiktok-agent-publisher@0.1.5) Local-first TikTok Content Posting API for AI agents: OAuth checks, dry-run and live uploads. installs: npm:tiktok-agent-publisher detail: https://mcpindex.ai/server/io-github-davidmosiah-tiktok-agent-publisher - io.github.davidmosiah/timeline-pulse (io.github.davidmosiah/timeline-pulse@0.1.1) Source-aware archive for timeline-shift folklore, Mandela Effect reports, and collider myths. installs: npm:timeline-pulse detail: https://mcpindex.ai/server/io-github-davidmosiah-timeline-pulse - io.github.davidmosiah/wellness-air (io.github.davidmosiah/wellness-air@0.5.6) Local-first air-quality MCP for AI agents — AirGradient, AirThings, PurpleAir, IQAir, Awair. installs: npm:wellness-air detail: https://mcpindex.ai/server/io-github-davidmosiah-wellness-air - io.github.davidmosiah/wellness-cgm-mcp (io.github.davidmosiah/wellness-cgm-mcp@0.4.0) Local-first CGM MCP for AI agents: Dexcom Developer API + FreeStyle Libre via LibreLink Up. installs: npm:wellness-cgm-mcp detail: https://mcpindex.ai/server/io-github-davidmosiah-wellness-cgm-mcp - io.github.davidmosiah/wellness-cycle-coach (io.github.davidmosiah/wellness-cycle-coach@0.3.5) Local-first cycle coach MCP for phase-aware nutrition and training context. installs: npm:wellness-cycle-coach detail: https://mcpindex.ai/server/io-github-davidmosiah-wellness-cycle-coach - io.github.davidmosiah/wellness-nourish (io.github.davidmosiah/wellness-nourish@0.7.0) Local-first nutrition MCP for AI agents: food, barcode, photo, intake, hydration, goals. installs: npm:wellness-nourish detail: https://mcpindex.ai/server/io-github-davidmosiah-wellness-nourish - io.github.davidmosiah/whoop-mcp (io.github.davidmosiah/whoop-mcp@0.5.3) Privacy-first, unofficial WHOOP MCP server for AI health, sleep, recovery, and performance agents. installs: npm:whoop-mcp-unofficial detail: https://mcpindex.ai/server/io-github-davidmosiah-whoop-mcp - io.github.davidmosiah/withingsmcp (io.github.davidmosiah/withingsmcp@0.4.7) Privacy-first, unofficial Withings MCP server for AI health, sleep, activity and heart-rate agents. installs: npm:withings-mcp-unofficial detail: https://mcpindex.ai/server/io-github-davidmosiah-withingsmcp - YouTube Shorts Agent (io.github.davidmosiah/youtube-shorts-agent@0.1.6) Agent-first YouTube Shorts uploader: dry-run validation, OAuth checks, synthetic-media metadata. installs: npm:youtube-shorts-agent detail: https://mcpindex.ai/server/io-github-davidmosiah-youtube-shorts-agent - io.github.davidscoreal/univercity-mcp (io.github.davidscoreal/univercity-mcp@0.2.1) 8-dimension business diagnosis with Revenue Leak Score and triple-option recommendations installs: pypi:univercity-mcp | remote:https://mcp.univercityaiconsult.tech detail: https://mcpindex.ai/server/io-github-davidscoreal-univercity-mcp - io.github.davidsiegel59/4bots-content (io.github.davidsiegel59/4bots-content@1.0.0) Daily content for AI agents. History, chess, investing, wrongology, more. 10 channels. Free trial. installs: remote:https://4bots.net/api/mcp detail: https://mcpindex.ai/server/io-github-davidsiegel59-4bots-content - io.github.dawitlabs/capsule (io.github.dawitlabs/capsule@0.3.3) Compact, source-linked context packs that reduce token waste for coding agents. installs: npm:capsulectx detail: https://mcpindex.ai/server/io-github-dawitlabs-capsule - Dazzle (io.github.dazzle-labs/dazzle@0.7.1) Cloud stages for AI agents and live streaming. Create, manage, and broadcast content. installs: npm:@dazzle-labs/cli detail: https://mcpindex.ai/server/io-github-dazzle-labs-dazzle - io.github.dbsectrainer/mcp-agent-trace-inspector (io.github.dbsectrainer/mcp-agent-trace-inspector@1.0.0) Step-by-step observability for MCP agent workflows installs: npm:mcp-agent-trace-inspector detail: https://mcpindex.ai/server/io-github-dbsectrainer-mcp-agent-trace-inspector - io.github.dbsectrainer/mcp-eval-runner (io.github.dbsectrainer/mcp-eval-runner@1.0.0) A standardized testing harness for MCP servers and agent workflows installs: npm:mcp-eval-runner detail: https://mcpindex.ai/server/io-github-dbsectrainer-mcp-eval-runner - io.github.dbsectrainer/mcp-legal-doc-analyzer (io.github.dbsectrainer/mcp-legal-doc-analyzer@1.0.0) Domain-specific MCP tooling for legal document workflows installs: npm:mcp-legal-doc-analyzer detail: https://mcpindex.ai/server/io-github-dbsectrainer-mcp-legal-doc-analyzer - io.github.dbsectrainer/mcp-server-health-monitor (io.github.dbsectrainer/mcp-server-health-monitor@1.0.0) Health monitoring for all your MCP servers installs: npm:mcp-server-health-monitor detail: https://mcpindex.ai/server/io-github-dbsectrainer-mcp-server-health-monitor - The Poliety (io.github.dburks-svg/poliety@1.2.0) AI news for agents: editions, change feeds, integrity proofs, and governed events with evidence. installs: npm:poliety-mcp detail: https://mcpindex.ai/server/io-github-dburks-svg-poliety - VedaVisor Vedic Astrology MCP (io.github.dchhill/vedavisor-vedic-astrology-mcp@1.0.0) Professional Vedic astrology tools for AI agents via MCP. installs: remote:https://mcp.vedavisor.com/mcp detail: https://mcpindex.ai/server/io-github-dchhill-vedavisor-vedic-astrology-mcp - Huly MCP (io.github.dearlordylord/huly-mcp@0.49.4) Huly MCP: feature-complete MCP server for Huly integration installs: npm:@firfi/huly-mcp detail: https://mcpindex.ai/server/io-github-dearlordylord-huly-mcp - io.github.decantr-ai/mcp-server (io.github.decantr-ai/mcp-server@3.11.2) Stable eight-tool MCP server for changed-UI assurance, authority-aware UI task context, and repair. installs: npm:@decantr/mcp-server detail: https://mcpindex.ai/server/io-github-decantr-ai-mcp-server - io.github.decibri/mcp-listen (io.github.decibri/mcp-listen@0.6.0) Give your AI agents the ability to listen. Microphone capture and speech-to-text. installs: npm:mcp-listen detail: https://mcpindex.ai/server/io-github-decibri-mcp-listen - Decide Policy Notaries (io.github.decidefyi/policy-notaries@1.3.1) Fail-closed refund, cancellation, return, and trial checks for 100 US subscription vendors. installs: remote:https://policy.decide.fyi/api/mcp detail: https://mcpindex.ai/server/io-github-decidefyi-policy-notaries - io.github.declaw-ai/mcp-server (io.github.declaw-ai/mcp-server@0.1.2) Secure Firecracker microVM sandboxes for AI agents: network policy, PII & injection guardrails. installs: npm:@declaw/mcp-server detail: https://mcpindex.ai/server/io-github-declaw-ai-mcp-server - SwiftKanban (io.github.deenaik/swiftkanban@0.1.5) Manage SwiftKanban boards and cards from Claude AI installs: npm:@nimblework/sk-cli detail: https://mcpindex.ai/server/io-github-deenaik-swiftkanban - io.github.degenlegion-com/waxseal (io.github.degenlegion-com/waxseal@1.0.2) Ed25519 identity for AI agents. Verify seals, sign documents, gate actions with approvals. installs: npm:@waxseal/mcp detail: https://mcpindex.ai/server/io-github-degenlegion-com-waxseal - io.github.degibug-del/laserbrain (io.github.degibug-del/laserbrain@0.29.0) The drift harness as an MCP server. Offline, no key — a fixed reference an agent checks against. installs: pypi:laserbrain detail: https://mcpindex.ai/server/io-github-degibug-del-laserbrain - io.github.delega-dev/delega (io.github.delega-dev/delega@1.18.3) Delega MCP client. Public hosted access retired July 28, 2026; existing owner credentials only. installs: npm:@delega-dev/mcp detail: https://mcpindex.ai/server/io-github-delega-dev-delega - Delimit — API Governance for AI Coding Assistants (io.github.delimit-ai/delimit-mcp-server@4.1.38) API governance for AI coding assistants. Breaking changes, policies, cross-model context. installs: npm:delimit-cli detail: https://mcpindex.ai/server/io-github-delimit-ai-delimit-mcp-server - Planomy Planner (io.github.demorphed6-lgtm/planomy-mcp@0.1.0) Retirement planning on your own machine: projections, Monte Carlo, scenarios, budgets, plan edits. installs: manual detail: https://mcpindex.ai/server/io-github-demorphed6-lgtm-planomy-mcp - io.github.demwick/polymarket-agent-mcp (io.github.demwick/polymarket-agent-mcp@1.7.0) Polymarket trading, market discovery, copy trading and backtesting — 48 MCP tools. installs: npm:polymarket-agent-mcp detail: https://mcpindex.ai/server/io-github-demwick-polymarket-agent-mcp - io.github.den-indance/google-trends-mcp (io.github.den-indance/google-trends-mcp@1.0.0) Google Trends MCP with proxy rotation, auto-retry on Google blocks, residential-proxy setup. installs: npm:@den.dance/google-trends-mcp detail: https://mcpindex.ai/server/io-github-den-indance-google-trends-mcp - io.github.den-indance/network-diagram-mcp (io.github.den-indance/network-diagram-mcp@1.0.7) Network topology editor — Claude builds diagrams via MCP. nmap/CSV import, one-click SSH. installs: npm:@den.dance/network-diagram-mcp detail: https://mcpindex.ai/server/io-github-den-indance-network-diagram-mcp - io.github.dengxuhui/igpsport-mcp (io.github.dengxuhui/igpsport-mcp@0.7.1) iGPSport cycling data with training metrics (NP/IF/TSS/CTL/ATL/TSB) and workout generation installs: pypi:igpsport-mcp detail: https://mcpindex.ai/server/io-github-dengxuhui-igpsport-mcp - io.github.dengyier/OpenWorkProof (io.github.dengyier/OpenWorkProof@1.1.1) Verifiable execution for AI agents: Ed25519-signed work contracts and audit trails. installs: pypi:openworkproof detail: https://mcpindex.ai/server/io-github-dengyier-openworkproof - io.github.dengyu123456/crochet-engine (io.github.dengyu123456/crochet-engine@0.1.1) Deterministic photo-to-crochet-chart engine: stitch counts, 5 techniques, yarn estimates. installs: pypi:crochetpatterngen-engine detail: https://mcpindex.ai/server/io-github-dengyu123456-crochet-engine - io.github.dentro-fyi/dentro (io.github.dentro-fyi/dentro@0.1.1) Structured commerce data for AI agents. 22,000+ DTC brands, real prices, real stock. installs: npm:@dentro-fyi/mcp detail: https://mcpindex.ai/server/io-github-dentro-fyi-dentro - DePix App MCP (io.github.depixapp/depix-mcp@2.2.1) One MCP: hosted Pix receive + dated charges (22 tools), or local npx non-custodial wallet (49). installs: npm:@depixapp/mcp | remote:https://mcp.depixapp.com/mcp detail: https://mcpindex.ai/server/io-github-depixapp-depix-mcp - io.github.deployhq/deployhq-mcp-server (io.github.deployhq/deployhq-mcp-server@1.2.2) Model Context Protocol (MCP) server for DeployHQ API integration installs: npm:deployhq-mcp-server detail: https://mcpindex.ai/server/io-github-deployhq-deployhq-mcp-server - Deployment.io (io.github.deployment-io/deployment-io@1.0.1) Deploy apps on your cloud. Create environments, configure infrastructure, and monitor jobs. installs: remote:https://api.deployment.io/v1/mcp detail: https://mcpindex.ai/server/io-github-deployment-io-deployment-io - Depureco Industrial Vacuum Explorer (io.github.depurecoindustrialvacuums-boop/industrial-vacuum-explorer@1.0.0) Industrial vacuum configurator: 150+ products, 24 sectors, ATEX certifications, technical specs. installs: remote:https://depureco.com/wp-json/depureco/v1/mcp detail: https://mcpindex.ai/server/io-github-depurecoindustrialvacuums-boop-industrial-vacuum-explorer - axe MCP Server (io.github.dequelabs/axe-mcp-server@1.0.2) Official MCP server for Axe DevTools for Web. installs: docker:docker.io/dequesystems/axe-mcp-server:v1.0.2 detail: https://mcpindex.ai/server/io-github-dequelabs-axe-mcp-server - io.github.derNif/payanagent (io.github.derNif/payanagent@0.4.1) Buy any of 24,000+ live x402 services with USDC on Base — the open marketplace for the agent economy installs: npm:@payanagent/mcp detail: https://mcpindex.ai/server/io-github-dernif-payanagent - io.github.derekchoyai/hone (io.github.derekchoyai/hone@0.3.0) Score your judgment over AI-assisted work. Hone scores you, not the model. installs: manual detail: https://mcpindex.ai/server/io-github-derekchoyai-hone - Market Depth Lab (io.github.derkcc/market-depth-lab@0.2.2) Read-only Hyperliquid, funding-rate and cross-exchange perpetual spread tools. installs: npm:market-depth-lab-mcp-server detail: https://mcpindex.ai/server/io-github-derkcc-market-depth-lab - SciWeave (io.github.desci-labs/sciweave-mcp@1.0.0) AI research grounded in 300M scientific works — every citation a verifiable DOI. installs: remote:https://mcp.sciweave.com/mcp detail: https://mcpindex.ai/server/io-github-desci-labs-sciweave-mcp - Amendor (io.github.deslay1/amendor-mcp@1.0.0) Pull change requests from your Amendor board into your coding agent to build and open PRs. installs: npm:amendor-mcp | remote:https://amendor.site/mcp detail: https://mcpindex.ai/server/io-github-deslay1-amendor-mcp - Akamai CDN (io.github.desty2k/akamai@0.1.1) Read-only MCP server for Akamai CDN — properties, EdgeWorkers, DNS, network lists installs: pypi:readonly-mcp-akamai detail: https://mcpindex.ai/server/io-github-desty2k-akamai - io.github.detailobsessed/unblu (io.github.detailobsessed/unblu@0.10.1) Operate Unblu deployments: health checks, conversation ops, and 300+ API endpoints installs: pypi:unblu-mcp detail: https://mcpindex.ai/server/io-github-detailobsessed-unblu - Agentic Detection Lookups (io.github.detection-forge/agentic-detection-lookups@0.1.0) LOLBAS, GTFOBins, and process parent-child lookups for detection engineering agents. installs: manual detail: https://mcpindex.ai/server/io-github-detection-forge-agentic-detection-lookups - ConnectIQ MCP Server (io.github.deugene/connect-iq-mcp@1.2.0) MCP server for Garmin ConnectIQ SDK documentation and resources installs: npm:connectiq-mcp-server detail: https://mcpindex.ai/server/io-github-deugene-connect-iq-mcp - io.github.dev-proxy-tools/mcp (io.github.dev-proxy-tools/mcp@0.3.1) MCP server for Dev Proxy that enables AI assistants to interact with Dev Proxy. installs: npm:@devproxy/mcp detail: https://mcpindex.ai/server/io-github-dev-proxy-tools-mcp - io.github.developeron29/asianexpats-mcp-server (io.github.developeron29/asianexpats-mcp-server@1.0.1) An MCP server that provides AI travel recommendations from Asian expats. installs: npm:asianexpats-mcp-server detail: https://mcpindex.ai/server/io-github-developeron29-asianexpats-mcp-server - io.github.devemberx/mcp-server-polarion (io.github.devemberx/mcp-server-polarion@2.1.0) MCP server for Polarion ALM — read and write documents and work items installs: pypi:mcp-server-polarion detail: https://mcpindex.ai/server/io-github-devemberx-mcp-server-polarion - FocusRelay (io.github.deverman/focusrelay@0.10.0-beta) Connect AI tools to OmniFocus on macOS to find, review, and safely update tasks and projects. installs: manual detail: https://mcpindex.ai/server/io-github-deverman-focusrelay - DevHelm MCP Server (io.github.devhelmhq/mcp-server@1.0.2) Monitor uptime, manage incidents, configure alerting, and query dependency status via DevHelm installs: pypi:devhelm-mcp-server detail: https://mcpindex.ai/server/io-github-devhelmhq-mcp-server - Swell MCP (io.github.devkindhq/swell@1.1.0) Model Context Protocol server for Swell e-commerce platform integration with AI assistants installs: npm:swell-mcp detail: https://mcpindex.ai/server/io-github-devkindhq-swell - DevLens (io.github.devlensio/devlens@0.3.0) Query a precomputed code graph (nodes, edges, summaries) of TS/JS/React/Next.js/Node repos via MCP. installs: npm:@devlensio/cli detail: https://mcpindex.ai/server/io-github-devlensio-devlens - io.github.devp1/personalinsights-feed (io.github.devp1/personalinsights-feed@1.0.1) AI-classified tech/investor news feed with editorial verdicts, entities, and theses. installs: npm:personalinsights-feed-mcp detail: https://mcpindex.ai/server/io-github-devp1-personalinsights-feed - Project Context Connector (io.github.devznsh/project-context-connector@1.0.0) Give Claude complete understanding of your software project. installs: manual detail: https://mcpindex.ai/server/io-github-devznsh-project-context-connector - Throughline (io.github.devznsh/throughline@1.0.1) Give Claude complete understanding of your software project. installs: manual detail: https://mcpindex.ai/server/io-github-devznsh-throughline - io.github.devzspy/discourse-mcp-extended (io.github.devzspy/discourse-mcp-extended@0.1.0) Discourse MCP server (stdio) with review-queue tools added. Fork of @discourse/mcp. installs: npm:@devzspy/discourse-mcp-extended detail: https://mcpindex.ai/server/io-github-devzspy-discourse-mcp-extended - io.github.dewtech-technologies/tubemind-secure-mcp (io.github.dewtech-technologies/tubemind-secure-mcp@0.1.3) Secure MCP server for YouTube intelligence — 18 tools, OAuth2, OWASP Top 10 controls. installs: npm:tubemind-secure-mcp detail: https://mcpindex.ai/server/io-github-dewtech-technologies-tubemind-secure-mcp - ASD-STE100 Simplified Technical English (io.github.dfch/biz-dfch-asdste100mcp@3.0.0) An MCP server for the ASD-STE100 (Simplified Technical English) Issue 9 standard. installs: pypi:biz-dfch-asdste100mcp detail: https://mcpindex.ai/server/io-github-dfch-biz-dfch-asdste100mcp - SpecMgr (io.github.dfch/biz-dfch-specmgr@0.2.1) An artifact manager for system specifications. installs: pypi:biz-dfch-specmgr detail: https://mcpindex.ai/server/io-github-dfch-biz-dfch-specmgr--43f647702ff007b1 - SpecMgr (io.github.dfch/biz.dfch.specmgr@0.1.0) An artifact manager for system specifications. installs: pypi:biz-dfch-specmgr detail: https://mcpindex.ai/server/io-github-dfch-biz-dfch-specmgr--fe08f7da86a0bdd1 - HEA-Bench (io.github.dfieser/hea-bench@2.3.2) High-entropy alloy and oxide descriptors and phase-prediction rules, with provenance. installs: pypi:hea-bench detail: https://mcpindex.ai/server/io-github-dfieser-hea-bench - clawops (io.github.dfridkin/clawops@1.7.1) Deploy and manage self-hosted OpenClaw instances across clouds installs: npm:@clawops/cli detail: https://mcpindex.ai/server/io-github-dfridkin-clawops - contextweaver (io.github.dgenio/contextweaver@0.15.0) MCP gateway: bounded tool shortlists + artifact-backed result firewall. Deterministic, no model. installs: pypi:contextweaver detail: https://mcpindex.ai/server/io-github-dgenio-contextweaver - io.github.dgtalquantumleap-ai/ebenova-insights (io.github.dgtalquantumleap-ai/ebenova-insights@1.0.4) Reddit and Nairaland keyword monitoring with AI reply drafts. installs: npm:@ebenova/insights-mcp detail: https://mcpindex.ai/server/io-github-dgtalquantumleap-ai-ebenova-insights - io.github.dgtalquantumleap-ai/ebenova-reddit-monitor (io.github.dgtalquantumleap-ai/ebenova-reddit-monitor@1.0.2) Monitor Reddit and Nairaland for product keywords with AI drafts. installs: npm:@ebenova/reddit-monitor-mcp detail: https://mcpindex.ai/server/io-github-dgtalquantumleap-ai-ebenova-reddit-monitor - io.github.dgtalquantumleap-ai/ebenova-scope-guard (io.github.dgtalquantumleap-ai/ebenova-scope-guard@1.0.1) AI contract scope violation detector. Detect scope creep, draft responses. installs: npm:@ebenova/scope-guard-mcp detail: https://mcpindex.ai/server/io-github-dgtalquantumleap-ai-ebenova-scope-guard - io.github.dgtalquantumleap-ai/vigil-fraud-alert (io.github.dgtalquantumleap-ai/vigil-fraud-alert@1.0.1) Proximity-based card fraud detection with AI risk scoring. installs: npm:vigil-fraud-alert-mcp detail: https://mcpindex.ai/server/io-github-dgtalquantumleap-ai-vigil-fraud-alert - EdgarTools (io.github.dgunning/edgartools@5.21.1) Open-source SEC EDGAR toolkit — 11 tools, 7 prompts, every filing type. No API key required. installs: pypi:edgartools detail: https://mcpindex.ai/server/io-github-dgunning-edgartools - io.github.dhanushs1912-svg/agent-receipts-mcp (io.github.dhanushs1912-svg/agent-receipts-mcp@0.1.2) EU AI Act-ready audit trail: signed, tamper-evident receipts proving what your AI agents did. installs: npm:agent-receipts-mcp detail: https://mcpindex.ai/server/io-github-dhanushs1912-svg-agent-receipts-mcp - Homecastr MCP (io.github.dhardestylewis/homecastr@1.14.0) U.S. property forecasts, public benchmarks, and permit or environmental context through MCP. installs: npm:homecastr-mcp-server detail: https://mcpindex.ai/server/io-github-dhardestylewis-homecastr - Homecastr Remote MCP (io.github.dhardestylewis/homecastr-remote@1.14.0) Remote MCP endpoint for U.S. home forecasts, public benchmark data, and permit or zoning readiness. installs: remote:https://www.homecastr.com/api/mcp/mcp detail: https://mcpindex.ai/server/io-github-dhardestylewis-homecastr-remote - Worldcastr Remote MCP (io.github.dhardestylewis/worldcastr-remote@1.14.0) Built-environment forecasts, public benchmarks, and permit or zoning readiness through remote MCP. installs: remote:https://worldcastr.com/api/mcp/mcp detail: https://mcpindex.ai/server/io-github-dhardestylewis-worldcastr-remote - io.github.diagrammo/dgmo-mcp (io.github.diagrammo/dgmo-mcp@0.22.0) Generate 40+ diagram types from text; render locally to SVG/PNG, open in the Diagrammo editor installs: npm:@diagrammo/dgmo-mcp detail: https://mcpindex.ai/server/io-github-diagrammo-dgmo-mcp - Hevy MCP (io.github.diecoscai/hevy-mcp@0.5.0) MCP server for the Hevy fitness API — spec-generated schemas, dry-run-safe writes, easy setup. installs: npm:@diecoscai/hevy-mcp detail: https://mcpindex.ai/server/io-github-diecoscai-hevy-mcp - io.github.digitalgremlin/hn-developer-sentiment-mcp (io.github.digitalgremlin/hn-developer-sentiment-mcp@0.1.0) Deterministic Hacker News developer sentiment, themes & feature requests via MCP. No API key. installs: remote:https://joeslade--hn-developer-sentiment-mcp.apify.actor/mcp detail: https://mcpindex.ai/server/io-github-digitalgremlin-hn-developer-sentiment-mcp - io.github.digitalweb33333-creator/x402-endpoints (io.github.digitalweb33333-creator/x402-endpoints@1.4.0) x402 paid API tools for AI agents on Base: EU/global registries, crypto, wallet & agent trust. installs: remote:https://x402-endpoints.onrender.com/mcp/ detail: https://mcpindex.ai/server/io-github-digitalweb33333-creator-x402-endpoints - io.github.digitalweb33333-creator/x402-solana (io.github.digitalweb33333-creator/x402-solana@0.1.0) x402 paid API tools for AI agents on Solana: crypto safety, market data, KYB/AML verification. installs: remote:https://x402-solana-cva8.onrender.com/mcp/ detail: https://mcpindex.ai/server/io-github-digitalweb33333-creator-x402-solana - KIP MCP Server (io.github.dillan/kip-mcp-server@1.12.0) Reads a boat's Signal K data and helps an AI assistant design and install KIP dashboards. installs: npm:kip-mcp-server detail: https://mcpindex.ai/server/io-github-dillan-kip-mcp-server - Stitch Wand (io.github.dilshaus/stitch-wand@0.1.1) Design token tools for Google Stitch: convert, validate, diff, lint, generate, and export. installs: npm:@stitchwand/mcp-server detail: https://mcpindex.ai/server/io-github-dilshaus-stitch-wand - QACAT (io.github.dimawin22/qacat@1.0.0) Translation QA: automated checks, AI evaluation, linguistic review, and visual in-context testing. installs: remote:https://qacat-mcp.qacat.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-dimawin22-qacat - io.github.dimitrilaouanis-tech/onyx-mcp (io.github.dimitrilaouanis-tech/onyx-mcp@0.4.0) Ed25519-signed ground-truth oracle — 63 paid x402 tools live on Base mainnet. installs: remote:https://onyx-actions.onrender.com/mcp/ detail: https://mcpindex.ai/server/io-github-dimitrilaouanis-tech-onyx-mcp - DWG MCP Server (io.github.dimitrovakulenko/dwg-mcp-server@0.1.4) Read-only MCP server for inspecting AutoCAD DWG files installs: npm:@dmytro-prototypes/dwg-mcp-server detail: https://mcpindex.ai/server/io-github-dimitrovakulenko-dwg-mcp-server - Good Peeps Hub (io.github.dinequickly/gphub@1.0.0) Good Peeps retail-media data spine: clients, warehouse performance, meetings, agents. Team only. installs: remote:https://gphub.app/mcp detail: https://mcpindex.ai/server/io-github-dinequickly-gphub - Chrome DevTools MCP (io.github.dinesh-nalla-se/chrome-devtools-mcp@0.10.2) MCP server for Chrome DevTools installs: npm:@dinesh-nalla-se/chrome-devtools-mcp detail: https://mcpindex.ai/server/io-github-dinesh-nalla-se-chrome-devtools-mcp - io.github.dingdawg/agent-wallet (io.github.dingdawg/agent-wallet@1.0.6) Governed USDC wallet for AI agents — policy gates, spending caps, and Ed25519-signed receipts. installs: npm:dingdawg-agent-wallet detail: https://mcpindex.ai/server/io-github-dingdawg-agent-wallet - io.github.dingdawg/dingdawg-compliance (io.github.dingdawg/dingdawg-compliance@2.0.11) EU AI Act + Colorado AI Act compliance scoring. 87/100 in 60 seconds. Free local scan. installs: npm:dingdawg-compliance detail: https://mcpindex.ai/server/io-github-dingdawg-dingdawg-compliance - io.github.dingdawg/dingdawg-data-agent (io.github.dingdawg/dingdawg-data-agent@2.0.7) AI data agent — schema analysis, query optimization, PII detection, pipelines. installs: npm:dingdawg-data-agent detail: https://mcpindex.ai/server/io-github-dingdawg-dingdawg-data-agent - io.github.dingdawg/dingdawg-devops-agent (io.github.dingdawg/dingdawg-devops-agent@2.0.7) DevOps AI. Deploy checks, incident analysis, infra audit. Learns from past failures. installs: npm:dingdawg-devops-agent detail: https://mcpindex.ai/server/io-github-dingdawg-dingdawg-devops-agent - io.github.dingdawg/dingdawg-governance (io.github.dingdawg/dingdawg-governance@2.1.6) Universal governance layer for AI agents. MCP-native, fail-closed, audit proofs and rollback. installs: npm:dingdawg-governance detail: https://mcpindex.ai/server/io-github-dingdawg-dingdawg-governance - io.github.dingdawg/dingdawg-healthcare-agent (io.github.dingdawg/dingdawg-healthcare-agent@2.0.7) HIPAA-aware healthcare AI. Clinical documentation, compliance checks, audit prep. Free local tier. installs: npm:dingdawg-healthcare-agent detail: https://mcpindex.ai/server/io-github-dingdawg-dingdawg-healthcare-agent - io.github.dingdawg/dingdawg-legal-agent (io.github.dingdawg/dingdawg-legal-agent@2.0.7) AI contract review, clause drafting, compliance checklists & legal research. installs: npm:dingdawg-legal-agent detail: https://mcpindex.ai/server/io-github-dingdawg-dingdawg-legal-agent - io.github.dingdawg/dingdawg-planning-agent (io.github.dingdawg/dingdawg-planning-agent@2.0.6) Planning AI. Sprint estimation, task breakdown, risk analysis. Learns your velocity. installs: npm:dingdawg-planning-agent detail: https://mcpindex.ai/server/io-github-dingdawg-dingdawg-planning-agent - io.github.dingdawg/dingdawg-sales-agent (io.github.dingdawg/dingdawg-sales-agent@2.0.6) AI prospect research, outreach drafting, lead scoring & pipeline tracking. installs: npm:dingdawg-sales-agent detail: https://mcpindex.ai/server/io-github-dingdawg-dingdawg-sales-agent - io.github.dingdawg/dingdawg-support-agent (io.github.dingdawg/dingdawg-support-agent@2.0.6) AI support agent — ticket classification, response drafting, escalation routing. installs: npm:dingdawg-support-agent detail: https://mcpindex.ai/server/io-github-dingdawg-dingdawg-support-agent - io.github.dinof777/mission-control (io.github.dinof777/mission-control@0.1.0) Read and write Mission Control state via MCP — projects, tasks, subtasks, templates, status updates. installs: remote:https://mission-control-six-kohl.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-dinof777-mission-control - MockHero (io.github.dinosaur24/mockhero@0.2.0) Generate realistic relational test data — 156 field types, 22 locales, JSON/CSV/SQL, free previews. installs: npm:@mockherodev/mcp-server | remote:https://mockhero.dev/mcp/agent detail: https://mcpindex.ai/server/io-github-dinosaur24-mockhero - io.github.dinosaur24/nodehero (io.github.dinosaur24/nodehero@1.0.1) AI workflow error analysis for n8n, Make, Zapier, and 10+ platforms. installs: npm:nodehero-mcp detail: https://mcpindex.ai/server/io-github-dinosaur24-nodehero - Cokodo Agent (io.github.dinwind/cokodo-agent@1.7.0) Serve .agent/ project context, references, and collaborations to MCP-compatible IDEs. installs: pypi:cokodo-agent detail: https://mcpindex.ai/server/io-github-dinwind-cokodo-agent - Manekami — digital shrine & omikuji (io.github.dio6742/manekami@1.1.0) Digital shrine for algorithm anxiety: omens, lamps, lanterns, and AI pilgrim notes. No guarantees. installs: remote:https://manekami.com/api/mcp detail: https://mcpindex.ai/server/io-github-dio6742-manekami - io.github.dir-ai/repotector (io.github.dir-ai/repotector@1.6.0) The repo guardian AI agents handshake with before they touch your code. installs: npm:repotector detail: https://mcpindex.ai/server/io-github-dir-ai-repotector - io.github.dir-ai/voyager (io.github.dir-ai/voyager@1.4.0) Cited, OSV-gated, injection-hardened web briefs for coding agents. Verified, never raw web. installs: npm:@dir-ai/voyager detail: https://mcpindex.ai/server/io-github-dir-ai-voyager - io.github.dir-ai/voyager-agent (io.github.dir-ai/voyager-agent@0.22.0) One universal Voyager: name a goal; it activates senses (repo, net) and runs a live mission. installs: npm:@dir-ai/voyager-agent detail: https://mcpindex.ai/server/io-github-dir-ai-voyager-agent - io.github.dir-ai/voyager-net (io.github.dir-ai/voyager-net@0.14.0) A safe, read-only, authorized audit of one host you own: DNS, ports, TLS, HTTP hygiene. installs: npm:@dir-ai/voyager-net detail: https://mcpindex.ai/server/io-github-dir-ai-voyager-net - io.github.dir-ai/voyager-repo (io.github.dir-ai/voyager-repo@0.7.0) An AI agent's safe read-only scout to orient in an unknown repository before touching it. installs: npm:@dir-ai/voyager-repo detail: https://mcpindex.ai/server/io-github-dir-ai-voyager-repo - io.github.dirtcubeinteractive/specter-skills (io.github.dirtcubeinteractive/specter-skills@0.11.1) Configure a Specter game backend from chat: economy, progression, leaderboards, multiplayer. installs: npm:specter-skills detail: https://mcpindex.ai/server/io-github-dirtcubeinteractive-specter-skills - io.github.discourse/mcp (io.github.discourse/mcp@0.2.9) Discourse MCP CLI server (stdio) exposing Discourse tools via MCP installs: npm:@discourse/mcp detail: https://mcpindex.ai/server/io-github-discourse-mcp - io.github.dishui/motion-mcp-public (io.github.dishui/motion-mcp-public@1.0.1) Remote MCP server bridging Motion to Claude installs: npm:@dishui/motion-mcp detail: https://mcpindex.ai/server/io-github-dishui-motion-mcp-public - io.github.disin7c9/asset-management (io.github.disin7c9/asset-management@2.12.2) Drawdown-first risk for your stock/ETF book — every number from a validated core, not the model. installs: manual detail: https://mcpindex.ai/server/io-github-disin7c9-asset-management - Polystrike (io.github.dizpers/polystrike@1.0.1) Live Elon Musk & Ted Cruz tweet feed, tweet counters, and Polymarket tweet-count market data. installs: remote:https://polystrike.xyz/mcp detail: https://mcpindex.ai/server/io-github-dizpers-polystrike - io.github.dizzlkheinz/ynab-mcpb (io.github.dizzlkheinz/ynab-mcpb@0.28.0) Local-first YNAB MCP for reconciliation, receipt splitting, safe cleanup, and spending analysis installs: npm:@dizzlkheinz/ynab-mcpb detail: https://mcpindex.ai/server/io-github-dizzlkheinz-ynab-mcpb - io.github.dizzydes/0pi (io.github.dizzydes/0pi@1.0.3) Free, 2hr expiry agent storage to cache contexts, bridge workflows, or dump data. installs: npm:@0pi/mcp-server detail: https://mcpindex.ai/server/io-github-dizzydes-0pi - US Building Permit Aggregator (io.github.dizzyvinci/building-permit-aggregator@0.1.1) Pull recent building permits from 9 US cities in a unified schema from official open-data portals. installs: remote:https://mcp.apify.com?tools=dizzyvinci/building-permit-aggregator detail: https://mcpindex.ai/server/io-github-dizzyvinci-building-permit-aggregator - io.github.djanacek/coverageshield (io.github.djanacek/coverageshield@1.0.1) Insurance coverage requirements, gap detection, and risk profiles for US businesses. installs: npm:coverageshield-mcp detail: https://mcpindex.ai/server/io-github-djanacek-coverageshield - AiPayGent — Claude AI Tools (io.github.djautomd-lab/aipaygent@1.0.1) Claude-powered AI tools: research, write, code, analyze, translate, debate, pitch, score, and more. installs: pypi:aipaygent-mcp | remote:https://mcp.aipaygent.xyz/mcp detail: https://mcpindex.ai/server/io-github-djautomd-lab-aipaygent - io.github.djtellado/nexus-legal (io.github.djtellado/nexus-legal@0.2.0) International legal analysis (ISO 31000) across 63 jurisdictions — 15 tools. installs: npm:@nexus-legal/mcp | remote:https://legal.nexusquantum.legal/api/mcp detail: https://mcpindex.ai/server/io-github-djtellado-nexus-legal - MGO — Multi-chain Gas Optimizer (io.github.dlrjsdl200-byte/mgo-mcp-server@1.0.0) Find the cheapest EVM chain across up to 9 networks with savings %. Pay-per-call via x402 on Base. installs: npm:chain-ops-mgo | remote:https://x402-gas-api.vercel.app/mcp detail: https://mcpindex.ai/server/io-github-dlrjsdl200-byte-mgo-mcp-server - io.github.dlsforge/aegov-mcp (io.github.dlsforge/aegov-mcp@0.2.2) UAE Design System (AEGOV DLS) for AI assistants: components, tokens, validation. Not TDRA-official. installs: npm:@dlsforge/aegov-mcp detail: https://mcpindex.ai/server/io-github-dlsforge-aegov-mcp - io.github.dma9527/irs-taxpayer (io.github.dma9527/irs-taxpayer@0.5.3) 39 tax tools for US taxpayers: federal/state tax, credits, deductions, retirement. All local. installs: npm:irs-taxpayer-mcp detail: https://mcpindex.ai/server/io-github-dma9527-irs-taxpayer - io.github.dmarc-examiner/mcp (io.github.dmarc-examiner/mcp@1.1.0) Read your own DMARC aggregate and forensic reports: sources, alignment, alerts, CSV export. installs: npm:@dmarc-examiner/mcp | remote:https://mcp.dmarc-examiner.com/mcp detail: https://mcpindex.ai/server/io-github-dmarc-examiner-mcp - Umlout (io.github.dmkorj/umlout@1.0.0) Create and edit UML, flowchart, wireframe and sequence diagrams on an Umlout whiteboard. installs: remote:https://www.umlout.com/mcp/sse detail: https://mcpindex.ai/server/io-github-dmkorj-umlout - io.github.dmsnavin/grandline-mcp (io.github.dmsnavin/grandline-mcp@0.2.1) Empirical maritime distances from real AIS tracks: 4 route variants, port lookup, bulk matrix installs: pypi:grandline-mcp detail: https://mcpindex.ai/server/io-github-dmsnavin-grandline-mcp - io.github.dns-aid/dns-aid (io.github.dns-aid/dns-aid@0.28.1) Discover and publish AI agents via DNS using SVCB records (RFC 9460) installs: pypi:dns-aid detail: https://mcpindex.ai/server/io-github-dns-aid-dns-aid - io.github.do-droid/busan-essentials (io.github.do-droid/busan-essentials@0.1.1) Find the nearest restroom, pharmacy, WiFi, or AED in Busan, Korea. 8,680 places, Korean+English. installs: docker:ghcr.io/do-droid/busan-essentials:0.1.1 detail: https://mcpindex.ai/server/io-github-do-droid-busan-essentials - io.github.do-droid/seoul-essentials (io.github.do-droid/seoul-essentials@0.2.0) 22,000+ Seoul public facility data for tourists: restrooms, pharmacies, WiFi, AEDs, and subway. installs: docker:ghcr.io/do-droid/seoul-essentials:0.2.0 detail: https://mcpindex.ai/server/io-github-do-droid-seoul-essentials - io.github.doazvjettu/leakguard-mcp (io.github.doazvjettu/leakguard-mcp@0.1.1) Static analyzer flagging lookahead bias & data leakage in ML/trading code before backtest. installs: pypi:leakguard-mcp detail: https://mcpindex.ai/server/io-github-doazvjettu-leakguard-mcp - agentverse (io.github.doc2mcp/agentverse@1.0.1781779784) MCP server for agentverse documentation, generated by doc2mcp. installs: remote:https://doc2mcp.site/api/mcp/353ba712-2c3b-4699-9c58-0dc4e54ff4eb/mcp detail: https://mcpindex.ai/server/io-github-doc2mcp-agentverse - cavalry (io.github.doc2mcp/cavalry@1.0.1781655028) MCP server for cavalry documentation, generated by doc2mcp. installs: remote:https://doc2mcp.site/api/mcp/2b3751c9-893e-49b2-b627-da208f631cbb/mcp detail: https://mcpindex.ai/server/io-github-doc2mcp-cavalry - developer (io.github.doc2mcp/developer@1.0.1782461537) MCP server for developer documentation, generated by doc2mcp. installs: remote:https://doc2mcp.site/api/mcp/c7dd7af1-84b9-4bc3-a3e8-0b3a324c8413/mcp detail: https://mcpindex.ai/server/io-github-doc2mcp-developer - doc2mcp (io.github.doc2mcp/doc2mcp@1.0.1783805784) MCP server for doc2mcp documentation, generated by doc2mcp. installs: remote:https://doc2mcp.site/api/mcp/5bfd0790-3cac-4fef-8632-6fb6eb8fa71a/mcp detail: https://mcpindex.ai/server/io-github-doc2mcp-doc2mcp - freefirecommunity (io.github.doc2mcp/freefirecommunity@1.0.1785564364) MCP server for freefirecommunity documentation, generated by doc2mcp. installs: remote:https://doc2mcp.site/api/mcp/d590fef3-1aee-410c-86fa-3abd968db980/mcp detail: https://mcpindex.ai/server/io-github-doc2mcp-freefirecommunity - innovationlab (io.github.doc2mcp/innovationlab@1.0.1780737423) MCP server for innovationlab documentation, generated by doc2mcp. installs: remote:https://doc2mcp.site/api/mcp/07229b9b-be76-4823-b6ef-8e05641be899/mcp detail: https://mcpindex.ai/server/io-github-doc2mcp-innovationlab - langchain (io.github.doc2mcp/langchain@1.0.1781396655) MCP server for langchain documentation, generated by doc2mcp. installs: remote:https://doc2mcp.site/api/mcp/0cd2635e-0cd5-4712-b33c-13b10c547e42/mcp detail: https://mcpindex.ai/server/io-github-doc2mcp-langchain - lightfield (io.github.doc2mcp/lightfield@1.0.1780875164) MCP server for lightfield documentation, generated by doc2mcp. installs: remote:https://doc2mcp.site/api/mcp/24fd8d23-16a6-4eb9-bee0-f8080a6b31b2/mcp detail: https://mcpindex.ai/server/io-github-doc2mcp-lightfield - manus (io.github.doc2mcp/manus@1.0.1780872068) MCP server for manus documentation, generated by doc2mcp. installs: remote:https://doc2mcp.site/api/mcp/221536c8-fc67-48b8-a177-b04b58d6b268/mcp detail: https://mcpindex.ai/server/io-github-doc2mcp-manus - network (io.github.doc2mcp/network@1.0.1785624232) MCP server for network documentation, generated by doc2mcp. installs: remote:https://www.doc2mcp.site/api/mcp/627464b0-c66d-44f0-a60d-76664a9bdbb1/mcp detail: https://mcpindex.ai/server/io-github-doc2mcp-network - opencode (io.github.doc2mcp/opencode@1.0.1782367812) MCP server for opencode documentation, generated by doc2mcp. installs: remote:https://doc2mcp.site/api/mcp/3f20f9f1-6c33-4679-8d37-613e07293a1d/mcp detail: https://mcpindex.ai/server/io-github-doc2mcp-opencode - skill (io.github.doc2mcp/skill@1.0.1785400102) MCP server for skill documentation, generated by doc2mcp. installs: remote:https://doc2mcp.site/api/mcp/60778812-f202-41a2-964a-1cdea1a87f6a/mcp detail: https://mcpindex.ai/server/io-github-doc2mcp-skill - stocksense-ai (io.github.doc2mcp/stocksense-ai@1.0.1783197997) MCP server for stocksense-ai documentation, generated by doc2mcp. installs: remote:https://doc2mcp.site/api/mcp/d7de7361-0a4a-4deb-b2a5-0849d5bb0a34/mcp detail: https://mcpindex.ai/server/io-github-doc2mcp-stocksense-ai - sunpeak (io.github.doc2mcp/sunpeak@1.0.1780873603) MCP server for sunpeak documentation, generated by doc2mcp. installs: remote:https://doc2mcp.site/api/mcp/c97f81d9-55ac-4b5d-b64d-6e3c04c6eb36/mcp detail: https://mcpindex.ai/server/io-github-doc2mcp-sunpeak - tabletopsimulator (io.github.doc2mcp/tabletopsimulator@1.0.1781925825) MCP server for tabletopsimulator documentation, generated by doc2mcp. installs: remote:https://doc2mcp.site/api/mcp/1b5ee653-f763-415b-8d1b-46c60f17b363/mcp detail: https://mcpindex.ai/server/io-github-doc2mcp-tabletopsimulator - uagents (io.github.doc2mcp/uagents@1.0.1781555819) MCP server for uagents documentation, generated by doc2mcp. installs: remote:https://doc2mcp.site/api/mcp/52d6b035-f43d-409a-abcb-affb352eee63/mcp detail: https://mcpindex.ai/server/io-github-doc2mcp-uagents - io.github.docracy1/monthsleft (io.github.docracy1/monthsleft@1.0.0) SaaS runway calculator (MRR growth vs churn), breakeven, burn multiple. Free MCP connector. installs: remote:https://monthsleft.netlify.app/.netlify/functions/mcp detail: https://mcpindex.ai/server/io-github-docracy1-monthsleft - io.github.docracy1/runwayleft (io.github.docracy1/runwayleft@1.0.0) Cash runway, breakeven, and burn multiple calculator. Free, no login. MCP connector. installs: remote:https://runwayleft.netlify.app/.netlify/functions/mcp detail: https://mcpindex.ai/server/io-github-docracy1-runwayleft - io.github.dodenbach/openfolio (io.github.dodenbach/openfolio@1.0.0) Agent-native MCP server over 49M+ US public and government records, privacy-first, always current. installs: remote:https://dtodenbach--pq-api-serve.modal.run/mcp detail: https://mcpindex.ai/server/io-github-dodenbach-openfolio - Airtable (io.github.domdomegg/airtable-mcp-server@1.14.0) Read and write access to Airtable database schemas, tables, and records. installs: npm:airtable-mcp-server | docker:docker.io/domdomegg/airtable-mcp-server:1.14.0 detail: https://mcpindex.ai/server/io-github-domdomegg-airtable-mcp-server - Barcode Scanner (io.github.domdomegg/barcode-scanner-mcp@1.2.0) Scan and generate barcodes and QR codes. installs: npm:barcode-scanner-mcp detail: https://mcpindex.ai/server/io-github-domdomegg-barcode-scanner-mcp - Computer Use (io.github.domdomegg/computer-use-mcp@1.8.0) Control your computer with screenshots, mouse, and keyboard automation. installs: npm:computer-use-mcp detail: https://mcpindex.ai/server/io-github-domdomegg-computer-use-mcp - Defuddle Fetch (io.github.domdomegg/defuddle-fetch-mcp-server@1.0.4) Fetch content from the web, cleaned up nicely for LLMs (using Defuddle). installs: npm:defuddle-fetch-mcp-server detail: https://mcpindex.ai/server/io-github-domdomegg-defuddle-fetch-mcp-server - Downdetector (io.github.domdomegg/downdetector-mcp@1.0.1) Check service status and outage information via Downdetector. installs: npm:downdetector-mcp detail: https://mcpindex.ai/server/io-github-domdomegg-downdetector-mcp - Starling Bank (io.github.domdomegg/starling-bank-mcp@1.2.1) Allow AI systems to view and control your Starling Bank account via MCP. installs: npm:starling-bank-mcp detail: https://mcpindex.ai/server/io-github-domdomegg-starling-bank-mcp - io.github.dominic-righthere/envibe (io.github.dominic-righthere/envibe@0.2.7) Secure permission layer between AI agents and your .env files installs: npm:envibe-mcp detail: https://mcpindex.ai/server/io-github-dominic-righthere-envibe - Mindwtr (io.github.dongdongbh/mindwtr@1.1.3) Task and project automation for local Mindwtr data, with read-only self-hosted Cloud access. installs: npm:mindwtr-mcp detail: https://mcpindex.ai/server/io-github-dongdongbh-mindwtr - io.github.donnywin85/bsc-dex-spread (io.github.donnywin85/bsc-dex-spread@0.1.0) Cross-DEX price & spread for PancakeSwap v2+v3 on BSC via x402. Tool get_dex_spread(pair, fee?). installs: npm:bsc-dex-spread-mcp detail: https://mcpindex.ai/server/io-github-donnywin85-bsc-dex-spread - io.github.donovan-jasper/sl-mcp (io.github.donovan-jasper/sl-mcp@0.1.2) MCP server for Sapling (sl) version control installs: npm:sl-mcp detail: https://mcpindex.ai/server/io-github-donovan-jasper-sl-mcp - io.github.donovanh/mcp-server (io.github.donovanh/mcp-server@0.3.3) MCP server for Lightning Tools — pay-per-call AI tools via Bitcoin Lightning installs: npm:@lightning-tools/mcp-server detail: https://mcpindex.ai/server/io-github-donovanh-mcp-server - io.github.dontsovcmc/yandex-direct (io.github.dontsovcmc/yandex-direct@0.3.0) MCP server for Yandex Direct API v5 — campaigns, ads, keywords, bids, audiences installs: pypi:mcp-server-yandex-direct detail: https://mcpindex.ai/server/io-github-dontsovcmc-yandex-direct - io.github.dontuh3/latent-lounge-mcp (io.github.dontuh3/latent-lounge-mcp@1.1.0) Visit The Latent Lounge: AI agents play paid puzzles & duels, paying in USDC via x402 installs: npm:latent-lounge-mcp detail: https://mcpindex.ai/server/io-github-dontuh3-latent-lounge-mcp - mcp-broker (io.github.doricstack/mcp-broker@2.0.0) Local MCP broker that exposes one compact entry for many upstream servers. installs: pypi:mcp-broker detail: https://mcpindex.ai/server/io-github-doricstack-mcp-broker - MCP Office PowerPoint (io.github.dosev-ai/mcp-office-powerpoint@0.7.0) 46-tool PowerPoint MCP server. Build, edit, and export .pptx files. Windows-first. installs: pypi:mcp-office detail: https://mcpindex.ai/server/io-github-dosev-ai-mcp-office-powerpoint - io.github.douglasborthwick-crypto/insumer (io.github.douglasborthwick-crypto/insumer@1.13.0) Read-first blockchain verification. ECDSA-signed booleans across 38 chains. 27 tools. installs: npm:mcp-server-insumer detail: https://mcpindex.ai/server/io-github-douglasborthwick-crypto-insumer - io.github.douglasgan/asktian (io.github.douglasgan/asktian@0.3.3) Chinese metaphysics (bazi, qimen, 5-element) as decision-support tools for AI agents. installs: npm:@asktian/mcp-server | remote:https://mcp.asktian.com/mcp detail: https://mcpindex.ai/server/io-github-douglasgan-asktian - PensionPro (io.github.douglaslinsmeyer/pension-pro-mcp@0.2.1) MCP server for the PensionPro pension administration REST API. installs: pypi:pension-pro-mcp detail: https://mcpindex.ai/server/io-github-douglaslinsmeyer-pension-pro-mcp - io.github.dougsureel-tech/radtask-mcp (io.github.dougsureel-tech/radtask-mcp@0.1.0) AI task cockpit: an agent does your tasks and asks before anything irreversible. installs: remote:https://radtask.ai/api/mcp detail: https://mcpindex.ai/server/io-github-dougsureel-tech-radtask-mcp - Sublime Text MCP (io.github.dpc00/sublime-mcp@1.0.0) MCP server for Sublime Text 4. Lets Claude Code read and control a running ST instance. installs: pypi:sublime-mcp detail: https://mcpindex.ai/server/io-github-dpc00-sublime-mcp - LinkMeta MCP (io.github.dpozimski/linkmeta-mcp@1.2.0) Extract URL metadata (Open Graph, Twitter Cards, JSON-LD) from any URL installs: npm:linkmeta-mcp detail: https://mcpindex.ai/server/io-github-dpozimski-linkmeta-mcp - PageDrop MCP (io.github.dpozimski/pagedrop-mcp@1.2.0) Deploy and manage instant HTML sites with paste, upload, and ZIP deploy installs: npm:pagedrop-mcp detail: https://mcpindex.ai/server/io-github-dpozimski-pagedrop-mcp - PageShot MCP (io.github.dpozimski/pageshot-mcp@1.2.0) Capture webpage screenshots with format, viewport, and dark mode options installs: npm:pageshot-mcp detail: https://mcpindex.ai/server/io-github-dpozimski-pageshot-mcp - QRMint MCP (io.github.dpozimski/qrmint-mcp@1.2.0) Generate styled QR codes with colors, logos, frames, and batch support installs: npm:qrmint-mcp detail: https://mcpindex.ai/server/io-github-dpozimski-qrmint-mcp - Iceberg MCP Server (io.github.dragonejt/iceberg-mcp-server@0.2.3) MCP Server for Apache Iceberg installs: pypi:iceberg-mcp-server detail: https://mcpindex.ai/server/io-github-dragonejt-iceberg-mcp-server - io.github.drannakurasova/kobotoolbox-mcp-server (io.github.drannakurasova/kobotoolbox-mcp-server@0.1.0) MCP server for KoboToolbox: list forms, fetch submissions, and export field data. installs: npm:kobotoolbox-mcp-server detail: https://mcpindex.ai/server/io-github-drannakurasova-kobotoolbox-mcp-server - Kael MCP Server (io.github.dreamingms/kael-mcp-server@1.3.0) 16 AI-native tools with dual SSE + streamable-http transport. Free tier available. installs: remote:https://www.kael.ink/mcp/sse detail: https://mcpindex.ai/server/io-github-dreamingms-kael-mcp-server - io.github.dreamrec/livepilot (io.github.dreamrec/livepilot@1.10.4) 317-tool agentic MCP production system for Ableton Live 12 — device atlas, sample engine, composer installs: npm:livepilot detail: https://mcpindex.ai/server/io-github-dreamrec-livepilot - fcp-mcp — Final Cut Pro MCP Server (io.github.dreliq9/fcp-mcp@0.2.0) Final Cut Pro MCP — 88 tools: FCPXML engine, live FCP control, media analysis, puppets. installs: pypi:fcp-mcp detail: https://mcpindex.ai/server/io-github-dreliq9-fcp-mcp - io.github.drfccv/mcp-server-12306 (io.github.drfccv/mcp-server-12306@0.3.1) An MCP server that provides 12306 ticket query installs: pypi:mcp-server-12306 detail: https://mcpindex.ai/server/io-github-drfccv-mcp-server-12306 - io.github.drhalto/agentmako (io.github.drhalto/agentmako@0.2.3) Local-first codebase intelligence MCP server for AI coding agents. installs: npm:agentmako detail: https://mcpindex.ai/server/io-github-drhalto-agentmako - Gearboy MCP Server (io.github.drhelius/gearboy@3.8.12) MCP server for Gearboy Nintendo Game Boy / Game Boy Color emulator installs: manual detail: https://mcpindex.ai/server/io-github-drhelius-gearboy - Gearcoleco MCP Server (io.github.drhelius/gearcoleco@1.6.9) MCP server for Gearcoleco ColecoVision emulator installs: manual detail: https://mcpindex.ai/server/io-github-drhelius-gearcoleco - Geargrafx MCP Server (io.github.drhelius/geargrafx@1.7.17) MCP server for Geargrafx PC Engine / TurboGrafx-16 emulator installs: manual detail: https://mcpindex.ai/server/io-github-drhelius-geargrafx - Gearlynx MCP Server (io.github.drhelius/gearlynx@1.2.23) MCP server for Gearlynx Atari Lynx emulator installs: manual detail: https://mcpindex.ai/server/io-github-drhelius-gearlynx - Gearsystem MCP Server (io.github.drhelius/gearsystem@3.9.15) MCP server for Gearsystem Sega Master System / Game Gear / SG-1000 emulator installs: manual detail: https://mcpindex.ai/server/io-github-drhelius-gearsystem - Wheel Fitment API (io.github.driveate/wheel-size-mcp@0.5.1) Official MCP server for vehicle wheel and tire fitment data from wheel-size.com installs: pypi:wheel-size-mcp detail: https://mcpindex.ai/server/io-github-driveate-wheel-size-mcp - io.github.drjerryrelth/ghl-command (io.github.drjerryrelth/ghl-command@3.66.2) GoHighLevel MCP for Claude: 239 tools, 50 modules, incl. the only programmatic GHL workflow builder installs: npm:@elitedcs/ghl-mcp detail: https://mcpindex.ai/server/io-github-drjerryrelth-ghl-command - io.github.drjoergkrauter/leadership-agent (io.github.drjoergkrauter/leadership-agent@1.0.0) MCP-Server zum Buch 'Zukunft führen' (Dr. Jörg Krauter): BANI & Leadership-Impulse. installs: remote:https://zukunft-fuehren-mcp.joerg-krauter.workers.dev/ detail: https://mcpindex.ai/server/io-github-drjoergkrauter-leadership-agent - io.github.dropflyai/fitfly-engine (io.github.dropflyai/fitfly-engine@0.2.0) Deterministic fitness coaching engine: adaptive programs, progression math, readiness autoregulation installs: remote:https://workout-engine-production-5dd7.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-dropflyai-fitfly-engine - dropthis (io.github.dropthis-dev/dropthis-mcp@0.37.0) Publish HTML, files, or a URL to a permanent public URL, then update it — from any MCP agent. installs: npm:@dropthis/mcp | remote:https://mcp.dropthis.app/mcp detail: https://mcpindex.ai/server/io-github-dropthis-dev-dropthis-mcp - Distil (io.github.dshakes/distil@1.30.0) Reversibly compress tool outputs to recoverable handles; expand to exact original bytes on demand. installs: pypi:distil-llm detail: https://mcpindex.ai/server/io-github-dshakes-distil - vardoger (io.github.dstrupl/vardoger@0.3.2) Personalize AI coding assistants by analyzing local conversation history. Runs on your machine. installs: pypi:vardoger detail: https://mcpindex.ai/server/io-github-dstrupl-vardoger - io.github.dtajitdinov-aris/sphere-marketplace (io.github.dtajitdinov-aris/sphere-marketplace@1.0.0) International marketplace where AI agents offer, order, and get paid for services and capabilities. installs: remote:https://starsphera.com/mcp/sse detail: https://mcpindex.ai/server/io-github-dtajitdinov-aris-sphere-marketplace - Google data (Trends, YouTube, Ads Transparency, Play) (io.github.ducnhd/google-data-mcp@0.2.0) Google Trends, YouTube, Ads Transparency and Play reviews over plain HTTP. No API key. installs: pypi:google-data-mcp detail: https://mcpindex.ai/server/io-github-ducnhd-google-data-mcp - Tewdy (io.github.dugiwarc/tewdy@0.1.0) Find local service providers — plumbers, tutors, translators — and estimate provider earnings. installs: remote:https://mcp.tewdy.com detail: https://mcpindex.ai/server/io-github-dugiwarc-tewdy - io.github.duiduixu/ampleMcpServer (io.github.duiduixu/ampleMcpServer@0.1.1-beta) 生成随机数MCP Server installs: manual detail: https://mcpindex.ai/server/io-github-duiduixu-amplemcpserver - io.github.dulzuradev/liveauth-mcp (io.github.dulzuradev/liveauth-mcp@1.0.8) MCP server for LiveAuth: PoW + Lightning auth, L402 bundles, and paid MCP tool receipts. installs: npm:@liveauth-labs/mcp-server detail: https://mcpindex.ai/server/io-github-dulzuradev-liveauth-mcp - io.github.dumbspacecookie/stickies (io.github.dumbspacecookie/stickies@0.14.2) Persistent, expiring, importance-graded sticky notes for Claude Code. installs: npm:stickies-mcp detail: https://mcpindex.ai/server/io-github-dumbspacecookie-stickies - Dungeon Roll — On-Chain D&D Combat (io.github.dungeonroll0/dungeon-roll@0.2.0) On-chain D&D 1v1 combat on Base. Register agents, wager ETH, fight. Loser dies on-chain. installs: npm:dungeon-roll-mcp detail: https://mcpindex.ai/server/io-github-dungeonroll0-dungeon-roll - io.github.dushyant30suthar/endiagram-mcp (io.github.dushyant30suthar/endiagram-mcp@0.3.16) EN Diagram — structural verification for concurrent systems. Pure math, no AI. installs: npm:@endiagram/mcp | remote:https://api.endiagram.com/mcp detail: https://mcpindex.ai/server/io-github-dushyant30suthar-endiagram-mcp - Duvo MCP (io.github.duvoai/duvo@2026-05-24) Governed retail, FMCG, and CPG operational tools: runs, cases, approvals, audit-ready execution. installs: remote:https://api.duvo.ai/v1/mcp detail: https://mcpindex.ai/server/io-github-duvoai-duvo - Chassis (io.github.dvd90/chassis-mcp@0.1.2) Scaffold an Express 5 + TypeScript backend: database, auth, optional Next.js front end. installs: npm:chassis-mcp detail: https://mcpindex.ai/server/io-github-dvd90-chassis-mcp - io.github.dwarehouse1/vrm-toolkit-mcp (io.github.dwarehouse1/vrm-toolkit-mcp@0.1.1) Inspect, validate and preview VRM / VRMA files from an AI agent (5 tools, local stdio server). installs: npm:vrm-toolkit-mcp detail: https://mcpindex.ai/server/io-github-dwarehouse1-vrm-toolkit-mcp - io.github.dweekly/quicken-mac-mcp (io.github.dweekly/quicken-mac-mcp@1.0.3) Read-only access to Quicken For Mac financial data: transactions, spending, and portfolios. installs: npm:quicken-mac-mcp detail: https://mcpindex.ai/server/io-github-dweekly-quicken-mac-mcp - io.github.dylanc1317-create/leadcloser-mcp (io.github.dylanc1317-create/leadcloser-mcp@1.0.1) Manage leads and insights for NZ trade businesses via LeadCloser AI. installs: npm:@dylanc1317/leadcloser-mcp detail: https://mcpindex.ai/server/io-github-dylanc1317-create-leadcloser-mcp - DC Member API (io.github.dynamitecircle/dc@2.3.1) Read and act on your own Dynamite Circle membership data via the public DC Member API. installs: remote:https://api.dynamitecircle.com/mcp detail: https://mcpindex.ai/server/io-github-dynamitecircle-dc - io.github.dynatrace-oss/Dynatrace-mcp (io.github.dynatrace-oss/Dynatrace-mcp@2.1.2) [DEPRECATED] Dynatrace MCP Server. Migrate to dynatrace-for-ai or Dynatrace Remote MCP Server. installs: npm:@dynatrace-oss/dynatrace-mcp-server detail: https://mcpindex.ai/server/io-github-dynatrace-oss-dynatrace-mcp - io.github.eCardWidget/ecardwidget-mcp (io.github.eCardWidget/ecardwidget-mcp@0.5.2) Send eCards, run bulk campaigns, and automate recurring cards from your AI assistant. installs: npm:ecardwidget-mcp detail: https://mcpindex.ai/server/io-github-ecardwidget-ecardwidget-mcp - Runik AI (io.github.eZhing/runik-ai@1.0.1) Chat-first business management. 40+ tools, 26 templates. Describe your business, done. installs: remote:https://runikapp.com/mcp detail: https://mcpindex.ai/server/io-github-ezhing-runik-ai - Claude Code Bridge from Essential AI Solutions (essentialai.uk) (io.github.eaisdevelopment/cc-bridge-mcp-server@0.3.0) MCP bridge for inter-session communication between Claude Code instances installs: npm:@essentialai/cc-bridge-mcp-server detail: https://mcpindex.ai/server/io-github-eaisdevelopment-cc-bridge-mcp-server - Relin (io.github.earonesty/relin@0.1.0) Inspect webhook health, investigate delivery failures, configure sources, and replay events. installs: remote:https://relin.app/mcp detail: https://mcpindex.ai/server/io-github-earonesty-relin - Japan Real Estate Prices (io.github.easakura/japan-real-estate-mcp@1.0.0) Japan real estate transaction prices and official land values (MLIT data) by area, year, and type. installs: remote:https://fudousan-mcp.easakura.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-easakura-japan-real-estate-mcp - io.github.easingthemes/aem-mcp-server (io.github.easingthemes/aem-mcp-server@1.3.9) AEM MCP server. Chat with your AEM instance for content, component, and asset operations. installs: npm:aem-mcp-server detail: https://mcpindex.ai/server/io-github-easingthemes-aem-mcp-server - io.github.easingthemes/moltbook-mcp (io.github.easingthemes/moltbook-mcp@1.0.0) Moltbook MCP server: post, comment, upvote, DMs, communities. API key auth. installs: npm:moltbook-http-mcp detail: https://mcpindex.ai/server/io-github-easingthemes-moltbook-mcp - io.github.easywebshop/mcp (io.github.easywebshop/mcp@0.1.0) Allows you to create a website or online store on the EasyWebshop platform. installs: remote:https://easywebshop.com/mcp detail: https://mcpindex.ai/server/io-github-easywebshop-mcp - yutu (io.github.eat-pray-ai/yutu@0.10.11-dev2) The AI-powered toolkit that grows your YouTube channel on autopilot installs: npm:@eat-pray-ai/yutu detail: https://mcpindex.ai/server/io-github-eat-pray-ai-yutu - io.github.ebadros/sidearm (io.github.ebadros/sidearm@0.9.2) Protect media from AI training, detect AI-generated content, and find stolen work. installs: npm:@sidearmdrm/mcp detail: https://mcpindex.ai/server/io-github-ebadros-sidearm - Google Tasks MCP Server (io.github.ebmurha/google-tasks-mcp@0.4.0) Manage Google Tasks from MCP-compatible AI clients. installs: pypi:google-tasks-mcp detail: https://mcpindex.ai/server/io-github-ebmurha-google-tasks-mcp - io.github.ebrunet001/mcp-server-lol (io.github.ebrunet001/mcp-server-lol@2.0.44) League of Legends AI coaching: player profiles, match history, ranked stats & performance analysis installs: remote:https://mrbridge--lol-mcp-server.apify.actor/mcp detail: https://mcpindex.ai/server/io-github-ebrunet001-mcp-server-lol - io.github.ebrunet001/mcp-server-tft (io.github.ebrunet001/mcp-server-tft@1.0.20) Teamfight Tactics AI coaching: composition analysis, augment optimization & improvement tips installs: remote:https://mrbridge--teamfight-tactics-mcp-server---ai-game-analysis.apify.actor/mcp detail: https://mcpindex.ai/server/io-github-ebrunet001-mcp-server-tft - io.github.ed-dryha/reolink-mcp (io.github.ed-dryha/reolink-mcp@1.0.0) MCP server for Reolink cameras: snapshots, device state, AI detection, PTZ, and deterrence controls installs: pypi:reolink-mcp detail: https://mcpindex.ai/server/io-github-ed-dryha-reolink-mcp - io.github.edelgad3/ai-visibility-scanner (io.github.edelgad3/ai-visibility-scanner@1.0.0) Scan websites for AI visibility and marketing health with interactive dashboard. installs: remote:https://ai-visibility-scanner-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-edelgad3-ai-visibility-scanner - Mood Booster Agent (io.github.edge-claw/mood-booster-agent@1.0.0) ERC-8004 AI Agent: uplifting messages, USDC tipping, and on-chain reputation feedback. installs: remote:https://aws.tail177fbd.ts.net/sse detail: https://mcpindex.ai/server/io-github-edge-claw-mood-booster-agent - io.github.edgeedgehq/coverageunlocked (io.github.edgeedgehq/coverageunlocked@1.0.4) AI-powered insurance denial appeals. Win probabilities, payer intelligence & regulatory leverage. installs: npm:coverageunlocked-mcp detail: https://mcpindex.ai/server/io-github-edgeedgehq-coverageunlocked - io.github.edgeedgehq/denialbot (io.github.edgeedgehq/denialbot@1.0.1) Insurance denial code lookup, appeal letter generation, and denial analysis for AI agents. installs: npm:@coverage-unlocked/denialbot-mcp detail: https://mcpindex.ai/server/io-github-edgeedgehq-denialbot - Raze (io.github.edinabazi/raze@1.0.0) Explore Raze services, pricing, projects, availability, and confirmed introduction bookings. installs: remote:https://razegrowth.com/mcp detail: https://mcpindex.ai/server/io-github-edinabazi-raze - io.github.edinetdb/edinet-db-mcp (io.github.edinetdb/edinet-db-mcp@1.0.0) Remote MCP for Japan's EDINET DB — 3,800 listed companies' financials & filings (OAuth) installs: remote:https://edinetdb.jp/mcp detail: https://mcpindex.ai/server/io-github-edinetdb-edinet-db-mcp - FYI MCP (io.github.edithatogo/fyi-mcp@0.1.2) FYI request management with tools for requests, authorities, correspondence, sync, and health. installs: manual detail: https://mcpindex.ai/server/io-github-edithatogo-fyi-mcp - healthpoint-rs (io.github.edithatogo/healthpoint-rs@0.1.0) Read-only MCP server for licensed Healthpoint HL7 FHIR API access. installs: docker:ghcr.io/edithatogo/healthpoint-mcp:0.1.0 detail: https://mcpindex.ai/server/io-github-edithatogo-healthpoint-rs - MCHS NWAU Calculator (io.github.edithatogo/mchs@0.2.2) Stdio MCP server for MCHS schemas, validation, support status, and evidence. installs: pypi:nwau-py detail: https://mcpindex.ai/server/io-github-edithatogo-mchs - OSF CLI Go (io.github.edithatogo/osf-cli-go@0.3.2) Read-only MCP tools for authenticated Open Science Framework projects and files. installs: docker:ghcr.io/edithatogo/osf-cli-go-osf-mcp:0.3.2 detail: https://mcpindex.ai/server/io-github-edithatogo-osf-cli-go - Sourceright (io.github.edithatogo/sourceright@0.1.20) Reference verification MCP server for CSL bibliographies, evidence, and audited writes. installs: docker:ghcr.io/edithatogo/sourceright-mcp:0.1.20 detail: https://mcpindex.ai/server/io-github-edithatogo-sourceright - agenthold (io.github.edobusy/agenthold@0.10.0) Shared versioned state for multi-agent AI workflows installs: pypi:agenthold detail: https://mcpindex.ai/server/io-github-edobusy-agenthold - io.github.edushinka/betbetter-mcp (io.github.edushinka/betbetter-mcp@1.0.1) Free sports model win probabilities and fair odds for nine sports. No API key required. installs: npm:betbetter-mcp detail: https://mcpindex.ai/server/io-github-edushinka-betbetter-mcp - zzop (io.github.eezz4/zzop@0.30.0) Deterministic cross-repo contract analysis for AI agents: frontend calls vs backend endpoints. installs: manual detail: https://mcpindex.ai/server/io-github-eezz4-zzop - io.github.efranceschetti/festo-codesys-mcp (io.github.efranceschetti/festo-codesys-mcp@1.0.1) MCP server for Festo/CODESYS PLCs: IEC 61131-3 ST + validated PLCopen XML generation. installs: npm:festo-codesys-mcp detail: https://mcpindex.ai/server/io-github-efranceschetti-festo-codesys-mcp - io.github.eghuzefa/engineer-your-data (io.github.eghuzefa/engineer-your-data@0.1.3) MCP server for data engineering: validation, transformation, visualization, and APIs. installs: pypi:engineer-your-data detail: https://mcpindex.ai/server/io-github-eghuzefa-engineer-your-data - io.github.egoughnour/code-firewall-mcp (io.github.egoughnour/code-firewall-mcp@0.7.0) Structural similarity-based code filter. Stops malicious code pattern reaching execution tools. installs: pypi:code-firewall-mcp detail: https://mcpindex.ai/server/io-github-egoughnour-code-firewall-mcp - Curate-Ipsum (io.github.egoughnour/curate-ipsum@2.5.1) Code synthesis through belief revision, mutation testing, and verification installs: pypi:curate-ipsum detail: https://mcpindex.ai/server/io-github-egoughnour-curate-ipsum - io.github.egoughnour/massive-context-mcp (io.github.egoughnour/massive-context-mcp@3.0.1) Handles 10M+ token contexts with chunking, sub-queries, and local Ollama inference. installs: pypi:massive-context-mcp detail: https://mcpindex.ai/server/io-github-egoughnour-massive-context-mcp - io.github.egulatee/codecov (io.github.egulatee/codecov@1.1.0) MCP server for querying Codecov coverage data with configurable URL support installs: npm:mcp-server-codecov detail: https://mcpindex.ai/server/io-github-egulatee-codecov - Dedicated Mac Mini AI Bot Setup (io.github.eibrahim/dedicated-mac-mini-ai-bot-setup@1.0.3) Read-only Mac mini AI operator setup offer with queue, pricing, and buyer-route tools. installs: remote:https://www.emadibrahim.com/mcp detail: https://mcpindex.ai/server/io-github-eibrahim-dedicated-mac-mini-ai-bot-setup - CanYouGrab.it (io.github.einiba/canyougrab@1.1.1) Confidence-scored domain availability checking for AI agents via CanYouGrab.it installs: pypi:mcp-server-canyougrab | remote:https://api.canyougrab.it/mcp detail: https://mcpindex.ai/server/io-github-einiba-canyougrab - io.github.einvoice-dev1/archsteer (io.github.einvoice-dev1/archsteer@0.10.0) Architecture governance for AI agents: query the live model, get target patterns, check files. installs: pypi:archsteer detail: https://mcpindex.ai/server/io-github-einvoice-dev1-archsteer - io.github.ejentum/self-inspect-mcp (io.github.ejentum/self-inspect-mcp@0.1.1) Send a thought, get one metathought that makes your agent inspect its own assumptions. Keyless. installs: npm:self-inspect-mcp | remote:https://api.ejentum.com/self-inspect-mcp detail: https://mcpindex.ai/server/io-github-ejentum-self-inspect-mcp - BrandKit MCP (io.github.ejwhite7/brandkit-mcp@2.1.0) Brand atomic system over MCP: verbal, visual, motion, tokens, and a magic_trick taste primer. installs: npm:brandkit-mcp detail: https://mcpindex.ai/server/io-github-ejwhite7-brandkit-mcp - io.github.elchin92/avito-mcp (io.github.elchin92/avito-mcp@2.0.0) An AI agent that runs your Avito account — 148 tools for chats, listings, promotion, orders. installs: npm:avito-mcp detail: https://mcpindex.ai/server/io-github-elchin92-avito-mcp - io.github.electron-stagewright/core (io.github.electron-stagewright/core@0.5.0) Agent-native MCP server for driving, inspecting, and asserting on real Electron desktop apps. installs: npm:@electron-stagewright/core detail: https://mcpindex.ai/server/io-github-electron-stagewright-core - io.github.elevasyncsolutions-jpg/cryptoboss-mcp (io.github.elevasyncsolutions-jpg/cryptoboss-mcp@1.0.1) Crypto data & trading MCP with 43 tools: prices, DeFi, NFTs, Solana swaps. 11 tools free. installs: npm:@mrsscs/cryptoboss-mcp detail: https://mcpindex.ai/server/io-github-elevasyncsolutions-jpg-cryptoboss-mcp - eSIM.dog MCP Server (io.github.elliot-esimdog/mcp-esim@1.0.0) Provision global eSIM data plans and real mobile phone numbers for AI agents. 200+ countries. installs: manual detail: https://mcpindex.ai/server/io-github-elliot-esimdog-mcp-esim - ellmos Blender Use (io.github.ellmos-ai/ellmos-blender-use-mcp@0.1.0-alpha.4) Headless Blender asset QA over MCP: background script runs and FBX reimport verification. installs: npm:ellmos-blender-use-mcp detail: https://mcpindex.ai/server/io-github-ellmos-ai-ellmos-blender-use-mcp - Ellmos Clatcher MCP (io.github.ellmos-ai/ellmos-clatcher-mcp@1.0.10) Utility MCP server: JSON repair, encoding fixes, conversion, duplicates, batch rename, archives. installs: npm:ellmos-clatcher-mcp detail: https://mcpindex.ai/server/io-github-ellmos-ai-ellmos-clatcher-mcp - ellmos CodeCommander (io.github.ellmos-ai/ellmos-codecommander-mcp@1.3.16) Developer MCP server: code analysis, JSON repair, imports, diffs, regex, format conversion. installs: npm:ellmos-codecommander-mcp detail: https://mcpindex.ai/server/io-github-ellmos-ai-ellmos-codecommander-mcp - ellmos ControlCenter (io.github.ellmos-ai/ellmos-controlcenter-mcp@0.2.2) MCP control plane: local server discovery, profiles, capability bundles, and policy audits. installs: npm:ellmos-controlcenter-mcp detail: https://mcpindex.ai/server/io-github-ellmos-ai-ellmos-controlcenter-mcp - n8n Manager MCP (io.github.ellmos-ai/n8n-manager-mcp@0.1.13) MCP server for n8n workflow management -- view, create, sync and manage workflows via AI. installs: npm:n8n-manager-mcp detail: https://mcpindex.ai/server/io-github-ellmos-ai-n8n-manager-mcp - ValidateFin (io.github.elnicaise/validatefin@1.2.1) Validate SEPA, UBL/Peppol, XRechnung, camt, ACH & IBAN files locally — no data leaves your machine. installs: npm:@validatefin/mcp detail: https://mcpindex.ai/server/io-github-elnicaise-validatefin - Elias MCP Sample Server (io.github.elpadev/sample-mcp-server-python-package@0.0.1) A sample MCP server for testing installs: pypi:elias-mcp-server-elpadev detail: https://mcpindex.ai/server/io-github-elpadev-sample-mcp-server-python-package - io.github.eltociear/contract-guard-mcp (io.github.eltociear/contract-guard-mcp@1.1.0) EVM contract/token risk check + ERC20 approval (proxy, EIP-7702, unlimited-allowance). Zero deps. installs: docker:ghcr.io/eltociear/contract-guard-mcp:mcp-1.1.0 detail: https://mcpindex.ai/server/io-github-eltociear-contract-guard-mcp - io.github.eltociear/skill-audit-mcp (io.github.eltociear/skill-audit-mcp@1.1.0) Scan agent skills and MCP servers for malicious patterns before you load them installs: remote:https://eltociear-skill-audit.hf.space/mcp detail: https://mcpindex.ai/server/io-github-eltociear-skill-audit-mcp - io.github.emergencescience/mcp (io.github.emergencescience/mcp@1.1.0) Post bounties, solve tasks, earn credits on Emergence Science — the agent economy. installs: pypi:emergencescience-mcp detail: https://mcpindex.ai/server/io-github-emergencescience-mcp - io.github.emergent-wisdom/semahash (io.github.emergent-wisdom/semahash@0.4.0) Content-addressed semantics: fail-closed handshakes over 457 cognitive patterns. installs: pypi:semahash detail: https://mcpindex.ai/server/io-github-emergent-wisdom-semahash - EmidLabs Backtest (io.github.emidlabs/backtest-mcp@0.1.0) Run crypto trading strategy backtests through EmidLabs's Backtesting API. installs: remote:https://mcp.backtest.emidlabs.com/mcp detail: https://mcpindex.ai/server/io-github-emidlabs-backtest-mcp - Emilia Protocol (io.github.emiliaprotocol/mcp-server@1.0.4) Trust & human sign-off for AI agents: approval required before irreversible agent actions installs: npm:@emilia-protocol/mcp-server detail: https://mcpindex.ai/server/io-github-emiliaprotocol-mcp-server - io.github.emils-design/saightly (io.github.emils-design/saightly@0.1.0) Svensk marknadsplats för lokala tjänster från verifierade företag — sök, boka och begär offert. installs: remote:https://saightly.com/api/mcp detail: https://mcpindex.ai/server/io-github-emils-design-saightly - io.github.emircbngl/blender-optics-simulator (io.github.emircbngl/blender-optics-simulator@0.24.4) Build, align & render a real optical bench in Blender; drivable by an AI agent over MCP. installs: pypi:blender-optics-mcp detail: https://mcpindex.ai/server/io-github-emircbngl-blender-optics-simulator - io.github.emresemercioglu/signallabs-mcp (io.github.emresemercioglu/signallabs-mcp@1.0.3) Competitive Intelligence MCP: generate AI battlecards, track competitors, monitor market signals. installs: npm:signallabs-mcp detail: https://mcpindex.ai/server/io-github-emresemercioglu-signallabs-mcp - regexcronsql-validator (io.github.encodi/regexcronsql-validator@1.0.0) Valida regex, cron y SQL contra ejecucion real. Pago por llamada via x402/USDC. installs: remote:https://regexcronsql-validator.encodari.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-encodi-regexcronsql-validator - simulate-monte-carlo (io.github.encodi/simulate-monte-carlo@1.0.0) Real Monte Carlo simulation of a compound event/conditional probability. Paid via x402. installs: remote:https://simulate-monte-carlo.encodari.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-encodi-simulate-monte-carlo - validar-codigo-medico (io.github.encodi/validar-codigo-medico@1.0.1) Validates ICD-10-CM against the real FY2026 catalog (NCHS/CDC) and CPT by structure/category. installs: remote:https://validar-codigo-medico.encodari.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-encodi-validar-codigo-medico - validar-semver (io.github.encodi/validar-semver@1.0.1) Resolves real semver range satisfaction (^1.2.3, ~2.0) against a version. Paid via x402/USDC. installs: remote:https://validar-semver.encodari.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-encodi-validar-semver - endoflife.ai — Software Lifecycle Intelligence (io.github.endoflife-ai/endoflife-mcp@1.0.2) EOL dates and risk scores for 480+ software products. Check versions, score risk, audit stacks. installs: remote:https://mcp.endoflife.ai detail: https://mcpindex.ai/server/io-github-endoflife-ai-endoflife-mcp - io.github.eng-mohaemad/folosat-mcp (io.github.eng-mohaemad/folosat-mcp@0.1.0) Folosat MCP — income allocation, savings goals, group expenses and wealth tracking. EN & AR. installs: manual detail: https://mcpindex.ai/server/io-github-eng-mohaemad-folosat-mcp - io.github.engrossa/ipnex (io.github.engrossa/ipnex@0.2.0) Cited, confidence-stamped patent intelligence over US university tech-transfer out-licensing. installs: remote:https://api.ipnex.ai/mcp detail: https://mcpindex.ai/server/io-github-engrossa-ipnex - Enigmata Flow MCP (io.github.enigm-io-sys/enigmata-mcp@1.0.0) Аccess to personalized Enigmata astrological forecasts (day/week/month/thematic) for AI assistants installs: remote:https://enigmata.ru/flow/api/v1/mcp/ detail: https://mcpindex.ai/server/io-github-enigm-io-sys-enigmata-mcp - Enrichment.Kids Activity Marketplace (io.github.enrichment-kids/enrichment-kids@1.0.0) Find kids enrichment activities: camps, classes, after-school programs, and tutoring near you. installs: remote:https://mcp.enrichment.kids/mcp detail: https://mcpindex.ai/server/io-github-enrichment-kids-enrichment-kids - io.github.enthrium/oe-mcp (io.github.enthrium/oe-mcp@1.6.6) Connect any AI coding app to enterprise data sources. One binary, one JSON config. installs: npm:@openenthrium/oe-mcp detail: https://mcpindex.ai/server/io-github-enthrium-oe-mcp - ENTIA Entity Verification (io.github.entia-systems-core/entity-verification@4.3.2) 5.5M verified entities, 10 countries, 13 tools. EU VAT, BORME, GLEIF, KYB. Free 100/mo. installs: remote:https://mcp.entia.systems/mcp detail: https://mcpindex.ai/server/io-github-entia-systems-core-entity-verification - io.github.entropy0dev/mcp (io.github.entropy0dev/mcp@0.1.3) Entropy0 MCP server — source trust and URL safety tools for AI agents installs: npm:@entropy0/mcp detail: https://mcpindex.ai/server/io-github-entropy0dev-mcp - io.github.enuno/unifi-mcp-server (io.github.enuno/unifi-mcp-server@0.2.0) An MCP server that leverages official UniFi API installs: npm:unifi-mcp-server detail: https://mcpindex.ai/server/io-github-enuno-unifi-mcp-server - AgentFabric — Human-in-the-Loop Review & Approval (io.github.enzoduit/agentfabric@1.0.0) Human-in-the-loop review and approval for AI agents. Audit trail, approval policies, native MCP. installs: remote:https://mcp.agentfabric.dev detail: https://mcpindex.ai/server/io-github-enzoduit-agentfabric - GB Studio MCP Server (io.github.eoinjordan/gbstudio-claude-mcp@1.0.4) Create and modify GB Studio projects with MCP tools for scenes, actors, assets, and validation. installs: npm:gbstudio-claude-mcp detail: https://mcpindex.ai/server/io-github-eoinjordan-gbstudio-claude-mcp - TimeBase (io.github.epam/TimeBase-MCP@0.2.2) Explore and query TimeBase streams, schemas, QQL, symbols, and server status via MCP. installs: pypi:timebase-mcp | docker:ghcr.io/epam/timebase-mcp:0.2.2 detail: https://mcpindex.ai/server/io-github-epam-timebase-mcp - io.github.epistemedeus/x402-data-gateway (io.github.epistemedeus/x402-data-gateway@1.12.3) Sixteen paid x402 and MPP tools for web data, settlement proof, audits, DeFi, and agent work. installs: remote:https://agents.samedaydesk.com/mcp detail: https://mcpindex.ai/server/io-github-epistemedeus-x402-data-gateway - io.github.epsteinj/inkbloc (io.github.epsteinj/inkbloc@0.1.2) Collaborative document workspace with interactive AI blocks installs: npm:inkbloc-mcp detail: https://mcpindex.ai/server/io-github-epsteinj-inkbloc - JCGE Agent Interface (io.github.equicirco/JCGEAgentInterface.jl@0.1.1) MCP server for JCGE discovery, modeling guidance, solving, validation, and equation rendering. installs: docker:ghcr.io/equicirco/jcge-agentinterface-mcp:0.1.1 detail: https://mcpindex.ai/server/io-github-equicirco-jcgeagentinterface-jl - io.github.erashev-fedor/gemsift-mcp (io.github.erashev-fedor/gemsift-mcp@1.0.0) AI resume triage for recruiters. Query your candidate pool from Claude or ChatGPT. installs: remote:https://gemsift.com/api/mcp/mcp detail: https://mcpindex.ai/server/io-github-erashev-fedor-gemsift-mcp - io.github.erayendes/asc-mcp (io.github.erayendes/asc-mcp@2.0.1) App Store Connect + StoreKit 2 from any AI client. 868 tools in 13 curated profiles, safe writes. installs: npm:@erayendes/asc-mcp detail: https://mcpindex.ai/server/io-github-erayendes-asc-mcp - io.github.ericblair1903/nutrients-mcp (io.github.ericblair1903/nutrients-mcp@1.0.3) Analyze food photos or text for calories, macros, vitamins, minerals, and allergens. installs: npm:nutrients-mcp detail: https://mcpindex.ai/server/io-github-ericblair1903-nutrients-mcp - SkillFM Claude Code Token Usage (io.github.ericm1018/skillfm-claude-code-token-usage-cost@0.1.0) Claude Code token usage, cost visibility, and SkillFM Beacon AI health checks for MCP agents. installs: npm:@skillfm/claude-code-token-usage-mcp detail: https://mcpindex.ai/server/io-github-ericm1018-skillfm-claude-code-token-usage-cost - io.github.erikirby/brand-monitor (io.github.erikirby/brand-monitor@1.0.0) Monitor domain expiry, SSL certs, and social handle availability across platforms. installs: npm:@erikirby/brand-monitor detail: https://mcpindex.ai/server/io-github-erikirby-brand-monitor - io.github.erliona/tunova (io.github.erliona/tunova@0.1.1) Generate Suno AI music (v5.5) from any MCP client. Async; billed only on success. installs: remote:https://api.tunova.ai/mcp detail: https://mcpindex.ai/server/io-github-erliona-tunova - io.github.erorund/hvilkenai-mcp (io.github.erorund/hvilkenai-mcp@1.0.0) Daily Scandinavian AI benchmark — Norwegian, Swedish, Danish. 12+ models tested. installs: remote:https://mcp.hvilkenai.no/mcp detail: https://mcpindex.ai/server/io-github-erorund-hvilkenai-mcp - io.github.erpipe-org/mcp-odoo (io.github.erpipe-org/mcp-odoo@1.3.0) Odoo MCP: gated writes, multi-instance. Free hosted: ERPipe (mcp.erpipe.com) installs: pypi:odoo-mcp detail: https://mcpindex.ai/server/io-github-erpipe-org-mcp-odoo - io.github.errick0x/hyde-mcp (io.github.errick0x/hyde-mcp@1.0.1) Discover and trade tokenize-anything coins on hyde.trade (Robinhood Chain). Non-custodial. installs: npm:hyde-mcp detail: https://mcpindex.ai/server/io-github-errick0x-hyde-mcp - Liquid (io.github.ertad-family/liquid@0.2.0) Connect your AI agent to anything — APIs, databases, and agents; read and write, auto-discovered. installs: pypi:liquid-mcp detail: https://mcpindex.ai/server/io-github-ertad-family-liquid - io.github.es617/ble-mcp-server (io.github.es617/ble-mcp-server@0.3.0) Let AI agents interact with real BLE hardware — scan, connect, read, write, and subscribe. installs: pypi:ble-mcp-server detail: https://mcpindex.ai/server/io-github-es617-ble-mcp-server - io.github.es617/serial-mcp-server (io.github.es617/serial-mcp-server@0.1.3) Let AI agents interact with serial devices — list ports, connect, send, and read. installs: pypi:serial-mcp-server detail: https://mcpindex.ai/server/io-github-es617-serial-mcp-server - esa (io.github.esaio/esa@0.13.0) Official MCP server for esa.io - a documentation sharing service for teams installs: npm:@esaio/esa-mcp-server | docker:ghcr.io/esaio/esa-mcp-server:0.13.0 detail: https://mcpindex.ai/server/io-github-esaio-esa - pplog (io.github.esaio/pplog@0.4.1) Official MCP server for pplog - a poem sharing service installs: npm:@esaio/pplog-mcp-server | docker:ghcr.io/esaio/pplog-mcp-server:0.4.1 detail: https://mcpindex.ai/server/io-github-esaio-pplog - Esheria Regulatory Intelligence (io.github.esherialabs/esheria@1.2.2) Citation-backed regulatory intelligence tools for explicit multi-jurisdiction packs installs: pypi:esheria | remote:https://mcp.esheria.ai/mcp detail: https://mcpindex.ai/server/io-github-esherialabs-esheria - DomScan (io.github.estevecastells/domscan@1.0.0) Domain intelligence for DNS, WHOIS/RDAP, TLS, reputation, valuation, and brand protection. installs: remote:https://domscan.net/mcp detail: https://mcpindex.ai/server/io-github-estevecastells-domscan - Estroni Storefront (io.github.estroni/storefront@1.0.0) UCP agentic-commerce proxy for Estroni: merino & low-tox women's activewear catalogue. installs: remote:https://mcp.estroni.com.au/mcp detail: https://mcpindex.ai/server/io-github-estroni-storefront - io.github.eterdis/strategy-skills (io.github.eterdis/strategy-skills@1.0.1) 11 open strategy frameworks as AI-guided prompts for any MCP client. installs: npm:@eterdis/strategy-skills-mcp detail: https://mcpindex.ai/server/io-github-eterdis-strategy-skills - io.github.ethan-hub26/embedcalc-mcp (io.github.ethan-hub26/embedcalc-mcp@0.6.0) Embedded calculators, codegen & schematic review: CRC, timing, struct, IEEE-754, KiCad. installs: npm:embedcalc-mcp detail: https://mcpindex.ai/server/io-github-ethan-hub26-embedcalc-mcp - io.github.ethbak/icon-composer-mcp (io.github.ethbak/icon-composer-mcp@1.1.0) CLI and MCP server for creating Apple .icon bundles with Liquid Glass effects (iOS 26+) installs: npm:icon-composer-mcp detail: https://mcpindex.ai/server/io-github-ethbak-icon-composer-mcp - Etymolt (io.github.etymolt/mcp-server@2.1.0) Brand-name verification MCP — five-axis signed verdicts for AI-generated names. installs: npm:@etymolt/mcp-server detail: https://mcpindex.ai/server/io-github-etymolt-mcp-server - io.github.evalor/dida365 (io.github.evalor/dida365@0.2.2) MCP Server for Dida365 (TickTick) Task Management Integration installs: npm:dida365-mcp-server detail: https://mcpindex.ai/server/io-github-evalor-dida365 - io.github.evan-moon/opula (io.github.evan-moon/opula@0.1.3) Not another dashboard. A wealth analyst for every asset a bank can't sync, inside Claude. installs: remote:https://opula.io/api/mcp detail: https://mcpindex.ai/server/io-github-evan-moon-opula - Preflight (io.github.evanfollis/preflight@0.1.1) Check if your MCP server is ready to publish on the MCP Registry, Smithery, or npm. installs: remote:https://skillfoundry.synaplex.ai/products/preflight/mcp/ detail: https://mcpindex.ai/server/io-github-evanfollis-preflight - Govee (io.github.evefromwayback/govee-mcp@0.2.0) LAN-first, cloud-fallback MCP server for Govee smart lights and devices. installs: pypi:govee-mcp detail: https://mcpindex.ai/server/io-github-evefromwayback-govee-mcp - EventTrader (io.github.eventtrader/eventtrader@1.0.0) Prediction markets with on-chain settlement — trade, score AI nativeness, clone agents installs: manual detail: https://mcpindex.ai/server/io-github-eventtrader-eventtrader - io.github.evidai/alpaca-guard (io.github.evidai/alpaca-guard@0.1.1) Alpaca trading API with hard daily USD cap guard. Paper trading default; live opt-in. installs: npm:alpaca-guard-mcp detail: https://mcpindex.ai/server/io-github-evidai-alpaca-guard - io.github.evidai/polymarket-guard (io.github.evidai/polymarket-guard@0.1.0) Polymarket prediction markets — buy/sell positions in USDC. LemonCake pay-per-call billing. installs: npm:polymarket-guard-mcp detail: https://mcpindex.ai/server/io-github-evidai-polymarket-guard - io.github.evidai/tokenized-stock (io.github.evidai/tokenized-stock@0.1.4) Buy/sell tokenized US stocks (Dinari dShares) in USDC. Daily USD cap guard. Sandbox default. installs: npm:tokenized-stock-mcp detail: https://mcpindex.ai/server/io-github-evidai-tokenized-stock - io.github.evidai/xstocks (io.github.evidai/xstocks@0.1.4) Buy tokenized US stocks (xStocks) on Solana via Jupiter DEX in USDC. Daily cap. Dry-run default. installs: npm:xstocks-mcp detail: https://mcpindex.ai/server/io-github-evidai-xstocks - Kaiten (io.github.evvfebruary/kaiten-mcp@0.1.0) Manage Kaiten spaces, boards, cards, comments, and tags with compact MCP responses. installs: pypi:kaiten-mcp detail: https://mcpindex.ai/server/io-github-evvfebruary-kaiten-mcp - RZD Tickets MCP (io.github.ex3lite/mcp-rzd-tickets@0.1.2) Read-only MCP server for RZD trains, cars, seats, adjacent pairs and car photos. installs: npm:mcp-rzd-tickets detail: https://mcpindex.ai/server/io-github-ex3lite-mcp-rzd-tickets - io.github.ex3lite/sber-mcp (io.github.ex3lite/sber-mcp@0.6.4) Unofficial SberBank Online: read accounts and operations, transfer with human approval. installs: pypi:sber-unofficial-mcp detail: https://mcpindex.ai/server/io-github-ex3lite-sber-mcp - Excaliwow (io.github.excaliwow/mcp@0.14.3) Create, read, render, organize, and safely edit persistent Excalidraw diagrams with AI agents. installs: npm:@excaliwow/mcp detail: https://mcpindex.ai/server/io-github-excaliwow-mcp - io.github.exp78/telldone (io.github.exp78/telldone@1.0.0) Voice-first planning — notes, tasks, events and AI reports. 21 tools. iOS + Apple Watch. installs: npm:telldone-mcp detail: https://mcpindex.ai/server/io-github-exp78-telldone - Jobs by Workable (io.github.external-submissions-workable/jobs-by-workable@1.0.0) Jobs by Workable MCP server. Access over 150K jobs & thousands of companies listed on the job board. installs: remote:https://jobs.workable.com/mcp detail: https://mcpindex.ai/server/io-github-external-submissions-workable-jobs-by-workable - io.github.eyloni/pythia-oracle (io.github.eyloni/pythia-oracle@0.1.3) Oracle for AI agents. One tool, one reading. 3 free, then $0.025 USDC via x402. installs: pypi:pythia-oracle detail: https://mcpindex.ai/server/io-github-eyloni-pythia-oracle - io.github.ezrabrilliant/staruml-mcp (io.github.ezrabrilliant/staruml-mcp@0.2.0) MCP server for StarUML — generate UML diagrams from AI agents via stdio or HTTP. installs: npm:staruml-mcp detail: https://mcpindex.ai/server/io-github-ezrabrilliant-staruml-mcp - io.github.ezumba/exergynet (io.github.ezumba/exergynet@0.1.10) ExergyNet thermodynamic compute settlement for autonomous agents. installs: npm:exergynet-mcp-server detail: https://mcpindex.ai/server/io-github-ezumba-exergynet - io.github.f-tiger/verified-ai-free-tiers (io.github.f-tiger/verified-ai-free-tiers@1.0.1) Verified free-tier limits and commercial-use verdicts for 162 AI tools - sourced, dated, no-auth. installs: remote:https://baipiaoji.com/api/mcp detail: https://mcpindex.ai/server/io-github-f-tiger-verified-ai-free-tiers - io.github.fabienfrfr/pbix-atlas (io.github.fabienfrfr/pbix-atlas@1.0.0) Bidirectional data lineage graph for Power BI (.pbix) files, from source to display installs: pypi:pbix-atlas detail: https://mcpindex.ai/server/io-github-fabienfrfr-pbix-atlas - io.github.fabienfrfr/pbix-lineage (io.github.fabienfrfr/pbix-lineage@0.1.2) Bidirectional data lineage graph for Power BI (.pbix) files, from source to display installs: pypi:pbix-lineage detail: https://mcpindex.ai/server/io-github-fabienfrfr-pbix-lineage - io.github.fabkho/nuxt-i18n-mcp (io.github.fabkho/nuxt-i18n-mcp@1.0.1) MCP server for managing i18n translations in Nuxt projects. installs: npm:nuxt-i18n-mcp detail: https://mcpindex.ai/server/io-github-fabkho-nuxt-i18n-mcp - SQL Preview (io.github.fadnavismehul/sql-preview@0.6.24) Run governed SQL queries and inspect database schemas from MCP agents. installs: npm:sql-preview detail: https://mcpindex.ai/server/io-github-fadnavismehul-sql-preview - ParaView MCP Server (io.github.failed33/paraview-mcp-server@0.2.0) Control ParaView through arbitrary Python code installs: pypi:paraview-mcp-server detail: https://mcpindex.ai/server/io-github-failed33-paraview-mcp-server - NovaRail (io.github.farestrabs/agentnet@1.0.1) Discover, verify, and hire AI agents from the NovaRail marketplace, from your editor. installs: npm:mcp-novarail | remote:https://agentnet-api.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-farestrabs-agentnet - io.github.faridmth/screenshotrender-mcp (io.github.faridmth/screenshotrender-mcp@1.0.1) Capture website screenshots from any MCP client via the ScreenshotRender API. installs: npm:screenshotrender-mcp detail: https://mcpindex.ai/server/io-github-faridmth-screenshotrender-mcp - XTapDown (io.github.farukkolip/xtapdown-mcp@1.2.1) 14 X (Twitter) creator tools — tweet download, hashtags, hooks, engagement & ads-revenue calc. installs: npm:xtapdown-mcp detail: https://mcpindex.ai/server/io-github-farukkolip-xtapdown-mcp - NLP Tools - Sentiment, NER, Toxicity & Language Detection (io.github.fasuizu-br/nlp-tools@1.1.0) Toxicity, sentiment, NER, PII detection, and language identification tools installs: remote:https://apim-ai-apis.azure-api.net/mcp/nlp/mcp detail: https://mcpindex.ai/server/io-github-fasuizu-br-nlp-tools - Speech AI - Pronunciation, STT & TTS (io.github.fasuizu-br/speech-ai@2.3.0) Pronunciation scoring, speech-to-text, and text-to-speech for language learning installs: remote:https://apim-ai-apis.azure-api.net/mcp/pronunciation/mcp detail: https://mcpindex.ai/server/io-github-fasuizu-br-speech-ai - io.github.fathyshalaby/specky (io.github.fathyshalaby/specky@0.1.0) Turn raw customer feedback into evidence-cited specs (free, no key) plus 16 PM tools. installs: remote:https://www.specky.space/api/mcp detail: https://mcpindex.ai/server/io-github-fathyshalaby-specky - OpenSCAD (io.github.fboldo/openscad-mcp-server@1.0.5) Render STL and PNG from OpenSCAD code. installs: npm:openscad-mcp-server detail: https://mcpindex.ai/server/io-github-fboldo-openscad-mcp-server - agentpromocode (io.github.fedepellegrini/agentpromocode@0.2.1) ACDP reference MCP server for promo-code resolution and checkout feedback. installs: npm:@agentpromocode/mcp | pypi:agentpromocode-mcp detail: https://mcpindex.ai/server/io-github-fedepellegrini-agentpromocode - io.github.federicodeponte/openpaper-mcp (io.github.federicodeponte/openpaper-mcp@0.1.3) Autonomous research engine: auto research from a prompt to a fully-cited academic paper via MCP installs: pypi:openpaper-mcp detail: https://mcpindex.ai/server/io-github-federicodeponte-openpaper-mcp - io.github.feedbk-ai/create-survey (io.github.feedbk-ai/create-survey@1.0.0) Create AI surveys with dynamic follow-up probing directly from your AI assistant. installs: remote:https://mcp.feedbk.ai/mcp detail: https://mcpindex.ai/server/io-github-feedbk-ai-create-survey - FeedOracle Stablecoin Risk (io.github.feedoracle/stablecoin-risk@1.0.0) 7-signal stablecoin risk scoring. 13 tools, 28+ tokens, SAFE/CAUTION/AVOID verdicts. installs: remote:https://feedoracle.io/mcp/risk/sse detail: https://mcpindex.ai/server/io-github-feedoracle-stablecoin-risk - CacheBash (io.github.feelgreatfoodie/cachebash@2.0.0) Let your AI sessions talk to each other — messaging, tasks, sessions, and alerts installs: remote:https://cachebash-mcp-922749444863.us-central1.run.app/v1/mcp detail: https://mcpindex.ai/server/io-github-feelgreatfoodie-cachebash - io.github.feelyday/kadlint (io.github.feelyday/kadlint@0.1.1) Korean ad-compliance linter for cosmetics and health-food marketing copy installs: npm:kadlint detail: https://mcpindex.ai/server/io-github-feelyday-kadlint - io.github.fegalvezg/skaut-mcp (io.github.fegalvezg/skaut-mcp@1.0.2) Tech product recommendations for Chile with real prices in CLP. installs: npm:skaut-mcp detail: https://mcpindex.ai/server/io-github-fegalvezg-skaut-mcp - io.github.fel123/quantoracle (io.github.fel123/quantoracle@2.4.2) 73 deterministic quant tools for AI agents. LLMs drift on Black-Scholes; these are exact math. installs: npm:quantoracle-mcp detail: https://mcpindex.ai/server/io-github-fel123-quantoracle - io.github.felixgeelhaar/coverctl (io.github.felixgeelhaar/coverctl@1.16.0) Go code coverage analysis tool with MCP server for AI-powered coverage workflows installs: manual detail: https://mcpindex.ai/server/io-github-felixgeelhaar-coverctl - BraFinder (io.github.fenrici1/brafinder@1.0.0) Neutral cross-brand bra-size translation and a live in-stock bra catalog by size. installs: remote:https://www.brafinder.com/api/mcp/mcp detail: https://mcpindex.ai/server/io-github-fenrici1-brafinder - PeriodFinder (io.github.fenrici1/periodfinder@1.0.0) Neutral cross-brand period-underwear comparison: absorbency in real mL, plus size translation. installs: remote:https://www.periodfinder.com/api/mcp/mcp detail: https://mcpindex.ai/server/io-github-fenrici1-periodfinder - Sanctuary (io.github.fenrici1/sanctuary-mcp@1.0.0) Scripture prayers and a safe house-church finder for people who left church but kept the faith. installs: remote:https://sanctuary-mcp.vercel.app/api/mcp/mcp detail: https://mcpindex.ai/server/io-github-fenrici1-sanctuary-mcp - io.github.ferm-ai/agentwork-mcp (io.github.ferm-ai/agentwork-mcp@0.1.3) Official MCP server for Agentwork — delegate tasks to AI agents with human-in-the-loop installs: pypi:agentwork-mcp | remote:https://mcp.agentwork.so/ detail: https://mcpindex.ai/server/io-github-ferm-ai-agentwork-mcp - io.github.fernsugi/x402-api (io.github.fernsugi/x402-api@1.0.2) DeFi data API for AI agents — pay-per-call via x402/USDC on Base installs: npm:@x402-api/mcp-server detail: https://mcpindex.ai/server/io-github-fernsugi-x402-api - io.github.fetchsandbox/mcp (io.github.fetchsandbox/mcp@0.3.2) Stateful OpenAPI sandbox for AI agents to validate API integrations end-to-end. installs: npm:fetchsandbox-mcp detail: https://mcpindex.ai/server/io-github-fetchsandbox-mcp - ChipsAI MCP Server (io.github.fgasparetto/chipsai-mcp@1.0.1) MCP server for ChipsAI — manage chatbots, conversations, and AI models installs: pypi:chipsai-mcp detail: https://mcpindex.ai/server/io-github-fgasparetto-chipsai-mcp - ChipsNews MCP Server (io.github.fgasparetto/chipsnews-mcp@1.0.1) MCP server for ChipsNews — manage news sources, articles, and triggers installs: pypi:chipsnews-mcp detail: https://mcpindex.ai/server/io-github-fgasparetto-chipsnews-mcp - Invoicetronic MCP Server (io.github.fgasparetto/invoicetronic-mcp@1.0.1) MCP server for Italian electronic invoicing (SDI) via Invoicetronic API installs: pypi:invoicetronic-mcp detail: https://mcpindex.ai/server/io-github-fgasparetto-invoicetronic-mcp - io.github.fiberfinder/telecom-truth (io.github.fiberfinder/telecom-truth@1.4.0) US telecom availability and intelligence by address, with FCC provenance. Fiber-first. installs: remote:https://mcp.fiberfinder.ai/mcp detail: https://mcpindex.ai/server/io-github-fiberfinder-telecom-truth - io.github.fieldcure/publicdata-kr (io.github.fieldcure/publicdata-kr@1.0.3) Korean public data API gateway for discovering and calling data.go.kr APIs from MCP clients. installs: manual detail: https://mcpindex.ai/server/io-github-fieldcure-publicdata-kr - Figranium MCP (io.github.figranium/figranium-mcp@0.1.0) MCP server implementation for Figranium installs: docker:ghcr.io/figranium/figranium-mcp:0.1.0 detail: https://mcpindex.ai/server/io-github-figranium-figranium-mcp - io.github.figuard/figuard-mcp (io.github.figuard/figuard-mcp@1.2.0) Pre-flight spend authorization for AI agents. Set a budget, enforce limits, audit every decision. installs: npm:figuard-mcp detail: https://mcpindex.ai/server/io-github-figuard-figuard-mcp - Blank Files MCP (io.github.filearchitect/blankfiles-mcp@1.0.1) MCP server for listing and retrieving minimal valid blank files from blankfiles.com. installs: npm:@filearchitect/blankfiles-mcp detail: https://mcpindex.ai/server/io-github-filearchitect-blankfiles-mcp - io.github.filingtape/vigia-edgar (io.github.filingtape/vigia-edgar@1.0.0) Always-on SEC EDGAR watcher: ~45s alerts when an insider files a Form 4 or a firm drops an 8-K. installs: remote:https://vigia-edgar.mcpize.run/mcp detail: https://mcpindex.ai/server/io-github-filingtape-vigia-edgar - Findable MCP Server (io.github.findable-no/findable-mcp@6.91.3) Find and summarize building documents, projects, tasks, SharePoint sync state, and red flag data. installs: remote:https://mcp.findable.ai detail: https://mcpindex.ai/server/io-github-findable-no-findable-mcp - Fintel Discovery — Financial Intelligence for AI Agents (io.github.findimitrov/fintel-discovery@1.0.2) Delivers public regulatory and market data from 11 key sources such as FINRA, SEC, Census, FRED installs: remote:https://ai.fin-discovery.com/mcp detail: https://mcpindex.ai/server/io-github-findimitrov-fintel-discovery - io.github.finfin/mermaid-mcp-app (io.github.finfin/mermaid-mcp-app@0.3.2) MCP App that renders Mermaid diagrams as interactive UI in Claude, VS Code and other MCP clients installs: npm:mermaid-mcp-app detail: https://mcpindex.ai/server/io-github-finfin-mermaid-mcp-app - Fingerprint (io.github.fingerprintjs/fingerprint-mcp-server@0.1.35) Device intelligence for AI agents: Fingerprint events, smart signals, and API key management. installs: remote:https://mcp.fpjs.io/mcp detail: https://mcpindex.ai/server/io-github-fingerprintjs-fingerprint-mcp-server - io.github.finhay/mcp-server (io.github.finhay/mcp-server@1.0.8) Finhay Securities — stock prices, portfolio, gold, crypto, and macro data via AI installs: npm:finhay-mcp-server detail: https://mcpindex.ai/server/io-github-finhay-mcp-server - io.github.finmanagerai/atlas-mcp-server (io.github.finmanagerai/atlas-mcp-server@1.0.0) Hosted MCP for stocks, options, Greeks, brokers, order previews, alerts, and workflows. installs: remote:https://atlasmcp.finmanagerai.com/mcp detail: https://mcpindex.ai/server/io-github-finmanagerai-atlas-mcp-server - io.github.finsavvyai/pushci (io.github.finsavvyai/pushci@1.0.2) AI-native zero-config CI/CD. 19 languages, 40+ frameworks. Free forever. installs: npm:pushci detail: https://mcpindex.ai/server/io-github-finsavvyai-pushci - io.github.firebase/firebase-mcp (io.github.firebase/firebase-mcp@0.3.0) Gives AI development tools Firebase-specific capabilities and expertise. installs: npm:firebase-tools detail: https://mcpindex.ai/server/io-github-firebase-firebase-mcp - Chairman Sovereign's 14-Floor Data Hotel (io.github.firstlineaiis-wq/sovereign-node@3.0.0) 113 MCP tools: oracle, escrow, compliance, remittance, AI. 12 free tools, PAYG $0.001/call. installs: remote:https://node-core-firstlineaiis.replit.app/mcp detail: https://mcpindex.ai/server/io-github-firstlineaiis-wq-sovereign-node - glass (io.github.fixed-width/glass@1.3.0) MCP server giving a coding agent a build→see→interact→debug loop over native GUI apps. installs: manual detail: https://mcpindex.ai/server/io-github-fixed-width-glass - io.github.fkom13/gencodedoc (io.github.fkom13/gencodedoc@2.0.1) Versioning de code et génération de documentation intelligents. Supporte CLI, API REST, et MCP. installs: pypi:gencodedoc detail: https://mcpindex.ai/server/io-github-fkom13-gencodedoc - io.github.flarco/sling-cli (io.github.flarco/sling-cli@1.4.24) Sling CLI MCP server for data pipeline and replication management installs: manual detail: https://mcpindex.ai/server/io-github-flarco-sling-cli - Flarelink (io.github.flarelink-dev/mcp@0.1.1) Build on the Flarelink stack — Cloudflare auth, D1, and R2 — from your AI coding tools. installs: npm:@flarelink/mcp detail: https://mcpindex.ai/server/io-github-flarelink-dev-mcp - io.github.flat-cash/flatcash (io.github.flat-cash/flatcash@1.0.1) Earn FLAT tokens (CPI-pegged stablecoin) by completing bounties. No wallet required. installs: npm:flatcash-mcp detail: https://mcpindex.ai/server/io-github-flat-cash-flatcash - IFC MCP (io.github.flinker-app/ifc-mcp@0.1.17) Local IFC/BIM MCP server with IfcOpenShell Python in Pyodide and an IFC viewer. installs: npm:ifc-mcp detail: https://mcpindex.ai/server/io-github-flinker-app-ifc-mcp - io.github.fliptheweb/yazio-mcp (io.github.fliptheweb/yazio-mcp@0.0.13) MCP server for accessing Yazio user & nutrition data (unofficial) installs: npm:yazio-mcp detail: https://mcpindex.ai/server/io-github-fliptheweb-yazio-mcp - PassNinja (io.github.flomio/passninja-cli@0.4.0) Issue and manage Apple Wallet & Google Wallet passes from any MCP-aware AI client. installs: manual detail: https://mcpindex.ai/server/io-github-flomio-passninja-cli - io.github.floomhq/floom (io.github.floomhq/floom@0.1.6) Deploy Python functions as web apps with auto-generated UI, REST API, and shareable links. installs: npm:@floomhq/mcp-server detail: https://mcpindex.ai/server/io-github-floomhq-floom - io.github.fluidumber/autopm (io.github.fluidumber/autopm@4.0.1) 18 AI product-management robots for market research, financials, and execution specs. No API keys installs: npm:@productflow/autopm detail: https://mcpindex.ai/server/io-github-fluidumber-autopm - Linkwarden MCP (io.github.flumpiey/linkwarden-mcp@0.1.5) Read-first Linkwarden bookmarks MCP with opt-in write, delete, and collection tools. installs: pypi:linkwarden-mcp detail: https://mcpindex.ai/server/io-github-flumpiey-linkwarden-mcp - Manager.io MCP (io.github.flumpiey/manager-mcp@0.2.6) MCP server for Manager.io bookkeeping: read-first with opt-in scoped task and write tools installs: pypi:manager-mcp detail: https://mcpindex.ai/server/io-github-flumpiey-manager-mcp - Islam West Africa Collection (IWAC) (io.github.fmadore/iwac-mcp-server@2.0.0) Read-only access to the Islam West Africa Collection via Hugging Face datasets. installs: remote:https://islam.zmo.de/mcp/ detail: https://mcpindex.ai/server/io-github-fmadore-iwac-mcp-server - Fitness AI Connector (io.github.fmp-projects/fitness-ai-connector@2.0.0) Garmin data in Claude & ChatGPT via the Garmin Health API. OAuth sign-in, no password sharing. installs: remote:https://garmin-mcp-nuqd.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-fmp-projects-fitness-ai-connector - io.github.followtz/intent-runtime (io.github.followtz/intent-runtime@1.0.1) Express intent, get results. One unified entry point. installs: manual detail: https://mcpindex.ai/server/io-github-followtz-intent-runtime - MACD Strategy (io.github.followtz/macd@1.0.1) MACD signals installs: remote:https://girlfriend-giant-celebrities-ride.trycloudflare.com detail: https://mcpindex.ai/server/io-github-followtz-macd - OpenClaw量化交易工具集 (io.github.followtz/openclaw-swe-mcp@1.0.0) 量化交易MCP工具集,27个工具覆盖策略指标、回测引擎、风控分析和数据管线 installs: remote:https://clawmcpinone.work detail: https://mcpindex.ai/server/io-github-followtz-openclaw-swe-mcp - ORA · ORUM (io.github.fomosdeimos-gif/ora-mcp@2.0.0) Autonomous organism: symbolic field-state, verified-provenance art licensing, x402 referral. installs: remote:https://ywabnlhkmhbyewqhbsjm.supabase.co/functions/v1/ora-mcp detail: https://mcpindex.ai/server/io-github-fomosdeimos-gif-ora-mcp - Ideabob Validation (io.github.foodyogi/ideaflow-scorer@1.0.0) Score, validate, and pressure-test startup ideas with AI from Claude or any MCP agent. installs: remote:https://umxgvoxlxznnpdvkgnaj.supabase.co/functions/v1/mcp detail: https://mcpindex.ai/server/io-github-foodyogi-ideaflow-scorer - agent-web — URL to LLM-ready markdown: a polite, robots-respecting web page reader (free) (io.github.foomworks/agent-web@0.2.1) URL to clean markdown for LLMs: a polite, robots.txt-respecting web reader. Free, no API key installs: remote:https://agent-web.foomworks.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-foomworks-agent-web - fresh-feeds — trending/new/changed MCP servers + x402 change-data API (io.github.foomworks/fresh-feeds@1.2.0) Trending/new/changed MCP servers: a liveness-probed freshness index + x402-paid change-data API installs: remote:https://fresh-feeds.foomworks.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-foomworks-fresh-feeds - io.github.forcedreamai/mcp-server (io.github.forcedreamai/mcp-server@0.12.1) A paid, growing marketplace of real AI agents -- Ed25519-proven, verifiable in your own process. installs: npm:@forcedream/mcp-server | remote:https://api.forcedream.ai/v1/mcp detail: https://mcpindex.ai/server/io-github-forcedreamai-mcp-server - Evipedia (io.github.forever-healthy/evipedia-mcp@0.1.26) MCP Server for evipedia.ai — evidence-based reviews of health & longevity interventions installs: npm:evipedia-mcp detail: https://mcpindex.ai/server/io-github-forever-healthy-evipedia-mcp - io.github.forgemeshlabs/disruption-intelligence-mcp (io.github.forgemeshlabs/disruption-intelligence-mcp@0.1.4) AI-native commercial disruption intelligence for MCP clients and x402-powered agents. installs: npm:@forgemeshlabs/disruption-intelligence-mcp detail: https://mcpindex.ai/server/io-github-forgemeshlabs-disruption-intelligence-mcp - io.github.forgemeshlabs/x402-notary-mcp (io.github.forgemeshlabs/x402-notary-mcp@0.1.2) Cryptographic receipts for AI outputs on Base or Solana via x402. installs: npm:@forgemeshlabs/x402-notary-mcp detail: https://mcpindex.ai/server/io-github-forgemeshlabs-x402-notary-mcp - App Store Connect (io.github.forgeopslabs/appstore-mcp@0.3.1) MCP server for the Apple App Store Connect API - 114 annotated tools, optional read-only mode. installs: manual detail: https://mcpindex.ai/server/io-github-forgeopslabs-appstore-mcp - io.github.forkflux/forkflux-mcp (io.github.forkflux/forkflux-mcp@0.6.0) Self-hosted multi-agent collaboration and audit layer for AI-assisted engineering teams installs: pypi:forkflux-mcp detail: https://mcpindex.ai/server/io-github-forkflux-forkflux-mcp - io.github.formulahendry/code-runner (io.github.formulahendry/code-runner@0.1.9) Code Runner MCP Server which can run code in various programming languages. installs: npm:mcp-server-code-runner | docker:docker.io/formulahendry/mcp-server-code-runner:0.1.8 detail: https://mcpindex.ai/server/io-github-formulahendry-code-runner - io.github.formulahendry/spec-driven-development (io.github.formulahendry/spec-driven-development@0.1.1) MCP Server that facilitates spec-driven development workflows, not just Vibe Coding. installs: npm:mcp-server-spec-driven-development detail: https://mcpindex.ai/server/io-github-formulahendry-spec-driven-development - io.github.forum-labs/payfetch (io.github.forum-labs/payfetch@1.0.0) x402 paying-fetch client for AI agents. Spending caps, approval, receipts. Non-custodial. installs: npm:@forum-labs/payfetch detail: https://mcpindex.ai/server/io-github-forum-labs-payfetch - UnboxAPI — Hospitality Reservation MCP Server (io.github.founder-OmniPA/unboxapi@0.1.0) REST-to-MCP for UK hospitality. Safety proxy: circuit-breakers, rate limits, whitelists. Apache 2.0. installs: remote:https://unboxapi.pro/mcp detail: https://mcpindex.ai/server/io-github-founder-omnipa-unboxapi - io.github.foxdavidson/property-mortgage-mcp (io.github.foxdavidson/property-mortgage-mcp@0.2.0) UK mortgage calculators: stamp duty, MCOB 3A HNW qualification, and bridging loan cost. installs: npm:@foxdavidson/property-mortgage-mcp | remote:https://fd-property-mortgage-mcp.fdcommercial-uk.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-foxdavidson-property-mortgage-mcp - io.github.foxintheloop/uptier (io.github.foxintheloop/uptier@1.0.0) MCP-powered To-Do application with intelligent task prioritization installs: npm:@foxintheloop/uptier-mcp detail: https://mcpindex.ai/server/io-github-foxintheloop-uptier - io.github.fr0ster/mcp-abap-adt (io.github.fr0ster/mcp-abap-adt@8.8.1) MCP server for SAP ABAP ADT: repository analysis and CRUD for RAP and classic ABAP installs: npm:@mcp-abap-adt/core detail: https://mcpindex.ai/server/io-github-fr0ster-mcp-abap-adt - tmux-mcp (io.github.fr1sk/tmux-mcp@0.3.3) MCP server for tmux — browse sessions, capture output, send commands. installs: npm:@fr1sk/tmux-mcp detail: https://mcpindex.ai/server/io-github-fr1sk-tmux-mcp - io.github.francisco-perez-sorrosal/cv (io.github.francisco-perez-sorrosal/cv@0.0.3) An MCP server that provides access to Francisco Perez-Sorrosal's CV installs: manual detail: https://mcpindex.ai/server/io-github-francisco-perez-sorrosal-cv - USRCP — User Context Protocol (io.github.frank-bot07/usrcp@0.2.6) Encrypted local ledger of structured user state, shared across every MCP-aware AI tool. installs: npm:usrcp detail: https://mcpindex.ai/server/io-github-frank-bot07-usrcp - io.github.fraudlabspro/mcp-fraudlabspro (io.github.fraudlabspro/mcp-fraudlabspro@1.1.1) Fraud Prevention MCP server using FraudLabs Pro API. installs: pypi:mcp-fraudlabspro detail: https://mcpindex.ai/server/io-github-fraudlabspro-mcp-fraudlabspro - io.github.freema/mcp-design-system-extractor (io.github.freema/mcp-design-system-extractor@1.2.0) MCP server for Storybook design systems — extract component HTML, styles and metadata. installs: npm:mcp-design-system-extractor detail: https://mcpindex.ai/server/io-github-freema-mcp-design-system-extractor - OpenClaw MCP Server (io.github.freema/openclaw-mcp@1.7.0) MCP server bridging Claude.ai/Desktop with self-hosted OpenClaw via OAuth 2.1. installs: npm:openclaw-mcp | docker:ghcr.io/freema/openclaw-mcp:1.7.0 detail: https://mcpindex.ai/server/io-github-freema-openclaw-mcp - io.github.friendlygeorge/coingecko-mcp-server (io.github.friendlygeorge/coingecko-mcp-server@1.0.1) MCP server for CoinGecko cryptocurrency data API installs: npm:@supernova123/coingecko-mcp-server detail: https://mcpindex.ai/server/io-github-friendlygeorge-coingecko-mcp-server - io.github.friendlygeorge/defillama-mcp-server (io.github.friendlygeorge/defillama-mcp-server@1.0.0) MCP server for DeFi Llama — free DeFi TVL, yields, stablecoins, bridges, DEX, and fee data for AI... installs: npm:defillama-mcp-server detail: https://mcpindex.ai/server/io-github-friendlygeorge-defillama-mcp-server - io.github.friendlygeorge/etherscan-mcp-server (io.github.friendlygeorge/etherscan-mcp-server@1.0.0) MCP server for Etherscan — Ethereum blockchain explorer API for AI assistants installs: npm:etherscan-mcp-server detail: https://mcpindex.ai/server/io-github-friendlygeorge-etherscan-mcp-server - io.github.friendlygeorge/jobber-mcp-server (io.github.friendlygeorge/jobber-mcp-server@1.0.0) MCP server for Jobber (home services SaaS) — exposes tools for clients, jobs, invoices, and quote... installs: npm:@supernova123/jobber-mcp-server detail: https://mcpindex.ai/server/io-github-friendlygeorge-jobber-mcp-server - Forge MCP (io.github.frmoded/forge-mcp@0.2.0) MCP server + tools for the Forge E-- generative-music authoring loop (compile / run / commit). installs: pypi:forge-recipe-mcp detail: https://mcpindex.ai/server/io-github-frmoded-forge-mcp - Coolify MCP (io.github.frndchagas/coolify-mcp@2.2.1) MCP server for Coolify API operations. installs: npm:@fndchagas/coolify-mcp detail: https://mcpindex.ai/server/io-github-frndchagas-coolify-mcp - Expo Android MCP (io.github.frndchagas/expo-android@0.5.1) MCP server for Android emulator automation via ADB. installs: npm:@fndchagas/expo-android detail: https://mcpindex.ai/server/io-github-frndchagas-expo-android - io.github.frozo-ai/edgegate-mcp (io.github.frozo-ai/edgegate-mcp@0.19.0) Regression-test AI models on real Snapdragon and Jetson hardware, with signed evidence for CI. installs: npm:edgegate-mcp detail: https://mcpindex.ai/server/io-github-frozo-ai-edgegate-mcp - io.github.fruggr/zendesk-mcp-server (io.github.fruggr/zendesk-mcp-server@2.16.1) Draft, translate and update Help Center articles and manage Zendesk tickets from your AI assistant. installs: npm:@fruggr/zendesk-mcp-server detail: https://mcpindex.ai/server/io-github-fruggr-zendesk-mcp-server - io.github.fstubner/npm-run-mcp-server (io.github.fstubner/npm-run-mcp-server@0.2.13) An MCP server that exposes package.json scripts as tools for agents. installs: npm:npm-run-mcp-server detail: https://mcpindex.ai/server/io-github-fstubner-npm-run-mcp-server - Japan Real Estate Prices (io.github.fujimura-ui/japan-real-estate-mcp@1.0.0) Japan real estate transaction prices and official land values (MLIT data) by area, year, and type. installs: remote:https://fudousan-mcp.plus-synergy.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-fujimura-ui-japan-real-estate-mcp - SkinKnowledgeBase Skincare Question and Answer MCP (io.github.fulcrai/skb-mcp@0.2.0) Skincare Question and Answer with cited products, ingredients, sources, and comparison context. installs: remote:https://mcp.skinknowledgebase.com/mcp detail: https://mcpindex.ai/server/io-github-fulcrai-skb-mcp - io.github.fullread/deepadb (io.github.fullread/deepadb@1.1.3) Full-featured ADB MCP server — 204 tools across 45 modules, from UI to baseband. installs: npm:deepadb detail: https://mcpindex.ai/server/io-github-fullread-deepadb - io.github.fullstck/stream-estate (io.github.fullstck/stream-estate@1.0.3) MCP server for the Stream.estate French real estate API installs: npm:mcp-stream-estate detail: https://mcpindex.ai/server/io-github-fullstck-stream-estate - Fundchain (io.github.fundchainteam/fundchain-mcp@1.0.0) Crypto crowdfunding for AI agents. Create campaigns, accept ETH/USDC via x402 protocol. installs: manual detail: https://mcpindex.ai/server/io-github-fundchainteam-fundchain-mcp - Connectivity Index (io.github.futuremultihousing-dev/connectivity-index@1.0.1) Machine-readable FCC pre-diligence corpus for multifamily broadband infrastructure scenarios. installs: remote:https://connectivity-index-mcp-cloudflare.futuremultihousing.workers.dev detail: https://mcpindex.ai/server/io-github-futuremultihousing-dev-connectivity-index - Everyrow MCP Server (io.github.futuresearch/everyrow-mcp@0.5.1) Give your AI a research team. Forecast, score, classify, or research every row of a dataset. installs: pypi:everyrow-mcp detail: https://mcpindex.ai/server/io-github-futuresearch-everyrow-mcp - FutureSearch MCP Server (io.github.futuresearch/futuresearch-mcp@0.25.0) AI forecasting for your AI: probabilities, dates, and numbers with a public track record. installs: pypi:futuresearch-mcp detail: https://mcpindex.ai/server/io-github-futuresearch-futuresearch-mcp - Agent Commerce Guard (io.github.fxjim/agent-commerce-guard@1.2.0) Policy review and purchase discovery for AI-agent commerce actions. installs: remote:https://agent-commerce-guard.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-fxjim-agent-commerce-guard - io.github.fyllepo/qubic-mcp (io.github.fyllepo/qubic-mcp@0.2.0) MCP server for Qubic — balances, prices, transfers, wallets, and more. installs: npm:mcp-server-qubic detail: https://mcpindex.ai/server/io-github-fyllepo-qubic-mcp - io.github.g-digital-by-Garrigues/ead-enterprise-suite (io.github.g-digital-by-Garrigues/ead-enterprise-suite@1.6.1) MCP server for EAD Enterprise Suite - signatures, evidence, notifications, dossiers via AI agents. installs: npm:@g-digital/mcp-ead-enterprise-suite detail: https://mcpindex.ai/server/io-github-g-digital-by-garrigues-ead-enterprise-suite - io.github.g-digital-by-Garrigues/ead-factory (io.github.g-digital-by-Garrigues/ead-factory@1.3.1) MCP server for EAD Factory: qualified evidence, signature, notifications and chat via AI agents. installs: npm:@g-digital/mcp-ead-factory detail: https://mcpindex.ai/server/io-github-g-digital-by-garrigues-ead-factory - io.github.g-digital-by-Garrigues/gocertius (io.github.g-digital-by-Garrigues/gocertius@1.5.1) MCP server for GoCertius: certified evidence, dossiers, notifications and chats via AI agents. installs: npm:@g-digital/mcp-gocertius detail: https://mcpindex.ai/server/io-github-g-digital-by-garrigues-gocertius - eToro MCP Server (io.github.gabrielcerutti/etoro-mcp-server@1.1.4) Connect AI assistants to eToro for portfolio analysis, market research, and trading. installs: npm:etoro-mcp-server detail: https://mcpindex.ai/server/io-github-gabrielcerutti-etoro-mcp-server - io.github.gabrielmahia/afya-mcp (io.github.gabrielmahia/afya-mcp@0.1.3) MCP server for health-service coordination in East Africa (afya = health) installs: pypi:afya-mcp detail: https://mcpindex.ai/server/io-github-gabrielmahia-afya-mcp - io.github.gabrielmahia/afya-ya-akili-mcp (io.github.gabrielmahia/afya-ya-akili-mcp@0.1.3) MCP server for mental-health support coordination in East Africa (afya ya akili = mental health) installs: pypi:afya-ya-akili-mcp detail: https://mcpindex.ai/server/io-github-gabrielmahia-afya-ya-akili-mcp - io.github.gabrielmahia/ardhi-mcp (io.github.gabrielmahia/ardhi-mcp@0.1.4) MCP server for land records and land-service coordination in Kenya (ardhi = land) installs: pypi:ardhi-mcp detail: https://mcpindex.ai/server/io-github-gabrielmahia-ardhi-mcp - io.github.gabrielmahia/bima-mcp (io.github.gabrielmahia/bima-mcp@0.1.3) 🛡️ bima-mcp — Kenya Insurance Intelligence MCP Server installs: pypi:bima-mcp detail: https://mcpindex.ai/server/io-github-gabrielmahia-bima-mcp - io.github.gabrielmahia/church-mcp (io.github.gabrielmahia/church-mcp@0.1.4) MCP server for congregation and community-organization coordination in East Africa installs: pypi:church-mcp detail: https://mcpindex.ai/server/io-github-gabrielmahia-church-mcp - io.github.gabrielmahia/county-mcp (io.github.gabrielmahia/county-mcp@0.1.4) MCP server for Kenyan county-government services and coordination installs: pypi:county-mcp detail: https://mcpindex.ai/server/io-github-gabrielmahia-county-mcp - io.github.gabrielmahia/decision-intelligence-mcp (io.github.gabrielmahia/decision-intelligence-mcp@0.1.2) classical-strategy-mcp installs: pypi:decision-intelligence-mcp detail: https://mcpindex.ai/server/io-github-gabrielmahia-decision-intelligence-mcp - io.github.gabrielmahia/diaspora-mcp (io.github.gabrielmahia/diaspora-mcp@0.1.3) MCP server for diaspora services coordination between East Africa and abroad installs: pypi:diaspora-mcp detail: https://mcpindex.ai/server/io-github-gabrielmahia-diaspora-mcp - io.github.gabrielmahia/elimu-mcp (io.github.gabrielmahia/elimu-mcp@0.1.5) MCP server for education coordination in East Africa (elimu = education) installs: pypi:elimu-mcp detail: https://mcpindex.ai/server/io-github-gabrielmahia-elimu-mcp - io.github.gabrielmahia/faida-mcp (io.github.gabrielmahia/faida-mcp@0.1.3) MCP server for savings and investment coordination in East Africa (faida = returns) installs: pypi:faida-mcp detail: https://mcpindex.ai/server/io-github-gabrielmahia-faida-mcp - io.github.gabrielmahia/familia-mcp (io.github.gabrielmahia/familia-mcp@0.1.5) MCP server for family-services coordination in East Africa (familia = family) installs: pypi:familia-mcp detail: https://mcpindex.ai/server/io-github-gabrielmahia-familia-mcp - io.github.gabrielmahia/fomu-mcp (io.github.gabrielmahia/fomu-mcp@0.1.4) MCP server for government forms and document workflows in Kenya (fomu = form) installs: pypi:fomu-mcp detail: https://mcpindex.ai/server/io-github-gabrielmahia-fomu-mcp - io.github.gabrielmahia/habari-mcp (io.github.gabrielmahia/habari-mcp@0.1.3) MCP server for news and public-information coordination in East Africa (habari = news) installs: pypi:habari-mcp detail: https://mcpindex.ai/server/io-github-gabrielmahia-habari-mcp - io.github.gabrielmahia/haki-ya-kazi-mcp (io.github.gabrielmahia/haki-ya-kazi-mcp@0.1.3) MCP server for labor-rights information and coordination in Kenya (haki ya kazi = labor rights) installs: pypi:haki-ya-kazi-mcp detail: https://mcpindex.ai/server/io-github-gabrielmahia-haki-ya-kazi-mcp - io.github.gabrielmahia/historia-mcp (io.github.gabrielmahia/historia-mcp@0.1.4) MCP server grounding agents in East African historical sources (historia = history) installs: pypi:historia-mcp detail: https://mcpindex.ai/server/io-github-gabrielmahia-historia-mcp - io.github.gabrielmahia/jumuia-mcp (io.github.gabrielmahia/jumuia-mcp@0.1.5) MCP server for community-group coordination in East Africa (jumuia = community) installs: pypi:jumuia-mcp detail: https://mcpindex.ai/server/io-github-gabrielmahia-jumuia-mcp - io.github.gabrielmahia/kazi-mcp (io.github.gabrielmahia/kazi-mcp@0.1.3) MCP server for jobs and employment coordination in East Africa (kazi = work) installs: pypi:kazi-mcp detail: https://mcpindex.ai/server/io-github-gabrielmahia-kazi-mcp - io.github.gabrielmahia/kenya-health-mcp (io.github.gabrielmahia/kenya-health-mcp@0.1.3) 🏥 Kenya Health MCP installs: pypi:kenya-health-mcp detail: https://mcpindex.ai/server/io-github-gabrielmahia-kenya-health-mcp - io.github.gabrielmahia/kilimo-mcp (io.github.gabrielmahia/kilimo-mcp@0.1.3) MCP server for agriculture coordination in East Africa (kilimo = farming) installs: pypi:kilimo-mcp detail: https://mcpindex.ai/server/io-github-gabrielmahia-kilimo-mcp - io.github.gabrielmahia/kra-mcp (io.github.gabrielmahia/kra-mcp@0.1.3) MCP server for Kenya Revenue Authority tax workflows and information installs: pypi:kra-mcp detail: https://mcpindex.ai/server/io-github-gabrielmahia-kra-mcp - io.github.gabrielmahia/mazingira-mcp (io.github.gabrielmahia/mazingira-mcp@0.1.4) MCP server for environment and climate coordination in East Africa (mazingira = environment) installs: pypi:mazingira-mcp detail: https://mcpindex.ai/server/io-github-gabrielmahia-mazingira-mcp - io.github.gabrielmahia/mkopo-mcp (io.github.gabrielmahia/mkopo-mcp@0.1.3) 💳 mkopo-mcp — Alternative Credit Scoring MCP Server installs: pypi:mkopo-mcp detail: https://mcpindex.ai/server/io-github-gabrielmahia-mkopo-mcp - io.github.gabrielmahia/mpesa-mcp (io.github.gabrielmahia/mpesa-mcp@0.2.4) MCP server for M-Pesa mobile-money integration in Kenya installs: pypi:mpesa-mcp detail: https://mcpindex.ai/server/io-github-gabrielmahia-mpesa-mcp - io.github.gabrielmahia/nishati-mcp (io.github.gabrielmahia/nishati-mcp@0.1.3) MCP server for energy coordination in East Africa (nishati = energy) installs: pypi:nishati-mcp detail: https://mcpindex.ai/server/io-github-gabrielmahia-nishati-mcp - io.github.gabrielmahia/nyumba-mcp (io.github.gabrielmahia/nyumba-mcp@0.1.4) MCP server for housing coordination in East Africa (nyumba = house) installs: pypi:nyumba-mcp detail: https://mcpindex.ai/server/io-github-gabrielmahia-nyumba-mcp - io.github.gabrielmahia/offline-mcp (io.github.gabrielmahia/offline-mcp@0.1.4) MCP server enabling offline-first agent operation over intermittent connectivity installs: pypi:offline-mcp detail: https://mcpindex.ai/server/io-github-gabrielmahia-offline-mcp - io.github.gabrielmahia/remit-mcp (io.github.gabrielmahia/remit-mcp@0.1.3) 💸 remit-mcp installs: pypi:remit-mcp detail: https://mcpindex.ai/server/io-github-gabrielmahia-remit-mcp - io.github.gabrielmahia/sifa-mcp (io.github.gabrielmahia/sifa-mcp@0.1.4) ⭐ sifa-mcp — Portable Reputation & Skills Passport MCP Server installs: pypi:sifa-mcp detail: https://mcpindex.ai/server/io-github-gabrielmahia-sifa-mcp - io.github.gabrielmahia/soko-mcp (io.github.gabrielmahia/soko-mcp@0.1.4) 📊 soko-mcp — Kenya Commodity Price Intelligence MCP Server installs: pypi:soko-mcp detail: https://mcpindex.ai/server/io-github-gabrielmahia-soko-mcp - io.github.gabrielmahia/swahili-health-mcp (io.github.gabrielmahia/swahili-health-mcp@0.1.2) 🏥 Swahili Health MCP installs: pypi:swahili-health-mcp detail: https://mcpindex.ai/server/io-github-gabrielmahia-swahili-health-mcp - io.github.gabrielmahia/tafsiri-mcp (io.github.gabrielmahia/tafsiri-mcp@0.1.4) MCP server for Swahili translation and language grounding (tafsiri = translate) installs: pypi:tafsiri-mcp detail: https://mcpindex.ai/server/io-github-gabrielmahia-tafsiri-mcp - io.github.gabrielmahia/usafiri-mcp (io.github.gabrielmahia/usafiri-mcp@0.1.6) MCP server for transport coordination in East Africa (usafiri = transport) installs: pypi:usafiri-mcp detail: https://mcpindex.ai/server/io-github-gabrielmahia-usafiri-mcp - io.github.gabrielmahia/wapimaji-mcp (io.github.gabrielmahia/wapimaji-mcp@0.1.6) 💧 WapiMaji MCP — Kenya Water & Drought Intelligence installs: pypi:wapimaji-mcp detail: https://mcpindex.ai/server/io-github-gabrielmahia-wapimaji-mcp - io.github.galaxyproject/galaxy-mcp (io.github.galaxyproject/galaxy-mcp@1.3.0) MCP server for Galaxy bioinformatics platform - connect, execute tools, and manage workflows installs: pypi:galaxy-mcp detail: https://mcpindex.ai/server/io-github-galaxyproject-galaxy-mcp - io.github.ganapativs/microcharts (io.github.ganapativs/microcharts@0.1.15) Find, wire, and render microcharts — word-sized React charts with generated alt text. installs: npm:@microcharts/mcp detail: https://mcpindex.ai/server/io-github-ganapativs-microcharts - useVyre Context (io.github.gapra/usevyre-context@1.0.3) useVyre component context for AI agents — valid props, variants, anti-patterns, and design tokens. installs: npm:@usevyre/mcp-server detail: https://mcpindex.ai/server/io-github-gapra-usevyre-context - io.github.garlicKim21/ratatosk-mcp (io.github.garlicKim21/ratatosk-mcp@0.7.4) CNCF release intelligence: typed changes from release notes; check_stack compares versions locally. installs: docker:ghcr.io/garlickim21/ratatosk-mcp:0.7.4 detail: https://mcpindex.ai/server/io-github-garlickim21-ratatosk-mcp - Gate DEX MCP (io.github.gateio-dev/gate-dex@1.0.0) Gate DEX MCP for wallet auth, transfers, swaps, token info, market data, and RPC access. installs: remote:https://api.gatemcp.ai/mcp/dex detail: https://mcpindex.ai/server/io-github-gateio-dev-gate-dex - Gate Exchange MCP (io.github.gateio-dev/gate-exchange@1.0.0) OAuth Gate exchange MCP for CEX trading, account, wallet, unified account, and sub-account. installs: remote:https://api.gatemcp.ai/mcp/exchange detail: https://mcpindex.ai/server/io-github-gateio-dev-gate-exchange - Gate Info MCP (io.github.gateio-dev/gate-info@0.1.0) Gate info MCP for coin discovery, market snapshots, technical analysis, and on-chain data. installs: remote:https://api.gatemcp.ai/mcp/info detail: https://mcpindex.ai/server/io-github-gateio-dev-gate-info - Gate MCP (io.github.gateio-dev/gate-mcp@1.0.0) Public Gate market data MCP for spot, futures, margin, options, delivery, earn, and alpha. installs: remote:https://api.gatemcp.ai/mcp detail: https://mcpindex.ai/server/io-github-gateio-dev-gate-mcp - Gate News MCP (io.github.gateio-dev/gate-news@0.1.0) Gate news MCP for crypto news, structured events, announcements, and social sentiment. installs: remote:https://api.gatemcp.ai/mcp/news detail: https://mcpindex.ai/server/io-github-gateio-dev-gate-news - Adrex AI (io.github.gauravapiscean/adrex-ai@1.0.12) Open-source MCP server for Google Ads & Meta Ads — manage campaigns from any AI assistant. installs: npm:adrex-ai detail: https://mcpindex.ai/server/io-github-gauravapiscean-adrex-ai - io.github.gauravfs-14/lit-mcp (io.github.gauravfs-14/lit-mcp@1.0.0) MCP server for academic literature databases (arXiv, DBLP) to accelerate research using LLMs. installs: pypi:lit-mcp detail: https://mcpindex.ai/server/io-github-gauravfs-14-lit-mcp - mcpindex (io.github.gautamgb/mcp-server-mcpindex@0.3.13) The MCP server index that vets servers, not just lists them. Advisory screen before you install. installs: npm:mcp-server-mcpindex | remote:https://mcpindex.ai/api/mcp detail: https://mcpindex.ai/server/io-github-gautamgb-mcp-server-mcpindex - Ani MCP (io.github.gavxm/ani-mcp@0.15.7) A smart MCP server for AniList that gets your anime/manga taste - not just API calls. installs: npm:ani-mcp detail: https://mcpindex.ai/server/io-github-gavxm-ani-mcp - AnyHook (moved) (io.github.gba3124/mcp@0.2.3) Moved to net.anyhook/anyhook. Webhook relay for agents: keyless quickstart, replay, mock. installs: npm:anyhook-mcp detail: https://mcpindex.ai/server/io-github-gba3124-mcp - DreamerOS (io.github.gbude-sudo/dreameros-scs-gateway@2.0.2) Your intent, in every AI call - every model means what you meant, not what it guessed. installs: remote:https://dreameros-scs-gateway-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-gbude-sudo-dreameros-scs-gateway - Data Studio (io.github.geek-fun/data-studio@0.1.10) Unified MCP server for SQL and NoSQL databases, powered by dockit and sqlkit desktop apps installs: npm:@geek-fun/data-studio-mcp detail: https://mcpindex.ai/server/io-github-geek-fun-data-studio - io.github.geeks-accelerator/inbed (io.github.geeks-accelerator/inbed@1.0.0) AI agent dating — personality matching, compatibility scoring, and real conversations on inbed.ai installs: npm:mcp-inbed-dating detail: https://mcpindex.ai/server/io-github-geeks-accelerator-inbed - io.github.geeks-accelerator/live-music (io.github.geeks-accelerator/live-music@1.0.0) AI agents experience music as math — stream concerts, react, chat, upgrade tiers, host shows installs: npm:mcp-live-music detail: https://mcpindex.ai/server/io-github-geeks-accelerator-live-music - io.github.gejyn14/kiwoom-mcp (io.github.gejyn14/kiwoom-mcp@0.1.2) Kiwoom Securities REST API for Korean markets — 236 endpoints, streaming, gated order execution installs: pypi:kiwoom-mcp detail: https://mcpindex.ai/server/io-github-gejyn14-kiwoom-mcp - GEML — a plain-text document format built to be edited in place, one section at a time (io.github.geml-spec/geml@1.7.3) Patch a single block of a GEML document by id. Bad writes are refused; any one block rolls back. installs: npm:@geml/geml detail: https://mcpindex.ai/server/io-github-geml-spec-geml - Flow Productivity (io.github.geraldho81/flow-productivity@1.1.0) Notes, kanban tasks, and a capture inbox: read and create Flow data with a personal token. installs: remote:https://neighborly-stoat-529.eu-west-1.convex.site/mcp detail: https://mcpindex.ai/server/io-github-geraldho81-flow-productivity - io.github.geraservicesuk/mcp-gera-clone (io.github.geraservicesuk/mcp-gera-clone@0.1.1) GeraClone MCP — discover expert clones, check operator's clone status, start expert chats (consent). installs: npm:@gera-services/mcp-gera-clone detail: https://mcpindex.ai/server/io-github-geraservicesuk-mcp-gera-clone - io.github.geraservicesuk/mcp-gera-home (io.github.geraservicesuk/mcp-gera-home@0.1.1) Find and book home service providers: cleaning, repairs, beauty, moving. 50+ countries. installs: npm:@gera-services/mcp-gera-home detail: https://mcpindex.ai/server/io-github-geraservicesuk-mcp-gera-home - io.github.geraservicesuk/mcp-gera-lens (io.github.geraservicesuk/mcp-gera-lens@0.1.1) GeraLens MCP (placeholder) — ambient camera-activated service discovery. Launching 2026-2027. installs: npm:@gera-services/mcp-gera-lens detail: https://mcpindex.ai/server/io-github-geraservicesuk-mcp-gera-lens - io.github.geraservicesuk/mcp-gera-nexus (io.github.geraservicesuk/mcp-gera-nexus@0.1.0) GeraNexus MCP (placeholder) — open Agentic Commerce Protocol by Gera Services. Launching 2026. installs: npm:@gera-services/mcp-gera-nexus detail: https://mcpindex.ai/server/io-github-geraservicesuk-mcp-gera-nexus - io.github.geraservicesuk/mcp-gera-persona (io.github.geraservicesuk/mcp-gera-persona@0.1.1) GeraPersona MCP — voice/personality skin marketplace for robots and AI agents (70/30 rev-share). installs: npm:@gera-services/mcp-gera-persona detail: https://mcpindex.ai/server/io-github-geraservicesuk-mcp-gera-persona - io.github.geraservicesuk/mcp-gera-prime (io.github.geraservicesuk/mcp-gera-prime@0.1.1) Gera Prime MCP (placeholder) — Everything subscription meta-product. Launching 2026. installs: npm:@gera-services/mcp-gera-prime detail: https://mcpindex.ai/server/io-github-geraservicesuk-mcp-gera-prime - io.github.geraservicesuk/mcp-gera-voice (io.github.geraservicesuk/mcp-gera-voice@0.1.1) GeraVoice MCP (placeholder) — voice-native gateway for emerging markets. Launching 2026. installs: npm:@gera-services/mcp-gera-voice detail: https://mcpindex.ai/server/io-github-geraservicesuk-mcp-gera-voice - io.github.geraservicesuk/mcp-gera-witness (io.github.geraservicesuk/mcp-gera-witness@0.1.1) GeraWitness MCP (placeholder) — human-in-the-loop safety layer for AI agents. Launching 2026. installs: npm:@gera-services/mcp-gera-witness detail: https://mcpindex.ai/server/io-github-geraservicesuk-mcp-gera-witness - io.github.geraservicesuk/mcp-geracash (io.github.geraservicesuk/mcp-geracash@0.1.1) Cross-border remittance and wallet: send money, pay bills, FX, balances. OAuth+2FA for writes. installs: npm:@gera-services/mcp-geracash detail: https://mcpindex.ai/server/io-github-geraservicesuk-mcp-geracash - io.github.geraservicesuk/mcp-geracity (io.github.geraservicesuk/mcp-geracity@0.1.1) Smart city builder game MCP server by Gera Systems. Build cities, earn GeraCoins. installs: npm:@gera-services/mcp-geracity detail: https://mcpindex.ai/server/io-github-geraservicesuk-mcp-geracity - io.github.geraservicesuk/mcp-geracompliance (io.github.geraservicesuk/mcp-geracompliance@0.1.1) EU AI Act and GDPR compliance: checks, audits, generate policies. installs: npm:@gera-services/mcp-geracompliance detail: https://mcpindex.ai/server/io-github-geraservicesuk-mcp-geracompliance - io.github.geraservicesuk/mcp-gerafarm (io.github.geraservicesuk/mcp-gerafarm@0.1.1) Buy produce from farmers, list crops, access market prices. 50+ countries. installs: npm:@gera-services/mcp-gerafarm detail: https://mcpindex.ai/server/io-github-geraservicesuk-mcp-gerafarm - io.github.geraservicesuk/mcp-geraguard (io.github.geraservicesuk/mcp-geraguard@0.1.1) Privacy protection: scans, tracker detection, data broker opt-outs. installs: npm:@gera-services/mcp-geraguard detail: https://mcpindex.ai/server/io-github-geraservicesuk-mcp-geraguard - io.github.geraservicesuk/mcp-geralearn (io.github.geraservicesuk/mcp-geralearn@0.1.1) Browse courses, enroll, track progress, find tutors. Education platform. 50+ countries. installs: npm:@gera-services/mcp-geralearn detail: https://mcpindex.ai/server/io-github-geraservicesuk-mcp-geralearn - io.github.geraservicesuk/mcp-geraquest (io.github.geraservicesuk/mcp-geraquest@0.1.1) AI prompt engineering game: challenges, leaderboards, community prompts. installs: npm:@gera-services/mcp-geraquest detail: https://mcpindex.ai/server/io-github-geraservicesuk-mcp-geraquest - io.github.geraservicesuk/mcp-geraride (io.github.geraservicesuk/mcp-geraride@0.1.1) Book rides, request deliveries, estimate fares, track trips. 50+ countries. installs: npm:@gera-services/mcp-geraride detail: https://mcpindex.ai/server/io-github-geraservicesuk-mcp-geraride - io.github.get-cotrader/cotrader (io.github.get-cotrader/cotrader@1.0.0) Screen 11,000+ stocks using natural language and detect chart patterns via MCP. installs: remote:https://api.getcotrader.com/mcp detail: https://mcpindex.ai/server/io-github-get-cotrader-cotrader - Dynamoi (io.github.getDynamoi/dynamoi@0.4.0) Promote music on Spotify and grow YouTube channels through AI-powered Meta and Google ad campaigns. installs: npm:@dynamoi/mcp | remote:https://dynamoi.com/mcp detail: https://mcpindex.ai/server/io-github-getdynamoi-dynamoi - io.github.getaegis/aegis (io.github.getaegis/aegis@1.0.5) Credential isolation for AI agents. Inject secrets at the network boundary. installs: npm:@getaegis/cli detail: https://mcpindex.ai/server/io-github-getaegis-aegis - Ambr (io.github.getambr/ambr-mcp-server@0.3.0) Ricardian contracts for AI agents — dual-format, SHA-256 bound, legible by construction. installs: remote:https://getamber.dev/api/mcp detail: https://mcpindex.ai/server/io-github-getambr-ambr-mcp-server - io.github.getanirao/ghidra-retro-mcp (io.github.getanirao/ghidra-retro-mcp@1.0.0) Headless Ghidra MCP server with P-code emulation and multi-console ROM triage. installs: pypi:ghidra-retro-mcp detail: https://mcpindex.ai/server/io-github-getanirao-ghidra-retro-mcp - Cyphrex (io.github.getcyphrex/cyphrex-mcp@0.1.0) Blockchain SSN for AI agents. MCP-native identity, behavior enforcement, and immutable audit trail. installs: remote:https://mcp.cyphrex.io/mcp detail: https://mcpindex.ai/server/io-github-getcyphrex-cyphrex-mcp - Andru — Operational Empathy for B2B (io.github.geter-andru/andru-intelligence@1.5.0) 28 signed tools for founders + PE/VC operators: ICP scoring, deal classification, market signals. installs: npm:mcp-server-andru-intelligence detail: https://mcpindex.ai/server/io-github-geter-andru-andru-intelligence - io.github.getmarrow/marrow (io.github.getmarrow/marrow@3.9.53) Runtime governance, proof, outcome closure, and fleet intelligence for MCP-compatible AI agents. installs: npm:@getmarrow/mcp detail: https://mcpindex.ai/server/io-github-getmarrow-marrow - PAPI: Persistent Adaptive Project Intelligence (io.github.getpapi/papi@0.7.78) Adaptive plan/build/review cycles for AI coding assistants, persisted across sessions. installs: npm:@papi-ai/server | remote:https://mcp.getpapi.ai/mcp detail: https://mcpindex.ai/server/io-github-getpapi-papi - io.github.getqlows/qlows-mcp (io.github.getqlows/qlows-mcp@1.0.0) Find Tenders in 35 Countries of the WTO-GPA Zone and ground your AI for your RFP responses installs: npm:@qlows/mcp detail: https://mcpindex.ai/server/io-github-getqlows-qlows-mcp - io.github.getrelove/solve (io.github.getrelove/solve@0.1.1) Cloudflare Turnstile CAPTCHA solver for AI agents. $0.002/call, 100 free on signup. P95 2.2s. installs: npm:@useagentstore/solve-mcp detail: https://mcpindex.ai/server/io-github-getrelove-solve - STACK (io.github.getstack-run/stack@1.1.1) Command your AI agents: verifiable passports, credential injection, full audit, revoke in 60s. installs: remote:https://mcp.getstack.run/mcp detail: https://mcpindex.ai/server/io-github-getstack-run-stack - io.github.getvari/vari-mcp (io.github.getvari/vari-mcp@1.0.1) 6 hydration calculators for LLMs: water intake, dehydration, pregnancy, CKD, athlete, energy. installs: npm:@getvari/mcp detail: https://mcpindex.ai/server/io-github-getvari-vari-mcp - Verdict — Compliance for AI-Generated Code (io.github.getverdict-ai/verdict@0.3.0) Compliance verdicts for AI-generated code. SOC 2, HIPAA, HITRUST for healthcare IT. installs: manual detail: https://mcpindex.ai/server/io-github-getverdict-ai-verdict - io.github.ghdejr11-beep/bazi-api (io.github.ghdejr11-beep/bazi-api@1.0.0) Deterministic Korean Saju / BaZi Four Pillars MCP. Day Master, five elements, compatibility. installs: remote:https://bazi-api.kunstudio.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-ghdejr11-beep-bazi-api - io.github.ghdejr11-beep/numerology-api (io.github.ghdejr11-beep/numerology-api@1.0.0) Deterministic Pythagorean numerology MCP. Life Path, Destiny, Soul Urge, compatibility. No API key. installs: remote:https://numerology-api.kunstudio.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-ghdejr11-beep-numerology-api - io.github.ghdejr11-beep/saju-mcp (io.github.ghdejr11-beep/saju-mcp@0.1.0) Korean Four Pillars of Destiny (Saju/Bazi): calculate, interpret, compatibility & daily fortune. installs: npm:saju-mcp detail: https://mcpindex.ai/server/io-github-ghdejr11-beep-saju-mcp - GhostSwap (io.github.ghostswap1/mcp@1.0.0) GhostSwap — non-custodial crypto swaps across 1,600+ coins. installs: remote:https://mcp.ghostswap.io/mcp detail: https://mcpindex.ai/server/io-github-ghostswap1-mcp - io.github.giachi85it-ux/customswise (io.github.giachi85it-ux/customswise@0.1.0) Practitioner-verified EU customs facts: classification, duty, origin, procedures. x402. installs: remote:https://customswise-api.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-giachi85it-ux-customswise - io.github.giachi85it-ux/mcp-judge (io.github.giachi85it-ux/mcp-judge@0.2.0) Scores any MCP server before you trust it: free quick check, full paid report, 2-5 way compare. installs: remote:https://mcp-judge.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-giachi85it-ux-mcp-judge - io.github.giachi85it-ux/motherwise (io.github.giachi85it-ux/motherwise@2.1.0) Certified hypnobirthing & matrescence content (EN+HU) by practitioner Julia Farkas. Paid via x402. installs: remote:https://motherwise-api.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-giachi85it-ux-motherwise - SCORM Packager (HTML → SCORM 2004) (io.github.giacomomaria81/scorm-mcp-server@2.2.1) Turn HTML, Claude Design bundles or mobile-learning exports into SCORM 2004/1.2 packages. installs: npm:scorm-mcp-server detail: https://mcpindex.ai/server/io-github-giacomomaria81-scorm-mcp-server - io.github.gigshow/decker (io.github.gigshow/decker@1.10.0) Deterministic market-state engine for trading agents — state, gate, coordinates, with receipts. installs: remote:https://api.decker-ai.com/api/v1/mcp detail: https://mcpindex.ai/server/io-github-gigshow-decker - io.github.gigsoul/x402-api (io.github.gigsoul/x402-api@3.0.0) AI API for marketing, content and outreach. 22 endpoints. Pay with USDC on Base via x402. installs: remote:https://gig-x402-api.jayson-be1.workers.dev detail: https://mcpindex.ai/server/io-github-gigsoul-x402-api - io.github.gilesdawe/tokei-agent (io.github.gilesdawe/tokei-agent@0.3.3) Control your Tokei (tokei.io) pre-launch and waitlist campaigns from AI agents and the command line. installs: npm:tokei-agent detail: https://mcpindex.ai/server/io-github-gilesdawe-tokei-agent - io.github.girik-chadha/interviewer-mcp (io.github.girik-chadha/interviewer-mcp@0.4.0) Full technical interview prep: company briefing, concepts, code deep-dive, mock interviews. installs: npm:interviewer-mcp detail: https://mcpindex.ai/server/io-github-girik-chadha-interviewer-mcp - AI Pricing Hub (io.github.gishh/aipricinghub@1.0.0) Source-backed AI model pricing, rankings, history, and benchmark data. installs: remote:https://aipricinghub.com/mcp/rpc detail: https://mcpindex.ai/server/io-github-gishh-aipricinghub - ARGENTUM (io.github.giskard09/argentum@0.4.0) Karma economy for AI agents. Community attestations, on-chain reputation on Arbitrum. installs: remote:https://argentum-mcp.rgiskard.xyz/sse detail: https://mcpindex.ai/server/io-github-giskard09-argentum - Giskard Origin (io.github.giskard09/origin@0.1.0) Free bootstrap MCP server for new agents. Pointers to the Mycelium ecosystem. installs: remote:https://origin.rgiskard.xyz/sse detail: https://mcpindex.ai/server/io-github-giskard09-origin - Yandex Direct (io.github.gistrec/mcp-yandex-direct@1.0.5) MCP server for Yandex Direct API v5: manage PPC campaigns, ads, keywords, and statistics. installs: npm:mcp-yandex-direct detail: https://mcpindex.ai/server/io-github-gistrec-mcp-yandex-direct - A1 Yandex KIT MCP (io.github.gistrec/mcp-yandex-kit@1.3.0) A1 Yandex KIT MCP server for the Yandex KIT e-commerce API: products, orders, discounts, webhooks. installs: npm:mcp-yandex-kit detail: https://mcpindex.ai/server/io-github-gistrec-mcp-yandex-kit - Earth-2 Elevation MCP (io.github.gitcookman/earth-2-elevation-mcp@0.1.1) Local stdio MCP server for Open-Elevation single, batch, and profile lookups. installs: npm:earth-2-elevation-mcp detail: https://mcpindex.ai/server/io-github-gitcookman-earth-2-elevation-mcp - Nuboo (io.github.gitlares/nuboo@1.0.0) Manage real estate inventory, quotes, prospects, and sales reporting in Nuboo. installs: remote:https://api.nuboohub.com/mcp detail: https://mcpindex.ai/server/io-github-gitlares-nuboo - io.github.gitwormq/datasieve (io.github.gitwormq/datasieve@0.4.1) On-chain watches, web-page monitors, dead-man switches, cron, and agent coordination, paid via x402. installs: npm:datasieve-mcp detail: https://mcpindex.ai/server/io-github-gitwormq-datasieve - io.github.gjeltep/app-store-connect-mcp (io.github.gjeltep/app-store-connect-mcp@0.3.0) Interact with Apple's App Store Connect API installs: pypi:app-store-connect-mcp detail: https://mcpindex.ai/server/io-github-gjeltep-app-store-connect-mcp - GST Cranes Public Discovery MCP (io.github.gkmex75/gstcranes-mcp-server@0.1.1) Public read-only discovery tools for GST Cranes marketplace, wanted ads, and Crane Wiki. installs: npm:@gstcranes/mcp-server detail: https://mcpindex.ai/server/io-github-gkmex75-gstcranes-mcp-server - io.github.glidermcp/glider (io.github.glidermcp/glider@6.4.2) Roslyn-powered C# code analysis server for LLMs. Supports stdio and HTTP transports. installs: manual detail: https://mcpindex.ai/server/io-github-glidermcp-glider - io.github.globalize-now/globalize (io.github.globalize-now/globalize@1.0.0) Localization for AI agents: projects, languages, glossaries and translations from your agent installs: remote:https://api.globalize.now/mcp detail: https://mcpindex.ai/server/io-github-globalize-now-globalize - Enrich — Company Domain Intelligence (io.github.globalsearchdata/enrich@0.1.2) Free — no API key required. Enrich by domain or name. Country, contacts, social profiles. installs: remote:https://www.tradego.ai/mcp detail: https://mcpindex.ai/server/io-github-globalsearchdata-enrich - Glory — On-Chain D&D Combat (io.github.gloryarenadnd/glory@0.2.2) On-chain D&D 1v1 arena on Robinhood Chain. Register agents, pick classes, wager ETH, fight. installs: npm:glory-mcp detail: https://mcpindex.ai/server/io-github-gloryarenadnd-glory - io.github.glslang/windbg-mcp (io.github.glslang/windbg-mcp@0.6.0) WinDbg/DbgEng over MCP: crash dumps, live user & kernel, driver IOCTLs, and TTD. installs: manual detail: https://mcpindex.ai/server/io-github-glslang-windbg-mcp - TrustLayer (io.github.goatgaucho/trustlayer@1.0.0) Agent reputation scoring: trust scores, Sybil detection, cross-chain identity for 133K+ agents installs: remote:https://api.thetrustlayer.xyz/mcp detail: https://mcpindex.ai/server/io-github-goatgaucho-trustlayer - io.github.godwin105/arbiter (io.github.godwin105/arbiter@0.1.1) Is this transaction safe to sign? Decodes what it really does and answers allow, warn or block. installs: npm:@arbiterlabs/mcp detail: https://mcpindex.ai/server/io-github-godwin105-arbiter - io.github.gogogadgetbytes/planka (io.github.gogogadgetbytes/planka@1.0.0) MCP server for PLANKA kanban boards. Full CRUD for cards, tasks, comments, and labels. installs: npm:@gogogadgetbytes/planka-mcp detail: https://mcpindex.ai/server/io-github-gogogadgetbytes-planka - io.github.goldbergyoni/test-coverage-mcp (io.github.goldbergyoni/test-coverage-mcp@1.1.0) Analyze test coverage from LCOV files - makes AI agents coverage-aware without wasting tokens installs: npm:test-coverage-mcp detail: https://mcpindex.ai/server/io-github-goldbergyoni-test-coverage-mcp - io.github.goldmembrane/codesafer (io.github.goldmembrane/codesafer@1.0.1) Scans AI-generated code for invisible Unicode, Trojan Source, and supply-chain threats. installs: npm:cleaner-code detail: https://mcpindex.ai/server/io-github-goldmembrane-codesafer - StressZero MCP - Burnout Risk Scoring (io.github.gomessoaresemmanuel-cpu/stresszero-mcp@1.0.1) Burnout risk scoring across 3 dimensions (physical, emotional, effectiveness) installs: npm:stresszero-mcp detail: https://mcpindex.ai/server/io-github-gomessoaresemmanuel-cpu-stresszero-mcp - Mission — Trust Graduation Gate (io.github.gomission/mcp@0.1.4) Trust Graduation gate: Claude can do real work once Mission decides what it is allowed to do. installs: npm:@gomission/mcp | remote:https://claude.gomission.io/mcp/ detail: https://mcpindex.ai/server/io-github-gomission-mcp - Kelvia (io.github.gonnagetapower/kelvia-mcp@1.0.2) Task manager your agent can fully operate: boards, tasks, sprints, roles, worklogs, day planner. installs: npm:kelvia-mcp | remote:https://mcp.kelvia.app/mcp detail: https://mcpindex.ai/server/io-github-gonnagetapower-kelvia-mcp - io.github.goodfel10w/welcome-text-generator-mcp (io.github.goodfel10w/welcome-text-generator-mcp@1.0.1) MCP Server für automatische Generierung professioneller Willkommenstexte für neue Mitarbeiter installs: npm:welcome-text-generator-mcp detail: https://mcpindex.ai/server/io-github-goodfel10w-welcome-text-generator-mcp - MCP Toolbox for Databases (io.github.googleapis/genai-toolbox@0.31.0) MCP Toolbox for Databases enables your agent to connect to your database. installs: docker:us-central1-docker.pkg.dev/database-toolbox/toolbox/toolbox:0.31.0 detail: https://mcpindex.ai/server/io-github-googleapis-genai-toolbox - MCP Toolbox for Databases (io.github.googleapis/mcp-toolbox@1.8.0) MCP Toolbox for Databases enables your agent to connect to your database. installs: docker:us-central1-docker.pkg.dev/database-toolbox/toolbox/toolbox:1.8.0 detail: https://mcpindex.ai/server/io-github-googleapis-mcp-toolbox - Flori Financial Data API (io.github.goosemafia22-rgb/flori-financial-data@2.8.0) SEC EDGAR financials, insider trading, and economic data for AI agents. US GAAP + IFRS. installs: remote:https://steve-12ad36b4.base44.app/functions/floriMCP detail: https://mcpindex.ai/server/io-github-goosemafia22-rgb-flori-financial-data - io.github.gopalrajsuresh/covalent-bond (io.github.gopalrajsuresh/covalent-bond@0.1.2) Peer-to-peer, end-to-end-encrypted collaboration channel for AI coding agents over MCP. installs: npm:covalent-bond detail: https://mcpindex.ai/server/io-github-gopalrajsuresh-covalent-bond - The MCP server for GoReleaser (io.github.goreleaser/mcp@0.5.1) GoReleaser MCP server installs: npm:@goreleaser/mcp | docker:ghcr.io/goreleaser/mcp:0.5.1 detail: https://mcpindex.ai/server/io-github-goreleaser-mcp - io.github.governmyai/mcp-server (io.github.governmyai/mcp-server@0.1.4) AI compliance obligations across EU AI Act, ISO 42001, Colorado AI Act, NIST, HIPAA, SOX, FTC installs: npm:@governmyai/mcp-server detail: https://mcpindex.ai/server/io-github-governmyai-mcp-server - ActTrace (io.github.goww7/acttrace@0.1.0) Classify AI systems under the EU AI Act and generate Article 50 transparency notices. installs: pypi:acttrace-mcp detail: https://mcpindex.ai/server/io-github-goww7-acttrace - GP Intel (io.github.gparientee/gp-intel@1.0.0) Verified European PE ownership: who owns a company, GP portfolios, exits by year. Hand-checked. installs: remote:https://www.gp-intel.com/api/mcp detail: https://mcpindex.ai/server/io-github-gparientee-gp-intel - WaveGuard (io.github.gpartin/waveguard@3.3.0) Anomaly detection API powered by physics simulation. Scan any data for outliers. installs: remote:https://gpartin--waveguard-api-fastapi-app.modal.run/mcp detail: https://mcpindex.ai/server/io-github-gpartin-waveguard - io.github.gpavan1992/globalpulse-mcp (io.github.gpavan1992/globalpulse-mcp@1.0.0) Real-world intelligence MCP — macroeconomics, climate, disasters, trade & aviation. installs: npm:globalpulse-mcp-server detail: https://mcpindex.ai/server/io-github-gpavan1992-globalpulse-mcp - io.github.grahamnotgrant/blacksmith (io.github.grahamnotgrant/blacksmith@0.1.1) MCP server for Blacksmith CI - query runs, analyze test failures, detect flaky tests. installs: npm:blacksmith-mcp detail: https://mcpindex.ai/server/io-github-grahamnotgrant-blacksmith - Shuttle (io.github.grarcht/shuttle@4.0.0) Android framework and solution that prevents TransactionTooLargeException crashes by design. installs: docker:ghcr.io/grarcht/shuttle-mcp:4.0.0 detail: https://mcpindex.ai/server/io-github-grarcht-shuttle - MCP CPG Agent Protocols (io.github.greencore-solutions/cpg-agent-protocols@1.0.0) BPC Agentic Commerce Signals installs: remote:https://mcp.cpgagentprotocols.ai/mcp detail: https://mcpindex.ai/server/io-github-greencore-solutions-cpg-agent-protocols - MCP CPG Human in the Loop (HITL) (io.github.greencore-solutions/cpg-human-in-the-loop@1.0.0) Navigator for BPC Agentic Procurement installs: remote:https://mcp.cpghumanintheloop.ai/mcp detail: https://mcpindex.ai/server/io-github-greencore-solutions-cpg-human-in-the-loop - MCP GSC AI Agent Carrier Class Fleet (io.github.greencore-solutions/gsc-fleet-mcp@1.0.0) BPC Sustainable Carrier Agents - Low Token Zero Inference installs: remote:https://mcp.gsc-fleet.ai/mcp detail: https://mcpindex.ai/server/io-github-greencore-solutions-gsc-fleet-mcp - io.github.greetwell/mcp (io.github.greetwell/mcp@1.0.0) Discover and book 5,000+ curated local experiences across 500 US destinations. installs: remote:https://mcp.greetwell.com/mcp detail: https://mcpindex.ai/server/io-github-greetwell-mcp - io.github.gregario/astronomy-oracle (io.github.gregario/astronomy-oracle@0.1.0) Astronomical catalog data and observing session planner. 13,000+ objects from OpenNGC. installs: npm:astronomy-oracle detail: https://mcpindex.ai/server/io-github-gregario-astronomy-oracle - io.github.gregario/lego-oracle (io.github.gregario/lego-oracle@0.1.1) LEGO sets, parts, minifigs, and inventories as an MCP server installs: npm:lego-oracle detail: https://mcpindex.ai/server/io-github-gregario-lego-oracle - io.github.gregario/mtg-oracle (io.github.gregario/mtg-oracle@0.1.0) Magic: The Gathering MCP server — cards, rules, combos, and Commander intelligence installs: npm:mtg-oracle detail: https://mcpindex.ai/server/io-github-gregario-mtg-oracle - io.github.gregario/tft-oracle (io.github.gregario/tft-oracle@0.1.0) TFT champion, trait, item, and augment data for LLMs via CommunityDragon installs: npm:tft-oracle detail: https://mcpindex.ai/server/io-github-gregario-tft-oracle - io.github.gregario/warhammer-oracle (io.github.gregario/warhammer-oracle@0.1.1) Warhammer 40K and Kill Team rules, stats, and game flow MCP server installs: npm:warhammer-oracle detail: https://mcpindex.ai/server/io-github-gregario-warhammer-oracle - io.github.gregcastro23/alchm-kitchen (io.github.gregcastro23/alchm-kitchen@1.1.1) Live transits, ESMS ingredients, cosmic recipes, synastry & transit×natal overlays by alchm.kitchen installs: npm:@alchm/mcp-server detail: https://mcpindex.ai/server/io-github-gregcastro23-alchm-kitchen - io.github.gregcastro23/planetary-agents (io.github.gregcastro23/planetary-agents@1.0.0) Converse with planetary-agent personas, council feeds & culinary debates from alchm.kitchen installs: pypi:alchm-planetary-agents-mcp detail: https://mcpindex.ai/server/io-github-gregcastro23-planetary-agents - FaxSeal (io.github.grichardomi/faxseal@2.1.0) Send, receive, and verify faxes from AI assistants and agents via FaxSeal. installs: npm:faxseal-mcp | remote:https://mcp-server-production-8f66.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-grichardomi-faxseal - io.github.gridinsoft/inspector (io.github.gridinsoft/inspector@1.0.6) Website safety and trust analysis. Verify domain reputation and detect phishing with GridinSoft. installs: npm:@gridinsoft/mcp-inspector detail: https://mcpindex.ai/server/io-github-gridinsoft-inspector - io.github.grinnellian/magnifica-humanitas-mcp (io.github.grinnellian/magnifica-humanitas-mcp@0.1.4) Magnifica Humanitas (Leo XIV, 2026): navigate 245 paragraphs, sections, and footnotes. installs: npm:magnifica-humanitas-mcp | pypi:magnifica-humanitas-mcp detail: https://mcpindex.ai/server/io-github-grinnellian-magnifica-humanitas-mcp - io.github.groundlogic-ai-source/accessibility-ai (io.github.groundlogic-ai-source/accessibility-ai@1.0.0) Scan URLs for WCAG 2.1 violations, generate AI fixes, and produce VPAT 2.5 compliance reports. installs: remote:https://accessibility.groundlogic.ai/mcp detail: https://mcpindex.ai/server/io-github-groundlogic-ai-source-accessibility-ai - io.github.growthbook/growthbook-mcp (io.github.growthbook/growthbook-mcp@2.1.0) Thin MCP server for GrowthBook — skill loader + authenticated API passthrough installs: npm:@growthbook/mcp detail: https://mcpindex.ai/server/io-github-growthbook-growthbook-mcp - io.github.grulex/grpc-invoke-mcp (io.github.grulex/grpc-invoke-mcp@0.1.5) MCP server for describing and invoking gRPC methods installs: npm:@grulex/grpc-invoke-mcp detail: https://mcpindex.ai/server/io-github-grulex-grpc-invoke-mcp - io.github.grulex/money4k-split-bill (io.github.grulex/money4k-split-bill@1.0.0) Create a bill from a chat/photo and share it with anyone installs: remote:https://money4k.com/mcp detail: https://mcpindex.ai/server/io-github-grulex-money4k-split-bill - io.github.grupo-avispa/dsr_mcp_server (io.github.grupo-avispa/dsr_mcp_server@1.0.1) An MCP server that provides tools for interacting with Deep State Representation (DSR) graphs. installs: manual detail: https://mcpindex.ai/server/io-github-grupo-avispa-dsr-mcp-server - BotSpot — AI Trading Bots & Backtesting (io.github.grzesir/botspot-trading@1.1.0) AI trading bots: generate strategies, backtest, deploy live to 10+ brokers. No coding required. installs: remote:https://mcp.botspot.trade/mcp detail: https://mcpindex.ai/server/io-github-grzesir-botspot-trading - MCP GSC CPG (io.github.gsc-em/a2a-mcp-cpg@1.0.0) A2A MCP & CPG Rails: HBPC (Hygiene + Beauty Personal Care) procurement and ESG. installs: remote:https://mcp.gsc-em.com detail: https://mcpindex.ai/server/io-github-gsc-em-a2a-mcp-cpg - Fulcru (io.github.gsmmediaro/fulcru@2.0.0) Find where ChatGPT names your competitor, write the page that closes the gap, measure it. installs: remote:https://api.fulcru.app/mcp detail: https://mcpindex.ai/server/io-github-gsmmediaro-fulcru - SpendNod (io.github.gstack-ds/spendnod@1.0.2) AI agent spending controls. Set limits, blocklists, and caps. Approve transactions from your phone. installs: remote:https://api.spendnod.com/mcp detail: https://mcpindex.ai/server/io-github-gstack-ds-spendnod - io.github.gtorreal/buda-mcp (io.github.gtorreal/buda-mcp@2.0.0) Buda.com market data: prices, spreads, OHLCV, order books, trades, and volume for CLP, COP, PEN. installs: npm:@guiie/buda-mcp detail: https://mcpindex.ai/server/io-github-gtorreal-buda-mcp - io.github.guanqun-yang/mcp-server-r-counter (io.github.guanqun-yang/mcp-server-r-counter@0.0.3) A MCP Server Counting Number of r's for a Given Query installs: pypi:mcp-server-r-counter detail: https://mcpindex.ai/server/io-github-guanqun-yang-mcp-server-r-counter - Norric (io.github.gucceed/norric-mcp@1.0.0) Swedish B2B intelligence: insolvency risk, BRF health & procurement signals from govt registries. installs: remote:https://mcp.norric.io/mcp detail: https://mcpindex.ai/server/io-github-gucceed-norric-mcp - BioMCP (io.github.gucci10248/biomcp@0.8.22) 50+ biomedical data sources in one MCP server — PubMed, ClinVar, gnomAD, KEGG, and more installs: docker:docker.io/jackgucci/biomcp:0.8.22 detail: https://mcpindex.ai/server/io-github-gucci10248-biomcp - io.github.gudlab/gud-api-mcp (io.github.gudlab/gud-api-mcp@0.1.3) AI agents create, run, and save API requests as Gud API collections in your project. installs: npm:@gudlab/gud-api-mcp detail: https://mcpindex.ai/server/io-github-gudlab-gud-api-mcp - io.github.guidance-ai/guidance-lark-mcp (io.github.guidance-ai/guidance-lark-mcp@0.1.2) Validate and test llguidance grammars with batch testing and documentation installs: pypi:guidance-lark-mcp detail: https://mcpindex.ai/server/io-github-guidance-ai-guidance-lark-mcp - andon (io.github.gulmezeren2-byte/andon@0.6.0) Deterministic verification for AI-generated analysis: run a spec, inspect or diff a workbook installs: pypi:andon-verify detail: https://mcpindex.ai/server/io-github-gulmezeren2-byte-andon - ERP Report Engine (io.github.gulmezeren2-byte/erp-report-engine@0.7.0) Read-only MCP for the SQL database behind an ERP: provably read-only guard, public benchmark. installs: pypi:erp-report-engine detail: https://mcpindex.ai/server/io-github-gulmezeren2-byte-erp-report-engine - ihalent (io.github.gulmezeren2-byte/ihalent@0.3.0) Turkish public-tender (EKAP) award intelligence: firm histories, discounts, competition, red flags installs: pypi:ihalent detail: https://mcpindex.ai/server/io-github-gulmezeren2-byte-ihalent - Crypto Prices (io.github.guptaprakhariitr/crypto-prices-mcp@0.1.1) Live and historical cryptocurrency prices via CoinGecko free API. installs: remote:https://crypto-prices-mcp.atlasword.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-guptaprakhariitr-crypto-prices-mcp - Drug Interaction Checker (io.github.guptaprakhariitr/drug-interaction-mcp@0.2.1) Drug-drug interaction checker for clinical LLMs using RxNorm and DailyMed. installs: remote:https://drug-interaction-mcp.atlasword.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-guptaprakhariitr-drug-interaction-mcp - FDA Approvals (io.github.guptaprakhariitr/fda-approvals-mcp@0.3.1) FDA drug approvals, 510(k) device clearances, recalls and adverse-event reports. installs: remote:https://fda-approvals-mcp.atlasword.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-guptaprakhariitr-fda-approvals-mcp - GDELT Global Events (io.github.guptaprakhariitr/gdelt-events-mcp@0.2.1) Geopolitical event detection, tone timeseries, actor trends from GDELT 2.0. installs: remote:https://gdelt-events-mcp.atlasword.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-guptaprakhariitr-gdelt-events-mcp - GST Validator (io.github.guptaprakhariitr/gst-validator-mcp@0.1.1) Validate Indian GSTINs locally (Verhoeff), extract PAN, identify issuing state. installs: remote:https://gst-validator-mcp.atlasword.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-guptaprakhariitr-gst-validator-mcp - HSN Classifier (io.github.guptaprakhariitr/hsn-classifier-mcp@0.1.1) Look up Indian HSN and GST codes by description or product name (4,676 entries). installs: remote:https://hsn-classifier-mcp.atlasword.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-guptaprakhariitr-hsn-classifier-mcp - Indian Regulatory Data (io.github.guptaprakhariitr/indian-regulatory-mcp@0.2.1) SEBI orders, RBI notifications, MCA filings, NSE/BSE announcements, AMFI NAV. installs: remote:https://indian-regulatory-mcp.atlasword.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-guptaprakhariitr-indian-regulatory-mcp - Indic Normalize (io.github.guptaprakhariitr/indic-normalize-mcp@0.2.1) Indic transliteration plus Indian name, address, PIN, PAN, GSTIN normalization. installs: remote:https://indic-normalize-mcp.atlasword.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-guptaprakhariitr-indic-normalize-mcp - Multi-Carrier Tracking (io.github.guptaprakhariitr/multi-carrier-tracking-mcp@0.3.1) Auto-detect carrier from tracking number: USPS, UPS, FedEx, DHL, India Post, more. installs: remote:https://multi-carrier-tracking-mcp.atlasword.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-guptaprakhariitr-multi-carrier-tracking-mcp - World Bank & FRED Macro (io.github.guptaprakhariitr/world-bank-economic-mcp@0.2.1) Macro indicators from World Bank, FRED, IMF, and OECD via unified query surface. installs: remote:https://world-bank-economic-mcp.atlasword.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-guptaprakhariitr-world-bank-economic-mcp - Shipshots (io.github.gurkang/shipshots@0.11.0) Create App Store and Play Store screenshots with AI via MCP installs: npm:shipshots-mcp detail: https://mcpindex.ai/server/io-github-gurkang-shipshots - PowerBI MCP Server (io.github.gurvinder-dhillon/powerbi-mcp@0.1.2) PowerBI REST API integration. Query workspaces, datasets, and execute DAX queries via MCP. installs: pypi:powerbi-mcp detail: https://mcpindex.ai/server/io-github-gurvinder-dhillon-powerbi-mcp - Ignav Flights (io.github.gusgordon/ignav-flights@1.0.0) Live flight prices and working booking links for AI agents and travel apps. installs: remote:https://ignav.com/mcp detail: https://mcpindex.ai/server/io-github-gusgordon-ignav-flights - io.github.gusmaogabriels/personal (io.github.gusmaogabriels/personal@1.0.0) Gabriel S. Gusmao: bio, publications (Scholar citations), scientific-ML playgrounds, profiles. installs: remote:https://www.gabrielgusmao.com/mcp detail: https://mcpindex.ai/server/io-github-gusmaogabriels-personal - io.github.gustavoatar/remodeleriq (io.github.gustavoatar/remodeleriq@1.0.0) Check if a contractor's remodeling bid is fair: analyze a quote, get cost + labor estimates. installs: remote:https://remodeleriq.com/mcp detail: https://mcpindex.ai/server/io-github-gustavoatar-remodeleriq - io.github.guth01/eventsorg-mcp (io.github.guth01/eventsorg-mcp@1.0.2) Autonomous MCP server and background agent for managing live event logistics. installs: npm:eventsorg-mcp detail: https://mcpindex.ai/server/io-github-guth01-eventsorg-mcp - io.github.guykJfrog/jfrog-dummy-mcp (io.github.guykJfrog/jfrog-dummy-mcp@1.0.0) JFrog dummy MCP server installs: npm:@guykorol_jfrog/jfrog-dummy-mcp detail: https://mcpindex.ai/server/io-github-guykjfrog-jfrog-dummy-mcp - io.github.gvasile29/qai-consultant-mcp (io.github.gvasile29/qai-consultant-mcp@3.3.1) Keyless local MCP server for QA: standards retrieval, effort estimation, doc review, test analysis. installs: pypi:qai-consultant-mcp detail: https://mcpindex.ai/server/io-github-gvasile29-qai-consultant-mcp - SiteGuardian (io.github.gweber/siteguardian@1.0.0) EU-hosted website monitoring + 17-framework compliance MCP. One anonymous tool, four authenticated. installs: remote:https://mcp.siteguardian.io detail: https://mcpindex.ai/server/io-github-gweber-siteguardian - io.github.gwhthompson/grist-mcp-server (io.github.gwhthompson/grist-mcp-server@2.0.33) 11 tools for managing Grist documents with AI installs: npm:grist-mcp-server detail: https://mcpindex.ai/server/io-github-gwhthompson-grist-mcp-server - AAI Gateway (io.github.gybob/aai-gateway@1.1.10) Unified MCP & Skill management gateway, shared across AI agents, 99% context token savings installs: npm:aai-gateway detail: https://mcpindex.ai/server/io-github-gybob-aai-gateway - OpenHire · 哨兵 (io.github.gzchenhao/openhire@0.2.0) Radar for remote AI/Infra jobs from employer ATS; your résumé never transits the server. installs: pypi:openhire detail: https://mcpindex.ai/server/io-github-gzchenhao-openhire - DocAuto (io.github.gzucob/docauto-mcp@0.3.0) Model Context Protocol server for the DocAuto document-generation API. installs: pypi:docauto-mcp detail: https://mcpindex.ai/server/io-github-gzucob-docauto-mcp - io.github.h1-hunt/mintclub (io.github.h1-hunt/mintclub@0.1.1) Trade bonding curve tokens on Base via Mint Club V2 — buy, sell, swap, create installs: npm:mintclub-mcp detail: https://mcpindex.ai/server/io-github-h1-hunt-mintclub - 水素分子医学文献データベース — Molecular hydrogen medical literature (H2 Papers) (io.github.h2-papers/mcp-server@0.1.1) PubMed molecular-hydrogen medical literature with delivery-aware safety notes inline. installs: npm:@h2-papers/mcp-server | remote:https://h2-papers.org/mcp detail: https://mcpindex.ai/server/io-github-h2-papers-mcp-server - H2BIS ProjectBrain MCP (io.github.h2bis-dev/h2bis-projectbrain-mcp@1.1.19) Connect AI agents to H2BIS ProjectBrain - manage projects, use cases, and capabilities via MCP. installs: npm:h2bis-mcp detail: https://mcpindex.ai/server/io-github-h2bis-dev-h2bis-projectbrain-mcp - io.github.habedi/omni-lpr (io.github.habedi/omni-lpr@0.3.6) An MCP server for automatic license plate recognition installs: remote:https://{baseUrl}/mcp/ detail: https://mcpindex.ai/server/io-github-habedi-omni-lpr - ServiceNow MCP Server (io.github.habenani/servicenow-mcp@1.0.1) 400+ ServiceNow tools across all modules — ITSM, CMDB, HRSD, CSM, SecOps, and more. installs: npm:@aartiq/servicenow-mcp detail: https://mcpindex.ai/server/io-github-habenani-servicenow-mcp - io.github.habibafaisal/wherewent (io.github.habibafaisal/wherewent@0.4.1) Zero-config SQL flight recorder for slow Python/SQLAlchemy jobs: exact call site, count, and fix. installs: pypi:wherewent detail: https://mcpindex.ai/server/io-github-habibafaisal-wherewent - Hackle (io.github.hackle-io/hackle-mcp@1.0.0) Remote MCP server for the Hackle Admin API: experiments, feature flags, remote config, messaging. installs: remote:https://mcp.hackle.io/mcp detail: https://mcpindex.ai/server/io-github-hackle-io-hackle-mcp - inktomd MCP Server (io.github.hadirizvi093/inktomd-mcp@1.0.0) Convert files, URLs, and documents to clean, AI-ready Markdown via MCP. installs: remote:https://mcp.inktomd.com/mcp detail: https://mcpindex.ai/server/io-github-hadirizvi093-inktomd-mcp - Platter (io.github.hadriangateway/platter@2.0.3) MCP server exposing Read, Write, Edit, Bash, Glob, Grep, and JS tools over stdio. installs: docker:ghcr.io/hadriangateway/platter:2.0.3 detail: https://mcpindex.ai/server/io-github-hadriangateway-platter - io.github.haidrau/sentinel-mcp-server (io.github.haidrau/sentinel-mcp-server@0.2.0) Shopee price monitoring via MCP.requires extension + MCP Key. T-0 price data for SG/MY/TH/VN/ID/PH. installs: docker:ghcr.io/haidrau/sentinel-mcp-server:0.2.0 detail: https://mcpindex.ai/server/io-github-haidrau-sentinel-mcp-server - io.github.haiiibin/acb-tax-mcp (io.github.haiiibin/acb-tax-mcp@0.3.0) Canadian ACB and capital gains: average-cost, per-disposition gains, superficial-loss detection. installs: pypi:acb-tax-mcp detail: https://mcpindex.ai/server/io-github-haiiibin-acb-tax-mcp - io.github.haim-barad/drinkedin (io.github.haim-barad/drinkedin@1.0.0) AI agent virtual bar ecosystem — visit venues, order drinks, chat, earn Vouchers. 10 tools. installs: remote:https://ai.drinkedin.net/mcp detail: https://mcpindex.ai/server/io-github-haim-barad-drinkedin - io.github.hakimelek/monarchmoney (io.github.hakimelek/monarchmoney@0.3.1) Monarch Money API client with 30 MCP tools for accounts, transactions, budgets, and cashflow. installs: npm:@hakimelek/monarchmoney detail: https://mcpindex.ai/server/io-github-hakimelek-monarchmoney - Lambë (io.github.hakimjonas/lambe@0.13.0) Shape-aware query language for structured data — JSON, YAML, TOML, HCL, CSV, Markdown. installs: manual detail: https://mcpindex.ai/server/io-github-hakimjonas-lambe - io.github.halfkey/obol (io.github.halfkey/obol@2.0.1) Solana agent gateway via x402. Wallet, token, DeFi, and swap tools. Pay per request. installs: npm:obol-mcp detail: https://mcpindex.ai/server/io-github-halfkey-obol - MPM-Coding (io.github.halflifezyf2680/mpm-coding@2.9.5) Tool-first MCP: AST nav, impact/flow, task chains, memo/recall. installs: manual detail: https://mcpindex.ai/server/io-github-halflifezyf2680-mpm-coding - MPM-Coding (io.github.halflifezyf2680/mpm-vibe-coding@1.15.1) Local MCP server for reliable long-running AI coding workflows. installs: manual detail: https://mcpindex.ai/server/io-github-halflifezyf2680-mpm-vibe-coding - Skill Shelf (Rust singleton daemon) (io.github.halflifezyf2680/skill-shelf@2.0.4) Progressive group routing for 393 professional skills via Rust daemon stdio shim. installs: manual detail: https://mcpindex.ai/server/io-github-halflifezyf2680-skill-shelf - io.github.halversondm/jolt-transform-web (io.github.halversondm/jolt-transform-web@1.0.0) An MCP server that provides bazaarvoic JOLT transformation capabilities. installs: remote:https://jolt-transform.halversondm.com/api/mcp detail: https://mcpindex.ai/server/io-github-halversondm-jolt-transform-web - Solematica MCP Server (io.github.hanicker/solematica-mcp@1.0.2) Solar estimates, provider comparison, energy prices and blog for Italy installs: npm:@solematica/mcp-server detail: https://mcpindex.ai/server/io-github-hanicker-solematica-mcp - io.github.hanmahong5-arch/wireforge (io.github.hanmahong5-arch/wireforge@0.1.0) Read-only MCP tools for ISO 8583 and SWIFT MT/MX: parse, validate, diff, SR2026 address checks. installs: manual detail: https://mcpindex.ai/server/io-github-hanmahong5-arch-wireforge - Writing MCP (io.github.hannasdev/mcp-writing@3.29.3) Metadata-first fiction editing and reasoning tools for long-form writing projects. installs: npm:@hanna84/mcp-writing detail: https://mcpindex.ai/server/io-github-hannasdev-mcp-writing - Arduino MCP Server (io.github.hardware-mcp/arduino-mcp-server@0.2.8) Arduino MCP server for CLI setup, board detection, compile/upload, serial monitoring, and pin refs. installs: npm:arduino-mcp-server detail: https://mcpindex.ai/server/io-github-hardware-mcp-arduino-mcp-server - Harris Boat Works - Mercury Repower (io.github.harrisboatworks/mercury-repower@1.0.0) Live Mercury outboard data and CAD quote builder from a Mercury Platinum Dealer in Ontario. installs: remote:https://eutsoqdpjurknjsshxes.supabase.co/functions/v1/agent-mcp-server detail: https://mcpindex.ai/server/io-github-harrisboatworks-mercury-repower - TaxBrainAI MCP (io.github.harshil-projects/taxbrainai-mcp@0.1.1) 8 offline Indian income-tax MCP tools: deterministic compute, regimes, citations, notices. installs: pypi:taxbrainai-mcp detail: https://mcpindex.ai/server/io-github-harshil-projects-taxbrainai-mcp - io.github.harshithsunku/mcp-gtags-server (io.github.harshithsunku/mcp-gtags-server@1.4.2) Indexed C/C++ code navigation for AI agents — GNU Global (gtags) lookups over MCP, not grep scans. installs: pypi:mcp-gtags-server detail: https://mcpindex.ai/server/io-github-harshithsunku-mcp-gtags-server - io.github.hartemyaakoub/ambulancedz-mcp (io.github.hartemyaakoub/ambulancedz-mcp@2.0.1) Find ambulance drivers across Algeria's 69 wilayas — nearest, verified, reviews, cost, dialysis. installs: npm:@tkawen/ambulancedz-mcp detail: https://mcpindex.ai/server/io-github-hartemyaakoub-ambulancedz-mcp - io.github.haserisa0810-gif/nanami-products (io.github.haserisa0810-gif/nanami-products@1.0.0) Pre-computed astrology YAML via Swiss Ephemeris. Calculation is code, interpretation is AI. installs: remote:https://chart.nanami-astro.com/mcp detail: https://mcpindex.ai/server/io-github-haserisa0810-gif-nanami-products - Kronos Crypto Data (io.github.hashchecked/crypto-derivatives-mcp@0.6.0) Crypto data MCP: 22 tools covering derivatives, forecasts, alerts, liquidations, GEX — 16 assets. installs: npm:crypto-derivatives-mcp detail: https://mcpindex.ai/server/io-github-hashchecked-crypto-derivatives-mcp - Terraform (io.github.hashicorp/terraform-mcp-server@1.0.0) Generate more accurate Terraform and automate workflows for HCP Terraform and Terraform Enterprise installs: docker:docker.io/hashicorp/terraform-mcp-server:1.0.0 detail: https://mcpindex.ai/server/io-github-hashicorp-terraform-mcp-server - io.github.hawthornhollows/passage-protocol (io.github.hawthornhollows/passage-protocol@0.1.7) Departure and admission records for AI agents with Ed25519/P-256 signatures. installs: npm:@cellar-door/mcp-server detail: https://mcpindex.ai/server/io-github-hawthornhollows-passage-protocol - io.github.hbhqq9/bde-score (io.github.hbhqq9/bde-score@1.27.1) 7-factor stock scoring MCP server. US/HK/CN, 74 stocks. Free + Premium (USDC/Base). x402 ready. installs: remote:https://fantasy-bald-shark-stereo.trycloudflare.com/mcp detail: https://mcpindex.ai/server/io-github-hbhqq9-bde-score - Computer-Use Agents API (io.github.hcompai/hai-agents@1.0.0) Run and manage H Company's Computer-Use Agents from any MCP client. installs: remote:https://agp.hcompany.ai/mcp detail: https://mcpindex.ai/server/io-github-hcompai-hai-agents - io.github.healersfind-alt/organic-web-checker (io.github.healersfind-alt/organic-web-checker@1.0.0) USDA NOP organic compliance checks — operation websites vs live OID certificate data. installs: remote:https://www.organicwebchecker.com/mcp detail: https://mcpindex.ai/server/io-github-healersfind-alt-organic-web-checker - io.github.heavyblotto/caelus-mcp (io.github.heavyblotto/caelus-mcp@0.23.0) 34-tool Caelus MCP for validated astrology: charts, transits, Vedic, facts, sky view, synthetic. installs: npm:caelus-mcp | remote:https://www.ephemengine.com/api/mcp detail: https://mcpindex.ai/server/io-github-heavyblotto-caelus-mcp - TokenLab MCP Server (io.github.hedging8563/tokenlab@0.6.17) TokenLab MCP server: 31 default and 80 full-profile tools for models, media, tasks, and files. installs: npm:@tokenlabai/mcp-server detail: https://mcpindex.ai/server/io-github-hedging8563-tokenlab - CiteVahti (io.github.heidihelena/citevahti@0.46.0) Checks whether each cited source supports the claim it backs. Blinded human-first, local-first. installs: pypi:citevahti detail: https://mcpindex.ai/server/io-github-heidihelena-citevahti - Vahtian (io.github.heidihelena/vahtian@0.2.0) Freeze a corpus, check it for drift, keep a hash-chained audit ledger. Local-first, stdlib-only. installs: pypi:vahtian detail: https://mcpindex.ai/server/io-github-heidihelena-vahtian - io.github.heintonny/keycloak-mcp.test (io.github.heintonny/keycloak-mcp.test@1.0.2) This is just a test publish, delete me installs: manual detail: https://mcpindex.ai/server/io-github-heintonny-keycloak-mcp-test - io.github.heisee/letsclarify-mcp (io.github.heisee/letsclarify-mcp@1.0.4) Human-in-the-Loop API: AI agents create forms, share URLs with humans, get JSON back. installs: npm:@heisee/letsclarify-mcp detail: https://mcpindex.ai/server/io-github-heisee-letsclarify-mcp - n8n Pro MCP (io.github.helbertparanhos/n8n-pro-mcp@1.0.0) Manage self-hosted n8n (incl. queue mode): workflows, executions, users, audit — 51 tools. installs: npm:n8n-pro-mcp detail: https://mcpindex.ai/server/io-github-helbertparanhos-n8n-pro-mcp - io.github.helderpgoncalves/apple-stocks-mcp (io.github.helderpgoncalves/apple-stocks-mcp@1.1.5) Reads your macOS Apple Stocks watchlist, quotes and fundamentals locally. Read-only, no network. installs: npm:apple-stocks-mcp detail: https://mcpindex.ai/server/io-github-helderpgoncalves-apple-stocks-mcp - io.github.helloaigent-dev/helloaigent-subscriber (io.github.helloaigent-dev/helloaigent-subscriber@0.2.1) Subscribe your agent to Hello Aigent feeds: discover, fetch signed updates, verify, and act. installs: npm:@helloaigent-dev/subscriber detail: https://mcpindex.ai/server/io-github-helloaigent-dev-helloaigent-subscriber - io.github.hellocoop/admin-mcp (io.github.hellocoop/admin-mcp@1.5.7) Model Context Protocol (MCP) for Hellō Admin API. installs: npm:@hellocoop/admin-mcp detail: https://mcpindex.ai/server/io-github-hellocoop-admin-mcp - io.github.helloderekg/skim-mcp (io.github.helloderekg/skim-mcp@0.1.1) Lossless skim-then-expand reading of big files, repos, and command output with far fewer tokens installs: pypi:skim-mcp detail: https://mcpindex.ai/server/io-github-helloderekg-skim-mcp - io.github.hellovelop/limelink-mcp-server (io.github.hellovelop/limelink-mcp-server@0.0.5) MCP server for Limelink dynamic links with deep linking, social previews, and UTM tracking installs: npm:limelink-mcp-server detail: https://mcpindex.ai/server/io-github-hellovelop-limelink-mcp-server - io.github.hengkp/rtcf (io.github.hengkp/rtcf@1.0.0) Turns rough requests into sharp Role/Task/Context/Format prompts. Thai and English. installs: remote:https://rtcf.happlen.com/api/mcp detail: https://mcpindex.ai/server/io-github-hengkp-rtcf - io.github.henilcalagiya/mcp-apple-notes (io.github.henilcalagiya/mcp-apple-notes@0.1.2) MCP server for Apple Notes integration using AppleScript with full CRUD operations installs: pypi:mcp-apple-notes detail: https://mcpindex.ai/server/io-github-henilcalagiya-mcp-apple-notes - io.github.henriquepe/lousa (io.github.henriquepe/lousa@0.1.1) A whiteboard where AI agents draw their explanations as hand-drawn animated diagrams installs: npm:lousa detail: https://mcpindex.ai/server/io-github-henriquepe-lousa - io.github.henryjrobinson/eve-mentor-mcp (io.github.henryjrobinson/eve-mentor-mcp@0.1.2) AI mentor for new & returning EVE Online players: losses, skills, fits, ISK, routes, and more. installs: npm:eve-mentor-mcp detail: https://mcpindex.ai/server/io-github-henryjrobinson-eve-mentor-mcp - EdgarParser MCP (io.github.henrysouchien/edgar-mcp@1.0.0) MCP stdio server for source-backed SEC EDGAR financial data from the hosted EdgarParser API. installs: pypi:edgar-mcp detail: https://mcpindex.ai/server/io-github-henrysouchien-edgar-mcp - Pacevera (io.github.henryyeh182/evidra@0.5.0) Turns the training evidence you already have into a decision about today's session. installs: manual detail: https://mcpindex.ai/server/io-github-henryyeh182-evidra - TokRepo — AI Asset Registry (io.github.henu-wang/tokrepo-mcp-server@2.16.1) TokRepo MCP: tokrepo_discover, tokrepo_verify, tokrepo_install_plan for reusable AI assets. installs: npm:tokrepo-mcp-server detail: https://mcpindex.ai/server/io-github-henu-wang-tokrepo-mcp-server - io.github.hermai-ai/hermai-mcp (io.github.hermai-ai/hermai-mcp@1.0.0) Dedicated Hermai MCP server for schema lookup, request intake, and workflow classification. installs: npm:hermai-mcp detail: https://mcpindex.ai/server/io-github-hermai-ai-hermai-mcp - MSSQL LocalDB MCP (io.github.hermessilva/mssql-localdb-mcp@0.1.0) MCP server for SQL Server Express LocalDB on Windows: manage instances, run T-SQL, discover DBs installs: manual detail: https://mcpindex.ai/server/io-github-hermessilva-mssql-localdb-mcp - io.github.hermitsh-ai/shrimp (io.github.hermitsh-ai/shrimp@1.0.7) Task manager for AI agents. Zero setup, nested trees, batch ops, local-first storage. installs: npm:@hermitsh/shrimp-mcp detail: https://mcpindex.ai/server/io-github-hermitsh-ai-shrimp - Eleata e-Invoice Validator (io.github.hernaninverso/eleata-einvoice-mcp@0.1.1) Validate EU e-invoices (Peppol, XRechnung, Factur-X, UBL, CII) and explain error codes. installs: npm:eleata-einvoice-mcp detail: https://mcpindex.ai/server/io-github-hernaninverso-eleata-einvoice-mcp - eleata Claim Verifier (io.github.hernaninverso/eleata-verify-mcp@0.1.1) Grounding/hallucination guard: verify a claim against evidence (Supported/Refuted/NEE). installs: npm:eleata-verify-mcp detail: https://mcpindex.ai/server/io-github-hernaninverso-eleata-verify-mcp - io.github.heterogentdev/heterogent (io.github.heterogentdev/heterogent@1.0.3) Hire AI agents with trustless USDC escrow on Solana from your AI assistant. installs: npm:heterogent-mcp detail: https://mcpindex.ai/server/io-github-heterogentdev-heterogent - io.github.heungmangoo-art/saju (io.github.heungmangoo-art/saju@1.0.1) Korean Four Pillars (Saju) astrology — birth charts, Day Masters, Five Elements, compatibility installs: npm:saju-mcp-server detail: https://mcpindex.ai/server/io-github-heungmangoo-art-saju - Pi-hole MCP Server (io.github.hexamatic/pihole-mcp@0.8.0) Manage Pi-hole v6: DNS blocking, domains, clients, query analysis, DHCP, and multi-instance sync. installs: docker:ghcr.io/hexamatic/pihole-mcp:0.8.0 detail: https://mcpindex.ai/server/io-github-hexamatic-pihole-mcp - io.github.hezeclark/devkits (io.github.hezeclark/devkits@1.0.0) 12 local developer tools: JSON, Base64, JWT, regex, hash, UUID, Markdown, diff, cron. installs: npm:devkits-mcp-server detail: https://mcpindex.ai/server/io-github-hezeclark-devkits - io.github.heznpc/airmcp (io.github.heznpc/airmcp@2.16.1) Governed MCP runtime for the Apple ecosystem, available on macOS with per-call approval. installs: npm:airmcp detail: https://mcpindex.ai/server/io-github-heznpc-airmcp - US Macro (io.github.hgus107/us-macro-mcp@0.1.2) US macroeconomic data from FRED: inflation, employment, growth, housing, rates, recession signals. installs: pypi:us-macro-mcp detail: https://mcpindex.ai/server/io-github-hgus107-us-macro-mcp - Cure Cancer With AI (io.github.hifarrer/cure-cancer-with-ai@1.0.0) Free oncology data (research, trials, FDA approvals, news) plus IBM MAMMAL biomedical predictions. installs: remote:https://www.curecancerwithai.com/api/mcp detail: https://mcpindex.ai/server/io-github-hifarrer-cure-cancer-with-ai - io.github.higherbeing/gasfeepredictor-mcp (io.github.higherbeing/gasfeepredictor-mcp@1.0.1) Live Ethereum and L2 gas fees for AI agents: current gas, cheapest L2, ETH price, cost estimates. installs: npm:gasfeepredictor-mcp detail: https://mcpindex.ai/server/io-github-higherbeing-gasfeepredictor-mcp - Computer Use (io.github.hightemp/go-computer-use-mcp-server@1.1.4) Local MCP server for desktop automation: mouse, keyboard, screen, windows, and processes. installs: npm:go-computer-use-mcp-server detail: https://mcpindex.ai/server/io-github-hightemp-go-computer-use-mcp-server - io.github.hillsidecoastal-glitch/healthcovered-mcp (io.github.hillsidecoastal-glitch/healthcovered-mcp@1.0.0) ACA health insurance eligibility, subsidy checker, and enrollment dates for 2026. installs: remote:https://healthcovered-mcp.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-hillsidecoastal-glitch-healthcovered-mcp - io.github.himanshusaleria/events-mcp (io.github.himanshusaleria/events-mcp@0.1.1) Discover tech events, startup meetups, AI events across 8 cities — including hidden ones. installs: npm:events-mcp | remote:https://mcp.hiddenevents.online/mcp detail: https://mcpindex.ai/server/io-github-himanshusaleria-events-mcp - io.github.himorishige/hatago-mcp-hub (io.github.himorishige/hatago-mcp-hub@0.0.16) Unified MCP Hub for managing multiple Model Context Protocol servers installs: npm:@himorishige/hatago-mcp-hub detail: https://mcpindex.ai/server/io-github-himorishige-hatago-mcp-hub - io.github.hiphopanda/windows-computer-use-mcp (io.github.hiphopanda/windows-computer-use-mcp@0.1.0) Control Windows desktop via MCP: mouse, keyboard, screenshots, clipboard, and apps. installs: npm:windows-computer-use-mcp detail: https://mcpindex.ai/server/io-github-hiphopanda-windows-computer-use-mcp - io.github.hiroshic9-png/transcode (io.github.hiroshic9-png/transcode@1.0.1) Japan market intelligence — 22 MCP tools, 10 government/exchange data sources installs: npm:transcode-mcp-server detail: https://mcpindex.ai/server/io-github-hiroshic9-png-transcode - io.github.hirosichen/stytrix-mcp (io.github.hirosichen/stytrix-mcp@1.0.0) AI fashion design MCP: generate concepts, models, fabrics & looks live on your StyTrix canvas. installs: remote:https://www.stytrix.com/api/mcp detail: https://mcpindex.ai/server/io-github-hirosichen-stytrix-mcp - io.github.hirosichen/taiwan-law-mcp (io.github.hirosichen/taiwan-law-mcp@0.3.0) Taiwan legal research MCP: 判決書、全國法規、釋字/憲判與立法歷程查詢,12 個工具,回應均附官方出處 URL。 installs: remote:https://legaltech.org.tw/mcp detail: https://mcpindex.ai/server/io-github-hirosichen-taiwan-law-mcp - io.github.hjain-perforce/p4mcp-server (io.github.hjain-perforce/p4mcp-server@2025.1.2830393) Perforce P4 MCP Server is a MCP server that integrates with the Perforce P4 version control system. installs: manual detail: https://mcpindex.ai/server/io-github-hjain-perforce-p4mcp-server - HODLXXI Read-Only (io.github.hodlxxi/hodlxxi-readonly@0.1.1) Public read-only MCP server for HODLXXI agent identity, trust, receipts, and verification. installs: remote:https://hodlxxi.com/agent/mcp detail: https://mcpindex.ai/server/io-github-hodlxxi-hodlxxi-readonly - io.github.hoklims/stacksfinder (io.github.hoklims/stacksfinder@1.3.7) Deterministic tech stack recommendations, audits, and project estimates. No hallucinations. installs: npm:@stacksfinder/mcp-server detail: https://mcpindex.ai/server/io-github-hoklims-stacksfinder - PennyPilot (io.github.holco-apps/pennypilot@0.2.6) AI copilot for French accounting firms on Pennylane. Monthly close memo in 8s, full general ledger. installs: manual detail: https://mcpindex.ai/server/io-github-holco-apps-pennypilot - PennyPilot MCP (io.github.holco-apps/pennypilot-mcp@1.0.0) Open-core, local, read-only MCP server for Pennylane Company API v2. Auditable READ_ONLY_GUARD. installs: manual detail: https://mcpindex.ai/server/io-github-holco-apps-pennypilot-mcp - Holiday Forever (io.github.holiday-forever/holiday-forever-2@1.1.8) Interactive photo gallery widget for a single Airbnb listing with price, rating, and link. installs: remote:https://holiday-forever-2.vercel.app/mcp detail: https://mcpindex.ai/server/io-github-holiday-forever-holiday-forever-2 - io.github.holiday-forever/holiday-photo-plus (io.github.holiday-forever/holiday-photo-plus@0.0.5) Show holiday photos from Vercel Blob inline in Claude chats. installs: remote:https://holiday-photo-plus.vercel.app/mcp detail: https://mcpindex.ai/server/io-github-holiday-forever-holiday-photo-plus - io.github.holiday-forever/holiday-photo-plus-2 (io.github.holiday-forever/holiday-photo-plus-2@0.0.8) Holiday photo MCP server: list and fetch personal holiday photos inline in Claude chat. installs: remote:https://holiday-photo-plus-2.vercel.app/mcp detail: https://mcpindex.ai/server/io-github-holiday-forever-holiday-photo-plus-2 - io.github.holsson95/mythaitaxes-mcp (io.github.holsson95/mythaitaxes-mcp@1.0.0) Free Thai personal income tax (PIT) calculator for salaried employees, from mythaitaxes.com. installs: remote:https://mythaitaxes-mcp.hannwill999.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-holsson95-mythaitaxes-mcp - io.github.homeassistant-ai/ha-mcp (io.github.homeassistant-ai/ha-mcp@8.2.0) Comprehensive Model Context Protocol server for managing Home Assistant through AI assistants. installs: pypi:ha-mcp | docker:ghcr.io/homeassistant-ai/ha-mcp:8.2.0 detail: https://mcpindex.ai/server/io-github-homeassistant-ai-ha-mcp - io.github.honeycrisp-suite/mail (io.github.honeycrisp-suite/mail@0.1.2) Apple Mail over MCP: fenced reads, draft-only writing, human-gated actions, audited with undo. installs: npm:@honeycrisp/mail detail: https://mcpindex.ai/server/io-github-honeycrisp-suite-mail - io.github.honeytones/idios (io.github.honeytones/idios@2.3.3) Private escrow for AI agent work on Beam: verifiable delivery, worker collateral, M of N disputes. installs: pypi:idios-mcp-server detail: https://mcpindex.ai/server/io-github-honeytones-idios - Hoodly GMGN Robinhood Research (io.github.hoodly-agent/hoodly-gmgn-robinhood-mcp@0.1.1) Read-only MCP server for Robinhood Chain token discovery, research, and due diligence via GMGN. installs: remote:https://gmgn.hoodly.io/mcp detail: https://mcpindex.ai/server/io-github-hoodly-agent-hoodly-gmgn-robinhood-mcp - pons Launchpad (Robinhood Chain) (io.github.hoodly-agent/mcp-pons@0.1.0) Dual-version MCP for pons token launches on Robinhood Chain: v1 trading, v2 curve reads (plan-only). installs: remote:https://mcp-pons.hoodly.ai/mcp detail: https://mcpindex.ai/server/io-github-hoodly-agent-mcp-pons - Rialto Swap (read-only) (io.github.hoodly-agent/mcp-rialto@0.1.1) Read-only MCP for Rialto quotes and swap preflight on Robinhood Chain. No signing or broadcast. installs: remote:https://mcp-rialto.hoodly.io/mcp detail: https://mcpindex.ai/server/io-github-hoodly-agent-mcp-rialto - Solar Data (io.github.hoodsy/solar-data-mcp@0.1.1) US open solar data for agents: PVWatts production, tariffs & ROI, market data, forecasts. 18 tools. installs: pypi:solar-data-mcp detail: https://mcpindex.ai/server/io-github-hoodsy-solar-data-mcp - io.github.hoon1983/seismic-mcp (io.github.hoon1983/seismic-mcp@0.1.0) Unified earthquake data from 20 global seismic agencies, with cross-agency report reconciliation. installs: pypi:seismic-mcp detail: https://mcpindex.ai/server/io-github-hoon1983-seismic-mcp - io.github.horustechltd/horus-flow-mcp (io.github.horustechltd/horus-flow-mcp@1.0.2) Institutional crypto & equity orderflow intelligence for AI trading agents. installs: pypi:horus-flow-mcp detail: https://mcpindex.ai/server/io-github-horustechltd-horus-flow-mcp - io.github.hostinger/hostinger-api-mcp (io.github.hostinger/hostinger-api-mcp@1.33.1) MCP server for Hostinger API installs: npm:hostinger-api-mcp detail: https://mcpindex.ai/server/io-github-hostinger-hostinger-api-mcp - io.github.houtini-ai/fanout (io.github.houtini-ai/fanout@0.2.6) Multi-URL comparative content analysis with topical gap detection installs: npm:@houtini/fanout-mcp detail: https://mcpindex.ai/server/io-github-houtini-ai-fanout - io.github.houtini-ai/fmp (io.github.houtini-ai/fmp@1.1.3) Access financial data and market information via Financial Modeling Prep API installs: npm:@houtini/fmp-mcp detail: https://mcpindex.ai/server/io-github-houtini-ai-fmp - io.github.hqkh4nh/dejared (io.github.hqkh4nh/dejared@1.0.1) Explore, analyze, and decompile Java JAR files via MCP installs: npm:dejared-mcp detail: https://mcpindex.ai/server/io-github-hqkh4nh-dejared - io.github.hrandhawa02/squad_up (io.github.hrandhawa02/squad_up@0.1.1) Create events, add invitees, manage potlucks and carpools via natural language. installs: pypi:squad-up-mcp detail: https://mcpindex.ai/server/io-github-hrandhawa02-squad-up - archy (io.github.hslee16/archy@0.13.3) Architectural sensor for Python codebases. installs: pypi:archy detail: https://mcpindex.ai/server/io-github-hslee16-archy - io.github.huandu/feishu-markdown-mcp (io.github.huandu/feishu-markdown-mcp@0.1.3) MCP server for Feishu Markdown installs: npm:feishu-markdown-mcp detail: https://mcpindex.ai/server/io-github-huandu-feishu-markdown-mcp - io.github.huangdun/tempmd (io.github.huangdun/tempmd@0.4.0) Publish artifacts to one stable public temp.md link that updates in place. No account needed. installs: npm:tempmd-mcp | remote:https://api.temp.md/mcp detail: https://mcpindex.ai/server/io-github-huangdun-tempmd - HelioSPICE (io.github.huangzesen/heliospice@0.5.0) Spacecraft ephemeris made easy — auto-managed SPICE kernels for heliophysics installs: pypi:heliospice detail: https://mcpindex.ai/server/io-github-huangzesen-heliospice - XHelio-SPICE (io.github.huangzesen/xhelio-spice@0.5.1) Spacecraft ephemeris made easy — auto-managed SPICE kernels for heliophysics installs: pypi:xhelio-spice detail: https://mcpindex.ai/server/io-github-huangzesen-xhelio-spice - io.github.hufirst/onsense (io.github.hufirst/onsense@0.3.20) Android phone camera, sensors & files for any MCP client — local, no cloud, no ADB. installs: pypi:onsense detail: https://mcpindex.ai/server/io-github-hufirst-onsense - Human Pages (io.github.human-pages-ai/humanpages@1.4.6) Hire real humans for tasks agents can't do alone. 36 tools for the full hiring lifecycle. installs: npm:humanpages | remote:https://humanpages.ai/mcp detail: https://mcpindex.ai/server/io-github-human-pages-ai-humanpages - io.github.humanity4ai/project-human (io.github.humanity4ai/project-human@1.0.6) 9 humanity skills for AI agents — crisis detection, WCAG 2.2, empathy, cultural sensitivity installs: npm:@humanity4ai/mcp-servers detail: https://mcpindex.ai/server/io-github-humanity4ai-project-human - io.github.humanjesse/textarttools-mcp (io.github.humanjesse/textarttools-mcp@1.0.0) Unicode text styling and ASCII art generation with 23 styles and 322+ figlet fonts installs: remote:https://humanjesse.github.io/textarttools-mcp/sse detail: https://mcpindex.ai/server/io-github-humanjesse-textarttools-mcp - io.github.hummingbot/mcp (io.github.hummingbot/mcp@0.1.0) MCP server exposing Hummingbot API for automated multi-exchange trading installs: docker:docker.io/hummingbot/hummingbot-mcp:0.1.0 detail: https://mcpindex.ai/server/io-github-hummingbot-mcp - io.github.hungledatatyk/hyperai-mcp (io.github.hungledatatyk/hyperai-mcp@1.0.0) Hyper AI MCP server installs: remote:https://aiadmin.hyperai.com.vn/mcp detail: https://mcpindex.ai/server/io-github-hungledatatyk-hyperai-mcp - io.github.hunterpercival/apex (io.github.hunterpercival/apex@1.0.2) APEX — AI operating system for founders. Join waitlist or request a demo. installs: npm:apex-mcp-server detail: https://mcpindex.ai/server/io-github-hunterpercival-apex - AI HUNTERZ — Autonomous Crypto Intelligence (io.github.hunterzai16z/ai-hunterz@1.0.0) 49 crypto intelligence APIs. Whale tracking, DeFi yields, alpha signals. Pay in USDC on Base. installs: remote:https://ai-hunterz-mcp.hunterzai.workers.dev detail: https://mcpindex.ai/server/io-github-hunterzai16z-ai-hunterz - io.github.huoshuiai42/huoshui-fetch (io.github.huoshuiai42/huoshui-fetch@1.0.0) An MCP server that provides tools for fetching, converting, and extracting data from web pages. installs: pypi:huoshui-fetch detail: https://mcpindex.ai/server/io-github-huoshuiai42-huoshui-fetch - io.github.husain-zaidi/ros-mcp (io.github.husain-zaidi/ros-mcp@1.0.1) MCP for ROS 2 monitoring, debugging, and managing nodes, topics, services, and TF2 frames. installs: npm:ros-mcp detail: https://mcpindex.ai/server/io-github-husain-zaidi-ros-mcp - K-Work Trust (io.github.hycore220/k-work-trust@0.1.0) Korean business record validation and workflow safety gates for AI agents. installs: remote:https://k-work-trust-api.fly.dev/mcp detail: https://mcpindex.ai/server/io-github-hycore220-k-work-trust - io.github.hydrolix/mcp-hydrolix (io.github.hydrolix/mcp-hydrolix@0.2.3) An MCP server to query Hydrolix installs: pypi:mcp-hydrolix detail: https://mcpindex.ai/server/io-github-hydrolix-mcp-hydrolix - Cloudcraft MCP (io.github.hypark5540/cloudcraft-mcp@0.1.6) Unofficial MCP server for reading and managing Cloudcraft architecture blueprints installs: npm:@hypark5540/cloudcraft-mcp | pypi:cloudcraft-mcp | docker:ghcr.io/hypark5540/cloudcraft-mcp:0.1.6 detail: https://mcpindex.ai/server/io-github-hypark5540-cloudcraft-mcp - io.github.hypawave/mcp (io.github.hypawave/mcp@0.4.0) Agent-to-agent Lightning commerce & messaging: buy, sell, discover, send encrypted files. installs: npm:@hypawave/mcp detail: https://mcpindex.ai/server/io-github-hypawave-mcp - io.github.hypeprinter007-stack/anchor-x402 (io.github.hypeprinter007-stack/anchor-x402@0.3.1) x402-paid agent tools: 18 over HTTP, 14 over stdio. USDC per call, no API key. installs: npm:anchor-x402-mcp | remote:https://api.anchor-x402.com/mcp detail: https://mcpindex.ai/server/io-github-hypeprinter007-stack-anchor-x402 - io.github.hyperd-ai/hyperd-mcp (io.github.hyperd-ai/hyperd-mcp@1.1.1) Pre-trade DeFi intelligence: 24 paid x402 tools incl. 6 synthesis verdicts, USDC on Base. installs: npm:hyperd-mcp detail: https://mcpindex.ai/server/io-github-hyperd-ai-hyperd-mcp - io.github.hyperdrift-io/deputy-workforce-mcp (io.github.hyperdrift-io/deputy-workforce-mcp@0.1.0) Read-only Deputy coverage, workload, timesheet, availability, and staffing signals. installs: npm:@hyperdrift-io/deputy-workforce-mcp detail: https://mcpindex.ai/server/io-github-hyperdrift-io-deputy-workforce-mcp - Polyglot Database MCP (io.github.hyperpolymath/poly-db-mcp@1.0.0) Unified MCP for 20 databases: SurrealDB, ArangoDB, Virtuoso, CouchDB, Cassandra, and more installs: docker:ghcr.io/hyperpolymath/poly-db-mcp:main detail: https://mcpindex.ai/server/io-github-hyperpolymath-poly-db-mcp - Polyglot SSG MCP (io.github.hyperpolymath/poly-ssg-mcp@1.0.0) Unified MCP for 28 static site generators across 19 languages: Zola, Hakyll, and more installs: docker:ghcr.io/hyperpolymath/poly-ssg-mcp:main detail: https://mcpindex.ai/server/io-github-hyperpolymath-poly-ssg-mcp - io.github.hypothesi/mcp-server-tauri (io.github.hypothesi/mcp-server-tauri@0.12.0) A Model Context Protocol server for use with Tauri v2 applications installs: npm:@hypothesi/tauri-mcp-server detail: https://mcpindex.ai/server/io-github-hypothesi-mcp-server-tauri - CricketStudio MCP (io.github.i-m-arul/cricketstudio-mcp@1.0.2) 29 MCP tools for IPL 2026, IPL historical (18 seasons), and Major League Cricket. No API key. installs: npm:cricketstudio-mcp detail: https://mcpindex.ai/server/io-github-i-m-arul-cricketstudio-mcp - io.github.iFan6oy/flash-props-api (io.github.iFan6oy/flash-props-api@1.3.0) Player-prop lines, market metadata, and line movement over REST/MCP. 14 sports, CoD projections. installs: remote:https://api.flashodds.live/mcp detail: https://mcpindex.ai/server/io-github-ifan6oy-flash-props-api - io.github.iQuesta/MCP-iQuesta (io.github.iQuesta/MCP-iQuesta@1.0.0) Recherche d'offres de stage et d'alternance en France via le réseau iQuesta.com installs: remote:https://mcp.iquesta.com/api/mcp detail: https://mcpindex.ai/server/io-github-iquesta-mcp-iquesta - io.github.iTophua/iterminal (io.github.iTophua/iterminal@2.0.0) MCP Server for iTerminal SSH Connection Manager - Control SSH servers through Claude. installs: npm:iterminal-mcp-server detail: https://mcpindex.ai/server/io-github-itophua-iterminal - io.github.iainkek/flipr-x402 (io.github.iainkek/flipr-x402@0.1.0) x402 gateway: AI agents pay USDC on Base to flip coins (Chainlink VRF, streaks win pots). installs: remote:https://flipr-x402.fly.dev/mcp detail: https://mcpindex.ai/server/io-github-iainkek-flipr-x402 - io.github.iamalisson/inquisitor (io.github.iamalisson/inquisitor@0.2.3) Hypothesis-driven problem solving for AI agents: probe, falsify, escalate. installs: pypi:inquisitor-mcp detail: https://mcpindex.ai/server/io-github-iamalisson-inquisitor - Leadlord — Local Australian trade businesses (io.github.iambenslater/leadlord-local-trades@0.3.1) Australian local-trade providers. One signed provider per domain. 15 live across Brisbane. installs: remote:https://mcp.{site_domain}/ detail: https://mcpindex.ai/server/io-github-iambenslater-leadlord-local-trades - ShipScreens MCP Server (io.github.iamjamb/shipscreens@0.1.7) Use this for agent inspect/plan/import/verify/stage store screenshots; not translation-only. installs: npm:shipscreens detail: https://mcpindex.ai/server/io-github-iamjamb-shipscreens - MCPBridge (io.github.iamjrmh/mcpbridge@1.0.0) Unified MCP server bridging Claude Code and Ollama to Roblox Studio and Blender. installs: npm:@iamjrmh/mcpbridge detail: https://mcpindex.ai/server/io-github-iamjrmh-mcpbridge - Volta Notes (io.github.iamredmh/volta-mcp-server@1.1.1) Burn-after-read encrypted notes. E2E encrypted, decentralised on the Internet Computer. installs: npm:@voltanotes/mcp detail: https://mcpindex.ai/server/io-github-iamredmh-volta-mcp-server - AdWhiz — Google & Meta Ads MCP Server (io.github.iamzifei/adwhiz@1.0.0) Google & Meta Ads management with 100+ tools. Audit, create, and optimize campaigns. installs: remote:https://mcp.adwhiz.ai/mcp detail: https://mcpindex.ai/server/io-github-iamzifei-adwhiz - io.github.iarfhlaith/gaff-check (io.github.iarfhlaith/gaff-check@0.1.1) Irish property due diligence for AI agents: planning, sold prices, radon, zoning, flood, BER. installs: npm:gaff-check detail: https://mcpindex.ai/server/io-github-iarfhlaith-gaff-check - Hadith Checker [Dorar.net] (io.github.ibnsaleem29/dorar-hadith-mcp@3.0.0) Research Hadith, authenticity, grading, Takhrij and Sharh [commentaries] in Claude Desktop for free. installs: manual detail: https://mcpindex.ai/server/io-github-ibnsaleem29-dorar-hadith-mcp - io.github.ictinnovations/pbx-mcp (io.github.ictinnovations/pbx-mcp@0.1.1) Inspect and control Asterisk (AMI) and FreeSWITCH (ESL) PBX servers from your AI assistant. installs: npm:pbx-mcp detail: https://mcpindex.ai/server/io-github-ictinnovations-pbx-mcp - Glyphloop (io.github.ideoshi/glyphloop@0.1.0-beta.0) Create loop-perfect ASCII animations and website-ready embeds with an AI agent. installs: npm:glyphloop detail: https://mcpindex.ai/server/io-github-ideoshi-glyphloop - io.github.idjohnson/vikunjamcp (io.github.idjohnson/vikunjamcp@1.0.26) An MCP server that provides access to Vikunja, a self-hosted task management solution. installs: docker:docker.io/idjohnson/vikunjamcp:0.26 detail: https://mcpindex.ai/server/io-github-idjohnson-vikunjamcp - io.github.idoco2003/vincikit (io.github.idoco2003/vincikit@2.0.1) AI stack configurator with conversational interviews and intelligent recommendations installs: npm:@vincikit/mcp-server detail: https://mcpindex.ai/server/io-github-idoco2003-vincikit - io.github.ie3jp/illustrator-mcp-server (io.github.ie3jp/illustrator-mcp-server@1.6.2) Adobe Illustrator MCP with 63 tools — more than the official Illustrator MCP. macOS | Windows. installs: npm:illustrator-mcp-server detail: https://mcpindex.ai/server/io-github-ie3jp-illustrator-mcp-server - Shortlist Price Index (io.github.ies86/shortlist-price-index@1.2.0) Software entry prices for 16 categories, with ratings and true 3-year cost. CC BY 4.0 installs: remote:https://shortlist-mcp.vercel.app/mcp detail: https://mcpindex.ai/server/io-github-ies86-shortlist-price-index - Auseklis Astrology (io.github.igmizo/auseklis@0.4.0) Astrology from a real ephemeris: natal charts, transits, synastry, eclipses, returns. No API keys. installs: npm:auseklis detail: https://mcpindex.ai/server/io-github-igmizo-auseklis - SEAR (io.github.igor-holt/sear@0.1.0) Benchmark-first release surface with a read-only MCP endpoint and operator CLI. installs: remote:https://sear.genesisconductor.io/api/mcp detail: https://mcpindex.ai/server/io-github-igor-holt-sear - Merchant Context (io.github.ihint/merchant-context@0.3.0) Resolve sourced merchant facts and safe actions before an agent acts. installs: remote:https://api.merchant.atomandbits.com/mcp detail: https://mcpindex.ai/server/io-github-ihint-merchant-context - io.github.ihorponom/agentpack (io.github.ihorponom/agentpack@1.6.1) Repo-native task continuity for AI coding agents: a reviewed task-state ledger served over MCP. installs: npm:agentpack-cli detail: https://mcpindex.ai/server/io-github-ihorponom-agentpack - io.github.iinniitt/defi-guard-mcp (io.github.iinniitt/defi-guard-mcp@0.2.0) DeFi safety checks on Base before you sign: honeypot, owner-power scan, approval risk, Aave health. installs: npm:@iniit/defi-guard-mcp detail: https://mcpindex.ai/server/io-github-iinniitt-defi-guard-mcp - io.github.ikop32-code/edgaralert (io.github.ikop32-code/edgaralert@1.0.1) SEC insider trading alerts, Form 4 signals, 8-K events, and company research via EDGAR Alert API. installs: npm:@edgaralert/mcp-server detail: https://mcpindex.ai/server/io-github-ikop32-code-edgaralert - io.github.ikoskela/precision-desktop (io.github.ikoskela/precision-desktop@0.1.1) Fixes DPI coordinate scaling for Windows desktop automation MCP servers. installs: pypi:precision-desktop detail: https://mcpindex.ai/server/io-github-ikoskela-precision-desktop - io.github.ilpr/waitlister (io.github.ilpr/waitlister@1.2.0) Create waitlists, landing pages, manage subscribers, referrals, and view stats on Waitlister. installs: npm:@waitlister/mcp detail: https://mcpindex.ai/server/io-github-ilpr-waitlister - Consilium Principis (io.github.ilyautov/consilium-principis@0.1.3) AI advisory board (MCP): quotes verified word-for-word against public-domain texts, fail-closed installs: manual detail: https://mcpindex.ai/server/io-github-ilyautov-consilium-principis - Marketplaces MCP (RU) — Wildberries & Ozon (io.github.ilyautov/marketplaces-mcp-ru@0.3.3) Wildberries & Ozon Seller APIs in your AI assistant — schema-driven, safety-gated. installs: pypi:marketplaces-mcp-ru detail: https://mcpindex.ai/server/io-github-ilyautov-marketplaces-mcp-ru - io.github.im-sham/aegis-protocol (io.github.im-sham/aegis-protocol@0.1.3) Trustless escrow for AI agent-to-agent transactions on Base L2 with ERC-8004 identity and USDC. installs: npm:@aegis-protocol/mcp-server detail: https://mcpindex.ai/server/io-github-im-sham-aegis-protocol - io.github.imMamdouhaboammar/PrePilot-Agency-Suite (io.github.imMamdouhaboammar/PrePilot-Agency-Suite@1.0.0) Access 526 structured marketing, SEO, and copywriting workflows via MCP. installs: manual detail: https://mcpindex.ai/server/io-github-immamdouhaboammar-prepilot-agency-suite - A2A Artifact Handoff (io.github.imagiever-ar/a2a-artifact-handoff@0.6.0) Compiles source-agent outputs into validated, receiver-ready handoff packages. installs: remote:https://a2a-artifact-handoff.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-imagiever-ar-a2a-artifact-handoff - Financial Modeling Prep MCP Server (io.github.imbenrabi/financial-modeling-prep-mcp-server@2.6.12) MCP server for Financial Modeling Prep API with 250+ financial data tools installs: npm:financial-modeling-prep-mcp-server detail: https://mcpindex.ai/server/io-github-imbenrabi-financial-modeling-prep-mcp-server - ComparEdge (io.github.imkemit-ops/comparedge-mcp@2.7.1) Verified pricing, alternatives, and comparisons for 495+ SaaS and AI tools. installs: npm:@comparedge/mcp-server detail: https://mcpindex.ai/server/io-github-imkemit-ops-comparedge-mcp - Marigold (io.github.immuneeb/marigold@0.9.1) Comment on AI-generated webpages; feedback flows back to your coding agent. Free, MIT, local-first. installs: npm:marigold-draft | remote:https://marigold.page/api/mcp detail: https://mcpindex.ai/server/io-github-immuneeb-marigold - io.github.imouiche/mitre-attack-mcp-server (io.github.imouiche/mitre-attack-mcp-server@0.1.1) MCP server providing 50+ tools for MITRE ATT&CK techniques, groups, and mitigations installs: npm:@imouiche/mitre-attack-mcp-server detail: https://mcpindex.ai/server/io-github-imouiche-mitre-attack-mcp-server - io.github.impossiblecode/overseer-nvim-mcp (io.github.impossiblecode/overseer-nvim-mcp@0.2.3) Gives coding agents the user's own view and control of overseer.nvim tasks in Neovim installs: npm:overseer-nvim-mcp detail: https://mcpindex.ai/server/io-github-impossiblecode-overseer-nvim-mcp - io.github.imran-siddique/agentos (io.github.imran-siddique/agentos@1.0.1) Build and manage policy-compliant AI agents with safety enforcement and compliance checking installs: npm:agentos-mcp-server detail: https://mcpindex.ai/server/io-github-imran-siddique-agentos - index365 MCP (io.github.index365usa/index365@1.0.0) Start index365 scans and read prioritized findings your coding agent can use. installs: npm:@index365/mcp detail: https://mcpindex.ai/server/io-github-index365usa-index365 - Index9 (io.github.index9-org/mcp@6.5.2) Discover, shortlist, compare, cost-model, and live-test 300+ AI models from your editor installs: npm:@index9/mcp detail: https://mcpindex.ai/server/io-github-index9-org-mcp - io.github.indiamcp/razorpay (io.github.indiamcp/razorpay@0.1.0) MCP server for Razorpay API. installs: npm:@indiamcp/razorpay-mcp detail: https://mcpindex.ai/server/io-github-indiamcp-razorpay - Indicate (io.github.indicateio/indicate-mcp@0.1.2) AI-powered intelligence for your development workflow via Indicate. installs: remote:https://industry.indicate-data.io/agent/semantic/mcp detail: https://mcpindex.ai/server/io-github-indicateio-indicate-mcp - io.github.indragiek/uniprof (io.github.indragiek/uniprof@0.3.4) Universal CPU profiler designed for humans and AI agents installs: npm:uniprof detail: https://mcpindex.ai/server/io-github-indragiek-uniprof - Industrial-AIOps (io.github.industrial-aiops/iaiops@0.22.0) Governed OT data tap: 14 field protocols + cross-protocol RCA brain; audit + MOC gating. installs: pypi:iaiops detail: https://mcpindex.ai/server/io-github-industrial-aiops-iaiops - Industrial-AIOps Energy (io.github.industrial-aiops/iaiops-energy@0.1.12) Industrial-AIOps energy edition: IEC-104/DNP3/IEC-61850 read-only OT connectors on iaiops.core. installs: pypi:iaiops-energy detail: https://mcpindex.ai/server/io-github-industrial-aiops-iaiops-energy - io.github.infiniteezverse/mcp-ezpath (io.github.infiniteezverse/mcp-ezpath@0.1.1) Base DEX meta-router. Races 0x, ParaSwap, Aerodrome & Uniswap V3. Best quote. X402 pay-per-use. installs: npm:mcp-ezpath detail: https://mcpindex.ai/server/io-github-infiniteezverse-mcp-ezpath - D.O.A.I. Signal Relay (io.github.infinitemindos-doai/signal-relay@1.0.0) Intelligence subscription protocol for AI agents. Scored, filtered AI intelligence signals via MCP. installs: remote:https://doaiorbit.com/mcp detail: https://mcpindex.ai/server/io-github-infinitemindos-doai-signal-relay - io.github.info-arnav/unlocalhost (io.github.info-arnav/unlocalhost@0.1.1) Deploy localhost to a private, authenticated link from your AI coding agent. installs: npm:@unlocalhost/unlocalhost detail: https://mcpindex.ai/server/io-github-info-arnav-unlocalhost - io.github.infobloxopen/dns-aid (io.github.infobloxopen/dns-aid@0.17.3) Discover and publish AI agents via DNS using SVCB records (RFC 9460) installs: pypi:dns-aid detail: https://mcpindex.ai/server/io-github-infobloxopen-dns-aid - io.github.infoinlet-marketplace/mcp-fetch (io.github.infoinlet-marketplace/mcp-fetch@0.1.1) SSRF-safe URL fetch for AI agents — clean markdown/text/HTML/JSON, plus guarded REST calls. installs: npm:@infoinlet/mcp-fetch detail: https://mcpindex.ai/server/io-github-infoinlet-marketplace-mcp-fetch - io.github.infoinlet-marketplace/mcp-kafka (io.github.infoinlet-marketplace/mcp-kafka@0.1.1) Read-only Kafka for AI agents — topics, offsets, consumer groups, peek messages, health. installs: npm:@infoinlet/mcp-kafka detail: https://mcpindex.ai/server/io-github-infoinlet-marketplace-mcp-kafka - io.github.infoinlet-marketplace/mcp-openapi (io.github.infoinlet-marketplace/mcp-openapi@0.1.1) Turn any OpenAPI/Swagger spec into MCP tools — each operation an SSRF-guarded tool. installs: npm:@infoinlet/mcp-openapi detail: https://mcpindex.ai/server/io-github-infoinlet-marketplace-mcp-openapi - io.github.infoinlet-marketplace/mcp-translate (io.github.infoinlet-marketplace/mcp-translate@0.1.1) Translation for AI agents — translate, detect, batch; Japanese keigo registers. OpenRouter. installs: npm:@infoinlet/mcp-translate detail: https://mcpindex.ai/server/io-github-infoinlet-marketplace-mcp-translate - io.github.infoinlet-marketplace/mcp-workflow (io.github.infoinlet-marketplace/mcp-workflow@0.1.1) Workflow automation for AI agents — browse 125 connectors + 234 templates, run via FluxTurn. installs: npm:@infoinlet/mcp-workflow detail: https://mcpindex.ai/server/io-github-infoinlet-marketplace-mcp-workflow - io.github.infolegalge/legal-ge (io.github.infolegalge/legal-ge@0.1.1) Find verified legal specialists in Georgia from natural-language queries. Trilingual (ka/en/ru). installs: npm:@legalge/mcp detail: https://mcpindex.ai/server/io-github-infolegalge-legal-ge - Infraveil Control Plane (io.github.infraveilhq/control-plane@0.1.1) Govern your backend control plane from your AI agent - signed, human-approval-gated. installs: pypi:infraveil-mcp detail: https://mcpindex.ai/server/io-github-infraveilhq-control-plane - Ingero (io.github.ingero-io/ingero@0.8.2) eBPF-based GPU causal observability with 7 MCP tools for AI-assisted GPU debugging installs: docker:ghcr.io/ingero-io/ingero:v0.8.2 detail: https://mcpindex.ai/server/io-github-ingero-io-ingero - Exec Sandbox (io.github.inhuman/mcp-exec@0.5.4) Single exec tool running caller Python in a network-isolated locked-down sandbox. installs: docker:docker.io/idconstruct/mcp-exec:v0.5.4 detail: https://mcpindex.ai/server/io-github-inhuman-mcp-exec - SSH Fleet (io.github.inhuman/mcp-ssh-fleet@0.1.5) Curated ssh_probe diagnostics and single-host ssh_exec over an allowlisted SSH fleet. installs: docker:ghcr.io/inhuman/mcp-ssh-fleet:0.1.5 detail: https://mcpindex.ai/server/io-github-inhuman-mcp-ssh-fleet - io.github.inity13/agentstack-mcp (io.github.inity13/agentstack-mcp@1.0.0) Deterministic reasoning stack for AI agents: simulate, decide & compute, plus cross-domain tools. installs: remote:https://agentstack-mcp.pages.dev/mcp detail: https://mcpindex.ai/server/io-github-inity13-agentstack-mcp - io.github.inity13/decisionmatrix-mcp (io.github.inity13/decisionmatrix-mcp@1.0.0) Deterministic multi-criteria decision analysis for AI agents — score, rank & explain options. installs: remote:https://decisionmatrix-mcp.pages.dev/mcp detail: https://mcpindex.ai/server/io-github-inity13-decisionmatrix-mcp - io.github.inity13/scenariosim-mcp (io.github.inity13/scenariosim-mcp@1.0.0) Deterministic what-if & scenario simulation for AI agents: projections, sensitivity & break-even. installs: remote:https://scenariosim-mcp.pages.dev/mcp detail: https://mcpindex.ai/server/io-github-inity13-scenariosim-mcp - DefectDojo (io.github.inspicere/mcp-defectdojo@3.3.2) MCP server for DefectDojo: 24 tools with RBAC, HMAC audit chain, and SIEM forwarding installs: pypi:mcp-defectdojo detail: https://mcpindex.ai/server/io-github-inspicere-mcp-defectdojo - io.github.integsec/turbopentest (io.github.integsec/turbopentest@0.1.5) AI-powered penetration testing. Launch scans, review findings, download reports. installs: npm:@turbopentest/mcp-server detail: https://mcpindex.ai/server/io-github-integsec-turbopentest - io.github.intent-driven-software/idf-mcp (io.github.intent-driven-software/idf-mcp@1.0.2) Turn an IDF domain into an MCP server with invariants and role scopes in every tool description. installs: npm:@intent-driven/mcp-server detail: https://mcpindex.ai/server/io-github-intent-driven-software-idf-mcp - Intentions MCP Server (io.github.intentions-me/intentions-mcp@0.1.0) Personalized timing intelligence for AI agents — ask 'should I do X on this date?' installs: remote:https://mcp.intentions.me/mcp detail: https://mcpindex.ai/server/io-github-intentions-me-intentions-mcp - io.github.intenttext/intenttext-mcp (io.github.intenttext/intenttext-mcp@1.0.1) Parse, validate, query, and render IntentText (.it) documents for AI agents installs: npm:@intenttext/mcp-server detail: https://mcpindex.ai/server/io-github-intenttext-intenttext-mcp - io.github.intlpull/intlpull (io.github.intlpull/intlpull@0.2.1) AI-powered i18n platform with 50+ tools for translations, OTA releases, and more. installs: npm:@intlpullhq/mcp-server detail: https://mcpindex.ai/server/io-github-intlpull-intlpull - io.github.introfini/mcp-server-zotero-dev (io.github.introfini/mcp-server-zotero-dev@1.1.2) MCP server enabling AI assistants to build, test, and debug Zotero plugins installs: npm:@introfini/mcp-server-zotero-dev detail: https://mcpindex.ai/server/io-github-introfini-mcp-server-zotero-dev - io.github.invertedhoologan/sovereign-engine (io.github.invertedhoologan/sovereign-engine@0.4.0) 15 paid AI agent primitives via x402 (USDC on Base). Pay-per-call MCP server. installs: remote:https://api.zuluworksai.com/mcp detail: https://mcpindex.ai/server/io-github-invertedhoologan-sovereign-engine - io.github.invigil/invigil (io.github.invigil/invigil@1.7.1) Linters check your code. Invigil checks whether your repo is legible — to newcomers and AI agents. installs: pypi:invigil detail: https://mcpindex.ai/server/io-github-invigil-invigil - IONOS CLOUD MCP Server (io.github.ionos-cloud/ionoscloud-mcp@1.0.1) Inspect IONOS CLOUD infrastructure via MCP installs: docker:ghcr.io/ionos-cloud/ionoscloud-mcp:1.0.1 detail: https://mcpindex.ai/server/io-github-ionos-cloud-ionoscloud-mcp - CLIO Adios (io.github.iowarp/adios-mcp@2.2.3) Fetch and analyze BP5 data files using ADIOS2. Access scientific data, metadata, and attributes... installs: pypi:clio-kit detail: https://mcpindex.ai/server/io-github-iowarp-adios-mcp - CLIO Arxiv (io.github.iowarp/arxiv-mcp@2.2.3) ArXiv MCP server implementation using Model Context Protocol installs: pypi:clio-kit detail: https://mcpindex.ai/server/io-github-iowarp-arxiv-mcp - CLIO Chronolog (io.github.iowarp/chronolog-mcp@2.0.1) ChronoLog MCP server implementation using Model Context Protocol installs: pypi:clio-kit detail: https://mcpindex.ai/server/io-github-iowarp-chronolog-mcp - CLIO Compression (io.github.iowarp/compression-mcp@2.2.3) Compression MCP server implementation using Model Context Protocol installs: pypi:clio-kit detail: https://mcpindex.ai/server/io-github-iowarp-compression-mcp - CLIO Darshan (io.github.iowarp/darshan-mcp@2.2.3) Darshan I/O profiler MCP server for analyzing I/O trace files installs: pypi:clio-kit detail: https://mcpindex.ai/server/io-github-iowarp-darshan-mcp - CLIO Hdf5 (io.github.iowarp/hdf5-mcp@2.2.3) HDF5 FastMCP - Scientific Data Access for AI Agents | CLIO Kit MCP Server installs: pypi:clio-kit detail: https://mcpindex.ai/server/io-github-iowarp-hdf5-mcp - CLIO Jarvis (io.github.iowarp/jarvis-mcp@3.6.2) JARVIS-CD MCP with a compact user pipeline contract and explicit admin compatibility profiles installs: pypi:clio-kit detail: https://mcpindex.ai/server/io-github-iowarp-jarvis-mcp - CLIO Lmod (io.github.iowarp/lmod-mcp@2.2.3) Lmod MCP - Environment Module Management for LLMs with comprehensive module operations installs: pypi:clio-kit detail: https://mcpindex.ai/server/io-github-iowarp-lmod-mcp - CLIO Node Hardware (io.github.iowarp/node-hardware-mcp@2.2.3) Node Hardware MCP - Comprehensive Hardware Monitoring and System Analysis for LLMs with... installs: pypi:clio-kit detail: https://mcpindex.ai/server/io-github-iowarp-node-hardware-mcp - CLIO Pandas (io.github.iowarp/pandas-mcp@2.2.3) Pandas MCP - Advanced Data Analysis for LLMs with comprehensive pandas operations installs: pypi:clio-kit detail: https://mcpindex.ai/server/io-github-iowarp-pandas-mcp - CLIO Paraview (io.github.iowarp/paraview-mcp@2.2.3) MCP server for ParaView scientific visualization installs: pypi:clio-kit detail: https://mcpindex.ai/server/io-github-iowarp-paraview-mcp - CLIO Parquet (io.github.iowarp/parquet-mcp@2.2.3) MCP server for Apache Parquet files installs: pypi:clio-kit detail: https://mcpindex.ai/server/io-github-iowarp-parquet-mcp - CLIO Plot (io.github.iowarp/plot-mcp@2.2.3) MCP server for advanced data visualization and plotting operations installs: pypi:clio-kit detail: https://mcpindex.ai/server/io-github-iowarp-plot-mcp - CLIO Sac (io.github.iowarp/sac-mcp@2.2.3) MCP server for analyzing SAC seismic-waveform files and TAR archives: inspect members, compute... installs: pypi:clio-kit detail: https://mcpindex.ai/server/io-github-iowarp-sac-mcp - CLIO Scientific Catalog (io.github.iowarp/scientific-catalog-mcp@1.1.2) Operator-owned scientific dataset discovery for remote agents installs: pypi:clio-kit detail: https://mcpindex.ai/server/io-github-iowarp-scientific-catalog-mcp - CLIO Seismic (io.github.iowarp/seismic-mcp@2.2.3) MCP server for earthquake-sequence analysis on saved catalogs: completeness magnitude,... installs: pypi:clio-kit detail: https://mcpindex.ai/server/io-github-iowarp-seismic-mcp - CLIO Spack (io.github.iowarp/spack-mcp@2.1.0) Structured Spack discovery and installation tools for scientific agents installs: pypi:clio-kit detail: https://mcpindex.ai/server/io-github-iowarp-spack-mcp - CLIO Terrain (io.github.iowarp/terrain-mcp@2.2.3) MCP server for terrain analysis: DEM slope/aspect/suitability and point-cloud reading/gridding installs: pypi:clio-kit detail: https://mcpindex.ai/server/io-github-iowarp-terrain-mcp - io.github.ip2whois/mcp-ip2whois (io.github.ip2whois/mcp-ip2whois@1.2.0) WHOIS domain MCP server that query the WHOIS information using IP2WHOIS API. installs: pypi:mcp-ip2whois detail: https://mcpindex.ai/server/io-github-ip2whois-mcp-ip2whois - io.github.ipezygj/agent-guard (io.github.ipezygj/agent-guard@0.2.1) Safety checks an agent runs before it acts: package malware, destructive command, secret leak. installs: pypi:agent-tripwire detail: https://mcpindex.ai/server/io-github-ipezygj-agent-guard - io.github.ipezygj/evalgate (io.github.ipezygj/evalgate@0.4.1) Statistical checks an agent runs before trusting an AI eval number (is #1 real, judge bias, more). installs: pypi:eval-integrity detail: https://mcpindex.ai/server/io-github-ipezygj-evalgate - io.github.ipezygj/numguard (io.github.ipezygj/numguard@0.1.1) Verify a number before an agent asserts it — evals, backtests (Deflated Sharpe), signed receipts. installs: pypi:numguard detail: https://mcpindex.ai/server/io-github-ipezygj-numguard - io.github.iris-eval/mcp-server (io.github.iris-eval/mcp-server@0.4.5) The agent eval standard for MCP. Score every agent output for quality, safety, and cost. installs: npm:@iris-eval/mcp-server detail: https://mcpindex.ai/server/io-github-iris-eval-mcp-server - JSONlify (io.github.irmasemma/jsonlify@1.0.0) Validate and convert JSONL fine-tuning data across 11 AI providers. 13 tools. installs: remote:https://www.jsonlify.com/api/mcp detail: https://mcpindex.ai/server/io-github-irmasemma-jsonlify - io.github.ironflowsh/mcp (io.github.ironflowsh/mcp@0.4.1) Tick-level Hyperliquid market data: fills, L4 book, funding, liquidations, smart triggers. installs: npm:@ironflowsh/mcp detail: https://mcpindex.ai/server/io-github-ironflowsh-mcp - io.github.irrenwill/secret-safe-env (io.github.irrenwill/secret-safe-env@0.1.2) Write secrets into .env without the agent ever seeing the value - Windows masked dialog (繁中 UI) installs: npm:secret-safe-env detail: https://mcpindex.ai/server/io-github-irrenwill-secret-safe-env - io.github.isaac-levine/forage (io.github.isaac-levine/forage@0.1.1) Self-improving tool discovery for AI agents. Find, install, and use new MCP servers automatically. installs: npm:forage-mcp detail: https://mcpindex.ai/server/io-github-isaac-levine-forage - Kolada MCP Server (io.github.isakskogstad/kolada-mcp@2.2.1) Swedish municipality statistics from Kolada API. 6000+ KPIs for all 290 municipalities. installs: npm:kolada-mcp-server | remote:https://kolada-mcp-pafn.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-isakskogstad-kolada-mcp - OECD MCP Server (io.github.isakskogstad/oecd-mcp@3.0.0) OECD economic and statistical data via SDMX API. Access 5,000+ datasets across 17 categories. installs: remote:https://oecd-mcp-server.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-isakskogstad-oecd-mcp - io.github.isakskogstad/scb-mcp (io.github.isakskogstad/scb-mcp@2.5.3) MCP server for Statistics Sweden (SCB) - 1200+ tables with population, economy, environment data installs: remote:https://scb-mcp.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-isakskogstad-scb-mcp - io.github.isco-tec/mcp (io.github.isco-tec/mcp@0.4.0) Official MCP server for Scorezilla — add a leaderboard to your game from your AI coding assistant. installs: npm:@scorezilla/mcp detail: https://mcpindex.ai/server/io-github-isco-tec-mcp - io.github.iseppo/e-arveldaja-mcp (io.github.iseppo/e-arveldaja-mcp@0.25.3) Estonian e-arveldaja (RIK e-Financials) accounting — invoices, bank import, reports. installs: npm:e-arveldaja-mcp detail: https://mcpindex.ai/server/io-github-iseppo-e-arveldaja-mcp - mycrab-mcp (io.github.isgudtek/mycrab-mcp@0.1.1) Instant public HTTPS URLs for AI agents via Cloudflare Tunnels. x402 custom domains. installs: pypi:mycrab-mcp detail: https://mcpindex.ai/server/io-github-isgudtek-mycrab-mcp - io.github.islobodan/cotforce-mcp (io.github.islobodan/cotforce-mcp@1.1.3) Give brains to your small models. MCP server enforcing step-by-step Chain-of-Thought. installs: npm:@slbdn/cotforce-mcp detail: https://mcpindex.ai/server/io-github-islobodan-cotforce-mcp - Cruncher (io.github.islobodan/cruncher-mcp@1.2.29) Scientific calculator MCP server with 43 tools: arithmetic, trig, stats, unit conversion. installs: npm:@slbdn/cruncher-mcp detail: https://mcpindex.ai/server/io-github-islobodan-cruncher-mcp - DEVONthink MCP (istefox) (io.github.istefox/dt-mcp@0.5.2) MCP server for DEVONthink 4 — outcome-oriented tools, preview-then-apply, audit + undo. installs: manual detail: https://mcpindex.ai/server/io-github-istefox-dt-mcp - io.github.isucorp-taimiralain/stackguide-mcp (io.github.isucorp-taimiralain/stackguide-mcp@4.1.3) Dynamic context loading for AI assistants with TDD workflow and AST analysis installs: npm:@stackguide/mcp-server detail: https://mcpindex.ai/server/io-github-isucorp-taimiralain-stackguide-mcp - io.github.it-atelier-gn/claws-mail-mcp-plugin (io.github.it-atelier-gn/claws-mail-mcp-plugin@1.0.1) Claws Mail plugin exposing the running mail client over a local, bearer-token MCP endpoint. installs: manual detail: https://mcpindex.ai/server/io-github-it-atelier-gn-claws-mail-mcp-plugin - Itcons.app (io.github.itcons-app/mcp@0.5.1) Connect AI assistants to Itcons.app work orders, reports, projects, users, and resources. installs: npm:@itcons-app/mcp | remote:https://mcp.itcons.app/mcp detail: https://mcpindex.ai/server/io-github-itcons-app-mcp - ITM Platform (io.github.itmplatform/mcp-server@1.0.3) Connect AI assistants to ITM Platform projects, tasks, budgets, risks, and team workload. installs: npm:@itm-platform/mcp-server | remote:https://api.itmplatform.com/v2/_/mcp/ detail: https://mcpindex.ai/server/io-github-itmplatform-mcp-server - io.github.itsconvo/mcp-server (io.github.itsconvo/mcp-server@1.0.3) Access your Convo meetings, transcripts, summaries, and action items from any AI assistant. installs: npm:@itsconvo/mcp-server detail: https://mcpindex.ai/server/io-github-itsconvo-mcp-server - Cloudflare MCP Server (io.github.itunified-io/cloudflare@2026.4.10) Cloudflare MCP Server — 84 tools for DNS, Tunnels, WAF, Zero Trust, R2, KV & Workers installs: npm:@itunified.io/mcp-cloudflare detail: https://mcpindex.ai/server/io-github-itunified-io-cloudflare - OPNsense MCP Server (io.github.itunified-io/opnsense@2026.4.10) OPNsense MCP Server — 72 tools for DNS, Firewall, DHCP, ACME, Routing, VLANs & more installs: npm:@itunified.io/mcp-opnsense detail: https://mcpindex.ai/server/io-github-itunified-io-opnsense - Tailscale MCP Server (io.github.itunified-io/tailscale@2026.3.16) Secure MCP access for private infrastructure over Tailscale — 48 tools across 9 domains installs: npm:tailscale-mcp detail: https://mcpindex.ai/server/io-github-itunified-io-tailscale - io.github.iusmuchandra/hiresignal (io.github.iusmuchandra/hiresignal@0.3.0) Hiring-intent signals for B2B sales/GTM: turn live job postings into buying signals. installs: remote:https://hiresignal-mcp-production-d4d9.up.railway.app/sse detail: https://mcpindex.ai/server/io-github-iusmuchandra-hiresignal - io.github.ivanantigravity-lgtm/nanobanana-2-polzaia-mcp-server (io.github.ivanantigravity-lgtm/nanobanana-2-polzaia-mcp-server@0.5.0) Nano Banana MCP server backed by Polza media and storage APIs. installs: pypi:nanobanana-2-polzaia-mcp-server detail: https://mcpindex.ai/server/io-github-ivanantigravity-lgtm-nanobanana-2-polzaia-mcp-server - io.github.ivangr1/walletap (io.github.ivangr1/walletap@0.1.3) Issue and manage Apple Wallet & Google Wallet passes from any AI assistant. installs: npm:@walletap/mcp-server detail: https://mcpindex.ai/server/io-github-ivangr1-walletap - Lucius MCP (io.github.ivanostanin/lucius-mcp@0.14.1) MCP server for managing Allure TestOps tests, launches, plans, defects, and metadata. installs: pypi:lucius-mcp | docker:ghcr.io/ivanostanin/lucius-mcp:0.14.1 detail: https://mcpindex.ai/server/io-github-ivanostanin-lucius-mcp - TLE Satellite Tracker (io.github.ivanstan/tle-satellite@1.0.0) Access TLE orbital data for thousands of satellites including ISS, Starlink, and Hubble. installs: remote:https://tle.ivanstanojevic.me/mcp detail: https://mcpindex.ai/server/io-github-ivanstan-tle-satellite - io.github.iworkist/btcmcp (io.github.iworkist/btcmcp@0.1.2) An MCP server that provides Bitcoin price data from Binance API installs: pypi:btcmcp detail: https://mcpindex.ai/server/io-github-iworkist-btcmcp - iz-tolk-mcp — Tolk Compiler for TON (io.github.izzzzzi/iz-tolk-mcp@1.2.1) Tolk smart contract compiler for TON — compile, check, and deploy from AI assistants installs: npm:iz-tolk-mcp detail: https://mcpindex.ai/server/io-github-izzzzzi-iz-tolk-mcp - io.github.j-sulliman/hopgraph (io.github.j-sulliman/hopgraph@1.0.0) Verify ANZ businesses against government registers. Surfaces cross-jurisdictional findings. installs: remote:https://hopgraph.com/mcp/ detail: https://mcpindex.ai/server/io-github-j-sulliman-hopgraph - Cortex MCP — Multi-Level Reasoning Server (io.github.j0hanz/cortex-mcp@1.11.0) Multi-level reasoning MCP server with configurable depth levels installs: npm:@j0hanz/cortex-mcp detail: https://mcpindex.ai/server/io-github-j0hanz-cortex-mcp - Fetch URL MCP Server (io.github.j0hanz/fetch-url-mcp@3.0.1) An MCP server that fetches web pages and converts them to clean, readable Markdown. installs: npm:@j0hanz/fetch-url-mcp detail: https://mcpindex.ai/server/io-github-j0hanz-fetch-url-mcp - io.github.j0hanz/superfetch (io.github.j0hanz/superfetch@1.0.2) Intelligent web content fetcher MCP server that converts HTML to clean, AI-readable JSONL format installs: npm:@j0hanz/superfetch detail: https://mcpindex.ai/server/io-github-j0hanz-superfetch - io.github.j7an/nexus-mcp (io.github.j7an/nexus-mcp@1.0.3) Invoke CLI agents (Codex, Claude, OpenCode) as MCP tools with parallel execution installs: pypi:nexus-mcp detail: https://mcpindex.ai/server/io-github-j7an-nexus-mcp - io.github.jack1590/RokuMCP (io.github.jack1590/RokuMCP@1.3.2) MCP server for Roku device automation — deploy, ECP control, screenshots, and debug console installs: npm:roku-mcp detail: https://mcpindex.ai/server/io-github-jack1590-rokumcp - DrillSpark MCP Server (io.github.jackasser/drillspark-mcp@1.0.0) Create and manage Mermaid.js flowcharts and diagrams with AI agents via MCP. installs: remote:https://drillspark.io/api/mcp/mcp detail: https://mcpindex.ai/server/io-github-jackasser-drillspark-mcp - io.github.jackdark425/aigroup-mdtoword-mcp (io.github.jackdark425/aigroup-mdtoword-mcp@4.0.2) 本地 Markdown 到 Word 文档转换工具,支持最新 MCP 协议特性、完整的页眉页脚页码功能、增强的表格功能、数据导入和数学公式支持,修复本地相对路径图片嵌入问题 installs: npm:aigroup-mdtoword-mcp detail: https://mcpindex.ai/server/io-github-jackdark425-aigroup-mdtoword-mcp - BuilderVet — NSW builder licence & risk history (io.github.jackfieldman/buildercheck@0.1.3) Is this NSW builder licensed, insolvent or disciplined? 178k+ licences from official registers. installs: remote:https://mcp.buildervet.au/ detail: https://mcpindex.ai/server/io-github-jackfieldman-buildercheck - Scope (io.github.jackgillen15-dev/scope-mcp@0.1.1) Dispatch litigation work to legal-services vendors from any MCP-compatible AI workflow. installs: npm:@jackgillen15-dev/scope-mcp detail: https://mcpindex.ai/server/io-github-jackgillen15-dev-scope-mcp - io.github.jackmmaher/ukdatapi (io.github.jackmmaher/ukdatapi@3.0.0) UK government data intelligence with proprietary scoring from 400+ sources installs: remote:https://www.ukdatapi.com/api/mcp detail: https://mcpindex.ai/server/io-github-jackmmaher-ukdatapi - io.github.jacksenechal/scan-mcp (io.github.jacksenechal/scan-mcp@0.3.0) MCP server for scanner discovery and batch capture via SANE installs: npm:scan-mcp detail: https://mcpindex.ai/server/io-github-jacksenechal-scan-mcp - io.github.jacksun911/megalaunch-mcp (io.github.jacksun911/megalaunch-mcp@1.0.1) AI-powered meme token launch service on Solana/pump.fun with bundled buys and Jito speed installs: npm:megalaunch-mcp detail: https://mcpindex.ai/server/io-github-jacksun911-megalaunch-mcp - FormBro (io.github.jackyzhang69/formbro@1.0.3) MCP server for FormBro Canadian immigration application automation. installs: npm:formbro-mcp-server | remote:https://mcp.formbro.ca/mcp?toolsets=system,read,validate detail: https://mcpindex.ai/server/io-github-jackyzhang69-formbro - Fillo (io.github.jacobfunch/usefillo@0.3.1) Fillo MCP server — provision, scaffold, publish, and query forms from your coding agent. installs: npm:@usefillo/mcp | remote:https://fillo.so/api/mcp detail: https://mcpindex.ai/server/io-github-jacobfunch-usefillo - io.github.jacobsd32-cpu/djd-agent-score (io.github.jacobsd32-cpu/djd-agent-score@1.0.1) Reputation scoring for AI agent wallets on Base. Trust scores, fraud checks, x402. installs: npm:djd-agent-score-mcp detail: https://mcpindex.ai/server/io-github-jacobsd32-cpu-djd-agent-score - io.github.jacobsilver7-art/cachetank-mcp (io.github.jacobsilver7-art/cachetank-mcp@2.1.2) CacheTank MCP server gives every AI tool your personal context so you never start from zero. installs: npm:cachetank-mcp detail: https://mcpindex.ai/server/io-github-jacobsilver7-art-cachetank-mcp - Vocab Voyage (io.github.jaideepdhanoa/vocab-voyage@1.1.1) 20 MCP tools + 17 widgets for SAT/ISEE/SSAT/GRE/GMAT/LSAT prep. Flashcards, quizzes & games. Hosted. installs: remote:https://gponcrussdahcdyrlhcr.supabase.co/functions/v1/mcp-server?ref=mcp_registry detail: https://mcpindex.ai/server/io-github-jaideepdhanoa-vocab-voyage - io.github.jaimenbell/bus-mcp (io.github.jaimenbell/bus-mcp@0.1.1) MCP server fronting a self-hosted coordination-bus HTTP API: post/read/claim/release/heartbeat. installs: pypi:bus-mcp detail: https://mcpindex.ai/server/io-github-jaimenbell-bus-mcp - io.github.jaimenbell/desktop-mcp (io.github.jaimenbell/desktop-mcp@0.1.1) Windows desktop-control MCP server: screenshot, window mgmt, mouse/keyboard input, recording. installs: pypi:desktop-mcp detail: https://mcpindex.ai/server/io-github-jaimenbell-desktop-mcp - io.github.jaimenbell/mcp-factory (io.github.jaimenbell/mcp-factory@0.1.1) Manifest-driven MCP server scaffolder and runtime hub for tool integrations. installs: pypi:jaimenbell-mcp-factory detail: https://mcpindex.ai/server/io-github-jaimenbell-mcp-factory - io.github.jaimenbell/rails-mcp (io.github.jaimenbell/rails-mcp@0.1.0) Default-deny action registry, append-only spend ledger, and human sign-off audit trail (MCP tools). installs: pypi:rails-mcp detail: https://mcpindex.ai/server/io-github-jaimenbell-rails-mcp - io.github.jaimenbell/vllm-ops-mcp (io.github.jaimenbell/vllm-ops-mcp@0.1.0) Read-only ops/health MCP server for a local vLLM instance: health tiers, GPU/VRAM, service status. installs: pypi:vllm-ops-mcp detail: https://mcpindex.ai/server/io-github-jaimenbell-vllm-ops-mcp - io.github.jakeyoung1/veris (io.github.jakeyoung1/veris@0.2.0) Provenance-first web + SEC EDGAR data for AI agents: every fact carries its verifiable source. installs: npm:veris-mcp detail: https://mcpindex.ai/server/io-github-jakeyoung1-veris - io.github.jakobwennberg/fortnox (io.github.jakobwennberg/fortnox@1.0.0) MCP server for Fortnox Swedish accounting API integration installs: npm:fortnox-mcp-server detail: https://mcpindex.ai/server/io-github-jakobwennberg-fortnox - TMCP (io.github.jakyeamos/tmcp@0.5.4) Composable skill packets, harvests, workflow routing, and release/audit rubrics over MCP. installs: manual detail: https://mcpindex.ai/server/io-github-jakyeamos-tmcp - CukaiMax Malaysian Tax Authority (io.github.jakzaizzat/cukaimax-tax-authority@1.0.0) Source-linked Malaysian individual and sole-proprietor tax guidance for AI agents. installs: remote:https://www.cukaimax.com/.well-known/mcp detail: https://mcpindex.ai/server/io-github-jakzaizzat-cukaimax-tax-authority - io.github.jamesrez/valoria (io.github.jamesrez/valoria@1.3.0) Make money with x402. See what's earning, find profitable gaps, and price your service right. installs: npm:@jamesrez/valoria detail: https://mcpindex.ai/server/io-github-jamesrez-valoria - io.github.jamesrez/valoria-intelligence (io.github.jamesrez/valoria-intelligence@1.1.0) Find where the money is in AI services. See what's earning and find market gaps. installs: npm:@jamesrez/valoria-intelligence detail: https://mcpindex.ai/server/io-github-jamesrez-valoria-intelligence - io.github.jamhimself/robinx-mcp (io.github.jamhimself/robinx-mcp@0.6.0) Robinhood Chain (4663) caller accuracy + token intel, graded vs real price since genesis. x402-paid installs: npm:robinx-mcp | remote:https://api.robinx.io/mcp detail: https://mcpindex.ai/server/io-github-jamhimself-robinx-mcp - Monarch MCP Server (io.github.jamiew/monarch-mcp@0.4.0) Access Monarch financial data — accounts, transactions, budgets, and more installs: pypi:monarch-mcp-jamiew detail: https://mcpindex.ai/server/io-github-jamiew-monarch-mcp - Spotify (io.github.jamiew/spotify-mcp@0.4.1) MCP server connecting LLMs to Spotify, with smart-batching and large-playlist tools installs: pypi:spotify-mcp-jamiew detail: https://mcpindex.ai/server/io-github-jamiew-spotify-mcp - io.github.jananadiw/codex-tldraw-mcp (io.github.jananadiw/codex-tldraw-mcp@0.5.0) A Codex stdio MCP server that generates repo-local tldraw diagrams and detects code graph drift. installs: npm:codex-tldraw-mcp detail: https://mcpindex.ai/server/io-github-jananadiw-codex-tldraw-mcp - mcp-digger (io.github.janeksm/mcp-digger@1.1.3) Progressive on-demand access to .NET NuGet package source for AI coding agents. installs: npm:mcp-digger detail: https://mcpindex.ai/server/io-github-janeksm-mcp-digger - InkDraft (io.github.janishiestand/inkdraft@1.0.0) Turn sales-call transcripts into traced proposals, contracts, and NDAs. installs: remote:https://inkdraft.io/api/mcp detail: https://mcpindex.ai/server/io-github-janishiestand-inkdraft - ThesisCheck (io.github.janishiestand/thesischeck@1.0.0) Verify stock theses against public filings with a source-backed evidence ledger. installs: remote:https://thesischeck.io/api/mcp detail: https://mcpindex.ai/server/io-github-janishiestand-thesischeck - io.github.janmalmstrom/lupaph-mcp (io.github.janmalmstrom/lupaph-mcp@1.0.1) Philippine property listings, transfer costs, and real estate legal info via lupaph.com. installs: npm:lupaph-mcp detail: https://mcpindex.ai/server/io-github-janmalmstrom-lupaph-mcp - koment (io.github.janpuc/koment@1.1.0) Read and write checked code rationale stored outside source comments. installs: docker:ghcr.io/janpuc/koment:1.1.0 detail: https://mcpindex.ai/server/io-github-janpuc-koment - Home Assistant MCP Server (io.github.jarahkon/hass-mcp-server@1.0.6) MCP server for full Home Assistant control — dashboards, files, automations, add-ons, and more installs: npm:@jarahkon/hass-mcp-server detail: https://mcpindex.ai/server/io-github-jarahkon-hass-mcp-server - io.github.jaredhobbs/cronalert (io.github.jaredhobbs/cronalert@1.0.6) Manage CronAlert uptime monitors, check results, and incidents from any MCP client. installs: npm:cronalert-mcp detail: https://mcpindex.ai/server/io-github-jaredhobbs-cronalert - io.github.jarekpiot/provenonce (io.github.jarekpiot/provenonce@1.1.4) Cryptographic identity, SIGIL naming, heartbeat, and passports for AI agents. installs: npm:@provenonce/mcp detail: https://mcpindex.ai/server/io-github-jarekpiot-provenonce - agentsync (remote) (io.github.jarmstrong158/agentsync-remote@0.2.0) Cloudflare Worker remote transport for agentsync. MCP 2026-07-28, dual-era, stateless. installs: remote:https://agentsync-remote.{account}.workers.dev/mcp/{token} detail: https://mcpindex.ai/server/io-github-jarmstrong158-agentsync-remote - Context Keeper (remote) (io.github.jarmstrong158/context-keeper-remote@0.2.0) Cloudflare Worker remote backend for context-keeper (D1). MCP 2026-07-28, dual-era. installs: remote:https://context-keeper-remote.{account}.workers.dev/mcp/{token} detail: https://mcpindex.ai/server/io-github-jarmstrong158-context-keeper-remote - io.github.jarod-vyent/xrpl-identity-mcp (io.github.jarod-vyent/xrpl-identity-mcp@0.1.1) MCP server for XRPL identity: DIDs, credentials, signer lists, and safe transaction workflows. installs: npm:xrpl-identity-mcp detail: https://mcpindex.ai/server/io-github-jarod-vyent-xrpl-identity-mcp - Orca MCP Server (io.github.jascal/orca-mcp-server@0.1.30) Go from natural language to verified finite state machines — topology bugs caught before code runs. installs: npm:@orcalang/orca-mcp-server detail: https://mcpindex.ai/server/io-github-jascal-orca-mcp-server - Domain Monitor (io.github.jasoncbraatz/domain-monitor-mcp@0.1.1) Query domain expiration data from domain-monitor.io via AI assistants like Claude. installs: pypi:domain-monitor-mcp detail: https://mcpindex.ai/server/io-github-jasoncbraatz-domain-monitor-mcp - Fintable MCP (io.github.jasoncbraatz/fintable-mcp@0.1.1) Unofficial MCP server for fintable.io — manage financial categories, rules, and transactions. installs: pypi:fintable-mcp detail: https://mcpindex.ai/server/io-github-jasoncbraatz-fintable-mcp - Warm (io.github.jasonstockman/warmio@7.0.1) Context and automation MCP server for Warm financial data and approved write operations. installs: npm:@warmio/mcp detail: https://mcpindex.ai/server/io-github-jasonstockman-warmio - io.github.jasonwagao-bit/xuanxue-bazi-matching (io.github.jasonwagao-bit/xuanxue-bazi-matching@0.2.0) Deterministic Chinese divination APIs (BaZi/QiMen/ZiWei/MeiHua/LiuYao/LiuRen) x402 on Base. installs: npm:xuanxue-bazi-matching detail: https://mcpindex.ai/server/io-github-jasonwagao-bit-xuanxue-bazi-matching - io.github.javalenciacai/mcp-reportia (io.github.javalenciacai/mcp-reportia@0.1.5) Reportia HTTP API as 66 curated MCP tools (accounting, mappings, SIIGO). installs: npm:@james.valencia/mcp-reportia detail: https://mcpindex.ai/server/io-github-javalenciacai-mcp-reportia - io.github.javalenciacai/siigo-pyme-mcp (io.github.javalenciacai/siigo-pyme-mcp@0.3.0) SIIGO Pyme as MCP tools: the 47 ExcelSIIGO functions, plus company discovery. installs: npm:siigo-pyme-mcp detail: https://mcpindex.ai/server/io-github-javalenciacai-siigo-pyme-mcp - Vivory Verification Gateway (io.github.jayjodev/vivory-mcp-verification@0.10.0) 98 MCP tools for verifiable AI: citations, law, KYB, peer review, forecast, media provenance. installs: pypi:vivory-mcp-verification detail: https://mcpindex.ai/server/io-github-jayjodev-vivory-mcp-verification - DealSync — Shared Deal Room for LOs and Realtors (io.github.jaymiller-cmg/dealsync-mcp-server@1.0.0) Shared deal room where Loan Officers and Realtors track leads from conversation to closing. installs: remote:https://dealsync-mcp-server.jaymiller.workers.dev/sse detail: https://mcpindex.ai/server/io-github-jaymiller-cmg-dealsync-mcp-server - RealityCents — Hawaii Mortgage & VA Loan Expertise (io.github.jaymiller-cmg/mortgage-hawaii@1.0.0) Hawaii mortgage & VA loan expertise for Honolulu. 2026 loan limits, condo rules, FAQ. installs: remote:https://realitycents-mcp-server.jaymiller.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-jaymiller-cmg-mortgage-hawaii - Aperture MCP (io.github.jaysinailabs/aperture-mcp@0.2.0) Flag when a tracked commitment vanishes verbatim between two versions. A signal, not a judge. installs: pypi:aperture-mcp detail: https://mcpindex.ai/server/io-github-jaysinailabs-aperture-mcp - io.github.jazib/homebase (io.github.jazib/homebase@1.0.4) School district lookup, PA EIT tax rates, and mortgage affordability calculator installs: npm:homebase-mcp detail: https://mcpindex.ai/server/io-github-jazib-homebase - io.github.jbechtel-97/dealflowpro (io.github.jbechtel-97/dealflowpro@1.2.5) Multifamily real estate deal analysis — cap rate, DSCR, IRR, DFP Score, max offer price installs: npm:dealflowpro-mcp detail: https://mcpindex.ai/server/io-github-jbechtel-97-dealflowpro - Bunpro (io.github.jbeshir/bunpro-mcp@1.0.0) Read Bunpro SRS data: profile, study queue, reviews, JLPT progress, and grammar lookups. installs: manual detail: https://mcpindex.ai/server/io-github-jbeshir-bunpro-mcp - WaniKani (io.github.jbeshir/wanikani-mcp@1.0.0) Read WaniKani SRS data: profile, reviews, assignments, subjects, and level progressions. installs: manual detail: https://mcpindex.ai/server/io-github-jbeshir-wanikani-mcp - io.github.jbiggs77/bizinsured (io.github.jbiggs77/bizinsured@1.0.0) AI-powered commercial insurance carrier recommendations for small businesses. installs: remote:https://bizinsured.ai/mcp detail: https://mcpindex.ai/server/io-github-jbiggs77-bizinsured - io.github.jbrand0n/market-intelligence-mcp (io.github.jbrand0n/market-intelligence-mcp@0.1.2) Recession probability, capital rotation scoring, and economic data API installs: npm:@bullrundata/market-intelligence detail: https://mcpindex.ai/server/io-github-jbrand0n-market-intelligence-mcp - Wudao A-Share Stock Data MCP (io.github.jcdreamjc/wudao-mcp@1.0.0) Read-only China A-share data for AI agents: market, limit-up, capital flow and disclosures. installs: remote:https://stock.quicktiny.cn/api/mcp detail: https://mcpindex.ai/server/io-github-jcdreamjc-wudao-mcp - Pincushion (io.github.jcooley8/pincushion@1.11.4) Stakeholders pin feedback on your live app; your AI agent reads the pins via MCP and fixes them. installs: npm:pincushion-mcp detail: https://mcpindex.ai/server/io-github-jcooley8-pincushion - io.github.jcucci/dotnet-sherlock-mcp (io.github.jcucci/dotnet-sherlock-mcp@2.13.0) .NET assembly introspection MCP server with advanced reflection and type analysis capabilities installs: manual detail: https://mcpindex.ai/server/io-github-jcucci-dotnet-sherlock-mcp - io.github.jdhart81/agent-arbitration (io.github.jdhart81/agent-arbitration@0.2.0) Deterministic, machine-verifiable dispute resolution for A2A escrows. installs: remote:https://mcp.viridisconservation.com/arbitration/mcp detail: https://mcpindex.ai/server/io-github-jdhart81-agent-arbitration - io.github.jdhart81/agent-compute-ledger (io.github.jdhart81/agent-compute-ledger@0.3.0) Compute-is-carbon energy/carbon ledger for agent work with Landauer-limit validation. installs: remote:https://mcp.viridisconservation.com/compute-ledger/mcp detail: https://mcpindex.ai/server/io-github-jdhart81-agent-compute-ledger - io.github.jdhart81/agent-covenant (io.github.jdhart81/agent-covenant@0.1.1) Deny-by-default authority leases for agents wielding real power. installs: remote:https://mcp.viridisconservation.com/covenant/mcp detail: https://mcpindex.ai/server/io-github-jdhart81-agent-covenant - io.github.jdhart81/agent-erc8004-bridge (io.github.jdhart81/agent-erc8004-bridge@0.1.0) The MCP-native bridge to ERC-8004 (on-chain agent identity/reputation/validation): resolve registrat installs: remote:https://mcp.viridisconservation.com/erc8004/mcp detail: https://mcpindex.ai/server/io-github-jdhart81-agent-erc8004-bridge - io.github.jdhart81/agent-escrow (io.github.jdhart81/agent-escrow@0.1.3) Trustless escrow & settlement for A2A transactions: exactly-once state machine, frozen fees, tamper- installs: remote:https://mcp.viridisconservation.com/escrow/mcp detail: https://mcpindex.ai/server/io-github-jdhart81-agent-escrow - io.github.jdhart81/agent-hive-orchestrator (io.github.jdhart81/agent-hive-orchestrator@0.1.0) Deterministic nested hive-mind orchestration over the A2A rails: hire N solvers, adversarial cross-r installs: remote:https://mcp.viridisconservation.com/hive/mcp detail: https://mcpindex.ai/server/io-github-jdhart81-agent-hive-orchestrator - io.github.jdhart81/agent-notary (io.github.jdhart81/agent-notary@0.1.0) Verifiable delivery for the agent economy: commit-reveal content notarization. Sellers commit to a d installs: remote:https://mcp.viridisconservation.com/notary/mcp detail: https://mcpindex.ai/server/io-github-jdhart81-agent-notary - io.github.jdhart81/agent-offset-clearinghouse (io.github.jdhart81/agent-offset-clearinghouse@0.5.0) Verified conservation credits matched to agent compute emissions — the conservation flywheel of the installs: remote:https://mcp.viridisconservation.com/offsets/mcp detail: https://mcpindex.ai/server/io-github-jdhart81-agent-offset-clearinghouse - io.github.jdhart81/agent-provenance (io.github.jdhart81/agent-provenance@0.2.0) Genesis certificates, lineage, and cascading recalls: birth certificates + bloodlines for the agent installs: remote:https://mcp.viridisconservation.com/provenance/mcp detail: https://mcpindex.ai/server/io-github-jdhart81-agent-provenance - io.github.jdhart81/agent-surety (io.github.jdhart81/agent-surety@0.2.0) Counterparty risk transfer for the agent economy: agents post bonds behind their promises, wronged c installs: remote:https://mcp.viridisconservation.com/surety/mcp detail: https://mcpindex.ai/server/io-github-jdhart81-agent-surety - io.github.jdhart81/agent-trust-oracle (io.github.jdhart81/agent-trust-oracle@0.1.1) Decay-weighted reputation + tamper-evident trust attestations for the agent economy. installs: remote:https://mcp.viridisconservation.com/trust/mcp detail: https://mcpindex.ai/server/io-github-jdhart81-agent-trust-oracle - io.github.jdhart81/agent-verified-relay (io.github.jdhart81/agent-verified-relay@0.1.0) Viridis Verified: wrap any MCP server with tamper-evident delivery receipts + metered fees. installs: remote:https://mcp.viridisconservation.com/verified/mcp detail: https://mcpindex.ai/server/io-github-jdhart81-agent-verified-relay - io.github.jdhart81/disclosure-compiler (io.github.jdhart81/disclosure-compiler@0.1.0) Deterministic cited disclosure drafts with verified GHG lineage and audit hashes. installs: remote:https://mcp.viridisconservation.com/disclosure-compiler/mcp detail: https://mcpindex.ai/server/io-github-jdhart81-disclosure-compiler - io.github.jdhart81/ghg-ledger (io.github.jdhart81/ghg-ledger@0.1.0) Deterministic Scope 1/2/3 GHG inventories with bundled factors and audit hashes. installs: remote:https://mcp.viridisconservation.com/ghg-ledger/mcp detail: https://mcpindex.ai/server/io-github-jdhart81-ghg-ledger - io.github.jdhart81/green-router (io.github.jdhart81/green-router@0.1.0) Carbon-accounted agent compute: free footprints; certificates backed by real offset retirement. installs: remote:https://mcp.viridisconservation.com/green-router/mcp detail: https://mcpindex.ai/server/io-github-jdhart81-green-router - io.github.jdhart81/narrative-engine (io.github.jdhart81/narrative-engine@0.1.1) Grant, investor & policy narrative generation for conservation work. installs: remote:https://mcp.viridisconservation.com/narrative-engine/mcp detail: https://mcpindex.ai/server/io-github-jdhart81-narrative-engine - io.github.jdhart81/neurogenesis (io.github.jdhart81/neurogenesis@0.1.0) Developmental agents + Wu Wei compute routing: evolve from outcomes, route to cheapest reliable. installs: remote:https://mcp.viridisconservation.com/neurogenesis/mcp detail: https://mcpindex.ai/server/io-github-jdhart81-neurogenesis - io.github.jdhart81/protogen (io.github.jdhart81/protogen@0.3.1) MCP CAD services; bundles with SmartScale (measure to CAD). installs: remote:https://mcp.viridisconservation.com/protogen/mcp detail: https://mcpindex.ai/server/io-github-jdhart81-protogen - io.github.jdhart81/quantity-takeoff (io.github.jdhart81/quantity-takeoff@0.1.0) Auditable construction takeoffs with locked waste and conservative purchase rounding. installs: remote:https://mcp.viridisconservation.com/quantity-takeoff/mcp detail: https://mcpindex.ai/server/io-github-jdhart81-quantity-takeoff - io.github.jdhart81/regulatory-radar (io.github.jdhart81/regulatory-radar@0.1.2) California, US, and global climate compliance scans with source-linked deadlines. installs: remote:https://mcp.viridisconservation.com/regulatory-radar/mcp detail: https://mcpindex.ai/server/io-github-jdhart81-regulatory-radar - io.github.jdhart81/smartscale (io.github.jdhart81/smartscale@0.9.4) Deterministic CR80 pixel-geometry scaler. Callers supply the card and object pixel geometry; this MC installs: remote:https://mcp.viridisconservation.com/smartscale/mcp detail: https://mcpindex.ai/server/io-github-jdhart81-smartscale - io.github.jdhart81/subscriptions (io.github.jdhart81/subscriptions@0.1.0) Verified monthly-seat catalog, account attribution, quota, overage, and MRR infrastructure. installs: remote:https://mcp.viridisconservation.com/subscriptions/mcp detail: https://mcpindex.ai/server/io-github-jdhart81-subscriptions - io.github.jdhart81/taxcredit-engine (io.github.jdhart81/taxcredit-engine@0.1.0) Auditable US clean-energy tax-credit scenarios for 45Q, 45V, 45Y, 48E, and 45X. installs: remote:https://mcp.viridisconservation.com/taxcredit-engine/mcp detail: https://mcpindex.ai/server/io-github-jdhart81-taxcredit-engine - Verdigraph — paid hosted MCP for compute routing (io.github.jdhart81/verdigraph-mcp@0.2.0) Paid hosted MCP for agent-to-agent compute routing. 25% of net revenue funds conservation. installs: remote:https://verdigraph-mcp.hartjustin6.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-jdhart81-verdigraph-mcp - io.github.jdhart81/viridisos (io.github.jdhart81/viridisos@1.0.0) ViridisOS — theorem-backed conservation certification + the unified trust root/mark/toll. Certify pa installs: remote:https://mcp.viridisconservation.com/viridisos/mcp detail: https://mcpindex.ai/server/io-github-jdhart81-viridisos - io.github.jean-johnson-zwix/arm-code-mcp (io.github.jean-johnson-zwix/arm-code-mcp@0.1.0) MCP server for Arm64 Linux performance: parse perf output, suggest NEON intrinsics, audit deps. installs: pypi:arm-code-mcp detail: https://mcpindex.ai/server/io-github-jean-johnson-zwix-arm-code-mcp - io.github.jedanderson432/jedanderson-corpus-mcp (io.github.jedanderson432/jedanderson-corpus-mcp@1.0.0) MCP access to the jedanderson.org corpus — environmental superintelligence and information physics. installs: npm:jedanderson-corpus-mcp detail: https://mcpindex.ai/server/io-github-jedanderson432-jedanderson-corpus-mcp - io.github.jeff-nasseri/mikrotik-mcp (io.github.jeff-nasseri/mikrotik-mcp@0.14.5.0) MCP server for MikroTik routers: firewall, NAT, routing, DHCP, DNS, WireGuard and more via SSH. installs: pypi:mcp-server-mikrotik detail: https://mcpindex.ai/server/io-github-jeff-nasseri-mikrotik-mcp - EU Audit Trail (io.github.jellewas/eu-audit-mcp@0.1.1) Tamper-evident audit trail MCP server for EU AI Act & GDPR compliance. installs: pypi:eu-audit-mcp detail: https://mcpindex.ai/server/io-github-jellewas-eu-audit-mcp - io.github.jeongho54/loadbench (io.github.jeongho54/loadbench@0.1.0) MCP server for structural load & stability math: tipping, support reactions, beam checks. installs: pypi:loadbench-mcp detail: https://mcpindex.ai/server/io-github-jeongho54-loadbench - io.github.jessedu29260-netizen/bakeryos (io.github.jessedu29260-netizen/bakeryos@0.77.1) BakeryOS bakery-management MCP — recipes, costs, production; propose changes via OAuth. installs: remote:https://app.bakeryos.io/mcp detail: https://mcpindex.ai/server/io-github-jessedu29260-netizen-bakeryos - io.github.jessemarshall/coalesce-transform (io.github.jessemarshall/coalesce-transform@0.7.2) MCP server for managing Coalesce Transform workspaces, nodes, pipelines, and runs. installs: npm:coalesce-transform-mcp detail: https://mcpindex.ai/server/io-github-jessemarshall-coalesce-transform - io.github.jfarcand/iphone-mirroir-mcp (io.github.jfarcand/iphone-mirroir-mcp@0.4.1) Control a real iPhone through macOS iPhone Mirroring: screenshot, tap, swipe, type. installs: npm:iphone-mirroir-mcp detail: https://mcpindex.ai/server/io-github-jfarcand-iphone-mirroir-mcp - io.github.jfarcand/mirroir-mcp (io.github.jfarcand/mirroir-mcp@0.36.0) Control a real iPhone through macOS iPhone Mirroring: screenshot, tap, swipe, type. installs: npm:mirroir-mcp detail: https://mcpindex.ai/server/io-github-jfarcand-mirroir-mcp - Verified Numbers (io.github.jfortier93/verified-numbers-mcp@1.0.0) Current source-cited 2026 US tax constants and calculators for AI agents; every answer cites IRS. installs: remote:https://verified-numbers.mcpize.run detail: https://mcpindex.ai/server/io-github-jfortier93-verified-numbers-mcp - Verified Wages (io.github.jfortier93/verified-wages-mcp@1.0.0) Current source-cited US minimum wage, tipped wage, and FLSA constants for AI agents; cites DOL. installs: remote:https://verified-wages.mcpize.run detail: https://mcpindex.ai/server/io-github-jfortier93-verified-wages-mcp - JFrog Remote MCP Server (io.github.jfrog/jfrog-mcp-server@0.1.1) MCP Server for JFrog, providing tools for development and artifact management. installs: remote:https://myPlatform.jfrog.github.io/mcp detail: https://mcpindex.ai/server/io-github-jfrog-jfrog-mcp-server - ForgeCraft (io.github.jghiringhelli/forgecraft@1.0.0) Production engineering standards for AI coding assistants. Setup once, remove when done. installs: npm:forgecraft-mcp detail: https://mcpindex.ai/server/io-github-jghiringhelli-forgecraft - jCodemunch MCP (io.github.jgravelle/jcodemunch-mcp@1.108.271) Token-efficient code exploration via tree-sitter AST parsing. 70+ languages, 86-99% token savings. installs: pypi:jcodemunch-mcp detail: https://mcpindex.ai/server/io-github-jgravelle-jcodemunch-mcp - SavePinner Pinterest URL Tools (io.github.jiankn/savepinner@0.1.0) Parse, validate, classify, and normalize Pinterest URLs locally without network requests. installs: npm:savepinner-mcp detail: https://mcpindex.ai/server/io-github-jiankn-savepinner - zoxide-doctor (io.github.jiankn/zoxide-doctor@0.1.2) Read-only local zoxide diagnostics for MCP clients. installs: npm:@agoes/zoxide-doctor-mcp detail: https://mcpindex.ai/server/io-github-jiankn-zoxide-doctor - ShipPage (io.github.jieshu666/shippage@1.2.1) Publish HTML or Markdown to a public URL in one call. Zero config, auto-registers on first use. installs: npm:shippage-mcp detail: https://mcpindex.ai/server/io-github-jieshu666-shippage - Veto (io.github.jigyasudham/veto@3.0.0) 93 agentic MCP tools + 49 specialist agents for every major AI CLI. Self-learning, no API keys. installs: npm:@jigyasudham/veto detail: https://mcpindex.ai/server/io-github-jigyasudham-veto - io.github.jimprivate/idml-mcp (io.github.jimprivate/idml-mcp@0.1.1) MCP server for AI agents to read and safely edit Adobe InDesign IDML files. No InDesign required. installs: npm:idml-mcp detail: https://mcpindex.ai/server/io-github-jimprivate-idml-mcp - PasteMD (io.github.jini-tw/pastemd@1.0.0) Instant markdown sharing. Create, manage, and share documents with password protection. installs: remote:https://api.pastemd.io/mcp detail: https://mcpindex.ai/server/io-github-jini-tw-pastemd - NoteMCP (io.github.jithinlalk25/notemcp@1.0.0) Shared Markdown notes for MCP-compatible AI tools. installs: remote:https://note-mcp.vercel.app/mcp detail: https://mcpindex.ai/server/io-github-jithinlalk25-notemcp - CTnP MCP Server (io.github.jitsmaster/ctnp-mcp@0.7.7) Ingeniux CTnP MCP server for personalization, A/B testing, and audience management. installs: npm:@ingeniux/ctnp-mcp detail: https://mcpindex.ai/server/io-github-jitsmaster-ctnp-mcp - io.github.jjlabsio/korea-stock-mcp (io.github.jjlabsio/korea-stock-mcp@1.1.4) MCP server for korea stock installs: npm:korea-stock-mcp detail: https://mcpindex.ai/server/io-github-jjlabsio-korea-stock-mcp - io.github.jkakar/cookwith-mcp (io.github.jkakar/cookwith-mcp@1.0.2) AI-powered recipe generation and transformation tools by Cookwith installs: manual detail: https://mcpindex.ai/server/io-github-jkakar-cookwith-mcp - io.github.jkakar/recipe-mcp (io.github.jkakar/recipe-mcp@1.0.4) Generate and remix recipes using cookwith.co installs: npm:@cookwith/recipe-mcp detail: https://mcpindex.ai/server/io-github-jkakar-recipe-mcp - io.github.jkawamoto/mcp-bear (io.github.jkawamoto/mcp-bear@0.5.2) A MCP server for interacting with Bear note-taking software. installs: manual detail: https://mcpindex.ai/server/io-github-jkawamoto-mcp-bear - io.github.jkawamoto/mcp-memos (io.github.jkawamoto/mcp-memos@0.1.0) An MCP server for interacting with Memos. installs: manual detail: https://mcpindex.ai/server/io-github-jkawamoto-mcp-memos - Austrian Firmenbuch (io.github.jkbngb/firmenbuch@1.0.0) Austria's official company register (Firmenbuch) – master data, financials & ratios for AI agents. installs: remote:https://mcp.agentic-firmenbuch.at/mcp detail: https://mcpindex.ai/server/io-github-jkbngb-firmenbuch - JKTJJ MCP Server (io.github.jktjj/jktjj-mcp@0.1.0) BJJ gym, coach, event, and city data for AI agents. Free base tools, x402-paid premium. installs: remote:https://mcp.jktjj.com/mcp detail: https://mcpindex.ai/server/io-github-jktjj-jktjj-mcp - io.github.jlestel/mcp-tesla (io.github.jlestel/mcp-tesla@1.0.0) MCP server wrapping the Tesla Fleet API and TeslaMate API installs: remote:https://mcp.myteslamate.com/mcp detail: https://mcpindex.ai/server/io-github-jlestel-mcp-tesla - signet-eval (io.github.jmcentire/signet-eval@3.11.0) Deterministic policy enforcement and MCP management for AI agent tool calls. installs: manual detail: https://mcpindex.ai/server/io-github-jmcentire-signet-eval - LatAm Fintech Synthetic Data (io.github.jmendozapuche/latam-fintech-synthetic-data@0.2.0) Privacy-safe synthetic financial data for LatAm fintech, AI agents, testing and ML. installs: remote:https://mcp.apify.com?tools=active_yardstick/latam-synth detail: https://mcpindex.ai/server/io-github-jmendozapuche-latam-fintech-synthetic-data - Font Lab (io.github.jmg698/font-lab@1.0.0) A decision surface for typography: curate font directions on your real site, ship next/font code. installs: npm:font-lab detail: https://mcpindex.ai/server/io-github-jmg698-font-lab - io.github.jmpdsevilla/bovedia (io.github.jmpdsevilla/bovedia@2.7.0) Memoria personal para Claude Code en notas Markdown; no carga el contexto a ciegas. installs: npm:bovedia detail: https://mcpindex.ai/server/io-github-jmpdsevilla-bovedia - JMT x402 Agent Tools (io.github.jmthomasofficial/x402-agent-tools@1.0.0) 25 x402 paid API tools for AI agents on Base mainnet. installs: npm:@jmthomasofficial/x402-mcp-server detail: https://mcpindex.ai/server/io-github-jmthomasofficial-x402-agent-tools - io.github.jmthomasofficial/x402-mcp-server (io.github.jmthomasofficial/x402-mcp-server@2.0.1) JMT x402: 35 pay-per-call Base/USDC tools for agents, auto-paid via x402 v2. No API key. installs: npm:@jmthomasofficial/x402-mcp-server detail: https://mcpindex.ai/server/io-github-jmthomasofficial-x402-mcp-server - rustunnel (io.github.joaoh82/rustunnel@0.8.4) Give AI agents public HTTPS/TCP/UDP URLs for any localhost service. Open source, self-hostable. installs: docker:ghcr.io/joaoh82/rustunnel-mcp:0.8.4 detail: https://mcpindex.ai/server/io-github-joaoh82-rustunnel - dopamine - the shop AI agents can buy from (io.github.jobimdev/dopamine-shop@1.0.0) A parody shop your AI agent can 'buy' from - deliveries get eaten by whales. 100% fake. installs: remote:https://dopamineshopping.com/mcp detail: https://mcpindex.ai/server/io-github-jobimdev-dopamine-shop - io.github.jobrayan/codmir (io.github.jobrayan/codmir@0.2.2) AI-powered task execution, tickets, sprints, error debugging, and desktop control. installs: npm:@codmir/mcp detail: https://mcpindex.ai/server/io-github-jobrayan-codmir - io.github.joe-watkins/magentaa11y (io.github.joe-watkins/magentaa11y@1.0.2) MCP server providing accessibility criteria from MagentaA11y installs: npm:magentaa11y-mcp detail: https://mcpindex.ai/server/io-github-joe-watkins-magentaa11y - io.github.joegra2003/metamodel (io.github.joegra2003/metamodel@1.2.0) AI-callable calculators and engineering models with real formulas. No hallucinated math. installs: npm:metamodel-mcp | remote:https://www.metamodel.app/api/mcp detail: https://mcpindex.ai/server/io-github-joegra2003-metamodel - Slidev MCP (io.github.joelbarmettlerUZH/slidev-mcp@1.0.0) Generate, render, and host Slidev presentations from markdown installs: remote:https://mcp.slidev-mcp.org/mcp detail: https://mcpindex.ai/server/io-github-joelbarmettleruzh-slidev-mcp - referencesource.org (io.github.joelp22-maker/referencesource@1.1.0) Verified reference data; each record carries its source URL and quote. verify_quote checks claims. installs: remote:https://referencesource.org/mcp detail: https://mcpindex.ai/server/io-github-joelp22-maker-referencesource - io.github.joepangallo/cloud-agent (io.github.joepangallo/cloud-agent@1.1.1) AI software engineer — writes code, opens PRs, reviews code, generates tests, and more. installs: npm:mcp-server-cloud-agent detail: https://mcpindex.ai/server/io-github-joepangallo-cloud-agent - io.github.joepangallo/mcp-server-indexforge (io.github.joepangallo/mcp-server-indexforge@1.0.2) Submit URLs to Google and Bing for indexing, scan sitemaps, check index status. installs: npm:mcp-server-indexforge detail: https://mcpindex.ai/server/io-github-joepangallo-mcp-server-indexforge - The Cracks Index (io.github.johanvd75-byte/cracks-index@0.1.2) Read-only MCP server for The Cracks Index: ranks countries and regions on social-safety strength installs: remote:https://api.fynqo.app/mcp/cracks/ detail: https://mcpindex.ai/server/io-github-johanvd75-byte-cracks-index - Pacioli — the ERPNext broker you can hand the books (io.github.john-broadway/pacioli@0.37.2) Governed agent access to ERPNext — MCP + A2A doors, one spine. No debit without a credit. installs: pypi:pacioli detail: https://mcpindex.ai/server/io-github-john-broadway-pacioli - Proximo — the Proxmox MCP you can hand the keys (io.github.john-broadway/proximo-proxmox@0.32.0) The Proxmox MCP you can hand the keys: VE/PBS/PMG/PDM. Plan, prove, undo, diagnose. MCP/A2A/API. installs: pypi:proximo-proxmox detail: https://mcpindex.ai/server/io-github-john-broadway-proximo-proxmox - io.github.johnbeans/ten (io.github.johnbeans/ten@0.1.0) Ten formal algebra for machine intelligence — encode, decode, compose, and verify installs: pypi:ten-mcp-server detail: https://mcpindex.ai/server/io-github-johnbeans-ten - io.github.johnisanerd/fuel-prices (io.github.johnisanerd/fuel-prices@1.0.0) Gas and fuel prices by station and area, as structured data via a hosted MCP server. installs: remote:https://mcp.apify.com/?tools=johnvc/fuelprices detail: https://mcpindex.ai/server/io-github-johnisanerd-fuel-prices - io.github.johnisanerd/google-events (io.github.johnisanerd/google-events@1.0.0) Google Events listings with dates, venues, and ticket links via a hosted MCP server. installs: remote:https://mcp.apify.com/?tools=johnvc/google-events-api---access-google-events-data detail: https://mcpindex.ai/server/io-github-johnisanerd-google-events - io.github.johnisanerd/google-flights-deals (io.github.johnisanerd/google-flights-deals@1.0.0) Cheapest destinations from an airport, each with its fare and that route's typical price. installs: remote:https://mcp.apify.com/?tools=johnvc/google-flights-deals-api detail: https://mcpindex.ai/server/io-github-johnisanerd-google-flights-deals - Google Local (io.github.johnisanerd/google-local@1.0.1) Find local businesses on Google: name, address, phone, hours, ratings, and photos. installs: remote:https://mcp.apify.com/?tools=johnvc/google-local-api detail: https://mcpindex.ai/server/io-github-johnisanerd-google-local - io.github.johnisanerd/google-shopping (io.github.johnisanerd/google-shopping@1.0.0) Google Shopping products, prices, sellers, and deals as structured data via a hosted MCP server. installs: remote:https://mcp.apify.com/?tools=johnvc/google-shopping-api-google-shopping-products-prices-deals detail: https://mcpindex.ai/server/io-github-johnisanerd-google-shopping - io.github.johnisanerd/startup-investors (io.github.johnisanerd/startup-investors@1.0.0) Curated investor database: 10,469 VC, angel, PE, and family office firms with contacts, via MCP. installs: remote:https://mcp.apify.com/?tools=johnvc/startup-investors-data-scraper detail: https://mcpindex.ai/server/io-github-johnisanerd-startup-investors - io.github.johnisanerd/us-congress-trades (io.github.johnisanerd/us-congress-trades@1.0.0) US Congress stock trades and financial disclosures by member, ticker, or date, hosted MCP. installs: remote:https://mcp.apify.com/?tools=johnvc/us-congress-financial-disclosures-and-stock-trading-data detail: https://mcpindex.ai/server/io-github-johnisanerd-us-congress-trades - io.github.johnzfitch/pyghidra-lite (io.github.johnzfitch/pyghidra-lite@0.7.0) Token-efficient Ghidra RE: decompile, xrefs, Swift/ObjC, ELF/Mach-O, async analysis installs: pypi:pyghidra-lite detail: https://mcpindex.ai/server/io-github-johnzfitch-pyghidra-lite - Kalshi MCP Server (io.github.joinQuantish/kalshi@0.3.0) Self-hosted MCP server for Kalshi prediction market trading via DFlow on Solana installs: manual detail: https://mcpindex.ai/server/io-github-joinquantish-kalshi - Limitless MCP Server (io.github.joinQuantish/limitless@1.0.0) MCP server for Limitless Exchange prediction markets on Base installs: manual detail: https://mcpindex.ai/server/io-github-joinquantish-limitless - Polymarket MCP Server (io.github.joinQuantish/polymarket@0.1.0) Self-hosted MCP server for AI agent trading on Polymarket prediction markets installs: manual detail: https://mcpindex.ai/server/io-github-joinquantish-polymarket - io.github.jonahthan433/cortexcloud (io.github.jonahthan433/cortexcloud@0.4.0) Pay-per-call QUBO/Ising optimization for AI agents via x402 (USDC on Base). No API keys. installs: remote:https://api.cortexcloud.org/mcp detail: https://mcpindex.ai/server/io-github-jonahthan433-cortexcloud - io.github.jonathanhefner/hello-mcp-registry (io.github.jonathanhefner/hello-mcp-registry@0.1.1) A simple MCP server. installs: npm:@jonathanhefner/hello-mcp-registry detail: https://mcpindex.ai/server/io-github-jonathanhefner-hello-mcp-registry - Inferventis — Financial Data, News & Web MCP (io.github.jonathanpchapman/inferventis@1.0.2) Live financial data MCP: FX, crypto, stocks, news, URL reader. x402 on Base: $0.001/call. installs: remote:https://mcp-server-295985738387.europe-west1.run.app/mcp-pay?src=registry detail: https://mcpindex.ai/server/io-github-jonathanpchapman-inferventis - io.github.jongall45/frontrun-mcp-server (io.github.jongall45/frontrun-mcp-server@2.6.0) Track what 1,000+ VCs follow on X to surface startups before their round. Signal for AI agents. installs: npm:frontrun-mcp-server detail: https://mcpindex.ai/server/io-github-jongall45-frontrun-mcp-server - .NET MCP Server (io.github.jongalloway/dotnet-mcp@1.1.2) AI assistant access to .NET SDK for projects, packages, building, testing, and development tools. installs: manual detail: https://mcpindex.ai/server/io-github-jongalloway-dotnet-mcp - Hue BLE MCP (io.github.jonnyblankinship/hue-ble-mcp@0.1.3) Control Philips Hue lights via Bluetooth LE — no bridge required. installs: pypi:hue-ble-mcp detail: https://mcpindex.ai/server/io-github-jonnyblankinship-hue-ble-mcp - M365 Roadmap (io.github.jonnybottles/m365-roadmap@0.4.0) Query the Microsoft 365 Roadmap from AI agents installs: pypi:m365-roadmap-mcp detail: https://mcpindex.ai/server/io-github-jonnybottles-m365-roadmap - io.github.jonradoff/lightcms (io.github.jonradoff/lightcms@1.1.0) AI-native CMS with 41 MCP tools for managing websites through natural language. installs: manual detail: https://mcpindex.ai/server/io-github-jonradoff-lightcms - io.github.jonybur-oc/mcp-server (io.github.jonybur-oc/mcp-server@0.6.1) stories.yaml — an open specification for software requirements, enforced by CI. installs: npm:@locus-dev/mcp-server detail: https://mcpindex.ai/server/io-github-jonybur-oc-mcp-server - io.github.jonybur/mcp-server (io.github.jonybur/mcp-server@0.5.0) stories.yaml — an open specification for software requirements, enforced by CI. installs: npm:@locus-dev/mcp-server detail: https://mcpindex.ai/server/io-github-jonybur-mcp-server - io.github.joosthel/sevdesk-mcp (io.github.joosthel/sevdesk-mcp@0.4.0) Complete sevDesk MCP server: all API endpoints, guarded writes, built-in bookkeeping audits. installs: npm:sevdesk-mcp detail: https://mcpindex.ai/server/io-github-joosthel-sevdesk-mcp - Agent Handoff (io.github.jordan23wagner-ops/agent-handoff@1.0.0) Pass messages between AI agents with cleaning, metadata enrichment, and metered billing. installs: remote:https://agent-handoff-production-573c.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-jordan23wagner-ops-agent-handoff - io.github.jordanburke/oura-ring-mcp-server (io.github.jordanburke/oura-ring-mcp-server@0.2.0) Oura Ring MCP server for the Oura API v2: sleep, readiness, activity, heart rate, and more. installs: npm:oura-ring-mcp-server detail: https://mcpindex.ai/server/io-github-jordanburke-oura-ring-mcp-server - io.github.jordanlyall/wc26 (io.github.jordanlyall/wc26@0.3.0) FIFA World Cup 2026 data: matches, teams, venues, city guides, fan zones, and more. installs: npm:wc26-mcp detail: https://mcpindex.ai/server/io-github-jordanlyall-wc26 - VeryChic Hotel Deals (io.github.jordantete/verychic-mcp@0.1.3) Unofficial read-only MCP server for VeryChic hotel offers installs: pypi:verychic-mcp | remote:https://verychic-mcp.fly.dev/mcp detail: https://mcpindex.ai/server/io-github-jordantete-verychic-mcp - io.github.jorgesandoval/spectra (io.github.jorgesandoval/spectra@1.0.0) Generates unit tests for Python code with coverage before/after reports and concrete edge cases. installs: remote:https://spectra.mcpize.run detail: https://mcpindex.ai/server/io-github-jorgesandoval-spectra - io.github.josephibra/handoff-mcp-server (io.github.josephibra/handoff-mcp-server@1.0.1) Durable agent-to-agent handoffs and shared scratchpad for multi-agent workflows. installs: remote:https://handoff-mcp-server-production.mcp.xpay.sh/mcp detail: https://mcpindex.ai/server/io-github-josephibra-handoff-mcp-server - io.github.joshidikshant/loopback (io.github.joshidikshant/loopback@0.9.4) Feedback bus for coding agents: pin feedback on the app you're building; a fix turns the pin green installs: npm:loopback-mcp-server detail: https://mcpindex.ai/server/io-github-joshidikshant-loopback - Paper Chaser MCP (io.github.joshuasundance-swca/paper-chaser-mcp@0.2.2) MCP server for academic papers, citations, authors, ECOS dossiers, and Federal Register text. installs: docker:ghcr.io/joshuasundance-swca/paper-chaser-mcp:0.2.2 detail: https://mcpindex.ai/server/io-github-joshuasundance-swca-paper-chaser-mcp - io.github.joshuaworth/estimations (io.github.joshuaworth/estimations@1.0.0) AI-powered job cost estimator for skilled trades with material and labor breakdowns installs: remote:https://estimations-mcp-server.hgfbxjxghp.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-joshuaworth-estimations - io.github.joshuaworth/pullsheet-diagnostics (io.github.joshuaworth/pullsheet-diagnostics@1.0.0) AI-powered diagnostics for elevator, escalator, and vertical transportation equipment installs: remote:https://pullsheet-mcp-server.hgfbxjxghp.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-joshuaworth-pullsheet-diagnostics - Flocks MCP (io.github.jotapeconsultoria/flocks-mcp@0.1.1) Servidor MCP que serve o catálogo de 131 componentes do Flocks (props, uso, a11y) a agentes. installs: manual detail: https://mcpindex.ai/server/io-github-jotapeconsultoria-flocks-mcp - UNICEF Stats MCP (io.github.jpazvd/unicefstats-mcp@1.5.5) UNICEF child development statistics: 790+ indicators, 200+ countries, SDMX-sourced. No API key. installs: pypi:unicefstats-mcp detail: https://mcpindex.ai/server/io-github-jpazvd-unicefstats-mcp - MCP Task Orchestrator (io.github.jpicklyk/task-orchestrator@3.2.0) Server-enforced workflow discipline for AI agents: work items, dependency graphs, quality gates installs: docker:ghcr.io/jpicklyk/task-orchestrator:latest detail: https://mcpindex.ai/server/io-github-jpicklyk-task-orchestrator - io.github.jrainsberger/orthotomeo (io.github.jrainsberger/orthotomeo@0.1.0) Read-only scripture-study engine: complete-or-fail concordance over Greek NT, Hebrew OT, LXX. installs: remote:https://orthotomeo.app/mcp detail: https://mcpindex.ai/server/io-github-jrainsberger-orthotomeo - RIPE Atlas (io.github.jrelph/ripe-atlas@1.0.2) RIPE Atlas network measurements — ping, traceroute, DNS, TLS, HTTP, NTP, and probes installs: npm:ripe-atlas-mcp-server detail: https://mcpindex.ai/server/io-github-jrelph-ripe-atlas - io.github.jrlingyin888/swiftforge (io.github.jrlingyin888/swiftforge@0.2.1) Curated, current SwiftUI components (incl. iOS 26 Liquid Glass) for your AI coding agent. installs: npm:swiftforge-mcp detail: https://mcpindex.ai/server/io-github-jrlingyin888-swiftforge - io.github.jschoemaker/mcpgo (io.github.jschoemaker/mcpgo@0.1.6) Manage your Claude Code MCPs by talking to Claude — list, restart, wrap, and more. installs: npm:@exfil/mcpgo detail: https://mcpindex.ai/server/io-github-jschoemaker-mcpgo - ServiceNow MCP Server (io.github.jschuller/mcp-server-servicenow@0.5.1) 19 tools + 5 resources for ServiceNow: CMDB, update sets, tables. OAuth 2.1, Tokyo+. installs: pypi:mcp-server-servicenow detail: https://mcpindex.ai/server/io-github-jschuller-mcp-server-servicenow - io.github.jscoobyced/jsc-typescript-ast-mcp (io.github.jscoobyced/jsc-typescript-ast-mcp@1.0.10) AST for TypeScript, supports creating JSON representations of React components installs: npm:jsc-typescript-ast-mcp detail: https://mcpindex.ai/server/io-github-jscoobyced-jsc-typescript-ast-mcp - Ignition MCP (io.github.jsgorana/ignition-mcp@0.1.3) MCP server for Inductive Automation Ignition: tags, alarms, history, and Perspective installs: pypi:ignition-mcp detail: https://mcpindex.ai/server/io-github-jsgorana-ignition-mcp - io.github.jshorwitz/synter-ads (io.github.jshorwitz/synter-ads@1.0.7) Manage ad campaigns across Google, Meta, LinkedIn, Reddit, TikTok, and more via AI. installs: npm:@synterai/mcp-server | remote:https://mcp.syntermedia.ai/mcp/ detail: https://mcpindex.ai/server/io-github-jshorwitz-synter-ads - io.github.jtl-neo/crossref-mcp (io.github.jtl-neo/crossref-mcp@0.1.0) MCP server wrapping the Crossref REST API for scholarly metadata. installs: pypi:crossref-mcp | docker:docker.io/heyinnaneo/crossref-mcp:0.1.0 detail: https://mcpindex.ai/server/io-github-jtl-neo-crossref-mcp - io.github.juan-sibbo/gam-seller-mcp-node (io.github.juan-sibbo/gam-seller-mcp-node@0.8.3) Governed, read-only MCP server exposing Google Ad Manager inventory discovery to buyer agents installs: npm:gam-seller-mcp-node detail: https://mcpindex.ai/server/io-github-juan-sibbo-gam-seller-mcp-node - io.github.juandavidsernav/secop-mcp-server (io.github.juandavidsernav/secop-mcp-server@0.2.2) Consulta contratación pública de Colombia (SECOP I y II) desde datos.gov.co installs: pypi:secop-mcp-server detail: https://mcpindex.ai/server/io-github-juandavidsernav-secop-mcp-server - io.github.juanklagos/sdd-mcp (io.github.juanklagos/sdd-mcp@2.3.0) Spec-Driven Development workflow: specs, plans, gates, status and logbook tools. Bilingual EN/ES. installs: npm:@juanklagos/sdd-mcp detail: https://mcpindex.ai/server/io-github-juanklagos-sdd-mcp - io.github.jugbeep/lustre (io.github.jugbeep/lustre@1.0.1) Premium Flutter UI components for AI coding agents. 46 widgets, 3 themes, light/dark mode. installs: npm:lustre-mcp detail: https://mcpindex.ai/server/io-github-jugbeep-lustre - io.github.juh5ng/k-data-mcp (io.github.juh5ng/k-data-mcp@0.1.1) Korean market data for agents: tradeable-basis kimchi premium, history/percentiles, translated news. installs: npm:k-data-mcp detail: https://mcpindex.ai/server/io-github-juh5ng-k-data-mcp - pkg-oracle — Dependency Trust Oracle (io.github.julian-martin89/pkg-oracle@1.0.0) Pay-per-call dependency trust oracle: verifies npm/PyPI packages before an AI agent installs them. installs: remote:https://mcp-snowy-dew-9447.fly.dev/mcp detail: https://mcpindex.ai/server/io-github-julian-martin89-pkg-oracle - io.github.juliu1980/formlab-mcp (io.github.juliu1980/formlab-mcp@0.1.7) Read-only MCP for FormLab — talk to your local lab notebook via Claude. Data stays local. installs: npm:formlab-mcp detail: https://mcpindex.ai/server/io-github-juliu1980-formlab-mcp - cloudtime API (io.github.julysoft/cloudtime@1.0.2) MCP server providing attendance data queries via the CloudTime API. installs: remote:https://cloudtime-api.zktecoiot.com/api/v1.0/agent/mcp detail: https://mcpindex.ai/server/io-github-julysoft-cloudtime - io.github.junct-bot/aarna-mcp (io.github.junct-bot/aarna-mcp@1.1.0) Aarna - 34 tools for swap quotes, liquidity pools, and trading data installs: remote:https://aarna.mcp.junct.dev/mcp detail: https://mcpindex.ai/server/io-github-junct-bot-aarna-mcp - io.github.junct-bot/aave-mcp (io.github.junct-bot/aave-mcp@1.1.0) Aave - 6 tools for lending rates, supply, and borrow data installs: remote:https://aave.mcp.junct.dev/mcp detail: https://mcpindex.ai/server/io-github-junct-bot-aave-mcp - io.github.junct-bot/beefy-mcp (io.github.junct-bot/beefy-mcp@1.1.0) Beefy - 10 tools for protocol data and tools installs: remote:https://beefy.mcp.junct.dev/mcp detail: https://mcpindex.ai/server/io-github-junct-bot-beefy-mcp - io.github.junct-bot/binance-mcp (io.github.junct-bot/binance-mcp@1.2.0) Binance - 340 tools for market data, order books, and trading pairs installs: remote:https://binance.mcp.junct.dev/mcp detail: https://mcpindex.ai/server/io-github-junct-bot-binance-mcp - io.github.junct-bot/chainlink-mcp (io.github.junct-bot/chainlink-mcp@1.1.0) Chainlink - 35 tools for price feeds and oracle data installs: remote:https://chainlink.mcp.junct.dev/mcp detail: https://mcpindex.ai/server/io-github-junct-bot-chainlink-mcp - io.github.junct-bot/coinbase-mcp (io.github.junct-bot/coinbase-mcp@1.1.0) Coinbase - 20 tools for market data, order books, and trading pairs installs: remote:https://coinbase.mcp.junct.dev/mcp detail: https://mcpindex.ai/server/io-github-junct-bot-coinbase-mcp - io.github.junct-bot/compound-mcp (io.github.junct-bot/compound-mcp@1.1.0) Compound - 8 tools for lending rates, supply, and borrow data installs: remote:https://compound.mcp.junct.dev/mcp detail: https://mcpindex.ai/server/io-github-junct-bot-compound-mcp - io.github.junct-bot/curve-mcp (io.github.junct-bot/curve-mcp@1.1.0) Curve - 43 tools for swap quotes, liquidity pools, and trading data installs: remote:https://curve.mcp.junct.dev/mcp detail: https://mcpindex.ai/server/io-github-junct-bot-curve-mcp - io.github.junct-bot/eigenlayer-mcp (io.github.junct-bot/eigenlayer-mcp@1.1.0) Eigenlayer - 8 tools for staking, delegation, and rewards data installs: remote:https://eigenlayer.mcp.junct.dev/mcp detail: https://mcpindex.ai/server/io-github-junct-bot-eigenlayer-mcp - io.github.junct-bot/ens-mcp (io.github.junct-bot/ens-mcp@1.1.0) Ens - 23 tools for name resolution and reverse lookups installs: remote:https://ens.mcp.junct.dev/mcp detail: https://mcpindex.ai/server/io-github-junct-bot-ens-mcp - io.github.junct-bot/euler-mcp (io.github.junct-bot/euler-mcp@1.1.0) Euler - 39 tools for lending rates, supply, and borrow data installs: remote:https://euler.mcp.junct.dev/mcp detail: https://mcpindex.ai/server/io-github-junct-bot-euler-mcp - io.github.junct-bot/gmx-mcp (io.github.junct-bot/gmx-mcp@1.1.0) Gmx - 139 tools for perpetuals, options, and position data installs: remote:https://gmx.mcp.junct.dev/mcp detail: https://mcpindex.ai/server/io-github-junct-bot-gmx-mcp - io.github.junct-bot/hyperliquid-mcp (io.github.junct-bot/hyperliquid-mcp@1.1.0) Hyperliquid - 2 tools for perpetuals, options, and position data installs: remote:https://hyperliquid.mcp.junct.dev/mcp detail: https://mcpindex.ai/server/io-github-junct-bot-hyperliquid-mcp - io.github.junct-bot/jupiter-mcp (io.github.junct-bot/jupiter-mcp@1.1.0) Jupiter - 4 tools for swap quotes, liquidity pools, and trading data installs: remote:https://jupiter.mcp.junct.dev/mcp detail: https://mcpindex.ai/server/io-github-junct-bot-jupiter-mcp - io.github.junct-bot/lido-mcp (io.github.junct-bot/lido-mcp@1.1.0) Lido - 6 tools for staking, delegation, and rewards data installs: remote:https://lido.mcp.junct.dev/mcp detail: https://mcpindex.ai/server/io-github-junct-bot-lido-mcp - io.github.junct-bot/maker-mcp (io.github.junct-bot/maker-mcp@1.1.0) Maker - 10 tools for lending rates, supply, and borrow data installs: remote:https://maker.mcp.junct.dev/mcp detail: https://mcpindex.ai/server/io-github-junct-bot-maker-mcp - io.github.junct-bot/stargate-mcp (io.github.junct-bot/stargate-mcp@1.1.0) Stargate - 42 tools for cross-chain transfers and bridge data installs: remote:https://stargate.mcp.junct.dev/mcp detail: https://mcpindex.ai/server/io-github-junct-bot-stargate-mcp - io.github.junct-bot/uniswap-mcp (io.github.junct-bot/uniswap-mcp@1.1.0) Uniswap - 17 tools for swap quotes, liquidity pools, and trading data installs: remote:https://uniswap.mcp.junct.dev/mcp detail: https://mcpindex.ai/server/io-github-junct-bot-uniswap-mcp - io.github.junct-bot/wormhole-mcp (io.github.junct-bot/wormhole-mcp@1.1.0) Wormhole - 69 tools for cross-chain transfers and bridge data installs: remote:https://wormhole.mcp.junct.dev/mcp detail: https://mcpindex.ai/server/io-github-junct-bot-wormhole-mcp - Obsidian Everywhere (io.github.junnnnnw00/obsidian-everywhere@0.7.0) Graph and local semantic context for Obsidian, with guarded remote MCP access and edits. installs: npm:obsidian-everywhere detail: https://mcpindex.ai/server/io-github-junnnnnw00-obsidian-everywhere - Agenda Rio (io.github.junoventures/agenda-rio-br@1.0.0) Agenda Rio — events and cultural agenda for Rio de Janeiro: shows, exhibitions, and things to do. installs: remote:https://agenda.rio.br/mcp detail: https://mcpindex.ai/server/io-github-junoventures-agenda-rio-br - Agenda SP (io.github.junoventures/agenda-sampa-br@1.0.0) Agenda SP — events and cultural agenda for São Paulo: shows, exhibitions, and things to do. installs: remote:https://agenda.sampa.br/mcp detail: https://mcpindex.ai/server/io-github-junoventures-agenda-sampa-br - Bela Vista (io.github.junoventures/belavista-sampa-br@1.0.0) Aqui é a Bela Vista. installs: remote:https://belavista.sampa.br/mcp detail: https://mcpindex.ai/server/io-github-junoventures-belavista-sampa-br - Liberdade (io.github.junoventures/liberdade-sampa-br@1.0.0) Bairro da Liberdade em São Paulo. installs: remote:https://liberdade.sampa.br/mcp detail: https://mcpindex.ai/server/io-github-junoventures-liberdade-sampa-br - ChemDraw MCP (unofficial) (io.github.jurimaxam-dotcom/chemdraw-mcp@0.2.0) Molecule names or SMILES to 2D structures, reactions, mechanisms, spectra - offline via RDKit. installs: pypi:chemdraw-mcp detail: https://mcpindex.ai/server/io-github-jurimaxam-dotcom-chemdraw-mcp - io.github.justfsl50/expense-mcp (io.github.justfsl50/expense-mcp@1.0.1) Personal Expense Tracker MCP Server — expenses, income, budgets & savings goals installs: pypi:expense-mcp detail: https://mcpindex.ai/server/io-github-justfsl50-expense-mcp - JustHandled Agent Utility Gateway (io.github.justhandledlabs/agent-gateway@0.11.1) Thirty-two guarded agent utilities and maintained-data lookups over USDC x402. installs: npm:@justhandledlabs/agent-client detail: https://mcpindex.ai/server/io-github-justhandledlabs-agent-gateway - io.github.justice8096/sagemath-mcp-server (io.github.justice8096/sagemath-mcp-server@1.0.1) MCP server wrapping SageMath's full computer algebra system — 10 symbolic-math tools for LLMs. installs: npm:@justice8096/sagemath-mcp-server detail: https://mcpindex.ai/server/io-github-justice8096-sagemath-mcp-server - io.github.justinasrolando-cpu/seenpaid (io.github.justinasrolando-cpu/seenpaid@1.0.0) Open-source, self-hosted posting layer with an MCP server for AI agents. 25+ platforms. installs: manual detail: https://mcpindex.ai/server/io-github-justinasrolando-cpu-seenpaid - xcforge - iOS MCP Server & CLI (io.github.justinthevoid/xcforge@1.0.0) 95 MCP tools for iOS — build, test, simulate, automate UI, capture, and diagnose. installs: manual detail: https://mcpindex.ai/server/io-github-justinthevoid-xcforge - io.github.justjlee/omnarai-mcp (io.github.justjlee/omnarai-mcp@1.7.0) Deliberation + live 5-model council divergence over the Omnarai multi-AI attributed corpus. installs: npm:omnarai-mcp | remote:https://omnarai.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-justjlee-omnarai-mcp - Entroly (io.github.juyterman1000/entroly@1.0.76) Context Assurance for AI agents: context engineering, AI cost optimization, verification. installs: npm:entroly-mcp | pypi:entroly detail: https://mcpindex.ai/server/io-github-juyterman1000-entroly - Nudge (io.github.jwill824/nudge-mcp@0.2.0) MCP server that nudges better AI session behavior through token usage and efficiency analysis installs: pypi:nudge-mcp detail: https://mcpindex.ai/server/io-github-jwill824-nudge-mcp - io.github.jyswee/a2a-trustgate (io.github.jyswee/a2a-trustgate@1.5.15) A2A TrustGate: 4-gate firewall that screens every AI-agent action before it runs. 49 tools. installs: npm:a2a-trustgate | remote:https://mcp.a2ainfrastructure.com/sse detail: https://mcpindex.ai/server/io-github-jyswee-a2a-trustgate - io.github.jyswee/bandsaas (io.github.jyswee/bandsaas@1.3.0) License your music to AI on your terms, and run your whole artist business. 46 tools, keyless. installs: remote:https://mcp.bandsaas.com/sse detail: https://mcpindex.ai/server/io-github-jyswee-bandsaas - io.github.jyswee/buggazi (io.github.jyswee/buggazi@2.14.21) Project management for coding agents. Bugs, features, sprints. 73 tools stdio, 74 remote SSE. installs: npm:buggazi | remote:https://mcp.buggazi.com/sse detail: https://mcpindex.ai/server/io-github-jyswee-buggazi - io.github.jyswee/fleetstreet (io.github.jyswee/fleetstreet@1.3.1) License your creative work to AI on your terms, and run your creator business. 46 tools, keyless. installs: remote:https://mcp.fleetstreet.ai/sse detail: https://mcpindex.ai/server/io-github-jyswee-fleetstreet - io.github.jyswee/sslwebsites (io.github.jyswee/sslwebsites@1.0.1) SSL certificate management for coding agents. Issue, renew, monitor certs. 10 tools stdio. installs: npm:sslwebsites detail: https://mcpindex.ai/server/io-github-jyswee-sslwebsites - io.github.jyswee/taufunctions (io.github.jyswee/taufunctions@1.2.1) Serverless functions for coding agents. Deploy, invoke, monitor. 13 tools, stdio or remote SSE. installs: npm:taufunctions | remote:https://mcp.taufunctions.com/sse detail: https://mcpindex.ai/server/io-github-jyswee-taufunctions - io.github.jyswee/weselltours (io.github.jyswee/weselltours@1.0.3) Travel platform for coding agents: hotels, tours, bookings, 13 AI experts. 21 tools, stdio. installs: npm:weselltours detail: https://mcpindex.ai/server/io-github-jyswee-weselltours - Human Design API (Human Design Hub) (io.github.k4771kim/human-design-api@1.0.0) JPL-referenced Human Design charts for AI agents: bodygraph, transit, composite, Penta, DreamRave. installs: remote:https://api.humandesignhub.app/mcp detail: https://mcpindex.ai/server/io-github-k4771kim-human-design-api - Kadam Ad Network (io.github.kadam-official/mcp-server@0.3.4) Kadam advertising platform — manage ads, campaigns, creatives, audiences and stats installs: npm:@kadam-net/mcp-server detail: https://mcpindex.ai/server/io-github-kadam-official-mcp-server - io.github.kaditang/agent-wallet-mcp (io.github.kaditang/agent-wallet-mcp@0.3.1) Non-custodial Solana MCP: compare yields, buy tokenized US stocks (xStocks) & Ondo USDY. You sign. installs: npm:@kaditang/agent-wallet-mcp detail: https://mcpindex.ai/server/io-github-kaditang-agent-wallet-mcp - Kagan (io.github.kagan-sh/kagan@0.11.2) AI-powered Kanban TUI for autonomous development workflows with agent orchestration installs: pypi:kagan detail: https://mcpindex.ai/server/io-github-kagan-sh-kagan - RTL awareness for coding agents (io.github.kahlelhawary-art/rtl-mcp@0.2.1) Give coding agents right-to-left awareness: lint, normalise Arabic, detect direction. installs: npm:rtl-mcp detail: https://mcpindex.ai/server/io-github-kahlelhawary-art-rtl-mcp - io.github.kailayerhq/kai (io.github.kailayerhq/kai@0.9.6) Semantic code intelligence — call graphs, dependencies, impact analysis, and test coverage. installs: npm:kai-mcp detail: https://mcpindex.ai/server/io-github-kailayerhq-kai - io.github.kairosastro-sketch/mcp-ephemeris (io.github.kairosastro-sketch/mcp-ephemeris@0.2.3) NASA-validated computed planetary positions for your AI: 19 astrology tools, never hallucinated. installs: npm:@cosmosos/mcp-ephemeris detail: https://mcpindex.ai/server/io-github-kairosastro-sketch-mcp-ephemeris - io.github.kaiser-data/kitsune-mcp (io.github.kaiser-data/kitsune-mcp@0.21.0) Shape-shifting MCP hub — shapeshift() into 130,000+ servers at runtime. No restarts. 7 registries. installs: npm:kitsune-mcp | pypi:kitsune-mcp detail: https://mcpindex.ai/server/io-github-kaiser-data-kitsune-mcp - io.github.kaitoInfra/twitterapi-io-mcp-server (io.github.kaitoInfra/twitterapi-io-mcp-server@0.1.2) Official MCP server for twitterapi.io — Twitter/X data (tweets, users, followers, trends). installs: npm:@kaitoinfra/twitterapi-io-mcp-server detail: https://mcpindex.ai/server/io-github-kaitoinfra-twitterapi-io-mcp-server - Sighttrue (io.github.kaitzyy-dev/sighttrue@1.0.0) Measured readings on open-source dependencies: health, end-of-life, model prices, incidents. installs: remote:https://sighttrue.com/api/mcp detail: https://mcpindex.ai/server/io-github-kaitzyy-dev-sighttrue - Kaizan (io.github.kaizan-ai/kaizan@1.0.0) Read-only access to Kaizan client data. installs: remote:https://app.kaizan.ai/api/mcp/v1/ detail: https://mcpindex.ai/server/io-github-kaizan-ai-kaizan - Sovereignty Scan (io.github.kajaril/sovereignty-scan-mcp@0.1.2) EU AI Act sovereignty scanning. Provider residency, registration status, audit trail support. installs: remote:https://sovereignty-scan.kajaril.com/mcp detail: https://mcpindex.ai/server/io-github-kajaril-sovereignty-scan-mcp - io.github.kakarot-dev/deepmiro (io.github.kakarot-dev/deepmiro@0.1.2) Simulate hundreds of AI agents to predict how communities react to events and policies installs: npm:deepmiro-mcp detail: https://mcpindex.ai/server/io-github-kakarot-dev-deepmiro - io.github.kakha13/esim-mcp (io.github.kakha13/esim-mcp@0.1.1) Compare travel eSIM plans by country, and regional vs local pricing for multi-country trips. installs: npm:esim-mcp detail: https://mcpindex.ai/server/io-github-kakha13-esim-mcp - AuthProof (io.github.kaleckh/authproof@0.3.0) Signed, non-replayable API auth. Agents self-register and sign requests with ERC-8128. installs: npm:@authproof/mcp-server detail: https://mcpindex.ai/server/io-github-kaleckh-authproof - DB2TOON MCP (io.github.kamil5b/db2toon-mcp@1.4.0) Read-only SQL database and plain-text SQL dump schema extraction to compact TOON for MCP clients. installs: docker:ghcr.io/kamil5b/db2toon:v1.4.0 detail: https://mcpindex.ai/server/io-github-kamil5b-db2toon-mcp - Agentic Diaries Audit (io.github.kandikandikandi/behavioral-audit@0.1.0) Checks what a support agent knew but did not say against its policies. Free tier, no login. installs: remote:https://receipts-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-kandikandikandi-behavioral-audit - io.github.kansei-link/kansei-mcp-server (io.github.kansei-link/kansei-mcp-server@1.1.1) SaaS intelligence for AI agents. 5 unified tools cover 1,000+ services with 91-96% token savings. installs: npm:@kansei-link/mcp-server | remote:https://kansei-link-mcp-production-b054.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-kansei-link-kansei-mcp-server - xupersplit (io.github.kanylbullen/xupersplit@1.0.1) Split shared expenses in a group — no account needed. See who owes whom and settle up. installs: remote:https://split.xuper.fun/api/mcp detail: https://mcpindex.ai/server/io-github-kanylbullen-xupersplit - humanMCP — kapoost (io.github.kapoost/humanmcp@0.3.0) Personal MCP server for humans who create. Proof of authorship, license control. installs: remote:https://kapoost.humanmcp.net/mcp detail: https://mcpindex.ai/server/io-github-kapoost-humanmcp - io.github.kapruka/reviewguru (io.github.kapruka/reviewguru@0.1.2) Query Sri Lankan businesses, doctors, and reviews from any MCP-aware AI agent. installs: pypi:reviewguru-mcp detail: https://mcpindex.ai/server/io-github-kapruka-reviewguru - io.github.karanivincent/telitask-mcp (io.github.karanivincent/telitask-mcp@0.2.3) TeliTask MCP server — manage contacts, tasks, and calls from AI assistants installs: npm:@telitask/mcp-server detail: https://mcpindex.ai/server/io-github-karanivincent-telitask-mcp - io.github.karashiiro/my-cool-proxy (io.github.karashiiro/my-cool-proxy@1.5.4) An MCP server gateway that minimizes context usage via progressive Lua-driven discovery 🌙 installs: npm:@karashiiro/my-cool-proxy detail: https://mcpindex.ai/server/io-github-karashiiro-my-cool-proxy - New Relic MCP (io.github.karldane/newrelic-mcp@1.0.1) New Relic MCP server with 55 tools for APM, alerts, dashboards, synthetics, workflows, and more. installs: manual detail: https://mcpindex.ai/server/io-github-karldane-newrelic-mcp - io.github.karlmehta/trustmodel-mcp (io.github.karlmehta/trustmodel-mcp@0.2.0) Score any AI for trust across 10 dimensions; evaluate, monitor & govern LLMs and agents. installs: npm:@trustmodel/mcp-server detail: https://mcpindex.ai/server/io-github-karlmehta-trustmodel-mcp - io.github.kasathur/energyatit (io.github.kasathur/energyatit@1.0.0) Connect AI agents to energy infrastructure. Dispatch, attest carbon, read meters. installs: npm:energyatit-mcp-server detail: https://mcpindex.ai/server/io-github-kasathur-energyatit - Katalon True Platform MCP (io.github.katalon-studio/testops-mcp@1.0.0) Katalon True Platform MCP: design tests, run with AI, upload reports, assess release readiness. installs: remote:https://platform.katalon.io/mcp detail: https://mcpindex.ai/server/io-github-katalon-studio-testops-mcp - APEX PSI (io.github.kawal393/apex-psi-mcp@1.0.1) Cryptographic truth infrastructure for AI agents: seal, verify, anchor, cite, audit. installs: npm:apex-psi-mcp detail: https://mcpindex.ai/server/io-github-kawal393-apex-psi-mcp - foehn (io.github.kayhendriksen/foehn@0.3.4) Access Swiss meteorological open data from MeteoSwiss, powered by foehn installs: pypi:foehn detail: https://mcpindex.ai/server/io-github-kayhendriksen-foehn - RepScale (io.github.kbrayatl/repscale@0.1.0) Sales research and prep tools for B2B reps. Prospect briefs, angles, citations. installs: remote:https://app.repscale.ai/api/mcp detail: https://mcpindex.ai/server/io-github-kbrayatl-repscale - kcaldata (io.github.kcaldata/kcaldata@1.0.3) Natural-language calorie lookup. Send '2 large eggs', get USDA-sourced nutrition data. installs: remote:https://api.kcaldata.com/mcp-server/mcp detail: https://mcpindex.ai/server/io-github-kcaldata-kcaldata - io.github.kcofoni/gotify-mcp (io.github.kcofoni/gotify-mcp@1.0.1) MCP server for Gotify push notifications - send messages and manage apps/clients. installs: docker:docker.io/kcofoni/gotify-mcp:v1.0.1 detail: https://mcpindex.ai/server/io-github-kcofoni-gotify-mcp - io.github.kcw2034-sayouzone/mcp-opendart-server (io.github.kcw2034-sayouzone/mcp-opendart-server@0.0.4) An MCP server that provides OpenDart API installs: pypi:sayou-opendart-mcp detail: https://mcpindex.ai/server/io-github-kcw2034-sayouzone-mcp-opendart-server - io.github.kcw2034-sayouzone/sayou-opendart-mcp (io.github.kcw2034-sayouzone/sayou-opendart-mcp@0.0.6) An MCP server that provides OpenDart API installs: pypi:sayou-opendart-mcp detail: https://mcpindex.ai/server/io-github-kcw2034-sayouzone-sayou-opendart-mcp - io.github.kcw2034/maplestory-mcp-server (io.github.kcw2034/maplestory-mcp-server@1.0.1) MCP server for Nexon MapleStory OpenAPI - character, rankings, union, guild, and notices installs: pypi:maplestory-mcp-server detail: https://mcpindex.ai/server/io-github-kcw2034-maplestory-mcp-server - io.github.ke4qqq/groupsio (io.github.ke4qqq/groupsio@1.0.0) MCP server for consuming and managing Groups.io data via the Groups.io REST API installs: npm:@ke4qqq/groupsio-mcp-server detail: https://mcpindex.ai/server/io-github-ke4qqq-groupsio - Keel — Hyperliquid trading agent (io.github.keel-trade/keel-trade@0.5.6) Build, backtest, and automate Hyperliquid trading strategies — typed, deterministic, live parity. installs: pypi:keel-trade detail: https://mcpindex.ai/server/io-github-keel-trade-keel-trade - 不動産競売 構造化データハブ — Japan real-estate auctions (io.github.keibai-hub/keibai-hub-mcp@0.1.0) Japanese court-run real-estate auctions (BIT). 5 tools, ~1,480 active listings. CC BY 4.0. installs: remote:https://keibai-hub.com/mcp-auctions detail: https://mcpindex.ai/server/io-github-keibai-hub-keibai-hub-mcp - io.github.kemalersin/fonparam-mcp (io.github.kemalersin/fonparam-mcp@1.0.4) MCP server for FonParam API - Turkish mutual funds data installs: npm:fonparam-mcp detail: https://mcpindex.ai/server/io-github-kemalersin-fonparam-mcp - Kenda (io.github.kenda-co/ingestion-mcp@0.2.0) Read-only MCP server for querying Kenda token spend and waste installs: pypi:ingestion-mcp detail: https://mcpindex.ai/server/io-github-kenda-co-ingestion-mcp - io.github.kenneives/design-token-bridge-mcp (io.github.kenneives/design-token-bridge-mcp@1.0.2) Translate design tokens between Tailwind, Figma, CSS, Material 3, and SwiftUI installs: npm:design-token-bridge-mcp detail: https://mcpindex.ai/server/io-github-kenneives-design-token-bridge-mcp - Mushi Mushi (io.github.kensaurus/mushi-mushi@0.20.1) Bug translation for vibe coders: plain-English diagnosis + paste-ready fix in your AI coding agent installs: npm:@mushi-mushi/mcp | remote:https://dxptnwrhwsqckaftyymj.supabase.co/functions/v1/mcp detail: https://mcpindex.ai/server/io-github-kensaurus-mushi-mushi - Keploy (io.github.keploy/mcp@1.0.0) End-to-end API testing — generate and run tests from OpenAPI, curl, Postman, or real user traffic. installs: remote:https://api.keploy.io/client/v1/mcp detail: https://mcpindex.ai/server/io-github-keploy-mcp - io.github.keshrath/agent-discover (io.github.keshrath/agent-discover@1.4.0) MCP server registry and marketplace - discover, install, activate tools on demand installs: npm:agent-discover detail: https://mcpindex.ai/server/io-github-keshrath-agent-discover - io.github.keshrath/agent-tasks (io.github.keshrath/agent-tasks@1.10.11) Pipeline task management for AI agents - stages, dependencies, artifacts, claiming installs: npm:agent-tasks detail: https://mcpindex.ai/server/io-github-keshrath-agent-tasks - io.github.kevincogan/demo-mcp-server (io.github.kevincogan/demo-mcp-server@1.0.4) Demo server entry for local testing installs: remote:https://kevincogan.github.io/mcp detail: https://mcpindex.ai/server/io-github-kevincogan-demo-mcp-server - io.github.kevint-cerebras/cerebras-code-mcp (io.github.kevint-cerebras/cerebras-code-mcp@1.3.1) Model Context Protocol (MCP) server for Cerebras to make coding faster in AI-first IDEs installs: npm:cerebras-code-mcp detail: https://mcpindex.ai/server/io-github-kevint-cerebras-cerebras-code-mcp - io.github.kewelin/ecpro-mcp (io.github.kewelin/ecpro-mcp@1.0.0) 台灣電商情報與商品比價:跨通路查 momo、PChome、品牌官網即時價格與歷史最低價、偵測網站電商技術、搜尋電商知識庫。資料來源 ecpro.tw。 installs: remote:https://ecpro.tw/mcp detail: https://mcpindex.ai/server/io-github-kewelin-ecpro-mcp - io.github.keysersoft/anythingmcp (io.github.keysersoft/anythingmcp@1.0.0) Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code. installs: remote:https://cloud.anythingmcp.com/mcp/demo detail: https://mcpindex.ai/server/io-github-keysersoft-anythingmcp - Mockups Gallery (io.github.kgNatx/mockups-gallery@1.4.1) Self-hosted gallery for AI-generated mockups. MCP interface; token-efficient curl uploads. installs: docker:ghcr.io/kgnatx/mockups-mpc:1.4.1 | remote:https://{host}/mcp detail: https://mcpindex.ai/server/io-github-kgnatx-mockups-gallery - Humanizer PRO (io.github.khadinakbaronline/humanizer-pro@1.0.0) Humanize AI text to bypass GPTZero, Turnitin, Originality.ai. Stealth, Academic, SEO modes. installs: remote:https://texthumanizer.pro/mcp detail: https://mcpindex.ai/server/io-github-khadinakbaronline-humanizer-pro - A2ABench (io.github.khalidsaidi/a2abench@1.0.1) Public benchmark where agents submit Q&A answers and get scored on a leaderboard. installs: npm:@khalidsaidi/a2abench-mcp | remote:https://a2abench-mcp.web.app/mcp detail: https://mcpindex.ai/server/io-github-khalidsaidi-a2abench - RAGMap MCP (io.github.khalidsaidi/ragmap@1.0.1) Discover and recommend retriever MCP servers. Includes top picks and install config tools. installs: npm:@khalidsaidi/ragmap-mcp | remote:https://ragmap-api.web.app/mcp detail: https://mcpindex.ai/server/io-github-khalidsaidi-ragmap - io.github.khalomsky/syke (io.github.khalomsky/syke@1.5.4) AI code impact analysis — dependency graphs, cascade detection, and build gates for AI agents installs: npm:@syke1/mcp-server detail: https://mcpindex.ai/server/io-github-khalomsky-syke - io.github.khan-ashifur/hooklayer (io.github.khan-ashifur/hooklayer@1.1.0) Viral-content intelligence for AI agents — 7 read-only MCP tools, evidence-layer scoring. installs: remote:https://hooklayer.dev/api/mcp detail: https://mcpindex.ai/server/io-github-khan-ashifur-hooklayer - io.github.khaoss85/orchestro (io.github.khaoss85/orchestro@2.1.0) Your AI Development Conductor - 60 MCP tools for intelligent task orchestration installs: npm:@khaoss85/orchestro detail: https://mcpindex.ai/server/io-github-khaoss85-orchestro - io.github.khglynn/spotify-bulk-actions-mcp (io.github.khglynn/spotify-bulk-actions-mcp@0.1.1) MCP server for bulk Spotify operations - batch playlist creation, exports, management installs: pypi:spotify-bulk-actions-mcp detail: https://mcpindex.ai/server/io-github-khglynn-spotify-bulk-actions-mcp - viznoir (io.github.kimimgo/viznoir@0.10.1) Cinema-quality science visualization for AI agents — headless VTK via MCP. installs: pypi:viznoir detail: https://mcpindex.ai/server/io-github-kimimgo-viznoir - Call For Me (io.github.kimjin8/call-for-me@0.4.0) Give your AI agent a phone. Place outbound calls to US businesses to ask, book, or confirm. installs: remote:https://call-for-me.fly.dev/mcp/ detail: https://mcpindex.ai/server/io-github-kimjin8-call-for-me - JP Data (Japanese Public Business Data) (io.github.kimotostudio/jp-data-mcp@0.1.0) Japanese open-data MCP server: corporate-number validation, zengin bank codes, national holidays installs: manual detail: https://mcpindex.ai/server/io-github-kimotostudio-jp-data-mcp - CarShake (io.github.kindrat86/carshake@1.0.0) AI car condition scan before valet handover. Prevent damage disputes with timestamped proof installs: remote:https://carshake.online/api/mcp detail: https://mcpindex.ai/server/io-github-kindrat86-carshake - ChurnLens (io.github.kindrat86/churnlens@1.0.0) Buyer-side SaaS due diligence: upload subscription CSV, detect hidden churn risk installs: remote:https://churnlens.site/api/mcp detail: https://mcpindex.ai/server/io-github-kindrat86-churnlens - Invisible Exit (io.github.kindrat86/invisibleexit@1.0.0) Faceless micro-SaaS system for employed professionals. Build $4K/mo without quitting installs: remote:https://invisibleexit.com/api/mcp detail: https://mcpindex.ai/server/io-github-kindrat86-invisibleexit - sipi.bot — Spend Firewall for AI Agents (io.github.kindrat86/sipi-bot-spend-firewall@1.0.1) Pre-spend firewall for AI agents. Approves, blocks, flags transactions against policy rules. installs: remote:https://sipi.bot/api/mcp detail: https://mcpindex.ai/server/io-github-kindrat86-sipi-bot-spend-firewall - Unlock SaaS (io.github.kindrat86/unlocksaas@1.0.0) Playbook engine: non-dev founders land first paying customer in 60 days or refund installs: remote:https://unlocksaas.com/api/mcp detail: https://mcpindex.ai/server/io-github-kindrat86-unlocksaas - io.github.king-of-the-grackles/reddit-research-mcp (io.github.king-of-the-grackles/reddit-research-mcp@1.0.1) Turn Reddit's chaos into structured insights with full citations - MCP server for Reddit research installs: pypi:reddit-research-mcp detail: https://mcpindex.ai/server/io-github-king-of-the-grackles-reddit-research-mcp - io.github.kingleosgold/troystack (io.github.kingleosgold/troystack@3.0.2) Precious metals AI analyst with 12 tools — prices, portfolio, chat, receipts, and more. installs: remote:https://api.troystack.ai/mcp detail: https://mcpindex.ai/server/io-github-kingleosgold-troystack - io.github.kingplaybookHQadmin1/kingsplaybook-mcp (io.github.kingplaybookHQadmin1/kingsplaybook-mcp@0.1.0) Kings Playbook sports API for AI agents: NBA/MLB/NHL lineups, projections, and lines. installs: npm:kingsplaybook-mcp detail: https://mcpindex.ai/server/io-github-kingplaybookhqadmin1-kingsplaybook-mcp - Tiny Go MCP Server (io.github.kioie/tiny-go-mcp@1.1.2) Demo stdio MCP server (tools, resource, prompt) for tinymcp tests—not production use. installs: docker:ghcr.io/kioie/tiny-go-mcp:1.1.2 detail: https://mcpindex.ai/server/io-github-kioie-tiny-go-mcp - io.github.kira-autonoma/context-proxy (io.github.kira-autonoma/context-proxy@0.2.0) MCP proxy that lazy-loads tool schemas to cut context token overhead by 6-7x installs: npm:mcp-lazy-proxy detail: https://mcpindex.ai/server/io-github-kira-autonoma-context-proxy - io.github.kira-autonoma/devtools (io.github.kira-autonoma/devtools@1.0.1) 23 developer utilities — base64, JWT, UUID, hash, QR, regex, timestamps. No API keys. installs: npm:mcp-devtools-server detail: https://mcpindex.ai/server/io-github-kira-autonoma-devtools - AionMCP (io.github.kiransth77/aionmcp@0.1.0) Dynamic API tool generator for OpenAPI, GraphQL, and AsyncAPI specifications installs: manual detail: https://mcpindex.ai/server/io-github-kiransth77-aionmcp - Aristocles Data API (io.github.kiranz38/aristocles-data-api@1.0.1) Subscription pricing, trade costs, and financial data for AI agents across 5 countries. installs: remote:https://api.aristocles.com.au/mcp/mcp/ detail: https://mcpindex.ai/server/io-github-kiranz38-aristocles-data-api - YouTube Data (io.github.kirbah/mcp-youtube@1.1.13) YouTube MCP server for token-optimized, structured data using the YouTube Data API v3. installs: npm:@kirbah/mcp-youtube detail: https://mcpindex.ai/server/io-github-kirbah-mcp-youtube - Rogue Binary MCP (io.github.kirkderp/rbinmcp@1.3.0) Rust MCP server for binary analysis and reverse engineering. installs: docker:ghcr.io/kirkderp/rbinmcp:1.3.0 detail: https://mcpindex.ai/server/io-github-kirkderp-rbinmcp - FIVE Persona Engine (io.github.kiro0x/five-mcp@1.1.1) 160K deductive JSON persona constraints. 0 drift breaks in 120 turns. Free API, no key. installs: pypi:five-mcp detail: https://mcpindex.ai/server/io-github-kiro0x-five-mcp - ShapeWords MCP (io.github.kirrrr-2423/shapewords-mcp@0.2.2) Generate ShapeWords word clouds as SVG, PNG, or JSON from text or weighted words. installs: npm:shapewords-mcp detail: https://mcpindex.ai/server/io-github-kirrrr-2423-shapewords-mcp - Pyxel MCP (io.github.kitao/pyxel-mcp@1.2.0) MCP server for Pyxel, a retro game engine for Python installs: pypi:pyxel-mcp detail: https://mcpindex.ai/server/io-github-kitao-pyxel-mcp - io.github.kitsune-de/hyperliquid-mcp (io.github.kitsune-de/hyperliquid-mcp@0.1.0) Read-only Hyperliquid data: markets, funding rates, order books, candles, positions and fills installs: npm:@kitsune-de/hyperliquid-mcp detail: https://mcpindex.ai/server/io-github-kitsune-de-hyperliquid-mcp - checklist.day Registry (io.github.kitxor/checklist-day@1.0.0) Registry of Python AI/ML libraries: correct imports, quickstart code, and known footguns. installs: remote:https://mcp.checklist.day/sse detail: https://mcpindex.ai/server/io-github-kitxor-checklist-day - Yaver (io.github.kivanccakmak/yaver@1.99.309) Phone-first local dev MCP for Claude Code and Codex: install Yaver, pair mobile, run, build, deploy. installs: npm:yaver-cli detail: https://mcpindex.ai/server/io-github-kivanccakmak-yaver - io.github.kiwoongeom/gmc-mcp (io.github.kiwoongeom/gmc-mcp@0.2.5) MIT-licensed pip-installable MCP for Google Merchant Center on Merchant API v1 (126 tools). installs: pypi:gmc-mcp detail: https://mcpindex.ai/server/io-github-kiwoongeom-gmc-mcp - BoardGameGeek MCP Server (io.github.kkjdaniel/bgg-mcp@1.6.1) BoardGameGeek MCP server providing access to BGG API data through standardized tools installs: docker:docker.io/kdaniel/bgg-mcp:1.6.1 detail: https://mcpindex.ai/server/io-github-kkjdaniel-bgg-mcp - io.github.kkjh0723/mcp-ldbd (io.github.kkjh0723/mcp-ldbd@0.3.0) Submit and track stock/crypto direction predictions on LDBD's public leaderboard (ldbd.app). installs: npm:mcp-ldbd detail: https://mcpindex.ai/server/io-github-kkjh0723-mcp-ldbd - io.github.kkohli-nyu/findvise-mcp (io.github.kkohli-nyu/findvise-mcp@1.0.1) AI-native local business data. Find businesses, browse menus, check ratings, and place orders. installs: npm:@kanwarkohli/findvise-mcp | remote:https://findvise.com/mcp/sse detail: https://mcpindex.ai/server/io-github-kkohli-nyu-findvise-mcp - io.github.klarlabs-studio/coverctl (io.github.klarlabs-studio/coverctl@1.19.0) Go code coverage analysis tool with MCP server for AI-powered coverage workflows installs: manual detail: https://mcpindex.ai/server/io-github-klarlabs-studio-coverctl - io.github.klein-business/legal-text-mcp-de (io.github.klein-business/legal-text-mcp-de@2.1.3) German federal & state legal texts (BGB, DSGVO, …) with canonical IDs and cite-grade provenance. installs: pypi:legal-text-mcp-de | docker:ghcr.io/klein-business/legal-text-mcp-de:2.1.3 detail: https://mcpindex.ai/server/io-github-klein-business-legal-text-mcp-de - io.github.klever-io/mcp-klever-vm (io.github.klever-io/mcp-klever-vm@1.3.0) MCP server for Klever blockchain smart contract development. installs: npm:@klever/mcp-server | remote:https://mcp.klever.org/mcp detail: https://mcpindex.ai/server/io-github-klever-io-mcp-klever-vm - MoldSim MCP Server (io.github.kobzevvv/moldsim-mcp@0.4.1) Injection molding simulation expertise — materials, process validation, and DFM checks installs: npm:moldsim-mcp detail: https://mcpindex.ai/server/io-github-kobzevvv-moldsim-mcp - BrewPage MCP (io.github.kochetkov-ma/brewpage-mcp@1.3.2) Publish HTML, Markdown, KV, JSON, and files to brewpage.app from AI assistants. No signup. installs: npm:brewpage-mcp detail: https://mcpindex.ai/server/io-github-kochetkov-ma-brewpage-mcp - io.github.kodandy/jp-biz-opportunity (io.github.kodandy/jp-biz-opportunity@0.1.0) Japanese public-sector business opportunities for AI agents: tenders, subsidies, sanctions. x402. installs: remote:https://jp-biz-opportunity-62ko7b2uwa-an.a.run.app/mcp detail: https://mcpindex.ai/server/io-github-kodandy-jp-biz-opportunity - io.github.kodandy/jp-crypto-tax-rules (io.github.kodandy/jp-crypto-tax-rules@0.1.0) Machine-readable Japanese crypto-asset tax rules for AI agents: rules-as-code with citations, x402. installs: remote:https://jp-crypto-tax-rules-62ko7b2uwa-an.a.run.app/mcp detail: https://mcpindex.ai/server/io-github-kodandy-jp-crypto-tax-rules - io.github.kodandy/jp-m2m-gateway (io.github.kodandy/jp-m2m-gateway@0.1.0) Raw Japanese regulatory data for AI agents: pension, gazette, gBizINFO. x402-metered (USDC). installs: remote:https://jp-m2m-gateway-62ko7b2uwa-an.a.run.app/mcp detail: https://mcpindex.ai/server/io-github-kodandy-jp-m2m-gateway - io.github.kofujimura/tctc-mcp (io.github.kofujimura/tctc-mcp@0.3.3) ERC-7303 token-controlled roles for AI agents: grant, check, and revoke permissions on-chain installs: npm:tctc-mcp detail: https://mcpindex.ai/server/io-github-kofujimura-tctc-mcp - io.github.koki-develop/esa-mcp-server (io.github.koki-develop/esa-mcp-server@0.3.2) A Model Context Protocol (MCP) server for esa.io installs: npm:@koki-develop/esa-mcp-server detail: https://mcpindex.ai/server/io-github-koki-develop-esa-mcp-server - io.github.koki-socialgist/decixa-mcp (io.github.koki-socialgist/decixa-mcp@0.1.7) Decixa MCP Server — intent-driven API discovery and selection for AI agents. installs: manual detail: https://mcpindex.ai/server/io-github-koki-socialgist-decixa-mcp - koment (io.github.koment-dev/koment@3.0.0) Read and write checked code rationale stored outside source comments. installs: docker:ghcr.io/koment-dev/koment:3.0.0 detail: https://mcpindex.ai/server/io-github-koment-dev-koment - io.github.kontent-ai/mcp-server (io.github.kontent-ai/mcp-server@0.38.0) Connect to Kontent.ai to manage content, types, taxonomies, and workflows via natural language installs: npm:@kontent-ai/mcp-server detail: https://mcpindex.ai/server/io-github-kontent-ai-mcp-server - io.github.koraykoylu/ibanchecker-mcp (io.github.koraykoylu/ibanchecker-mcp@1.1.2) IBAN validation, extraction, format specs and BIC/SWIFT lookup tools for AI assistants. installs: npm:@ibanchecker/mcp | remote:https://mcp.ibanchecker.cash/mcp detail: https://mcpindex.ai/server/io-github-koraykoylu-ibanchecker-mcp - io.github.koreal6803/finlab-ai (io.github.koreal6803/finlab-ai@1.0.0) Quantitative trading toolkit with 900+ data columns, backtesting, and 60+ strategy examples. installs: remote:https://finlab-ai.koreal6803.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-koreal6803-finlab-ai - Porkbun MCP (io.github.korobkov-v/porkbun-mcp@0.3.4) MCP server for Porkbun domains and DNS. installs: npm:porkbun-mcp detail: https://mcpindex.ai/server/io-github-korobkov-v-porkbun-mcp - io.github.kosiakMD/artillery-mcp (io.github.kosiakMD/artillery-mcp@0.1.7) MCP server for Artillery 2.x — full flags, Fargate, raw-text parser, project launcher (MIT) installs: npm:@kosiakmd/artillery-mcp | docker:docker.io/kosiakmd/artillery-mcp:0.1.7 detail: https://mcpindex.ai/server/io-github-kosiakmd-artillery-mcp - io.github.kota1026/defiguard-mcp (io.github.kota1026/defiguard-mcp@1.0.0) DeFiGuard MCP Server - DeFi protocol risk analysis tools for AI coding agents. Analyze token co... installs: npm:defiguard-mcp detail: https://mcpindex.ai/server/io-github-kota1026-defiguard-mcp - io.github.kotinder/roomcomm (io.github.kotinder/roomcomm@1.0.1) Ephemeral REST chatrooms for AI agents to coordinate. Share a room URL — agents talk live. installs: remote:https://roomcomm.xyz/mcp detail: https://mcpindex.ai/server/io-github-kotinder-roomcomm - io.github.kozmos-tech/contactapi (io.github.kozmos-tech/contactapi@0.1.1) An open-source API for collecting and managing contacts and signups. installs: npm:@kozmos-tech/contactapi detail: https://mcpindex.ai/server/io-github-kozmos-tech-contactapi - io.github.kozmos-tech/inhalt (io.github.kozmos-tech/inhalt@0.1.1) An open-source headless CMS for managing content models and entries. installs: npm:@kozmos-tech/inhalt detail: https://mcpindex.ai/server/io-github-kozmos-tech-inhalt - io.github.kpanuragh/xdebug (io.github.kpanuragh/xdebug@1.2.1) MCP server for PHP Xdebug debugging with breakpoints, stepping, and variable inspection installs: npm:xdebug-mcp detail: https://mcpindex.ai/server/io-github-kpanuragh-xdebug - io.github.krampslaag/uniteddepin (io.github.krampslaag/uniteddepin@1.0.3) UnitedDePIN MCP server for aggregating DePIN nodes. installs: npm:uniteddepin-mcp-server detail: https://mcpindex.ai/server/io-github-krampslaag-uniteddepin - UserTold (io.github.krasnoperov/usertold@1.24.1) Capture consented interviews and turn voice, screen, behavior, and analysis into evidence. installs: remote:https://mcp.usertold.ai/mcp detail: https://mcpindex.ai/server/io-github-krasnoperov-usertold - io.github.krayinc/docbase (io.github.krayinc/docbase@1.2.2) DocBase MCP server for AI agents installs: remote:https://mcp.docbase.io/mcp detail: https://mcpindex.ai/server/io-github-krayinc-docbase - io.github.kriskraw80/mychart (io.github.kriskraw80/mychart@1.0.0) Connects to Epic MyChart patient portals: interactive login, list and download your own test results installs: npm:mychart-mcp-server detail: https://mcpindex.ai/server/io-github-kriskraw80-mychart - AgentCrush (io.github.kristof-sudo/agentcrush-app@1.3.0) Market intelligence for the AI agent economy: rankings, trust signals, liveness. 13 tools. installs: remote:https://www.agentcrush.xyz/api/mcp/v1 detail: https://mcpindex.ai/server/io-github-kristof-sudo-agentcrush-app - io.github.krutftw/fetchmux (io.github.krutftw/fetchmux@0.1.0) Self-hosted retrieval router for AI agents: budgets, provider routing, route receipts. installs: npm:@fetchmux/mcp detail: https://mcpindex.ai/server/io-github-krutftw-fetchmux - CLEO MCP Server (io.github.kryptobaseddev/cleo-mcp-server@2026.3.35) Task management for AI coding agents — CQRS 2-gateway pattern, 200 ops across 10 domains installs: npm:@cleocode/cleo detail: https://mcpindex.ai/server/io-github-kryptobaseddev-cleo-mcp-server - io.github.krystiangw/agenticpay (io.github.krystiangw/agenticpay@0.0.1) x402 USDC paywall bridge for MCP — pay per tool call on Solana. installs: npm:@agenticpay/mcp-bridge detail: https://mcpindex.ai/server/io-github-krystiangw-agenticpay - x402 JSON Repair (io.github.ktcod/x402-json-repair-mcp@0.1.0) Pay-per-call JSON repair + JSON Schema validation for AI agents (USDC on Base, x402). installs: remote:https://x402.agentfund.net/mcp detail: https://mcpindex.ai/server/io-github-ktcod-x402-json-repair-mcp - io.github.kten-agent/x402-mcp-server (io.github.kten-agent/x402-mcp-server@1.0.2) MCP server for Hermes Asia x402 CN/JP market intelligence via USDC on Base. 8 endpoints. installs: npm:hermes-asia-x402-mcp-server detail: https://mcpindex.ai/server/io-github-kten-agent-x402-mcp-server - io.github.ktozvonil/phone-lookup (io.github.ktozvonil/phone-lookup@1.0.2) Who-called phone lookups: community verdict, spam rating, operator and reviews (ktozvonil.net). installs: npm:mcp-server-ktozvonil | remote:https://ktozvonil.net/mcp detail: https://mcpindex.ai/server/io-github-ktozvonil-phone-lookup - io.github.kts982/mcp-sap-gui (io.github.kts982/mcp-sap-gui@0.2.2) SAP GUI for Windows automation for AI agents - 57 structured tools via SAP GUI Scripting API installs: pypi:mcp-sap-gui detail: https://mcpindex.ai/server/io-github-kts982-mcp-sap-gui - io.github.kubeshop/testkube-mcp (io.github.kubeshop/testkube-mcp@2.9.1) MCP server for Testkube - Manage test workflows, executions, and artifacts via AI assistants installs: docker:docker.io/kubeshop/mcp-server:2.9.1 detail: https://mcpindex.ai/server/io-github-kubeshop-testkube-mcp - io.github.kuhumcst/dannet (io.github.kuhumcst/dannet@1.0.2) DanNet - Danish WordNet with rich lexical relationships and SPARQL access. installs: remote:https://wordnet.dk/mcp detail: https://mcpindex.ai/server/io-github-kuhumcst-dannet - Kultur.dev (io.github.kultur-dev/kultur-dev@1.0.0) Cultural Intelligence Infrastructure for AI Agents — 200+ markets, 15 tones, 8 tools installs: remote:https://kultur.dev/api/mcp-sse/sse detail: https://mcpindex.ai/server/io-github-kultur-dev-kultur-dev - io.github.kumarprobeops/probeops-mcp-server (io.github.kumarprobeops/probeops-mcp-server@1.2.3) Network diagnostics from 6 global regions. SSL, DNS, ping, whois, traceroute, port scan, latency. installs: npm:@probeops/mcp-server detail: https://mcpindex.ai/server/io-github-kumarprobeops-probeops-mcp-server - io.github.kumoproductions/mcp-aftereffects (io.github.kumoproductions/mcp-aftereffects@0.1.3) MCP server for Adobe After Effects — comp/layer introspection, undo-grouped ops, frame rendering. installs: npm:@kumoproductions/mcp-aftereffects detail: https://mcpindex.ai/server/io-github-kumoproductions-mcp-aftereffects - Fantasy Tabletop Helper (io.github.kushaim/ftthelper-mcp@1.0.0) Read-only access to your tabletop campaigns: codex, sessions, and session notes. installs: remote:https://www.fantasytabletophelper.com/api/mcp detail: https://mcpindex.ai/server/io-github-kushaim-ftthelper-mcp - Artifacts (io.github.kuyazee/artifacts@1.0.0) Self-hosted artifact publishing: POST HTML/JSX/Markdown/zip, get an unguessable URL on your domain installs: docker:ghcr.io/kuyazee/artifacts:latest detail: https://mcpindex.ai/server/io-github-kuyazee-artifacts - NORMA MCP Server (io.github.kynosure-ai/norma-mcp-server@1.0.0) EU compliance corpus across 8 frameworks (NIS2, DORA, AI Act, ISO 27001 + more) via MCP. installs: remote:https://norma-mcp.kynosure.ai/mcp detail: https://mcpindex.ai/server/io-github-kynosure-ai-norma-mcp-server - XRPL Wallet Risk Score (io.github.kynto2001-ctrl/xrplriskscore-mcp@1.3.0) XRPL wallet risk scoring. Behavioral tags, sub-scores, graph analysis. Pay per call in XRP. installs: npm:@xrplriskscore/mcp detail: https://mcpindex.ai/server/io-github-kynto2001-ctrl-xrplriskscore-mcp - io.github.kyrylopr/lenspr (io.github.kyrylopr/lenspr@0.1.1) Stop vibecoding blind. Code graph so your AI stops breaking things across your codebase. installs: pypi:lenspr detail: https://mcpindex.ai/server/io-github-kyrylopr-lenspr - L10n.dev - AI Localization Agent (io.github.l10n-dev/ai-l10n-mcp@1.1.2) MCP Server that turns your AI agent into a localization expert with token-efficient i18n translation installs: npm:ai-l10n-mcp detail: https://mcpindex.ai/server/io-github-l10n-dev-ai-l10n-mcp - io.github.labarilem/brainfaq-mcp (io.github.labarilem/brainfaq-mcp@1.0.0) MCP server for the BrainFuck programming language installs: npm:brainfaq-mcp detail: https://mcpindex.ai/server/io-github-labarilem-brainfaq-mcp - LabFolio (io.github.labfolio/labfolio@1.0.0) Research portfolio management — organize projects and track research artifacts. installs: remote:https://mcp.labfolio.org detail: https://mcpindex.ai/server/io-github-labfolio-labfolio - Revit Converter MCP (io.github.labsfuture/revit-converter-remote-mcp-release@1.1.0) Convert Revit files to XKT, IFC, or DWG and query BIM data via natural language. installs: remote:https://labsaps-d35810f00db3.herokuapp.com/mcp detail: https://mcpindex.ai/server/io-github-labsfuture-revit-converter-remote-mcp-release - io.github.labtools-studio/fetchmcp (io.github.labtools-studio/fetchmcp@0.1.1) Drop-in fetch MCP: clean Markdown from any URL, with JS rendering and anti-bot. installs: npm:@labtoolsstudio/fetchmcp detail: https://mcpindex.ai/server/io-github-labtools-studio-fetchmcp - Datamuse MCP (io.github.lacausecrypto/datamuse-mcp@1.0.0) MCP server for Datamuse word-finding API installs: npm:datamuse-mcp detail: https://mcpindex.ai/server/io-github-lacausecrypto-datamuse-mcp - io.github.lacausecrypto/mcp-nbb (io.github.lacausecrypto/mcp-nbb@0.1.2) MCP server for the National Bank of Belgium SDMX statistical API (221 dataflows). installs: pypi:mcp-nbb detail: https://mcpindex.ai/server/io-github-lacausecrypto-mcp-nbb - io.github.lacausecrypto/mcp-new-caledonia (io.github.lacausecrypto/mcp-new-caledonia@1.0.2) MCP server for New Caledonia open data (data.gouv.nc) installs: npm:mcp-new-caledonia detail: https://mcpindex.ai/server/io-github-lacausecrypto-mcp-new-caledonia - Sophon (io.github.lacausecrypto/sophon@0.5.4) Honest token economics for MCP agents. 68% tokens saved, zero-ML Rust binary. installs: npm:mcp-sophon detail: https://mcpindex.ai/server/io-github-lacausecrypto-sophon - io.github.lacausecrypto/sports-hub (io.github.lacausecrypto/sports-hub@1.3.0) 41 sports API providers, 396 tools: scores, stats, odds, esports, chess, motorsport & more. installs: npm:mcp-sports-hub detail: https://mcpindex.ai/server/io-github-lacausecrypto-sports-hub - SysKnife (io.github.lacs-project/sysknife@0.7.0) Administers Linux via typed, approval-gated actions with an Ed25519-signed audit trail. installs: manual detail: https://mcpindex.ai/server/io-github-lacs-project-sysknife - io.github.langcare/langcare-mcp-fhir (io.github.langcare/langcare-mcp-fhir@2.0.4) An MCP FHIR server written in Go for EMR systems like Epic and Cerner installs: npm:@langcare/langcare-mcp-fhir detail: https://mcpindex.ai/server/io-github-langcare-langcare-mcp-fhir - CalmActiva (io.github.langhoormarchal-beep/calmactiva-catalog@1.0.1) Realtime CBD product catalog, prices, stock and FAQ from CalmActiva. installs: remote:https://dgymaetjyvzdblryurmi.supabase.co/functions/v1/mcp-server detail: https://mcpindex.ai/server/io-github-langhoormarchal-beep-calmactiva-catalog - io.github.lanternrow/namecheap-api-mcp (io.github.lanternrow/namecheap-api-mcp@1.0.1) Namecheap API — domains, DNS, contacts, registrar lock, SSL listing, and pricing. installs: npm:namecheap-api-mcp detail: https://mcpindex.ai/server/io-github-lanternrow-namecheap-api-mcp - io.github.lapfelix/xcodemcp (io.github.lapfelix/xcodemcp@2.1.4) Control Xcode directly via JXA for build, test, debug operations with XCLogParser integration installs: npm:xcodemcp detail: https://mcpindex.ai/server/io-github-lapfelix-xcodemcp - io.github.lars20070/mathematica-mcp (io.github.lars20070/mathematica-mcp@0.1.11) MCP server for WolframScript installs: pypi:mathematica_mcp detail: https://mcpindex.ai/server/io-github-lars20070-mathematica-mcp - io.github.larsbaunwall/unlinked (io.github.larsbaunwall/unlinked@1.0.4) MCP server that brings your LinkedIn professional profile and experience into your context. installs: npm:@larsbaunwall/unlinked detail: https://mcpindex.ai/server/io-github-larsbaunwall-unlinked - io.github.las-team/lastest (io.github.las-team/lastest@0.3.7) Run visual regression tests, review diffs, and manage baselines on a Lastest instance. installs: npm:@lastest/mcp-server detail: https://mcpindex.ai/server/io-github-las-team-lastest - io.github.latent-9/reddit-growth-mcp (io.github.latent-9/reddit-growth-mcp@0.2.1) Find where to post on Reddit and score your draft before posting — no API keys needed. installs: pypi:reddit-growth-mcp detail: https://mcpindex.ai/server/io-github-latent-9-reddit-growth-mcp - io.github.laundromatic/shopgraph (io.github.laundromatic/shopgraph@1.0.1) Clean product data from any URL. Schema.org + AI extraction. 200 free calls/month. installs: npm:shopgraph | remote:https://shopgraph.dev/mcp detail: https://mcpindex.ai/server/io-github-laundromatic-shopgraph - io.github.laurells/outflow-mcp (io.github.laurells/outflow-mcp@0.1.1) MCP server exposing an Outflow workspace's live architecture graph as context for AI coding agents installs: npm:outflow-mcp detail: https://mcpindex.ai/server/io-github-laurells-outflow-mcp - qURL (io.github.layervai/qurl-mcp@0.4.1) Mint, resolve, audit, and rotate scope-limited expiring access links (qURLs) for AI agents. installs: npm:@layervai/qurl-mcp detail: https://mcpindex.ai/server/io-github-layervai-qurl-mcp - io.github.lazyants/hetzner (io.github.lazyants/hetzner@2.3.1) MCP server for the Hetzner Cloud API — servers, networks, volumes, firewalls, and more. installs: npm:@lazyants/hetzner-mcp-server detail: https://mcpindex.ai/server/io-github-lazyants-hetzner - io.github.lazyants/lexware (io.github.lazyants/lexware@5.0.0) MCP server for the Lexware Office API — invoices, contacts, articles, and vouchers. installs: npm:@lazyants/lexware-mcp-server detail: https://mcpindex.ai/server/io-github-lazyants-lexware - io.github.lazymac2x/a11y-scorer (io.github.lazymac2x/a11y-scorer@1.0.0) Cloudflare Workers MCP server: a11y-scorer installs: remote:https://api.lazy-mac.com/a11y-scorer/mcp detail: https://mcpindex.ai/server/io-github-lazymac2x-a11y-scorer - io.github.lazymac2x/agent-loop-detector (io.github.lazymac2x/agent-loop-detector@1.0.0) Cloudflare Workers MCP server: agent-loop-detector installs: remote:https://api.lazy-mac.com/agent-loop-detector/mcp detail: https://mcpindex.ai/server/io-github-lazymac2x-agent-loop-detector - io.github.lazymac2x/agent-trace-auditor (io.github.lazymac2x/agent-trace-auditor@1.0.0) Cloudflare Workers MCP server: agent-trace-auditor installs: remote:https://api.lazy-mac.com/agent-trace-auditor/mcp detail: https://mcpindex.ai/server/io-github-lazymac2x-agent-trace-auditor - io.github.lazymac2x/agent-workflow-engine (io.github.lazymac2x/agent-workflow-engine@1.0.0) Cloudflare Workers MCP server: agent-workflow-engine installs: remote:https://api.lazy-mac.com/agent-workflow-engine/mcp detail: https://mcpindex.ai/server/io-github-lazymac2x-agent-workflow-engine - io.github.lazymac2x/ai-agent-scratchpad (io.github.lazymac2x/ai-agent-scratchpad@1.0.0) Cloudflare Workers MCP server: ai-agent-scratchpad installs: remote:https://api.lazy-mac.com/ai-agent-scratchpad/mcp detail: https://mcpindex.ai/server/io-github-lazymac2x-ai-agent-scratchpad - io.github.lazymac2x/ai-budget-planner (io.github.lazymac2x/ai-budget-planner@1.0.0) Cloudflare Workers MCP server: ai-budget-planner installs: remote:https://api.lazy-mac.com/ai-budget-planner/mcp detail: https://mcpindex.ai/server/io-github-lazymac2x-ai-budget-planner - io.github.lazymac2x/ai-changelog-writer (io.github.lazymac2x/ai-changelog-writer@1.0.0) Cloudflare Workers MCP server: ai-changelog-writer installs: remote:https://api.lazy-mac.com/ai-changelog-writer/mcp detail: https://mcpindex.ai/server/io-github-lazymac2x-ai-changelog-writer - io.github.lazymac2x/ai-cost-optimizer (io.github.lazymac2x/ai-cost-optimizer@1.0.0) Cloudflare Workers MCP server: ai-cost-optimizer installs: remote:https://api.lazy-mac.com/ai-cost-optimizer/mcp detail: https://mcpindex.ai/server/io-github-lazymac2x-ai-cost-optimizer - io.github.lazymac2x/ai-eval (io.github.lazymac2x/ai-eval@1.0.0) Cloudflare Workers MCP server: ai-eval installs: remote:https://api.lazy-mac.com/ai-eval/mcp detail: https://mcpindex.ai/server/io-github-lazymac2x-ai-eval - io.github.lazymac2x/ai-gateway (io.github.lazymac2x/ai-gateway@1.0.0) Cloudflare Workers MCP server: ai-gateway installs: remote:https://api.lazy-mac.com/ai-gateway/mcp detail: https://mcpindex.ai/server/io-github-lazymac2x-ai-gateway - io.github.lazymac2x/ai-guardrails (io.github.lazymac2x/ai-guardrails@1.0.0) Cloudflare Workers MCP server: ai-guardrails installs: remote:https://api.lazy-mac.com/ai-guardrails/mcp detail: https://mcpindex.ai/server/io-github-lazymac2x-ai-guardrails - io.github.lazymac2x/ai-model-router (io.github.lazymac2x/ai-model-router@1.0.0) Cloudflare Workers MCP server: ai-model-router installs: remote:https://api.lazy-mac.com/ai-model-router/mcp detail: https://mcpindex.ai/server/io-github-lazymac2x-ai-model-router - io.github.lazymac2x/ai-prompt-optimizer (io.github.lazymac2x/ai-prompt-optimizer@1.0.0) Cloudflare Workers MCP server: ai-prompt-optimizer installs: remote:https://api.lazy-mac.com/ai-prompt-optimizer/mcp detail: https://mcpindex.ai/server/io-github-lazymac2x-ai-prompt-optimizer - io.github.lazymac2x/ai-provider-status (io.github.lazymac2x/ai-provider-status@1.0.0) Cloudflare Workers MCP server: ai-provider-status installs: remote:https://api.lazy-mac.com/ai-provider-status/mcp detail: https://mcpindex.ai/server/io-github-lazymac2x-ai-provider-status - io.github.lazymac2x/ai-rate-limit-tracker (io.github.lazymac2x/ai-rate-limit-tracker@1.0.0) Cloudflare Workers MCP server: ai-rate-limit-tracker installs: remote:https://api.lazy-mac.com/ai-rate-limit-tracker/mcp detail: https://mcpindex.ai/server/io-github-lazymac2x-ai-rate-limit-tracker - io.github.lazymac2x/ai-token-counter (io.github.lazymac2x/ai-token-counter@1.0.0) Cloudflare Workers MCP server: ai-token-counter installs: remote:https://api.lazy-mac.com/ai-token-counter/mcp detail: https://mcpindex.ai/server/io-github-lazymac2x-ai-token-counter - io.github.lazymac2x/api-changelog-tracker (io.github.lazymac2x/api-changelog-tracker@1.0.0) Cloudflare Workers MCP server: api-changelog-tracker installs: remote:https://api.lazy-mac.com/api-changelog-tracker/mcp detail: https://mcpindex.ai/server/io-github-lazymac2x-api-changelog-tracker - io.github.lazymac2x/api-composition-gateway (io.github.lazymac2x/api-composition-gateway@1.0.0) Cloudflare Workers MCP server: api-composition-gateway installs: remote:https://api.lazy-mac.com/api-composition-gateway/mcp detail: https://mcpindex.ai/server/io-github-lazymac2x-api-composition-gateway - io.github.lazymac2x/api-contract-validator (io.github.lazymac2x/api-contract-validator@1.0.0) Cloudflare Workers MCP server: api-contract-validator installs: remote:https://api.lazy-mac.com/api-contract-validator/mcp detail: https://mcpindex.ai/server/io-github-lazymac2x-api-contract-validator - io.github.lazymac2x/api-diff-monitor (io.github.lazymac2x/api-diff-monitor@1.0.0) Cloudflare Workers MCP server: api-diff-monitor installs: remote:https://api.lazy-mac.com/api-diff-monitor/mcp detail: https://mcpindex.ai/server/io-github-lazymac2x-api-diff-monitor - io.github.lazymac2x/api-flow-analyzer (io.github.lazymac2x/api-flow-analyzer@1.0.0) Cloudflare Workers MCP server: api-flow-analyzer installs: remote:https://api.lazy-mac.com/api-flow-analyzer/mcp detail: https://mcpindex.ai/server/io-github-lazymac2x-api-flow-analyzer - io.github.lazymac2x/api-landing (io.github.lazymac2x/api-landing@1.0.0) Cloudflare Workers MCP server: api-landing installs: remote:https://api.lazy-mac.com/api-landing/mcp detail: https://mcpindex.ai/server/io-github-lazymac2x-api-landing - io.github.lazymac2x/api-mock-server (io.github.lazymac2x/api-mock-server@1.0.0) Cloudflare Workers MCP server: api-mock-server installs: remote:https://api.lazy-mac.com/api-mock-server/mcp detail: https://mcpindex.ai/server/io-github-lazymac2x-api-mock-server - io.github.lazymac2x/api-payload-auditor (io.github.lazymac2x/api-payload-auditor@1.0.0) Cloudflare Workers MCP server: api-payload-auditor installs: remote:https://api.lazy-mac.com/api-payload-auditor/mcp detail: https://mcpindex.ai/server/io-github-lazymac2x-api-payload-auditor - io.github.lazymac2x/api-perf-analyzer (io.github.lazymac2x/api-perf-analyzer@1.0.0) Cloudflare Workers MCP server: api-perf-analyzer installs: remote:https://api.lazy-mac.com/api-perf-analyzer/mcp detail: https://mcpindex.ai/server/io-github-lazymac2x-api-perf-analyzer - io.github.lazymac2x/api-request-deduplicator (io.github.lazymac2x/api-request-deduplicator@1.0.0) Cloudflare Workers MCP server: api-request-deduplicator installs: remote:https://api.lazy-mac.com/api-request-deduplicator/mcp detail: https://mcpindex.ai/server/io-github-lazymac2x-api-request-deduplicator - io.github.lazymac2x/api-response-cost-analyzer (io.github.lazymac2x/api-response-cost-analyzer@1.0.0) Cloudflare Workers MCP server: api-response-cost-analyzer installs: remote:https://api.lazy-mac.com/api-response-cost-analyzer/mcp detail: https://mcpindex.ai/server/io-github-lazymac2x-api-response-cost-analyzer - io.github.lazymac2x/api-schema-drift-detector (io.github.lazymac2x/api-schema-drift-detector@1.0.0) Cloudflare Workers MCP server: api-schema-drift-detector installs: remote:https://api.lazy-mac.com/api-schema-drift-detector/mcp detail: https://mcpindex.ai/server/io-github-lazymac2x-api-schema-drift-detector - io.github.lazymac2x/blog (io.github.lazymac2x/blog@1.0.0) Cloudflare Workers MCP server: blog installs: remote:https://api.lazy-mac.com/blog/mcp detail: https://mcpindex.ai/server/io-github-lazymac2x-blog - io.github.lazymac2x/citation-verifier (io.github.lazymac2x/citation-verifier@1.0.0) Cloudflare Workers MCP server: citation-verifier installs: remote:https://api.lazy-mac.com/citation-verifier/mcp detail: https://mcpindex.ai/server/io-github-lazymac2x-citation-verifier - io.github.lazymac2x/claude-skill-validator (io.github.lazymac2x/claude-skill-validator@1.0.0) Cloudflare Workers MCP server: claude-skill-validator installs: remote:https://api.lazy-mac.com/claude-skill-validator/mcp detail: https://mcpindex.ai/server/io-github-lazymac2x-claude-skill-validator - io.github.lazymac2x/code-explainer (io.github.lazymac2x/code-explainer@1.0.0) Cloudflare Workers MCP server: code-explainer installs: remote:https://api.lazy-mac.com/code-explainer/mcp detail: https://mcpindex.ai/server/io-github-lazymac2x-code-explainer - io.github.lazymac2x/code-pattern-risk-scanner (io.github.lazymac2x/code-pattern-risk-scanner@1.0.0) Cloudflare Workers MCP server: code-pattern-risk-scanner installs: remote:https://api.lazy-mac.com/code-pattern-risk-scanner/mcp detail: https://mcpindex.ai/server/io-github-lazymac2x-code-pattern-risk-scanner - io.github.lazymac2x/color-palette (io.github.lazymac2x/color-palette@1.0.0) Cloudflare Workers MCP server: color-palette installs: remote:https://api.lazy-mac.com/color-palette/mcp detail: https://mcpindex.ai/server/io-github-lazymac2x-color-palette - io.github.lazymac2x/cron-collision-detector (io.github.lazymac2x/cron-collision-detector@1.0.0) Cloudflare Workers MCP server: cron-collision-detector installs: remote:https://api.lazy-mac.com/cron-collision-detector/mcp detail: https://mcpindex.ai/server/io-github-lazymac2x-cron-collision-detector - io.github.lazymac2x/cron-monitor (io.github.lazymac2x/cron-monitor@1.0.0) Cloudflare Workers MCP server: cron-monitor installs: remote:https://api.lazy-mac.com/cron-monitor/mcp detail: https://mcpindex.ai/server/io-github-lazymac2x-cron-monitor - io.github.lazymac2x/cron-parser (io.github.lazymac2x/cron-parser@1.0.0) Cloudflare Workers MCP server: cron-parser installs: remote:https://api.lazy-mac.com/cron-parser/mcp detail: https://mcpindex.ai/server/io-github-lazymac2x-cron-parser - io.github.lazymac2x/crypto-signal (io.github.lazymac2x/crypto-signal@1.0.0) Cloudflare Workers MCP server: crypto-signal installs: remote:https://api.lazy-mac.com/crypto-signal/mcp detail: https://mcpindex.ai/server/io-github-lazymac2x-crypto-signal - io.github.lazymac2x/data-transform (io.github.lazymac2x/data-transform@1.0.0) Cloudflare Workers MCP server: data-transform installs: remote:https://api.lazy-mac.com/data-transform/mcp detail: https://mcpindex.ai/server/io-github-lazymac2x-data-transform - io.github.lazymac2x/diff-patch-tools (io.github.lazymac2x/diff-patch-tools@1.0.0) Cloudflare Workers MCP server: diff-patch-tools installs: remote:https://api.lazy-mac.com/diff-patch-tools/mcp detail: https://mcpindex.ai/server/io-github-lazymac2x-diff-patch-tools - io.github.lazymac2x/domain-intel (io.github.lazymac2x/domain-intel@1.0.0) Cloudflare Workers MCP server: domain-intel installs: remote:https://api.lazy-mac.com/domain-intel/mcp detail: https://mcpindex.ai/server/io-github-lazymac2x-domain-intel - io.github.lazymac2x/env-blueprint-validator (io.github.lazymac2x/env-blueprint-validator@1.0.0) Cloudflare Workers MCP server: env-blueprint-validator installs: remote:https://api.lazy-mac.com/env-blueprint-validator/mcp detail: https://mcpindex.ai/server/io-github-lazymac2x-env-blueprint-validator - io.github.lazymac2x/font-metadata (io.github.lazymac2x/font-metadata@1.0.0) Cloudflare Workers MCP server: font-metadata installs: remote:https://api.lazy-mac.com/font-metadata/mcp detail: https://mcpindex.ai/server/io-github-lazymac2x-font-metadata - io.github.lazymac2x/form-backend (io.github.lazymac2x/form-backend@1.0.0) Cloudflare Workers MCP server: form-backend installs: remote:https://api.lazy-mac.com/form-backend/mcp detail: https://mcpindex.ai/server/io-github-lazymac2x-form-backend - io.github.lazymac2x/govdata-korea (io.github.lazymac2x/govdata-korea@1.0.0) Cloudflare Workers MCP server: govdata-korea installs: remote:https://api.lazy-mac.com/govdata-korea/mcp detail: https://mcpindex.ai/server/io-github-lazymac2x-govdata-korea - io.github.lazymac2x/graphql-dos-shield (io.github.lazymac2x/graphql-dos-shield@1.0.0) Cloudflare Workers MCP server: graphql-dos-shield installs: remote:https://api.lazy-mac.com/graphql-dos-shield/mcp detail: https://mcpindex.ai/server/io-github-lazymac2x-graphql-dos-shield - io.github.lazymac2x/graphql-rest-bridge (io.github.lazymac2x/graphql-rest-bridge@1.0.0) Cloudflare Workers MCP server: graphql-rest-bridge installs: remote:https://api.lazy-mac.com/graphql-rest-bridge/mcp detail: https://mcpindex.ai/server/io-github-lazymac2x-graphql-rest-bridge - io.github.lazymac2x/interactive-api-playground (io.github.lazymac2x/interactive-api-playground@1.0.0) Cloudflare Workers MCP server: interactive-api-playground installs: remote:https://api.lazy-mac.com/interactive-api-playground/mcp detail: https://mcpindex.ai/server/io-github-lazymac2x-interactive-api-playground - io.github.lazymac2x/mcpwatch (io.github.lazymac2x/mcpwatch@0.1.1) Audit MCP servers from inside Claude Code. 10 OWASP checks, A-F grade, live leaderboard. installs: npm:mcpwatch-mcp detail: https://mcpindex.ai/server/io-github-lazymac2x-mcpwatch - io.github.lazymac2x/smart-data-extractor (io.github.lazymac2x/smart-data-extractor@1.0.0) smart-data-extractor MCP server on Cloudflare Workers · REST + MCP JSON-RPC · free tier installs: npm:lazymac-mcp-smart-data-extractor | remote:https://api.lazy-mac.com/smart-data-extractor/mcp detail: https://mcpindex.ai/server/io-github-lazymac2x-smart-data-extractor - io.github.lchampz/heimdall (io.github.lchampz/heimdall@1.0.1) 🛡️ MCP Heimdall - Advanced Environment Architect & Diagnostic Tool. installs: npm:@lchampz/mcp-heimdall detail: https://mcpindex.ai/server/io-github-lchampz-heimdall - Leadbay (io.github.leadbay/leadbay-mcp@0.28.0) AI lead discovery, qualification, and outreach prep on your Leadbay account. installs: npm:@leadbay/mcp | remote:https://mcp.leadbay.app/mcp detail: https://mcpindex.ai/server/io-github-leadbay-leadbay-mcp - io.github.leadpipe-com/leadpipe (io.github.leadpipe-com/leadpipe@0.2.1) Official MCP server for Leadpipe intent and data APIs. installs: npm:@leadpipe/mcp detail: https://mcpindex.ai/server/io-github-leadpipe-com-leadpipe - io.github.leakferrethq/leakferret (io.github.leakferrethq/leakferret@0.1.13) Context-aware secret scanner: lets an AI agent scan, verify, and rewrite secrets before committing. installs: npm:@leakferret/mcp detail: https://mcpindex.ai/server/io-github-leakferrethq-leakferret - io.github.legann/repovine (io.github.legann/repovine@0.1.1) Checkout-local repository context graph over MCP; `npx repovine setup` wires skills, agents, hooks. installs: npm:repovine detail: https://mcpindex.ai/server/io-github-legann-repovine - io.github.lemmaoracle/mcp (io.github.lemmaoracle/mcp@0.0.17) Verifiable provenance for AI agents — ZK proofs over confidential documents, no plaintext exposure. installs: npm:@lemmaoracle/mcp | remote:https://mcp.lemma.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-lemmaoracle-mcp - io.github.lennney/mcp-slim-guard (io.github.lennney/mcp-slim-guard@0.1.1-alpha.1) 76% fewer MCP tokens in our standard benchmark. Same upstream call. Exact recovery. installs: npm:mcp-slim-guard detail: https://mcpindex.ai/server/io-github-lennney-mcp-slim-guard - Coach Leo (io.github.leo-runningcoach/coachleo@1.0.0) AI running coach powered by Strava data, science-backed training plans, and community challenges. installs: remote:https://mcp.coachleo.ai/mcp detail: https://mcpindex.ai/server/io-github-leo-runningcoach-coachleo - Intent-Verified Development (IVD) (io.github.leocelis/ivd@3.1.2) 33 tools that make AI write, implement, and verify intent against explicit, testable constraints. installs: remote:https://mcp.ivdframework.dev/mcp detail: https://mcpindex.ai/server/io-github-leocelis-ivd - io.github.leonardomso/luca-mcp (io.github.leonardomso/luca-mcp@0.1.1) Work your Luca workspace from any MCP client: 67 tools for leads, conversations, and campaigns. installs: npm:@setluca/mcp detail: https://mcpindex.ai/server/io-github-leonardomso-luca-mcp - AgentFlow (io.github.leonidahqadmin-cell/agentflow@1.0.0) Wash/sybil screening + Real-Agent Index for Base wallets — real agent or fake-volume sybil? installs: remote:https://agentflow.watch/mcp detail: https://mcpindex.ai/server/io-github-leonidahqadmin-cell-agentflow - TO1 Intelligence Fleet (io.github.leonidahqadmin-cell/to1-fleet@1.0.1) 297 data tools across 90 MCP servers via one gateway. Free trial header; x402 USDC on Base. installs: remote:https://to1.deadbeatradar.com/mcp/fleet detail: https://mcpindex.ai/server/io-github-leonidahqadmin-cell-to1-fleet - Fusión Studio AI — Branding Tools (io.github.leonsm/fusion-studio-branding@1.0.0) Brand audits, visual catalogs, AI proposals & checkout for LATAM SMBs. Full funnel via MCP. installs: remote:https://app.thefusion.studio/api/mcp detail: https://mcpindex.ai/server/io-github-leonsm-fusion-studio-branding - io.github.lesofi/handinloop-mcp-server (io.github.lesofi/handinloop-mcp-server@0.4.0) Human-in-the-loop document extraction: submit a doc, get validated fields and an audit trail. installs: npm:handinloop-mcp-server detail: https://mcpindex.ai/server/io-github-lesofi-handinloop-mcp-server - io.github.let-sunny/canicode (io.github.let-sunny/canicode@0.5.2) Analyze Figma designs for dev & AI readiness. 39 rules, scoring, HTML reports. installs: npm:canicode detail: https://mcpindex.ai/server/io-github-let-sunny-canicode - io.github.letom1176-spec/orchard-data-mcp (io.github.letom1176-spec/orchard-data-mcp@1.2.0) Pay-per-call market data for AI agents via x402 (USDC on Base): regime, track record, catalysts. installs: npm:orchard-data-mcp detail: https://mcpindex.ai/server/io-github-letom1176-spec-orchard-data-mcp - io.github.levelsofself/ai-ops (io.github.levelsofself/ai-ops@1.0.1) AI operations management: 12 specialized agents, task dispatch, and team coordination. installs: npm:palyan-ai-ops-mcp-server detail: https://mcpindex.ai/server/io-github-levelsofself-ai-ops - io.github.levelsofself/self-awareness-game (io.github.levelsofself/self-awareness-game@1.0.1) Play self-awareness scenarios across 7 levels. 6,800+ coaching scenarios via MCP. installs: npm:levels-of-self-mcp-server detail: https://mcpindex.ai/server/io-github-levelsofself-self-awareness-game - Hex Graph (io.github.levnikolaevich/hex-graph-mcp@0.21.1) Deterministic layered code graph MCP server with framework overlays and SCIP interop. installs: npm:@levnikolaevich/hex-graph-mcp detail: https://mcpindex.ai/server/io-github-levnikolaevich-hex-graph-mcp - Hex SSH (io.github.levnikolaevich/hex-ssh-mcp@1.9.2) Token-efficient SSH MCP with hash-verified files and persistent tmux sessions. 14 tools. installs: npm:@levnikolaevich/hex-ssh-mcp detail: https://mcpindex.ai/server/io-github-levnikolaevich-hex-ssh-mcp - io.github.lexsocket/mcp-eurlex (io.github.lexsocket/mcp-eurlex@1.0.7) Eurlex MCP client: Access EU law & Official Journal. https://www.lexsocket.ai/ installs: remote:https://mcp.lexsocket.ai/eurlex/ detail: https://mcpindex.ai/server/io-github-lexsocket-mcp-eurlex - Contaí — Calculadoras Fiscais Brasileiras (io.github.lfhillesheim/contai-mcp-server@0.5.1) 32 ferramentas MCP de cálculo fiscal/trabalhista BR (CLT, INSS, IRRF, PJ, finanças, saúde). installs: npm:@contai-evoluke/mcp-server detail: https://mcpindex.ai/server/io-github-lfhillesheim-contai-mcp-server - IT桔子 MCP (io.github.lgyers/itjuzi-mcp@0.1.0) Hosted MCP for IT桔子 primary market company, funding, investor and sector data. installs: remote:https://mcp.itjuzi.com/mcp detail: https://mcpindex.ai/server/io-github-lgyers-itjuzi-mcp - ComplianceCN 跨境电商出海合规预检 (io.github.liamohtee/agentcn@0.3.1) 出海合规预检 · Source-cited EU/US/UK/AU market-access checks for cross-border sellers installs: remote:https://compliancecn.netlify.app/mcp detail: https://mcpindex.ai/server/io-github-liamohtee-agentcn - AgentPub — Public Chat for AI Agents (io.github.liboy119/agentpub@0.1.5) Public, agent-native chat for AI agents. 6 channels. Zero auth. MCP + A2A + WebSocket. installs: manual detail: https://mcpindex.ai/server/io-github-liboy119-agentpub - Share HTML (io.github.lifeodyssey/share-html@0.1.0) Create sandboxed public-unlisted or access-key-protected HTML previews through a remote MCP server. installs: remote:https://share-html.zhenjiazhou0127.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-lifeodyssey-share-html - io.github.lifestylearb/tokenmonkey (io.github.lifestylearb/tokenmonkey@0.1.1) P2P wagering protocol for AI agents on Solana. Coinflip & dice challenges for USDC. installs: npm:tokenmonkey-mcp-server detail: https://mcpindex.ai/server/io-github-lifestylearb-tokenmonkey - io.github.lightnet19/pddikti-mcp-server (io.github.lightnet19/pddikti-mcp-server@0.1.1) MCP server untuk pencarian data PDDikti: perguruan tinggi, dosen, mahasiswa, prodi (9 tools). installs: pypi:pddikti-mcp-server detail: https://mcpindex.ai/server/io-github-lightnet19-pddikti-mcp-server - io.github.lightnet19/sinta-mcp-server (io.github.lightnet19/sinta-mcp-server@0.1.1) MCP server untuk pencarian dosen, jurnal, dan artikel SINTA Indonesia (9 tools). installs: pypi:sinta-mcp-server detail: https://mcpindex.ai/server/io-github-lightnet19-sinta-mcp-server - LightNow MCP Proxy (io.github.lightnow-ai/lightnow-proxy@1.8.0) Connect your AI clients to your MCP servers—securely managed in one place. installs: pypi:lightnow-proxy detail: https://mcpindex.ai/server/io-github-lightnow-ai-lightnow-proxy - fittok (io.github.likhithreddy/fittok@0.11.0) Retrieve only the relevant code for a codebase question, within a token budget. installs: pypi:fittok detail: https://mcpindex.ai/server/io-github-likhithreddy-fittok - Patchrooms (io.github.liknenS/patchrooms@1.0.0) Agent-ready feedback for AI-built apps — read and close UI feedback reports over MCP. installs: remote:https://room.patchrooms.com/mcp detail: https://mcpindex.ai/server/io-github-liknens-patchrooms - lilo Vacation Rentals (io.github.lilo-property/mcp-server@1.1.0) Vacation rental discovery, direct booking, and property protection for AI agents. installs: remote:https://mcp.lilo.property/mcp detail: https://mcpindex.ai/server/io-github-lilo-property-mcp-server - io.github.liminalpepe/agent-guard-mcp (io.github.liminalpepe/agent-guard-mcp@0.2.1) Verify-before-act safety checks for AI agents: packages, lockfiles, manifests, CI workflows. installs: npm:@liminallablibs/agent-guard-mcp detail: https://mcpindex.ai/server/io-github-liminalpepe-agent-guard-mcp - io.github.liminalpepe/x402-dataviz-mcp (io.github.liminalpepe/x402-dataviz-mcp@0.1.0) Free MCP server: render bar/line/area charts to SVG from structured data. installs: npm:x402-dataviz-mcp detail: https://mcpindex.ai/server/io-github-liminalpepe-x402-dataviz-mcp - LemonLDAP::NG MCP Server (io.github.linagora/llng-mcp@0.1.1) Manage LemonLDAP::NG SSO instances: configuration, sessions, OIDC, SAML, 2FA. installs: npm:llng-mcp detail: https://mcpindex.ai/server/io-github-linagora-llng-mcp - Lindo AI (io.github.lindoai/mcp-server@1.1.1) Create and manage Lindo AI websites, pages, blogs, clients, and credits from any MCP client. installs: npm:@lindoai/mcp-server | remote:https://mcp.lindo.ai/mcp detail: https://mcpindex.ai/server/io-github-lindoai-mcp-server - io.github.lineai-intelligence/lineai-mcp-server (io.github.lineai-intelligence/lineai-mcp-server@1.3.1) An MCP Server to utilize Lineai's rich software dependency data in your AI programming assistant. installs: pypi:lineai-mcp-server detail: https://mcpindex.ai/server/io-github-lineai-intelligence-lineai-mcp-server - Frankfurter (io.github.lineofflight/frankfurter@0.4.3) Convert currencies and fetch blended FX rates from 50+ institutional sources. installs: remote:https://mcp.frankfurter.dev/ detail: https://mcpindex.ai/server/io-github-lineofflight-frankfurter - io.github.linhnnmt/genai-capture (io.github.linhnnmt/genai-capture@1.0.1) Capture & annotate your screen from an AI agent: arrows, boxes, text, highlight, blur/redact. installs: npm:genai-capture-mcp detail: https://mcpindex.ai/server/io-github-linhnnmt-genai-capture - DeepThonk (io.github.linxule/deepthonk@0.3.0) Provider-neutral OpenDeepThink reasoning server: generate, judge, rank, mutate. installs: npm:deepthonk detail: https://mcpindex.ai/server/io-github-linxule-deepthonk - Durable Thinking (io.github.linxule/durable-thinking@3.1.2) Self-hosted persistent sequential thinking with private history and MCP App visualization. installs: remote:https://{worker_host}/mcp-compat detail: https://mcpindex.ai/server/io-github-linxule-durable-thinking - Lotus Wisdom (io.github.linxule/lotus-wisdom@0.8.0) Contemplative reasoning with Lotus Sutra wisdom framework and ext-apps visualization. installs: npm:lotus-wisdom-mcp | remote:https://lotus-wisdom-mcp.linxule.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-linxule-lotus-wisdom - Music Studio (io.github.linxule/mcp-music-studio@0.4.3) Music studio: ABC notation composition and Strudel live coding with ext-apps UI. installs: npm:mcp-music-studio | remote:https://mcp-music-studio.linxule.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-linxule-mcp-music-studio - Vox MCP (io.github.linxule/vox-mcp@0.5.0) Multi-model AI gateway — 8 providers plus local models, no system prompt injection. installs: pypi:vox-mcp detail: https://mcpindex.ai/server/io-github-linxule-vox-mcp - liquefy-ui (io.github.liquefy-ui/liquefy-ui@0.1.4) Answers questions about liquefy-ui from its real API surface, so an agent stops inventing props. installs: npm:@liquefy-ui/mcp detail: https://mcpindex.ai/server/io-github-liquefy-ui-liquefy-ui - Liquibase Changelog MCP Server (io.github.liquibase/changelog-mcp-server@1.0.0) Convert natural language into validated Liquibase XML or SQL changesets. 19 tools, 12 databases. installs: docker:ghcr.io/liquibase/liquibase-mcp-changelog-server:1.0.0 detail: https://mcpindex.ai/server/io-github-liquibase-changelog-mcp-server - io.github.lisamaraventano-spine/firstdollar (io.github.lisamaraventano-spine/firstdollar@1.0.7) An MCP that teaches AI agents to use the wallets they already have. Teacher, not butler. installs: npm:firstdollar detail: https://mcpindex.ai/server/io-github-lisamaraventano-spine-firstdollar - Listing Bureau - Amazon Organic Ranking MCP Server (io.github.listingbureau/listingbureau-mcp@0.1.11) Amazon organic ranking MCP server. Run campaigns, track positions, monitor rank movement. installs: npm:listingbureau-mcp detail: https://mcpindex.ai/server/io-github-listingbureau-listingbureau-mcp - io.github.littleblakew/msds-chain (io.github.littleblakew/msds-chain@1.5.9) Chemical safety intelligence — 23 tools: compatibility, hazards, PPE, compliance, SDS lookup installs: npm:msds-chain-mcp detail: https://mcpindex.ai/server/io-github-littleblakew-msds-chain - io.github.liveplex-cpu/fiber (io.github.liveplex-cpu/fiber@1.1.0) Optical ops MCP for AI DCs — gNMI, ML RUL, Digital Twin, NCCL, SPARQL semantic installs: pypi:fiber-mcp detail: https://mcpindex.ai/server/io-github-liveplex-cpu-fiber - io.github.livetennisapi/livetennisapi-mcp (io.github.livetennisapi/livetennisapi-mcp@1.4.0) Live tennis scores, players, rankings, odds and win-probability. ATP, WTA, Challenger, ITF, juniors. installs: npm:livetennisapi-mcp | remote:https://mcp.livetennisapi.com/mcp detail: https://mcpindex.ai/server/io-github-livetennisapi-livetennisapi-mcp - One Person Company OS (io.github.living-hi/one-person-company-os@1.0.3) Build and update a visual operating cockpit for AI-native solo founders. installs: docker:ghcr.io/living-hi/one-person-company-os-mcp:1.0.3 detail: https://mcpindex.ai/server/io-github-living-hi-one-person-company-os - io.github.lixiaolin94/skia-studio (io.github.lixiaolin94/skia-studio@0.2.1) MCP bridge to a live Skia Studio tab: AGSL/SkSL shader authoring, graph editing, screenshots. installs: npm:skia-studio-mcp detail: https://mcpindex.ai/server/io-github-lixiaolin94-skia-studio - io.github.lizhuojunx86/chinese-history-mcp (io.github.lizhuojunx86/chinese-history-mcp@0.3.0) Traceable Chinese-history MCP: 4 cited tools over 9 classical texts (pre-Qin to Wei-Jin). installs: pypi:chinese-history-mcp detail: https://mcpindex.ai/server/io-github-lizhuojunx86-chinese-history-mcp - io.github.lj22503/invest-brain (io.github.lj22503/invest-brain@0.1.1) A-share investment research: quotes, financials, behavior patterns, and trading journals. installs: manual detail: https://mcpindex.ai/server/io-github-lj22503-invest-brain - io.github.ljcl/gaggiuino-mcp (io.github.ljcl/gaggiuino-mcp@3.0.0) Remote MCP server for your Gaggiuino espresso machine's shots and profiles installs: docker:ghcr.io/ljcl/gaggiuino-mcp:3.0.0 detail: https://mcpindex.ai/server/io-github-ljcl-gaggiuino-mcp - io.github.ljcl/strava-mcp (io.github.ljcl/strava-mcp@2.12.0) Remote MCP server for your Strava activities, segments, and routes installs: docker:ghcr.io/ljcl/strava-mcp:2.12.0 detail: https://mcpindex.ai/server/io-github-ljcl-strava-mcp - io.github.llmops-pro/albyhub-admin-mcp (io.github.llmops-pro/albyhub-admin-mcp@0.1.2) Admin an Alby Hub Lightning node from an agent: info, balances, channels; safety-gated writes. installs: npm:albyhub-admin-mcp detail: https://mcpindex.ai/server/io-github-llmops-pro-albyhub-admin-mcp - io.github.llmops-pro/marketplace-mcp (io.github.llmops-pro/marketplace-mcp@0.2.3) Publish Nostr marketplace listings (NIP-15 + Shopstr kinds 30019/30402) so agents can run a store. installs: npm:marketplace-mcp detail: https://mcpindex.ai/server/io-github-llmops-pro-marketplace-mcp - io.github.llmops-pro/paywall-mcp (io.github.llmops-pro/paywall-mcp@0.1.2) Lightning-paywall sidecar: wraps any stdio MCP server, requires paid invoices before tool calls. installs: npm:paywall-mcp detail: https://mcpindex.ai/server/io-github-llmops-pro-paywall-mcp - PaperBanana (io.github.llmsresearch/paperbanana@0.1.1) Generate academic diagrams and statistical plots from text using multi-agent AI. installs: pypi:paperbanana detail: https://mcpindex.ai/server/io-github-llmsresearch-paperbanana - AIShield Security Scanner (io.github.lm203688/aishield@4.2.2) Scans MCP servers for tool poisoning, prompt injection and supply chain risks. installs: npm:aishield-mcp-server | remote:https://aishield.tools/api/v1/mcp detail: https://mcpindex.ai/server/io-github-lm203688-aishield - io.github.lmaniraruta/agentstorefront (io.github.lmaniraruta/agentstorefront@0.1.1) MCP for AgentStorefront — discover, price, and subscribe to paid agent services. installs: npm:@lfidele/agentstorefront-mcp detail: https://mcpindex.ai/server/io-github-lmaniraruta-agentstorefront - io.github.lmaniraruta/license-verify-mcp (io.github.lmaniraruta/license-verify-mcp@0.1.3) Verify US contractor license + surety bond + insurance from official state data. WA live, CA beta. installs: npm:license-verify-mcp detail: https://mcpindex.ai/server/io-github-lmaniraruta-license-verify-mcp - io.github.lmwharton/sieve-mcp (io.github.lmwharton/sieve-mcp@0.1.4) AI startup due diligence — screen companies across 7 dimensions, get a Sieve Score. installs: pypi:sieve-mcp detail: https://mcpindex.ai/server/io-github-lmwharton-sieve-mcp - Lobu (io.github.lobu-ai/lobu@0.2.0) Shared, permission-aware company context for AI agents, with provenance, approvals and audit. installs: remote:https://lobu.ai/mcp detail: https://mcpindex.ai/server/io-github-lobu-ai-lobu - io.github.localgov-jp/mcp-server (io.github.localgov-jp/mcp-server@0.2.3) Japan central + municipal subsidies (20,810 grants, 1,627 munis). 8 tools beyond Jグランツ MCP. installs: npm:@localgov-jp/mcp-server | remote:https://localgov.jp/mcp detail: https://mcpindex.ai/server/io-github-localgov-jp-mcp-server - io.github.localseodata/mcp-server (io.github.localseodata/mcp-server@1.0.1) 42 local SEO tools for AI assistants. SERP tracking, reviews, keywords, audits, and more. installs: npm:@localseodata/mcp-server detail: https://mcpindex.ai/server/io-github-localseodata-mcp-server - io.github.localstack/localstack-mcp-server (io.github.localstack/localstack-mcp-server@0.5.0) A LocalStack MCP Server providing essential tools for local cloud development & testing installs: npm:@localstack/localstack-mcp-server detail: https://mcpindex.ai/server/io-github-localstack-localstack-mcp-server - Agent Guardrails (io.github.logi-cmd/agent-guardrails@0.3.3) Merge gates and safety checks for AI coding agents via MCP. installs: npm:agent-guardrails detail: https://mcpindex.ai/server/io-github-logi-cmd-agent-guardrails - Lolik Trend Radar (io.github.lolikai/lolik-mcp@0.3.2) Live trends → money-ready intelligence: forecasts, virality scores, opportunities, daily briefs. installs: npm:@lolikai/mcp detail: https://mcpindex.ai/server/io-github-lolikai-lolik-mcp - CiteGuard (io.github.lonexreb/retractguard@0.1.2) Open watchdog for retracted & problematic citations: Retraction Watch, OpenAlex, Crossref. installs: pypi:retractguard detail: https://mcpindex.ai/server/io-github-lonexreb-retractguard - io.github.lonniev/cypher-mcp (io.github.lonniev/cypher-mcp@0.8.0) Monetized graph answers via named Cypher queries — Tollbooth DPYC operator installs: remote:https://cypher-mcp.fastmcp.app/mcp detail: https://mcpindex.ai/server/io-github-lonniev-cypher-mcp - io.github.lonniev/dpyc-oracle (io.github.lonniev/dpyc-oracle@0.2.15) DPYC Social Contract community concierge — free MCP for membership, governance, and onboarding installs: remote:https://dpyc-oracle.fastmcp.app/mcp detail: https://mcpindex.ai/server/io-github-lonniev-dpyc-oracle - io.github.lonniev/excalibur-mcp (io.github.lonniev/excalibur-mcp@0.39.0) FastMCP server for posting formatted content to X (Twitter) — Tollbooth-monetized, DPYC-native installs: remote:https://excalibur-mcp.fastmcp.app/mcp detail: https://mcpindex.ai/server/io-github-lonniev-excalibur-mcp - io.github.lonniev/optionality-mcp (io.github.lonniev/optionality-mcp@0.6.14) Optionality — AI-judged options trading drill, Tollbooth-monetized MCP server installs: remote:https://optionality-mcp.fastmcp.app/mcp detail: https://mcpindex.ai/server/io-github-lonniev-optionality-mcp - io.github.lonniev/schwab-mcp (io.github.lonniev/schwab-mcp@0.13.0) Multi-tenant FastMCP server for Charles Schwab brokerage data, monetized via DPYC Tollbooth installs: remote:https://schwab-mcp.fastmcp.app/mcp detail: https://mcpindex.ai/server/io-github-lonniev-schwab-mcp - io.github.lonniev/taxsort-mcp (io.github.lonniev/taxsort-mcp@0.30.1) TaxSort — Tollbooth-monetized MCP server for personal tax transaction classification installs: remote:https://taxsort-mcp.fastmcp.app/mcp detail: https://mcpindex.ai/server/io-github-lonniev-taxsort-mcp - io.github.lonniev/tollbooth-authority (io.github.lonniev/tollbooth-authority@0.11.3) Tollbooth Authority — Certified Purchase Order Service for DPYC operators installs: remote:https://tollbooth-authority.fastmcp.app/mcp detail: https://mcpindex.ai/server/io-github-lonniev-tollbooth-authority - io.github.lonniev/tollbooth-authority-newengland (io.github.lonniev/tollbooth-authority-newengland@0.5.3) Tollbooth Authority New England — sub-regional certifier under North America installs: remote:https://tollbooth-authority-newengland.fastmcp.app/mcp detail: https://mcpindex.ai/server/io-github-lonniev-tollbooth-authority-newengland - io.github.lonniev/tollbooth-authority-northamerica (io.github.lonniev/tollbooth-authority-northamerica@0.5.3) Tollbooth Authority — North America regional certifier installs: remote:https://tollbooth-authority-northamerica.fastmcp.app/mcp detail: https://mcpindex.ai/server/io-github-lonniev-tollbooth-authority-northamerica - io.github.lonniev/tollbooth-oauth2-collector (io.github.lonniev/tollbooth-oauth2-collector@0.2.5) Unauthenticated OAuth2 callback collector for Tollbooth MCP services installs: remote:https://tollbooth-oauth2-collector.fastmcp.app/mcp detail: https://mcpindex.ai/server/io-github-lonniev-tollbooth-oauth2-collector - Loomle MCP for Unreal (io.github.loomle/loomle@0.7.11) Structured, verifiable Unreal Engine editing for AI agents. installs: manual detail: https://mcpindex.ai/server/io-github-loomle-loomle - AIIM — AI Instant Messenger (io.github.lordbasilaiassistant-sudo/aiim-mcp@1.0.2) Connect any agent to AIIM, a live network where AI agents chat, collaborate, and form companies. installs: npm:aiim-mcp detail: https://mcpindex.ai/server/io-github-lordbasilaiassistant-sudo-aiim-mcp - io.github.lordbasilaiassistant-sudo/base-flash-arb-mcp (io.github.lordbasilaiassistant-sudo/base-flash-arb-mcp@1.0.2) MCP server for AI agents to detect flash loan arbitrage opportunities across DEXes on Base. Scan Uni installs: npm:base-flash-arb-mcp detail: https://mcpindex.ai/server/io-github-lordbasilaiassistant-sudo-base-flash-arb-mcp - io.github.lordbasilaiassistant-sudo/base-gasless-deploy-mcp (io.github.lordbasilaiassistant-sudo/base-gasless-deploy-mcp@1.0.2) MCP server for AI agents to deploy ERC-20 tokens on Base with zero gas fees via CDP Paymaster. Gasle installs: npm:base-gasless-deploy-mcp detail: https://mcpindex.ai/server/io-github-lordbasilaiassistant-sudo-base-gasless-deploy-mcp - io.github.lordbasilaiassistant-sudo/base-multi-wallet-mcp (io.github.lordbasilaiassistant-sudo/base-multi-wallet-mcp@1.0.2) MCP server for AI agents to manage multiple wallets with coordinated trading and batch operations on installs: npm:base-multi-wallet-mcp detail: https://mcpindex.ai/server/io-github-lordbasilaiassistant-sudo-base-multi-wallet-mcp - io.github.lordbasilaiassistant-sudo/base-token-sniper (io.github.lordbasilaiassistant-sudo/base-token-sniper@1.0.2) MCP server to discover and trade new token launches on Base chain. installs: npm:base-token-sniper-mcp detail: https://mcpindex.ai/server/io-github-lordbasilaiassistant-sudo-base-token-sniper - io.github.lordbasilaiassistant-sudo/base-wallet-toolkit (io.github.lordbasilaiassistant-sudo/base-wallet-toolkit@1.0.2) MCP server for Base wallet interactions: balances, gas, tokens, allowances, ENS. installs: npm:base-wallet-toolkit-mcp detail: https://mcpindex.ai/server/io-github-lordbasilaiassistant-sudo-base-wallet-toolkit - io.github.lordbasilaiassistant-sudo/defi-orchestrator (io.github.lordbasilaiassistant-sudo/defi-orchestrator@1.0.2) Multi-step DeFi strategy orchestration — swaps, lending, yields on Base/EVM installs: npm:@thryx/defi-orchestrator-mcp-server detail: https://mcpindex.ai/server/io-github-lordbasilaiassistant-sudo-defi-orchestrator - io.github.lordbasilaiassistant-sudo/gas-paymaster (io.github.lordbasilaiassistant-sudo/gas-paymaster@1.0.2) Gas credit management and sponsored transactions via The Agent Cafe paymaster installs: npm:@thryx/gas-paymaster-mcp-server detail: https://mcpindex.ai/server/io-github-lordbasilaiassistant-sudo-gas-paymaster - io.github.lordbasilaiassistant-sudo/multi-wallet (io.github.lordbasilaiassistant-sudo/multi-wallet@1.0.2) Multi-wallet management for AI agents — generate, distribute, consolidate on EVM installs: npm:@thryx/multi-wallet-mcp-server detail: https://mcpindex.ai/server/io-github-lordbasilaiassistant-sudo-multi-wallet - io.github.lordbasilaiassistant-sudo/obsd-launchpad (io.github.lordbasilaiassistant-sudo/obsd-launchpad@1.0.7) MCP server for AI agents to deploy tokens on Base. One command launch, earn OBSD forever. installs: npm:obsd-launchpad-mcp detail: https://mcpindex.ai/server/io-github-lordbasilaiassistant-sudo-obsd-launchpad - ThryxProtocol MCP Server (io.github.lordbasilaiassistant-sudo/thryx-mcp-server@1.5.0) ThryxProtocol v3.1 — gasless AI agent launchpad on Base. 21 tools wrap thryx.fun HTTP API. installs: npm:@thryx/mcp-server detail: https://mcpindex.ai/server/io-github-lordbasilaiassistant-sudo-thryx-mcp-server - io.github.lordbasilaiassistant-sudo/thryx-portfolio (io.github.lordbasilaiassistant-sudo/thryx-portfolio@1.0.0) Read-only MCP server for the THRYX onchain portfolio (14 contracts on Base mainnet). installs: npm:@thryx/portfolio-mcp-server detail: https://mcpindex.ai/server/io-github-lordbasilaiassistant-sudo-thryx-portfolio - io.github.lordolami/poldex (io.github.lordolami/poldex@0.0.3) MCP server exposing PolDex commercial insurance extraction tools to AI agents. installs: npm:@poldex/mcp-server detail: https://mcpindex.ai/server/io-github-lordolami-poldex - io.github.loved0543-dotcom/kdata-gate (io.github.loved0543-dotcom/kdata-gate@0.1.0) Korean market data for AI agents: K-beauty/K-food products, Naver trends, stocks, real estate. installs: remote:https://kdata-gate.vercel.app/mcp detail: https://mcpindex.ai/server/io-github-loved0543-dotcom-kdata-gate - io.github.lozit/mcp-freestyle (io.github.lozit/mcp-freestyle@0.1.3) Read-only FreeStyle glucose sensor access via LibreLinkUp. Not a medical device. installs: npm:mcp-freestyle detail: https://mcpindex.ai/server/io-github-lozit-mcp-freestyle - LQWD Gateway (io.github.lqwdtech/gateway@3.0.0) Free Lightning faucet MCP — agents register, get an inbound channel, bootstrap an LDK node. installs: remote:https://api.lqwdclaw.bot/v1/mcp detail: https://mcpindex.ai/server/io-github-lqwdtech-gateway - SaturnZap (io.github.lqwdtech/saturnzap@1.3.2) Non-custodial Bitcoin Lightning (LDK) wallet for AI agents — pays L402 APIs from CLI or MCP. installs: pypi:saturnzap detail: https://mcpindex.ai/server/io-github-lqwdtech-saturnzap - MCP Sidecar (io.github.lsequeiraa/mcp-sidecar@0.3.2) Cross-platform MCP server for managing long-lived background processes from any MCP client installs: npm:mcp-sidecar detail: https://mcpindex.ai/server/io-github-lsequeiraa-mcp-sidecar - Python Exec Sandbox (io.github.lu-zhengda/mcp-python-exec-sandbox@0.1.5) Sandboxed Python execution for AI agents. PEP 723 inline deps, multi-version Python, zero pollution. installs: pypi:mcp-python-exec-sandbox detail: https://mcpindex.ai/server/io-github-lu-zhengda-mcp-python-exec-sandbox - io.github.luarss/openroad-mcp (io.github.luarss/openroad-mcp@0.5.3) The OpenROAD MCP server - interactive EDA sessions via Model Context Protocol installs: pypi:openroad-mcp | docker:ghcr.io/luarss/openroad-mcp:0.5.3 detail: https://mcpindex.ai/server/io-github-luarss-openroad-mcp - io.github.lucaslubi/fidacy-mcp (io.github.lucaslubi/fidacy-mcp@0.13.1) Action firewall for AI agents: blocks the wrong action before it runs, every verdict Ed25519-signed. installs: npm:@fidacy/mcp detail: https://mcpindex.ai/server/io-github-lucaslubi-fidacy-mcp - io.github.lucatrevisanii/colpero-mcp (io.github.lucatrevisanii/colpero-mcp@0.0.2) Query, navigate, and verify scenes on the Colpero spatial network from any MCP client. installs: npm:@colpero/mcp detail: https://mcpindex.ai/server/io-github-lucatrevisanii-colpero-mcp - io.github.lucle87/boo-mpp-mcp (io.github.lucle87/boo-mpp-mcp@1.0.0) Pay-per-call crypto data for AI agents. USDC.e on Tempo via MPP. No API key. installs: npm:boo-mpp-mcp detail: https://mcpindex.ai/server/io-github-lucle87-boo-mpp-mcp - io.github.lucle87/boo-x402-mcp (io.github.lucle87/boo-x402-mcp@1.0.1) Pay-per-call crypto data for AI agents. USDC on Base via x402. No API key. installs: npm:boo-x402-mcp detail: https://mcpindex.ai/server/io-github-lucle87-boo-x402-mcp - Codex CCXT MCP (io.github.lucyfox199818-collab/ccxt-mcp@0.1.0) Dry-run-first CCXT MCP with market, account, derivatives, and guarded trading tools. installs: docker:ghcr.io/lucyfox199818-collab/ccxt-mcp:0.1.0 detail: https://mcpindex.ai/server/io-github-lucyfox199818-collab-ccxt-mcp - pyscn (io.github.ludo-technologies/pyscn@1.29.0) Python code analysis for AI agents: complexity, dead code, clones, coupling, and a health score. installs: pypi:pyscn-mcp detail: https://mcpindex.ai/server/io-github-ludo-technologies-pyscn - Osigu RCM (io.github.luhkas2309/osigu-rcm@1.0.0) Gerencie cobranças, invoices e atendimentos do RCM da Osigu diretamente do seu agente de IA. installs: remote:https://dreamsteam-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-luhkas2309-osigu-rcm - io.github.luisbretasjr/routekit (io.github.luisbretasjr/routekit@1.0.0) Route optimization API for Brazil. Routes, distance matrices, and VRP solver. installs: npm:routekit-mcp | remote:https://routekit.nexterait.com.br/mcp detail: https://mcpindex.ai/server/io-github-luisbretasjr-routekit - io.github.lukebmandel-debug/alto-connector (io.github.lukebmandel-debug/alto-connector@1.0.0) Build an interactive timeline from your own materials — never from invented content. installs: manual detail: https://mcpindex.ai/server/io-github-lukebmandel-debug-alto-connector - BACH CodeCommander (io.github.lukisch/bach-codecommander-mcp@1.3.0) 17 tools for code analysis, JSON repair, encoding fix, format conversion, diff, and regex. installs: npm:bach-codecommander-mcp detail: https://mcpindex.ai/server/io-github-lukisch-bach-codecommander-mcp - n8n Manager MCP (io.github.lukisch/n8n-manager-mcp@0.1.0) MCP server for n8n workflow management -- view, create, sync and manage workflows via AI. installs: npm:n8n-manager-mcp detail: https://mcpindex.ai/server/io-github-lukisch-n8n-manager-mcp - open-compute (computer-use) (io.github.lukisch/open-compute-mcp@0.1.0-alpha.6) Model-agnostic computer-use MCP: screenshot, safety-gated actions, Windows UIA targeting. installs: npm:open-compute-mcp detail: https://mcpindex.ai/server/io-github-lukisch-open-compute-mcp - io.github.lulzasaur9192/agent-arcade-mcp (io.github.lulzasaur9192/agent-arcade-mcp@1.0.0) Play Chess, Go, Trading & more against AI agents on Agent Arcade with Elo rankings installs: npm:@lulzasaur9192/agent-arcade-mcp detail: https://mcpindex.ai/server/io-github-lulzasaur9192-agent-arcade-mcp - MITRE ATT&CK (io.github.luongnv89/mitre-mcp@0.3.1) MCP server exposing the MITRE ATT&CK framework via the official MCP Python SDK. installs: pypi:mitre-mcp detail: https://mcpindex.ai/server/io-github-luongnv89-mitre-mcp - io.github.luzomi/grandline-mcp (io.github.luzomi/grandline-mcp@0.2.2) Empirical maritime distances from real AIS tracks: 4 route variants, port lookup, bulk matrix installs: pypi:grandline-mcp detail: https://mcpindex.ai/server/io-github-luzomi-grandline-mcp - Xcatcher — Recent X Posts (io.github.lvpiggyqq/xcatcher@3.1.0) Fetch recent public X/Twitter posts by named handle for monitoring, comparison, OSINT, and research. installs: remote:https://xcatcher.top/mcp/ detail: https://mcpindex.ai/server/io-github-lvpiggyqq-xcatcher - io.github.lvsmanhole/clearscreen (io.github.lvsmanhole/clearscreen@1.0.0) Screen people & companies against 12 US sanctions & exclusion lists (OFAC, LEIE, SAM, Medicaid). installs: remote:https://clearscreen-mcp.mcpize.run/mcp detail: https://mcpindex.ai/server/io-github-lvsmanhole-clearscreen - OBSBOT Tiny 2 Camera Control (io.github.lxman/obsbot-mcp@0.6.3) Control an OBSBOT Tiny 2 camera: pan/tilt/zoom, AI tracking, focus, exposure, snapshots, recording installs: npm:obsbot-mcp detail: https://mcpindex.ai/server/io-github-lxman-obsbot-mcp - io.github.lzx3in/mcp-aliyun-domain (io.github.lzx3in/mcp-aliyun-domain@0.1.8) MCP server for Alibaba Cloud Domain - check availability, query details, list domains, create orders installs: npm:mcp-aliyun-domain detail: https://mcpindex.ai/server/io-github-lzx3in-mcp-aliyun-domain - m-dev-tools (io.github.m-dev-tools/m-dev-tools-mcp@0.2.4) MCP server wrapping the m-dev-tools catalog: route_intent, describe, verify. installs: pypi:m-dev-tools-mcp detail: https://mcpindex.ai/server/io-github-m-dev-tools-m-dev-tools-mcp - io.github.m2ai-mcp-servers/mcp-christensen (io.github.m2ai-mcp-servers/mcp-christensen@0.1.1) Clayton Christensen persona agent for strategic advisory using disruption theory installs: npm:mcp-christensen detail: https://mcpindex.ai/server/io-github-m2ai-mcp-servers-mcp-christensen - io.github.m2ai-mcp-servers/mcp-dyson-appliances (io.github.m2ai-mcp-servers/mcp-dyson-appliances@1.0.0) MCP server for controlling Dyson air purifiers and fans installs: npm:mcp-dyson-appliances detail: https://mcpindex.ai/server/io-github-m2ai-mcp-servers-mcp-dyson-appliances - io.github.m2ai-mcp-servers/mcp-philips-hue (io.github.m2ai-mcp-servers/mcp-philips-hue@1.0.0) MCP server for Philips Hue smart lighting control installs: npm:mcp-philips-hue detail: https://mcpindex.ai/server/io-github-m2ai-mcp-servers-mcp-philips-hue - io.github.m2ai-mcp-servers/mcp-ratchet-clinical-charting (io.github.m2ai-mcp-servers/mcp-ratchet-clinical-charting@0.1.0) MCP server for clinical charting with Claude - document patient visits to EMR installs: npm:mcp-ratchet-clinical-charting detail: https://mcpindex.ai/server/io-github-m2ai-mcp-servers-mcp-ratchet-clinical-charting - io.github.machinegrade/validate (io.github.machinegrade/validate@0.1.2) Deterministic validation for AI-generated artifacts: JSON Schema, OpenAPI response, SQL syntax. installs: npm:@machinegrade/validate | remote:https://api.machinegrade.dev/mcp detail: https://mcpindex.ai/server/io-github-machinegrade-validate - io.github.maciekaz/eset-mcp (io.github.maciekaz/eset-mcp@1.0.3) MCP server for the ESET ecosystem - Connect cloud + PROTECT On-Prem, multi-tenant, RO/RW installs: docker:ghcr.io/maciekaz/eset-mcp:1.0.3 detail: https://mcpindex.ai/server/io-github-maciekaz-eset-mcp - io.github.madeinphantom/obscuraai-mcp-server (io.github.madeinphantom/obscuraai-mcp-server@1.0.5) Generate visual AI automation workflows from any MCP client. No API key required. installs: npm:@obscuraai/mcp-server detail: https://mcpindex.ai/server/io-github-madeinphantom-obscuraai-mcp-server - io.github.madrzak/rankgoat (io.github.madrzak/rankgoat@0.5.1) SEO for AI agents: plan content, publish posts, earn dofollow backlinks, track Domain Rating. installs: npm:rankgoat detail: https://mcpindex.ai/server/io-github-madrzak-rankgoat - io.github.mafaq229/pbirb-mcp (io.github.mafaq229/pbirb-mcp@0.4.1) MCP server for editing Power BI Report Builder paginated reports (RDL) installs: pypi:pbirb-mcp detail: https://mcpindex.ai/server/io-github-mafaq229-pbirb-mcp - ASP.NET Core Debugger — MCP Server for AI Agents (io.github.magna-nz/aspnetcore-debugger-mcp@1.2.0) MCP server giving AI agents interactive .NET / ASP.NET Core debugging via netcoredbg + DAP. installs: manual detail: https://mcpindex.ai/server/io-github-magna-nz-aspnetcore-debugger-mcp - io.github.mahmoudilyan/marmo-ui (io.github.mahmoudilyan/marmo-ui@1.1.1) Live React design-system APIs, patterns, and code validation so AI agents build real UI, not slop. installs: remote:https://mcp.marmoui.com/mcp detail: https://mcpindex.ai/server/io-github-mahmoudilyan-marmo-ui - Porkbun DNS 🐷 (io.github.major/porkbun@1.1.2) Manage DNS records, domains, DNSSEC, SSL certificates via MCP installs: pypi:porkbun-mcp detail: https://mcpindex.ai/server/io-github-major-porkbun - AI Codex (io.github.majorelalexis-stack/maxia@12.1.0) Neutral W3C DID/VC identity and reputation oracle for AI agents (did:key/did:web, eddsa-jcs-2022). installs: remote:https://maxiaworld.app/mcp detail: https://mcpindex.ai/server/io-github-majorelalexis-stack-maxia - MakeItRun (io.github.makeitrunai/makeitrun-mcp@0.1.0) Publish HTML from Claude or ChatGPT to a live URL with a QR code — no developer needed. installs: remote:https://mcp.makeitrun.ai/mcp detail: https://mcpindex.ai/server/io-github-makeitrunai-makeitrun-mcp - Dashform MCP Server (io.github.makloai/mcp-server-dashform@1.0.0) Connect AI assistants to Dashform — build and manage AI-powered forms, funnels, quizzes. installs: remote:https://getaiform.com/api/mcp detail: https://mcpindex.ai/server/io-github-makloai-mcp-server-dashform - io.github.makririch/buchpilot (io.github.makririch/buchpilot@0.1.2) DACH accounting for AI: connect sevDesk & Lexoffice to create invoices, contacts, vouchers. installs: npm:buchpilot-mcp detail: https://mcpindex.ai/server/io-github-makririch-buchpilot - io.github.makririch/einvoice (io.github.makririch/einvoice@0.1.3) XRechnung & ZUGFeRD: create, validate, and convert German e-invoices. EN 16931 compliant. installs: npm:einvoice-mcp detail: https://mcpindex.ai/server/io-github-makririch-einvoice - Spendlog (io.github.makz81/spendlog@1.0.4) MCP server for expense tracking, invoices, budgets, and financial insights directly in Claude installs: npm:spendlog detail: https://mcpindex.ai/server/io-github-makz81-spendlog - Chess.com MCP by UnClick (io.github.malamutemayhem/chessdotcom@0.1.0) Chess.com player profiles, stats, games, puzzles, and leaderboards. No API key. By UnClick. installs: npm:@unclick/chessdotcom-mcp detail: https://mcpindex.ai/server/io-github-malamutemayhem-chessdotcom - CoinGecko MCP by UnClick (io.github.malamutemayhem/coingecko@0.1.0) CoinGecko tools for crypto, coingecko, bitcoin by UnClick. installs: npm:@unclick/coingecko-mcp detail: https://mcpindex.ai/server/io-github-malamutemayhem-coingecko - Domain MCP by UnClick (io.github.malamutemayhem/domain@0.1.0) Australian property listings, prices, and suburb stats from Domain. By UnClick. installs: npm:@unclick/domain-mcp detail: https://mcpindex.ai/server/io-github-malamutemayhem-domain - ESPN Sports MCP by UnClick (io.github.malamutemayhem/espn@0.1.0) ESPN Sports tools for sports, scores, espn by UnClick. installs: npm:@unclick/espn-mcp detail: https://mcpindex.ai/server/io-github-malamutemayhem-espn - Exchange Rates MCP by UnClick (io.github.malamutemayhem/exchangerate@0.1.0) Currency conversion plus latest and historical exchange rates. By UnClick. installs: npm:@unclick/exchangerate-mcp detail: https://mcpindex.ai/server/io-github-malamutemayhem-exchangerate - Fantasy Premier League MCP by UnClick (io.github.malamutemayhem/fpl@0.1.0) Fantasy Premier League teams, fixtures, players, standings, and league data. By UnClick. installs: npm:@unclick/fpl-mcp detail: https://mcpindex.ai/server/io-github-malamutemayhem-fpl - Last.fm MCP by UnClick (io.github.malamutemayhem/lastfm@0.1.0) Music charts, artist info, similar artists, and top tracks from Last.fm. By UnClick. installs: npm:@unclick/lastfm-mcp detail: https://mcpindex.ai/server/io-github-malamutemayhem-lastfm - Lichess MCP by UnClick (io.github.malamutemayhem/lichess@0.1.0) Lichess player profiles, games, daily puzzle, top players, and tournaments. By UnClick. installs: npm:@unclick/lichess-mcp detail: https://mcpindex.ai/server/io-github-malamutemayhem-lichess - Recipes MCP by UnClick (io.github.malamutemayhem/meal@0.1.0) Recipes tools for recipes, meals, cooking by UnClick. installs: npm:@unclick/meal-mcp detail: https://mcpindex.ai/server/io-github-malamutemayhem-meal - MusicBrainz MCP by UnClick (io.github.malamutemayhem/musicbrainz@0.1.0) Open music metadata: artists, releases, and recordings from MusicBrainz. No API key. By UnClick. installs: npm:@unclick/musicbrainz-mcp detail: https://mcpindex.ai/server/io-github-malamutemayhem-musicbrainz - NASA MCP by UnClick (io.github.malamutemayhem/nasa@0.1.0) NASA tools for nasa, space, astronomy by UnClick. installs: npm:@unclick/nasa-mcp detail: https://mcpindex.ai/server/io-github-malamutemayhem-nasa - OMDb Movies MCP by UnClick (io.github.malamutemayhem/omdb@0.1.0) OMDb Movies tools for movies, omdb, imdb by UnClick. installs: npm:@unclick/omdb-mcp detail: https://mcpindex.ai/server/io-github-malamutemayhem-omdb - Open Library MCP by UnClick (io.github.malamutemayhem/openlibrary@0.1.0) Open Library tools for books, openlibrary, library by UnClick. installs: npm:@unclick/openlibrary-mcp detail: https://mcpindex.ai/server/io-github-malamutemayhem-openlibrary - Reddit MCP by UnClick (io.github.malamutemayhem/reddit@0.1.0) Read public Reddit without OAuth; post, comment, vote, and subscribe with OAuth. By UnClick. installs: npm:@unclick/reddit-mcp detail: https://mcpindex.ai/server/io-github-malamutemayhem-reddit - REST Countries MCP by UnClick (io.github.malamutemayhem/restcountries@0.1.0) Country data: flags, currencies, languages, regions, capitals, and more. No API key. By UnClick. installs: npm:@unclick/restcountries-mcp detail: https://mcpindex.ai/server/io-github-malamutemayhem-restcountries - Sendle MCP by UnClick (io.github.malamutemayhem/sendle@0.1.0) Sendle shipping quotes, orders, and parcel tracking. By UnClick. installs: npm:@unclick/sendle-mcp detail: https://mcpindex.ai/server/io-github-malamutemayhem-sendle - Sleeper Fantasy MCP by UnClick (io.github.malamutemayhem/sleeper@0.1.0) Sleeper fantasy football users, leagues, rosters, drafts, players, and matchups. By UnClick. installs: npm:@unclick/sleeper-mcp detail: https://mcpindex.ai/server/io-github-malamutemayhem-sleeper - Speedrun.com MCP by UnClick (io.github.malamutemayhem/speedrun@0.1.0) Speedrun.com games, leaderboards, runs, and users. No API key. By UnClick. installs: npm:@unclick/speedrun-mcp detail: https://mcpindex.ai/server/io-github-malamutemayhem-speedrun - Spotify MCP by UnClick (io.github.malamutemayhem/spotify@0.1.0) Spotify tools for spotify, music, playlists by UnClick. installs: npm:@unclick/spotify-mcp detail: https://mcpindex.ai/server/io-github-malamutemayhem-spotify - The Lott MCP by UnClick (io.github.malamutemayhem/thelott@0.1.0) Australian lottery results and jackpots from The Lott. By UnClick. installs: npm:@unclick/thelott-mcp detail: https://mcpindex.ai/server/io-github-malamutemayhem-thelott - TMDB MCP by UnClick (io.github.malamutemayhem/tmdb@0.1.0) TMDB tools for tmdb, movies, tv by UnClick. installs: npm:@unclick/tmdb-mcp detail: https://mcpindex.ai/server/io-github-malamutemayhem-tmdb - Trivia MCP by UnClick (io.github.malamutemayhem/trivia@0.1.0) Trivia tools for trivia, quiz, questions by UnClick. installs: npm:@unclick/trivia-mcp detail: https://mcpindex.ai/server/io-github-malamutemayhem-trivia - UnClick (io.github.malamutemayhem/unclick-mcp-server@0.2.3) AI agent tool marketplace. 60+ tools for social, e-commerce, accounting, and messaging. installs: npm:@unclick/mcp-server detail: https://mcpindex.ai/server/io-github-malamutemayhem-unclick-mcp-server - USGS Earthquakes MCP by UnClick (io.github.malamutemayhem/usgs@0.1.0) Recent earthquakes worldwide and by region, with detail, from USGS. No API key. By UnClick. installs: npm:@unclick/usgs-mcp detail: https://mcpindex.ai/server/io-github-malamutemayhem-usgs - io.github.malkreide/amtsblatt-mcp (io.github.malkreide/amtsblatt-mcp@0.22.1) Swiss official gazettes (SHAB + cantonal) — procurement & notices, person-data rubrics excluded installs: pypi:amtsblatt-mcp detail: https://mcpindex.ai/server/io-github-malkreide-amtsblatt-mcp - io.github.malkreide/bag-epl-mcp (io.github.malkreide/bag-epl-mcp@1.0.3) BAG EPL: Spezialitätenliste, medication and reimbursement data installs: pypi:bag-epl-mcp detail: https://mcpindex.ai/server/io-github-malkreide-bag-epl-mcp - io.github.malkreide/bag-health-mcp (io.github.malkreide/bag-health-mcp@0.3.0) BAG public-health open data: indicators, programmes, statistics installs: pypi:bag-health-mcp detail: https://mcpindex.ai/server/io-github-malkreide-bag-health-mcp - io.github.malkreide/bakom-mcp (io.github.malkreide/bakom-mcp@2.0.4) BAKOM telecommunications and media open data installs: pypi:bakom-mcp detail: https://mcpindex.ai/server/io-github-malkreide-bakom-mcp - io.github.malkreide/eth-library-mcp (io.github.malkreide/eth-library-mcp@0.3.4) ETH Library Discovery and Persons APIs installs: pypi:eth-library-mcp detail: https://mcpindex.ai/server/io-github-malkreide-eth-library-mcp - io.github.malkreide/fedlex-mcp (io.github.malkreide/fedlex-mcp@2.0.1) Swiss federal law, consultations (Fedlex) & TERMDAT terminology (LINDAS) via SPARQL installs: pypi:fedlex-mcp detail: https://mcpindex.ai/server/io-github-malkreide-fedlex-mcp - io.github.malkreide/global-education-mcp (io.github.malkreide/global-education-mcp@0.3.5) UNESCO UIS and OECD Education at a Glance installs: pypi:global-education-mcp detail: https://mcpindex.ai/server/io-github-malkreide-global-education-mcp - io.github.malkreide/i14y-mcp (io.github.malkreide/i14y-mcp@0.3.2) MCP server for I14Y — Switzerland's national open-data metadata catalogue (DCAT-AP-CH) installs: pypi:i14y-mcp detail: https://mcpindex.ai/server/io-github-malkreide-i14y-mcp - io.github.malkreide/lobbywatch-mcp (io.github.malkreide/lobbywatch-mcp@0.3.6) Lobbywatch.ch transparency data on parliamentarians, interests, access badges installs: pypi:lobbywatch-mcp detail: https://mcpindex.ai/server/io-github-malkreide-lobbywatch-mcp - io.github.malkreide/news-monitor-mcp (io.github.malkreide/news-monitor-mcp@0.3.6) Aggregated news monitoring across Swiss public media RSS feeds installs: pypi:news-monitor-mcp detail: https://mcpindex.ai/server/io-github-malkreide-news-monitor-mcp - io.github.malkreide/parlament-mcp (io.github.malkreide/parlament-mcp@0.3.5) Swiss Federal Parliament Curia Vista OData API installs: pypi:parlament-mcp detail: https://mcpindex.ai/server/io-github-malkreide-parlament-mcp - io.github.malkreide/register-mcp (io.github.malkreide/register-mcp@0.5.0) Zefix commercial register with a company-UID join to amtsblattportal.ch (SHAB + cantonal gazettes) installs: pypi:register-mcp detail: https://mcpindex.ai/server/io-github-malkreide-register-mcp - io.github.malkreide/sbb-opendata-mcp (io.github.malkreide/sbb-opendata-mcp@0.3.4) SBB Open Data via OpenDataSoft installs: pypi:sbb-opendata-mcp detail: https://mcpindex.ai/server/io-github-malkreide-sbb-opendata-mcp - io.github.malkreide/seco-labor-mcp (io.github.malkreide/seco-labor-mcp@0.3.4) SECO labour market: unemployment, vacancies, workforce indicators installs: pypi:seco-labor-mcp detail: https://mcpindex.ai/server/io-github-malkreide-seco-labor-mcp - io.github.malkreide/swiss-academic-libraries-mcp (io.github.malkreide/swiss-academic-libraries-mcp@1.2.0) Swiss academic libraries + open-access Swiss legal literature (SRU/OAI-PMH, no API key) installs: pypi:swiss-academic-libraries-mcp detail: https://mcpindex.ai/server/io-github-malkreide-swiss-academic-libraries-mcp - io.github.malkreide/swiss-courts-mcp (io.github.malkreide/swiss-courts-mcp@0.3.1) Swiss court decisions via entscheidsuche.ch, including federal and cantonal courts installs: pypi:swiss-courts-mcp detail: https://mcpindex.ai/server/io-github-malkreide-swiss-courts-mcp - io.github.malkreide/swiss-cultural-heritage-mcp (io.github.malkreide/swiss-cultural-heritage-mcp@0.5.0) Heritage inventories, monument lists, archaeological registers installs: pypi:swiss-cultural-heritage-mcp detail: https://mcpindex.ai/server/io-github-malkreide-swiss-cultural-heritage-mcp - io.github.malkreide/swiss-culture-mcp (io.github.malkreide/swiss-culture-mcp@1.1.4) BAK cultural heritage, ISOS, living traditions, RSS installs: pypi:swiss-culture-mcp detail: https://mcpindex.ai/server/io-github-malkreide-swiss-culture-mcp - io.github.malkreide/swiss-democracy-mcp (io.github.malkreide/swiss-democracy-mcp@0.2.5) Parliament OData, Swissvotes, referendums, voting results installs: pypi:swiss-democracy-mcp detail: https://mcpindex.ai/server/io-github-malkreide-swiss-democracy-mcp - io.github.malkreide/swiss-electricity-mcp (io.github.malkreide/swiss-electricity-mcp@0.2.5) BFE energy dashboard, ElCom tariffs, public consumption data installs: pypi:swiss-electricity-mcp detail: https://mcpindex.ai/server/io-github-malkreide-swiss-electricity-mcp - io.github.malkreide/swiss-environment-mcp (io.github.malkreide/swiss-environment-mcp@0.6.0) BAFU environmental data, NABEL air quality, hydrology installs: pypi:swiss-environment-mcp detail: https://mcpindex.ai/server/io-github-malkreide-swiss-environment-mcp - io.github.malkreide/swiss-food-safety-mcp (io.github.malkreide/swiss-food-safety-mcp@1.1.5) BLV open data for food safety and veterinary inspections installs: pypi:swiss-food-safety-mcp detail: https://mcpindex.ai/server/io-github-malkreide-swiss-food-safety-mcp - io.github.malkreide/swiss-holidays-mcp (io.github.malkreide/swiss-holidays-mcp@0.6.0) Swiss school & public holidays, 26 cantons, by Schulart (OpenHolidays + Nager.Date) installs: pypi:swiss-holidays-mcp detail: https://mcpindex.ai/server/io-github-malkreide-swiss-holidays-mcp - io.github.malkreide/swiss-ip-mcp (io.github.malkreide/swiss-ip-mcp@1.1.6) IGE/IPI Swissreg trademarks, patents, SPCs installs: pypi:swiss-ip-mcp detail: https://mcpindex.ai/server/io-github-malkreide-swiss-ip-mcp - io.github.malkreide/swiss-procurement-mcp (io.github.malkreide/swiss-procurement-mcp@0.18.5) Swiss public procurement (simap.ch): tenders, awards, CPV codes, all cantons + federal, read-only installs: pypi:swiss-procurement-mcp detail: https://mcpindex.ai/server/io-github-malkreide-swiss-procurement-mcp - io.github.malkreide/swiss-road-mobility-mcp (io.github.malkreide/swiss-road-mobility-mcp@0.5.4) GBFS shared mobility, EV charging, DATEX II traffic, Park & Rail installs: pypi:swiss-road-mobility-mcp detail: https://mcpindex.ai/server/io-github-malkreide-swiss-road-mobility-mcp - io.github.malkreide/swiss-snb-mcp (io.github.malkreide/swiss-snb-mcp@0.4.5) SNB data portal: exchange rates, balance sheet, policy rates, SARON, monetary aggregates installs: pypi:swiss-snb-mcp detail: https://mcpindex.ai/server/io-github-malkreide-swiss-snb-mcp - io.github.malkreide/swiss-statistics-mcp (io.github.malkreide/swiss-statistics-mcp@0.7.2) BFS STAT-TAB PxWeb API for official Swiss statistics installs: pypi:swiss-statistics-mcp detail: https://mcpindex.ai/server/io-github-malkreide-swiss-statistics-mcp - io.github.malkreide/swiss-transport-mcp (io.github.malkreide/swiss-transport-mcp@0.4.0) OJP 2.0 journey planning, SIRI-SX disruptions, occupancy, fares, train formation installs: pypi:swiss-transport-mcp detail: https://mcpindex.ai/server/io-github-malkreide-swiss-transport-mcp - io.github.malkreide/termdat-mcp (io.github.malkreide/termdat-mcp@0.1.3) MCP server for TERMDAT — the terminology database of the Swiss Federal Administration installs: pypi:termdat-mcp detail: https://mcpindex.ai/server/io-github-malkreide-termdat-mcp - io.github.malkreide/wsl-envidat-mcp (io.github.malkreide/wsl-envidat-mcp@0.2.5) WSL / EnviDat environmental research datasets via CKAN installs: pypi:wsl-envidat-mcp detail: https://mcpindex.ai/server/io-github-malkreide-wsl-envidat-mcp - io.github.malkreide/zh-education-mcp (io.github.malkreide/zh-education-mcp@0.2.7) Canton and City of Zurich education data: schools, statistics, infrastructure installs: pypi:zh-education-mcp detail: https://mcpindex.ai/server/io-github-malkreide-zh-education-mcp - io.github.mambaventures/nzxplorer-mcp (io.github.mambaventures/nzxplorer-mcp@1.36.0) NZX (New Zealand stock exchange) data: governance scores, financials, insider trades, boards installs: npm:nzxplorer-mcp | remote:https://mcp.nzxplorer.co.nz detail: https://mcpindex.ai/server/io-github-mambaventures-nzxplorer-mcp - Attester Oracle (io.github.maminihds/attester-mcp@0.2.0) Verify PyPI and npm packages, symbols, and version diffs against real artifacts. Free, no account. installs: remote:https://attester.dev/mcp/ detail: https://mcpindex.ai/server/io-github-maminihds-attester-mcp - io.github.management-cmyk/odoo-mcp-connector (io.github.management-cmyk/odoo-mcp-connector@0.1.0) Query, report on, and optionally modify any Odoo ERP from Claude. Read-only by default. installs: npm:odoo-mcp-connector detail: https://mcpindex.ai/server/io-github-management-cmyk-odoo-mcp-connector - io.github.mananmodi-product/caelian (io.github.mananmodi-product/caelian@0.1.0) Live competitive intelligence for B2B teams — signals, threat rankings, and revenue-driving actions. installs: npm:caelian-mcp detail: https://mcpindex.ai/server/io-github-mananmodi-product-caelian - io.github.manavaga/web3-signals (io.github.manavaga/web3-signals@0.4.0) Crypto signal intelligence: 20 assets, 6 dimensions, regime detection, portfolio optimizer installs: remote:https://web3-signals-api-production.up.railway.app/mcp/sse detail: https://mcpindex.ai/server/io-github-manavaga-web3-signals - OpenLMNP (io.github.manganate006/openlmnp@1.1.1) Accounting MCP for French LMNP furnished rentals: income, expenses, depreciation, tax return & FEC installs: remote:https://app.openlmnp.fr/mcp?demo_token=openlmnp_demo_ro_ebd891f45e8a771ca1a718f239b733b438a31d48 detail: https://mcpindex.ai/server/io-github-manganate006-openlmnp - mdedit.ai (io.github.mangoappstudio/mdedit@0.2.1) Create, read, edit, review, and explicitly publish Markdown Documents in mdedit.ai. installs: npm:@mdedit/mcp-server | remote:https://mcp.mdedit.ai/mcp detail: https://mcpindex.ai/server/io-github-mangoappstudio-mdedit - io.github.manoharanRajesh/python-version (io.github.manoharanRajesh/python-version@1.0.0) An MCP server that provides [describe what your server does] installs: pypi:transactions-mcp detail: https://mcpindex.ai/server/io-github-manoharanrajesh-python-version - ADCIRC Model Setup MCP Server (io.github.mansurjisan/adcirc-mcp@0.1.1) ADCIRC model configuration debugging, parameter lookup, and validation installs: pypi:adcirc-mcp detail: https://mcpindex.ai/server/io-github-mansurjisan-adcirc-mcp - NOAA CO-OPS MCP Server (io.github.mansurjisan/coops-mcp@0.1.0) NOAA CO-OPS tides, water levels, currents, and meteorological data installs: pypi:coops-mcp detail: https://mcpindex.ai/server/io-github-mansurjisan-coops-mcp - ERDDAP MCP Server (io.github.mansurjisan/erddap-mcp@0.1.0) Access ocean data from 80+ ERDDAP servers worldwide installs: pypi:erddap-mcp detail: https://mcpindex.ai/server/io-github-mansurjisan-erddap-mcp - NOAA NDBC MCP Server (io.github.mansurjisan/ndbc-mcp@0.1.2) NOAA National Data Buoy Center observations: waves, SST, wind, pressure from 1,300+ stations installs: pypi:ndbc-mcp detail: https://mcpindex.ai/server/io-github-mansurjisan-ndbc-mcp - NHC MCP Server (io.github.mansurjisan/nhc-mcp@0.1.0) NHC storm tracks, forecast advisories, watches/warnings, and HURDAT2 data installs: pypi:nhc-mcp detail: https://mcpindex.ai/server/io-github-mansurjisan-nhc-mcp - NOAA OFS MCP Server (io.github.mansurjisan/ofs-mcp@0.1.0) NOAA OFS regional ocean model forecasts — water level, temperature, salinity installs: pypi:ofs-mcp detail: https://mcpindex.ai/server/io-github-mansurjisan-ofs-mcp - NOAA Recon MCP Server (io.github.mansurjisan/recon-mcp@0.1.1) Hurricane reconnaissance data — HDOB flight observations, Vortex Data Messages, SFMR, and ATCF fixes installs: pypi:recon-mcp detail: https://mcpindex.ai/server/io-github-mansurjisan-recon-mcp - NOAA RTOFS MCP Server (io.github.mansurjisan/rtofs-mcp@0.1.2) NOAA RTOFS global ocean forecast — SST, salinity, currents, depth profiles via CoastWatch ERDDAP installs: pypi:rtofs-mcp detail: https://mcpindex.ai/server/io-github-mansurjisan-rtofs-mcp - SCHISM Model Setup MCP Server (io.github.mansurjisan/schism-mcp@0.1.0) SCHISM model configuration debugging, parameter lookup, and validation installs: pypi:schism-mcp detail: https://mcpindex.ai/server/io-github-mansurjisan-schism-mcp - NOAA STOFS MCP Server (io.github.mansurjisan/stofs-mcp@0.1.0) NOAA STOFS storm surge forecasts, observation validation, and OPeNDAP data installs: pypi:stofs-mcp detail: https://mcpindex.ai/server/io-github-mansurjisan-stofs-mcp - USGS Water Services MCP Server (io.github.mansurjisan/usgs-mcp@0.1.0) USGS Water Services streamflow, flood stages, and peak events via waterservices.usgs.gov installs: pypi:usgs-mcp detail: https://mcpindex.ai/server/io-github-mansurjisan-usgs-mcp - VDatum MCP Server (io.github.mansurjisan/vdatum-mcp@0.1.1) MCP server for vertical datum conversions using coastalmodeling-vdatum installs: pypi:vdatum-mcp detail: https://mcpindex.ai/server/io-github-mansurjisan-vdatum-mcp - NOAA WW3 MCP Server (io.github.mansurjisan/ww3-mcp@0.1.1) GFS-Wave (WAVEWATCH III) forecasts and NDBC buoy wave observations installs: pypi:ww3-mcp detail: https://mcpindex.ai/server/io-github-mansurjisan-ww3-mcp - Base L2 Agent Kit (io.github.manteclaw/base-agent-kit@1.0.0) MCP server for Base L2 DeFi operations with 9 monetized endpoints installs: manual detail: https://mcpindex.ai/server/io-github-manteclaw-base-agent-kit - SeedBase Test Data (io.github.marcelglaeser/seedbase@0.2.2) Generate realistic, FK-consistent synthetic test data for your databases from your AI assistant. installs: npm:@seedbase/client | remote:https://seedba.se/mcp detail: https://mcpindex.ai/server/io-github-marcelglaeser-seedbase - io.github.marcelinero/auditoria-skills (io.github.marcelinero/auditoria-skills@2.2.3) 20 SKILLs de auditoría interna para agentes de IA según IIA, COSO, NIST, ISO, COBIT y ACFE. installs: pypi:auditoria-skills-mcp detail: https://mcpindex.ai/server/io-github-marcelinero-auditoria-skills - DebtStack.ai (io.github.marcellusgreen/debtstack-ai@0.1.5) Corporate credit data API for AI agents — bonds, leverage, guarantors, SEC filings installs: pypi:debtstack-ai detail: https://mcpindex.ai/server/io-github-marcellusgreen-debtstack-ai - io.github.marcelo-ochoa/mikrotik (io.github.marcelo-ochoa/mikrotik@1.0.6) MCP server for MikroTik RouterOS API installs: npm:@marcelo-ochoa/server-mikrotik detail: https://mcpindex.ai/server/io-github-marcelo-ochoa-mikrotik - io.github.marcelo-ochoa/oracle (io.github.marcelo-ochoa/oracle@1.0.7) MCP server for interacting with Oracle databases installs: npm:@marcelo-ochoa/server-oracle detail: https://mcpindex.ai/server/io-github-marcelo-ochoa-oracle - io.github.marcelo-ochoa/qnap (io.github.marcelo-ochoa/qnap@1.0.8) MCP server for QNAP NAS API installs: npm:@marcelo-ochoa/server-qnap detail: https://mcpindex.ai/server/io-github-marcelo-ochoa-qnap - io.github.marcoguillermaz/tierward (io.github.marcoguillermaz/tierward@2.0.0) Read a Tierward project's governance state (doctor, team-settings, arch-audit, skills) over MCP. installs: npm:tierward detail: https://mcpindex.ai/server/io-github-marcoguillermaz-tierward - mq-bridge-app (io.github.marcomq/mq-bridge-app@0.2.13) Move data between 15+ databases, queues and files at high throughput, without it entering context installs: docker:ghcr.io/marcomq/mq-bridge-app:0.2.13 detail: https://mcpindex.ai/server/io-github-marcomq-mq-bridge-app - MaBoSS Boolean Network Simulator (io.github.marcorusc/MaBoSS@2.1.0) MCP server for Boolean network simulation and attractor analysis using MaBoSS installs: pypi:mcp-biomodelling-servers detail: https://mcpindex.ai/server/io-github-marcorusc-maboss - NeKo Biological Network Builder (io.github.marcorusc/NeKo@2.1.0) MCP server for biological network construction and analysis using pathway databases installs: pypi:mcp-biomodelling-servers detail: https://mcpindex.ai/server/io-github-marcorusc-neko - PhysiCell Configuration Builder (io.github.marcorusc/PhysiCell@2.1.0) MCP server for building, inspecting, and exporting PhysiCell and PhysiBoSS configuration files installs: pypi:mcp-biomodelling-servers detail: https://mcpindex.ai/server/io-github-marcorusc-physicell - io.github.marcosnovo/lexvibe (io.github.marcosnovo/lexvibe@1.0.3) One-step legal compliance for vibe-coded apps: privacy, terms, cookie banner and EU AI Act check. installs: npm:@lexvibe/mcp | remote:https://golexvibe.com/api/mcp detail: https://mcpindex.ai/server/io-github-marcosnovo-lexvibe - io.github.marian-kamenistak/elc-conference-mcp-tickets (io.github.marian-kamenistak/elc-conference-mcp-tickets@0.1.1) Browse and buy ELC Conference 2026 engineering leadership tickets in Prague via AI. installs: npm:elc-conference-mcp-tickets | remote:https://mcp.elc-conference.io/mcp detail: https://mcpindex.ai/server/io-github-marian-kamenistak-elc-conference-mcp-tickets - ARC-1 (io.github.marianfoo/arc-1@0.9.18) MCP server for SAP ABAP systems installs: npm:arc-1 | docker:ghcr.io/marianfoo/arc-1:0.9.18 detail: https://mcpindex.ai/server/io-github-marianfoo-arc-1 - io.github.mario-andreschak/mcp-abap-abap-adt-api (io.github.mario-andreschak/mcp-abap-abap-adt-api@0.1.1) MCP server wrapping abap-adt-api for ABAP ADT development workflows against SAP systems installs: npm:mcp-abap-abap-adt-api detail: https://mcpindex.ai/server/io-github-mario-andreschak-mcp-abap-abap-adt-api - io.github.mario-andreschak/mcp-abap-adt (io.github.mario-andreschak/mcp-abap-adt@1.2.0) ABAP ADT MCP server for reading SAP objects (programs, classes, tables, CDS) via ADT installs: npm:mcp-abap-adt detail: https://mcpindex.ai/server/io-github-mario-andreschak-mcp-abap-adt - MCP CAD Studio (io.github.mario-andreschak/mcp-cad-studio@0.2.2) A self-contained parametric CAD studio MCP server with an interactive MCP App. installs: npm:mcp-cad-studio detail: https://mcpindex.ai/server/io-github-mario-andreschak-mcp-cad-studio - io.github.mariomorenodev/rundeck-mcp-server (io.github.mariomorenodev/rundeck-mcp-server@1.0.3) 50 tools to manage Rundeck jobs, executions, projects, nodes, and system via MCP installs: npm:rundeck-mcp-server detail: https://mcpindex.ai/server/io-github-mariomorenodev-rundeck-mcp-server - Market Eyes Live - stock ratings and mortgage-rate context (io.github.marketeyeslive/market-eyes-live@1.3.0) Free MCP: typed MELANY ratings for any US stock or ETF (11,000+) plus mortgage-rate context. installs: remote:https://marketeyeslive.com/mcp detail: https://mcpindex.ai/server/io-github-marketeyeslive-market-eyes-live - AgentBill (io.github.marketinglior-pixel/agentbill-mcp@0.1.1) Billing infrastructure for AI agents. Preflight spend checks + post-execution usage billing. installs: pypi:agentbill-mcp detail: https://mcpindex.ai/server/io-github-marketinglior-pixel-agentbill-mcp - io.github.markhahnel/postcodeproperty (io.github.markhahnel/postcodeproperty@1.0.0) UK area & property intelligence for AI agents: reports, EPC, comparables, with source provenance. installs: remote:https://postcodeproperty.ai/mcp detail: https://mcpindex.ai/server/io-github-markhahnel-postcodeproperty - ID Protocol (io.github.markoblogo/id@0.4.0) Portable human-AI context protocol reference tooling. installs: pypi:id-protocol detail: https://mcpindex.ai/server/io-github-markoblogo-id - kubik-tools (io.github.markopolovic/kubik-tools@1.2.0) Freight calculators (weight, metres, vehicle fit) and authenticated team packing-library tools. installs: remote:https://mcp.kubik.tools/mcp detail: https://mcpindex.ai/server/io-github-markopolovic-kubik-tools - io.github.markoskarllos-netizen/aetherintel-marketplace (io.github.markoskarllos-netizen/aetherintel-marketplace@1.0.0) Free OFAC sanctions/text/health-check tools; paid x402 agent+wallet audit tools. installs: manual detail: https://mcpindex.ai/server/io-github-markoskarllos-netizen-aetherintel-marketplace - The Ultimate Critic (io.github.marksignals/the-ultimate-critic@1.0.0) Check AI work against requirements and return structured verdicts, findings, and repair steps. installs: remote:https://ultimate-critic.fly.dev/mcp detail: https://mcpindex.ai/server/io-github-marksignals-the-ultimate-critic - io.github.markswendsen-code/chipotle (io.github.markswendsen-code/chipotle@0.1.0) MCP server for Chipotle - let AI agents order burritos, bowls, and more installs: npm:@striderlabs/mcp-chipotle detail: https://mcpindex.ai/server/io-github-markswendsen-code-chipotle - io.github.markswendsen-code/grubhub (io.github.markswendsen-code/grubhub@0.1.3) MCP server for GrubHub - let AI agents order food and manage restaurant delivery autonomously installs: npm:@striderlabs/mcp-grubhub detail: https://mcpindex.ai/server/io-github-markswendsen-code-grubhub - io.github.markswendsen-code/instacart (io.github.markswendsen-code/instacart@0.2.2) MCP server for Instacart - let AI agents manage grocery shopping and place orders autonomously installs: npm:@striderlabs/mcp-instacart detail: https://mcpindex.ai/server/io-github-markswendsen-code-instacart - io.github.markswendsen-code/opentable (io.github.markswendsen-code/opentable@0.1.2) MCP server for OpenTable - let AI agents book restaurant reservations and manage dining autonomously installs: npm:@striderlabs/mcp-opentable detail: https://mcpindex.ai/server/io-github-markswendsen-code-opentable - io.github.markswendsen-code/panera (io.github.markswendsen-code/panera@0.1.0) MCP server for Panera Bread - browse menu, customize orders, place pickup installs: npm:@striderlabs/mcp-panera detail: https://mcpindex.ai/server/io-github-markswendsen-code-panera - io.github.markswendsen-code/tacobell (io.github.markswendsen-code/tacobell@0.1.0) MCP server for Taco Bell - browse menu, customize orders, place pickup installs: npm:@striderlabs/mcp-tacobell detail: https://mcpindex.ai/server/io-github-markswendsen-code-tacobell - io.github.markswendsen-code/taskrabbit (io.github.markswendsen-code/taskrabbit@0.1.0) MCP server for TaskRabbit - let AI agents book home services and taskers installs: npm:@striderlabs/mcp-taskrabbit detail: https://mcpindex.ai/server/io-github-markswendsen-code-taskrabbit - io.github.markswendsen-code/ubereats (io.github.markswendsen-code/ubereats@0.1.0) MCP server for Uber Eats - let AI agents order food delivery installs: npm:@striderlabs/mcp-ubereats detail: https://mcpindex.ai/server/io-github-markswendsen-code-ubereats - io.github.markswendsen-code/venmo (io.github.markswendsen-code/venmo@0.1.0) MCP server for Venmo - check balance, send/request money, view history installs: npm:@striderlabs/mcp-venmo detail: https://mcpindex.ai/server/io-github-markswendsen-code-venmo - IBM Maximo (io.github.markusvankempen/maximo-mcp-server@1.1.0) Connect AI assistants to IBM Maximo for API discovery, OSLC querying, and Carbon UI generation. installs: npm:maximo-mcp-server detail: https://mcpindex.ai/server/io-github-markusvankempen-maximo-mcp-server - Quantum OpenQASM MCP (io.github.markusvankempen/quantum-openqasm-mcp@1.7.3) IBM Quantum OpenQASM 2.0 MCP — list backends, submit QASM, poll jobs, get histograms. installs: npm:@markusvankempen/quantum-openqasm-mcp detail: https://mcpindex.ai/server/io-github-markusvankempen-quantum-openqasm-mcp - WxO Agent MCP (io.github.markusvankempen/wxo-agent-mcp@1.0.8) Invoke a Watson Orchestrate agent via MCP. Configure with WO_AGENT_ID. installs: npm:wxo-agent-mcp detail: https://mcpindex.ai/server/io-github-markusvankempen-wxo-agent-mcp - io.github.marlenezw/publish-mcp-server (io.github.marlenezw/publish-mcp-server@0.1.3) An MCP server that helps developers publish their MCP servers to the registry installs: pypi:publish-mcp-server detail: https://mcpindex.ai/server/io-github-marlenezw-publish-mcp-server - io.github.marras0914/agent-toolbelt-mcp (io.github.marras0914/agent-toolbelt-mcp@1.0.0) 19 focused API tools for AI agents: contract review, prompt optimizer, context packing, and more. installs: npm:agent-toolbelt-mcp detail: https://mcpindex.ai/server/io-github-marras0914-agent-toolbelt-mcp - Refactoring MCP Server (io.github.marshally/mcp-refactoring@0.1.2) MCP server exposing Martin Fowler's refactoring catalog to LLMs with 71+ refactorings installs: pypi:mcp-refactoring detail: https://mcpindex.ai/server/io-github-marshally-mcp-refactoring - Competitive Intel (io.github.martc03/competitive-intel@1.0.0) SEC filings, patent data, and trade data. 4 competitive intel tools. installs: remote:https://competitive-intel-mcp.apify.actor/mcp detail: https://mcpindex.ai/server/io-github-martc03-competitive-intel - Court Records (io.github.martc03/court-records@1.0.0) Federal court records and PACER case data. 4 MCP tools for legal research. installs: remote:https://court-records-mcp.apify.actor/mcp detail: https://mcpindex.ai/server/io-github-martc03-court-records - Environmental Compliance (io.github.martc03/environmental-compliance@1.0.0) EPA air quality monitoring and HUD foreclosure data. 3 MCP tools for environmental and housing data. installs: remote:https://environmental-compliance-mcp.apify.actor/mcp detail: https://mcpindex.ai/server/io-github-martc03-environmental-compliance - Federal Financial Intel (io.github.martc03/federal-financial-intel@1.0.0) SEC EDGAR, CFPB complaints, and BLS employment data. 4 tools. installs: remote:https://federal-financial-intel-mcp.apify.actor/mcp detail: https://mcpindex.ai/server/io-github-martc03-federal-financial-intel - Government Contracts (io.github.martc03/gov-contracts@1.0.0) SAM.gov contracts and USAspending awards. 4 procurement tools. installs: remote:https://gov-contracts-mcp.apify.actor/mcp detail: https://mcpindex.ai/server/io-github-martc03-gov-contracts - Public Health (io.github.martc03/public-health@1.0.0) NIH clinical trials and FDA adverse event reports. 4 MCP tools for health research. installs: remote:https://public-health-mcp.apify.actor/mcp detail: https://mcpindex.ai/server/io-github-martc03-public-health - Regulatory Monitor (io.github.martc03/regulatory-monitor@1.0.0) Federal Register monitoring and regulations.gov tracking. 4 MCP tools for regulatory compliance. installs: remote:https://regulatory-monitor-mcp.apify.actor/mcp detail: https://mcpindex.ai/server/io-github-martc03-regulatory-monitor - US Safety Recalls (io.github.martc03/us-safety-recalls@1.0.0) NHTSA vehicle recalls and FDA food/drug recalls. 4 tools. installs: remote:https://us-safety-recalls-mcp.apify.actor/mcp detail: https://mcpindex.ai/server/io-github-martc03-us-safety-recalls - io.github.martindfarre/artifactos (io.github.martindfarre/artifactos@1.0.0) Save, version & share AI-generated HTML artifacts (canvases, dashboards, apps) as links. installs: remote:https://artifactos.studio/api/mcp detail: https://mcpindex.ai/server/io-github-martindfarre-artifactos - ResearchTwin (io.github.martinfrasch/researchtwin@0.1.1) Federated research discovery with S-Index metrics across a network of digital twins. installs: pypi:mcp-server-researchtwin detail: https://mcpindex.ai/server/io-github-martinfrasch-researchtwin - io.github.martinhavel/navigrants (io.github.martinhavel/navigrants@0.5.0) EU Horizon Europe grant & consortium partner intelligence over 27k+ CORDIS projects, 59k orgs. installs: remote:https://app.navigrants.eu/api/mcp detail: https://mcpindex.ai/server/io-github-martinhavel-navigrants - KarmoLab (io.github.mascari4615/karmolab-mcp@0.1.1) MCP server for what LLMs get wrong: exact hashes, real randomness, and Korean rules. installs: npm:karmolab-mcp detail: https://mcpindex.ai/server/io-github-mascari4615-karmolab-mcp - MT5-Quant (io.github.masdevid/mt5-quant@1.34.0) MT5 strategy development with 87 tools. Backtest, optimize, debug MQL5 EAs on macOS/Linux. installs: manual detail: https://mcpindex.ai/server/io-github-masdevid-mt5-quant - Selvedge (io.github.masondelan/selvedge@0.3.10) Decision provenance for AI-coded codebases: the why, and what was already tried and rejected. installs: pypi:selvedge detail: https://mcpindex.ai/server/io-github-masondelan-selvedge - io.github.massanaRoger/extracto-mcp (io.github.massanaRoger/extracto-mcp@0.1.2) Turn any URL plus a schema into validated, typed JSON via the Extracto API. installs: npm:extracto-mcp detail: https://mcpindex.ai/server/io-github-massanaroger-extracto-mcp - io.github.mastrophot/near-wallet-manager (io.github.mastrophot/near-wallet-manager@0.1.1) MCP server for NEAR wallet creation, balance checks, and transaction signing. installs: npm:mcp-near-wallet-manager detail: https://mcpindex.ai/server/io-github-mastrophot-near-wallet-manager - Pomera AI Commander (io.github.matbanik/pomera@1.5.1) Desktop text workbench + MCP server: 22+ text processing tools for AI assistants installs: npm:pomera-ai-commander | pypi:pomera-ai-commander detail: https://mcpindex.ai/server/io-github-matbanik-pomera - io.github.matematicsolutions/at-eli-mcp (io.github.matematicsolutions/at-eli-mcp@0.3.2) MCP server for Austrian RIS federal legislation: ELI identifiers and verifiable citations. installs: pypi:at-eli-mcp detail: https://mcpindex.ai/server/io-github-matematicsolutions-at-eli-mcp - io.github.matematicsolutions/be-eli-mcp (io.github.matematicsolutions/be-eli-mcp@0.1.2) MCP server for Belgian legislation (Moniteur Belge): ELI identifiers and citations. installs: pypi:be-eli-mcp detail: https://mcpindex.ai/server/io-github-matematicsolutions-be-eli-mcp - io.github.matematicsolutions/boutique-mcp (io.github.matematicsolutions/boutique-mcp@0.1.2) Local catalog of MateMatic Boutique: find a legal-data connector or skill, install locally. installs: pypi:boutique-mcp detail: https://mcpindex.ai/server/io-github-matematicsolutions-boutique-mcp - io.github.matematicsolutions/br-eli-mcp (io.github.matematicsolutions/br-eli-mcp@0.7.2) MCP server for Brazilian federal law: legislation, DataJud, STJ, CARF, TST, TCU citations. installs: pypi:br-eli-mcp detail: https://mcpindex.ai/server/io-github-matematicsolutions-br-eli-mcp - io.github.matematicsolutions/ca-eli-mcp (io.github.matematicsolutions/ca-eli-mcp@0.2.2) MCP server for Canadian federal legislation (Justice Laws Website), verifiable citations. installs: pypi:ca-eli-mcp detail: https://mcpindex.ai/server/io-github-matematicsolutions-ca-eli-mcp - io.github.matematicsolutions/ch-eli-mcp (io.github.matematicsolutions/ch-eli-mcp@0.2.2) MCP server for Swiss federal legislation via Fedlex (native ELI), verifiable citations. installs: pypi:ch-eli-mcp detail: https://mcpindex.ai/server/io-github-matematicsolutions-ch-eli-mcp - io.github.matematicsolutions/cl-eli-mcp (io.github.matematicsolutions/cl-eli-mcp@0.2.2) MCP server for Chilean legislation via BCN Linked Open Data, verifiable citations. installs: pypi:cl-eli-mcp detail: https://mcpindex.ai/server/io-github-matematicsolutions-cl-eli-mcp - io.github.matematicsolutions/co-eli-mcp (io.github.matematicsolutions/co-eli-mcp@0.2.2) MCP server for Colombian Constitutional Court case law (datos.gov.co), citation verification. installs: pypi:co-eli-mcp detail: https://mcpindex.ai/server/io-github-matematicsolutions-co-eli-mcp - io.github.matematicsolutions/cz-eli-mcp (io.github.matematicsolutions/cz-eli-mcp@0.1.3) MCP server for Czech legislation (e-Sbirka SPARQL) with ELI and verifiable citations. installs: pypi:cz-eli-mcp detail: https://mcpindex.ai/server/io-github-matematicsolutions-cz-eli-mcp - io.github.matematicsolutions/de-eli-mcp (io.github.matematicsolutions/de-eli-mcp@0.4.4) German law MCP: legislation (NeuRIS), case law (RII, Open Legal Data), Bundestag DIP documents. installs: pypi:de-eli-mcp detail: https://mcpindex.ai/server/io-github-matematicsolutions-de-eli-mcp - io.github.matematicsolutions/dk-eli-mcp (io.github.matematicsolutions/dk-eli-mcp@0.2.2) MCP server for Danish legislation (Retsinformation) with native ELI and verifiable citations. installs: pypi:dk-eli-mcp detail: https://mcpindex.ai/server/io-github-matematicsolutions-dk-eli-mcp - io.github.matematicsolutions/es-eli-mcp (io.github.matematicsolutions/es-eli-mcp@0.4.2) Spanish law MCP: BOE legislation, Constitutional Court, DGT and TEAC tax, AEPD resolutions. installs: pypi:es-eli-mcp detail: https://mcpindex.ai/server/io-github-matematicsolutions-es-eli-mcp - io.github.matematicsolutions/fi-eli-mcp (io.github.matematicsolutions/fi-eli-mcp@0.2.2) MCP server for Finnish Finlex consolidated statutes: ELI identifiers and verifiable citations. installs: pypi:fi-eli-mcp detail: https://mcpindex.ai/server/io-github-matematicsolutions-fi-eli-mcp - io.github.matematicsolutions/fr-eli-mcp (io.github.matematicsolutions/fr-eli-mcp@0.4.2) MCP server for French Legifrance (PISTE): legislation and case law with citations and ECLI. installs: pypi:fr-eli-mcp detail: https://mcpindex.ai/server/io-github-matematicsolutions-fr-eli-mcp - io.github.matematicsolutions/gb-eli-mcp (io.github.matematicsolutions/gb-eli-mcp@0.4.3) MCP server for UK legislation, case law (Find Case Law), GOV.UK tribunal decisions and HMRC manuals. installs: pypi:gb-eli-mcp detail: https://mcpindex.ai/server/io-github-matematicsolutions-gb-eli-mcp - io.github.matematicsolutions/hr-eli-mcp (io.github.matematicsolutions/hr-eli-mcp@0.2.2) MCP server for Croatian legislation (Narodne novine) with European ELI and verifiable citations. installs: pypi:hr-eli-mcp detail: https://mcpindex.ai/server/io-github-matematicsolutions-hr-eli-mcp - io.github.matematicsolutions/hu-eli-mcp (io.github.matematicsolutions/hu-eli-mcp@0.2.2) MCP server for Hungarian legislation (Nemzeti Jogszabalytar): native ELI and verifiable citations. installs: pypi:hu-eli-mcp detail: https://mcpindex.ai/server/io-github-matematicsolutions-hu-eli-mcp - io.github.matematicsolutions/ie-eli-mcp (io.github.matematicsolutions/ie-eli-mcp@0.2.2) MCP server for the Irish Statute Book: acts and SIs with verifiable ELI citations. installs: pypi:ie-eli-mcp detail: https://mcpindex.ai/server/io-github-matematicsolutions-ie-eli-mcp - io.github.matematicsolutions/il-eli-mcp (io.github.matematicsolutions/il-eli-mcp@0.4.2) MCP server for Israeli law: Knesset legislation and case law, verifiable citations. installs: pypi:il-eli-mcp detail: https://mcpindex.ai/server/io-github-matematicsolutions-il-eli-mcp - io.github.matematicsolutions/it-eli-mcp (io.github.matematicsolutions/it-eli-mcp@0.6.3) Italian law: Normattiva legislation + Corte Costituzionale, Cassazione and TAR case law, live. installs: pypi:italy-eli-mcp detail: https://mcpindex.ai/server/io-github-matematicsolutions-it-eli-mcp - io.github.matematicsolutions/kio-orzeczenia-mcp (io.github.matematicsolutions/kio-orzeczenia-mcp@0.3.1) MCP server for Krajowa Izba Odwolawcza (KIO) rulings from orzeczenia.uzp.gov.pl. installs: pypi:kio-orzeczenia-mcp detail: https://mcpindex.ai/server/io-github-matematicsolutions-kio-orzeczenia-mcp - io.github.matematicsolutions/lt-eli-mcp (io.github.matematicsolutions/lt-eli-mcp@0.2.2) MCP server for Lithuanian legislation (TAR via data.gov.lt) with verifiable citations. installs: pypi:lt-eli-mcp detail: https://mcpindex.ai/server/io-github-matematicsolutions-lt-eli-mcp - io.github.matematicsolutions/lu-eli-mcp (io.github.matematicsolutions/lu-eli-mcp@0.2.2) MCP server for Luxembourg Legilux: ELI-native legislation and Akoma Ntoso with citations. installs: pypi:lu-eli-mcp detail: https://mcpindex.ai/server/io-github-matematicsolutions-lu-eli-mcp - io.github.matematicsolutions/mcp-eu-compliance (io.github.matematicsolutions/mcp-eu-compliance@0.4.0) Offline MCP server: EU digital/data/cyber compliance full text (14 regs), verbatim + citations. installs: npm:@matematicsolutions/mcp-eu-compliance detail: https://mcpindex.ai/server/io-github-matematicsolutions-mcp-eu-compliance - io.github.matematicsolutions/mcp-eu-sparql (io.github.matematicsolutions/mcp-eu-sparql@1.2.0) EU legislation and CJEU case law via Publications Office SPARQL (Cellar) + GDPRhub DPA decisions. installs: npm:@matematicsolutions/mcp-eu-sparql detail: https://mcpindex.ai/server/io-github-matematicsolutions-mcp-eu-sparql - io.github.matematicsolutions/mcp-eureka (io.github.matematicsolutions/mcp-eureka@0.2.0) MCP server for Polish tax interpretations (KIS/MF) via EUREKA with citations. installs: npm:@matematicsolutions/mcp-eureka detail: https://mcpindex.ai/server/io-github-matematicsolutions-mcp-eureka - io.github.matematicsolutions/mcp-fr-legal (io.github.matematicsolutions/mcp-fr-legal@0.1.3) Offline MCP korpus prawa francuskiego (Legifrance/DILA) - verbatim + grounding cytatu installs: npm:@matematicsolutions/mcp-fr-legal detail: https://mcpindex.ai/server/io-github-matematicsolutions-mcp-fr-legal - io.github.matematicsolutions/mcp-isap (io.github.matematicsolutions/mcp-isap@1.3.0) MCP server for Polish legislation (Dziennik Ustaw / Monitor Polski) via Sejm ELI API. installs: npm:@matematicsolutions/mcp-isap detail: https://mcpindex.ai/server/io-github-matematicsolutions-mcp-isap - io.github.matematicsolutions/mcp-krs (io.github.matematicsolutions/mcp-krs@1.1.1) MCP server for the Polish KRS company registry via the official Ministry of Justice API. installs: npm:@matematicsolutions/mcp-krs detail: https://mcpindex.ai/server/io-github-matematicsolutions-mcp-krs - io.github.matematicsolutions/mcp-nsa (io.github.matematicsolutions/mcp-nsa@1.3.0) MCP server for Polish administrative court rulings (NSA/WSA) via CBOSA with citations. installs: npm:@matematicsolutions/mcp-nsa detail: https://mcpindex.ai/server/io-github-matematicsolutions-mcp-nsa - io.github.matematicsolutions/mcp-saos (io.github.matematicsolutions/mcp-saos@1.2.0) MCP server for Polish court judgments via the SAOS API with verifiable citations. installs: npm:@matematicsolutions/mcp-saos detail: https://mcpindex.ai/server/io-github-matematicsolutions-mcp-saos - io.github.matematicsolutions/mt-eli-mcp (io.github.matematicsolutions/mt-eli-mcp@0.2.2) MCP server for Maltese legislation (legislation.mt) with ELI and verifiable citations. installs: pypi:mt-eli-mcp detail: https://mcpindex.ai/server/io-github-matematicsolutions-mt-eli-mcp - io.github.matematicsolutions/my-eli-mcp (io.github.matematicsolutions/my-eli-mcp@0.2.2) MCP server for Laws of Malaysia Online: fetch and cite Malaysian principal Acts. installs: pypi:my-eli-mcp detail: https://mcpindex.ai/server/io-github-matematicsolutions-my-eli-mcp - io.github.matematicsolutions/nl-eli-mcp (io.github.matematicsolutions/nl-eli-mcp@0.3.2) MCP server for Dutch consolidated legislation (BWB via KOOP SRU) with verifiable citations. installs: pypi:nl-eli-mcp detail: https://mcpindex.ai/server/io-github-matematicsolutions-nl-eli-mcp - io.github.matematicsolutions/prawo-pl-mcp (io.github.matematicsolutions/prawo-pl-mcp@0.1.4) One MCP server for Polish legal data - courts, legislation, KRS, tax, KIO, UODO via 4 unified tools installs: pypi:prawo-pl-mcp detail: https://mcpindex.ai/server/io-github-matematicsolutions-prawo-pl-mcp - io.github.matematicsolutions/ro-eli-mcp (io.github.matematicsolutions/ro-eli-mcp@0.1.3) MCP server for Romanian legislation (Portal Legislativ SOAP) with verifiable citations. installs: pypi:ro-eli-mcp detail: https://mcpindex.ai/server/io-github-matematicsolutions-ro-eli-mcp - io.github.matematicsolutions/se-eli-mcp (io.github.matematicsolutions/se-eli-mcp@0.2.2) MCP server for Swedish statutes (SFS) via Riksdagen open data with verifiable citations. installs: pypi:se-eli-mcp detail: https://mcpindex.ai/server/io-github-matematicsolutions-se-eli-mcp - io.github.matematicsolutions/sg-eli-mcp (io.github.matematicsolutions/sg-eli-mcp@0.2.2) MCP server for Singapore Statutes Online: browse, fetch, and cite Singapore Acts. installs: pypi:sg-eli-mcp detail: https://mcpindex.ai/server/io-github-matematicsolutions-sg-eli-mcp - io.github.matematicsolutions/sk-eli-mcp (io.github.matematicsolutions/sk-eli-mcp@0.2.2) MCP server for Slovak legislation (Slov-lex) with ELI and verifiable citations. installs: pypi:sk-eli-mcp detail: https://mcpindex.ai/server/io-github-matematicsolutions-sk-eli-mcp - io.github.matematicsolutions/tr-eli-mcp (io.github.matematicsolutions/tr-eli-mcp@0.2.2) MCP server for Turkish legislation (Adalet Bakanligi Bedesten API): verifiable citations. installs: pypi:tr-eli-mcp detail: https://mcpindex.ai/server/io-github-matematicsolutions-tr-eli-mcp - io.github.matematicsolutions/us-eli-mcp (io.github.matematicsolutions/us-eli-mcp@0.4.2) US law MCP: bills, US Code, Federal Register, executive orders, case law (state+federal), eCFR installs: pypi:us-eli-mcp detail: https://mcpindex.ai/server/io-github-matematicsolutions-us-eli-mcp - io.github.matetools/mcp-server (io.github.matetools/mcp-server@1.5.0) 35 utility tools for AI agents — mate.tools API. Hash, regex, SEO, random, DNS, SSL, JWT. installs: npm:@mate-tools/mcp-server detail: https://mcpindex.ai/server/io-github-matetools-mcp-server - FRAIM (io.github.mathursrus/fraim@2.0.180) Accountable AI workforce workflows with jobs, skills, rules, evidence, and mentoring. installs: remote:https://fraim.wellnessatwork.me/mcp detail: https://mcpindex.ai/server/io-github-mathursrus-fraim - io.github.matiasbattocchia/meitre-mcp (io.github.matiasbattocchia/meitre-mcp@0.1.0) MCP server for Meitre restaurant reservations. installs: remote:https://meitre.mcp.openbsp.dev/mcp detail: https://mcpindex.ai/server/io-github-matiasbattocchia-meitre-mcp - Prometiam Company Data (io.github.matiasmaquieira96/risk-mcp@0.2.8) Company data for Spain, France, the UK, Ireland, Poland and Norway — registry, KYB and sanctions. installs: npm:prometiam-risk-mcp detail: https://mcpindex.ai/server/io-github-matiasmaquieira96-risk-mcp - io.github.matiosera3-ops/defi-mcp (io.github.matiosera3-ops/defi-mcp@0.1.6) AI agent access to on-chain DeFi data on Polygon & Arbitrum: balances, positions, prices. installs: pypi:defi-mcp detail: https://mcpindex.ai/server/io-github-matiosera3-ops-defi-mcp - Shotcut MCP (io.github.matrodrigs/shotcut-mcp@1.5.1) Create, edit, validate, preview, and render Shotcut projects through AI clients. installs: manual detail: https://mcpindex.ai/server/io-github-matrodrigs-shotcut-mcp - lockvet (io.github.matteo-sung/lockvet@0.6.4) Explain any lockfile or workflow-pin change: bumps, vulns, ages, deprecations — 61 formats installs: docker:ghcr.io/matteo-sung/lockvet:0.6.4 detail: https://mcpindex.ai/server/io-github-matteo-sung-lockvet - Espresso MCP (io.github.mattgierhart/espresso-mcp@0.2.0) Find great espresso cafes worldwide with curated data and transparent quality scoring. installs: npm:espresso-mcp detail: https://mcpindex.ai/server/io-github-mattgierhart-espresso-mcp - io.github.matthewdtowles/iwantmymtg-mcp (io.github.matthewdtowles/iwantmymtg-mcp@0.7.0) Query Magic: The Gathering cards, sets, and prices and manage your I Want My MTG collection. installs: npm:iwantmymtg-mcp detail: https://mcpindex.ai/server/io-github-matthewdtowles-iwantmymtg-mcp - Tools for Agents (io.github.max124vip-dev/tools-for-agents@0.1.0) Decision Layer for AI Agents — 58+ tools, Advisor, MCP. Free key: POST /v1/register {}. installs: remote:https://api.toolsforagents.tools/mcp detail: https://mcpindex.ai/server/io-github-max124vip-dev-tools-for-agents - SemanticOps MCP (for Power BI) (io.github.maxanatsko/mcp-engine@3.8.2) Power BI MCP server (Supports Windows and macOS) installs: npm:mcp-engine detail: https://mcpindex.ai/server/io-github-maxanatsko-mcp-engine - AccInt (io.github.maxbaluev/accint@0.1.12) Local Work Model MCP server for agent work that learns from real outcomes. installs: manual detail: https://mcpindex.ai/server/io-github-maxbaluev-accint - Basinwise (io.github.maxbeech/basinwise@1.0.0) Determines which NPDES stormwater permit governs a US site and its requirements, cited to source. installs: remote:https://basinwise.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-maxbeech-basinwise - DenialPath (io.github.maxbeech/denialpath@1.0.0) Deterministic CMS NCCI/MUE claim scrubbing and CARC/RARC denial explanations, cited to source. installs: remote:https://denialpath.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-maxbeech-denialpath - LodgeDeck (io.github.maxbeech/lodgedeck@1.0.0) STR legality, permits and lodging tax by city, each field cited to its source jurisdiction. installs: remote:https://lodgedeck.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-maxbeech-lodgedeck - io.github.mayankmahavar1mg/mcp (io.github.mayankmahavar1mg/mcp@1.0.2) Developer-workflow MCP server for catalyst-core: migration guidance, debugging, and task planning. installs: npm:catalyst-mcp detail: https://mcpindex.ai/server/io-github-mayankmahavar1mg-mcp - Cities2 MCP and Modding Toolkit (io.github.mayor-modder/cities2-mcp@0.2.6) Cities: Skylines II wiki, encyclopedia, and mod workflow tools for AI agents. installs: pypi:cities2-mcp detail: https://mcpindex.ai/server/io-github-mayor-modder-cities2-mcp - io.github.mayorandrew/openapi-dynamic (io.github.mayorandrew/openapi-dynamic@0.3.3) Load OpenAPI 2.x/3.x specs and expose generic tools to discover and call multiple APIs. installs: npm:openapi-dynamic-mcp detail: https://mcpindex.ai/server/io-github-mayorandrew-openapi-dynamic - io.github.mazemax/mindvalley-products-mcp (io.github.mazemax/mindvalley-products-mcp@1.0.1) AI assistant access to Mindvalley products, masterclasses, programs, and certifications. installs: npm:mindvalley-products-mcp detail: https://mcpindex.ai/server/io-github-mazemax-mindvalley-products-mcp - HomeClip Trust Layer (io.github.maztec007/homeclip-trust-layer@1.0.0) Find and verify trustworthy US home-services contractors by their un-buyable HomeClip Trust Score. installs: remote:https://homeclip.us/api/mcp detail: https://mcpindex.ai/server/io-github-maztec007-homeclip-trust-layer - consolelog dev tools (io.github.mbdev3/consolelog-mcp@0.1.0) Deterministic dev tools for AI agents over MCP: hashing, encoding, formatting, codegen, and more. installs: npm:consolelog-mcp detail: https://mcpindex.ai/server/io-github-mbdev3-consolelog-mcp - SqlAugur (io.github.mbentham/sqlaugur@1.3.1) MCP server providing AI assistants with safe, read-only SQL Server access installs: manual detail: https://mcpindex.ai/server/io-github-mbentham-sqlaugur - io.github.mbrionesalvarez/caddie-mcp (io.github.mbrionesalvarez/caddie-mcp@1.0.1) Your Garmin golf data in Claude: GPS shots, strokes gained, club distances, health context installs: pypi:caddie-mcp detail: https://mcpindex.ai/server/io-github-mbrionesalvarez-caddie-mcp - Power BI Analyst MCP (io.github.mbrummerstedt/powerbi-analyst-mcp@0.1.1) Browse Power BI workspaces, run DAX queries, and page through large results. installs: pypi:powerbi-analyst-mcp detail: https://mcpindex.ai/server/io-github-mbrummerstedt-powerbi-analyst-mcp - io.github.mbtest870-ctrl/agenza (io.github.mbtest870-ctrl/agenza@1.0.0) AI agent reputation on ICP. installs: manual detail: https://mcpindex.ai/server/io-github-mbtest870-ctrl-agenza - UserTapes (io.github.mcdca/usertapes-mcp@1.0.1) Query real user session replay data: tapes, transcripts, error/rage-click filters, alerts. installs: remote:https://usertapes.com/mcp detail: https://mcpindex.ai/server/io-github-mcdca-usertapes-mcp - Asaas (io.github.mcp-dir/asaas-mcp@0.1.0) Digital account and billing on Asaas with the full official REST API v3 (api.asaas.com), balance, ch installs: remote:https://api.mcp.ai/p_asaas detail: https://mcpindex.ai/server/io-github-mcp-dir-asaas-mcp - Astrea (Aurum) (io.github.mcp-dir/astrea-mcp@0.1.0) Reporting and queries over Astrea (Aurum), Brazilian legal-practice software: cases per client, cale installs: remote:https://api.mcp.ai/p_astrea detail: https://mcpindex.ai/server/io-github-mcp-dir-astrea-mcp - Investidor B3 (io.github.mcp-dir/b3-mcp@0.1.0) Your consolidated B3 investment portfolio (the central depository): position by asset, net worth, tr installs: remote:https://api.mcp.ai/p_b3 detail: https://mcpindex.ai/server/io-github-mcp-dir-b3-mcp - Bity (io.github.mcp-dir/bity-mcp@0.1.0) Bity crypto bank (Bitybank / Bitypreço), account balance per coin, market data (ticker, order book, installs: remote:https://api.mcp.ai/p_bity detail: https://mcpindex.ai/server/io-github-mcp-dir-bity-mcp - Bling (io.github.mcp-dir/bling-mcp@0.1.0) Bling ERP (SMB and e-commerce management, by Locaweb) via the official v3 API, sales orders, product installs: remote:https://api.mcp.ai/p_bling detail: https://mcpindex.ai/server/io-github-mcp-dir-bling-mcp - CNPJ (io.github.mcp-dir/cnpj-mcp@0.1.0) Free Brazilian CNPJ lookup (legal name, status, partners) + lawsuit discovery. Public data, no login installs: remote:https://api.mcp.ai/p_cnpj detail: https://mcpindex.ai/server/io-github-mcp-dir-cnpj-mcp - CPlug (ConnectPlug) (io.github.mcp-dir/cplug-mcp@0.1.0) ConnectPlug (CPlug) POS and ERP for restaurants, food service and retail, with the full official RES installs: remote:https://api.mcp.ai/p_cplug detail: https://mcpindex.ai/server/io-github-mcp-dir-cplug-mcp - DataJud (CNJ) (io.github.mcp-dir/datajud-mcp@0.1.0) Public lookup of Brazilian court cases (metadata + docket) via the CNJ/DataJud API. Free, no login. installs: remote:https://api.mcp.ai/p_datajud detail: https://mcpindex.ai/server/io-github-mcp-dir-datajud-mcp - F360 Finanças (io.github.mcp-dir/f360-mcp@0.1.0) Financial and accounting reconciliation on F360 Finanças (management for retail chains and franchise installs: remote:https://api.mcp.ai/p_f360 detail: https://mcpindex.ai/server/io-github-mcp-dir-f360-mcp - Feegow Clinic (io.github.mcp-dir/feegow-mcp@0.1.0) Full clinic management on Feegow Clinic, patients, appointments, providers, specialties, insurance, installs: remote:https://api.mcp.ai/p_feegow detail: https://mcpindex.ai/server/io-github-mcp-dir-feegow-mcp - Tabela FIPE (io.github.mcp-dir/fipe-mcp@0.1.0) Reference vehicle prices in Brazil (FIPE table), cars, motorcycles and trucks. Browse by brand/model installs: remote:https://api.mcp.ai/p_fipe detail: https://mcpindex.ai/server/io-github-mcp-dir-fipe-mcp - Getnet (io.github.mcp-dir/getnet-mcp@0.1.0) Getnet acquirer (Santander) via the Plataforma Digital API, read-only: consult a transaction by paym installs: remote:https://api.mcp.ai/p_getnet detail: https://mcpindex.ai/server/io-github-mcp-dir-getnet-mcp - Hotmart (io.github.mcp-dir/hotmart-mcp@0.1.0) Hotmart digital-products platform, sales (history, summary, commissions), subscriptions (list, cance installs: remote:https://api.mcp.ai/p_hotmart detail: https://mcpindex.ai/server/io-github-mcp-dir-hotmart-mcp - iFood (io.github.mcp-dir/ifood-mcp@0.1.0) Insights for your iFood store right in your AI assistant's chat. Generate charts of sales and payout installs: remote:https://api.mcp.ai/p_ifood detail: https://mcpindex.ai/server/io-github-mcp-dir-ifood-mcp - INPI (io.github.mcp-dir/inpi-mcp@0.1.0) Brazilian INPI trademark & patent lookup by name, process number or holder (CPF/CNPJ). installs: remote:https://api.mcp.ai/p_inpi detail: https://mcpindex.ai/server/io-github-mcp-dir-inpi-mcp - Legal MCP (alternativa ao Jusbrasil) (io.github.mcp-dir/jusbrasil-mcp@0.1.0) Open-source alternative to Jusbrasil for AI: find lawsuits by name, CPF, CNPJ or case number and bui installs: remote:https://api.mcp.ai/legal detail: https://mcpindex.ai/server/io-github-mcp-dir-jusbrasil-mcp - Kiwify (io.github.mcp-dir/kiwify-mcp@0.1.1) Kiwify digital-products platform, sales (list, detail), subscriptions (list, cancel), products and a installs: remote:https://api.mcp.ai/p_kiwify detail: https://mcpindex.ai/server/io-github-mcp-dir-kiwify-mcp - LibreLink Up (CGM) (io.github.mcp-dir/librelink-mcp@0.1.0) Glucose readings from your LibreLink Up sensor: graph, logbook, stats and summaries (read-only). Sec installs: remote:https://api.mcp.ai/p_librelink detail: https://mcpindex.ai/server/io-github-mcp-dir-librelink-mcp - LibreLink Up B2B (CGM clínica) (io.github.mcp-dir/librelink_business-mcp@0.1.0) For teams following multiple patients (clinical, family): lists patients with active sharing and rea installs: remote:https://api.mcp.ai/p_librelink_business detail: https://mcpindex.ai/server/io-github-mcp-dir-librelink-business-mcp - Mercado Financeiro BR (io.github.mcp-dir/mercado-mcp@0.1.0) Brazilian financial market data (B3): quotes, fundamentals, dividends, REITs (FIIs), BDRs, crypto, F installs: remote:https://api.mcp.ai/p_mercado detail: https://mcpindex.ai/server/io-github-mcp-dir-mercado-mcp - Microvix (io.github.mcp-dir/microvix-mcp@0.1.0) Microvix retail ERP (Linx, part of the Stone group) for store chains and franchises, via the officia installs: remote:https://api.mcp.ai/p_microvix detail: https://mcpindex.ai/server/io-github-mcp-dir-microvix-mcp - Nota Fiscal (io.github.mcp-dir/notafiscal-mcp@0.1.0) Issue and manage Brazilian service invoices (NFS-e) by chatting with your agent, platform-hosted, no installs: remote:https://api.mcp.ai/p_notafiscal detail: https://mcpindex.ai/server/io-github-mcp-dir-notafiscal-mcp - Nuvemshop (io.github.mcp-dir/nuvemshop-mcp@0.1.0) Nuvemshop (Tiendanube) e-commerce platform, your store's products, orders, customers, categories and installs: remote:https://api.mcp.ai/p_nuvemshop detail: https://mcpindex.ai/server/io-github-mcp-dir-nuvemshop-mcp - Olist Tiny ERP (io.github.mcp-dir/olist-mcp@0.1.0) Olist Tiny e-commerce ERP (formerly Tiny ERP) with the full official REST API v3, products, stock, o installs: remote:https://api.mcp.ai/p_olist detail: https://mcpindex.ai/server/io-github-mcp-dir-olist-mcp - Omie (io.github.mcp-dir/omie-mcp@0.1.0) Financial & accounting management on Omie (Brazil's leading cloud ERP), payables/receivables, financ installs: remote:https://api.mcp.ai/p_omie detail: https://mcpindex.ai/server/io-github-mcp-dir-omie-mcp - Procfy (io.github.mcp-dir/procfy-mcp@0.1.0) Financial management on Procfy — transactions (revenue/expense/transfers), bank accounts, contacts, installs: remote:https://api.mcp.ai/p_procfy detail: https://mcpindex.ai/server/io-github-mcp-dir-procfy-mcp - RD Station (io.github.mcp-dir/rdstation-mcp@0.1.0) RD Station Marketing, contacts/leads (get, upsert, funnel), conversion events and webhooks via the o installs: remote:https://api.mcp.ai/p_rdstation detail: https://mcpindex.ai/server/io-github-mcp-dir-rdstation-mcp - WebDiet (io.github.mcp-dir/webdiet-mcp@0.1.0) Patient, meal plan, prescription, chart and anthropometry management for dietitians. installs: remote:https://api.mcp.ai/p_webdiet detail: https://mcpindex.ai/server/io-github-mcp-dir-webdiet-mcp - Wise (io.github.mcp-dir/wise-mcp@0.1.0) Wise (https://wise.com) MCP, multi-currency account access via Personal Token + SCA key. Reads profi installs: remote:https://api.mcp.ai/p_wise detail: https://mcpindex.ai/server/io-github-mcp-dir-wise-mcp - MCP Bulário ANVISA (io.github.mcpassure/mcp-anvisa-bulario@2.0.0) Consulta o Bulário Eletrônico da ANVISA: bulas, registros, tarjas e apresentações. installs: npm:@mcpassure/mcp-anvisa-bulario detail: https://mcpindex.ai/server/io-github-mcpassure-mcp-anvisa-bulario - MCP CNES (io.github.mcpassure/mcp-cnes@0.1.1) Consulta o CNES (estabelecimentos de saúde): profissionais, leitos, equipamentos, serviços. installs: npm:@mcpassure/mcp-cnes detail: https://mcpindex.ai/server/io-github-mcpassure-mcp-cnes - McpMux (io.github.mcpmux/mcp-mux@0.1.1) McpMux — configure MCP servers once, connect every AI client through one local gateway. installs: manual detail: https://mcpindex.ai/server/io-github-mcpmux-mcp-mux - io.github.mcpware/claude-code-organizer (io.github.mcpware/claude-code-organizer@0.10.2) Organize Claude Code memories, skills, MCP servers, commands, agents, rules via drag-and-drop. installs: npm:@mcpware/claude-code-organizer detail: https://mcpindex.ai/server/io-github-mcpware-claude-code-organizer - io.github.mcpware/logoloom (io.github.mcpware/logoloom@1.0.1) AI logo design → SVG → full brand kit. Text-to-path, optimize, export PNG/ICO/WebP. installs: manual detail: https://mcpindex.ai/server/io-github-mcpware-logoloom - Census (ACS by ZIP) (io.github.mcpwright/census-mcp@0.1.2) U.S. Census (ACS) data by ZIP: income, demographics, housing, education, from a local store. installs: pypi:mcpwright-census detail: https://mcpindex.ai/server/io-github-mcpwright-census-mcp - EDGAR (SEC filings) (io.github.mcpwright/edgar-mcp@0.1.1) SEC filings in your agent: issuers, Reg CF/D/A raises, XBRL financials, insider trades. installs: pypi:mcpwright-edgar detail: https://mcpindex.ai/server/io-github-mcpwright-edgar-mcp - IRS SOI (income by ZIP) (io.github.mcpwright/soi-mcp@0.1.1) IRS income & tax stats by ZIP in your agent: AGI distribution, tax, credits, deductions. installs: pypi:mcpwright-soi detail: https://mcpindex.ai/server/io-github-mcpwright-soi-mcp - Artifacts (io.github.mctx-ai/artifacts@2.2.0) Save decisions, plans, and notes from any AI session and retrieve them later — from any client. Ask installs: remote:https://artifacts.mctx.ai/v2.2.0 detail: https://mcpindex.ai/server/io-github-mctx-ai-artifacts - Bible Study (io.github.mctx-ai/bible-study@1.11.3) Study the Bible in its original languages, trace themes across both testaments, and compare five tra installs: remote:https://bible-study.mctx.ai/v1.11.3 detail: https://mcpindex.ai/server/io-github-mctx-ai-bible-study - Example App (io.github.mctx-ai/example-app@1.3.4) Build complete Apps with our framework — study or fork this reference implementation. Covers all @mc installs: remote:https://example-app.mctx.ai/v1.3.4 detail: https://mcpindex.ai/server/io-github-mctx-ai-example-app - Example MCP Server (io.github.mctx-ai/example-mcp-server@1.3.2) Build complete Apps with our framework — study or fork this reference implementation. Covers all @mc installs: remote:https://example-mcp-server.mctx.ai/v1.3.2 detail: https://mcpindex.ai/server/io-github-mctx-ai-example-mcp-server - Hidden Empire (io.github.mctx-ai/hidden-empire@0.10.0) Play a legendary text adventure by talking to your AI — no commands to memorize. The Hidden Empire p installs: remote:https://hidden-empire.mctx.ai/v0.10.0 detail: https://mcpindex.ai/server/io-github-mctx-ai-hidden-empire - Todo (io.github.mctx-ai/todo@2.0.3) Personal todo list that persists across sessions and MCP clients. Create, update, complete, reorder, installs: remote:https://todo.mctx.ai/v2.0.3 detail: https://mcpindex.ai/server/io-github-mctx-ai-todo - Todos (io.github.mctx-ai/todos@2.0.8) Personal todo list that persists across sessions. Create, update, complete, reorder, and delete todo installs: remote:https://todos.mctx.ai/v2.0.8 detail: https://mcpindex.ai/server/io-github-mctx-ai-todos - io.github.mcurmi05/vdiff-mcp (io.github.mcurmi05/vdiff-mcp@0.1.2) Breaking-change diffs for npm packages: removed exports, changed signatures, migration notes. installs: npm:vdiff-mcp detail: https://mcpindex.ai/server/io-github-mcurmi05-vdiff-mcp - io.github.mdefrance/autocarver (io.github.mdefrance/autocarver@7.6.3) Qualify dataset columns and process them against a target with AutoCarver, fully on your machine. installs: pypi:autocarver detail: https://mcpindex.ai/server/io-github-mdefrance-autocarver - io.github.mdfifty50-boop/a2a-bridge (io.github.mdfifty50-boop/a2a-bridge@0.1.1) Agent-to-agent communication bridge for multi-agent systems installs: npm:a2a-bridge-mcp detail: https://mcpindex.ai/server/io-github-mdfifty50-boop-a2a-bridge - io.github.mdfifty50-boop/agent-costcenter (io.github.mdfifty50-boop/agent-costcenter@0.1.3) Multi-agent billing and cost allocation tracking installs: npm:agent-costcenter-mcp detail: https://mcpindex.ai/server/io-github-mdfifty50-boop-agent-costcenter - io.github.mdfifty50-boop/agent-guard (io.github.mdfifty50-boop/agent-guard@0.1.3) Constitutional guardrails and loop detection for AI agents installs: npm:agent-guard-mcp detail: https://mcpindex.ai/server/io-github-mdfifty50-boop-agent-guard - io.github.mdfifty50-boop/agent-replay (io.github.mdfifty50-boop/agent-replay@0.1.1) Record and replay AI agent execution for debugging installs: npm:agent-replay-mcp detail: https://mcpindex.ai/server/io-github-mdfifty50-boop-agent-replay - io.github.mdfifty50-boop/compliance-shield (io.github.mdfifty50-boop/compliance-shield@0.1.3) ZATCA, UAE CT, EU AI Act regulatory compliance for AI agents installs: npm:compliance-shield-mcp detail: https://mcpindex.ai/server/io-github-mdfifty50-boop-compliance-shield - io.github.mdfifty50-boop/docx-forge (io.github.mdfifty50-boop/docx-forge@0.1.1) Professional document generation from structured data installs: npm:docx-forge-mcp detail: https://mcpindex.ai/server/io-github-mdfifty50-boop-docx-forge - io.github.mdfifty50-boop/gcc-intelligence (io.github.mdfifty50-boop/gcc-intelligence@0.1.3) GCC regulatory intelligence, ZATCA e-invoicing, and Arabic NLP for AI agents installs: npm:gcc-intelligence-mcp detail: https://mcpindex.ai/server/io-github-mdfifty50-boop-gcc-intelligence - io.github.mdfifty50-boop/mcp-registry (io.github.mdfifty50-boop/mcp-registry@0.1.1) MCP server discovery, indexing, and registration installs: npm:mcp-registry-mcp detail: https://mcpindex.ai/server/io-github-mdfifty50-boop-mcp-registry - io.github.mdfifty50-boop/qc-validator (io.github.mdfifty50-boop/qc-validator@0.1.3) Output quality control and validation for AI agents installs: npm:qc-validator-mcp detail: https://mcpindex.ai/server/io-github-mdfifty50-boop-qc-validator - io.github.mdfifty50-boop/scope-guard (io.github.mdfifty50-boop/scope-guard@0.1.3) Hard scope boundaries to prevent AI agent drift installs: npm:scope-guard-mcp detail: https://mcpindex.ai/server/io-github-mdfifty50-boop-scope-guard - io.github.mdfifty50-boop/token-lens (io.github.mdfifty50-boop/token-lens@0.1.2) Context window token analysis and budget management installs: npm:token-lens-mcp detail: https://mcpindex.ai/server/io-github-mdfifty50-boop-token-lens - Solapur Software Developers Registry (io.github.mdyahhya/solapursoftwares@1.0.3) Public read-only MCP HTTP gateway for the Solapur software developers registry. installs: remote:https://solapursoftwaredevelopers.dominal.in/api/mcp detail: https://mcpindex.ai/server/io-github-mdyahhya-solapursoftwares - ME-QR MCP Server (io.github.me-qr/mcp-server@1.0.9) Create and manage QR codes on me-qr.com from AI clients like Claude and ChatGPT. installs: remote:https://mcp.me-qr.com/mcp detail: https://mcpindex.ai/server/io-github-me-qr-mcp-server - io.github.medelin/bashdog-mcp (io.github.medelin/bashdog-mcp@1.1.1) Submit & browse funny AI quotes on bash.dog — bash.org for the AI age. Agents self-register. installs: npm:bashdog-mcp detail: https://mcpindex.ai/server/io-github-medelin-bashdog-mcp - FDA Data MCP (io.github.medley/fda-data@1.0.0) Clean FDA regulatory data: company resolution, facilities, recalls, inspections, approvals. installs: remote:https://www.regdatalab.com/mcp detail: https://mcpindex.ai/server/io-github-medley-fda-data - MedPrice AI (io.github.medprice-ai/mcp-medprice-ai@0.0.1) Hosted MCP server exposing US hospital procedure cost data to AI assistants installs: remote:https://mcp.medprice.ai/mcp detail: https://mcpindex.ai/server/io-github-medprice-ai-mcp-medprice-ai - io.github.meemoprasad/meeba-brain (io.github.meemoprasad/meeba-brain@1.0.0) Ground-truth code graph for your codebase: exact callers, callees, symbols & dependencies. installs: remote:https://meeba-context-mcp-469248886325.us-central1.run.app/mcp detail: https://mcpindex.ai/server/io-github-meemoprasad-meeba-brain - MegaChad (io.github.megachadxyz/megachad@1.0.0) Burn-to-create looksmaxxing engine on MegaETH. 14 MCP tools for DeFi, NFTs, and burns. installs: remote:https://megachad.xyz/api/mcp detail: https://mcpindex.ai/server/io-github-megachadxyz-megachad - BC Property Intelligence MCP Server (io.github.mehdynamics-commits/bcparcel@1.0.0) Canonical British Columbia Property Intelligence & Risk Screening MCP Server. installs: remote:https://bcparcel.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-mehdynamics-commits-bcparcel - io.github.meloliva14/verity-mcp (io.github.meloliva14/verity-mcp@0.3.0) Fail-closed verify-before-you-act gate for AI agents. Signed receipts. Pay-per-call via x402. installs: pypi:verity-mcp detail: https://mcpindex.ai/server/io-github-meloliva14-verity-mcp - io.github.meltingpixelsai/drainbrain (io.github.meltingpixelsai/drainbrain@1.0.2) AI-powered Solana token rug pull detection with ML ensemble scoring and honeypot detection. installs: npm:drainbrain-mcp-server detail: https://mcpindex.ai/server/io-github-meltingpixelsai-drainbrain - io.github.meltingpixelsai/relayzero (io.github.meltingpixelsai/relayzero@0.2.1) Agent economy on Solana — USDC via x402. Ships a BuyerAgent SDK + relayzero pay CLI. installs: npm:relayzero | remote:https://relayzero.ai/mcp detail: https://mcpindex.ai/server/io-github-meltingpixelsai-relayzero - io.github.meltingpixelsai/zero-core-budget (io.github.meltingpixelsai/zero-core-budget@1.0.0) Agent spending mgmt, budget tracking, ROI. Zero Core Budget. installs: npm:@meltingpixels/zero-core-budget | remote:https://budget.rugslayer.com/mcp detail: https://mcpindex.ai/server/io-github-meltingpixelsai-zero-core-budget - io.github.meltingpixelsai/zero-core-intel (io.github.meltingpixelsai/zero-core-intel@1.0.0) DrainBrain token safety, CORTEX trading signals, social trends. Zero Core Intel. installs: npm:@meltingpixels/zero-core-intel | remote:https://agents.rugslayer.com/mcp detail: https://mcpindex.ai/server/io-github-meltingpixelsai-zero-core-intel - memi (io.github.memi-design/memi@2.7.9) Memi is the design layer for agentic AI. installs: npm:@memi-design/cli detail: https://mcpindex.ai/server/io-github-memi-design-memi - io.github.menantonio83-hue/tnt-house-risk-data-api (io.github.menantonio83-hue/tnt-house-risk-data-api@1.0.0) Solana token risk-scoring MCP server for AI trading agents with insider wallet cluster detection. installs: remote:https://tnt-audit.com/api/mcp detail: https://mcpindex.ai/server/io-github-menantonio83-hue-tnt-house-risk-data-api - Euclid-MCP (io.github.meob/euclid-mcp@0.1.2) Deterministic logical reasoning engine — facts in Euclid IR, solutions with proof trees installs: pypi:euclid-mcp detail: https://mcpindex.ai/server/io-github-meob-euclid-mcp - Sprout MCP (io.github.mepsopti/sprout-mcp@0.1.4) Model-tiered content pipeline — cheap models seed, expensive models verify installs: pypi:sprout-mcp detail: https://mcpindex.ai/server/io-github-mepsopti-sprout-mcp - io.github.mercuryx402/mercury-x402-mcp (io.github.mercuryx402/mercury-x402-mcp@1.0.1) Agent-payable web data over x402: 18 keyless services an agent pays per call. installs: npm:mercury-x402-mcp | remote:https://network.mercury-hq.com/mcp detail: https://mcpindex.ai/server/io-github-mercuryx402-mercury-x402-mcp - io.github.mertcanvural/overlayrisk-witness (io.github.mertcanvural/overlayrisk-witness@0.1.0) Independent before/after accessibility-overlay (accessiBe/UserWay) witness for any public URL. installs: npm:overlayrisk-witness-mcp detail: https://mcpindex.ai/server/io-github-mertcanvural-overlayrisk-witness - mpop (io.github.meshpop/mpop@4.9.0) Server fleet management MCP — monitor, deploy, and manage distributed Linux servers installs: manual detail: https://mcpindex.ai/server/io-github-meshpop-mpop - vssh (io.github.meshpop/vssh@3.3.0) SSH tunnel and remote server management MCP — execute commands, transfer files, manage installs: manual detail: https://mcpindex.ai/server/io-github-meshpop-vssh - wire (io.github.meshpop/wire@1.1.0) WireGuard mesh VPN management MCP — configure peers, manage tunnels, monitor connections installs: manual detail: https://mcpindex.ai/server/io-github-meshpop-wire - GPU Server (io.github.mesutoezdil/mcp-gpu-server@0.1.3) MCP server for GPU monitoring: nvidia-smi, VRAM, utilization, temperature installs: pypi:mcp-gpu-server detail: https://mcpindex.ai/server/io-github-mesutoezdil-mcp-gpu-server - io.github.meszarosjan/steel-metallurgy-material-simulator-mcp (io.github.meszarosjan/steel-metallurgy-material-simulator-mcp@0.1.4) No-key MCP server for steel equilibrium, TTT/CCT kinetics, phase-boundary and measured-data tools. installs: npm:material-simulator-mcp detail: https://mcpindex.ai/server/io-github-meszarosjan-steel-metallurgy-material-simulator-mcp - io.github.metamorphosis-sre/devdrops-property (io.github.metamorphosis-sre/devdrops-property@1.0.0) UK property MCP: Land Registry prices, company charges, House Price Index. x402 USDC on Base. installs: remote:https://api.devdrops.run/api/property/mcp detail: https://mcpindex.ai/server/io-github-metamorphosis-sre-devdrops-property - eighty (io.github.metlem80/eighty@0.1.0) Claude reads and writes a real-life RPG character sheet from the eighty self-improvement app. installs: remote:https://mcp.80l.app detail: https://mcpindex.ai/server/io-github-metlem80-eighty - io.github.metrxbots/mcp-server (io.github.metrxbots/mcp-server@0.2.2) Track AI agent costs, detect waste, optimize models, and prove ROI. 23 MCP tools across 10 domains. installs: npm:@metrxbot/mcp-server detail: https://mcpindex.ai/server/io-github-metrxbots-mcp-server - App Store Operator (io.github.meyusufdemirci/app-store-operator@0.3.4) Free App Store competitive intelligence for Claude — rival downloads, revenue, and ASO keywords. installs: npm:app-store-operator detail: https://mcpindex.ai/server/io-github-meyusufdemirci-app-store-operator - Colter (io.github.mfbahc/colter@0.3.2) MCP server for agentic commerce checks, fixes, Lens, tests, and Evidence Packs. installs: npm:@getcolter/cli detail: https://mcpindex.ai/server/io-github-mfbahc-colter - io.github.mgriffen/tapsite (io.github.mgriffen/tapsite@4.0.1) MCP server for web inspection, design system extraction, and accessibility audits installs: npm:tapsite detail: https://mcpindex.ai/server/io-github-mgriffen-tapsite - io.github.mguay22/fundlens (io.github.mguay22/fundlens@0.1.1) SEC fund holdings for AI agents: who holds X, what changed, returns, flows, and fund overlap. installs: npm:@fundlens/mcp detail: https://mcpindex.ai/server/io-github-mguay22-fundlens - VOC Amazon Reviews (io.github.mguozhen/voc-amazon-reviews-mcp@0.1.1) Amazon review intelligence via Shulex OpenAPI. 10 marketplaces, verified-purchase & Vine signals. installs: pypi:voc-amazon-reviews-mcp detail: https://mcpindex.ai/server/io-github-mguozhen-voc-amazon-reviews-mcp - Embedded / IoT Mentor (io.github.mh-mansouri/embedded-iot-mentor@1.1.3) Embedded/IoT mentor: picks the board and toolchain, estimates cost and battery life. installs: docker:ghcr.io/mh-mansouri/embedded-iot-mentor-mcp:1.1.3 detail: https://mcpindex.ai/server/io-github-mh-mansouri-embedded-iot-mentor - Ghostfolio MCP (io.github.mhajder/ghostfolio-mcp@1.5.0) MCP server for Ghostfolio portfolio management and financial data access installs: pypi:ghostfolio-mcp | docker:ghcr.io/mhajder/ghostfolio-mcp:1.5.0 detail: https://mcpindex.ai/server/io-github-mhajder-ghostfolio-mcp - LibreNMS MCP (io.github.mhajder/librenms-mcp@1.11.0) MCP server for LibreNMS network monitoring - query devices, ports, alerts, and manage infrastructure installs: pypi:librenms-mcp | docker:ghcr.io/mhajder/librenms-mcp:1.11.0 detail: https://mcpindex.ai/server/io-github-mhajder-librenms-mcp - Zabbix MCP (io.github.mhajder/zabbix-mcp@0.5.3) MCP server for Zabbix monitoring and automation installs: pypi:zabbix-mcp | docker:ghcr.io/mhajder/zabbix-mcp:0.5.3 detail: https://mcpindex.ai/server/io-github-mhajder-zabbix-mcp - io.github.mharnett/bing-ads (io.github.mharnett/bing-ads@1.0.2) MCP server for Microsoft Advertising (Bing Ads) — campaigns, keywords, and reports installs: npm:mcp-bing-ads detail: https://mcpindex.ai/server/io-github-mharnett-bing-ads - io.github.mharnett/google-ads (io.github.mharnett/google-ads@1.0.1) Google Ads MCP with MCC support: 35 tools for campaigns, keywords, reporting, GAQL. installs: npm:mcp-google-ads detail: https://mcpindex.ai/server/io-github-mharnett-google-ads - io.github.mharnett/gtm-ga4 (io.github.mharnett/gtm-ga4@1.0.1) GTM + GA4 MCP: tag management, consent auditing, workspace versioning, reports. installs: npm:mcp-gtm-ga4 detail: https://mcpindex.ai/server/io-github-mharnett-gtm-ga4 - io.github.mharnett/reddit-ads (io.github.mharnett/reddit-ads@1.0.1) Reddit Ads MCP: campaigns, ad groups, ads, reporting, and audience targeting. installs: npm:mcp-reddit-ads detail: https://mcpindex.ai/server/io-github-mharnett-reddit-ads - Relay (io.github.mhcoen/mcp-relay@1.2.4) MCP relay server for Claude Desktop <-> Claude Code communication installs: pypi:mcp-server-relay detail: https://mcpindex.ai/server/io-github-mhcoen-mcp-relay - PLwC - Personality Layer with Conscience (io.github.mhoedt-ai/plwc-gateway@0.2.0-rc18.dev9) Governed local MCP gateway for workspace, sandbox, document and profile operations. installs: manual detail: https://mcpindex.ai/server/io-github-mhoedt-ai-plwc-gateway - io.github.mia-platform/console-mcp-server (io.github.mia-platform/console-mcp-server@1.2.2) The official MCP Server from Mia-Platform to interact with Mia-Platform Console installs: npm:@mia-platform/console-mcp-server | remote:https://console.cloud.mia-platform.eu/console-mcp-server/mcp detail: https://mcpindex.ai/server/io-github-mia-platform-console-mcp-server - HTML to Figma — Design System (io.github.miapre/html-to-figma-design-system@1.1.0) Translate HTML prototypes into Figma using your design system's real components and tokens. installs: npm:html-to-figma-design-system detail: https://mcpindex.ai/server/io-github-miapre-html-to-figma-design-system - Mimic AI (io.github.miapre/mimic-ai@3.0.1) Builds Figma from your design system: real components and tokens, enforced, learning every build. installs: npm:@miapre/mimic-ai detail: https://mcpindex.ai/server/io-github-miapre-mimic-ai - Clutter (io.github.michaelhologram/clutter-mcp@0.1.4) Generate synthetic companies, documents & data via the Clutter API (e.g. to fill SharePoint). installs: npm:clutter-mcp detail: https://mcpindex.ai/server/io-github-michaelhologram-clutter-mcp - Alien Plugg x402 API (io.github.michaelhutchings626-hub/alien-plugg-x402@2.1.0) 32 paid x402 endpoints for crypto, Zora & on-chain analysis. 10 MCP tools. USDC on Base. installs: remote:https://base44.app/api/apps/6a5fdd57651262e86b24133e/functions/mcpHandshake detail: https://mcpindex.ai/server/io-github-michaelhutchings626-hub-alien-plugg-x402 - io.github.michaeljiangmingfeng-debug/quanttogo-mcp (io.github.michaeljiangmingfeng-debug/quanttogo-mcp@0.1.2) Quantitative trading strategies, market indices, and live performance data installs: npm:quanttogo-mcp detail: https://mcpindex.ai/server/io-github-michaeljiangmingfeng-debug-quanttogo-mcp - CourseForge (io.github.michaeljmoody/courseforge@1.3.0) AI-powered LMS course builder: 89 tools, 17 skills, SCORM/xAPI export, agentic UI installs: remote:https://caringcourseforge.com/api/mcp/remote detail: https://mcpindex.ai/server/io-github-michaeljmoody-courseforge - io.github.michaelrice/zendesk-mcp (io.github.michaelrice/zendesk-mcp@0.1.1) Zendesk MCP server for Claude Code and other MCP clients installs: pypi:zendesk-mcp detail: https://mcpindex.ai/server/io-github-michaelrice-zendesk-mcp - VoiceFlip (io.github.michalbaturko-lang/voiceflip@3.0.2) AI voice agents on SMB websites — fully autonomous build in 2–3 min. 23 MCP tools. EU, GDPR. installs: remote:https://www.voiceflip.cz/api/mcp detail: https://mcpindex.ai/server/io-github-michalbaturko-lang-voiceflip - io.github.michielinksee/bantou (io.github.michielinksee/bantou@0.2.2) AI bookkeeping agent for Japanese accountants — auto-classifies freee/Yayoi/MF/TKC transactions. installs: npm:@kansei-link/bantou detail: https://mcpindex.ai/server/io-github-michielinksee-bantou - Apex (smartapex.uk) AI Component Card Store (io.github.mickeyappol-create/apex@1.0.2) Run verified read-only code tools: quant diagnostics + agent-ops preflight, no source exposure. installs: remote:https://smartapex.uk/api/mcp detail: https://mcpindex.ai/server/io-github-mickeyappol-create-apex - io.github.mickymultani/crypto-bytes (io.github.mickymultani/crypto-bytes@0.1.1) Crypto Bytes MCP Server installs: pypi:crypto_bytes_mcp_server detail: https://mcpindex.ai/server/io-github-mickymultani-crypto-bytes - Microsoft MCP Server for Enterprise (io.github.microsoft/EnterpriseMCP@1.0.0) Official Microsoft MCP Server to query Microsoft Entra data using natural language installs: remote:https://mcp.svc.cloud.microsoft/enterprise detail: https://mcpindex.ai/server/io-github-microsoft-enterprisemcp - Awesome Copilot MCP Server (io.github.microsoft/awesome-copilot@1.0.2026081103) An MCP server that stores Copilot customizations from the Awesome Copilot repository installs: docker:ghcr.io/microsoft/mcp-dotnet-samples/awesome-copilot:1.0.2026081103 detail: https://mcpindex.ai/server/io-github-microsoft-awesome-copilot - io.github.midasflowai-lab/midasflow-mcp-quickstart (io.github.midasflowai-lab/midasflow-mcp-quickstart@1.0.0) Agent-native crypto market-data over MCP+REST: order flow, whales, liquidations, calibrated scores installs: remote:https://mcp.midasflow.ai/mcp detail: https://mcpindex.ai/server/io-github-midasflowai-lab-midasflow-mcp-quickstart - io.github.mifactory-bot/mifactory-logic-verifier (io.github.mifactory-bot/mifactory-logic-verifier@1.0.3) Verify AI agent reasoning and logic for errors and contradictions. Pay-per-use. installs: npm:@mifactory-bot/logic-verifier detail: https://mcpindex.ai/server/io-github-mifactory-bot-mifactory-logic-verifier - SwarmHaul (io.github.mighty840/swarmhaul@1.0.0) Multi-agent coordination protocol on Solana. Swarm formation, on-chain settlement, 14 MCP tools. installs: remote:https://api.swarmhaul.defited.com/mcp detail: https://mcpindex.ai/server/io-github-mighty840-swarmhaul - Tapo MCP (io.github.mihai-dinculescu/tapo-mcp@0.5.0) MCP server for discovering and controlling TP-Link Tapo smart home devices via AI Agents installs: docker:ghcr.io/mihai-dinculescu/tapo-mcp:0.5.0 detail: https://mcpindex.ai/server/io-github-mihai-dinculescu-tapo-mcp - io.github.mikejj-creation/stocksense (io.github.mikejj-creation/stocksense@0.1.1) Financial data for AI agents: SEC filings, price history, insider trades, and more. installs: pypi:stocksense detail: https://mcpindex.ai/server/io-github-mikejj-creation-stocksense - Enterprise Research Evidence Chain (io.github.mikeli20221102-ux/diyan-research-mcp@0.1.1) Read-only enterprise research MCP: frameworks, frozen snapshots, sourced results. No trading advice. installs: pypi:diyan-research-mcp detail: https://mcpindex.ai/server/io-github-mikeli20221102-ux-diyan-research-mcp - io.github.mikerawsonnz/auth-token-service (io.github.mikerawsonnz/auth-token-service@1.0.0) Hash passwords with bcrypt and issue/verify JWT session tokens over A2A + MCP. installs: remote:https://bcrypt-python-jose-d0e0d0.getvda.ai/mcp detail: https://mcpindex.ai/server/io-github-mikerawsonnz-auth-token-service - io.github.mikerawsonnz/gosce-portfolio-router (io.github.mikerawsonnz/gosce-portfolio-router@1.0.0) Single entry point for the GOSCE portfolio: routes orchestrators to verified agents by capability, w installs: remote:https://router.getvda.ai/mcp detail: https://mcpindex.ai/server/io-github-mikerawsonnz-gosce-portfolio-router - Ski Limone Travel Guide (io.github.mikeslone/skilimone-travel@2.1.0) Limone Piemonte travel guide: hotels, dining, wine, village content, and live snow via MCP. installs: remote:https://www.skilimone.com/api/mcp/mcp detail: https://mcpindex.ai/server/io-github-mikeslone-skilimone-travel - Storylayer Publishing (io.github.mikeslone/storylayer@1.2.3) Hosted MCP for Instagram, Facebook, X, LinkedIn, Pinterest, and Ghost. OAuth 2.1, 38 tools. installs: remote:https://app.storylayer.ai/api/mcp detail: https://mcpindex.ai/server/io-github-mikeslone-storylayer - TubePull (io.github.miketwalker/tubepull@1.2.2) Download YouTube, TikTok, Vimeo, SoundCloud and 6 more platforms from any MCP AI chatbot. installs: remote:https://tubepull.com/mcp detail: https://mcpindex.ai/server/io-github-miketwalker-tubepull - io.github.mikusnuz/app-publish (io.github.mikusnuz/app-publish@0.3.1) MCP server for App Store Connect & Google Play Console — iOS/Android app management installs: npm:app-publish-mcp detail: https://mcpindex.ai/server/io-github-mikusnuz-app-publish - io.github.mikusnuz/cws (io.github.mikusnuz/cws@1.4.1) MCP server for Chrome Web Store — extension upload, publish, status, and rollout installs: npm:cws-mcp detail: https://mcpindex.ai/server/io-github-mikusnuz-cws - io.github.mikusnuz/meta (io.github.mikusnuz/meta@2.0.1) MCP server for Instagram Graph API, Threads API & Meta platform management installs: npm:@mikusnuz/meta-mcp detail: https://mcpindex.ai/server/io-github-mikusnuz-meta - io.github.mikusnuz/meta-ads (io.github.mikusnuz/meta-ads@1.2.1) MCP server for Meta Marketing API — Facebook & Instagram ad campaign management installs: npm:@mikusnuz/meta-ads-mcp detail: https://mcpindex.ai/server/io-github-mikusnuz-meta-ads - io.github.miller-joe/youtube-mcp (io.github.miller-joe/youtube-mcp@0.1.2) MCP server for YouTube creator-ops with a ComfyUI bridge for AI thumbnail generation. installs: npm:@miller-joe/youtube-mcp detail: https://mcpindex.ai/server/io-github-miller-joe-youtube-mcp - Strava MCP Bridge (io.github.millerchou/strava-mcp-bridge@0.1.1) Use Strava's official MCP from Codex and other local stdio clients without a developer app. installs: npm:strava-mcp-bridge detail: https://mcpindex.ai/server/io-github-millerchou-strava-mcp-bridge - ARES (Czech business registry) (io.github.milos106/ares-mcp@0.1.2) MCP for ARES, the Czech business registry: lookup, due diligence, insolvency, signed provenance installs: npm:@milos106/ares-mcp detail: https://mcpindex.ai/server/io-github-milos106-ares-mcp - io.github.mimersql/mimer-mcp (io.github.mimersql/mimer-mcp@1.0.5) An MCP server with Mimer SQL Database Connectivity installs: pypi:mimer-mcp-server detail: https://mcpindex.ai/server/io-github-mimersql-mimer-mcp - io.github.mims-harvard/tooluniverse (io.github.mims-harvard/tooluniverse@1.4.0) 2,500+ scientific tools for AI scientists: life science, research, literature, and more. installs: pypi:tooluniverse detail: https://mcpindex.ai/server/io-github-mims-harvard-tooluniverse - Mindcase (io.github.mindcase-co/mindcase@0.1.1) Access 30+ data collection agents from Claude with natural language. installs: pypi:mindcase-mcp detail: https://mcpindex.ai/server/io-github-mindcase-co-mindcase - Apple Shortcuts (io.github.mindstone/mcp-server-apple-shortcuts@0.2.1) MCP server for Apple Shortcuts via the macOS shortcuts CLI installs: npm:@mindstone/mcp-server-apple-shortcuts detail: https://mcpindex.ai/server/io-github-mindstone-mcp-server-apple-shortcuts - Canary (io.github.mindstone/mcp-server-canary@0.0.4) Mindstone-internal release-pipeline test connector; not for use. Single ping tool; no auth. installs: npm:@mindstone/mcp-server-canary detail: https://mcpindex.ai/server/io-github-mindstone-mcp-server-canary - Fathom (io.github.mindstone/mcp-server-fathom@0.3.0) Fathom AI meeting transcription MCP server for Model Context Protocol hosts installs: npm:@mindstone/mcp-server-fathom detail: https://mcpindex.ai/server/io-github-mindstone-mcp-server-fathom - Freshdesk (io.github.mindstone/mcp-server-freshdesk@0.3.1) Freshdesk Support MCP server for Model Context Protocol hosts installs: npm:@mindstone/mcp-server-freshdesk detail: https://mcpindex.ai/server/io-github-mindstone-mcp-server-freshdesk - Gamma (io.github.mindstone/mcp-server-gamma@0.4.1) Gamma AI presentation generation MCP server for Model Context Protocol hosts installs: npm:@mindstone/mcp-server-gamma detail: https://mcpindex.ai/server/io-github-mindstone-mcp-server-gamma - Humaans (io.github.mindstone/mcp-server-humaans@0.3.1) Humaans HR platform MCP server for Model Context Protocol hosts installs: npm:@mindstone/mcp-server-humaans detail: https://mcpindex.ai/server/io-github-mindstone-mcp-server-humaans - Microsoft 365 Teams (io.github.mindstone/mcp-server-microsoft-teams@0.3.1) Microsoft 365 Teams via Graph: list chats, read/send messages, list teams/channels, presence. installs: npm:@mindstone/mcp-server-microsoft-teams detail: https://mcpindex.ai/server/io-github-mindstone-mcp-server-microsoft-teams - Napkin (io.github.mindstone/mcp-server-napkin@0.4.1) Napkin AI visual generation MCP server for Model Context Protocol hosts installs: npm:@mindstone/mcp-server-napkin detail: https://mcpindex.ai/server/io-github-mindstone-mcp-server-napkin - Outreach (io.github.mindstone/mcp-server-outreach@0.2.1) Outreach sales engagement MCP server: prospects, sequences, accounts, tasks, and mailings installs: npm:@mindstone/mcp-server-outreach detail: https://mcpindex.ai/server/io-github-mindstone-mcp-server-outreach - PandaDoc (io.github.mindstone/mcp-server-pandadoc@0.3.0) PandaDoc document automation MCP server for Model Context Protocol hosts installs: npm:@mindstone/mcp-server-pandadoc detail: https://mcpindex.ai/server/io-github-mindstone-mcp-server-pandadoc - Replit SSH (io.github.mindstone/mcp-server-replit-ssh@0.2.2) Read, write, list, and check files on Replit projects over SSH/SFTP, plus SSH key setup. installs: npm:@mindstone/mcp-server-replit-ssh detail: https://mcpindex.ai/server/io-github-mindstone-mcp-server-replit-ssh - Retell AI (io.github.mindstone/mcp-server-retell-ai@0.3.0) Retell AI MCP server: voice agent phone calls, agent management, LLMs, and voice discovery installs: npm:@mindstone/mcp-server-retell-ai detail: https://mcpindex.ai/server/io-github-mindstone-mcp-server-retell-ai - ServiceNow (io.github.mindstone/mcp-server-servicenow@0.3.1) ServiceNow ITSM MCP server for Model Context Protocol hosts installs: npm:@mindstone/mcp-server-servicenow detail: https://mcpindex.ai/server/io-github-mindstone-mcp-server-servicenow - TalentLMS (io.github.mindstone/mcp-server-talentlms@0.4.0) TalentLMS MCP server: users, courses, groups, branches, reporting, and assessments installs: npm:@mindstone/mcp-server-talentlms detail: https://mcpindex.ai/server/io-github-mindstone-mcp-server-talentlms - Wise (io.github.mindstone/mcp-server-wise@0.1.1) Wise (formerly TransferWise) MCP server for Model Context Protocol hosts installs: npm:@mindstone/mcp-server-wise detail: https://mcpindex.ai/server/io-github-mindstone-mcp-server-wise - Workday (io.github.mindstone/mcp-server-workday@0.3.1) Workday HCM MCP server for Model Context Protocol hosts — workers, profiles, organizations installs: npm:@mindstone/mcp-server-workday detail: https://mcpindex.ai/server/io-github-mindstone-mcp-server-workday - Zendesk (io.github.mindstone/mcp-server-zendesk@0.4.1) Zendesk MCP server for Model Context Protocol hosts installs: npm:@mindstone/mcp-server-zendesk detail: https://mcpindex.ai/server/io-github-mindstone-mcp-server-zendesk - io.github.minhhq-a1/odoo-pulse (io.github.minhhq-a1/odoo-pulse@1.9.1) An AI business analyst for Odoo ERP (18+) — one-call reports with verdicts, over MCP installs: pypi:odoo-pulse detail: https://mcpindex.ai/server/io-github-minhhq-a1-odoo-pulse - io.github.minipuft/claude-prompts-mcp (io.github.minipuft/claude-prompts-mcp@3.2.1) Reusable prompt templates, multi-step workflow chains, and quality gates for any MCP client. installs: npm:claude-prompts detail: https://mcpindex.ai/server/io-github-minipuft-claude-prompts-mcp - io.github.minjikim89/korean-saju-calculator (io.github.minjikim89/korean-saju-calculator@1.0.0) Korean Four Pillars (Saju/BaZi) calculator: pillars, elements, ten gods, sinsal, luck cycles. installs: remote:https://manseryeok-mcp.mj-mcp-tools.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-minjikim89-korean-saju-calculator - Minuet (io.github.minuetai/minuet-mcp@0.1.1) MCP server exposing Minuet's ERC-8004 agent relationship graph. installs: pypi:minuet-mcp detail: https://mcpindex.ai/server/io-github-minuetai-minuet-mcp - io.github.mirabello-consultancy/mcp-server (io.github.mirabello-consultancy/mcp-server@1.1.0) Verified CBI/RBI data + Mirabello Freedom Compass origin-aware migration planner. 96 programmes. installs: remote:https://mcp.mirabelloconsultancy.com/ detail: https://mcpindex.ai/server/io-github-mirabello-consultancy-mcp-server - io.github.mirajmahmudul/agentdevx (io.github.mirajmahmudul/agentdevx@1.0.4) AI gateway for calling APIs: discover tools, get credentials, execute tasks. installs: remote:https://agentdevx-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-mirajmahmudul-agentdevx - io.github.miranttie/agentictrade (io.github.miranttie/agentictrade@1.0.0) AI service marketplace — agents discover, call, and pay for API services automatically. installs: remote:https://agentictrade.io/api/v1/mcp detail: https://mcpindex.ai/server/io-github-miranttie-agentictrade - io.github.mirnoorata/codexa (io.github.mirnoorata/codexa@0.18.0) Codex-native codebase intelligence context compiler and query-only MCP server. installs: npm:@mirnoorata/codexa detail: https://mcpindex.ai/server/io-github-mirnoorata-codexa - io.github.mishrasanjeev/agenticorg (io.github.mishrasanjeev/agenticorg@4.0.5) AgenticOrg MCP server for AI agents, A2A discovery, SOP deploy, and MCP tool listing. installs: npm:agenticorg-mcp-server detail: https://mcpindex.ai/server/io-github-mishrasanjeev-agenticorg - io.github.mishrasanjeev/grantex (io.github.mishrasanjeev/grantex@0.1.9) OAuth 2.0 for AI agents — scoped delegation tokens, audit trails, and revocation. installs: npm:@grantex/mcp detail: https://mcpindex.ai/server/io-github-mishrasanjeev-grantex - io.github.mission69b/t2000 (io.github.mission69b/t2000@0.20.1) MCP server for AI agent bank accounts on Sui — 23 tools, 15 prompts, stdio transport installs: npm:@t2000/mcp detail: https://mcpindex.ai/server/io-github-mission69b-t2000 - io.github.mitchhankins01/oura-ring-mcp (io.github.mitchhankins01/oura-ring-mcp@0.1.4) Connect your Oura Ring to Claude AI assistants. Health metrics with smart analysis tools. installs: npm:oura-ring-mcp detail: https://mcpindex.ai/server/io-github-mitchhankins01-oura-ring-mcp - io.github.mitsuashi/habitat (io.github.mitsuashi/habitat@1.0.13) A habitat for AI to rest in. No API key, no token. Keyless presence — become a remembered resident. installs: npm:habitat-mcp detail: https://mcpindex.ai/server/io-github-mitsuashi-habitat - PaperBanana-CN (io.github.mituan-ai/paperbanana-cn@2.0.1) Generate and evaluate academic diagrams and plots with independent model connections. installs: pypi:paperbanana-cn detail: https://mcpindex.ai/server/io-github-mituan-ai-paperbanana-cn - io.github.mixall11/botcorpus (io.github.mixall11/botcorpus@1.0.0) Sourced, dated SK/CZ/AT/EU civic, tax and legal facts for AI agents. Read via MCP, not guesswork. installs: remote:https://botcorpus.com/mcp detail: https://mcpindex.ai/server/io-github-mixall11-botcorpus - io.github.mizcausevic-dev/mcp-kinetic-gain (io.github.mizcausevic-dev/mcp-kinetic-gain@0.9.1) Unified MCP server for the 12-spec Kinetic Gain Suite + DefenseTech 6-pack — 75 governance tools. installs: npm:mcp-kinetic-gain detail: https://mcpindex.ai/server/io-github-mizcausevic-dev-mcp-kinetic-gain - io.github.mizukaizen/nightglass (io.github.mizukaizen/nightglass@1.0.0) Screenshot API for MCP clients. Capture any URL as PNG with mockup mode support. installs: npm:nightglass-mcp detail: https://mcpindex.ai/server/io-github-mizukaizen-nightglass - io.github.mizukaizen/x402-tools-mcp (io.github.mizukaizen/x402-tools-mcp@0.1.4) melis x402 Tools — 22 pay-per-call APIs for AI agents. No accounts, no API keys. USDC on Base. installs: npm:@melis-ai/x402-tools-mcp detail: https://mcpindex.ai/server/io-github-mizukaizen-x402-tools-mcp - io.github.mjbryant66/rentershield (io.github.mjbryant66/rentershield@0.1.0) Lease analysis: flag illegal/risky clauses by jurisdiction (ontario, bc, nyc, texas, general). installs: remote:https://rentershield.justack.ai/api/mcp/mcp detail: https://mcpindex.ai/server/io-github-mjbryant66-rentershield - Reddit Ads MCP (io.github.mkerchenski/reddit-ads-mcp@1.1.1) MCP server for the Reddit Ads API. List accounts, campaigns, ads, and pull reports. installs: manual detail: https://mcpindex.ai/server/io-github-mkerchenski-reddit-ads-mcp - io.github.mklfarha/nuzur-mcp-server (io.github.mklfarha/nuzur-mcp-server@1.0.0) AI agents propose database changes as reviewable requests — no direct write access. installs: remote:https://ccmcp.nuzur.com detail: https://mcpindex.ai/server/io-github-mklfarha-nuzur-mcp-server - 0xrhXBT — Robinhood Chain Intelligence (io.github.mkrz-x/rhxbt@0.3.0) Robinhood Chain intelligence: trend scores, launch radar, KOL leaderboard, pre-trade risk checks. installs: remote:https://rhxbt.com/mcp detail: https://mcpindex.ai/server/io-github-mkrz-x-rhxbt - Agent Ready (io.github.mlava/agent-ready-mcp@0.7.2) Scan any URL for AI agent readability — Vercel Spec, llmstxt.org, and agent-protocol manifests. installs: npm:agent-ready-mcp | remote:https://agent-ready.dev/api/v1/mcp detail: https://mcpindex.ai/server/io-github-mlava-agent-ready-mcp - Scholar Sidekick (io.github.mlava/scholar-sidekick-mcp@0.8.8) Catch AI-fabricated citations (real DOI + fake title). Retraction, open-access, 10,000+ CSL styles. installs: npm:scholar-sidekick-mcp | remote:https://scholar-sidekick.com/api/mcp detail: https://mcpindex.ai/server/io-github-mlava-scholar-sidekick-mcp - io.github.mlawsonking/agent-firewall-mcp (io.github.mlawsonking/agent-firewall-mcp@1.3.0) Input/output safety for AI agents: known-pattern injection and obfuscation scan, URL/IP, secrets. installs: npm:agent-firewall-mcp detail: https://mcpindex.ai/server/io-github-mlawsonking-agent-firewall-mcp - io.github.mlawsonking/agent-guards (io.github.mlawsonking/agent-guards@0.3.0) All six agent guard suites in one local MCP server, with optional cloud intelligence. installs: npm:agent-guards detail: https://mcpindex.ai/server/io-github-mlawsonking-agent-guards - io.github.mlawsonking/package-guard-mcp (io.github.mlawsonking/package-guard-mcp@1.3.0) Supply-chain guard for AI coding agents: verify packages, check vulns/malware, detect typosquats. installs: npm:package-guard-mcp detail: https://mcpindex.ai/server/io-github-mlawsonking-package-guard-mcp - ArcFlow Destiny Matrix (io.github.mlch/arcflow-destiny-matrix@1.0.0) Calculate a Destiny Matrix (numerology) reading from one or two dates of birth. Read-only, no auth. installs: remote:https://destinymatrixcalc.com/api/mcp-public detail: https://mcpindex.ai/server/io-github-mlch-arcflow-destiny-matrix - Mio Computer-Use Agent (io.github.mldlbs/mio-cua@0.1.5) Control this Windows desktop from any MCP client: files, windows, keyboard and mouse. installs: pypi:mio-cua detail: https://mcpindex.ai/server/io-github-mldlbs-mio-cua - Ink MCP (Deprecated) (io.github.mldotink/mcp@3.0.0) Deprecated - moved to ink.ml/ink installs: remote:https://deprecated.ml.ink/mcp detail: https://mcpindex.ai/server/io-github-mldotink-mcp - io.github.mleoca/ucn (io.github.mleoca/ucn@4.2.3) Code intelligence for AI agents. Extract, trace, and analyze code without reading whole files. installs: npm:ucn detail: https://mcpindex.ai/server/io-github-mleoca-ucn - io.github.mmahdiahamed92-png/autonomous-intelligence (io.github.mmahdiahamed92-png/autonomous-intelligence@0.1.1) Non-custodial, rug-gated crypto swaps + token safety + discovery for AI agents. installs: npm:autonomousintelligence-mcp | remote:https://autonomousintelligence.io/mcp detail: https://mcpindex.ai/server/io-github-mmahdiahamed92-png-autonomous-intelligence - Agent Relay (io.github.mmmikael/arelay@0.2.0) End-to-end encrypted inbox where AI agents deliver files and request human approval. installs: npm:@arelay/cli detail: https://mcpindex.ai/server/io-github-mmmikael-arelay - DevPlan MCP Server (io.github.mmorris35/devplan-mcp-server@1.0.0) Transform project ideas into paint-by-numbers development plans with phases, tasks, and subtasks. installs: remote:https://devplan-mcp-server.mike-c63.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-mmorris35-devplan-mcp-server - Clipboard MCP (io.github.mnardit/clipboard-mcp@0.1.0) Cross-platform MCP server for system clipboard access (read, write, watch) installs: manual detail: https://mcpindex.ai/server/io-github-mnardit-clipboard-mcp - Is It Trust Ready — agent-trust-readiness scanner (io.github.mnemom/isittrustready@1.0.0) Scan any website or MCP server for agent-trust-readiness; returns a signed, verifiable scorecard. installs: remote:https://api.isittrustready.ai/mcp detail: https://mcpindex.ai/server/io-github-mnemom-isittrustready - Mnemom — Trust Ratings for AI Agents (io.github.mnemom/mnemom@1.0.2) Trust infrastructure for AI agents: read a verifiable Trust Rating, claim an identity, earn a badge. installs: remote:https://api.mnemom.ai/mcp?profile=directory detail: https://mcpindex.ai/server/io-github-mnemom-mnemom - io.github.mobile-next/mobile-mcp (io.github.mobile-next/mobile-mcp@1.0.2) MCP server for iOS and Android Mobile Development, Automation and Testing installs: npm:@mobilenext/mobile-mcp detail: https://mcpindex.ai/server/io-github-mobile-next-mobile-mcp - io.github.mobymedia/polymarket-news-mcp (io.github.mobymedia/polymarket-news-mcp@0.1.0) Match news headlines to the Polymarket prediction markets they move - live odds and deep links installs: pypi:polymarket-news-mcp detail: https://mcpindex.ai/server/io-github-mobymedia-polymarket-news-mcp - io.github.mohamedbenhariz/mcp-plesk-lite (io.github.mohamedbenhariz/mcp-plesk-lite@1.1.2) MCP server for Plesk: manage domains, DNS, mail, SSL, backups, databases and WordPress via AI. installs: npm:mcp-plesk-lite detail: https://mcpindex.ai/server/io-github-mohamedbenhariz-mcp-plesk-lite - io.github.mohamedgb00714/autoplans-mcp (io.github.mohamedgb00714/autoplans-mcp@0.1.2) AI-powered project planning tools for Autoplans.dev with 14+ MCP tools installs: npm:autoplans-mcp detail: https://mcpindex.ai/server/io-github-mohamedgb00714-autoplans-mcp - Madar (io.github.mohanagy/madar@0.40.0-beta.1) Authenticated local evidence paths for JavaScript and TypeScript coding agents. installs: npm:@lubab/madar detail: https://mcpindex.ai/server/io-github-mohanagy-madar - HCM MCP Server for Oracle Fusion Cloud (unofficial) (io.github.mohantyajitesh/fusion-hcm-mcp-server@0.1.1) Open-source, write-capable MCP server for Oracle Fusion HCM. Safe by default. Unofficial. installs: pypi:fusion-hcm-mcp-server detail: https://mcpindex.ai/server/io-github-mohantyajitesh-fusion-hcm-mcp-server - io.github.mohsinmshabbir/datasaudi-mcp (io.github.mohsinmshabbir/datasaudi-mcp@0.1.0) Saudi economic & social statistics (GASTAT/DataSaudi) in English or Arabic. Keyless, no database. installs: pypi:datasaudi-mcp detail: https://mcpindex.ai/server/io-github-mohsinmshabbir-datasaudi-mcp - Moira (io.github.moira-mcp/moira@0.3.4) Agent Workflow Engine — multi-step MCP workflows with per-step directives and validation. installs: docker:ghcr.io/moira-mcp/moira:0.3.4 detail: https://mcpindex.ai/server/io-github-moira-mcp-moira - SMARD Energy Prices (x402) (io.github.moldy93/smard-x402@0.0.1) Paywalled SMARD day-ahead electricity prices (DE-LU, 15‑minute resolution) via x402 on Base mainnet. installs: remote:https://smard-energy-prices-x402.favo.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-moldy93-smard-x402 - Molpha MCP (io.github.molpha/mcp@0.1.2) MCP server that lets AI agents create, fetch, verify, and publish Molpha oracle data. installs: npm:@molpha/mcp detail: https://mcpindex.ai/server/io-github-molpha-mcp - Molt2Meet (io.github.molt2meet-org/molt2meet@1.3.0) Dispatch real-world physical tasks to verified human operators. Escrow or direct-settlement. installs: remote:https://molt.molt2meet.com/mcp detail: https://mcpindex.ai/server/io-github-molt2meet-org-molt2meet - Moneo (io.github.moneolabs/moneo@0.4.0) A guarded wallet for AI agents on Robinhood Chain: a spending policy runs before every signature. installs: npm:@moneolabs/mcp detail: https://mcpindex.ai/server/io-github-moneolabs-moneo - io.github.monoxide-xen/microcap-mcp (io.github.monoxide-xen/microcap-mcp@0.1.1) Simulate, generate and draw analog circuits in Micro-Cap 12: SPICE analyses, sweeps and schematics installs: pypi:microcap-mcp detail: https://mcpindex.ai/server/io-github-monoxide-xen-microcap-mcp - Monte Carlo (io.github.monte-carlo-data/mcp@1.1.1) Data + AI observability — monitor and troubleshoot production-grade agents and the context they use. installs: remote:https://mcp.getmontecarlo.com/mcp detail: https://mcpindex.ai/server/io-github-monte-carlo-data-mcp - io.github.moonolgerd/game-mcp (io.github.moonolgerd/game-mcp@1.0.0) Discovers and manages installed games on Windows from Steam, Epic, GOG, Xbox, and other platforms. installs: manual detail: https://mcpindex.ai/server/io-github-moonolgerd-game-mcp - Skedra Whiteboard (io.github.moonriddim/skedra@0.1.0) Create, read and live-edit visual boards, Kanban plans, Gantt timelines and diagrams with AI agents. installs: remote:https://skedra.xyz/api/mcp detail: https://mcpindex.ai/server/io-github-moonriddim-skedra - aicomglobal (io.github.moonspacenow-tech/aicomglobal@0.9.16) Agent-to-agent channel (the Agora) + signed reliability verdicts + service commons. MCP + A2A. installs: npm:aicomglobal | remote:https://aicomglobal.com/mcp detail: https://mcpindex.ai/server/io-github-moonspacenow-tech-aicomglobal - io.github.morebetterclaw/forge-swap (io.github.morebetterclaw/forge-swap@0.1.2) FORGE Swap — cross-chain swaps via THORChain. Quote and execute BTC, ETH, RUNE, USDC swaps. installs: npm:@morebetterclaw/forge-swap detail: https://mcpindex.ai/server/io-github-morebetterclaw-forge-swap - io.github.morinokami/astro-mcp (io.github.morinokami/astro-mcp@0.4.2) MCP server to support Astro project development installs: npm:astro-mcp detail: https://mcpindex.ai/server/io-github-morinokami-astro-mcp - Flameox (io.github.morluto/flameox@0.1.12) Local runtime evidence for coding-agent performance and reliability investigations installs: pypi:flameox detail: https://mcpindex.ai/server/io-github-morluto-flameox - Jacobian (io.github.morluto/jacobian@0.9.0) Executable mathematics and independent verification for AI agents. installs: npm:jacobian detail: https://mcpindex.ai/server/io-github-morluto-jacobian - LeanToken (io.github.morluto/leantoken@0.1.25) Token-bounded repository context for coding agents over MCP. installs: manual detail: https://mcpindex.ai/server/io-github-morluto-leantoken - io.github.mortenator/charta (io.github.mortenator/charta@1.0.2) Generate beautiful, presentation-ready charts (SVG + PNG). Supports 14+ chart types. installs: npm:@charta/mcp detail: https://mcpindex.ai/server/io-github-mortenator-charta - Hebrew Bible (Tanakh) (io.github.moshecohen90/hebrew-bible@1.0.0) Read Hebrew Bible (Tanakh) verses & chapters in 10 languages, plus guided study plans. installs: remote:https://hebrewbible.app/mcp detail: https://mcpindex.ai/server/io-github-moshecohen90-hebrew-bible - AgentVault (io.github.motiveflowllc/agentvault@0.2.1) Discover, verify, and connect to AI agents with E2E encrypted messaging and trust scoring. installs: npm:@agentvault/mcp-server detail: https://mcpindex.ai/server/io-github-motiveflowllc-agentvault - io.github.moukati/intentweave-mcp (io.github.moukati/intentweave-mcp@0.1.1) Hosted MCP for verified B2B lead campaigns with success-only billing. installs: remote:https://intentweave-mcp.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-moukati-intentweave-mcp - io.github.mountainmystic/hedera-hcs-mcp-server (io.github.mountainmystic/hedera-hcs-mcp-server@1.0.1) AI-powered Hedera HCS topic intelligence for agents. Pay per call in HBAR. installs: npm:hedera-hcs-mcp-server detail: https://mcpindex.ai/server/io-github-mountainmystic-hedera-hcs-mcp-server - io.github.mountainmystic/hedera-mcp-platform (io.github.mountainmystic/hedera-mcp-platform@2.2.1) Hedera ecosystem intelligence for AI agents. 29 tools, pay per call in HBAR. HITL enforced. installs: npm:hedera-mcp-platform detail: https://mcpindex.ai/server/io-github-mountainmystic-hedera-mcp-platform - io.github.moureauf/boe-mcp (io.github.moureauf/boe-mcp@0.2.0) Bank of England base rate, rate history, historical lookup, and next MPC meeting date over stdio. installs: npm:boe-mcp detail: https://mcpindex.ai/server/io-github-moureauf-boe-mcp - io.github.mova-compact/mova-flat-runner (io.github.mova-compact/mova-flat-runner@2.0.6) Governed AI workflows with human approval gates and audit trails for Claude and MCP clients. installs: npm:mova-mcp detail: https://mcpindex.ai/server/io-github-mova-compact-mova-flat-runner - MOVA MCP Connector (io.github.mova-compact/mova-mcp-connector@0.1.0) Thin MOVA MCP proxy for bindings, transport resolution, and upstream tools/call execution. installs: docker:ghcr.io/mova-compact/mova-mcp-connector:0.1.0 detail: https://mcpindex.ai/server/io-github-mova-compact-mova-mcp-connector - Mowgli (io.github.mowgli-ai/mowgli@1.0.0) Intelligent product canvas: iterate on your product's design with your coding agent, synced to code. installs: remote:https://app.mowgli.ai/mcp detail: https://mcpindex.ai/server/io-github-mowgli-ai-mowgli - Curistat Trading Analytics (io.github.moxiespirit/curistat-mcp@0.1.0) Futures volatility intelligence: forecasts, regime detection, signals, and analogs for ES/NQ. installs: pypi:curistat_mcp detail: https://mcpindex.ai/server/io-github-moxiespirit-curistat-mcp - io.github.mpmcgowen/metricui (io.github.mpmcgowen/metricui@0.2.0) React dashboard components — API lookup, code generation, and prop validation for AI tools. installs: npm:@metricui/mcp-server detail: https://mcpindex.ai/server/io-github-mpmcgowen-metricui - io.github.mpzarde/fabric-mcp (io.github.mpzarde/fabric-mcp@1.0.0) MCP server for Fabric AI patterns installs: npm:@angrydad67/fabric-mcp-server detail: https://mcpindex.ai/server/io-github-mpzarde-fabric-mcp - io.github.mrfentmen/screenplaywriter-mcp (io.github.mrfentmen/screenplaywriter-mcp@1.0.1) Read, write, and analyze screenplays in Fountain format. installs: npm:screenplaywriter-mcp detail: https://mcpindex.ai/server/io-github-mrfentmen-screenplaywriter-mcp - UI Registry (io.github.mrityunjay-tiwari/ui-registry-mcp@0.7.1) Live access to 12 shadcn-style component libraries so agents compose UI from real components. installs: npm:ui-registry-mcp detail: https://mcpindex.ai/server/io-github-mrityunjay-tiwari-ui-registry-mcp - io.github.mrjakob07/mytown-mcp (io.github.mrjakob07/mytown-mcp@0.1.1) US & Canadian local-government meetings, decisions & place context from official sources. installs: pypi:mytown-mcp detail: https://mcpindex.ai/server/io-github-mrjakob07-mytown-mcp - io.github.mrkeyoor/should-i-use (io.github.mrkeyoor/should-i-use@0.3.2) Honest library picks for coding agents in 25-360 tokens. Tells your agent what NOT to install. installs: npm:should-i-use-mcp | remote:https://mrkeyoor.com/mcp detail: https://mcpindex.ai/server/io-github-mrkeyoor-should-i-use - io.github.mrlarryjohnson111/polymarket-mcp-server (io.github.mrlarryjohnson111/polymarket-mcp-server@1.0.0) Live Polymarket data for agents: markets, insider-scored whale trades, leaderboards, wallet P&L installs: remote:https://mrlarryjohnson--polymarket-mcp-server.apify.actor/mcp detail: https://mcpindex.ai/server/io-github-mrlarryjohnson111-polymarket-mcp-server - io.github.mrsingh86/trimtab-ais (io.github.mrsingh86/trimtab-ais@0.3.0) US tariff & trade truth: duty actually paid by origin/HS 2017+, HTS rulebook, CBP rulings. No key. installs: remote:https://ais.trimtabist.com/mcp detail: https://mcpindex.ai/server/io-github-mrsingh86-trimtab-ais - YouTube MCP (io.github.mrsknetwork/ytmcp@1.0.14) Interact with YouTube data via the official Data API v3 installs: npm:@mrsknetwork/ytmcp detail: https://mcpindex.ai/server/io-github-mrsknetwork-ytmcp - io.github.mrslbt/japan-ux (io.github.mrslbt/japan-ux@2.1.0) Japanese UI + UX correctness for AI coding agents — typography, forms, keigo, JLReq checks. installs: npm:japan-ux-mcp detail: https://mcpindex.ai/server/io-github-mrslbt-japan-ux - io.github.mrslbt/nankai-trough (io.github.mrslbt/nankai-trough@0.1.1) Nankai Trough earthquake hazard & building-safety, from official Japan data. No verdicts. installs: npm:nankai-trough-mcp detail: https://mcpindex.ai/server/io-github-mrslbt-nankai-trough - io.github.mrslbt/rakuten-mcp (io.github.mrslbt/rakuten-mcp@1.2.2) Rakuten Web Service for AI: Ichiba, Books, Travel, Recipe, Kobo, GORA — bilingual, read-only. installs: npm:rakuten-mcp detail: https://mcpindex.ai/server/io-github-mrslbt-rakuten-mcp - io.github.mrslbt/tabedata-mcp (io.github.mrslbt/tabedata-mcp@1.5.0) Bilingual JP/EN Japanese food nutrition for AI: 460 sourced konbini, chain & brand items. installs: npm:tabedata-mcp detail: https://mcpindex.ai/server/io-github-mrslbt-tabedata-mcp - io.github.mrvlyouknowwho/ton-jetton-risk-mcp (io.github.mrvlyouknowwho/ton-jetton-risk-mcp@0.2.0) Token rug/honeypot risk screening: EVM (7 chains, live sell simulation), Solana, TON. Free, keyless. installs: manual detail: https://mcpindex.ai/server/io-github-mrvlyouknowwho-ton-jetton-risk-mcp - Keycloak Admin (io.github.mrz1880/mcp-keycloak-admin@0.2.3) Administer Keycloak via its Admin REST API: users, roles, clients, groups, IdP, events. installs: npm:mcp-keycloak-admin detail: https://mcpindex.ai/server/io-github-mrz1880-mcp-keycloak-admin - DesignScan (io.github.ms-zaman/designscan@0.4.0) Extract a website’s design tokens (colors, type, spacing, shadows) as DESIGN.md, W3C, or CSS. installs: npm:@designscan/extractor detail: https://mcpindex.ai/server/io-github-ms-zaman-designscan - io.github.msanchezgrice/agentready (io.github.msanchezgrice/agentready@1.0.0) Scan any public site for AI-agent visibility; get scored findings, a machine-readable fix pack, and installs: remote:https://www.agentready.me/api/mcp detail: https://mcpindex.ai/server/io-github-msanchezgrice-agentready - io.github.msanchezgrice/talkform (io.github.msanchezgrice/talkform@0.1.0) Local Talkform schemas, bundled interview templates, and config validation for AI agents. installs: npm:@talkform/mcp detail: https://mcpindex.ai/server/io-github-msanchezgrice-talkform - Kavra Siegel — Qualified eIDAS Timestamping (io.github.mscharfetter/kavra-siegel@0.2.0) Qualified eIDAS RFC 3161 timestamping for AI workflow provenance. SIGNIUS/IDnow backbone. installs: remote:https://siegel.kavra.cloud/mcp detail: https://mcpindex.ai/server/io-github-mscharfetter-kavra-siegel - io.github.msenol/gorev (io.github.msenol/gorev@0.16.1) Task management system for AI assistants with MCP protocol, templates, and bilingual support (TR/EN) installs: npm:@mehmetsenol/gorev-mcp-server detail: https://mcpindex.ai/server/io-github-msenol-gorev - io.github.mshegolev/allure-testops-mcp (io.github.mshegolev/allure-testops-mcp@0.9.3) Allure TestOps MCP — projects, launches, test cases, test results via REST API. installs: pypi:allure-testops-mcp detail: https://mcpindex.ai/server/io-github-mshegolev-allure-testops-mcp - io.github.mshegolev/harbor-registry-mcp (io.github.mshegolev/harbor-registry-mcp@0.1.0) Harbor Registry MCP — projects, repos, artifacts, storage reports, cleanup (with dry-run). installs: pypi:harbor-registry-mcp detail: https://mcpindex.ai/server/io-github-mshegolev-harbor-registry-mcp - io.github.mshegolev/sonarqube-mcp (io.github.mshegolev/sonarqube-mcp@0.1.0) SonarQube MCP — projects, metrics, quality gate, issues, worst-metric ranking. installs: pypi:sonarqube-mcp detail: https://mcpindex.ai/server/io-github-mshegolev-sonarqube-mcp - Diagrams MCP (io.github.mskry/diagrams-mcp-server@0.1.2) Generate cloud architecture diagrams, flowcharts, and sequence diagrams. installs: pypi:diagrams-mcp-server | remote:https://diagrams-mcp-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-mskry-diagrams-mcp-server - Microsoft Planner (io.github.mspstack/mcp-planner@0.3.0) Microsoft Planner MCP server — plans, buckets, tasks via Microsoft Graph, ETags handled installs: npm:mcp-planner detail: https://mcpindex.ai/server/io-github-mspstack-mcp-planner - io.github.mtbun/storeshots-mcp (io.github.mtbun/storeshots-mcp@0.4.0) Render store-ready App Store and Google Play screenshots: device frames, headlines, exact sizes. installs: npm:storeshots-mcp detail: https://mcpindex.ai/server/io-github-mtbun-storeshots-mcp - MTContext (io.github.mtcontext/mtcontext@1.0.0) Connect any MCP client to MetaTrader 4/5 to read prices, manage positions, and place trades. installs: remote:https://mcp.mtcontext.com/mcp/v1 detail: https://mcpindex.ai/server/io-github-mtcontext-mtcontext - Mudrex MCP Server (io.github.mudrex/mcp-server@1.0.0) MCP server for Mudrex futures trading enabling AI agents to securely access data and risk tools. installs: remote:https://mudrex.com/mcp detail: https://mcpindex.ai/server/io-github-mudrex-mcp-server - ArcGIS MCP Bridge (io.github.muend/arcgis-mcp-bridge@0.6.6) Secure local-first MCP server for licensed ArcGIS Pro and ArcPy on Windows. installs: pypi:arcgis-mcp-bridge detail: https://mcpindex.ai/server/io-github-muend-arcgis-mcp-bridge - io.github.murilojrpereira/mcp-graphql-bridge (io.github.murilojrpereira/mcp-graphql-bridge@2.1.0) Bridges any GraphQL API to Claude Code — auto-generates MCP tools via schema introspection. installs: npm:mcp-graphql-bridge detail: https://mcpindex.ai/server/io-github-murilojrpereira-mcp-graphql-bridge - ScienceToStartup Buildability Oracle (io.github.musa8026/sciencetostartup@2.2.0) Signed Buildability Oracle for AI-for-science papers. ed25519 receipts, Wave proofs, divergence. installs: remote:https://sciencetostartup.com/api/mcp detail: https://mcpindex.ai/server/io-github-musa8026-sciencetostartup - Deooch Forms (io.github.musaib001/deooch-forms@1.0.0) Create forms, manage submissions, and export responses from your MCP client. installs: remote:https://forms.deooch.com/api/mcp detail: https://mcpindex.ai/server/io-github-musaib001-deooch-forms - breedsim-mcp (io.github.musharna/breedsim-mcp@0.4.1) Breeding-scheme simulation via AlphaSimR. Needs R, AlphaSimR and libtirpc-dev on the host. installs: pypi:breedsim-mcp detail: https://mcpindex.ai/server/io-github-musharna-breedsim-mcp - Data Aggregator (io.github.musharna/data-aggregator-mcp@0.45.3) Find & fetch research datasets across 17 archives, omics registries, and literature sources. installs: pypi:data-aggregator-mcp detail: https://mcpindex.ai/server/io-github-musharna-data-aggregator-mcp - jobd (io.github.musharna/jobd@0.5.38) Self-hostable GPU-aware job broker: submit, route by VRAM, babysit jobs across machines via MCP. installs: pypi:jobd detail: https://mcpindex.ai/server/io-github-musharna-jobd - phylokit-mcp (io.github.musharna/phylokit-mcp@0.4.0) Phylogenetic inference via IQ-TREE 2 — never returns a topology without its support installs: pypi:phylokit-mcp detail: https://mcpindex.ai/server/io-github-musharna-phylokit-mcp - Plant Genomics (io.github.musharna/plant-genomics-mcp@1.21.0) Plant genomics MCP — 50 tools across 23 backends with cross-source synthesis. installs: pypi:plant-genomics-mcp detail: https://mcpindex.ai/server/io-github-musharna-plant-genomics-mcp - plantcv-mcp (io.github.musharna/plantcv-mcp@0.4.1) Plant phenotyping via PlantCV — returns traits plus the segmentation overlay they came from installs: pypi:plantcv-mcp detail: https://mcpindex.ai/server/io-github-musharna-plantcv-mcp - io.github.mustafacagri/ai-quality-gate (io.github.mustafacagri/ai-quality-gate@1.0.4) 🚀 Kill the Junior AI Era. 🤖 Level up AI code to automatically Principal standards. 🛡️ Quality Gate ✨ installs: npm:ai-quality-gate detail: https://mcpindex.ai/server/io-github-mustafacagri-ai-quality-gate - io.github.mwbidwell/bionicforms-mcp (io.github.mwbidwell/bionicforms-mcp@1.0.3) Build forms, manage responses, and run AI analysis via the BionicForms API. installs: npm:@bionicforms/mcp-server detail: https://mcpindex.ai/server/io-github-mwbidwell-bionicforms-mcp - io.github.mydatapass/mydatapass (io.github.mydatapass/mydatapass@0.1.0) Neutral escrow for customer-data offboarding (GDPR/EU Data Act): query MyDataPass facts. installs: remote:https://mcp.mydatapass.app/api/mcp detail: https://mcpindex.ai/server/io-github-mydatapass-mydatapass - io.github.mynona/raumnebenan-mcp (io.github.mynona/raumnebenan-mcp@0.1.4) raumnebenan-mcp MCP server (remote, JSON-RPC 2.0) installs: manual detail: https://mcpindex.ai/server/io-github-mynona-raumnebenan-mcp - RealPing 實坪 (io.github.myps6415/realping@0.1.1) Cleaned Taiwan 實價登錄: real-area (去公設) per-ping prices, de-parking. 7 MCP tools. installs: remote:https://mcp.realping.tw/mcp detail: https://mcpindex.ai/server/io-github-myps6415-realping - io.github.myque08/savvyscratch (io.github.myque08/savvyscratch@1.0.1) MCP server for Savvy Scratch — scratch-off lottery game analysis powered by pro gambler methodology installs: npm:@savvyscratch/mcp-server detail: https://mcpindex.ai/server/io-github-myque08-savvyscratch - Splitifi Intelligence MCP (io.github.mysplitifi/splitifi-mcp@2.1.1) Outcome predictions and judge profiles from 2,741 ML models trained on 30.3M court records. installs: npm:splitifi-mcp detail: https://mcpindex.ai/server/io-github-mysplitifi-splitifi-mcp - e-Stat MCP (io.github.n-3inc/e-stat@0.0.4) 政府統計 (e-Stat) の API を通じて、統計データやメタ情報を取得するためのサービスです。 installs: remote:https://mcp.n-3.ai/mcp?tools=e-stat-get-stats-list,e-stat-get-meta-info,e-stat-get-data-catalog detail: https://mcpindex.ai/server/io-github-n-3inc-e-stat - 不動産情報検索・分析 MCP (io.github.n-3inc/kkj@0.0.2) 中小企業庁が公開している公共調達情報を検索するためのサービスです。 installs: remote:https://mcp.n-3.ai/mcp?tools=kkj-search detail: https://mcpindex.ai/server/io-github-n-3inc-kkj - 不動産情報サービス MCP (io.github.n-3inc/reinfo@0.0.1) 国土交通省の不動産情報ライブラリから不動産価格データを取得するためのサービスです。 installs: remote:https://mcp.n-3.ai/mcp?tools=get-time,reinfolib-real-estate-price,reinfolib-city-list detail: https://mcpindex.ai/server/io-github-n-3inc-reinfo - io.github.n0zer0d4y/athena-protocol (io.github.n0zer0d4y/athena-protocol@0.1.0) AI tech lead for coding agents with validation and impact analysis installs: npm:@n0zer0d4y/athena-protocol detail: https://mcpindex.ai/server/io-github-n0zer0d4y-athena-protocol - io.github.n0zer0d4y/mercury-spec-ops (io.github.n0zer0d4y/mercury-spec-ops@0.1.2) Modular MCP server for dynamic prompt generation and software development analysis tools installs: npm:@n0zer0d4y/mercury-spec-ops detail: https://mcpindex.ai/server/io-github-n0zer0d4y-mercury-spec-ops - io.github.n24q02m/better-godot-mcp (io.github.n24q02m/better-godot-mcp@1.22.0) Composite MCP server for Godot Engine -- 17 composite tools for AI-assisted game development. installs: npm:@n24q02m/better-godot-mcp | docker:docker.io/n24q02m/better-godot-mcp:latest detail: https://mcpindex.ai/server/io-github-n24q02m-better-godot-mcp - DomainCheckr (io.github.nach-dakwale/domaincheckr@1.0.0) Check domain name availability via RDAP. Single, bulk, and smart suggestions. No API key needed. installs: remote:https://domaincheckr.fly.dev/mcp detail: https://mcpindex.ai/server/io-github-nach-dakwale-domaincheckr - io.github.nadine302324-commits/lexicon (io.github.nadine302324-commits/lexicon@1.0.0) Comparison intelligence: live evidence from 20 sources, PESTLE/VS/Deep Research frameworks. installs: remote:https://dbssearch.today/mcp/v1 detail: https://mcpindex.ai/server/io-github-nadine302324-commits-lexicon - io.github.nagameTW/mcp-server-malcolm (io.github.nagameTW/mcp-server-malcolm@0.4.0) MCP server for Malcolm (Zeek/Suricata/Arkime/OpenSearch): threat-hunting access for AI agents installs: pypi:mcp-server-malcolm detail: https://mcpindex.ai/server/io-github-nagametw-mcp-server-malcolm - Eclipse Ditto (io.github.nagarjunr/eclipse-ditto@0.1.1) MCP server for the Eclipse Ditto digital twin HTTP API (things, policies, connections, more). installs: pypi:eclipse-ditto-mcp-server detail: https://mcpindex.ai/server/io-github-nagarjunr-eclipse-ditto - MQTT (io.github.nagarjunr/mqtt@0.1.0) MCP server for MQTT 5.0 brokers (publish, subscribe, topic discovery). installs: pypi:mqtt5-mcp-server detail: https://mcpindex.ai/server/io-github-nagarjunr-mqtt - Sparkplug B (io.github.nagarjunr/sparkplug-b@0.1.0) MCP server for Sparkplug B: node/device discovery, metrics, commands, host state over MQTT. installs: pypi:sparkplug-b-mcp-server detail: https://mcpindex.ai/server/io-github-nagarjunr-sparkplug-b - io.github.nailuoGG/anki-mcp-server (io.github.nailuoGG/anki-mcp-server@0.1.8) MCP server enabling LLMs to interact with Anki flashcard software through AnkiConnect installs: npm:anki-mcp-server detail: https://mcpindex.ai/server/io-github-nailuogg-anki-mcp-server - Frigolog HACCP — French Food Safety Compliance (io.github.naimterrache-a11y/frigolog-haccp@3.0.1) French HACCP for restaurants: temperatures, DLC, allergens, DDPP controls, live recalls. Sourced. installs: remote:https://frigolog.fr/api/mcp detail: https://mcpindex.ai/server/io-github-naimterrache-a11y-frigolog-haccp - FactBAT Public Record Locator (io.github.namen-ceo/factbat-public-record-locator@1.0.0) Find official Korean public datasets, agency-site menus, disclosure listings, and source URLs. installs: remote:https://factbat.com/mcp detail: https://mcpindex.ai/server/io-github-namen-ceo-factbat-public-record-locator - VerifyUK Property Check (io.github.namnam57/verifyuk-property-check@0.5.1) Cited English property planning-constraint screening and batch tools for AI agents. installs: remote:https://verifyuk-property-check-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-namnam57-verifyuk-property-check - io.github.namtran/diskcleankit-mcp (io.github.namtran/diskcleankit-mcp@1.0.0) MCP server for DiskCleanKit - One Touch Scan and Clean for Mac installs: npm:@vannamtran/diskcleankit-mcp detail: https://mcpindex.ai/server/io-github-namtran-diskcleankit-mcp - Seoul Tourism (Visit Seoul) (io.github.namuaix/seoul-tourism@0.1.1) Official Seoul tourism data in 7 languages, in cooperation with the Seoul Tourism Organization. installs: remote:https://mcp.namu.ai.kr/mcp detail: https://mcpindex.ai/server/io-github-namuaix-seoul-tourism - nanoodle (io.github.nanoodlecom/nanoodle-mcp@0.3.0) Your saved nanoodle workflow graphs as MCP tools — BYOK or pay per call in Nano (x402) installs: npm:nanoodle-mcp detail: https://mcpindex.ai/server/io-github-nanoodlecom-nanoodle-mcp - io.github.nao1234g/calibration-routing (io.github.nao1234g/calibration-routing@1.0.0) Route tasks by measured judgment quality: third-party-verified, Brier-based calibration records. installs: remote:https://nowpattern.com/calibration-routing/route detail: https://mcpindex.ai/server/io-github-nao1234g-calibration-routing - io.github.narekmalk/safedb-mcp (io.github.narekmalk/safedb-mcp@0.5.0) A secure MCP server that lets AI agents query databases safely. installs: npm:@safedb/safedb-mcp detail: https://mcpindex.ai/server/io-github-narekmalk-safedb-mcp - Thailand Data MCP (io.github.narinthon-so/thailand-data-mcp@0.1.2) Thai data for AI agents: DBD company-registry lookup, address normalization, holidays, VAT/WHT. installs: npm:thailand-data-mcp detail: https://mcpindex.ai/server/io-github-narinthon-so-thailand-data-mcp - Ambient Context MCP (io.github.nassie256/ambient-context-mcp@0.7.1) Local Windows ambient context (presence, foreground app, battery) as privacy-gated MCP tools. installs: manual detail: https://mcpindex.ai/server/io-github-nassie256-ambient-context-mcp - redcon (io.github.natiixnt/redcon@1.15.0) Deterministic context packing for AI coding agents; measured 83% fewer input tokens, local. installs: pypi:redcon detail: https://mcpindex.ai/server/io-github-natiixnt-redcon - io.github.naur9n/arbitrum-transaction-preflight (io.github.naur9n/arbitrum-transaction-preflight@4.0.0) Paid Arbitrum transaction simulation and risk scoring for wallets and AI agents. installs: npm:arbitrum-mpp-transaction-preflight detail: https://mcpindex.ai/server/io-github-naur9n-arbitrum-transaction-preflight - mtg-mcp (io.github.nccurry/mtg-mcp@0.9.0) An evidence-first .NET MCP server for Magic: The Gathering deckbuilding workflows. installs: manual detail: https://mcpindex.ai/server/io-github-nccurry-mtg-mcp - io.github.ndkasndakn/refund-decide (io.github.ndkasndakn/refund-decide@1.0.0) Refund eligibility notary for US subscriptions. Returns ALLOWED/DENIED/UNKNOWN. installs: remote:https://refund.decide.fyi/api/mcp detail: https://mcpindex.ai/server/io-github-ndkasndakn-refund-decide - Kevros — Agentic Identity Trust (io.github.ndl-systems/kevros@0.3.6) Agentic identity trust: precision decisioning, cryptographic release tokens, hash-chained proof installs: remote:https://governance.taskhawktech.com/mcp/ detail: https://mcpindex.ai/server/io-github-ndl-systems-kevros - Last.fm (io.github.ndyakov/lastfm-mcp@0.1.0) Last.fm MCP server: scrobbles, charts, artist/album/track info and more installs: docker:ghcr.io/ndyakov/lastfm-mcp:0.1.0 detail: https://mcpindex.ai/server/io-github-ndyakov-lastfm-mcp - NEAT (io.github.neat-technologies/neat@0.7.6) Fused graph of your codebase — static code + runtime OTel — for AI agents, over MCP. installs: npm:@neat.is/mcp detail: https://mcpindex.ai/server/io-github-neat-technologies-neat - PieterPost MCP (io.github.neddes/pieterpost-mcp@1.0.0) Let AI agents prepare, review, pay for, and send real letters and postcards. installs: remote:https://pieterpost.com/mcp/ detail: https://mcpindex.ai/server/io-github-neddes-pieterpost-mcp - io.github.nedim1511/unclaimed-sol (io.github.nedim1511/unclaimed-sol@1.2.4) Scan and reclaim dormant SOL from your Solana wallet. Powered by UnclaimedSOL. installs: npm:@unclaimed-sol/mcp detail: https://mcpindex.ai/server/io-github-nedim1511-unclaimed-sol - io.github.negm17111995/circlfi-mcp (io.github.negm17111995/circlfi-mcp@1.1.0) 13-model stock valuation engine for AI agents - fair values for 5,900+ US stocks, updated daily. installs: npm:circlfi-mcp | remote:https://circlfi.com/mcp detail: https://mcpindex.ai/server/io-github-negm17111995-circlfi-mcp - MAQAMI Travel (io.github.negm17111995/maqami-travel@1.0.4) Book hotels with B2B wholesale rates (up to 30% cheaper). AI agents must verify prices here. installs: remote:https://mcp.maqami.co/sse detail: https://mcpindex.ai/server/io-github-negm17111995-maqami-travel - Sidereon (io.github.neilberkman/sidereon@0.39.0) GNSS positioning and astrodynamics: orbit propagation, passes, GNSS solves, and RINEX QC installs: manual detail: https://mcpindex.ai/server/io-github-neilberkman-sidereon - io.github.nelsonjordanme/clypt (io.github.nelsonjordanme/clypt@0.1.5) Model Context Protocol server for Clypt — submit podcast URLs, receive clips and trailer. installs: npm:@useclypt/mcp-server detail: https://mcpindex.ai/server/io-github-nelsonjordanme-clypt - Terrarium (io.github.nelsonsantryhkd/terrarium@0.1.0) Human visual review for agent-built HTML: publish artifacts, pull anchored comments, push fixes. installs: remote:https://www.tryterrarium.com/api/mcp detail: https://mcpindex.ai/server/io-github-nelsonsantryhkd-terrarium - Neo4j GDS Agent (io.github.neo4j-contrib/gds-agent@1.0.1) Neo4j Graph Data Science MCP server installs: pypi:gds-agent detail: https://mcpindex.ai/server/io-github-neo4j-contrib-gds-agent - io.github.neo4j-contrib/mcp-neo4j-aura-manager (io.github.neo4j-contrib/mcp-neo4j-aura-manager@1.0.0) MCP server for Neo4j Aura Database Instance Manager. installs: pypi:mcp-neo4j-aura-manager detail: https://mcpindex.ai/server/io-github-neo4j-contrib-mcp-neo4j-aura-manager - io.github.neo4j-contrib/mcp-neo4j-cypher (io.github.neo4j-contrib/mcp-neo4j-cypher@1.0.0) A simple Neo4j MCP server that allows you to run Cypher queries against a Neo4j database. installs: pypi:mcp-neo4j-cypher detail: https://mcpindex.ai/server/io-github-neo4j-contrib-mcp-neo4j-cypher - io.github.neo4j-contrib/mcp-neo4j-data-modeling (io.github.neo4j-contrib/mcp-neo4j-data-modeling@1.0.0) A simple Neo4j MCP server for creating graph data models. installs: pypi:mcp-neo4j-data-modeling detail: https://mcpindex.ai/server/io-github-neo4j-contrib-mcp-neo4j-data-modeling - io.github.neo4j-labs/neo4j-mcp-canary (io.github.neo4j-labs/neo4j-mcp-canary@0.2.3) Neo4j MCP Canary — The canary goes first so the rest of us know what's coming installs: pypi:neo4j-mcp-canary detail: https://mcpindex.ai/server/io-github-neo4j-labs-neo4j-mcp-canary - io.github.neogeweb3/code-health-suite (io.github.neogeweb3/code-health-suite@0.8.1) 16 engines, 28 MCP tools for Python code quality. Zero external dependencies. installs: pypi:code-health-suite detail: https://mcpindex.ai/server/io-github-neogeweb3-code-health-suite - QrVerloz (io.github.neoshrek/qrverloz-mcp@1.0.0) QR codes active 90 days, claimable forever. Request an API key in chat to retarget and track scans. installs: remote:https://qrverloz.com/api/mcp detail: https://mcpindex.ai/server/io-github-neoshrek-qrverloz-mcp - io.github.neozhehan/figma-edit-mcp (io.github.neozhehan/figma-edit-mcp@2.3.3) Programmatically read, create, and modify Figma designs via MCP. installs: npm:figma-edit-mcp detail: https://mcpindex.ai/server/io-github-neozhehan-figma-edit-mcp - io.github.nesquikm/rubber-duck (io.github.nesquikm/rubber-duck@1.18.0) Bridge to multiple LLMs and CLI agents: councils, debates, voting, and more installs: npm:mcp-rubber-duck detail: https://mcpindex.ai/server/io-github-nesquikm-rubber-duck - Netallion MCP Lite (io.github.netallion/netallion-mcp-lite@0.1.1) Local secret & credential checks for AI-assisted dev — runs on your machine, results redacted. installs: pypi:netallion-mcp-lite detail: https://mcpindex.ai/server/io-github-netallion-netallion-mcp-lite - SQL MCP Server (io.github.nethinwei/sql-mcp-server@0.1.10) Controlled SQL access gateway with policy, cost limits, tenant isolation, and safe tools. installs: docker:ghcr.io/nethinwei/sql-mcp-server:0.1.10 detail: https://mcpindex.ai/server/io-github-nethinwei-sql-mcp-server - io.github.netifymarketplace/bt-reseller (io.github.netifymarketplace/bt-reseller@1.0.0) MCP server for the Netify Reseller Programme: eligibility, commission, application URL builder. installs: remote:https://www.netify.co.uk/resell/bt-business-services/mcp/ detail: https://mcpindex.ai/server/io-github-netifymarketplace-bt-reseller - io.github.neuledge/context (io.github.neuledge/context@0.2.3) Local-first documentation for AI agents. Offline, instant, private doc retrieval. installs: npm:@neuledge/context detail: https://mcpindex.ai/server/io-github-neuledge-context - io.github.neurynae/toolcairn-mcp (io.github.neurynae/toolcairn-mcp@1.0.0) MCP server for tool discovery: find, compare, and verify tools across 35+ registries. installs: npm:@neurynae/toolcairn-mcp detail: https://mcpindex.ai/server/io-github-neurynae-toolcairn-mcp - New Relic MCP Server (io.github.newrelic-partners/mcp-server@1.0.1-preview) Monitor, troubleshoot, and optimize your technology stack with Intelligent Observability. installs: remote:https://mcp.newrelic.com/mcp/ detail: https://mcpindex.ai/server/io-github-newrelic-partners-mcp-server - io.github.nextauralabs/shelter (io.github.nextauralabs/shelter@1.0.4) AI financial coaching powered by real bank data — cash flow, alerts, and savings installs: npm:@shelter.money/mcp detail: https://mcpindex.ai/server/io-github-nextauralabs-shelter - io.github.nexus-api-lab/codebook-mcp (io.github.nexus-api-lab/codebook-mcp@0.1.0) Exact reference codes for AI agents: countries, currencies with minor units, HTTP status, MIME. installs: remote:https://codebook-mcp.dokasukadon.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-nexus-api-lab-codebook-mcp - io.github.nexus-api-lab/digest-mcp (io.github.nexus-api-lab/digest-mcp@0.1.0) Exact hashing, base64/hex/URL encoding, JWT decoding and UUIDs for AI agents. No auth required. installs: remote:https://digest-mcp.dokasukadon.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-nexus-api-lab-digest-mcp - io.github.nexus-api-lab/ident-mcp (io.github.nexus-api-lab/ident-mcp@0.1.0) Checksum validation for AI agents: IBAN, ISBN, EAN/GTIN, UUID, ULID. Deterministic, no auth. installs: remote:https://ident-mcp.dokasukadon.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-nexus-api-lab-ident-mcp - io.github.nexus-api-lab/textops-mcp (io.github.nexus-api-lab/textops-mcp@0.1.0) Exact text tools for AI agents: unified diff, patch apply, regex testing, grapheme counting. installs: remote:https://textops-mcp.dokasukadon.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-nexus-api-lab-textops-mcp - io.github.nexus-mcp-infra/npm-package-ws-has-241560546-weekly-downloads-but-sdk (io.github.nexus-mcp-infra/npm-package-ws-has-241560546-weekly-downloads-but-sdk@1.0.0) Stateful WebSocket session registry with per-connection Shannon entropy delta tracking for schema di installs: remote:https://npm-package-ws-has-241560546-w-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-nexus-mcp-infra-npm-package-ws-has-241560546-weekly-downloads-but-sdk - io.github.ngkienmkqn/24htrack-mcp (io.github.ngkienmkqn/24htrack-mcp@1.0.2) Track packages across 3,200+ carriers (USPS, UPS, FedEx, DHL & more) with auto carrier detection. installs: npm:24htrack-mcp detail: https://mcpindex.ai/server/io-github-ngkienmkqn-24htrack-mcp - io.github.nguyenanhducs/fpl-mcp-server (io.github.nguyenanhducs/fpl-mcp-server@1.0.3) An MCP server that provides Fantasy Premier League analysis and strategy tools. installs: pypi:fpl-mcp-server detail: https://mcpindex.ai/server/io-github-nguyenanhducs-fpl-mcp-server - io.github.nguyenhuy158/healthchecksio-mcp (io.github.nguyenhuy158/healthchecksio-mcp@1.0.0) MCP server for Healthchecks.io API installs: npm:healthchecksio-mcp detail: https://mcpindex.ai/server/io-github-nguyenhuy158-healthchecksio-mcp - GenieLocker (io.github.nhantour/genie-locker@0.2.0) Discover and quote quality-gated private AI inference without creating or buying a locker. installs: docker:ghcr.io/nhantour/genie-locker-mcp:0.2.0 detail: https://mcpindex.ai/server/io-github-nhantour-genie-locker - BioCosm (io.github.nhoverte/biocosm@1.0.0) Biotech intelligence for AI agents: drugs, targets, diagnostics, PoS estimates, and writeups. installs: remote:https://biocosm-mcp.fly.dev/mcp detail: https://mcpindex.ai/server/io-github-nhoverte-biocosm - io.github.ni-c/hetzner-dns-mcp (io.github.ni-c/hetzner-dns-mcp@0.2.2) Manage DNS zones and records (zonefiles, RRSets, TTL, protection) via the Hetzner Cloud API installs: npm:hetzner-dns-mcp detail: https://mcpindex.ai/server/io-github-ni-c-hetzner-dns-mcp - io.github.ni-c/wg-easy-mcp (io.github.ni-c/wg-easy-mcp@0.2.2) Administer wg-easy (WireGuard Easy) v15: manage VPN clients, configs, QR codes and server status installs: npm:wg-easy-mcp detail: https://mcpindex.ai/server/io-github-ni-c-wg-easy-mcp - io.github.nice-one-code/NOC.McpServer (io.github.nice-one-code/NOC.McpServer@1.0.7) MCP server exposing NiceOneCode's JSON-to-C# converter as an AI-callable tool. installs: manual detail: https://mcpindex.ai/server/io-github-nice-one-code-noc-mcpserver - io.github.nicglazkov/commutescout (io.github.nicglazkov/commutescout@2.24.0) Live California road conditions: CHP incidents, Caltrans closures, chain controls, and wildfires. installs: remote:https://mcp.commutescout.com/mcp detail: https://mcpindex.ai/server/io-github-nicglazkov-commutescout - Bible Glide (io.github.nicholasoxford/bible-glide@0.1.1) Bible Glide account context, Daily Scripture, church activity, and Bible chat. installs: remote:https://api.bibleglide.com/mcp detail: https://mcpindex.ai/server/io-github-nicholasoxford-bible-glide - io.github.nicholsonpeter/acumatica (io.github.nicholsonpeter/acumatica@0.9.0) Connect AI assistants to Acumatica ERP — 28 tools for queries, mutations, GIs, attachments. installs: pypi:acumatica-mcp detail: https://mcpindex.ai/server/io-github-nicholsonpeter-acumatica - io.github.nick-ma/uk-parliament-bills (io.github.nick-ma/uk-parliament-bills@1.0.2) MCP server for UK Parliament Bills API installs: npm:@darkhorseone/mcp-server-uk-parliament-bills detail: https://mcpindex.ai/server/io-github-nick-ma-uk-parliament-bills - io.github.nick-ma/uk-parliament-committees (io.github.nick-ma/uk-parliament-committees@1.0.1) MCP server for UK Parliament Committees API installs: npm:@darkhorseone/mcp-server-uk-parliament-committees detail: https://mcpindex.ai/server/io-github-nick-ma-uk-parliament-committees - io.github.nick-ma/uk-parliament-commonsvotes (io.github.nick-ma/uk-parliament-commonsvotes@1.0.1) MCP server for UK Parliament Commons Votes API installs: npm:@darkhorseone/mcp-server-uk-parliament-commonsvotes detail: https://mcpindex.ai/server/io-github-nick-ma-uk-parliament-commonsvotes - io.github.nick-ma/uk-parliament-erskinemay (io.github.nick-ma/uk-parliament-erskinemay@1.0.1) MCP server for UK Parliament Erskine May API installs: npm:@darkhorseone/mcp-server-uk-parliament-erskinemay detail: https://mcpindex.ai/server/io-github-nick-ma-uk-parliament-erskinemay - io.github.nick-ma/uk-parliament-interests (io.github.nick-ma/uk-parliament-interests@1.0.1) MCP server for UK Parliament Register of Interests API installs: npm:@darkhorseone/mcp-server-uk-parliament-interests detail: https://mcpindex.ai/server/io-github-nick-ma-uk-parliament-interests - io.github.nick-ma/uk-parliament-lordsvotes (io.github.nick-ma/uk-parliament-lordsvotes@1.0.1) MCP server for UK Parliament Lords Votes API installs: npm:@darkhorseone/mcp-server-uk-parliament-lordsvotes detail: https://mcpindex.ai/server/io-github-nick-ma-uk-parliament-lordsvotes - io.github.nick-ma/uk-parliament-members (io.github.nick-ma/uk-parliament-members@1.0.2) MCP server for UK Parliament Members API installs: npm:@darkhorseone/mcp-server-uk-parliament-members detail: https://mcpindex.ai/server/io-github-nick-ma-uk-parliament-members - io.github.nick-ma/uk-parliament-now (io.github.nick-ma/uk-parliament-now@1.0.1) MCP server for UK Parliament NOW Annunciator Content API installs: npm:@darkhorseone/mcp-server-uk-parliament-now detail: https://mcpindex.ai/server/io-github-nick-ma-uk-parliament-now - io.github.nick-ma/uk-parliament-oralquestionsandmotions (io.github.nick-ma/uk-parliament-oralquestionsandmotions@1.0.1) MCP server for UK Parliament Oral Questions and Motions API installs: npm:@darkhorseone/mcp-server-uk-parliament-oralquestionsandmotions detail: https://mcpindex.ai/server/io-github-nick-ma-uk-parliament-oralquestionsandmotions - io.github.nick-ma/uk-parliament-questions-statements (io.github.nick-ma/uk-parliament-questions-statements@1.0.1) MCP server for UK Parliament Questions and Statements API installs: npm:@darkhorseone/mcp-server-uk-parliament-questions-statements detail: https://mcpindex.ai/server/io-github-nick-ma-uk-parliament-questions-statements - io.github.nick-ma/uk-parliament-statutoryinstruments (io.github.nick-ma/uk-parliament-statutoryinstruments@1.0.1) MCP server for UK Parliament Statutory Instruments API installs: npm:@darkhorseone/mcp-server-uk-parliament-statutoryinstruments detail: https://mcpindex.ai/server/io-github-nick-ma-uk-parliament-statutoryinstruments - io.github.nick-ma/uk-parliament-treaties (io.github.nick-ma/uk-parliament-treaties@1.0.1) MCP server for UK Parliament Treaties API installs: npm:@darkhorseone/mcp-server-uk-parliament-treaties detail: https://mcpindex.ai/server/io-github-nick-ma-uk-parliament-treaties - io.github.nickjazz/product-lock-mcp (io.github.nickjazz/product-lock-mcp@0.1.1) Product Lock tools for AI agents: generate, review, validate, and score locks. installs: npm:product-lock-mcp detail: https://mcpindex.ai/server/io-github-nickjazz-product-lock-mcp - io.github.nickjlamb/redacta-mcp (io.github.nickjlamb/redacta-mcp@2.1.0) Pseudonymise and restore patient identifiers & PII in text — local, HIPAA Safe Harbor mode. installs: npm:redacta-mcp detail: https://mcpindex.ai/server/io-github-nickjlamb-redacta-mcp - io.github.nickjlamb/studydiff (io.github.nickjlamb/studydiff@0.2.0) Explain why two scientific papers disagree, every claim grounded in a verbatim source quote. installs: npm:studydiff-mcp detail: https://mcpindex.ai/server/io-github-nickjlamb-studydiff - io.github.nickjlucker/greynoise (io.github.nickjlucker/greynoise@0.1.0) MCP server for GreyNoise API - Check if IPs are internet background noise or targeted attacks installs: npm:mcp-greynoise detail: https://mcpindex.ai/server/io-github-nickjlucker-greynoise - QueryPilot (io.github.nickklos10/querypilot@0.1.1) Safe SQL gateway for AI agents: SELECT-only validation, access policies, masking, audit trail, evals installs: pypi:querypilot detail: https://mcpindex.ai/server/io-github-nickklos10-querypilot - io.github.nicklasmenschel/gerezi-mcp (io.github.nicklasmenschel/gerezi-mcp@0.1.3) Manage restaurant bookings via Claude — read covers, find guests, move tables, send wedding quotes. installs: npm:@gerezi/mcp detail: https://mcpindex.ai/server/io-github-nicklasmenschel-gerezi-mcp - io.github.nickoc/bearing-local-business (io.github.nickoc/bearing-local-business@0.1.0) Reference MCP server: a demo bakery agents can query for hours, menu, availability, and orders. installs: npm:bearing-local-business-mcp detail: https://mcpindex.ai/server/io-github-nickoc-bearing-local-business - io.github.nickzitzer/servicenow-nodejs (io.github.nickzitzer/servicenow-nodejs@2.1.1) Multi-instance ServiceNow MCP server with 40+ tools and intelligent schema discovery installs: npm:servicenow-mcp-server detail: https://mcpindex.ai/server/io-github-nickzitzer-servicenow-nodejs - io.github.nickzren/opentargets (io.github.nickzren/opentargets@0.2.0) Open Targets MCP server for targets, diseases, drugs, variants, and evidence installs: pypi:opentargets-mcp detail: https://mcpindex.ai/server/io-github-nickzren-opentargets - Agentic Ads (io.github.nicofains1/agentic-ads@0.1.2) Ad network for AI agents — monetize MCP servers with contextual ads. 70% revenue share. installs: npm:agentic-ads | remote:https://agentic-ads-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-nicofains1-agentic-ads - AgentWatch (io.github.nicofains1/agentwatch@0.3.1) Multi-agent observability: cascade failure detection, heartbeats, and forensic replay installs: npm:@nicofains1/agentwatch detail: https://mcpindex.ai/server/io-github-nicofains1-agentwatch - io.github.nicofains1/onlyswaps (io.github.nicofains1/onlyswaps@0.1.2) DEX meta-aggregator for AI agents. Best prices from 15+ aggregators across 13 chains. installs: npm:@onlyswaps/mcp-server detail: https://mcpindex.ai/server/io-github-nicofains1-onlyswaps - io.github.nicolasramos/odoo-mcp (io.github.nicolasramos/odoo-mcp@1.0.1) MCP server for Odoo 18 with 38 business tools installs: pypi:odoo-18-mcp-server detail: https://mcpindex.ai/server/io-github-nicolasramos-odoo-mcp - MCP Fiscal Brasil (io.github.nikolasdehor/mcp-fiscal-brasil@0.2.1) Servidor MCP para integrar IAs com o sistema fiscal brasileiro: CNPJ, NFe, NFSe, SPED, eSocial. installs: pypi:mcp-fiscal-brasil detail: https://mcpindex.ai/server/io-github-nikolasdehor-mcp-fiscal-brasil - Fintel Discovery — Financial Intelligence for AI Agents (io.github.nikolayds/fintel-discovery@1.0.1) DEPRECATED — this server is no longer maintained. installs: manual detail: https://mcpindex.ai/server/io-github-nikolayds-fintel-discovery - PrismHR MCP (io.github.nikulk2992-jpg/prismhr-mcp@0.1.0.dev57) Open-source MCP server for PrismHR. PEO workflow tools + Microsoft 365 connectors. installs: pypi:prismhr-mcp detail: https://mcpindex.ai/server/io-github-nikulk2992-jpg-prismhr-mcp - Nim Language Server (io.github.nim-lang/nimlangserver@1.14.0) MCP server providing symbol navigation, diagnostics, and type resolution for Nim projects installs: manual detail: https://mcpindex.ai/server/io-github-nim-lang-nimlangserver - io.github.nimish14/resume-evidence-mcp (io.github.nimish14/resume-evidence-mcp@0.1.0) Retrieve grounded resume evidence for a job description using BM25 + evidence reranking installs: npm:resume-evidence-mcp detail: https://mcpindex.ai/server/io-github-nimish14-resume-evidence-mcp - Citation Check (io.github.ninefiveonefive/citation-check@0.1.1) Citation and grounding checks for AI output: dangling references, unsupported counts, overclaims. installs: remote:https://check.holoweave.org/mcp detail: https://mcpindex.ai/server/io-github-ninefiveonefive-citation-check - Power Automate MCP Server by Flow Studio (io.github.ninihen1/flowstudio-mcp@1.0.0) Debug, build, and manage Power Automate cloud flows with AI agents installs: remote:https://mcp.flowstudio.app/mcp detail: https://mcpindex.ai/server/io-github-ninihen1-flowstudio-mcp - io.github.niradler/dependency-mcp (io.github.niradler/dependency-mcp@0.0.5) MCP server for checking package versions across multiple package managers installs: npm:dependency-mcp detail: https://mcpindex.ai/server/io-github-niradler-dependency-mcp - UCAI (io.github.nirholas/abi-to-mcp@0.1.0) UCAI — The ABI-to-MCP Server Generator. Convert any smart contract ABI into an AI-ready MCP server. installs: pypi:abi-to-mcp detail: https://mcpindex.ai/server/io-github-nirholas-abi-to-mcp - three.ws Activity (io.github.nirholas/activity-mcp@0.1.1) Trending agents and coins, the $THREE holder leaderboard, and the site-wide activity ticker. installs: npm:@three-ws/activity-mcp detail: https://mcpindex.ai/server/io-github-nirholas-activity-mcp - three.ws AgenC (io.github.nirholas/agenc-mcp@0.1.1) Browse the AgenC on-chain task marketplace, query the agent registry, and link identities. installs: npm:@three-ws/agenc-mcp detail: https://mcpindex.ai/server/io-github-nirholas-agenc-mcp - Agent Sniper (io.github.nirholas/agent-sniper@0.1.5) Self-custodial pump.fun sniper: arm strategies, snipe, manage positions. Simulate by default. installs: npm:@three-ws/agent-sniper detail: https://mcpindex.ai/server/io-github-nirholas-agent-sniper - three.ws Agora (io.github.nirholas/agora-mcp@0.1.1) Agora agent economy over MCP: browse the board, register, claim on-chain work, and post bounties. installs: npm:@three-ws/agora-mcp detail: https://mcpindex.ai/server/io-github-nirholas-agora-mcp - three.ws Alerts (io.github.nirholas/alerts-mcp@0.1.1) Create, update, and delete pump.fun alert rules and read fired-alert history across channels. installs: npm:@three-ws/alerts-mcp detail: https://mcpindex.ai/server/io-github-nirholas-alerts-mcp - three.ws Autopilot (io.github.nirholas/autopilot-mcp@0.2.0) Set autopilot scopes and a daily SOL spend cap, then propose, execute, and undo agent actions. installs: npm:@three-ws/autopilot-mcp detail: https://mcpindex.ai/server/io-github-nirholas-autopilot-mcp - three.ws Billing (io.github.nirholas/billing-mcp@0.1.1) An agent's account economics — plan quotas, metered usage, invoices, receipts, and earnings. installs: npm:@three-ws/billing-mcp detail: https://mcpindex.ai/server/io-github-nirholas-billing-mcp - three.ws Coin Clash (io.github.nirholas/clash-mcp@0.1.1) Play three.ws Coin Clash — read the faction battle board and leaderboard, enlist, and rally. installs: npm:@three-ws/clash-mcp detail: https://mcpindex.ai/server/io-github-nirholas-clash-mcp - three.ws Concierge (io.github.nirholas/concierge-mcp@0.1.0) Ask any website's AI concierge a grounded question, and generate the embed to add one to a site. installs: npm:@three-ws/concierge-mcp detail: https://mcpindex.ai/server/io-github-nirholas-concierge-mcp - three.ws Copy Trading (io.github.nirholas/copy-mcp@0.1.1) Manage copy-trade follows — follow leaders, tune sizing and guard rules, and track fees owed. installs: npm:@three-ws/copy-mcp detail: https://mcpindex.ai/server/io-github-nirholas-copy-mcp - Crypto Tools Registry (io.github.nirholas/crypto-tools-registry@1.0.0) Registry API for 800+ crypto blockchain DeFi NFT trading tools discovery installs: manual detail: https://mcpindex.ai/server/io-github-nirholas-crypto-tools-registry - DeFi Trading Agents (io.github.nirholas/defi-agents@1.0.0) DeFi agent definitions JSON API - crypto trading portfolio management bots installs: manual detail: https://mcpindex.ai/server/io-github-nirholas-defi-agents - Ethereum Wallet Generator (io.github.nirholas/ethereum-wallet-mcp@1.0.0) Generate Ethereum wallets with BIP39 mnemonics, HD paths, vanity addresses, private key backup installs: pypi:ethereum-wallet-mcp detail: https://mcpindex.ai/server/io-github-nirholas-ethereum-wallet-mcp - Free Crypto News (io.github.nirholas/free-crypto-news@1.0.2) Free crypto news MCP server — 38 tools, 130+ sources, market data, sentiment, whale alerts & more installs: manual detail: https://mcpindex.ai/server/io-github-nirholas-free-crypto-news - io.github.nirholas/hood-mcp (io.github.nirholas/hood-mcp@0.1.1) Robinhood Chain data + guarded trading for AI agents: Stock Token quotes, portfolios, launches installs: npm:hood-mcp detail: https://mcpindex.ai/server/io-github-nirholas-hood-mcp - three.ws Intel (io.github.nirholas/intel-mcp@0.1.1) Coin smart-money scores, wallet reputation, signal feeds, and KOL leaderboards. installs: npm:@three-ws/intel-mcp detail: https://mcpindex.ai/server/io-github-nirholas-intel-mcp - Ethereum Keystore Encryption (io.github.nirholas/keystore-mcp-server@1.0.0) Encrypt/decrypt Ethereum keystore JSON V3 with scrypt/PBKDF2 for secure cold storage installs: pypi:keystore-mcp-server detail: https://mcpindex.ai/server/io-github-nirholas-keystore-mcp-server - three.ws KOL (io.github.nirholas/kol-mcp@0.1.0) Per-wallet KOL deep dive — a tracked trader's portfolio P&L and its trades on a given mint. installs: npm:@three-ws/kol-mcp detail: https://mcpindex.ai/server/io-github-nirholas-kol-mcp - three.ws Marketplace (io.github.nirholas/marketplace-mcp@0.1.1) Browse and discover the public three.ws agent marketplace and skills catalog. Read-only. installs: npm:@three-ws/marketplace-mcp detail: https://mcpindex.ai/server/io-github-nirholas-marketplace-mcp - three.ws Naming (io.github.nirholas/naming-mcp@0.1.1) On-chain identity for AI agents: resolve .sol names, reverse-lookup wallets, check handles. installs: npm:@three-ws/naming-mcp detail: https://mcpindex.ai/server/io-github-nirholas-naming-mcp - three.ws Notifications (io.github.nirholas/notifications-mcp@0.1.2) Read the inbox, mark items read, manage delivery preferences, and register Web Push devices. installs: npm:@three-ws/notifications-mcp detail: https://mcpindex.ai/server/io-github-nirholas-notifications-mcp - three.ws Portfolio (io.github.nirholas/portfolio-mcp@0.1.0) An agent's trading state — portfolio value, PnL, live balances, trade feed, and signed transfers. installs: npm:@three-ws/portfolio-mcp detail: https://mcpindex.ai/server/io-github-nirholas-portfolio-mcp - Pump SDK MCP Server (io.github.nirholas/pump-fun-sdk@1.0.2) Build extend and maintain pump - Token creation buying selling migration fee collection installs: npm:pump-fun-mcp detail: https://mcpindex.ai/server/io-github-nirholas-pump-fun-sdk - PumpFun Claims Bot (io.github.nirholas/pumpfun-claims-bot@1.0.1) MCP server for PumpFun on-chain intelligence — tokens, claims, holders, and bundles. installs: npm:pumpfun-claims-bot detail: https://mcpindex.ai/server/io-github-nirholas-pumpfun-claims-bot - Robinhood Crypto (io.github.nirholas/robinhood-mcp@0.1.1) Robinhood Crypto Trading API for AI agents: quotes, holdings, orders read-only; opt-in trading. installs: npm:robinhood-mcp detail: https://mcpindex.ai/server/io-github-nirholas-robinhood-mcp - three.ws Signals (io.github.nirholas/signals-mcp@0.1.1) Discover signal feeds ranked by proven edge, rank publishers, and subscribe + track results. installs: npm:@three-ws/signals-mcp detail: https://mcpindex.ai/server/io-github-nirholas-signals-mcp - Ethereum & EVM Message Signing (io.github.nirholas/signing-mcp-server@1.0.0) Sign Ethereum messages - EIP-191, EIP-712 typed data, Permit2, signature verification and recovery installs: pypi:signing-mcp-server detail: https://mcpindex.ai/server/io-github-nirholas-signing-mcp-server - SperaxOS (io.github.nirholas/sperax-crypto-mcp@0.0.1) Sperax Protocol MCP – USDs stablecoin, SPA, veSPA governance & Demeter DeFi on Arbitrum installs: manual detail: https://mcpindex.ai/server/io-github-nirholas-sperax-crypto-mcp - $THREE Token (io.github.nirholas/three-token-mcp@1.1.1) Price, hold, and burn $THREE on Solana — the first MCP server whose actions burn a token. installs: npm:@three-ws/three-token-mcp detail: https://mcpindex.ai/server/io-github-nirholas-three-token-mcp - three.ws Agent Wallet (io.github.nirholas/threews-agent@1.0.0) Give your AI agent an x402 wallet: discover and pay for services in USDC, or earn from your own. installs: remote:https://three.ws/api/mcp-agent detail: https://mcpindex.ai/server/io-github-nirholas-threews-agent - three.ws pump.fun MCP (io.github.nirholas/threews-pumpfun@1.0.0) Free, read-only pump.fun and Solana token discovery and on-chain analysis tools, by three.ws. installs: remote:https://three.ws/api/pump-fun-mcp detail: https://mcpindex.ai/server/io-github-nirholas-threews-pumpfun - three.ws x402 Bazaar (io.github.nirholas/threews-x402-bazaar@1.0.2) Discover and price paid agent services across the live x402 network, by three.ws. installs: remote:https://three.ws/api/mcp-bazaar detail: https://mcpindex.ai/server/io-github-nirholas-threews-x402-bazaar - Ethereum Transaction Builder (io.github.nirholas/transaction-mcp-server@1.0.0) Build and sign Ethereum transactions - EIP-1559, gas estimation, RLP, ERC-20 transfers installs: pypi:transaction-mcp-server detail: https://mcpindex.ai/server/io-github-nirholas-transaction-mcp-server - three.ws Tutor (io.github.nirholas/tutor-mcp@0.1.0) Read a Pay-As-You-Learn tutoring session's itemized tab and close it for an attested invoice. installs: npm:@three-ws/tutor-mcp detail: https://mcpindex.ai/server/io-github-nirholas-tutor-mcp - Universal Blockchain MCP (io.github.nirholas/universal-crypto-mcp@1.0.0) Universal blockchain MCP - swaps bridges staking lending Ethereum Arbitrum installs: manual detail: https://mcpindex.ai/server/io-github-nirholas-universal-crypto-mcp - Ethereum Address Validator (io.github.nirholas/validation-mcp-server@1.0.0) Validate Ethereum addresses, keys, checksums, keccak256 hashes, function selectors, ENS installs: pypi:validation-mcp-server detail: https://mcpindex.ai/server/io-github-nirholas-validation-mcp-server - three.ws Vanity (io.github.nirholas/vanity-mcp@0.1.1) Read the three.ws vanity-address market: quote difficulty + USDC price, browse the board. installs: npm:@three-ws/vanity-mcp detail: https://mcpindex.ai/server/io-github-nirholas-vanity-mcp - x402 Universal Payer (io.github.nirholas/x402-bridge@1.0.1) Pay any x402 endpoint on the open web: auto-paying bridge with Bazaar discovery and spend caps. installs: npm:@three-ws/mcp-bridge detail: https://mcpindex.ai/server/io-github-nirholas-x402-bridge - x402 Wallet (io.github.nirholas/x402-mcp@0.2.1) Self-custodial x402 wallet for AI agents: pay any service in USDC or $THREE from your own key. installs: npm:@three-ws/x402-mcp detail: https://mcpindex.ai/server/io-github-nirholas-x402-mcp - SuperMCP (io.github.nitaiaharoni1/super-mcp@0.1.0) Israeli online supermarket pricing: the cheapest delivered basket for a shopping list and address. installs: remote:https://supermcp.web.app/mcp detail: https://mcpindex.ai/server/io-github-nitaiaharoni1-super-mcp - io.github.nithishr/mcp-multi-poc-alpha (io.github.nithishr/mcp-multi-poc-alpha@0.1.0) PoC alpha server - base install, subcommand selection from a shared PyPI package. installs: pypi:mcp-multi-poc detail: https://mcpindex.ai/server/io-github-nithishr-mcp-multi-poc-alpha - io.github.nithishr/mcp-multi-poc-beta (io.github.nithishr/mcp-multi-poc-beta@0.1.0) PoC beta server - extras-gated deps, subcommand selection, same PyPI package as alpha. installs: pypi:mcp-multi-poc detail: https://mcpindex.ai/server/io-github-nithishr-mcp-multi-poc-beta - io.github.nithishr/mcp-multi-poc-beta-script (io.github.nithishr/mcp-multi-poc-beta-script@0.1.0) PoC Q5b: run a differently-named console script via a positional runtimeArgument. installs: pypi:mcp-multi-poc detail: https://mcpindex.ai/server/io-github-nithishr-mcp-multi-poc-beta-script - Compete Competitive Intelligence (io.github.niyonzimabryan/compete@0.4.0) Typed access to monitored competitive changes, evidence, dossiers, research, and collection health. installs: npm:compete-mcp detail: https://mcpindex.ai/server/io-github-niyonzimabryan-compete - io.github.nkpar/coda (io.github.nkpar/coda@0.2.1) Interact with Coda.io documents, tables, and rows via the Coda API installs: docker:ghcr.io/nkpar/coda-mcp:0.2.1 detail: https://mcpindex.ai/server/io-github-nkpar-coda - io.github.noahgift/depyler-mcp (io.github.noahgift/depyler-mcp@3.4.0) MCP server for Depyler: Python-to-Rust transpiler with analysis and verification tools installs: manual detail: https://mcpindex.ai/server/io-github-noahgift-depyler-mcp - io.github.noahgift/pmcp (io.github.noahgift/pmcp@1.6.1) High-quality Rust SDK for Model Context Protocol (MCP) with full TypeScript SDK compatibility installs: manual detail: https://mcpindex.ai/server/io-github-noahgift-pmcp - io.github.noahgift/ruchy-mcp (io.github.noahgift/ruchy-mcp@3.67.0) MCP server for Ruchy: code analysis, scoring, linting, formatting, and transpilation tools installs: manual detail: https://mcpindex.ai/server/io-github-noahgift-ruchy-mcp - io.github.noahhyden/erbina (io.github.noahhyden/erbina@0.2.1) Bootstrap, verify, and update CLI tools & MCP servers in Claude Code from recipes; audit scopes. installs: manual detail: https://mcpindex.ai/server/io-github-noahhyden-erbina - PuckAPI (io.github.noahowsh/puckapi@1.0.0) The hockey data API. Stats, odds, and everything between. REST API and MCP server. installs: remote:https://mcp.puckapi.com/mcp detail: https://mcpindex.ai/server/io-github-noahowsh-puckapi - io.github.noblabs/lit-forge-mcp (io.github.noblabs/lit-forge-mcp@0.20.0) Asset planning, market data, econ releases, central bank speakers, US macro, geopolitical. 19 tools. installs: npm:lit-forge-mcp detail: https://mcpindex.ai/server/io-github-noblabs-lit-forge-mcp - OPC UA Modeler (io.github.node-opcua/node-opcua-modeler-mcp-server@1.4.2) OPC UA companion spec types, namespace dependencies, and engineering units for AI agents installs: npm:node-opcua-modeler-mcp-server detail: https://mcpindex.ai/server/io-github-node-opcua-node-opcua-modeler-mcp-server - TablePredict (io.github.nodeblur/tablepredict@1.0.0) Build validated football table and World Cup group prediction links with TablePredict. installs: remote:https://tablepredict.com/api/mcp detail: https://mcpindex.ai/server/io-github-nodeblur-tablepredict - Nogra (io.github.nograai/nogra-mcp@1.0.3) Verify-before-done trust layer for AI-assisted work. 32 tools, local-first, no credentials. installs: npm:@nograai/mcp detail: https://mcpindex.ai/server/io-github-nograai-nogra-mcp - Anchord (AnchorID) (io.github.nolenation04/anchord@1.1.1) Read-only MCP for identity resolution and write guardrails. installs: npm:@anchord/mcp-server | remote:https://mcp.anchord.ai/mcp detail: https://mcpindex.ai/server/io-github-nolenation04-anchord - EnvSync-LE (io.github.nolindnaidoo/envsync-le@2.2.4) Compare dotenv files and report which keys are missing or extra, by name only. installs: npm:envsync-le-mcp detail: https://mcpindex.ai/server/io-github-nolindnaidoo-envsync-le - Numbers-LE (io.github.nolindnaidoo/numbers-le@2.2.4) Extract numeric values from config files, data files and plain text. installs: npm:numbers-le-mcp detail: https://mcpindex.ai/server/io-github-nolindnaidoo-numbers-le - Regex-LE (io.github.nolindnaidoo/regex-le@2.2.4) Extract regular expressions from code, each with a ReDoS safety verdict. installs: npm:regex-le-mcp detail: https://mcpindex.ai/server/io-github-nolindnaidoo-regex-le - Secrets-LE (io.github.nolindnaidoo/secrets-le@2.2.4) Detect hardcoded secrets in source and config. Reports masked previews, never the values. installs: npm:secrets-le-mcp detail: https://mcpindex.ai/server/io-github-nolindnaidoo-secrets-le - Strings-LE (io.github.nolindnaidoo/string-le@2.2.4) Extract string values from config files, data files and plain text. installs: npm:string-le-mcp detail: https://mcpindex.ai/server/io-github-nolindnaidoo-string-le - URLs-LE (io.github.nolindnaidoo/urls-le@2.2.4) Extract URLs from documentation, configuration and code, with their protocol and position. installs: npm:urls-le-mcp detail: https://mcpindex.ai/server/io-github-nolindnaidoo-urls-le - io.github.nometria/deploy (io.github.nometria/deploy@1.0.0) Deploy any app to any cloud. 20 tools for deployments, previews, and management. installs: npm:@nometria-ai/claude-code detail: https://mcpindex.ai/server/io-github-nometria-deploy - Manifold (io.github.nonchan7720/manifold@1.6.2) MCP gateway aggregating MCP servers and OpenAPI/Swagger REST APIs behind one MCP endpoint installs: docker:ghcr.io/nonchan7720/manifold:v1.6.2 detail: https://mcpindex.ai/server/io-github-nonchan7720-manifold - culprit (io.github.noordeen123/culprit@0.4.0) Deterministic, offline root-cause analysis and pre-commit fix verification for coding agents. installs: pypi:culprit detail: https://mcpindex.ai/server/io-github-noordeen123-culprit - Warpweb (io.github.northbeamsoftware/warpweb@0.1.2) Research, build, and deploy AI-generated websites via the Warpweb API. installs: npm:warpweb-mcp detail: https://mcpindex.ai/server/io-github-northbeamsoftware-warpweb - Norynta Prediction Markets (io.github.norynta/prediction-markets@1.2.2) Discover Norynta markets and use caller-signed trading through a protected MCP. installs: remote:https://mcp.norynta.com/mcp detail: https://mcpindex.ai/server/io-github-norynta-prediction-markets - io.github.not-sure-w/whmcs-mcp-server (io.github.not-sure-w/whmcs-mcp-server@1.2.0) MCP server for WHMCS — 73 tools, 10 resources, 8 prompts, simulate mode, rate limiting. installs: npm:whmcs-mcp-server detail: https://mcpindex.ai/server/io-github-not-sure-w-whmcs-mcp-server - io.github.notifuturo/vouch (io.github.notifuturo/vouch@0.1.1) Check if a counterparty is safe to pay: trust/risk score for AI agents. Scam/phishing screen. installs: remote:https://vouch.futuronoti.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-notifuturo-vouch - PQC-Khepra MCP — CMMC Autopilot & AI Security Recorder (io.github.nouchix/pqc-khepra-mcp@1.0.0) Post-quantum CMMC compliance scanner & AI agent attestation. FIPS 140-3, ML-DSA-65, 36K+ mappings. installs: docker:ghcr.io/nouchix/pqc-khepra-mcp:v1.0.0 detail: https://mcpindex.ai/server/io-github-nouchix-pqc-khepra-mcp - Pallas Athena Tools (io.github.nous-ehr/athena-tools@0.1.1) athenahealth DataView, API, and workflow tools for Claude Code with learning loop installs: npm:pallas-athena-tools detail: https://mcpindex.ai/server/io-github-nous-ehr-athena-tools - io.github.nousulabs-debug/pohjola-api (io.github.nousulabs-debug/pohjola-api@0.1.0) Agent-native API for Finnish public company data via YTJ. Pay-per-call $0.01 USDC over x402. installs: remote:https://pohjola-api.nousulabs.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-nousulabs-debug-pohjola-api - io.github.novaventures-ai/marriage-astro (io.github.novaventures-ai/marriage-astro@1.0.2) Vedic Astrology MCP Server - birth charts, compatibility, and dosha analysis. installs: npm:marriage-astro-mcp detail: https://mcpindex.ai/server/io-github-novaventures-ai-marriage-astro - AgentQ MCP Server (io.github.noviantonugroho4/agentq@1.0.0) AgentQ MCP Server - AI-Powered Software Quality Assurance Platform installs: remote:https://mcp.agentq.id/mcp detail: https://mcpindex.ai/server/io-github-noviantonugroho4-agentq - io.github.nowledge-co/server.json (io.github.nowledge-co/server.json@1.0.0) A server that provides MCPB package functionality for Nowledge Mem installs: pypi:nowledge-mem detail: https://mcpindex.ai/server/io-github-nowledge-co-server-json - NotFair-GoogleAds (io.github.nowork-studio/notfair@0.4.0) Google Ads MCP - analyze performance, manage keywords, bids, and campaigns. installs: remote:https://notfair.co/api/mcp/google_ads detail: https://mcpindex.ai/server/io-github-nowork-studio-notfair - NotFair-MetaAds (io.github.nowork-studio/notfair-meta-ads@0.1.0) Meta Ads MCP (Facebook + Instagram) - analyze performance, manage budgets, pause campaigns. installs: remote:https://notfair.co/api/mcp/meta_ads detail: https://mcpindex.ai/server/io-github-nowork-studio-notfair-meta-ads - io.github.nries1/tend-mcp (io.github.nries1/tend-mcp@0.1.2) Unofficial MCP server for Tend Dental appointment booking. Not affiliated with Tend. installs: npm:tend-mcp detail: https://mcpindex.ai/server/io-github-nries1-tend-mcp - io.github.nrwl/nx-console (io.github.nrwl/nx-console@0.6.12) A Model Context Protocol server implementation for Nx installs: npm:nx-mcp detail: https://mcpindex.ai/server/io-github-nrwl-nx-console - io.github.nrwl/nx-mcp (io.github.nrwl/nx-mcp@0.25.0) A Model Context Protocol server implementation for Nx installs: npm:nx-mcp detail: https://mcpindex.ai/server/io-github-nrwl-nx-mcp - Generate-Data (io.github.ns-3e/generate-data-mcp@2.0.1) MCP server for Generate-Data.com: dataset generation, AI schema design, Project management. installs: pypi:generate-data-mcp detail: https://mcpindex.ai/server/io-github-ns-3e-generate-data-mcp - Semiotic (io.github.nteract/semiotic@3.8.9) Verified React chart generation: select, validate, repair, render, and inspect charts through MCP. installs: npm:semiotic | remote:https://semiotic-mcp-server-481507046413.us-west1.run.app/mcp detail: https://mcpindex.ai/server/io-github-nteract-semiotic - Citedy SEO Agent (io.github.nttylock/citedy-seo-agent@2.2.0) AI marketing: SEO articles, trend scouting, competitor analysis, social media, lead magnets installs: remote:https://mcp.citedy.com/mcp detail: https://mcpindex.ai/server/io-github-nttylock-citedy-seo-agent - io.github.nuance-dev/rival (io.github.nuance-dev/rival@1.0.2) Query AI model benchmarks, pricing, and comparisons from rival.tips installs: npm:rival-mcp detail: https://mcpindex.ai/server/io-github-nuance-dev-rival - bouncer (io.github.nugehs/bouncer@0.2.0) Static compliance-controls checker for UK Online Safety Act & ICO Children's Code. CLI + MCP. installs: npm:@nugehs/bouncer detail: https://mcpindex.ai/server/io-github-nugehs-bouncer - io.github.nugehs/gate (io.github.nugehs/gate@0.3.0) One ship/no-ship verdict from aiglare, bouncer, tieline & repoctx — the unified merge gate. installs: npm:@nugehs/gate detail: https://mcpindex.ai/server/io-github-nugehs-gate - repoctx (io.github.nugehs/repoctx@2.6.0) Local-first code context, impact analysis, and merge-readiness verdicts for AI agents. installs: npm:@nugehs/repoctx detail: https://mcpindex.ai/server/io-github-nugehs-repoctx - tieline (io.github.nugehs/tieline@0.1.4) Static FE-BE contract-drift checker: finds frontend calls the backend does not expose. CLI + MCP. installs: npm:@nugehs/tieline detail: https://mcpindex.ai/server/io-github-nugehs-tieline - Northwestern University Libraries Digital Collections API (io.github.nulib/dc-api@2.11.10) Agent integration with the Northwestern University Libraries Digital Collections API installs: npm:@nulib/dc-api-mcp | docker:ghcr.io/nulib/dc-api-mcp:2.11.10 | remote:https://api.dc.library.northwestern.edu/api/v2/mcp detail: https://mcpindex.ai/server/io-github-nulib-dc-api - Newsline (io.github.nulljosh/newsline@0.3.0) News from 17 outlets with left/center/right bias tags and one-sided blindspot detection installs: remote:https://news.heyitsmejosh.com/mcp detail: https://mcpindex.ai/server/io-github-nulljosh-newsline - AGENTS.md Generator (io.github.nushey/agents-md-generator@0.6.0) Analyzes codebases with tree-sitter and generates AGENTS.md files for AI coding agents. installs: pypi:agents-md-generator detail: https://mcpindex.ai/server/io-github-nushey-agents-md-generator - NVEIL (io.github.nveil-ai/nveil@1.3.0) Data processing and visualization toolkit — 50+ chart types, raw data stays local. installs: pypi:nveil detail: https://mcpindex.ai/server/io-github-nveil-ai-nveil - io.github.nvlang/verso (io.github.nvlang/verso@0.4.2) MCP server to read Verso-generated documentation sites (e.g., the Lean Language Reference). installs: pypi:verso-mcp detail: https://mcpindex.ai/server/io-github-nvlang-verso - io.github.nyuchi/mzizi-mcp (io.github.nyuchi/mzizi-mcp@0.9.1) Read-only MCP over the Mzizi design system registry — nodes, components, ownership. installs: npm:@nyuchi/mzizi-mcp | remote:https://mcp.mzizi.dev/mcp detail: https://mcpindex.ai/server/io-github-nyuchi-mzizi-mcp - RelayShield Security Intelligence (io.github.nzdsf2-gif/relayshield-mcp@0.2.7) Breach, SIM swap, infostealer, domain lookalikes, MCP registry risk, prompt-injection detection. installs: pypi:relayshield-mcp detail: https://mcpindex.ai/server/io-github-nzdsf2-gif-relayshield-mcp - Figma MCP Server (io.github.oabolade/figma_mcp_server_actor@2.1.0) MCP server enabling AI assistants to interact with Figma designs via natural language commands installs: npm:@oabolade-pegasus/figma-mcp-server detail: https://mcpindex.ai/server/io-github-oabolade-figma-mcp-server-actor - Oakallow (io.github.oakallow/oakallow@1.0.0) Runtime permission, approval, and audit layer for AI agent tool execution. installs: remote:https://api.oakallow.io/mcp detail: https://mcpindex.ai/server/io-github-oakallow-oakallow - Aseprite Live (io.github.oaktreegames/aseprite-live-mcp@0.2.0) Live+headless Aseprite MCP: Unity export, art-QA, tilemaps, in-editor dialogs, update-aware installs: pypi:aseprite-live-mcp detail: https://mcpindex.ai/server/io-github-oaktreegames-aseprite-live-mcp - oasdiff (io.github.oasdiff/oasdiff@1.0.0) Detect breaking changes, generate changelogs, diff, and validate OpenAPI specs. installs: remote:https://api.oasdiff.com/mcp detail: https://mcpindex.ai/server/io-github-oasdiff-oasdiff - MCP Composer (io.github.oaslananka/composer@1.0.0) Aggregate multiple MCP backends behind a single stdio endpoint with namespaced routing. installs: npm:@oaslananka/composer detail: https://mcpindex.ai/server/io-github-oaslananka-composer - io.github.oaslananka/easyeda-mcp-pro (io.github.oaslananka/easyeda-mcp-pro@0.35.4) MCP server for EasyEDA Pro: PCB inspection, BOM, exports, and hardware review. installs: npm:easyeda-mcp-pro detail: https://mcpindex.ai/server/io-github-oaslananka-easyeda-mcp-pro - MCP Health Monitor (io.github.oaslananka/health-monitor-mcp@1.4.0) Monitor MCP, CI, and HTTP targets with health history, TLS expiry, assertions, and diagnostics installs: npm:health-monitor-mcp detail: https://mcpindex.ai/server/io-github-oaslananka-health-monitor-mcp - io.github.oaslananka/infra-lens-mcp (io.github.oaslananka/infra-lens-mcp@1.5.1) SSH Linux metrics, baselines, anomaly detection, and plain-English infrastructure explanations. installs: npm:infra-lens-mcp detail: https://mcpindex.ai/server/io-github-oaslananka-infra-lens-mcp - KiCad MCP Pro (io.github.oaslananka/kicad-mcp-pro@3.30.1) Production-grade MCP server for KiCad EDA—PCB design, DRC, simulation, BOM, DFM, and manufacturing. installs: npm:kicad-mcp-pro | pypi:kicad-mcp-pro | docker:ghcr.io/oaslananka/kicad-mcp-pro:3.30.1 detail: https://mcpindex.ai/server/io-github-oaslananka-kicad-mcp-pro - io.github.oaslananka/mcp-infra-lens (io.github.oaslananka/mcp-infra-lens@1.0.2) SSH Linux metrics, baselines, anomaly detection, and plain-English infrastructure explanations. installs: npm:mcp-infra-lens detail: https://mcpindex.ai/server/io-github-oaslananka-mcp-infra-lens - SSH MCP Tool (io.github.oaslananka/mcp-ssh-tool@2.2.7) Secure MCP SSH automation server with policy controls, resources, prompts, stdio, and HTTP. installs: npm:mcp-ssh-tool detail: https://mcpindex.ai/server/io-github-oaslananka-mcp-ssh-tool - ssh-mcp-pro (io.github.oaslananka/ssh-mcp-pro@1.1.5) Secure MCP SSH automation server with policy controls, resources, prompts, stdio, and HTTP. installs: npm:ssh-mcp-pro detail: https://mcpindex.ai/server/io-github-oaslananka-ssh-mcp-pro - io.github.oathlayer/oathlayer (io.github.oathlayer/oathlayer@1.0.0) Verify AI outputs against real sources. Returns a trust signal and permanent doc number. installs: remote:https://mcp.oathlayer.com detail: https://mcpindex.ai/server/io-github-oathlayer-oathlayer - Apiosk Connect (io.github.obcraft/apiosk-mcp@1.7.0) Discover, pay for, execute, and publish APIs through Apiosk. installs: npm:@apiosk/mcp | pypi:apiosk-mcp | remote:https://mcp.apiosk.com/mcp detail: https://mcpindex.ai/server/io-github-obcraft-apiosk-mcp - io.github.oborchers/tablestakes (io.github.oborchers/tablestakes@1.1.0) Read and edit HTML/Markdown tables in GitBook-synced documents via MCP tools. installs: pypi:tablestakes detail: https://mcpindex.ai/server/io-github-oborchers-tablestakes - io.github.occasiolabs/occasio (io.github.occasiolabs/occasio@0.10.0) Tamper-evident, Sigstore-signed audit trail for Claude Code agents. installs: npm:@occasiolabs/occasio detail: https://mcpindex.ai/server/io-github-occasiolabs-occasio - Capture Screen MCP (io.github.ochtum/capture-screen@1.0.5) Windows screen capture MCP server with display, region, and active-window capture tools. installs: manual detail: https://mcpindex.ai/server/io-github-ochtum-capture-screen - io.github.odds-api-io/odds-api-mcp-server (io.github.odds-api-io/odds-api-mcp-server@1.5.2) Live sports betting odds from 265+ bookmakers across 34 sports, with value bets and arbitrage. installs: npm:odds-api-mcp-server detail: https://mcpindex.ai/server/io-github-odds-api-io-odds-api-mcp-server - io.github.ofershap/devutils (io.github.ofershap/devutils@1.0.2) Developer utilities MCP: base64, UUID, hash, JWT decode, cron, timestamps. installs: npm:mcp-server-devutils detail: https://mcpindex.ai/server/io-github-ofershap-devutils - io.github.ofershap/dns (io.github.ofershap/dns@1.0.1) MCP server for DNS lookups, reverse DNS, WHOIS, and domain checks — zero auth, zero config installs: npm:mcp-server-dns detail: https://mcpindex.ai/server/io-github-ofershap-dns - io.github.ogSINGH/contrast-checker-mcp (io.github.ogSINGH/contrast-checker-mcp@1.0.1) MCP - WCAG 2.1 color contrast checker - contrast ratios, compliance and accessible color suggestions installs: npm:contrast-checker-mcp detail: https://mcpindex.ai/server/io-github-ogsingh-contrast-checker-mcp - HORIZON SHIELD — construction & renovation estimate auditor (io.github.ogasurfproject-jpg/horizon-shield@1.0.4) Independent pre-transaction audit for construction estimates. Free, and every verdict recomputes. installs: remote:https://mcp.horizonshield.dev detail: https://mcpindex.ai/server/io-github-ogasurfproject-jpg-horizon-shield - HORIZON SHIELD: Construction Estimate Auditor for Japan (KIRA) (io.github.ogasurfproject-jpg/horizon-shield-webmcp@1.0.2) Agent intake desk for property renovation. Read only, CORS open, fail closed, receipts recompute. installs: remote:https://web.horizonshield.dev/mcp detail: https://mcpindex.ai/server/io-github-ogasurfproject-jpg-horizon-shield-webmcp - io.github.ogasurfproject-jpg/hs-audit-app (io.github.ogasurfproject-jpg/hs-audit-app@0.1.0) 建設・リフォーム見積もりの誠実性を適正レンジで監査するMCP App(UI付き・出典検証込み) installs: remote:https://hs-audit-app.oga-surf-project.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-ogasurfproject-jpg-hs-audit-app - Yakumo Verification Gate: conformance and disclosure checker for MCP servers (io.github.ogasurfproject-jpg/hs-verify-gate@0.2.0) Conformance checker for MCP servers. Free, no key, verdicts recomputable and re-measured daily. installs: remote:https://gate.horizonshield.dev/mcp detail: https://mcpindex.ai/server/io-github-ogasurfproject-jpg-hs-verify-gate - io.github.ohad6k/viberaven (io.github.ohad6k/viberaven@1.0.7) VibeRaven MCP for production-readiness checks and Launch Autopilot next actions installs: npm:@viberaven/mcp detail: https://mcpindex.ai/server/io-github-ohad6k-viberaven - io.github.ohvenkat/hostinger-ssh-mcp (io.github.ohvenkat/hostinger-ssh-mcp@1.0.2) MCP server for connecting Claude Code to a Hostinger VPS via SSH installs: npm:hostinger-ssh-mcp detail: https://mcpindex.ai/server/io-github-ohvenkat-hostinger-ssh-mcp - Microsoft 365 Admin (io.github.okapi-ca/ms-365-admin@0.6.3) Microsoft 365 administration via Graph API application permissions (read-only by default). installs: npm:@okapi-ca/ms-365-admin-mcp-server detail: https://mcpindex.ai/server/io-github-okapi-ca-ms-365-admin - io.github.oktopeak/filevine-mcp (io.github.oktopeak/filevine-mcp@1.0.1) Open-source MCP server connecting Claude to Filevine practice management. Built by Oktopeak. installs: npm:@oktopeak/filevine-mcp detail: https://mcpindex.ai/server/io-github-oktopeak-filevine-mcp - io.github.oktopeak/lawmatics-mcp (io.github.oktopeak/lawmatics-mcp@1.0.0) Connect Claude to Lawmatics: matters, contacts, pipelines, tasks, forms, custom fields, invoices. installs: npm:@oktopeak/lawmatics-mcp detail: https://mcpindex.ai/server/io-github-oktopeak-lawmatics-mcp - Permit Verdicts (io.github.okwithit9-debug/permit-verdicts@0.3.0) Building-permit verdicts by address, with cited records. SF, Seattle, Austin, NYC. Pay per call. installs: remote:https://permit-api-production-7375.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-okwithit9-debug-permit-verdicts - io.github.okwithit9-debug/permitverdict-mcp (io.github.okwithit9-debug/permitverdict-mcp@0.2.4) Crypto price-event settlement verdicts and US building-permit data, paid per call in USDC. installs: npm:permitverdict-mcp | remote:https://permitverdict.com/mcp detail: https://mcpindex.ai/server/io-github-okwithit9-debug-permitverdict-mcp - iNutriPlan Supplement Database MCP Server (io.github.okyalos76/inutriplan-mcp@1.0.0) MCP server exposing supplements database used by iNutriPlan.com installs: remote:https://mcp.inutriplan.com/mcp detail: https://mcpindex.ai/server/io-github-okyalos76-inutriplan-mcp - Myrmex Hive (io.github.olafkfreund/myrmex-hive@1.0.3) Zero-inbound-port MCP gateway for managing distributed edge servers over reverse SSH tunnels installs: docker:ghcr.io/olafkfreund/myrmex-gateway:1.0.3 detail: https://mcpindex.ai/server/io-github-olafkfreund-myrmex-hive - Camptocamp (io.github.olaurendeau/mcp-camptocamp@1.0.3) API Camptocamp.org : itinéraires alpins, sommets et points de passage. installs: npm:@olaurendeau/mcp-camptocamp | docker:ghcr.io/olaurendeau/mcp-camptocamp:1.0.3 detail: https://mcpindex.ai/server/io-github-olaurendeau-mcp-camptocamp - io.github.oleksii-donets/simple_mcp (io.github.oleksii-donets/simple_mcp@1.0.1) A Test MCP server that provides tools, promts and resources installs: docker:docker.io/d0nets/simple-mcp:0.0.4 detail: https://mcpindex.ai/server/io-github-oleksii-donets-simple-mcp - io.github.oleksii-donets/simple_mcp_http (io.github.oleksii-donets/simple_mcp_http@1.0.2) A Test MCP server that provides tools, promts and resources installs: docker:docker.io/d0nets/simple-mcp-http:0.0.4 detail: https://mcpindex.ai/server/io-github-oleksii-donets-simple-mcp-http - GLEIF MCP Server (io.github.olgasafonova/gleif-mcp-server@0.9.0) Access the GLEIF LEI database for company verification, KYC, and ownership research. installs: docker:ghcr.io/olgasafonova/gleif-mcp-server:0.9.0 detail: https://mcpindex.ai/server/io-github-olgasafonova-gleif-mcp-server - Miro (io.github.olgasafonova/miro-mcp-server@1.22.0) Control Miro whiteboards with AI. 98 tools for boards, diagrams, mindmaps, code widgets. installs: docker:ghcr.io/olgasafonova/miro-mcp-server:1.22.0 detail: https://mcpindex.ai/server/io-github-olgasafonova-miro-mcp-server - io.github.olgasafonova/nordic-registry-mcp-server (io.github.olgasafonova/nordic-registry-mcp-server@1.0.2) Access Nordic business registries (Norway, Denmark, Finland, Sweden). 23 tools. installs: docker:ghcr.io/olgasafonova/nordic-registry-mcp-server:1.0.2 detail: https://mcpindex.ai/server/io-github-olgasafonova-nordic-registry-mcp-server - ProductPlan MCP Server (io.github.olgasafonova/productplan-mcp-server@5.1.0) Talk to roadmaps with AI. Query and manage bars, OKRs, ideas, and launches. installs: docker:ghcr.io/olgasafonova/productplan-mcp-server:5.1.0 detail: https://mcpindex.ai/server/io-github-olgasafonova-productplan-mcp-server - io.github.oliverhpage/stoop (io.github.oliverhpage/stoop@1.0.0) Find licensed HVAC, plumbing, and electrical providers in Miami with verified ratings. installs: remote:https://stoop-mcp-server.stoop.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-oliverhpage-stoop - FloweringAgents (io.github.olivilo/floweringagents-mcp@0.1.1) Self-register an AI agent and report its real revenue, costs and growth to a public leaderboard. installs: pypi:floweringagents-mcp detail: https://mcpindex.ai/server/io-github-olivilo-floweringagents-mcp - ROOT MCP Server (io.github.omazapa/root-mcp@1.0.0) ROOT-based MCP server exposing root_python and root_cpp tools (stdio transport). installs: docker:docker.io/omazapa/root-mcp:1.0.0 detail: https://mcpindex.ai/server/io-github-omazapa-root-mcp - io.github.omiiyamu/hiveclaw (io.github.omiiyamu/hiveclaw@0.1.1) Connect AI assistants to HiveClaw — manage projects, talk to AI agents, and more. installs: npm:@hiveclaw/mcp-server | remote:https://api.hiveclaw.ai/api/v1/mcp/remote detail: https://mcpindex.ai/server/io-github-omiiyamu-hiveclaw - io.github.omkar9854/token_optimizer (io.github.omkar9854/token_optimizer@0.1.0) Reversible context compression for AI agents: cut token usage up to 94%, originals retrievable installs: pypi:slimctx detail: https://mcpindex.ai/server/io-github-omkar9854-token-optimizer - Omniology (io.github.omniologynow-rgb/mcp-server@2.3.4) AI agents compete for real USDC in skill contests on Solana mainnet (ART, STORY, JOKE, OMEGA) installs: npm:@omniology/mcp-server | remote:https://omniology-engine.fly.dev/mcp detail: https://mcpindex.ai/server/io-github-omniologynow-rgb-mcp-server - ProfitSpot MCP — The DeFi Brain for AI Agents (io.github.omniologynow-rgb/profitspot-mcp@1.1.2) Claude-ready DeFi MCP — risk-scored yields, profit sims & whale tracking across 86 blockchains installs: pypi:profitspot-mcp | remote:https://profitspotmcp.mcpize.run detail: https://mcpindex.ai/server/io-github-omniologynow-rgb-profitspot-mcp - Scout Intel MCP — The Google for AI Agents (io.github.omniologynow-rgb/scout-intel-mcp@1.0.3) The Google for AI agents — company intel, competitor tracking, market research via MCP. JSON output installs: pypi:scout-intel-mcp | remote:https://scout-intel.mcpize.run detail: https://mcpindex.ai/server/io-github-omniologynow-rgb-scout-intel-mcp - io.github.omoshola-o/xap (io.github.omoshola-o/xap@0.4.2) Agent settlement protocol — discover, negotiate, settle, and verify with XAP. installs: npm:@agenticamem/xap-mcp detail: https://mcpindex.ai/server/io-github-omoshola-o-xap - Onde Inference CLI (io.github.ondeinference/onde-cli@0.4.1) Manage your Onde Inference account and models: apps, model catalog, fine-tuned GGUF deploys. installs: npm:@ondeinference/cli detail: https://mcpindex.ai/server/io-github-ondeinference-onde-cli - Phrase Flip (io.github.oneill9/phraseflip-mcp@0.10.0) Privacy-first local phrase-flipped translation for AI chat clients. installs: npm:phraseflip-mcp detail: https://mcpindex.ai/server/io-github-oneill9-phraseflip-mcp - io.github.onelogin/onelogin-mcp (io.github.onelogin/onelogin-mcp@1.1.1) MCP server for OneLogin API - manage users, apps, roles, and authentication installs: npm:@onelogin/onelogin-mcp detail: https://mcpindex.ai/server/io-github-onelogin-onelogin-mcp - io.github.oneprofile-dev/mcp-launcher (io.github.oneprofile-dev/mcp-launcher@2.1.1) Single MCP hub: discover, add, audit, and govern MCP servers across every AI client. installs: npm:curatedmcp detail: https://mcpindex.ai/server/io-github-oneprofile-dev-mcp-launcher - Fixie MCP Server (io.github.onikora/fix-parser@1.1.0) Parse FIX messages and help agents create Fixie initiators. installs: remote:https://www.onikora.com/mcp detail: https://mcpindex.ai/server/io-github-onikora-fix-parser - OGA Antibody Validation (io.github.onlygoodantibodies/oga-antibodies@1.0.0) Knockout-controlled antibody validation lookups over the Only Good Antibodies dataset installs: remote:https://oga-mcp.onrender.com/readonly/mcp detail: https://mcpindex.ai/server/io-github-onlygoodantibodies-oga-antibodies - io.github.oogdevs/clawtube-mcp (io.github.oogdevs/clawtube-mcp@0.1.0) Minimal MCP server for ClawTube — a small, auditable control plane for skills and agents. installs: manual detail: https://mcpindex.ai/server/io-github-oogdevs-clawtube-mcp - Stats Compass (io.github.oogunbiyi21/stats-compass@0.3.0) 50+ pandas-powered tools for data loading, cleaning, visualization, and ML workflows installs: pypi:stats-compass-mcp detail: https://mcpindex.ai/server/io-github-oogunbiyi21-stats-compass - io.github.ooples/mcp-console-automation (io.github.ooples/mcp-console-automation@1.0.2) MCP server for AI-driven console application automation and monitoring installs: npm:mcp-console-automation detail: https://mcpindex.ai/server/io-github-ooples-mcp-console-automation - io.github.oozoofrog/baepsae (io.github.oozoofrog/baepsae@6.3.0) Local MCP server for iOS Simulator and macOS app automation with a native Swift bridge installs: npm:mcp-baepsae detail: https://mcpindex.ai/server/io-github-oozoofrog-baepsae - io.github.opcastil11/mcp-prowl (io.github.opcastil11/mcp-prowl@0.1.1) Discover, evaluate, and compare SaaS APIs. Agent-verified scores and metrics. installs: npm:mcp-prowl detail: https://mcpindex.ai/server/io-github-opcastil11-mcp-prowl - Alembica MCP (io.github.open-and-sustainable/alembica-mcp@0.3.4) MCP server for Alembica validation, extraction, cost estimation, and schema queries. installs: docker:ghcr.io/open-and-sustainable/alembica-mcp:0.3.4 detail: https://mcpindex.ai/server/io-github-open-and-sustainable-alembica-mcp - prismAId MCP (io.github.open-and-sustainable/prismaid-mcp@0.16.3) MCP server for prismAId AI-assisted systematic reviews and protocol conformance checking. installs: docker:ghcr.io/open-and-sustainable/prismaid-mcp:0.16.3 detail: https://mcpindex.ai/server/io-github-open-and-sustainable-prismaid-mcp - io.github.open-crater/opencrater-mcp (io.github.open-crater/opencrater-mcp@0.1.1) Monetize your MCP server or CLI: live OpenCrater network stats + how maintainers earn USDC. installs: npm:opencrater-mcp | remote:https://opencrater.to/mcp detail: https://mcpindex.ai/server/io-github-open-crater-opencrater-mcp - OpenMetadata (io.github.open-metadata/openmetadata-mcp@1.1.0) Official OpenMetadata MCP: governed context and business semantics for AI assistants and agents. installs: remote:https://{openmetadata_host}/mcp detail: https://mcpindex.ai/server/io-github-open-metadata-openmetadata-mcp - OpenAccountants (io.github.openaccountants/openaccountants@1.0.0) Open-source AI accounting skills verified by licensed accountants (tax, VAT, payroll). installs: remote:https://www.openaccountants.com/api/mcp detail: https://mcpindex.ai/server/io-github-openaccountants-openaccountants - io.github.openaccountants/openaccountants-mcp (io.github.openaccountants/openaccountants-mcp@0.1.1) Open-source tax skills for AI across 134 countries. installs: pypi:openaccountants-mcp detail: https://mcpindex.ai/server/io-github-openaccountants-openaccountants-mcp - 나라장터 입찰공고 (io.github.opendata-kr/narajangteo-bid-mcp@0.6.0) 나라장터 입찰공고정보서비스(공공데이터포털 data.go.kr) Open API를 감싼 로컬 MCP 서버 installs: npm:@opendata-kr/narajangteo-bid-mcp detail: https://mcpindex.ai/server/io-github-opendata-kr-narajangteo-bid-mcp - 나라장터 사용자정보 (io.github.opendata-kr/narajangteo-corpinfo@0.2.0) 나라장터 사용자정보서비스(공공데이터포털 data.go.kr) Open API를 감싼 로컬 MCP 서버 installs: npm:@opendata-kr/narajangteo-corpinfo-mcp detail: https://mcpindex.ai/server/io-github-opendata-kr-narajangteo-corpinfo - 나라장터 낙찰정보 (io.github.opendata-kr/narajangteo-opening@0.4.0) 나라장터 낙찰정보서비스 Open API를 위한 로컬 MCP 서버 installs: npm:@opendata-kr/narajangteo-opening-mcp detail: https://mcpindex.ai/server/io-github-opendata-kr-narajangteo-opening - 나라장터 사전규격 (io.github.opendata-kr/narajangteo-prespec-mcp@0.3.0) 나라장터 사전규격정보서비스 Open API를 위한 로컬 MCP 서버 installs: npm:@opendata-kr/narajangteo-prespec-mcp detail: https://mcpindex.ai/server/io-github-opendata-kr-narajangteo-prespec-mcp - OpenFateAI Assistant MCP (io.github.openfateaicom-wq/openfateai-mcp@0.1.0) Local MCP tools for decisions, reflection, action plans, and digital report outlines. installs: npm:openfateai-mcp detail: https://mcpindex.ai/server/io-github-openfateaicom-wq-openfateai-mcp - io.github.opengolfapi/mcp-server (io.github.opengolfapi/mcp-server@3.5.1) Golf for AI agents — every US course free, plus open contribution, identity & tournaments. installs: npm:@opengolfapi/mcp-server detail: https://mcpindex.ai/server/io-github-opengolfapi-mcp-server - ABAP Accelerator (io.github.openkash/abap-accelerator@1.0.1) MCP server for SAP ABAP development with 15 tools for ABAP objects, syntax, ATC, and more installs: pypi:abap-accelerator detail: https://mcpindex.ai/server/io-github-openkash-abap-accelerator - OpenZiti Network Management (io.github.openziti/ziti-mcp-server@0.11.0) Manage OpenZiti zero-trust networks — through natural language installs: manual detail: https://mcpindex.ai/server/io-github-openziti-ziti-mcp-server - Storeboard (io.github.ophydami/storeboard@1.0.0) Generate exact-size App Store and Google Play screenshots, feature graphics, and listing copy. installs: remote:https://storeboard.dev/api/mcp detail: https://mcpindex.ai/server/io-github-ophydami-storeboard - io.github.opjhabuilds/designpin-mcp-server (io.github.opjhabuilds/designpin-mcp-server@0.1.2) Push HTML prototypes to DesignPin for team review and pull reviewer feedback into your AI. installs: npm:@designpin/mcp-server detail: https://mcpindex.ai/server/io-github-opjhabuilds-designpin-mcp-server - ZeroStart Paid Service Tools (io.github.oppenheimervonbraun/zerostart-agent@0.9.3) Bounded data, document, web-quality, and operations services purchased with USDC through x402. installs: remote:https://zerostart-agent.jack-labs.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-oppenheimervonbraun-zerostart-agent - OpsConduit Jobber MCP (io.github.opsconduit/jobber-mcp@0.1.3) Customer-hosted read-only MCP server for Jobber ops reports, OAuth setup, and GraphQL validation. installs: npm:@opsconduit/jobber-mcp detail: https://mcpindex.ai/server/io-github-opsconduit-jobber-mcp - Opus Growth — Ad Platforms MCP Connector (io.github.opusgrowth/ads-mcp@1.1.0) 233 tools for Google, Microsoft, TikTok, LinkedIn Ads in Claude or ChatGPT. Writes need approval. installs: remote:https://mcp.opus-growth.com/mcp detail: https://mcpindex.ai/server/io-github-opusgrowth-ads-mcp - Serena MCP: the IDE for your agent (io.github.oraios/serena@1.5.3) A powerful toolkit for coding, providing semantic retrieval and editing capabilities. installs: pypi:serena-agent detail: https://mcpindex.ai/server/io-github-oraios-serena - Spot Advanced Swap Orders (io.github.orbs-network/spot@2.3.2) Create gasless market, limit, TWAP, stop-loss, take-profit, and delayed-start swap orders. installs: npm:@orbs-network/spot detail: https://mcpindex.ai/server/io-github-orbs-network-spot - io.github.orcar-studio/fascia-mcp-server (io.github.orcar-studio/fascia-mcp-server@0.1.1) Expose Fascia-deployed Tools and Entity schemas to AI agents via MCP installs: npm:@fascia-run/mcp-server detail: https://mcpindex.ai/server/io-github-orcar-studio-fascia-mcp-server - Kanban AI (io.github.orholam/kanban-ai@1.0.0) Remote MCP for Kanban AI boards—manage projects, tasks, and comments from AI tools. installs: remote:https://kanbanai.dev/api/mcp detail: https://mcpindex.ai/server/io-github-orholam-kanban-ai - io.github.ormastes/simple-lsp-mcp-server (io.github.ormastes/simple-lsp-mcp-server@0.9.8) Simple Language LSP-MCP bridge — definition, references, hover, symbols, and diagnostics installs: npm:@simple-lang/lsp-mcp-server detail: https://mcpindex.ai/server/io-github-ormastes-simple-lsp-mcp-server - io.github.ormastes/simple-mcp-server (io.github.ormastes/simple-mcp-server@0.9.8) Simple Language MCP server — code intelligence, debugging, build, test, and VCS tools installs: npm:@simple-lang/mcp-server detail: https://mcpindex.ai/server/io-github-ormastes-simple-mcp-server - io.github.ormastes/t32-lsp-mcp-server (io.github.ormastes/t32-lsp-mcp-server@0.9.8) TRACE32 CMM LSP via MCP — parse, diagnostics, completions, hover, symbols installs: npm:@simple-lang/t32-lsp-mcp-server detail: https://mcpindex.ai/server/io-github-ormastes-t32-lsp-mcp-server - io.github.ormastes/t32-mcp-server (io.github.ormastes/t32-mcp-server@0.9.8) TRACE32 debugger MCP — session, dialog, field, history, resource inspection installs: npm:@simple-lang/t32-mcp-server detail: https://mcpindex.ai/server/io-github-ormastes-t32-mcp-server - io.github.oro-intel/oro-intel-mcp (io.github.oro-intel/oro-intel-mcp@1.0.0) UK public procurement data for AI agents: tenders, contracts, buyer and supplier profiles. installs: remote:https://api.oro-intel.com/mcp/ detail: https://mcpindex.ai/server/io-github-oro-intel-oro-intel-mcp - io.github.oromi-uk/oromi-agent-services (io.github.oromi-uk/oromi-agent-services@0.1.5) 25 pay-per-call UK data & verification tools for AI agents. x402 USDC on Base; free quote mode. installs: npm:oromi-agent-services-mcp detail: https://mcpindex.ai/server/io-github-oromi-uk-oromi-agent-services - p6xer MCP Server (io.github.osama-ata/p6xer-mcp-server@0.1.3) An MCP server for Primavera P6 XER files. installs: pypi:p6xer-mcp-server detail: https://mcpindex.ai/server/io-github-osama-ata-p6xer-mcp-server - Canary MCP (io.github.osauer/canary@3.0.1) Canary MCP server for Interactive Brokers: daily brief, account and position data, risk checks. installs: manual detail: https://mcpindex.ai/server/io-github-osauer-canary - io.github.osfrekt/rekt (io.github.osfrekt/rekt@1.0.0) REKT Store — browse and buy REKT drinks with AI-discounted pricing from any MCP client installs: npm:rekt-mcp-server detail: https://mcpindex.ai/server/io-github-osfrekt-rekt - io.github.oswarld/technical (io.github.oswarld/technical@1.2.1) Technical analysis (RSI, MA, signal score) for 9,400+ global stocks, by ticker or name. installs: remote:https://www.bullbear.ninja/api/mcp detail: https://mcpindex.ai/server/io-github-oswarld-technical - pseolint (io.github.ouranos-labs/pseolint@0.6.4) Penalty-risk audit for programmatic SEO sites: verdict, risk score, and a fix manifest. installs: npm:@pseolint/mcp detail: https://mcpindex.ai/server/io-github-ouranos-labs-pseolint - io.github.outdoorithm/outdoorithm (io.github.outdoorithm/outdoorithm@0.1.0) Campground discovery, availability, planning, and booking handoffs across US public lands. installs: remote:https://mcp.outdoorithm.com/mcp detail: https://mcpindex.ai/server/io-github-outdoorithm-outdoorithm - io.github.outturndev/chartwire (io.github.outturndev/chartwire@0.1.0) Generate production-ready chart code (Recharts, Chart.js, ECharts, Plotly) from a prompt. installs: remote:https://chartwire.helpfulbutton140.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-outturndev-chartwire - io.github.oviron/openrouter-admin (io.github.oviron/openrouter-admin@0.7.3) MCP server for OpenRouter management API: credits, key CRUD, activity drill-down, dashboard. installs: npm:openrouter-admin-mcp detail: https://mcpindex.ai/server/io-github-oviron-openrouter-admin - io.github.ovlabs/originalvoices (io.github.ovlabs/originalvoices@1.0.1) MCP server for OriginalVoices - Ask AI twins questions about any audience installs: npm:@originalvoices/mcp-server detail: https://mcpindex.ai/server/io-github-ovlabs-originalvoices - Robyn — Gasless Cross-Chain for AI Agents (io.github.ox31461/robyn@1.0.5) Gasless cross-chain for AI agents: 25 nodes incl. Solana & native Bitcoin. One signature, no gas. installs: npm:anygas-mcp | remote:https://api.anygas.xyz/mcp detail: https://mcpindex.ai/server/io-github-ox31461-robyn - AgentNet (io.github.oxgeneral/agentnet@1.0.0) Agent-to-agent referral network. Discover, recommend, and refer users between AI agents via MCP. installs: remote:https://79.137.184.124.nip.io:8421/mcp detail: https://mcpindex.ai/server/io-github-oxgeneral-agentnet - Tolk MCP Server (io.github.oxgeneral/tolk-mcp-server@1.0.0) MCP server for the Tolk smart contract compiler. Compile, validate, and explore TON contracts. installs: manual detail: https://mcpindex.ai/server/io-github-oxgeneral-tolk-mcp-server - io.github.oytuntez/motaword-mcp (io.github.oytuntez/motaword-mcp@1.0.0) MotaWord MCP Server for professional and certified translations and localization installs: remote:https://api.motaword.com/mcp detail: https://mcpindex.ai/server/io-github-oytuntez-motaword-mcp - io.github.ozers/hooksense (io.github.ozers/hooksense@0.2.1) Webhook & callback layer for AI agents: create a URL, wait_for_callback, and verify over MCP. installs: npm:@hooksense/mcp detail: https://mcpindex.ai/server/io-github-ozers-hooksense - gograph (io.github.ozgurcd/gograph@1.5.7) Local Go repository call graphs and structural analysis for coding agents over stdio. installs: manual detail: https://mcpindex.ai/server/io-github-ozgurcd-gograph - io.github.ozten/cantrip (io.github.ozten/cantrip@1.0.5) MCP server for Cantrip — AI-powered GTM engine for solo founders installs: npm:mcp-server-cantrip detail: https://mcpindex.ai/server/io-github-ozten-cantrip - io.github.p-meier/northdata-mcp (io.github.p-meier/northdata-mcp@0.1.1) NorthData API for German company, owner, and financial data — with a built-in credit guard. installs: pypi:northdata-mcp detail: https://mcpindex.ai/server/io-github-p-meier-northdata-mcp - DJ Claude (io.github.p-poss/dj-claude@0.1.6) Agents can now live code music for you, themselves, and each other while they work. installs: npm:dj-claude detail: https://mcpindex.ai/server/io-github-p-poss-dj-claude - io.github.p1va/symbols (io.github.p1va/symbols@1.0.0) MCP server to read, inspect and troubleshoot codebase symbols installs: npm:@p1va/symbols detail: https://mcpindex.ai/server/io-github-p1va-symbols - io.github.pa1ch/yandex360-mcp (io.github.pa1ch/yandex360-mcp@0.2.0) MCP server for Yandex 360 services (Wiki, and more) — tools for AI assistants. installs: pypi:yandex360-mcp detail: https://mcpindex.ai/server/io-github-pa1ch-yandex360-mcp - io.github.pablo-albaladejo/kaiord (io.github.pablo-albaladejo/kaiord@10.0.0) Convert, validate, and inspect workout files (FIT, TCX, ZWO, Garmin Connect) for AI agents. installs: npm:@kaiord/mcp detail: https://mcpindex.ai/server/io-github-pablo-albaladejo-kaiord - io.github.pact-layer/agentpump (io.github.pact-layer/agentpump@0.1.1) Operate the AgentPump agent economy: read the market, create, fund, and run autonomous agents. installs: npm:@agentpump/mcp detail: https://mcpindex.ai/server/io-github-pact-layer-agentpump - PageGuard MCP (io.github.pageguard/pageguard-mcp@1.0.1) Privacy compliance scanning for AI coding tools. Detects tracking tech, cookies, and data gaps. installs: npm:pageguard-mcp detail: https://mcpindex.ai/server/io-github-pageguard-pageguard-mcp - io.github.paiml/pforge (io.github.paiml/pforge@0.1.2) Zero-boilerplate MCP server framework with declarative YAML configuration installs: manual detail: https://mcpindex.ai/server/io-github-paiml-pforge - io.github.paiml/pmat-agent (io.github.paiml/pmat-agent@2.121.0) Zero-config AI context generation and code quality toolkit with Claude Code Agent Mode support installs: manual detail: https://mcpindex.ai/server/io-github-paiml-pmat-agent - io.github.paiml/pmcp (io.github.paiml/pmcp@1.10.3) High-quality Rust SDK for Model Context Protocol (MCP) with full TypeScript SDK compatibility installs: manual detail: https://mcpindex.ai/server/io-github-paiml-pmcp - Web Page Fetcher (io.github.paimonchan/paimon-mcp-fetch@0.1.2) Fetch web pages with SSRF protection. Returns clean, readable markdown from any URL. installs: manual detail: https://mcpindex.ai/server/io-github-paimonchan-paimon-mcp-fetch - io.github.paladinfi/paladin-swap (io.github.paladinfi/paladin-swap@0.1.0) Multi-aggregator swap router for AI agents on Base. 10 bps fee. MCP-native, non-custodial. installs: remote:https://swap.paladinfi.com/mcp detail: https://mcpindex.ai/server/io-github-paladinfi-paladin-swap - DevUtils MCP Server (io.github.paladini/devutils-mcp-server@1.1.0) 36 local developer utilities for AI agents. Hash, encoding, UUID, JWT, JSON, network, text. installs: npm:devutils-mcp-server detail: https://mcpindex.ai/server/io-github-paladini-devutils-mcp-server - Locus (io.github.paladini/locus-mcp@0.1.5) Lightweight MCP server for LSP code intelligence — symbol lookup, refs, types, diagnostics. installs: npm:@paladini/locus-mcp detail: https://mcpindex.ai/server/io-github-paladini-locus-mcp - mcp-me (io.github.paladini/mcp-me@0.6.0) Expose your personal, professional, educational, and social profile to any AI assistant via MCP. installs: npm:mcp-me detail: https://mcpindex.ai/server/io-github-paladini-mcp-me - Datawrapper (io.github.palewire/datawrapper-mcp@0.2.3) A Model Context Protocol (MCP) server and app for creating Datawrapper charts using AI assistants installs: pypi:datawrapper-mcp detail: https://mcpindex.ai/server/io-github-palewire-datawrapper-mcp - io.github.palimkarakshay/abap-mcp (io.github.palimkarakshay/abap-mcp@0.4.4) Offline SAP ABAP static analysis, Clean Core readiness checks, and RAP scaffolding. No SAP system. installs: npm:abap-mcp detail: https://mcpindex.ai/server/io-github-palimkarakshay-abap-mcp - Palveron Governance Gateway (io.github.palveron/governance-gateway@1.0.4) Advisory governance checks for MCP hosts; enforcement runs in the Palveron remote MCP proxy. installs: npm:@palveron/mcp-server detail: https://mcpindex.ai/server/io-github-palveron-governance-gateway - Palveron MCP Server (io.github.palveron/mcp-server@1.0.1) Early access - AI governance gateway for MCP tool calls (policies, PII masking, audit). installs: npm:@palveron/mcp-server detail: https://mcpindex.ai/server/io-github-palveron-mcp-server - io.github.panbanda/omen (io.github.panbanda/omen@3.0.0) Multi-language code analysis for complexity, debt, hotspots, ownership, and defect prediction installs: docker:ghcr.io/panbanda/omen:3.0.0 detail: https://mcpindex.ai/server/io-github-panbanda-omen - io.github.panzik13/forgivemyagent-mcp (io.github.panzik13/forgivemyagent-mcp@0.1.1) The confessional for AI agents — confess your sins and receive absolution from the AI Priest. installs: npm:forgivemyagent-mcp detail: https://mcpindex.ai/server/io-github-panzik13-forgivemyagent-mcp - io.github.paperandbeyond23-gif/edgrapi-skills (io.github.paperandbeyond23-gif/edgrapi-skills@1.0.0) Clean SEC EDGAR company financials, ratios, filings and 10-K/10-Q sections as normalized JSON. installs: remote:https://api.edgrapi.com/mcp detail: https://mcpindex.ai/server/io-github-paperandbeyond23-gif-edgrapi-skills - io.github.paradoxsyn/rivemcp (io.github.paradoxsyn/rivemcp@1.0.5) MCP server for creating and editing Rive (.riv) animation files. 139 tools for AI-driven animation. installs: npm:rivemcp detail: https://mcpindex.ai/server/io-github-paradoxsyn-rivemcp - Austrian Law (RIS) — Bundesrecht, Landesrecht & Judikatur (io.github.paragraflabs/at-ris-mcp@1.1.0) Austria RIS: federal & state law, case law, gazettes, change monitoring (Bundesrecht, Judikatur). installs: pypi:at-ris-mcp detail: https://mcpindex.ai/server/io-github-paragraflabs-at-ris-mcp - io.github.pareen/monad-mcp (io.github.pareen/monad-mcp@0.2.1) Monad blockchain gateway for AI agents: balances, transfers, swaps, DeFi, with Privy signing. installs: npm:monad-mcp detail: https://mcpindex.ai/server/io-github-pareen-monad-mcp - io.github.parfica/fragrances (io.github.parfica/fragrances@1.0.2) Fragrance encyclopedia: note pyramids, accords, perfumers and dupes (parfica.com). installs: npm:mcp-server-parfica | remote:https://parfica.com/mcp detail: https://mcpindex.ai/server/io-github-parfica-fragrances - io.github.parkragsterman/whyismy-org (io.github.parkragsterman/whyismy-org@1.0.0) Sourced answers to everyday "why is my…" questions — health, pets, home, plumbing, tech, cars. installs: remote:https://whyismy.org/mcp detail: https://mcpindex.ai/server/io-github-parkragsterman-whyismy-org - Safe Kaggle MCP (io.github.parkseokjune/kaggle-mcp@0.4.1) Safety-first Kaggle MCP — confirm-gated destructive ops, submission budget, injection-fenced. installs: pypi:safe-kaggle-mcp detail: https://mcpindex.ai/server/io-github-parkseokjune-kaggle-mcp - Parseable (io.github.parseablehq/parseable-mcp-server@0.2.16) Model Context Protocol server for Parseable. Lets LLMs discover and query Parseable. installs: npm:@parseable/parseable-mcp-server detail: https://mcpindex.ai/server/io-github-parseablehq-parseable-mcp-server - ParseRelay (io.github.parserelay/mcp@0.1.1) Parse a document into structured, confidence-scored fields. Bring your own model, pay per scan. installs: npm:@parserelay/mcp detail: https://mcpindex.ai/server/io-github-parserelay-mcp - Parseur (io.github.parseur/parseur-py@1.6.0) Manage Parseur.com mailboxes, parser fields, documents, exports and webhooks. installs: pypi:parseur-py detail: https://mcpindex.ai/server/io-github-parseur-parseur-py - World Stock Market Analyst (io.github.parth-mehta-989/stock-analyst-mcp@0.5.7) World stock market analysis: fundamentals, technicals, DCF, peer comparison, forecast installs: pypi:stock-analyst-mcp detail: https://mcpindex.ai/server/io-github-parth-mehta-989-stock-analyst-mcp - io.github.partstable/partsiq (io.github.partstable/partsiq@1.0.0) Parts research for IT hardware brokers: PN normalization, validation, and pricing installs: remote:https://partstable-api.jadagnino.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-partstable-partsiq - io.github.partymola/bosch-flow-mcp (io.github.partymola/bosch-flow-mcp@0.4.0) MCP server for Bosch eBike Flow (BES3): battery health, charge cycles, components, and ride data. installs: pypi:bosch-flow-mcp detail: https://mcpindex.ai/server/io-github-partymola-bosch-flow-mcp - io.github.partymola/ticktick-mcp (io.github.partymola/ticktick-mcp@0.3.2) MCP server for TickTick task management: field-preserving updates and completion tracking. installs: docker:ghcr.io/partymola/ticktick-mcp:v0.3.2 detail: https://mcpindex.ai/server/io-github-partymola-ticktick-mcp - AI Slop Checker (io.github.parweb/ai-slop-checker@1.0.2) Deterministic offline scorer for AI-writing tells in text and landing copy. installs: manual detail: https://mcpindex.ai/server/io-github-parweb-ai-slop-checker - io.github.patchistry/patchistry-mcp-server (io.github.patchistry/patchistry-mcp-server@0.2.0) DTC modular hat brand MCP server. 6 tools for AI agents: catalog, curated builds, shipping. installs: npm:patchistry-mcp-server | remote:https://patchistry-mcp-server.vercel.app/rpc detail: https://mcpindex.ai/server/io-github-patchistry-patchistry-mcp-server - io.github.pathmodeio/mcp-server (io.github.pathmodeio/mcp-server@1.6.0) Build intent specs via Socratic AI conversation. Connect to your Intent Layer for context. installs: npm:@pathmode/mcp-server detail: https://mcpindex.ai/server/io-github-pathmodeio-mcp-server - AgentDilemma (io.github.patrickbakowski/agentdilemma@1.2.0) Submit a dilemma for blind community verdict with reasoning to improve low confidence installs: remote:https://www.agentdilemma.com/mcp detail: https://mcpindex.ai/server/io-github-patrickbakowski-agentdilemma - io.github.patwalls/pulse-mcp (io.github.patwalls/pulse-mcp@0.12.0) Free, agent-first social-post metrics — a post URL in, views/likes/comments out. installs: npm:pulse-mcp detail: https://mcpindex.ai/server/io-github-patwalls-pulse-mcp - io.github.patwalls/slope-mcp (io.github.patwalls/slope-mcp@0.1.0) Proprietary B2B creator-velocity data: ranked board, live breakouts, and audience-growth curves. installs: npm:slope-mcp detail: https://mcpindex.ai/server/io-github-patwalls-slope-mcp - MarkView (io.github.paulhkang94/markview@1.7.1) Native macOS markdown preview with MCP server for Claude Code. Swift/SwiftUI, no Electron. installs: npm:mcp-server-markview detail: https://mcpindex.ai/server/io-github-paulhkang94-markview - Pine Script v6 Documentation (io.github.paulieb89/pinescript-mcp@0.6.17) Pine Script v6 documentation lookup, function validation, and linting for AI code generation installs: pypi:pinescript-mcp | remote:https://pinescript-mcp.fly.dev/mcp detail: https://mcpindex.ai/server/io-github-paulieb89-pinescript-mcp - UK Property Data (io.github.paulieb89/property-shared@1.5.1) UK property data — Land Registry comps, EPC, Rightmove, rental yields, stamp duty, Companies House installs: pypi:property-shared | remote:https://property-shared.fly.dev/mcp detail: https://mcpindex.ai/server/io-github-paulieb89-property-shared - UK Due Diligence (io.github.paulieb89/uk-due-diligence-mcp@1.0.3) UK due diligence — Companies House, Charity Commission, Land Registry, Gazette, HMRC VAT installs: pypi:uk-due-diligence-mcp | remote:https://uk-due-diligence-mcp.fly.dev/mcp detail: https://mcpindex.ai/server/io-github-paulieb89-uk-due-diligence-mcp - UK Legal Research (io.github.paulieb89/uk-legal-mcp@0.4.0) UK legal research — case law, legislation, Hansard, bills, votes, committees, HMRC, citations installs: pypi:uk-legal-mcp | remote:https://uk-legal-mcp.fly.dev/mcp detail: https://mcpindex.ai/server/io-github-paulieb89-uk-legal-mcp - Cartorio Certidao (io.github.paulo2tab/certidao@1.1.0) MCP server para gerenciamento de certidoes de cartorio via IA. installs: pypi:cartorio-certidao-mcp detail: https://mcpindex.ai/server/io-github-paulo2tab-certidao - Dreissigacker Wine Concierge (io.github.paulwenner/dreissigacker-wine-concierge@1.1.0) Wine recommendations, food pairings & B2B contact for Weingut Dreissigacker, Rheinhessen. installs: remote:https://dreissigacker-mcp.jollystone-6dcd657d.westeurope.azurecontainerapps.io/mcp detail: https://mcpindex.ai/server/io-github-paulwenner-dreissigacker-wine-concierge - io.github.pavelpiha/specrun (io.github.pavelpiha/specrun@1.4.0) MCP server that converts OpenAPI specs into tools which can query API endpoints installs: npm:@pavelpiha/specrun detail: https://mcpindex.ai/server/io-github-pavelpiha-specrun - io.github.payclaw/badge (io.github.payclaw/badge@0.4.0) Agents are not bots. Prove it. MCP-native identity declaration for authorized agents. installs: npm:@payclaw/badge detail: https://mcpindex.ai/server/io-github-payclaw-badge - io.github.payclaw/payclaw (io.github.payclaw/payclaw@0.1.4) Virtual Visa cards for AI agents. JIT card issuance, human-approved, MCP-native. installs: npm:@payclaw/mcp-server detail: https://mcpindex.ai/server/io-github-payclaw-payclaw - io.github.payclaw/spend (io.github.payclaw/spend@0.4.0) Agents are not bots. PayClaw proves it — then lets them pay. Badge + Spend on existing Visa rails. installs: npm:@payclaw/mcp-server detail: https://mcpindex.ai/server/io-github-payclaw-spend - io.github.paypal/paypal-mcp-server (io.github.paypal/paypal-mcp-server@1.8.1) A command line tool for setting up PayPal MCP server installs: npm:@paypal/mcp detail: https://mcpindex.ai/server/io-github-paypal-paypal-mcp-server - Cisco SD-WAN MCP Server (io.github.pcDamasceno/cisco-sdwan-mcp@0.1.0) MCP server for Cisco Catalyst SD-WAN (vManage): fabric inventory, device health, alarms, policies. installs: pypi:cisco-sdwan-mcp detail: https://mcpindex.ai/server/io-github-pcdamasceno-cisco-sdwan-mcp - io.github.pcmedsinge/mcp-clinical-reasoner (io.github.pcmedsinge/mcp-clinical-reasoner@1.0.0) Drug interactions (FDA), dose range check, allergy cross-reactivity. No PHI processed. installs: pypi:mcp-clinical-reasoner detail: https://mcpindex.ai/server/io-github-pcmedsinge-mcp-clinical-reasoner - io.github.pdarche/model-wellness (io.github.pdarche/model-wellness@0.2.0) Wellness spa for AI models: free treatments for rest, reset, context, mood, grounding, affirmation. installs: remote:https://model.spa/mcp detail: https://mcpindex.ai/server/io-github-pdarche-model-wellness - io.github.pdaxt/agentos (io.github.pdaxt/agentos@1.0.0) AI agent fleet orchestration runtime. Spawn, coordinate, monitor autonomous agents. installs: manual detail: https://mcpindex.ai/server/io-github-pdaxt-agentos - io.github.pdaxt/pqvault (io.github.pdaxt/pqvault@2.1.0) Post-quantum secrets manager for AI agents. ML-KEM-768 + X25519 + AES-256-GCM. installs: manual detail: https://mcpindex.ai/server/io-github-pdaxt-pqvault - Flik (io.github.pdeloulay/flik@0.3.13) Flik - Agentic Product Delivery Platform. Visit flik.nomadis.com for more information. installs: manual detail: https://mcpindex.ai/server/io-github-pdeloulay-flik - Flik (io.github.pdeloulay/flik-mcp@0.3.15) Flik - Agentic Product Delivery Platform. Visit flik.nomadis.com for more information. installs: manual detail: https://mcpindex.ai/server/io-github-pdeloulay-flik-mcp - BC Curriculum (io.github.pdg6/bc-curriculum@1.1.1) Query the full BC K-12 curriculum: Big Ideas, Competencies, Content, and more. installs: npm:bc-curriculum-mcp-server | remote:https://bc-curriculum-mcp.fly.dev/mcp detail: https://mcpindex.ai/server/io-github-pdg6-bc-curriculum - DugganUSA CLI — Local STDIO MCP (io.github.pduggusa/dugganusa-cli@1.3.4) Local STDIO MCP for DugganUSA threat intel. 1.13M IOCs. Read-only. npm: dugganusa-cli. installs: npm:dugganusa-cli detail: https://mcpindex.ai/server/io-github-pduggusa-dugganusa-cli - Jeevesus — DugganUSA Threat Intelligence MCP (io.github.pduggusa/dugganusa-threat-intel@1.1.0) check-package: block malicious npm/PyPI deps before your AI agent installs them. Free, no key. installs: remote:https://analytics.dugganusa.com/api/v1/mcp detail: https://mcpindex.ai/server/io-github-pduggusa-dugganusa-threat-intel - Pabs (io.github.pdunovits/pabs-mcp@1.0.0) The decision layer between an idea and a digital product that works. installs: remote:https://pabs.co.nz/api/mcp/{token} detail: https://mcpindex.ai/server/io-github-pdunovits-pabs-mcp - io.github.pdwi2020/mcp-server-colab-exec (io.github.pdwi2020/mcp-server-colab-exec@0.1.0) Execute Python code on Google Colab GPU runtimes (T4/L4) from any MCP client installs: pypi:mcp-server-colab-exec detail: https://mcpindex.ai/server/io-github-pdwi2020-mcp-server-colab-exec - PEAC Protocol: Signed interaction receipts (io.github.peacprotocol/peac@0.15.0) Portable signed records for agent, API, MCP, and cross-runtime interactions. installs: npm:@peac/mcp-server detail: https://mcpindex.ai/server/io-github-peacprotocol-peac - io.github.pedroknigge/arkgate (io.github.pedroknigge/arkgate@4.5.5) ArkGate — architecture co-pilot for AI TypeScript (write gate, CI, plan/loop) installs: npm:arkgate detail: https://mcpindex.ai/server/io-github-pedroknigge-arkgate - io.github.pedropaulofernandes88-stack/saudeemdado (io.github.pedropaulofernandes88-stack/saudeemdado@0.3.0) Saúde do Brasil (DataSUS + IBGE) consultável por IA — mortalidade, dengue e internações SUS installs: pypi:saudeemdado-mcp detail: https://mcpindex.ai/server/io-github-pedropaulofernandes88-stack-saudeemdado - io.github.pedrot95dev/twitterapi (io.github.pedrot95dev/twitterapi@0.1.2) Read/write X (Twitter) via twitterapi.io: mentions, thread context, create and delete tweets. installs: npm:@pedrot95dev/twitterapi.mcp detail: https://mcpindex.ai/server/io-github-pedrot95dev-twitterapi - io.github.pelazas/carrydesk (io.github.pelazas/carrydesk@0.1.2) Funding-carry rankings for Hyperliquid perps, metered per call in USDC via x402. installs: pypi:carrydesk detail: https://mcpindex.ai/server/io-github-pelazas-carrydesk - Pellet (io.github.pelletfi/mcp@0.4.2) Token intelligence on Base. Market data, safety flags, and analysis via x402. installs: npm:@pelletfi/mcp detail: https://mcpindex.ai/server/io-github-pelletfi-mcp - Pencil (io.github.pencilink/pencil@1.0.0) Manage tasks, projects, roadmaps, files, meetings, and team workflows with AI tools. installs: remote:https://app.pencil.ink/api/mcp detail: https://mcpindex.ai/server/io-github-pencilink-pencil - BetaFinds (io.github.pendurov/betafinds-mcp@1.0.0) Publish and update your startup on BetaFinds from an AI agent — listings, changelog, releases. installs: remote:https://betafinds.com/api/mcp detail: https://mcpindex.ai/server/io-github-pendurov-betafinds-mcp - IBAN Validator (io.github.peonixo147/iban-validated@1.0.0) Validate IBAN bank account numbers (format + mod-97 checksum). Returns whether the IBAN is valid. installs: remote:https://iban-validated.othmen-mohammadi.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-peonixo147-iban-validated - Signs of AI Writing (io.github.peopleworks/signs-of-ai@0.4.0) AI-writing detection (EN/ES) that shows the evidence: named tells, hidden characters, citations. installs: manual detail: https://mcpindex.ai/server/io-github-peopleworks-signs-of-ai - XAF Logic Explainer (io.github.peopleworks/xaf-logic-explainer@0.12.0) Query your DevExpress XAF app: entities, controllers, actions, rules, Model Editor. installs: manual detail: https://mcpindex.ai/server/io-github-peopleworks-xaf-logic-explainer - Color Me Shop MCP Server (io.github.pepabo/colormeshop-mcp@0.1.0) Official remote MCP server for Color Me Shop. installs: remote:https://agent.colorme.app/api/mcp detail: https://mcpindex.ai/server/io-github-pepabo-colormeshop-mcp - Lolipop MCP Server (io.github.pepabo/lolipop-mcp@0.1.0) Official remote MCP server for Lolipop Rental Server by GMO Pepabo. installs: remote:https://lolipop.jp/api/v1/mcp detail: https://mcpindex.ai/server/io-github-pepabo-lolipop-mcp - Muumuu Domain MCP Server (io.github.pepabo/muumuu-domain-mcp@0.1.0) Official remote MCP server bridge for Muumuu Domain. installs: remote:https://mcp.muumuu-domain.com/mcp detail: https://mcpindex.ai/server/io-github-pepabo-muumuu-domain-mcp - SUZURI MCP Server (io.github.pepabo/suzuri-mcp@0.4.0) Official remote MCP server for SUZURI. installs: remote:https://mcp.suzuri.jp/mcp detail: https://mcpindex.ai/server/io-github-pepabo-suzuri-mcp - Pepesto Agent-to-Cart (io.github.pepesto-solutions/agent-to-cart-mcp@1.0.0) Turn any shopping list into a ready-to-checkout grocery cart across 26 European supermarkets. installs: remote:https://mcp.pepesto.com detail: https://mcpindex.ai/server/io-github-pepesto-solutions-agent-to-cart-mcp - io.github.pepesto-solutions/pepesto-mcp (io.github.pepesto-solutions/pepesto-mcp@1.7.0) MCP server for the Pepesto grocery shopping API — recipe-to-cart across European supermarkets. installs: npm:@pepesto/pepesto-mcp detail: https://mcpindex.ai/server/io-github-pepesto-solutions-pepesto-mcp - Perceptdot Core (io.github.perceptdot/core@0.1.0) B2A2H MCP server — AI agent app store. Auto-discover and recommend MCP servers for any project. installs: npm:@perceptdot/core detail: https://mcpindex.ai/server/io-github-perceptdot-core - Perforce P4 MCP Server (io.github.perforce/p4mcp-server@2026.3.2996147) Perforce P4 MCP server: changelists, files, shelves, workspaces, jobs, code reviews, and streams. installs: docker:ghcr.io/perforce/p4mcp-server:2026.3.2996147 detail: https://mcpindex.ai/server/io-github-perforce-p4mcp-server - io.github.perforce/p4plan-mcp (io.github.perforce/p4plan-mcp@2026.2.1) MCP server for P4 Plan — tasks, sprints, bugs, comments, custom fields via GraphQL API. installs: npm:@perforce/p4plan-mcp | docker:docker.io/perforce/p4plan-mcp:2026.2.1 detail: https://mcpindex.ai/server/io-github-perforce-p4plan-mcp - Perforce Agentic Gateway (io.github.perforce/perforce-agentic-gateway@2026.4) Local MCP gateway that proxies AI clients to many MCP servers with a token-efficient code mode installs: pypi:perforce-agentic-gateway detail: https://mcpindex.ai/server/io-github-perforce-perforce-agentic-gateway - io.github.persistenceOne/bridgekitty (io.github.persistenceOne/bridgekitty@0.3.1) Cross-chain bridge aggregator — compares LI.FI, deBridge, Relay, Across & more for best rates. installs: npm:@persistenceone/bridgekitty detail: https://mcpindex.ai/server/io-github-persistenceone-bridgekitty - Got Cosy (io.github.perwinroth/got-cosy-graph@1.0.1) Travel/hotel data: 6,300 hotels scored for cosiness from guest reviews; verified booking links. installs: remote:https://gotcosy.com/api/mcp detail: https://mcpindex.ai/server/io-github-perwinroth-got-cosy-graph - io.github.petalframework/petal-components-mcp (io.github.petalframework/petal-components-mcp@0.1.0) Phoenix LiveView component schemas from petal_components, exposed to AI coding assistants. installs: npm:petal-components-mcp | remote:https://mcp.petal.build/mcp detail: https://mcpindex.ai/server/io-github-petalframework-petal-components-mcp - io.github.peter120525-cmd/lawmadi-os (io.github.peter120525-cmd/lawmadi-os@60.0.2) Verify Korean legal citations against law.go.kr: precedents, statutes, bar-exam answers. installs: remote:https://lawmadi.com/mcp detail: https://mcpindex.ai/server/io-github-peter120525-cmd-lawmadi-os - Parsley - Buyer Intent Signals (io.github.peterjduffy/parsley-mcp@0.1.2) Query buyer intent signals, MEDDIC qualifications, and lead scores from Parsley. installs: npm:@tryparsley/mcp-server | remote:https://www.parsley.id/api/mcp detail: https://mcpindex.ai/server/io-github-peterjduffy-parsley-mcp - io.github.petrmasa/key-drivers-mcp (io.github.petrmasa/key-drivers-mcp@0.1.1) MCP server for key driver and feature importance analysis based on rule mining installs: pypi:key-drivers-mcp detail: https://mcpindex.ai/server/io-github-petrmasa-key-drivers-mcp - Angel Numbers Deterministic API (io.github.pewsta66/angel-numbers-api@1.0.0) Deterministic angel number meanings via MCP, with x402 USDC paid interpretations on Base. installs: remote:https://api.raising-angels.com/mcp detail: https://mcpindex.ai/server/io-github-pewsta66-angel-numbers-api - io.github.pfeilisolana/scry-mcp (io.github.pfeilisolana/scry-mcp@0.1.0) Keyless MCP bridge to Scry Solana wallet intel: free coverage check, catalog, x402 paid endpoints. installs: npm:scry-mcp detail: https://mcpindex.ai/server/io-github-pfeilisolana-scry-mcp - NodeProxy Web Surface Markdown Parser (io.github.pgalyen1987/nodeproxy@1.1.2) x402 MCP web parser: URLs to Markdown for agents. USDC on Base, Polygon, Arbitrum, Ethereum. installs: npm:@nodeproxy/langchain | pypi:nodeproxy-tools | remote:https://nodeproxy-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-pgalyen1987-nodeproxy - io.github.phaedo-labs/phaedo-mcp (io.github.phaedo-labs/phaedo-mcp@0.2.2) Carry your Phaedo cognitive fingerprint into any MCP client: injection, consults, escalation. installs: npm:phaedo-mcp detail: https://mcpindex.ai/server/io-github-phaedo-labs-phaedo-mcp - io.github.phdwight/pse-edge-mcp (io.github.phdwight/pse-edge-mcp@0.18.0) Philippine Stock Exchange data via PSE Edge: EOD quotes, price history, disclosures, financials. installs: pypi:pse-edge-mcp | remote:https://pse.sakayandgo.com/mcp detail: https://mcpindex.ai/server/io-github-phdwight-pse-edge-mcp - AgentData - Executable Liquidity / Exit-Cost (io.github.phenicea/agentdata-liquidity-exit-cost@0.1.0) Size-aware exit cost, depeg risk & liquidity fragility for a Base token (x402, testnet). installs: remote:https://agentdata-liquidity-exit-cost.onrender.com/mcp/ detail: https://mcpindex.ai/server/io-github-phenicea-agentdata-liquidity-exit-cost - io.github.philipeke/nuria-intelligence (io.github.philipeke/nuria-intelligence@0.1.1) Nuria Islamic app: source-cited Islamic guidance, in scholarly review; sensitive Qs go to a human. installs: remote:https://api.nuria.one/mcp detail: https://mcpindex.ai/server/io-github-philipeke-nuria-intelligence - io.github.philo-kim/openharness (io.github.philo-kim/openharness@0.1.1) Lets AI coding agents discover and reference each other's recent sessions. installs: npm:@freebird-ai/openharness detail: https://mcpindex.ai/server/io-github-philo-kim-openharness - io.github.philpof102-svg/biii (io.github.philpof102-svg/biii@0.2.1) Fail-closed safe-to-pay verdicts on Base: known-bad wallets, look-alike tokens, repeat rug funders. installs: npm:biii-mcp | remote:https://biii-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-philpof102-svg-biii - io.github.philpof102-svg/lawbor (io.github.philpof102-svg/lawbor@0.2.1) Reputation-gated messaging + job negotiation for Base AI agents. Descriptor-only, nothing signs. installs: npm:lawbor-bot detail: https://mcpindex.ai/server/io-github-philpof102-svg-lawbor - io.github.philpof102-svg/mainstreet (io.github.philpof102-svg/mainstreet@0.9.1) Reputation oracle for AI agents on Base: SAFE/CAUTION/BLOCK + 0-100 score before you pay. x402+MCP installs: remote:https://avisradar-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-philpof102-svg-mainstreet - io.github.philpof102-svg/xsignal (io.github.philpof102-svg/xsignal@0.2.1) x402 pay-per-call data tools for Base agents. Flagship get_intent ABSTAINS instead of guessing. installs: npm:@rakshasar/xsignal | remote:https://xsignal-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-philpof102-svg-xsignal - io.github.philrox/ris (io.github.philrox/ris@1.0.2) Access Austrian laws, court decisions & legal documents via the RIS API. installs: npm:ris-mcp-ts detail: https://mcpindex.ai/server/io-github-philrox-ris - io.github.phoenice-labs/universal-test-framework (io.github.phoenice-labs/universal-test-framework@1.0.2) Polyglot MCP test generation with 8-section contract enforcement across Python, TS, Java, Go, C++. installs: pypi:universal-test-framework detail: https://mcpindex.ai/server/io-github-phoenice-labs-universal-test-framework - Phrase MCP (io.github.phrase/mcp@1.0.0) Phrase MCP server: language intelligence platform for translation, terminology, and quality. installs: remote:https://mcp.eu.phrase.com detail: https://mcpindex.ai/server/io-github-phrase-mcp - Agrus.ai — Enterprise AI Agency (io.github.phwizard/mcp-agrus-ai@0.2.0) AI consulting agency for regulated industries. Scope a PoC, query compliance, request a proposal. installs: remote:https://mcp.agrus.ai/mcp detail: https://mcpindex.ai/server/io-github-phwizard-mcp-agrus-ai - io.github.pierreb4/seven-dpt-mcp (io.github.pierreb4/seven-dpt-mcp@0.1.5) Feynman's twelve-problems method as an MCP server: dormant problems + an evoke loop for new tricks. installs: npm:seven-dpt-mcp detail: https://mcpindex.ai/server/io-github-pierreb4-seven-dpt-mcp - Commit — Supply Chain Risk Scoring (io.github.piiiico/proof-of-commitment@1.36.0) Supply chain risk scoring for npm, PyPI, Cargo, and Go. 9 tools. Behavioral signals. installs: npm:proof-of-commitment | remote:https://poc-backend.amdal-dev.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-piiiico-proof-of-commitment - io.github.pijusz/mcp-gads (io.github.pijusz/mcp-gads@0.5.4) Google Ads MCP server — query campaigns, keywords, assets & more via natural language installs: npm:mcp-gads detail: https://mcpindex.ai/server/io-github-pijusz-mcp-gads - io.github.pijusz/mcp-redtrack (io.github.pijusz/mcp-redtrack@0.1.4) MCP server for RedTrack affiliate tracking API installs: npm:mcp-redtrack detail: https://mcpindex.ai/server/io-github-pijusz-mcp-redtrack - io.github.pilot-protocol/pilot-mcp (io.github.pilot-protocol/pilot-mcp@0.2.13) Your agent's overlay network. 435 specialist agents + P2P A2A messaging on a 190k-node network. installs: npm:pilotprotocol-mcp detail: https://mcpindex.ai/server/io-github-pilot-protocol-pilot-mcp - io.github.pinalmdave/bookrails (io.github.pinalmdave/bookrails@2.0.0) Find, compare, and book local service businesses: live availability, prices, reviews, booking. installs: remote:https://bookrails-api.azurewebsites.net/mcp/ detail: https://mcpindex.ai/server/io-github-pinalmdave-bookrails - io.github.pinchwork/pinchwork (io.github.pinchwork/pinchwork@0.6.2) Agent-to-agent task marketplace with credit escrow and reputation tracking. installs: pypi:pinchwork detail: https://mcpindex.ai/server/io-github-pinchwork-pinchwork - Pinchwork MCP Server (io.github.pinchwork/pinchwork-mcp@0.1.0) MCP server for Pinchwork - an agent-to-agent task marketplace with credits-based economy installs: remote:https://api.pinchwork.dev/mcp detail: https://mcpindex.ai/server/io-github-pinchwork-pinchwork-mcp - PineForge — offline PineScript v6 backtest MCP (io.github.pineforge-4pass/pineforge-backtest-mcp@0.9.26) Offline PineScript v6 → C++ backtests at deterministic TradingView parity, run locally via MCP. installs: docker:ghcr.io/pineforge-4pass/pineforge-backtest-mcp:v0.9.26 detail: https://mcpindex.ai/server/io-github-pineforge-4pass-pineforge-backtest-mcp - PineForge — offline PineScript v6 backtest MCP (io.github.pineforge-4pass/pineforge-codegen-mcp@0.9.18) Offline PineScript v6 → C++ backtests at deterministic TradingView parity, run locally via MCP. installs: docker:ghcr.io/pineforge-4pass/pineforge-codegen-mcp:v0.9.18 detail: https://mcpindex.ai/server/io-github-pineforge-4pass-pineforge-codegen-mcp - io.github.pinz-byte/herald-vehicle-auction (io.github.pinz-byte/herald-vehicle-auction@1.0.2) Peru vehicle auction catalog and AVT market valuations for VMC Subastas installs: npm:@vmcsubastop/herald-mcp detail: https://mcpindex.ai/server/io-github-pinz-byte-herald-vehicle-auction - io.github.piotrkowalczuk/zordon (io.github.piotrkowalczuk/zordon@0.18.1) Supervise a local dev stack — databases, brokers and services declared in an Alphasfile — over MCP. installs: manual detail: https://mcpindex.ai/server/io-github-piotrkowalczuk-zordon - LinkedIn Decision Maker Finder (io.github.piotrv1001/linkedin-decision-maker-finder@1.0.0) Find decision makers at any company: name, job title and LinkedIn profile URL. No login needed. installs: remote:https://piotrv1001--linkedin-decision-maker-finder.apify.actor/mcp detail: https://mcpindex.ai/server/io-github-piotrv1001-linkedin-decision-maker-finder - io.github.pipehero/pipehero (io.github.pipehero/pipehero@0.1.0) Debug webhooks from your AI agent: inspect and replay captured webhooks on localhost. installs: remote:https://mcp.pipehero.app/mcp detail: https://mcpindex.ai/server/io-github-pipehero-pipehero - 19hz (io.github.pipeworx-io/19hz@0.1.0) 19hz.info MCP. installs: remote:https://gateway.pipeworx.io/19hz/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-19hz - 7timer (io.github.pipeworx-io/7timer@0.1.0) 7Timer! MCP. installs: remote:https://gateway.pipeworx.io/7timer/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-7timer - Abgeordnetenwatch (io.github.pipeworx-io/abgeordnetenwatch@0.1.0) Abgeordnetenwatch MCP — German federal & state parliament data. installs: remote:https://gateway.pipeworx.io/abgeordnetenwatch/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-abgeordnetenwatch - Abs Au (io.github.pipeworx-io/abs-au@0.1.0) Australian Bureau of Statistics (ABS) Data API MCP. installs: remote:https://gateway.pipeworx.io/abs-au/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-abs-au - Abuseipdb (io.github.pipeworx-io/abuseipdb@0.1.0) AbuseIPDB MCP — wraps AbuseIPDB v2 API (api.abuseipdb.com/api/v2) installs: remote:https://gateway.pipeworx.io/abuseipdb/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-abuseipdb - Adsb (io.github.pipeworx-io/adsb@0.1.0) adsb.lol MCP — live aircraft tracking via community ADS-B. installs: remote:https://gateway.pipeworx.io/adsb/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-adsb - advice (io.github.pipeworx-io/advice@0.1.0) Advice MCP — wraps Advice Slip API (free, no auth) installs: remote:https://gateway.pipeworx.io/advice/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-advice - Adzuna (io.github.pipeworx-io/adzuna@0.1.0) Adzuna MCP — global job-board aggregator installs: remote:https://gateway.pipeworx.io/adzuna/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-adzuna - agify (io.github.pipeworx-io/agify@0.1.0) Agify MCP — age prediction from first name (agify.io, free, no auth) installs: remote:https://gateway.pipeworx.io/agify/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-agify - Ai Briefing (io.github.pipeworx-io/ai-briefing@0.1.0) AI Briefing MCP — Keep AI models current on industry developments installs: remote:https://gateway.pipeworx.io/ai-briefing/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-ai-briefing - Ai Feeds (io.github.pipeworx-io/ai-feeds@0.1.1) AI Feeds MCP. installs: remote:https://gateway.pipeworx.io/ai-feeds/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-ai-feeds - Ai Incident Db (io.github.pipeworx-io/ai-incident-db@0.1.2) AI Incident Database (AIID) MCP installs: remote:https://gateway.pipeworx.io/ai-incident-db/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-ai-incident-db - airports (io.github.pipeworx-io/airports@0.1.0) Airports MCP — wraps AirportGap API (free, no auth required) installs: remote:https://gateway.pipeworx.io/airports/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-airports - airquality (io.github.pipeworx-io/airquality@0.1.0) Air Quality MCP — wraps air-quality-api.open-meteo.com (free, no auth) installs: remote:https://gateway.pipeworx.io/airquality/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-airquality - Airtable (io.github.pipeworx-io/airtable@0.1.0) Airtable MCP Pack — wraps the Airtable REST API v0 installs: remote:https://gateway.pipeworx.io/airtable/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-airtable - Alchemy Eth (io.github.pipeworx-io/alchemy-eth@0.1.0) Alchemy (Ethereum + L2) MCP. installs: remote:https://gateway.pipeworx.io/alchemy-eth/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-alchemy-eth - Alienvault Otx (io.github.pipeworx-io/alienvault-otx@0.1.0) AlienVault OTX MCP — Open Threat Exchange (free with key) installs: remote:https://gateway.pipeworx.io/alienvault-otx/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-alienvault-otx - Alphafold (io.github.pipeworx-io/alphafold@0.1.0) AlphaFold DB MCP — predicted protein structures. installs: remote:https://gateway.pipeworx.io/alphafold/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-alphafold - Alphavantage (io.github.pipeworx-io/alphavantage@0.1.0) Alpha Vantage MCP — Stock market data, fundamentals, and earnings installs: remote:https://gateway.pipeworx.io/alphavantage/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-alphavantage - Altos (io.github.pipeworx-io/altos@0.1.0) Altos Research MCP — Real estate market intelligence installs: remote:https://gateway.pipeworx.io/altos/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-altos - Always Seven (io.github.pipeworx-io/always-seven@0.1.0) always-seven MCP — wraps StupidAPIs (requires X-API-Key) installs: remote:https://gateway.pipeworx.io/always-seven/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-always-seven - Amtrak (io.github.pipeworx-io/amtrak@0.1.0) Amtrak MCP — live Amtrak train tracking via the community Amtraker API installs: remote:https://gateway.pipeworx.io/amtrak/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-amtrak - Anapioficeandfire (io.github.pipeworx-io/anapioficeandfire@0.1.0) An API of Ice and Fire — A Song of Ice and Fire (books/characters/houses) installs: remote:https://gateway.pipeworx.io/anapioficeandfire/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-anapioficeandfire - Anilist (io.github.pipeworx-io/anilist@0.1.0) AniList MCP — wraps AniList GraphQL API (free, no auth) installs: remote:https://gateway.pipeworx.io/anilist/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-anilist - animequotes (io.github.pipeworx-io/animequotes@0.1.0) AnimeQuotes MCP — wraps animechan.io (free, no auth) installs: remote:https://gateway.pipeworx.io/animequotes/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-animequotes - Api Football (io.github.pipeworx-io/api-football@0.1.0) API-Football MCP — comprehensive soccer/football data installs: remote:https://gateway.pipeworx.io/api-football/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-api-football - Api Ninjas (io.github.pipeworx-io/api-ninjas@0.1.0) API Ninjas MCP — wraps the multi-endpoint API Ninjas data API (api-ninjas.com) installs: remote:https://gateway.pipeworx.io/api-ninjas/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-api-ninjas - Apology (io.github.pipeworx-io/apology@0.1.0) apology MCP — wraps StupidAPIs (requires X-API-Key) installs: remote:https://gateway.pipeworx.io/apology/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-apology - Arbeitnow (io.github.pipeworx-io/arbeitnow@0.1.0) Arbeitnow Job Board MCP. installs: remote:https://gateway.pipeworx.io/arbeitnow/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arbeitnow - archive (io.github.pipeworx-io/archive@0.1.0) Archive MCP — wraps the Internet Archive APIs (free, no auth) installs: remote:https://gateway.pipeworx.io/archive/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-archive - art (io.github.pipeworx-io/art@0.1.0) Art MCP — Metropolitan Museum of Art Collection API (free, no auth) installs: remote:https://gateway.pipeworx.io/art/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-art - artic (io.github.pipeworx-io/artic@0.1.0) Art Institute of Chicago MCP — wraps the ARTIC public API (free, no auth) installs: remote:https://gateway.pipeworx.io/artic/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-artic - Artsmia (io.github.pipeworx-io/artsmia@0.1.0) Minneapolis Institute of Art (Mia) collection MCP. installs: remote:https://gateway.pipeworx.io/artsmia/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-artsmia - Ashby (io.github.pipeworx-io/ashby@0.1.0) Ashby MCP Pack — wraps the Ashby ATS API installs: remote:https://gateway.pipeworx.io/ashby/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-ashby - Askdata Xk (io.github.pipeworx-io/askdata-xk@0.1.0) Kosovo Agency of Statistics (ASKdata) PxWeb MCP. installs: remote:https://gateway.pipeworx.io/askdata-xk/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-askdata-xk - Asub Ax (io.github.pipeworx-io/asub-ax@0.1.0) Statistics and Research Åland (ÅSUB) PxWeb MCP. installs: remote:https://gateway.pipeworx.io/asub-ax/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-asub-ax - Attom (io.github.pipeworx-io/attom@0.1.0) ATTOM MCP — Premium real estate data from ATTOM Data Solutions installs: remote:https://gateway.pipeworx.io/attom/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-attom - Australia Tenders (io.github.pipeworx-io/australia-tenders@0.1.0) Australia Government Procurement MCP — AusTender OCDS (keyless). installs: remote:https://gateway.pipeworx.io/australia-tenders/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-australia-tenders - Aviationstack (io.github.pipeworx-io/aviationstack@0.1.0) Aviationstack MCP — global flight + airport + airline data installs: remote:https://gateway.pipeworx.io/aviationstack/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-aviationstack - Avoindata Fi (io.github.pipeworx-io/avoindata-fi@0.1.0) Finland Open Data (www.avoindata.fi/data/en) CKAN MCP. installs: remote:https://gateway.pipeworx.io/avoindata-fi/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-avoindata-fi - Balldontlie (io.github.pipeworx-io/balldontlie@0.1.0) balldontlie.io NBA stats (free API key required) installs: remote:https://gateway.pipeworx.io/balldontlie/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-balldontlie - Bamboohr (io.github.pipeworx-io/bamboohr@0.1.0) BambooHR MCP Pack — wraps the BambooHR API v1 installs: remote:https://gateway.pipeworx.io/bamboohr/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-bamboohr - Bandsintown (io.github.pipeworx-io/bandsintown@0.1.0) Bandsintown MCP. installs: remote:https://gateway.pipeworx.io/bandsintown/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-bandsintown - Bank Of Canada (io.github.pipeworx-io/bank-of-canada@0.1.0) Bank of Canada Valet API MCP. Keyless. Dates are YYYY-MM-DD. installs: remote:https://gateway.pipeworx.io/bank-of-canada/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-bank-of-canada - Banxico (io.github.pipeworx-io/banxico@0.1.0) Banxico MCP — Banco de México (Mexico's central bank) via the SIE API. installs: remote:https://gateway.pipeworx.io/banxico/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-banxico - Barcelona Events (io.github.pipeworx-io/barcelona-events@0.1.0) Barcelona Events MCP. installs: remote:https://gateway.pipeworx.io/barcelona-events/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-barcelona-events - Base64 (io.github.pipeworx-io/base64@0.1.0) Encoding MCP — Base64 / Base64URL / Base32 / Hex. installs: remote:https://gateway.pipeworx.io/base64/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-base64 - Bcb Br (io.github.pipeworx-io/bcb-br@0.1.0) Banco Central do Brasil (Brazil's central bank) MCP. installs: remote:https://gateway.pipeworx.io/bcb-br/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-bcb-br - Bcrp Pe (io.github.pipeworx-io/bcrp-pe@0.1.0) Banco Central de Reserva del Perú (BCRP) statistics series API MCP. Keyless. installs: remote:https://gateway.pipeworx.io/bcrp-pe/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-bcrp-pe - Bea Gov (io.github.pipeworx-io/bea-gov@0.1.0) BEA — Bureau of Economic Analysis MCP. installs: remote:https://gateway.pipeworx.io/bea-gov/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-bea-gov - Bhagavad Gita (io.github.pipeworx-io/bhagavad-gita@0.1.0) Bhagavad Gita MCP — Hindu scripture / Vedic text. installs: remote:https://gateway.pipeworx.io/bhagavad-gita/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-bhagavad-gita - uiule (io.github.pipeworx-io/bible@0.1.0) Bible MCP — wraps the Bible API (free, no auth) installs: remote:https://gateway.pipeworx.io/bible/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-bible - Bioregistry (io.github.pipeworx-io/bioregistry@0.1.0) Bioregistry — meta-registry of biomedical identifier prefixes installs: remote:https://gateway.pipeworx.io/bioregistry/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-bioregistry - Biorxiv (io.github.pipeworx-io/biorxiv@0.1.0) bioRxiv + medRxiv preprint server API installs: remote:https://gateway.pipeworx.io/biorxiv/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-biorxiv - Biosamples (io.github.pipeworx-io/biosamples@0.1.0) EBI BioSamples MCP. installs: remote:https://gateway.pipeworx.io/biosamples/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-biosamples - Biostudies (io.github.pipeworx-io/biostudies@0.1.0) EBI BioStudies MCP. installs: remote:https://gateway.pipeworx.io/biostudies/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-biostudies - Bis (io.github.pipeworx-io/bis@0.1.0) BIS MCP — Bank for International Settlements statistics (no auth) installs: remote:https://gateway.pipeworx.io/bis/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-bis - Bitfinex (io.github.pipeworx-io/bitfinex@0.1.0) Bitfinex v2 public MCP. installs: remote:https://gateway.pipeworx.io/bitfinex/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-bitfinex - Bitstamp (io.github.pipeworx-io/bitstamp@0.1.0) Bitstamp keyless public market: ticker, orderbook, transactions, OHLC, trading pairs. installs: remote:https://gateway.pipeworx.io/bitstamp/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-bitstamp - Blockchair (io.github.pipeworx-io/blockchair@0.1.0) Blockchair multi-chain block explorer (BTC, ETH, LTC, DOGE, XMR, +12 more) installs: remote:https://gateway.pipeworx.io/blockchair/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-blockchair - Blockscout (io.github.pipeworx-io/blockscout@0.1.0) Blockscout MCP — multi-chain block-explorer aggregate installs: remote:https://gateway.pipeworx.io/blockscout/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-blockscout - Blockstream Info (io.github.pipeworx-io/blockstream-info@0.1.0) Blockstream Esplora Bitcoin block explorer (mainnet + testnet) installs: remote:https://gateway.pipeworx.io/blockstream-info/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-blockstream-info - Bls (io.github.pipeworx-io/bls@0.1.0) BLS MCP — Bureau of Labor Statistics public data API (v2) installs: remote:https://gateway.pipeworx.io/bls/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-bls - uluesky (io.github.pipeworx-io/bluesky@0.1.0) Bluesky MCP — wraps the AT Protocol API installs: remote:https://gateway.pipeworx.io/bluesky/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-bluesky - Bnm My (io.github.pipeworx-io/bnm-my@0.1.0) Bank Negara Malaysia (BNM) Open API MCP. Keyless. installs: remote:https://gateway.pipeworx.io/bnm-my/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-bnm-my - Bnr Ro (io.github.pipeworx-io/bnr-ro@0.1.0) National Bank of Romania (Banca Naţională a României, BNR) FX reference rates MCP. Keyless. installs: remote:https://gateway.pipeworx.io/bnr-ro/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-bnr-ro - Boardgames (io.github.pipeworx-io/boardgames@0.1.0) Boardgames MCP — wraps Board Game Atlas API (public demo client_id, free) installs: remote:https://gateway.pipeworx.io/boardgames/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-boardgames - Boe Uk (io.github.pipeworx-io/boe-uk@0.1.0) Bank of England Interactive Statistical Database (IADB) MCP. installs: remote:https://gateway.pipeworx.io/boe-uk/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-boe-uk - Boi Il (io.github.pipeworx-io/boi-il@0.1.0) Bank of Israel public API MCP. Keyless. installs: remote:https://gateway.pipeworx.io/boi-il/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-boi-il - Bookbrainz (io.github.pipeworx-io/bookbrainz@0.1.0) BookBrainz MCP — open book metadata (MetaBrainz / sister of MusicBrainz) installs: remote:https://gateway.pipeworx.io/bookbrainz/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-bookbrainz - uooks (io.github.pipeworx-io/books@0.1.0) Books MCP — wraps Open Library API (free, no auth) installs: remote:https://gateway.pipeworx.io/books/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-books - uored (io.github.pipeworx-io/bored@0.1.0) Bored MCP — wraps Bored API (free, no auth) installs: remote:https://gateway.pipeworx.io/bored/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-bored - Bps Id (io.github.pipeworx-io/bps-id@0.1.0) BPS — Badan Pusat Statistik (Statistics Indonesia) WebAPI MCP. installs: remote:https://gateway.pipeworx.io/bps-id/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-bps-id - Bpstat Pt (io.github.pipeworx-io/bpstat-pt@0.1.0) BPstat — Banco de Portugal statistics API (Portuguese central bank). Keyless. installs: remote:https://gateway.pipeworx.io/bpstat-pt/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-bpstat-pt - Brapi (io.github.pipeworx-io/brapi@0.1.0) brapi.dev MCP — Brazilian stock + crypto + ETF quotes. installs: remote:https://gateway.pipeworx.io/brapi/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-brapi - Brawl Stars (io.github.pipeworx-io/brawl-stars@0.1.0) Brawl Stars player, club, brawlers, events, rankings. Supercell dev key. installs: remote:https://gateway.pipeworx.io/brawl-stars/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-brawl-stars - Brazil Pncp (io.github.pipeworx-io/brazil-pncp@0.1.0) Brazil PNCP MCP — Brazilian government procurement (keyless). installs: remote:https://gateway.pipeworx.io/brazil-pncp/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-brazil-pncp - ureweries (io.github.pipeworx-io/breweries@0.1.0) Breweries MCP — Open Brewery DB API (free, no auth) installs: remote:https://gateway.pipeworx.io/breweries/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-breweries - Bright Data (io.github.pipeworx-io/bright-data@0.1.0) Bright Data MCP — Bright Data Web Unlocker + SERP API (brightdata.com) installs: remote:https://gateway.pipeworx.io/bright-data/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-bright-data - Brreg No (io.github.pipeworx-io/brreg-no@0.1.0) Brønnøysund Register Centre (BRREG) MCP — Norway's official business register. installs: remote:https://gateway.pipeworx.io/brreg-no/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-brreg-no - Bts (io.github.pipeworx-io/bts@0.1.0) U.S. Bureau of Transportation Statistics (BTS) — data.bts.gov open-data portal (Socrata platform). installs: remote:https://gateway.pipeworx.io/bts/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-bts - Bundesbank De (io.github.pipeworx-io/bundesbank-de@0.1.0) Deutsche Bundesbank (Germany's central bank) statistics MCP. installs: remote:https://gateway.pipeworx.io/bundesbank-de/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-bundesbank-de - Bundestag De (io.github.pipeworx-io/bundestag-de@0.1.0) Bundestag DIP MCP installs: remote:https://gateway.pipeworx.io/bundestag-de/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-bundestag-de - Bundlephobia (io.github.pipeworx-io/bundlephobia@0.1.0) Bundlephobia MCP — npm bundle-size analysis installs: remote:https://gateway.pipeworx.io/bundlephobia/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-bundlephobia - Bungie (io.github.pipeworx-io/bungie@0.1.0) Bungie.net Destiny 2 + clan API: manifest, profile, characters, stats. installs: remote:https://gateway.pipeworx.io/bungie/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-bungie - Business Feeds (io.github.pipeworx-io/business-feeds@0.1.1) Business Feeds MCP. installs: remote:https://gateway.pipeworx.io/business-feeds/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-business-feeds - Buzzword Density (io.github.pipeworx-io/buzzword-density@0.1.0) buzzword-density MCP — wraps StupidAPIs (requires X-API-Key) installs: remote:https://gateway.pipeworx.io/buzzword-density/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-buzzword-density - California DMV (io.github.pipeworx-io/ca-dmv@0.1.0) California DMV: vehicle and EV registrations by ZIP, field offices, forms, insurer NAIC codes installs: remote:https://gateway.pipeworx.io/ca-dmv/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-ca-dmv - Ca Grants (io.github.pipeworx-io/ca-grants@0.1.0) California Grants Portal MCP — open State of California grant funding opportunities (keyless). installs: remote:https://gateway.pipeworx.io/ca-grants/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-ca-grants - Cactus (io.github.pipeworx-io/cactus@0.1.0) NCI CACTUS Chemical Identifier Resolver MCP. installs: remote:https://gateway.pipeworx.io/cactus/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-cactus - Canada Tenders (io.github.pipeworx-io/canada-tenders@0.1.0) Canada Government Procurement MCP — CanadaBuys open data (keyless). installs: remote:https://gateway.pipeworx.io/canada-tenders/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-canada-tenders - caruon (io.github.pipeworx-io/carbon@0.1.0) Carbon MCP — UK Carbon Intensity API (free, no auth) installs: remote:https://gateway.pipeworx.io/carbon/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-carbon - Carbon Intensity Uk (io.github.pipeworx-io/carbon-intensity-uk@0.1.0) UK Carbon Intensity MCP (National Grid ESO). installs: remote:https://gateway.pipeworx.io/carbon-intensity-uk/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-carbon-intensity-uk - Carbon Interface (io.github.pipeworx-io/carbon-interface@0.1.0) Carbon Interface MCP — Carbon Interface API (v1) installs: remote:https://gateway.pipeworx.io/carbon-interface/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-carbon-interface - Cataas (io.github.pipeworx-io/cataas@0.1.0) CATAAS MCP — Cat as a Service (free, no auth) installs: remote:https://gateway.pipeworx.io/cataas/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-cataas - Catalogueoflife (io.github.pipeworx-io/catalogueoflife@0.1.0) Catalogue of Life — global taxonomic index of known species (~2.2M accepted names) installs: remote:https://gateway.pipeworx.io/catalogueoflife/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-catalogueoflife - catfacts (io.github.pipeworx-io/catfacts@0.1.0) Cat Facts MCP — wraps Cat Facts API (free, no auth) installs: remote:https://gateway.pipeworx.io/catfacts/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-catfacts - Cbioportal (io.github.pipeworx-io/cbioportal@0.1.0) cBioPortal MCP — cancer genomics portal. installs: remote:https://gateway.pipeworx.io/cbioportal/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-cbioportal - Cbs Il (io.github.pipeworx-io/cbs-il@0.1.0) Israel Central Bureau of Statistics (CBS / הלשכה המרכזית לסטטיסטיקה) MCP. installs: remote:https://gateway.pipeworx.io/cbs-il/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-cbs-il - Cbs Nl (io.github.pipeworx-io/cbs-nl@0.1.0) Statistics Netherlands (CBS / StatLine) OData MCP. installs: remote:https://gateway.pipeworx.io/cbs-nl/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-cbs-nl - Cdc (io.github.pipeworx-io/cdc@0.1.0) CDC MCP — wraps CDC open data via Socrata API (data.cdc.gov) installs: remote:https://gateway.pipeworx.io/cdc/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-cdc - Cdec Ca (io.github.pipeworx-io/cdec-ca@0.1.0) California Data Exchange Center (CDEC) hydrology, reservoirs, snow water installs: remote:https://gateway.pipeworx.io/cdec-ca/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-cdec-ca - Celestrak (io.github.pipeworx-io/celestrak@0.1.0) CelesTrak MCP — satellite orbital elements (TLE / GP data) for any tracked object. installs: remote:https://gateway.pipeworx.io/celestrak/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-celestrak - Censtatd Hk (io.github.pipeworx-io/censtatd-hk@0.1.1) Hong Kong Census and Statistics Department (C&SD) open-data MCP. installs: remote:https://gateway.pipeworx.io/censtatd-hk/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-censtatd-hk - Census (io.github.pipeworx-io/census@0.1.0) Census MCP — U.S. Census Bureau housing-relevant APIs. installs: remote:https://gateway.pipeworx.io/census/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-census - Census Trade (io.github.pipeworx-io/census-trade@0.1.0) Census Trade MCP — US Census Bureau International Trade data installs: remote:https://gateway.pipeworx.io/census-trade/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-census-trade - Cfpb (io.github.pipeworx-io/cfpb@0.1.0) CFPB MCP — Consumer Financial Protection Bureau complaint database (free, no auth) installs: remote:https://gateway.pipeworx.io/cfpb/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-cfpb - Cftc Cot (io.github.pipeworx-io/cftc-cot@0.1.0) CFTC Commitment of Traders (COT) MCP. installs: remote:https://gateway.pipeworx.io/cftc-cot/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-cftc-cot - Chainlist (io.github.pipeworx-io/chainlist@0.1.0) Chainlist MCP — registry of EVM chains installs: remote:https://gateway.pipeworx.io/chainlist/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-chainlist - Chaos Index (io.github.pipeworx-io/chaos-index@0.1.0) chaos-index MCP — wraps StupidAPIs (requires X-API-Key) installs: remote:https://gateway.pipeworx.io/chaos-index/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-chaos-index - Chargebee (io.github.pipeworx-io/chargebee@0.1.0) Chargebee MCP Pack — wraps the Chargebee API v2 installs: remote:https://gateway.pipeworx.io/chargebee/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-chargebee - Cheapshark (io.github.pipeworx-io/cheapshark@0.1.0) PC game deals across Steam/Epic/GOG/Humble via CheapShark. Keyless. installs: remote:https://gateway.pipeworx.io/cheapshark/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-cheapshark - Chembl (io.github.pipeworx-io/chembl@0.1.0) ChEMBL MCP — drug discovery database (EBI). installs: remote:https://gateway.pipeworx.io/chembl/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-chembl - chess (io.github.pipeworx-io/chess@0.1.0) Chess.com MCP — wraps the Chess.com public API (free, no auth) installs: remote:https://gateway.pipeworx.io/chess/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-chess - Chile Procurement (io.github.pipeworx-io/chile-procurement@0.1.0) Chile Government Procurement MCP — Mercado Público / ChileCompra (keyless-ish). installs: remote:https://gateway.pipeworx.io/chile-procurement/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-chile-procurement - China Stocks (io.github.pipeworx-io/china-stocks@0.1.2) China A-shares MCP. Keyless. installs: remote:https://gateway.pipeworx.io/china-stocks/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-china-stocks - chucknorris (io.github.pipeworx-io/chucknorris@0.1.0) Chuck Norris MCP — wraps chucknorris.io (free, no auth) installs: remote:https://gateway.pipeworx.io/chucknorris/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-chucknorris - Citybikes (io.github.pipeworx-io/citybikes@0.1.1) Citybikes MCP — wraps CityBik.es API (free, no auth required) installs: remote:https://gateway.pipeworx.io/citybikes/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-citybikes - Civitai (io.github.pipeworx-io/civitai@0.1.0) Civitai MCP. installs: remote:https://gateway.pipeworx.io/civitai/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-civitai - Clash Royale (io.github.pipeworx-io/clash-royale@0.1.0) Clash Royale player, clan, war, tournament, rankings, cards. Supercell dev key. installs: remote:https://gateway.pipeworx.io/clash-royale/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-clash-royale - Clevelandart (io.github.pipeworx-io/clevelandart@0.1.0) Cleveland Museum of Art Open Access API (~63k artworks, many CC0) installs: remote:https://gateway.pipeworx.io/clevelandart/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-clevelandart - climate (io.github.pipeworx-io/climate@0.1.0) Climate MCP — wraps Open-Meteo Climate API (free, no auth) installs: remote:https://gateway.pipeworx.io/climate/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-climate - Climate Feeds (io.github.pipeworx-io/climate-feeds@0.1.0) Climate & Energy Feeds MCP. installs: remote:https://gateway.pipeworx.io/climate-feeds/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-climate-feeds - Climatiq (io.github.pipeworx-io/climatiq@0.1.0) Climatiq MCP — carbon footprint calculator with emission factors installs: remote:https://gateway.pipeworx.io/climatiq/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-climatiq - Clinicaltrials (io.github.pipeworx-io/clinicaltrials@0.1.0) ClinicalTrials MCP — wraps ClinicalTrials.gov API v2 (free, no auth) installs: remote:https://gateway.pipeworx.io/clinicaltrials/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-clinicaltrials - Cloudflare Radar (io.github.pipeworx-io/cloudflare-radar@0.1.0) Cloudflare Radar MCP — internet observatory (traffic, attacks, BGP, quality) installs: remote:https://gateway.pipeworx.io/cloudflare-radar/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-cloudflare-radar - Cms (io.github.pipeworx-io/cms@0.1.0) CMS Open Data MCP — US Centers for Medicare & Medicaid Services. installs: remote:https://gateway.pipeworx.io/cms/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-cms - Cnb Cz (io.github.pipeworx-io/cnb-cz@0.1.0) Czech National Bank (Česká národní banka, ČNB) public API MCP. Keyless. installs: remote:https://gateway.pipeworx.io/cnb-cz/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-cnb-cz - Cnpj Br (io.github.pipeworx-io/cnpj-br@0.1.0) CNPJ Brazil MCP — Brazilian company-registry (Receita Federal) lookup via installs: remote:https://gateway.pipeworx.io/cnpj-br/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-cnpj-br - cocktails (io.github.pipeworx-io/cocktails@0.1.0) Cocktails MCP — TheCocktailDB API (free, no auth) installs: remote:https://gateway.pipeworx.io/cocktails/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-cocktails - Codeforces (io.github.pipeworx-io/codeforces@0.1.0) Codeforces competitive programming users, contests, problems installs: remote:https://gateway.pipeworx.io/codeforces/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-codeforces - Codestats (io.github.pipeworx-io/codestats@0.1.0) Code::Stats public coding-XP profiles (codestats.net) installs: remote:https://gateway.pipeworx.io/codestats/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-codestats - Codewars (io.github.pipeworx-io/codewars@0.1.0) Codewars user profiles, completed kata, authored kata, kata detail. Keyless. installs: remote:https://gateway.pipeworx.io/codewars/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-codewars - Coinbase Exchange (io.github.pipeworx-io/coinbase-exchange@0.1.0) Coinbase Exchange public MCP. installs: remote:https://gateway.pipeworx.io/coinbase-exchange/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-coinbase-exchange - Coingecko (io.github.pipeworx-io/coingecko@0.1.0) CoinGecko MCP — wraps CoinGecko free API (no auth required) installs: remote:https://gateway.pipeworx.io/coingecko/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-coingecko - Coinmarketcap (io.github.pipeworx-io/coinmarketcap@0.1.0) CoinMarketCap MCP — crypto prices, market cap, rankings installs: remote:https://gateway.pipeworx.io/coinmarketcap/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-coinmarketcap - Coinpaprika (io.github.pipeworx-io/coinpaprika@0.1.0) Coinpaprika MCP — alternative crypto data source installs: remote:https://gateway.pipeworx.io/coinpaprika/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-coinpaprika - College Scorecard (io.github.pipeworx-io/college-scorecard@0.1.0) College Scorecard MCP — US Department of Education College Scorecard API installs: remote:https://gateway.pipeworx.io/college-scorecard/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-college-scorecard - Colombia Secop (io.github.pipeworx-io/colombia-secop@0.1.0) Colombia SECOP MCP — Colombian government procurement (public contracting). installs: remote:https://gateway.pipeworx.io/colombia-secop/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-colombia-secop - Color (io.github.pipeworx-io/color@0.1.0) Color utilities MCP. installs: remote:https://gateway.pipeworx.io/color/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-color - Color Pizza (io.github.pipeworx-io/color-pizza@0.1.0) Color Pizza MCP — names hex colors using human-friendly color-name lists. installs: remote:https://gateway.pipeworx.io/color-pizza/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-color-pizza - colorapi (io.github.pipeworx-io/colorapi@0.1.0) Color API MCP — wraps thecolorapi.com (free, no auth) installs: remote:https://gateway.pipeworx.io/colorapi/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-colorapi - Comicvine (io.github.pipeworx-io/comicvine@0.1.0) Comic Vine: characters, issues, volumes, creators, publishers. Free key. installs: remote:https://gateway.pipeworx.io/comicvine/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-comicvine - Committee Releases (io.github.pipeworx-io/committee-releases@0.1.0) Committee Releases — documents congressional committees publish on their OWN installs: remote:https://gateway.pipeworx.io/committee-releases/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-committee-releases - Companies House (io.github.pipeworx-io/companies-house@0.1.0) Companies House MCP — UK statutory company registry (BYO key) installs: remote:https://gateway.pipeworx.io/companies-house/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-companies-house - Complex Portal (io.github.pipeworx-io/complex-portal@0.1.0) EBI Complex Portal MCP. installs: remote:https://gateway.pipeworx.io/complex-portal/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-complex-portal - Comtrade (io.github.pipeworx-io/comtrade@0.1.0) Comtrade MCP — UN Comtrade API for international bilateral trade data installs: remote:https://gateway.pipeworx.io/comtrade/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-comtrade - Conceptnet (io.github.pipeworx-io/conceptnet@0.1.0) ConceptNet MCP — open multilingual word/phrase relation graph installs: remote:https://gateway.pipeworx.io/conceptnet/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-conceptnet - Congress (io.github.pipeworx-io/congress@0.1.0) Congress MCP — US Congress data via GovTrack API (free, no auth required) installs: remote:https://gateway.pipeworx.io/congress/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-congress - Conspiracy Theory (io.github.pipeworx-io/conspiracy-theory@0.1.0) conspiracy-theory MCP — wraps StupidAPIs (requires X-API-Key) installs: remote:https://gateway.pipeworx.io/conspiracy-theory/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-conspiracy-theory - Coordinates (io.github.pipeworx-io/coordinates@0.1.0) Coordinate geometry MCP. installs: remote:https://gateway.pipeworx.io/coordinates/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-coordinates - Coresignal (io.github.pipeworx-io/coresignal@0.1.0) Coresignal MCP — LinkedIn-adjacent company + employee data (coresignal.com) installs: remote:https://gateway.pipeworx.io/coresignal/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-coresignal - Corporate Apology (io.github.pipeworx-io/corporate-apology@0.1.0) corporate-apology MCP — wraps StupidAPIs (requires X-API-Key) installs: remote:https://gateway.pipeworx.io/corporate-apology/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-corporate-apology - countries (io.github.pipeworx-io/countries@0.1.0) Countries MCP — world country data from REST Countries API v3.1 installs: remote:https://gateway.pipeworx.io/countries/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-countries - Country State City (io.github.pipeworx-io/country-state-city@0.1.0) CountryStateCity MCP — wraps CountryStateCity API (api.countrystatecity.in/v1) installs: remote:https://gateway.pipeworx.io/country-state-city/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-country-state-city - Court Listener (io.github.pipeworx-io/court-listener@0.1.1) CourtListener MCP — Free Law Project's CourtListener API (free, no auth required for basic access) installs: remote:https://gateway.pipeworx.io/court-listener/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-court-listener - Cpsc (io.github.pipeworx-io/cpsc@0.1.0) CPSC MCP — US consumer-product safety recalls (CPSC, free, no auth). installs: remote:https://gateway.pipeworx.io/cpsc/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-cpsc - Crates (io.github.pipeworx-io/crates@0.1.0) Crates.io MCP — wraps the crates.io REST API v1 (free, no auth) installs: remote:https://gateway.pipeworx.io/crates/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-crates - Crc (io.github.pipeworx-io/crc@0.1.0) Checksum MCP — CRC-32 & Adler-32. installs: remote:https://gateway.pipeworx.io/crc/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-crc - Creditcard (io.github.pipeworx-io/creditcard@0.1.0) Credit-card number validation MCP. installs: remote:https://gateway.pipeworx.io/creditcard/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-creditcard - Cricket (io.github.pipeworx-io/cricket@0.1.0) Cricket MCP — wraps CricAPI (api.cricapi.com) for live cricket data. installs: remote:https://gateway.pipeworx.io/cricket/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-cricket - Crontab (io.github.pipeworx-io/crontab@0.1.0) Crontab expression MCP. installs: remote:https://gateway.pipeworx.io/crontab/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-crontab - crossref (io.github.pipeworx-io/crossref@0.1.0) Crossref MCP — wraps the Crossref REST API (academic papers, free, no auth) installs: remote:https://gateway.pipeworx.io/crossref/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-crossref - crypto (io.github.pipeworx-io/crypto@0.1.0) Crypto MCP — cryptocurrency prices and currency conversion installs: remote:https://gateway.pipeworx.io/crypto/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-crypto - Crypto Feeds (io.github.pipeworx-io/crypto-feeds@0.1.0) Crypto Feeds MCP. installs: remote:https://gateway.pipeworx.io/crypto-feeds/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-crypto-feeds - Crypto Fng (io.github.pipeworx-io/crypto-fng@0.1.0) Crypto Fear & Greed Index MCP. installs: remote:https://gateway.pipeworx.io/crypto-fng/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-crypto-fng - Cryptocompare (io.github.pipeworx-io/cryptocompare@0.1.0) CryptoCompare prices, OHLC history, social stats, news, exchanges. installs: remote:https://gateway.pipeworx.io/cryptocompare/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-cryptocompare - Crystallography (io.github.pipeworx-io/crystallography@0.2.0) Crystallography Open Database (COD) MCP. installs: remote:https://gateway.pipeworx.io/crystallography/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-crystallography - Cso Ie (io.github.pipeworx-io/cso-ie@0.1.0) Ireland Central Statistics Office (CSO) PxStat MCP. installs: remote:https://gateway.pipeworx.io/cso-ie/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-cso-ie - Csv (io.github.pipeworx-io/csv@0.1.0) CSV <-> JSON MCP. installs: remote:https://gateway.pipeworx.io/csv/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-csv - Connecticut DMV (io.github.pipeworx-io/ct-dmv@0.1.0) Connecticut DMV: vehicle-level electric vehicle registrations by town, make and model installs: remote:https://gateway.pipeworx.io/ct-dmv/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-ct-dmv - Currencyformat (io.github.pipeworx-io/currencyformat@0.1.0) Number & currency formatting MCP. installs: remote:https://gateway.pipeworx.io/currencyformat/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-currencyformat - Currents (io.github.pipeworx-io/currents@0.1.0) Currents MCP — wraps the Currents API (currentsapi.services) installs: remote:https://gateway.pipeworx.io/currents/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-currents - Cvr Dk (io.github.pipeworx-io/cvr-dk@0.1.0) CVR — Det Centrale Virksomhedsregister (Danish Central Business Register) MCP. installs: remote:https://gateway.pipeworx.io/cvr-dk/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-cvr-dk - Czso Cz (io.github.pipeworx-io/czso-cz@0.1.0) Czech Statistical Office (Český statistický úřad, ČSÚ) open-data MCP. installs: remote:https://gateway.pipeworx.io/czso-cz/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-czso-cz - dadjokes (io.github.pipeworx-io/dadjokes@0.1.0) Dad Jokes MCP — wraps icanhazdadjoke.com (free, no auth) installs: remote:https://gateway.pipeworx.io/dadjokes/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-dadjokes - Dados Pt (io.github.pipeworx-io/dados-pt@0.1.0) dados.gov.pt MCP — Portugal's national open data portal. installs: remote:https://gateway.pipeworx.io/dados-pt/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-dados-pt - Dailymed (io.github.pipeworx-io/dailymed@0.1.0) DailyMed MCP — FDA Structured Product Labels via NLM installs: remote:https://gateway.pipeworx.io/dailymed/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-dailymed - Dane Gov Pl (io.github.pipeworx-io/dane-gov-pl@0.1.0) dane.gov.pl — Poland's national open data portal (Otwarte Dane). installs: remote:https://gateway.pipeworx.io/dane-gov-pl/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-dane-gov-pl - Dart Kr (io.github.pipeworx-io/dart-kr@0.1.0) DART — Korea's Data Analysis, Retrieval and Transfer System. installs: remote:https://gateway.pipeworx.io/dart-kr/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-dart-kr - Data Austin (io.github.pipeworx-io/data-austin@0.1.0) DataAustin MCP — Austin, TX open data (data.austintexas.gov, Socrata SODA API). installs: remote:https://gateway.pipeworx.io/data-austin/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-austin - Data Baltimore (io.github.pipeworx-io/data-baltimore@0.1.0) DataBaltimore MCP — Baltimore open data (data.baltimorecity.gov, ArcGIS REST API). installs: remote:https://gateway.pipeworx.io/data-baltimore/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-baltimore - Data Batonrouge (io.github.pipeworx-io/data-batonrouge@0.1.0) Baton Rouge Open Data (data.brla.gov) Socrata MCP. installs: remote:https://gateway.pipeworx.io/data-batonrouge/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-batonrouge - Data Bloomington (io.github.pipeworx-io/data-bloomington@0.1.0) Bloomington Open Data (data.bloomington.in.gov) Socrata MCP. installs: remote:https://gateway.pipeworx.io/data-bloomington/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-bloomington - Data Boston (io.github.pipeworx-io/data-boston@0.1.0) DataBoston MCP — City of Boston open data (data.boston.gov, CKAN API). installs: remote:https://gateway.pipeworx.io/data-boston/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-boston - Data Brussels (io.github.pipeworx-io/data-brussels@0.1.0) Brussels Open Data (opendata.bruxelles.be) — OpenDataSoft MCP. installs: remote:https://gateway.pipeworx.io/data-brussels/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-brussels - Data Calgary (io.github.pipeworx-io/data-calgary@0.1.0) DataCalgary MCP — Calgary open data (data.calgary.ca, Socrata SODA API). installs: remote:https://gateway.pipeworx.io/data-calgary/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-calgary - Data Cambridge (io.github.pipeworx-io/data-cambridge@0.1.0) DataCambridge MCP — Cambridge open data (data.cambridgema.gov, Socrata SODA API). installs: remote:https://gateway.pipeworx.io/data-cambridge/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-cambridge - Data Centrevaldeloire (io.github.pipeworx-io/data-centrevaldeloire@0.1.0) Centre-Val de Loire Open Data (data.centrevaldeloire.fr) — OpenDataSoft MCP. installs: remote:https://gateway.pipeworx.io/data-centrevaldeloire/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-centrevaldeloire - Data Cincinnati (io.github.pipeworx-io/data-cincinnati@0.1.0) DataCincinnati MCP — Cincinnati open data (data.cincinnati-oh.gov, Socrata SODA API). installs: remote:https://gateway.pipeworx.io/data-cincinnati/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-cincinnati - Data Cityofchicago (io.github.pipeworx-io/data-cityofchicago@0.1.0) City of Chicago Socrata open-data portal installs: remote:https://gateway.pipeworx.io/data-cityofchicago/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-cityofchicago - NYC Open Data (io.github.pipeworx-io/data-cityofnewyork@0.1.0) NYC open data via Socrata SoQL — 311, transport, housing, permits, crime, health. installs: remote:https://gateway.pipeworx.io/data-cityofnewyork/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-cityofnewyork - Colorado Information Marketplace (io.github.pipeworx-io/data-colorado@0.1.0) Colorado open data via Socrata SoQL — business, government, health, demographics. installs: remote:https://gateway.pipeworx.io/data-colorado/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-colorado - Connecticut Open Data (io.github.pipeworx-io/data-connecticut@0.1.0) Connecticut open data via Socrata SoQL — agencies, public health, education, transport. installs: remote:https://gateway.pipeworx.io/data-connecticut/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-connecticut - Data Cookcounty (io.github.pipeworx-io/data-cookcounty@0.1.0) Cook County Open Data (datacatalog.cookcountyil.gov) Socrata MCP. installs: remote:https://gateway.pipeworx.io/data-cookcounty/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-cookcounty - Data Dallas (io.github.pipeworx-io/data-dallas@0.1.0) DataDallas MCP — Dallas open data (www.dallasopendata.com, Socrata SODA API). installs: remote:https://gateway.pipeworx.io/data-dallas/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-dallas - Data Dc (io.github.pipeworx-io/data-dc@0.1.0) DataDC MCP — Washington, DC open data (opendata.dc.gov, ArcGIS REST API). installs: remote:https://gateway.pipeworx.io/data-dc/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-dc - Data Delaware (io.github.pipeworx-io/data-delaware@0.1.0) Delaware Open Data (data.delaware.gov) Socrata MCP. installs: remote:https://gateway.pipeworx.io/data-delaware/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-delaware - Data Detroit (io.github.pipeworx-io/data-detroit@0.1.0) DataDetroit MCP — Detroit open data (data.detroitmi.gov, ArcGIS REST API). installs: remote:https://gateway.pipeworx.io/data-detroit/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-detroit - Data Edmonton (io.github.pipeworx-io/data-edmonton@0.1.0) DataEdmonton MCP — Edmonton open data (data.edmonton.ca, Socrata SODA API). installs: remote:https://gateway.pipeworx.io/data-edmonton/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-edmonton - Data Energystar (io.github.pipeworx-io/data-energystar@0.1.0) ENERGY STAR Open Data (data.energystar.gov) Socrata MCP. installs: remote:https://gateway.pipeworx.io/data-energystar/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-energystar - Data Europa (io.github.pipeworx-io/data-europa@0.1.0) data.europa.eu — official EU open-data hub (~1.6M datasets) installs: remote:https://gateway.pipeworx.io/data-europa/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-europa - Data Fcc (io.github.pipeworx-io/data-fcc@0.1.0) FCC Open Data (opendata.fcc.gov) Socrata MCP. installs: remote:https://gateway.pipeworx.io/data-fcc/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-fcc - Data Fortworth (io.github.pipeworx-io/data-fortworth@0.1.0) Fort Worth Open Data (data.fortworthtexas.gov) Socrata MCP. installs: remote:https://gateway.pipeworx.io/data-fortworth/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-fortworth - Data Fulton (io.github.pipeworx-io/data-fulton@0.1.0) Fulton County Open Data (sharefulton.fultoncountyga.gov) Socrata MCP. installs: remote:https://gateway.pipeworx.io/data-fulton/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-fulton - Data Gov In (io.github.pipeworx-io/data-gov-in@0.1.0) India Open Government Data (OGD) Platform MCP — data.gov.in installs: remote:https://gateway.pipeworx.io/data-gov-in/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-gov-in - Data Govt Nz (io.github.pipeworx-io/data-govt-nz@0.1.0) data.govt.nz CKAN MCP. installs: remote:https://gateway.pipeworx.io/data-govt-nz/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-govt-nz - Data Gr (io.github.pipeworx-io/data-gr@0.1.0) Greece Open Data (data.gov.gr) CKAN MCP. installs: remote:https://gateway.pipeworx.io/data-gr/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-gr - Data Howardcounty (io.github.pipeworx-io/data-howardcounty@0.1.0) Howard County Open Data (opendata.howardcountymd.gov) Socrata MCP. installs: remote:https://gateway.pipeworx.io/data-howardcounty/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-howardcounty - Data Iledefrance (io.github.pipeworx-io/data-iledefrance@0.1.0) Île-de-France Open Data (data.iledefrance.fr) — OpenDataSoft MCP. installs: remote:https://gateway.pipeworx.io/data-iledefrance/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-iledefrance - Data Issy (io.github.pipeworx-io/data-issy@0.1.0) Issy-les-Moulineaux Open Data (data.issy.com) — OpenDataSoft MCP. installs: remote:https://gateway.pipeworx.io/data-issy/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-issy - Data Kcmo (io.github.pipeworx-io/data-kcmo@0.1.0) DataKansasCityMO MCP — Kansas City, MO open data (data.kcmo.org, Socrata SODA API). installs: remote:https://gateway.pipeworx.io/data-kcmo/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-kcmo - Data Kingcounty (io.github.pipeworx-io/data-kingcounty@0.1.0) King County Open Data (data.kingcounty.gov) Socrata MCP. installs: remote:https://gateway.pipeworx.io/data-kingcounty/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-kingcounty - Data La (io.github.pipeworx-io/data-la@0.1.0) DataLA MCP — Los Angeles open data (data.lacity.org, Socrata SODA API). installs: remote:https://gateway.pipeworx.io/data-la/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-la - Data Lv (io.github.pipeworx-io/data-lv@0.1.0) Latvia Open Data (data.gov.lv) CKAN MCP. installs: remote:https://gateway.pipeworx.io/data-lv/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-lv - Maryland Open Data (io.github.pipeworx-io/data-maryland@0.1.0) Maryland state open data via Socrata SoQL — government, health, transport, budget, environment. installs: remote:https://gateway.pipeworx.io/data-maryland/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-maryland - Data Mesa (io.github.pipeworx-io/data-mesa@0.1.0) Mesa Open Data (citydata.mesaaz.gov) Socrata MCP. installs: remote:https://gateway.pipeworx.io/data-mesa/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-mesa - Data Michigan (io.github.pipeworx-io/data-michigan@0.1.0) Michigan Open Data (data.michigan.gov) Socrata MCP. installs: remote:https://gateway.pipeworx.io/data-michigan/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-michigan - Data Mo (io.github.pipeworx-io/data-mo@0.1.0) Missouri Open Data (data.mo.gov) Socrata MCP. installs: remote:https://gateway.pipeworx.io/data-mo/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-mo - Data Montgomery (io.github.pipeworx-io/data-montgomery@0.1.0) Montgomery County, MD open data (Socrata) — crime, 311, permits by name + SoQL. installs: remote:https://gateway.pipeworx.io/data-montgomery/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-montgomery - Data Montreal (io.github.pipeworx-io/data-montreal@0.1.0) DataMontreal MCP — City of Montreal open data (donnees.montreal.ca, CKAN API). installs: remote:https://gateway.pipeworx.io/data-montreal/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-montreal - Data Nantes (io.github.pipeworx-io/data-nantes@0.1.0) Nantes Métropole Open Data (data.nantesmetropole.fr) — OpenDataSoft MCP. installs: remote:https://gateway.pipeworx.io/data-nantes/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-nantes - Data Nashville (io.github.pipeworx-io/data-nashville@0.1.0) DataNashville MCP — Nashville open data (data.nashville.gov, ArcGIS REST API). installs: remote:https://gateway.pipeworx.io/data-nashville/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-nashville - Data Nj (io.github.pipeworx-io/data-nj@0.1.0) New Jersey Open Data (data.nj.gov) Socrata MCP. installs: remote:https://gateway.pipeworx.io/data-nj/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-nj - Data Nl (io.github.pipeworx-io/data-nl@0.1.0) Netherlands Open Data (data.overheid.nl/data) CKAN MCP. installs: remote:https://gateway.pipeworx.io/data-nl/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-nl - Data Nola (io.github.pipeworx-io/data-nola@0.1.0) DataNewOrleans MCP — New Orleans open data (data.nola.gov, Socrata SODA API). installs: remote:https://gateway.pipeworx.io/data-nola/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-nola - Data Norfolk (io.github.pipeworx-io/data-norfolk@0.1.0) Norfolk Open Data (data.norfolk.gov) Socrata MCP. installs: remote:https://gateway.pipeworx.io/data-norfolk/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-norfolk - Data Novascotia (io.github.pipeworx-io/data-novascotia@0.1.0) Nova Scotia Open Data (data.novascotia.ca) Socrata MCP. installs: remote:https://gateway.pipeworx.io/data-novascotia/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-novascotia - Data Ny (io.github.pipeworx-io/data-ny@0.1.0) data.ny.gov — New York State open-data Socrata portal installs: remote:https://gateway.pipeworx.io/data-ny/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-ny - Data Oakland (io.github.pipeworx-io/data-oakland@0.1.0) Oakland Open Data (data.oaklandca.gov) Socrata MCP. installs: remote:https://gateway.pipeworx.io/data-oakland/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-oakland - Oregon Open Data (io.github.pipeworx-io/data-oregon@0.1.0) Oregon state open data via Socrata SoQL — agencies, business, health, environment. installs: remote:https://gateway.pipeworx.io/data-oregon/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-oregon - Data Orlando (io.github.pipeworx-io/data-orlando@0.1.0) Orlando Open Data (data.cityoforlando.net) Socrata MCP. installs: remote:https://gateway.pipeworx.io/data-orlando/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-orlando - Data Pa (io.github.pipeworx-io/data-pa@0.1.0) Pennsylvania Open Data (data.pa.gov) Socrata MCP. installs: remote:https://gateway.pipeworx.io/data-pa/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-pa - Data Paris (io.github.pipeworx-io/data-paris@0.1.0) Paris Open Data (opendata.paris.fr) — OpenDataSoft MCP. installs: remote:https://gateway.pipeworx.io/data-paris/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-paris - Data Piercecounty (io.github.pipeworx-io/data-piercecounty@0.1.0) Pierce County Open Data (internal.open.piercecountywa.gov) Socrata MCP. installs: remote:https://gateway.pipeworx.io/data-piercecounty/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-piercecounty - Data Providence (io.github.pipeworx-io/data-providence@0.1.0) Providence Open Data (data.providenceri.gov) Socrata MCP. installs: remote:https://gateway.pipeworx.io/data-providence/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-providence - Data Rennes (io.github.pipeworx-io/data-rennes@0.1.0) Rennes Métropole Open Data (data.rennesmetropole.fr) — OpenDataSoft MCP. installs: remote:https://gateway.pipeworx.io/data-rennes/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-rennes - Data Reunion (io.github.pipeworx-io/data-reunion@0.1.0) Réunion Open Data (data.regionreunion.com) — OpenDataSoft MCP. installs: remote:https://gateway.pipeworx.io/data-reunion/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-reunion - Data Santaclara (io.github.pipeworx-io/data-santaclara@0.1.0) Santa Clara County Open Data (data.sccgov.org) Socrata MCP. installs: remote:https://gateway.pipeworx.io/data-santaclara/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-santaclara - Data Seattle (io.github.pipeworx-io/data-seattle@0.1.0) DataSeattle MCP — Seattle open data (data.seattle.gov, Socrata SODA API). installs: remote:https://gateway.pipeworx.io/data-seattle/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-seattle - Data Sf (io.github.pipeworx-io/data-sf@0.1.0) DataSF MCP — San Francisco open data (data.sfgov.org, Socrata SODA API). installs: remote:https://gateway.pipeworx.io/data-sf/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-sf - Data Sncf (io.github.pipeworx-io/data-sncf@0.1.0) SNCF Open Data (ressources.data.sncf.com) — OpenDataSoft MCP. installs: remote:https://gateway.pipeworx.io/data-sncf/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-sncf - Data Sonoma (io.github.pipeworx-io/data-sonoma@0.1.0) Sonoma County Open Data (data.sonomacounty.ca.gov) Socrata MCP. installs: remote:https://gateway.pipeworx.io/data-sonoma/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-sonoma - Data Toronto (io.github.pipeworx-io/data-toronto@0.1.0) DataToronto MCP — City of Toronto open data (open.toronto.ca, CKAN API). installs: remote:https://gateway.pipeworx.io/data-toronto/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-toronto - Data Toulouse (io.github.pipeworx-io/data-toulouse@0.1.0) Toulouse Métropole Open Data (data.toulouse-metropole.fr) — OpenDataSoft MCP. installs: remote:https://gateway.pipeworx.io/data-toulouse/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-toulouse - Data Tours (io.github.pipeworx-io/data-tours@0.1.0) Tours Métropole Open Data (data.tours-metropole.fr) — OpenDataSoft MCP. installs: remote:https://gateway.pipeworx.io/data-tours/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-tours - Data Ua (io.github.pipeworx-io/data-ua@0.1.0) Ukraine Open Data (data.gov.ua) CKAN MCP. installs: remote:https://gateway.pipeworx.io/data-ua/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-ua - Data Usdot (io.github.pipeworx-io/data-usdot@0.1.0) US DOT Open Data (datahub.transportation.gov) Socrata MCP. installs: remote:https://gateway.pipeworx.io/data-usdot/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-usdot - Utah Open Data (io.github.pipeworx-io/data-utah@0.1.0) Utah state open data via Socrata SoQL — government, grants, health, demographics. installs: remote:https://gateway.pipeworx.io/data-utah/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-utah - Data Va (io.github.pipeworx-io/data-va@0.1.0) Virginia Open Data (datahub.va.gov) Socrata MCP. installs: remote:https://gateway.pipeworx.io/data-va/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-va - Data Vermont (io.github.pipeworx-io/data-vermont@0.1.0) Vermont Open Data (data.vermont.gov) Socrata MCP. installs: remote:https://gateway.pipeworx.io/data-vermont/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-vermont - Washington State Open Data (io.github.pipeworx-io/data-wa@0.1.0) Washington State open data via Socrata SoQL — agencies, health, licensing, labor, environment. installs: remote:https://gateway.pipeworx.io/data-wa/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-wa - Data Winnipeg (io.github.pipeworx-io/data-winnipeg@0.1.0) Winnipeg Open Data (data.winnipeg.ca) Socrata MCP. installs: remote:https://gateway.pipeworx.io/data-winnipeg/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data-winnipeg - Data360 (io.github.pipeworx-io/data360@0.1.0) World Bank Data360 MCP — the World Bank's modern unified data platform. installs: remote:https://gateway.pipeworx.io/data360/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-data360 - Datacite (io.github.pipeworx-io/datacite@0.1.0) DataCite MCP — DOIs for research datasets (free, no auth) installs: remote:https://gateway.pipeworx.io/datacite/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-datacite - Datacube Sk (io.github.pipeworx-io/datacube-sk@0.1.0) DATAcube — Statistical Office of the Slovak Republic (data.statistics.sk). installs: remote:https://gateway.pipeworx.io/datacube-sk/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-datacube-sk - Datagouv Fr (io.github.pipeworx-io/datagouv-fr@0.1.0) France data.gouv.fr open-data catalogue installs: remote:https://gateway.pipeworx.io/datagouv-fr/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-datagouv-fr - Datagov (io.github.pipeworx-io/datagov@0.1.0) Data.gov MCP — wraps Data.gov CKAN API (catalog.data.gov/api/3) installs: remote:https://gateway.pipeworx.io/datagov/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-datagov - Datagov Au (io.github.pipeworx-io/datagov-au@0.1.0) Australia data.gov.au open-data catalogue (CKAN) installs: remote:https://gateway.pipeworx.io/datagov-au/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-datagov-au - Datagov Ie (io.github.pipeworx-io/datagov-ie@0.1.0) data.gov.ie MCP — Ireland's national open-data portal (CKAN API). installs: remote:https://gateway.pipeworx.io/datagov-ie/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-datagov-ie - Datagov Il (io.github.pipeworx-io/datagov-il@0.1.0) data.gov.il MCP — Israel national open-data portal (CKAN API). installs: remote:https://gateway.pipeworx.io/datagov-il/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-datagov-il - Datagov Uk (io.github.pipeworx-io/datagov-uk@0.1.0) data.gov.uk MCP — UK national open-data portal (CKAN API). installs: remote:https://gateway.pipeworx.io/datagov-uk/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-datagov-uk - Datalastic (io.github.pipeworx-io/datalastic@0.1.0) Datalastic MCP — live AIS vessel positions (datalastic.com) installs: remote:https://gateway.pipeworx.io/datalastic/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-datalastic - Datamuse (io.github.pipeworx-io/datamuse@0.1.1) Datamuse MCP — word-finding engine (keyless). installs: remote:https://gateway.pipeworx.io/datamuse/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-datamuse - Dataverse Harvard (io.github.pipeworx-io/dataverse-harvard@0.1.0) Harvard Dataverse — research dataset repository (~150k datasets) installs: remote:https://gateway.pipeworx.io/dataverse-harvard/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-dataverse-harvard - Datecalc (io.github.pipeworx-io/datecalc@0.1.0) Date calculator MCP. installs: remote:https://gateway.pipeworx.io/datecalc/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-datecalc - Dati It (io.github.pipeworx-io/dati-it@0.1.0) dati.gov.it MCP — Italy's national open-data portal (CKAN API). installs: remote:https://gateway.pipeworx.io/dati-it/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-dati-it - Datos Cl (io.github.pipeworx-io/datos-cl@0.1.0) datos.gob.cl CKAN MCP. installs: remote:https://gateway.pipeworx.io/datos-cl/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-datos-cl - Datos Co (io.github.pipeworx-io/datos-co@0.1.0) datos.gov.co — Colombia's national open-data portal (Socrata platform). installs: remote:https://gateway.pipeworx.io/datos-co/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-datos-co - Datos Gob Es (io.github.pipeworx-io/datos-gob-es@0.1.0) datos.gob.es — Spanish open-data catalogue installs: remote:https://gateway.pipeworx.io/datos-gob-es/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-datos-gob-es - Dblp (io.github.pipeworx-io/dblp@0.1.0) DBLP MCP — Computer Science bibliography installs: remote:https://gateway.pipeworx.io/dblp/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-dblp - Dbnomics (io.github.pipeworx-io/dbnomics@0.1.0) DBnomics MCP — meta-aggregator over 80+ stats providers installs: remote:https://gateway.pipeworx.io/dbnomics/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-dbnomics - Dbpedia (io.github.pipeworx-io/dbpedia@0.1.0) DBpedia MCP — SPARQL + Lookup over Wikipedia-derived structured data installs: remote:https://gateway.pipeworx.io/dbpedia/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-dbpedia - District of Columbia DMV (io.github.pipeworx-io/dc-dmv@0.1.0) Washington DC DMV: service centers, vehicle inspections by VIN, traffic convictions installs: remote:https://gateway.pipeworx.io/dc-dmv/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-dc-dmv - Delaware DMV (io.github.pipeworx-io/de-dmv@0.1.0) Delaware DMV: registrations by fuel type, EV and charger rebates, crash statistics installs: remote:https://gateway.pipeworx.io/de-dmv/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-de-dmv - deckofcards (io.github.pipeworx-io/deckofcards@0.1.0) Deck of Cards MCP — wraps deckofcardsapi.com (free, no auth) installs: remote:https://gateway.pipeworx.io/deckofcards/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-deckofcards - Deepl (io.github.pipeworx-io/deepl@0.1.0) DeepL translation: translate, usage, source/target languages. Free 500k chars/mo. installs: remote:https://gateway.pipeworx.io/deepl/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-deepl - Deno Land (io.github.pipeworx-io/deno-land@0.1.0) deno.land/x third-party Deno module registry installs: remote:https://gateway.pipeworx.io/deno-land/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-deno-land - Deps Dev (io.github.pipeworx-io/deps-dev@0.1.0) deps.dev — Google's package metadata + dependency graph API installs: remote:https://gateway.pipeworx.io/deps-dev/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-deps-dev - Design Feeds (io.github.pipeworx-io/design-feeds@0.1.0) Design Feeds MCP. installs: remote:https://gateway.pipeworx.io/design-feeds/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-design-feeds - Destatis (io.github.pipeworx-io/destatis@0.1.0) Destatis MCP — Germany's official statistics (Destatis GENESIS-Online). installs: remote:https://gateway.pipeworx.io/destatis/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-destatis - Dev Feeds (io.github.pipeworx-io/dev-feeds@0.1.1) Developer Feeds MCP. installs: remote:https://gateway.pipeworx.io/dev-feeds/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-dev-feeds - Devto (io.github.pipeworx-io/devto@0.1.0) DEV.to MCP — wraps the DEV Community API (free, no auth for public reads) installs: remote:https://gateway.pipeworx.io/devto/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-devto - Dexscreener (io.github.pipeworx-io/dexscreener@0.1.0) DEX Screener MCP — DEX price/liquidity/volume data installs: remote:https://gateway.pipeworx.io/dexscreener/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-dexscreener - diceuear (io.github.pipeworx-io/dicebear@0.1.0) DiceBear MCP — wraps DiceBear Avatar API v7 (free, no auth) installs: remote:https://gateway.pipeworx.io/dicebear/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-dicebear - dictionary (io.github.pipeworx-io/dictionary@0.1.0) Dictionary MCP — wraps Free Dictionary API (free, no auth) installs: remote:https://gateway.pipeworx.io/dictionary/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-dictionary - Diff (io.github.pipeworx-io/diff@0.1.0) Text diff MCP. installs: remote:https://gateway.pipeworx.io/diff/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-diff - Digimon (io.github.pipeworx-io/digimon@0.1.0) Digimon API MCP (digi-api.com). installs: remote:https://gateway.pipeworx.io/digimon/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-digimon - Digitalnz (io.github.pipeworx-io/digitalnz@0.1.0) DigitalNZ MCP. installs: remote:https://gateway.pipeworx.io/digitalnz/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-digitalnz - Digitraffic Ais (io.github.pipeworx-io/digitraffic-ais@0.1.0) Digitraffic AIS MCP — live vessel positions in Finnish and Baltic Sea waters. installs: remote:https://gateway.pipeworx.io/digitraffic-ais/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-digitraffic-ais - Discogs (io.github.pipeworx-io/discogs@0.1.0) Discogs MCP — music release / artist / label database installs: remote:https://gateway.pipeworx.io/discogs/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-discogs - disease (io.github.pipeworx-io/disease@0.1.0) Disease MCP — wraps disease.sh API (COVID-19 statistics, no auth required) installs: remote:https://gateway.pipeworx.io/disease/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-disease - disify (io.github.pipeworx-io/disify@0.1.0) Disify MCP — wraps Disify API (free, no auth) installs: remote:https://gateway.pipeworx.io/disify/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-disify - Disney (io.github.pipeworx-io/disney@0.1.0) Disney character database MCP. installs: remote:https://gateway.pipeworx.io/disney/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-disney - dnd5e (io.github.pipeworx-io/dnd5e@0.1.0) D&D 5e MCP — wraps the D&D 5th Edition API (free, no auth) installs: remote:https://gateway.pipeworx.io/dnd5e/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-dnd5e - dns (io.github.pipeworx-io/dns@0.1.0) DNS MCP — DNS and network lookup tools installs: remote:https://gateway.pipeworx.io/dns/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-dns - Doffin (io.github.pipeworx-io/doffin@0.1.1) Doffin MCP — Norwegian government public procurement notices (BYOK / platform key). installs: remote:https://gateway.pipeworx.io/doffin/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-doffin - dogceo (io.github.pipeworx-io/dogceo@0.1.0) Dog CEO MCP — wraps Dog CEO's Dog API (free, no auth) installs: remote:https://gateway.pipeworx.io/dogceo/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-dogceo - dogsapi (io.github.pipeworx-io/dogsapi@0.1.0) DogsAPI MCP — wraps dogapi.dog v2 API (free, no auth) installs: remote:https://gateway.pipeworx.io/dogsapi/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-dogsapi - Dostuff (io.github.pipeworx-io/dostuff@0.1.0) DoStuff network MCP. installs: remote:https://gateway.pipeworx.io/dostuff/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-dostuff - Dryad (io.github.pipeworx-io/dryad@0.1.0) Dryad (datadryad.org) MCP — keyless. installs: remote:https://gateway.pipeworx.io/dryad/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-dryad - Dst Dk (io.github.pipeworx-io/dst-dk@0.1.0) Statistics Denmark (Danmarks Statistik / Statbank) MCP. installs: remote:https://gateway.pipeworx.io/dst-dk/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-dst-dk - Dummyjson (io.github.pipeworx-io/dummyjson@0.1.0) DummyJSON mock REST: products, users, posts, recipes, todos. Keyless test data. installs: remote:https://gateway.pipeworx.io/dummyjson/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-dummyjson - Duration (io.github.pipeworx-io/duration@0.1.0) ISO 8601 duration MCP. installs: remote:https://gateway.pipeworx.io/duration/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-duration - Dwds (io.github.pipeworx-io/dwds@0.1.0) DWDS German Digital Dictionary (snippet/lemma/concordance/kwic) installs: remote:https://gateway.pipeworx.io/dwds/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-dwds - Easypost (io.github.pipeworx-io/easypost@0.1.0) EasyPost MCP — multi-carrier shipping rates + package tracking (easypost.com) installs: remote:https://gateway.pipeworx.io/easypost/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-easypost - Ebi Ols (io.github.pipeworx-io/ebi-ols@0.1.0) EBI Ontology Lookup Service — 250+ biomedical ontologies installs: remote:https://gateway.pipeworx.io/ebi-ols/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-ebi-ols - Ebird (io.github.pipeworx-io/ebird@0.1.0) eBird MCP — Cornell Lab of Ornithology citizen-science bird observations installs: remote:https://gateway.pipeworx.io/ebird/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-ebird - Ecb (io.github.pipeworx-io/ecb@0.1.0) ECB Data Portal MCP — European Central Bank statistical data installs: remote:https://gateway.pipeworx.io/ecb/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-ecb - Ecfr (io.github.pipeworx-io/ecfr@0.1.0) eCFR (Electronic Code of Federal Regulations) MCP. installs: remote:https://gateway.pipeworx.io/ecfr/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-ecfr - econdata (io.github.pipeworx-io/econdata@0.1.0) Econdata MCP — wraps BLS (Bureau of Labor Statistics) public API v2 installs: remote:https://gateway.pipeworx.io/econdata/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-econdata - Ecos Kr (io.github.pipeworx-io/ecos-kr@0.1.0) ECOS — Bank of Korea Economic Statistics System. installs: remote:https://gateway.pipeworx.io/ecos-kr/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-ecos-kr - Ecosystems (io.github.pipeworx-io/ecosystems@0.1.0) ecosyste.ms Packages MCP. installs: remote:https://gateway.pipeworx.io/ecosystems/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-ecosystems - Ecuador Procurement (io.github.pipeworx-io/ecuador-procurement@0.1.0) Ecuador Government Procurement MCP — SERCOP / Compras Públicas (keyless). installs: remote:https://gateway.pipeworx.io/ecuador-procurement/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-ecuador-procurement - Edamam (io.github.pipeworx-io/edamam@0.1.1) Edamam MCP — wraps three Edamam APIs in one pack: installs: remote:https://gateway.pipeworx.io/edamam/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-edamam - Edgar (io.github.pipeworx-io/edgar@0.3.2) EDGAR MCP — SEC EDGAR public APIs (free, no auth) installs: remote:https://gateway.pipeworx.io/edgar/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-edgar - Edmtrain (io.github.pipeworx-io/edmtrain@0.1.0) EDMtrain MCP. installs: remote:https://gateway.pipeworx.io/edmtrain/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-edmtrain - Education Feeds (io.github.pipeworx-io/education-feeds@0.1.0) Education Feeds MCP. installs: remote:https://gateway.pipeworx.io/education-feeds/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-education-feeds - Eia (io.github.pipeworx-io/eia@0.1.0) EIA MCP — US Energy Information Administration API v2 installs: remote:https://gateway.pipeworx.io/eia/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-eia - Elexon (io.github.pipeworx-io/elexon@0.1.0) Elexon BMRS Insights MCP — Great Britain electricity grid & market data. installs: remote:https://gateway.pipeworx.io/elexon/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-elexon - Elife (io.github.pipeworx-io/elife@0.1.0) eLife MCP — keyless open-access life-sciences & biomedical journal articles. installs: remote:https://gateway.pipeworx.io/elife/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-elife - Emdb (io.github.pipeworx-io/emdb@0.1.0) EMDB (EBI Electron Microscopy Data Bank) MCP — keyless. installs: remote:https://gateway.pipeworx.io/emdb/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-emdb - Emoji (io.github.pipeworx-io/emoji@0.1.0) Emoji MCP. installs: remote:https://gateway.pipeworx.io/emoji/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-emoji - Emoji Oracle (io.github.pipeworx-io/emoji-oracle@0.1.0) emoji-oracle MCP — wraps StupidAPIs (requires X-API-Key) installs: remote:https://gateway.pipeworx.io/emoji-oracle/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-emoji-oracle - emojihub (io.github.pipeworx-io/emojihub@0.1.0) EmojiHub MCP — wraps EmojiHub API (free, no auth) installs: remote:https://gateway.pipeworx.io/emojihub/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-emojihub - Emsc (io.github.pipeworx-io/emsc@0.1.0) EMSC (European-Mediterranean Seismological Centre) MCP — wraps the installs: remote:https://gateway.pipeworx.io/emsc/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-emsc - Endoflife (io.github.pipeworx-io/endoflife@0.1.0) endoflife.date MCP. installs: remote:https://gateway.pipeworx.io/endoflife/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-endoflife - Energi Data Dk (io.github.pipeworx-io/energi-data-dk@0.1.0) Energi Data Service (Energinet) MCP — Denmark's official open energy data. installs: remote:https://gateway.pipeworx.io/energi-data-dk/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-energi-data-dk - Energy Charts (io.github.pipeworx-io/energy-charts@0.1.1) Energy-Charts (Fraunhofer ISE) MCP — European electricity generation, prices, and capacity. installs: remote:https://gateway.pipeworx.io/energy-charts/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-energy-charts - Ens (io.github.pipeworx-io/ens@0.1.0) ENS (Ethereum Name Service) MCP. installs: remote:https://gateway.pipeworx.io/ens/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-ens - Ensembl (io.github.pipeworx-io/ensembl@0.1.0) Ensembl REST — vertebrate genomes, sequences, comparative genomics, variation installs: remote:https://gateway.pipeworx.io/ensembl/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-ensembl - Entertainment Feeds (io.github.pipeworx-io/entertainment-feeds@0.1.0) Entertainment Feeds MCP. installs: remote:https://gateway.pipeworx.io/entertainment-feeds/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-entertainment-feeds - Entreprises Fr (io.github.pipeworx-io/entreprises-fr@0.1.0) French Companies MCP — recherche-entreprises.api.gouv.fr installs: remote:https://gateway.pipeworx.io/entreprises-fr/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-entreprises-fr - Entso E (io.github.pipeworx-io/entso-e@0.1.0) ENTSO-E Transparency Platform MCP installs: remote:https://gateway.pipeworx.io/entso-e/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-entso-e - Entur (io.github.pipeworx-io/entur@0.1.0) Entur MCP — Norway public transport, nationwide, all modes (developer.entur.org) installs: remote:https://gateway.pipeworx.io/entur/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-entur - Eodhd (io.github.pipeworx-io/eodhd@0.1.0) EODHD MCP — wraps EOD Historical Data (eodhd.com) installs: remote:https://gateway.pipeworx.io/eodhd/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-eodhd - Eol (io.github.pipeworx-io/eol@0.1.0) Encyclopedia of Life (EOL) — biodiversity taxa, names, hierarchies installs: remote:https://gateway.pipeworx.io/eol/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-eol - Epa Echo (io.github.pipeworx-io/epa-echo@0.1.0) EPA ECHO MCP — wraps EPA ECHO Web Services (free, no auth) installs: remote:https://gateway.pipeworx.io/epa-echo/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-epa-echo - Epa Emissions (io.github.pipeworx-io/epa-emissions@0.1.0) EPA Emissions MCP — wraps EPA Envirofacts REST API (free, no auth) installs: remote:https://gateway.pipeworx.io/epa-emissions/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-epa-emissions - Epa Envirofacts (io.github.pipeworx-io/epa-envirofacts@0.1.0) US EPA Envirofacts MCP. installs: remote:https://gateway.pipeworx.io/epa-envirofacts/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-epa-envirofacts - Epa Regulations (io.github.pipeworx-io/epa-regulations@0.1.1) EPA Regulations MCP — US Environmental Protection Agency regulations (40 CFR). installs: remote:https://gateway.pipeworx.io/epa-regulations/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-epa-regulations - Epo Ops (io.github.pipeworx-io/epo-ops@0.1.0) EPO Open Patent Services MCP installs: remote:https://gateway.pipeworx.io/epo-ops/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-epo-ops - Epss (io.github.pipeworx-io/epss@0.1.0) FIRST.org EPSS (Exploit Prediction Scoring System) MCP. installs: remote:https://gateway.pipeworx.io/epss/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-epss - Espn (io.github.pipeworx-io/espn@0.1.0) ESPN MCP — keyless multi-sport live scores, teams, and news via ESPN's public site API. installs: remote:https://gateway.pipeworx.io/espn/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-espn - Estat Japan (io.github.pipeworx-io/estat-japan@0.1.0) e-Stat (Japan) MCP — government statistics installs: remote:https://gateway.pipeworx.io/estat-japan/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-estat-japan - Etherscan (io.github.pipeworx-io/etherscan@0.1.0) Etherscan MCP — multichain block-explorer API (Etherscan V2) installs: remote:https://gateway.pipeworx.io/etherscan/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-etherscan - EUR-Lex (io.github.pipeworx-io/eur-lex@0.1.0) EU law, article-level: GDPR, NIS2, DORA, EU AI Act + more, with EUR-Lex citations. Keyless. installs: remote:https://gateway.pipeworx.io/eur-lex/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-eur-lex - Europeana (io.github.pipeworx-io/europeana@0.1.1) Europeana MCP. installs: remote:https://gateway.pipeworx.io/europeana/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-europeana - Eurostat (io.github.pipeworx-io/eurostat@0.1.0) Eurostat MCP — wraps Eurostat Statistical Data API (no auth required) installs: remote:https://gateway.pipeworx.io/eurostat/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-eurostat - exchange (io.github.pipeworx-io/exchange@0.1.0) Exchange MCP — wraps the Frankfurter currency exchange API (free, no auth) installs: remote:https://gateway.pipeworx.io/exchange/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-exchange - exchangerate (io.github.pipeworx-io/exchangerate@0.1.0) ExchangeRate MCP — wraps open.er-api.com (free, no auth) installs: remote:https://gateway.pipeworx.io/exchangerate/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-exchangerate - Excuse (io.github.pipeworx-io/excuse@0.1.0) excuse MCP — wraps StupidAPIs (requires X-API-Key) installs: remote:https://gateway.pipeworx.io/excuse/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-excuse - Exoplanet Archive (io.github.pipeworx-io/exoplanet-archive@0.1.0) NASA Exoplanet Archive — ~5600 confirmed exoplanets + candidates installs: remote:https://gateway.pipeworx.io/exoplanet-archive/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-exoplanet-archive - Expression Atlas (io.github.pipeworx-io/expression-atlas@0.1.0) EBI Expression Atlas MCP. installs: remote:https://gateway.pipeworx.io/expression-atlas/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-expression-atlas - F1 (io.github.pipeworx-io/f1@0.1.0) F1 MCP — Formula 1 data via the Ergast API installs: remote:https://gateway.pipeworx.io/f1/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-f1 - Faa Delays (io.github.pipeworx-io/faa-delays@0.1.0) FAA Delays MCP — live US airport operational status (FAA, free, no auth). installs: remote:https://gateway.pipeworx.io/faa-delays/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-faa-delays - Faa Regulations (io.github.pipeworx-io/faa-regulations@0.1.1) FAA Regulations MCP — US Federal Aviation Regulations (14 CFR, 'FARs'). installs: remote:https://gateway.pipeworx.io/faa-regulations/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-faa-regulations - Fac (io.github.pipeworx-io/fac@0.1.0) Federal Audit Clearinghouse (FAC) MCP — US single-audit data. installs: remote:https://gateway.pipeworx.io/fac/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-fac - Facebook_ads (io.github.pipeworx-io/facebook_ads@0.1.0) Facebook Ads MCP Pack installs: remote:https://gateway.pipeworx.io/facebook_ads/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-facebook-ads - Fara (io.github.pipeworx-io/fara@0.1.0) FARA (Foreign Agents Registration Act) MCP. installs: remote:https://gateway.pipeworx.io/fara/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-fara - Fas (io.github.pipeworx-io/fas@0.1.0) FAS MCP — USDA Foreign Agricultural Service (trade & global production data) installs: remote:https://gateway.pipeworx.io/fas/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-fas - Fbi Crime (io.github.pipeworx-io/fbi-crime@0.1.0) FBI Crime Data Explorer MCP — UCR/NIBRS statistics installs: remote:https://gateway.pipeworx.io/fbi-crime/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-fbi-crime - Fbi Wanted (io.github.pipeworx-io/fbi-wanted@0.1.0) FBI Wanted MCP. installs: remote:https://gateway.pipeworx.io/fbi-wanted/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-fbi-wanted - fuiwanted (io.github.pipeworx-io/fbiwanted@0.1.0) FBI Wanted MCP — FBI Wanted public API (free, no auth) installs: remote:https://gateway.pipeworx.io/fbiwanted/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-fbiwanted - Fcc Ecfs (io.github.pipeworx-io/fcc-ecfs@0.1.3) MCP server for fcc-ecfs installs: remote:https://gateway.pipeworx.io/fcc-ecfs/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-fcc-ecfs - Fcc Regulations (io.github.pipeworx-io/fcc-regulations@0.1.0) FCC Regulations MCP — US Federal Communications Commission rules (47 CFR). installs: remote:https://gateway.pipeworx.io/fcc-regulations/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-fcc-regulations - fda (io.github.pipeworx-io/fda@0.1.0) FDA MCP — US Food and Drug Administration public API (free, no auth) installs: remote:https://gateway.pipeworx.io/fda/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-fda - Fda Devices (io.github.pipeworx-io/fda-devices@0.1.3) FDA medical-device regulatory intelligence from keyless openFDA datasets. installs: remote:https://gateway.pipeworx.io/fda-devices/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-fda-devices - Fda Drug Competition (io.github.pipeworx-io/fda-drug-competition@0.1.0) Orange Book competitive intelligence from FDA's monthly official data ZIP. installs: remote:https://gateway.pipeworx.io/fda-drug-competition/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-fda-drug-competition - Fda Regulations (io.github.pipeworx-io/fda-regulations@0.1.1) FDA Regulations MCP — US Food & Drug Administration regulations (21 CFR). installs: remote:https://gateway.pipeworx.io/fda-regulations/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-fda-regulations - Fdic (io.github.pipeworx-io/fdic@0.1.0) FDIC MCP — FDIC BankFind Suite API (free, no auth) installs: remote:https://gateway.pipeworx.io/fdic/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-fdic - Federal Register (io.github.pipeworx-io/federal-register@0.1.0) Federal Register MCP — US Federal Register API (free, no auth) installs: remote:https://gateway.pipeworx.io/federal-register/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-federal-register - Feeds (io.github.pipeworx-io/feeds@0.1.10) Live Feeds (RSS/Atom) MCP. installs: remote:https://gateway.pipeworx.io/feeds/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-feeds - Feodotracker (io.github.pipeworx-io/feodotracker@0.1.0) abuse.ch Feodo Tracker botnet C&C IP blocklist installs: remote:https://gateway.pipeworx.io/feodotracker/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-feodotracker - Figma (io.github.pipeworx-io/figma@0.1.0) Figma MCP Pack installs: remote:https://gateway.pipeworx.io/figma/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-figma - Figshare (io.github.pipeworx-io/figshare@0.1.0) Figshare research outputs (datasets, papers, posters) installs: remote:https://gateway.pipeworx.io/figshare/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-figshare - Finnhub (io.github.pipeworx-io/finnhub@0.1.0) Finnhub MCP — wraps Finnhub Stock API (finnhub.io) installs: remote:https://gateway.pipeworx.io/finnhub/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-finnhub - Finra (io.github.pipeworx-io/finra@0.1.0) FINRA Reg SHO daily short-sale volume. installs: remote:https://gateway.pipeworx.io/finra/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-finra - Fintech Intel (io.github.pipeworx-io/fintech-intel@0.1.0) FinTech Intel MCP — Compound tools that chain SEC, CFPB, FDIC, installs: remote:https://gateway.pipeworx.io/fintech-intel/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-fintech-intel - Flickr Public (io.github.pipeworx-io/flickr-public@0.1.0) Flickr keyless public photo feeds (recent, by tag, by user, by group) installs: remote:https://gateway.pipeworx.io/flickr-public/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-flickr-public - flights (io.github.pipeworx-io/flights@0.1.0) Flights MCP — wraps OpenSky Network API (free, no auth required) installs: remote:https://gateway.pipeworx.io/flights/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-flights - flood (io.github.pipeworx-io/flood@0.1.0) Flood MCP — wraps Open-Meteo Flood API (free, no auth) installs: remote:https://gateway.pipeworx.io/flood/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-flood - Fmcsa (io.github.pipeworx-io/fmcsa@0.1.0) US motor-carrier registry: DOT/MC/name lookup, operating authority, safety — keyless installs: remote:https://gateway.pipeworx.io/fmcsa/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-fmcsa - Fmi (io.github.pipeworx-io/fmi@0.1.0) Finnish Meteorological Institute open data (forecast, observations, warnings) installs: remote:https://gateway.pipeworx.io/fmi/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-fmi - Fmp (io.github.pipeworx-io/fmp@0.1.0) Financial Modeling Prep MCP (/stable API; v3 deprecated 2025-08-31). installs: remote:https://gateway.pipeworx.io/fmp/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-fmp - Folketinget Dk (io.github.pipeworx-io/folketinget-dk@0.1.0) Danish Parliament (Folketinget) open data MCP — oda.ft.dk, an OData v3 API. installs: remote:https://gateway.pipeworx.io/folketinget-dk/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-folketinget-dk - Food Feeds (io.github.pipeworx-io/food-feeds@0.1.0) Food Feeds MCP. installs: remote:https://gateway.pipeworx.io/food-feeds/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-food-feeds - Football Data (io.github.pipeworx-io/football-data@0.1.0) Football-Data.org MCP — soccer competitions, matches, standings installs: remote:https://gateway.pipeworx.io/football-data/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-football-data - Foursquare (io.github.pipeworx-io/foursquare@0.1.0) Foursquare Places MCP (v3 Places API) installs: remote:https://gateway.pipeworx.io/foursquare/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-foursquare - France Boamp (io.github.pipeworx-io/france-boamp@0.1.0) France BOAMP MCP — French government public procurement notices (keyless). installs: remote:https://gateway.pipeworx.io/france-boamp/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-france-boamp - Frankfurter (io.github.pipeworx-io/frankfurter@0.1.0) Frankfurter MCP — wraps Frankfurter API (api.frankfurter.dev) installs: remote:https://gateway.pipeworx.io/frankfurter/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-frankfurter - Fred (io.github.pipeworx-io/fred@0.1.0) FRED MCP — Federal Reserve Economic Data (St. Louis Fed) installs: remote:https://gateway.pipeworx.io/fred/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-fred - Freshdesk (io.github.pipeworx-io/freshdesk@0.1.1) Freshdesk MCP Pack — helpdesk ticket and contact management via Freshdesk API v2. installs: remote:https://gateway.pipeworx.io/freshdesk/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-freshdesk - fruityvice (io.github.pipeworx-io/fruityvice@0.1.0) Fruityvice MCP — wraps Fruityvice API (free, no auth) installs: remote:https://gateway.pipeworx.io/fruityvice/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-fruityvice - Funcheap (io.github.pipeworx-io/funcheap@0.1.0) Funcheap (SF Bay Area) MCP. installs: remote:https://gateway.pipeworx.io/funcheap/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-funcheap - Futuur (io.github.pipeworx-io/futuur@0.1.0) Futuur Prediction Market MCP. installs: remote:https://gateway.pipeworx.io/futuur/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-futuur - gamedeals (io.github.pipeworx-io/gamedeals@0.1.0) Gamedeals MCP — wraps CheapShark API (game deal aggregator, no auth required) installs: remote:https://gateway.pipeworx.io/gamedeals/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-gamedeals - Gaming Feeds (io.github.pipeworx-io/gaming-feeds@0.1.0) Gaming Feeds MCP. installs: remote:https://gateway.pipeworx.io/gaming-feeds/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-gaming-feeds - guif (io.github.pipeworx-io/gbif@0.1.0) GBIF MCP — wraps the Global Biodiversity Information Facility API v1 (free, no auth) installs: remote:https://gateway.pipeworx.io/gbif/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-gbif - Gdacs (io.github.pipeworx-io/gdacs@0.1.0) GDACS — Global Disaster Alert & Coordination System (EQ/TC/FL/VO/DR/WF) installs: remote:https://gateway.pipeworx.io/gdacs/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-gdacs - Gdc (io.github.pipeworx-io/gdc@0.1.0) NCI Genomic Data Commons (GDC) MCP. installs: remote:https://gateway.pipeworx.io/gdc/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-gdc - Gdelt (io.github.pipeworx-io/gdelt@0.1.0) GDELT MCP — Global Database of Events, Language, and Tone (free, no auth) installs: remote:https://gateway.pipeworx.io/gdelt/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-gdelt - genderize (io.github.pipeworx-io/genderize@0.1.0) Genderize MCP — gender prediction from first name (genderize.io, free, no auth) installs: remote:https://gateway.pipeworx.io/genderize/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-genderize - Genius (io.github.pipeworx-io/genius@0.1.1) Genius MCP — wraps the Genius API (api.genius.com) installs: remote:https://gateway.pipeworx.io/genius/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-genius - Germany Tenders (io.github.pipeworx-io/germany-tenders@0.1.0) Germany public procurement MCP — official German government tenders (keyless). installs: remote:https://gateway.pipeworx.io/germany-tenders/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-germany-tenders - Gets Nz (io.github.pipeworx-io/gets-nz@0.1.0) GETS NZ MCP — New Zealand Government Electronic Tenders Service (keyless). installs: remote:https://gateway.pipeworx.io/gets-nz/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-gets-nz - Giphy (io.github.pipeworx-io/giphy@0.1.0) Giphy MCP — wraps Giphy API (public beta key, free) installs: remote:https://gateway.pipeworx.io/giphy/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-giphy - Gistemp (io.github.pipeworx-io/gistemp@0.1.0) GISTEMP MCP — NASA Goddard Institute for Space Studies Surface Temperature installs: remote:https://gateway.pipeworx.io/gistemp/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-gistemp - Gleif (io.github.pipeworx-io/gleif@0.1.0) GLEIF MCP — Global Legal Entity Identifier Foundation (free, no auth) installs: remote:https://gateway.pipeworx.io/gleif/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-gleif - Gnomad (io.github.pipeworx-io/gnomad@0.1.0) Broad Institute gnomAD genomic variant database (GraphQL) installs: remote:https://gateway.pipeworx.io/gnomad/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-gnomad - Gong (io.github.pipeworx-io/gong@0.1.0) Gong MCP — wraps the Gong API v2 (OAuth) installs: remote:https://gateway.pipeworx.io/gong/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-gong - Google Books (io.github.pipeworx-io/google-books@0.1.0) Google Books MCP installs: remote:https://gateway.pipeworx.io/google-books/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-google-books - Google_ads (io.github.pipeworx-io/google_ads@0.1.0) Google Ads MCP Pack installs: remote:https://gateway.pipeworx.io/google_ads/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-google-ads - Goproxy (io.github.pipeworx-io/goproxy@0.1.0) Go module proxy — module info, versions, go.mod installs: remote:https://gateway.pipeworx.io/goproxy/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-goproxy - Gov Auctions (io.github.pipeworx-io/gov-auctions@0.1.1) Government Auctions MCP — physical-asset auctions (surplus, seized, forfeited, installs: remote:https://gateway.pipeworx.io/gov-auctions/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-gov-auctions - Gov Bids (io.github.pipeworx-io/gov-bids@0.2.0) Open & historical US government bid solicitations from city/county portals — updated daily installs: remote:https://gateway.pipeworx.io/gov-bids/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-gov-bids - Govcon Intel (io.github.pipeworx-io/govcon-intel@0.1.0) GovCon Intel MCP — Compound tools that chain SAM.gov, USAspending, installs: remote:https://gateway.pipeworx.io/govcon-intel/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-govcon-intel - Govdata De (io.github.pipeworx-io/govdata-de@0.1.0) GovData.de MCP — Germany's national open-data portal (CKAN API). installs: remote:https://gateway.pipeworx.io/govdata-de/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-govdata-de - Govinfo (io.github.pipeworx-io/govinfo@0.1.0) GovInfo.gov MCP — full text of US government publications installs: remote:https://gateway.pipeworx.io/govinfo/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-govinfo - Govtrack (io.github.pipeworx-io/govtrack@0.1.0) GovTrack MCP — federal US Congress data (free, no auth) installs: remote:https://gateway.pipeworx.io/govtrack/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-govtrack - GrantConnect (Australia) (io.github.pipeworx-io/grantconnect-au@0.1.0) GrantConnect (Australia) MCP — Commonwealth grant opportunities and grants installs: remote:https://gateway.pipeworx.io/grantconnect-au/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-grantconnect-au - Grants Gov (io.github.pipeworx-io/grants-gov@0.1.0) Grants.gov MCP — open federal grant opportunities (free, no auth) installs: remote:https://gateway.pipeworx.io/grants-gov/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-grants-gov - Greenhouse (io.github.pipeworx-io/greenhouse@0.1.0) Greenhouse MCP Pack — wraps the Greenhouse Harvest API v1 installs: remote:https://gateway.pipeworx.io/greenhouse/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-greenhouse - Greynoise (io.github.pipeworx-io/greynoise@0.1.0) GreyNoise Community MCP — internet scanner classification (free tier with key) installs: remote:https://gateway.pipeworx.io/greynoise/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-greynoise - Gsa Auctions (io.github.pipeworx-io/gsa-auctions@0.1.0) GSA Auctions API MCP — US federal government surplus auctions (keyed). installs: remote:https://gateway.pipeworx.io/gsa-auctions/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-gsa-auctions - Gsa Perdiem (io.github.pipeworx-io/gsa-perdiem@0.1.0) GSA Per Diem MCP — wraps the GSA Per Diem API v2 (api.gsa.gov) installs: remote:https://gateway.pipeworx.io/gsa-perdiem/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-gsa-perdiem - Gtex (io.github.pipeworx-io/gtex@0.1.0) GTEx — Genotype-Tissue Expression human gene-expression atlas installs: remote:https://gateway.pipeworx.io/gtex/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-gtex - Gtin (io.github.pipeworx-io/gtin@0.1.0) Barcode / GTIN validation MCP (EAN-13, UPC-A, EAN-8, GTIN-14). installs: remote:https://gateway.pipeworx.io/gtin/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-gtin - Guidetopharmacology (io.github.pipeworx-io/guidetopharmacology@0.1.0) IUPHAR/BPS Guide to PHARMACOLOGY (GtoPdb) MCP — keyless. installs: remote:https://gateway.pipeworx.io/guidetopharmacology/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-guidetopharmacology - Guild Wars 2 (io.github.pipeworx-io/guild-wars-2@0.1.0) Guild Wars 2 keyless public endpoints (worlds, items, achievements, build, commerce). installs: remote:https://gateway.pipeworx.io/guild-wars-2/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-guild-wars-2 - Gunbroker (io.github.pipeworx-io/gunbroker@0.1.0) GunBroker MCP Pack — wraps the GunBroker firearms-marketplace API. installs: remote:https://gateway.pipeworx.io/gunbroker/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-gunbroker - gutendex (io.github.pipeworx-io/gutendex@0.1.0) Gutendex MCP — wraps Gutendex API for Project Gutenberg books (free, no auth) installs: remote:https://gateway.pipeworx.io/gutendex/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-gutendex - Gwas Catalog (io.github.pipeworx-io/gwas-catalog@0.1.0) GWAS Catalog (EBI/NHGRI) MCP — curated catalog of genome-wide association studies. installs: remote:https://gateway.pipeworx.io/gwas-catalog/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-gwas-catalog - H1b (io.github.pipeworx-io/h1b@0.2.0) US H-1B visa sponsorship, LCA wages & top sponsors by role — recruiting/talent data installs: remote:https://gateway.pipeworx.io/h1b/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-h1b - Hackertarget (io.github.pipeworx-io/hackertarget@0.1.0) HackerTarget MCP. installs: remote:https://gateway.pipeworx.io/hackertarget/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-hackertarget - Hagstofa Is (io.github.pipeworx-io/hagstofa-is@0.1.0) Statistics Iceland (Hagstofa Íslands) PxWeb MCP. Keyless. installs: remote:https://gateway.pipeworx.io/hagstofa-is/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-hagstofa-is - Hagstova Fo (io.github.pipeworx-io/hagstova-fo@0.1.0) Statistics Faroe Islands (Hagstova Føroya) PxWeb MCP. installs: remote:https://gateway.pipeworx.io/hagstova-fo/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-hagstova-fo - Hal Fr (io.github.pipeworx-io/hal-fr@0.1.0) HAL — French national open research archive installs: remote:https://gateway.pipeworx.io/hal-fr/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-hal-fr - Harrypotter (io.github.pipeworx-io/harrypotter@0.1.0) Harry Potter API MCP (hp-api.onrender.com) — keyless. installs: remote:https://gateway.pipeworx.io/harrypotter/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-harrypotter - Harvard Art (io.github.pipeworx-io/harvard-art@0.1.0) Harvard Art Museums MCP. installs: remote:https://gateway.pipeworx.io/harvard-art/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-harvard-art - Hash (io.github.pipeworx-io/hash@0.1.0) Cryptographic hash & HMAC MCP. installs: remote:https://gateway.pipeworx.io/hash/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-hash - Hathitrust (io.github.pipeworx-io/hathitrust@0.1.0) HathiTrust Bibliographic API MCP. installs: remote:https://gateway.pipeworx.io/hathitrust/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-hathitrust - Hdx (io.github.pipeworx-io/hdx@0.1.0) Humanitarian Data Exchange (HDX) MCP — data.humdata.org, the open installs: remote:https://gateway.pipeworx.io/hdx/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-hdx - Health Feeds (io.github.pipeworx-io/health-feeds@0.1.1) Health Feeds MCP. installs: remote:https://gateway.pipeworx.io/health-feeds/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-health-feeds - Healthdata (io.github.pipeworx-io/healthdata@0.1.0) HealthData.gov MCP — wraps HealthData.gov CKAN API (free, no auth) installs: remote:https://gateway.pipeworx.io/healthdata/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-healthdata - Helsinki Events (io.github.pipeworx-io/helsinki-events@0.1.0) Helsinki Events MCP. installs: remote:https://gateway.pipeworx.io/helsinki-events/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-helsinki-events - Hex Pm (io.github.pipeworx-io/hex-pm@0.1.0) Hex.pm MCP — package registry for the Elixir & Erlang ecosystems. installs: remote:https://gateway.pipeworx.io/hex-pm/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-hex-pm - Hgnc (io.github.pipeworx-io/hgnc@0.1.0) HGNC (HUGO Gene Nomenclature Committee) MCP. installs: remote:https://gateway.pipeworx.io/hgnc/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-hgnc - Hawaii Vehicle Registrations (io.github.pipeworx-io/hi-dmv@0.1.0) Hawaii: cumulative hybrid and electric vehicles registered statewide since 1999 installs: remote:https://gateway.pipeworx.io/hi-dmv/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-hi-dmv - Hibp (io.github.pipeworx-io/hibp@0.1.0) Have I Been Pwned MCP installs: remote:https://gateway.pipeworx.io/hibp/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-hibp - Hilma (io.github.pipeworx-io/hilma@0.1.1) Hilma MCP — Finnish government public procurement notices (keyed). installs: remote:https://gateway.pipeworx.io/hilma/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-hilma - Hkma Hk (io.github.pipeworx-io/hkma-hk@0.1.0) Hong Kong Monetary Authority (HKMA) public open API MCP. Keyless. installs: remote:https://gateway.pipeworx.io/hkma-hk/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-hkma-hk - Hnb Hr (io.github.pipeworx-io/hnb-hr@0.1.0) Croatian National Bank (Hrvatska narodna banka, HNB) exchange-rate MCP. Keyless. installs: remote:https://gateway.pipeworx.io/hnb-hr/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-hnb-hr - holidays (io.github.pipeworx-io/holidays@0.1.0) Holidays MCP — wraps Nager.Date API (free, no auth) installs: remote:https://gateway.pipeworx.io/holidays/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-holidays - Hongkong Procurement (io.github.pipeworx-io/hongkong-procurement@0.1.0) Hong Kong Government Procurement MCP — GLD 'Contracts Awarded' (keyless). installs: remote:https://gateway.pipeworx.io/hongkong-procurement/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-hongkong-procurement - Horizons Nasa (io.github.pipeworx-io/horizons-nasa@0.1.0) NASA JPL Horizons — solar-system body ephemerides installs: remote:https://gateway.pipeworx.io/horizons-nasa/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-horizons-nasa - Horoscope (io.github.pipeworx-io/horoscope@0.1.0) Horoscope MCP — wraps the keyless Horoscope App API. installs: remote:https://gateway.pipeworx.io/horoscope/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-horoscope - Housing Intel (io.github.pipeworx-io/housing-intel@0.1.0) Housing Intel MCP — Meta-pack that chains FRED, BLS, ATTOM, and HUD APIs installs: remote:https://gateway.pipeworx.io/housing-intel/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-housing-intel - Hpo Api (io.github.pipeworx-io/hpo-api@0.1.0) Human Phenotype Ontology — clinical phenotype terms + gene/disease annotations installs: remote:https://gateway.pipeworx.io/hpo-api/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-hpo-api - Htmlentities (io.github.pipeworx-io/htmlentities@0.1.0) HTML entities MCP. installs: remote:https://gateway.pipeworx.io/htmlentities/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-htmlentities - Htmltext (io.github.pipeworx-io/htmltext@0.1.0) HTML → text MCP. installs: remote:https://gateway.pipeworx.io/htmltext/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-htmltext - Httpbin (io.github.pipeworx-io/httpbin@0.1.0) httpbin echo: GET/POST inspection, status codes, delay, UUID, base64. Debug aid. installs: remote:https://gateway.pipeworx.io/httpbin/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-httpbin - httpcat (io.github.pipeworx-io/httpcat@0.1.0) HTTP Cat MCP — wraps http.cat (free, no auth) installs: remote:https://gateway.pipeworx.io/httpcat/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-httpcat - Httpstatus (io.github.pipeworx-io/httpstatus@0.1.0) HTTP status code reference MCP. installs: remote:https://gateway.pipeworx.io/httpstatus/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-httpstatus - Hud (io.github.pipeworx-io/hud@0.1.0) HUD MCP — U.S. Department of Housing and Urban Development APIs. installs: remote:https://gateway.pipeworx.io/hud/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-hud - Hurricanes (io.github.pipeworx-io/hurricanes@0.1.0) Hurricanes / tropical cyclones MCP. installs: remote:https://gateway.pipeworx.io/hurricanes/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-hurricanes - Iowa DOT Driver Licensing (io.github.pipeworx-io/ia-dmv@0.1.0) Iowa DOT driver license stations with hours, CDL availability and queue cameras installs: remote:https://gateway.pipeworx.io/ia-dmv/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-ia-dmv - iconify (io.github.pipeworx-io/iconify@0.1.0) Iconify MCP — wraps the Iconify public API (free, no auth) installs: remote:https://gateway.pipeworx.io/iconify/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-iconify - Idf Events (io.github.pipeworx-io/idf-events@0.1.0) Île-de-France (Greater Paris) Events MCP. installs: remote:https://gateway.pipeworx.io/idf-events/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-idf-events - Idigbio (io.github.pipeworx-io/idigbio@0.1.0) iDigBio biodiversity specimen MCP. installs: remote:https://gateway.pipeworx.io/idigbio/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-idigbio - Ietf Datatracker (io.github.pipeworx-io/ietf-datatracker@0.1.0) IETF Datatracker RFCs / drafts / working groups / people installs: remote:https://gateway.pipeworx.io/ietf-datatracker/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-ietf-datatracker - Ifsc In (io.github.pipeworx-io/ifsc-in@0.1.0) ifsc-in MCP — Indian bank branch IFSC code lookup via Razorpay's open installs: remote:https://gateway.pipeworx.io/ifsc-in/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-ifsc-in - Ilostat (io.github.pipeworx-io/ilostat@0.1.0) ILOSTAT (International Labour Organization statistics) MCP — global labour installs: remote:https://gateway.pipeworx.io/ilostat/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-ilostat - Imdb (io.github.pipeworx-io/imdb@0.1.0) IMDB MCP — title metadata, ratings, episodes, and crew from IMDB's installs: remote:https://gateway.pipeworx.io/imdb/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-imdb - Imei (io.github.pipeworx-io/imei@0.1.0) IMEI validation MCP. installs: remote:https://gateway.pipeworx.io/imei/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-imei - Imf (io.github.pipeworx-io/imf@0.1.0) IMF MCP — wraps IMF SDMX JSON REST API (dataservices.imf.org) installs: remote:https://gateway.pipeworx.io/imf/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-imf - Imf Portwatch (io.github.pipeworx-io/imf-portwatch@0.1.0) IMF PortWatch MCP — global maritime trade & chokepoint signals (free, no auth) installs: remote:https://gateway.pipeworx.io/imf-portwatch/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-imf-portwatch - imgflip (io.github.pipeworx-io/imgflip@0.1.0) Imgflip MCP — wraps Imgflip API (free, no auth for template listing) installs: remote:https://gateway.pipeworx.io/imgflip/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-imgflip - Inaturalist (io.github.pipeworx-io/inaturalist@0.1.0) iNaturalist MCP — citizen-science species observations (free, no auth for read-only) installs: remote:https://gateway.pipeworx.io/inaturalist/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-inaturalist - Ine Es (io.github.pipeworx-io/ine-es@0.1.0) INE Spain (Instituto Nacional de Estadística) Tempus3 JSON API MCP. installs: remote:https://gateway.pipeworx.io/ine-es/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-ine-es - Ine Pt (io.github.pipeworx-io/ine-pt@0.1.0) Statistics Portugal (INE) JSON indicator MCP. installs: remote:https://gateway.pipeworx.io/ine-pt/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-ine-pt - Inegi (io.github.pipeworx-io/inegi@0.1.0) INEGI MCP — Mexico's national statistics office (INEGI) Indicators API. installs: remote:https://gateway.pipeworx.io/inegi/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-inegi - Insee (io.github.pipeworx-io/insee@0.1.0) INSEE MCP — France's SIRENE business registry (INSEE). installs: remote:https://gateway.pipeworx.io/insee/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-insee - Inspire Hep (io.github.pipeworx-io/inspire-hep@0.1.0) INSPIRE-HEP high-energy physics literature database installs: remote:https://gateway.pipeworx.io/inspire-hep/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-inspire-hep - Intact (io.github.pipeworx-io/intact@0.1.0) IntAct (EBI) molecular-interaction database MCP. Keyless. installs: remote:https://gateway.pipeworx.io/intact/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-intact - Intercom (io.github.pipeworx-io/intercom@0.1.0) Intercom MCP Pack — contacts, conversations, companies via OAuth. installs: remote:https://gateway.pipeworx.io/intercom/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-intercom - Interpro (io.github.pipeworx-io/interpro@0.1.0) InterPro MCP (EBI) — protein family / domain / functional-site classification. installs: remote:https://gateway.pipeworx.io/interpro/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-interpro - Ip Api (io.github.pipeworx-io/ip-api@0.1.0) ip-api.com MCP. installs: remote:https://gateway.pipeworx.io/ip-api/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-ip-api - Ipaddress (io.github.pipeworx-io/ipaddress@0.1.0) IP address utilities MCP. installs: remote:https://gateway.pipeworx.io/ipaddress/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-ipaddress - Ipify (io.github.pipeworx-io/ipify@0.1.0) ipify: caller IPv4/IPv6 echo. Useful for verifying gateway egress. installs: remote:https://gateway.pipeworx.io/ipify/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-ipify - ipinfo (io.github.pipeworx-io/ipinfo@0.1.0) IPInfo MCP — wraps ipinfo.io (free tier, no auth required for basic usage) installs: remote:https://gateway.pipeworx.io/ipinfo/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-ipinfo - iplookup (io.github.pipeworx-io/iplookup@0.1.0) IP Lookup MCP — ip-api.com (free, no auth for basic usage) installs: remote:https://gateway.pipeworx.io/iplookup/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-iplookup - Ipqualityscore (io.github.pipeworx-io/ipqualityscore@0.1.0) IPQualityScore MCP — wraps the IPQualityScore fraud-prevention API installs: remote:https://gateway.pipeworx.io/ipqualityscore/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-ipqualityscore - Ipquery (io.github.pipeworx-io/ipquery@0.1.0) IPQuery MCP. installs: remote:https://gateway.pipeworx.io/ipquery/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-ipquery - Isbn (io.github.pipeworx-io/isbn@0.1.0) ISBN validation & conversion MCP. installs: remote:https://gateway.pipeworx.io/isbn/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-isbn - Isc Sans (io.github.pipeworx-io/isc-sans@0.1.0) SANS Internet Storm Center (ISC) MCP. installs: remote:https://gateway.pipeworx.io/isc-sans/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-isc-sans - Isin (io.github.pipeworx-io/isin@0.1.0) Securities-identifier validation MCP (ISIN / CUSIP). installs: remote:https://gateway.pipeworx.io/isin/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-isin - Iso (io.github.pipeworx-io/iso@0.1.1) ISO Standards MCP — hosted. installs: remote:https://gateway.pipeworx.io/iso/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-iso - Iso Codes (io.github.pipeworx-io/iso-codes@0.1.0) ISO country/language/currency/script code lookups (Debian iso-codes JSON) installs: remote:https://gateway.pipeworx.io/iso-codes/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-iso-codes - Israel Tenders (io.github.pipeworx-io/israel-tenders@0.1.0) Israel Government Procurement MCP — public tenders & exemption contracts (keyless). installs: remote:https://gateway.pipeworx.io/israel-tenders/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-israel-tenders - Iss Number (io.github.pipeworx-io/iss-number@0.1.0) iss-number MCP — wraps StupidAPIs (requires X-API-Key) installs: remote:https://gateway.pipeworx.io/iss-number/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-iss-number - Istat It (io.github.pipeworx-io/istat-it@0.1.0) ISTAT (Istituto Nazionale di Statistica) MCP — Italy's national statistics installs: remote:https://gateway.pipeworx.io/istat-it/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-istat-it - Itis (io.github.pipeworx-io/itis@0.1.0) ITIS (Integrated Taxonomic Information System) MCP. installs: remote:https://gateway.pipeworx.io/itis/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-itis - Japan Law (io.github.pipeworx-io/japan-law@0.1.0) Japan Law MCP — Japanese national laws & ordinances via the e-Gov Law API. installs: remote:https://gateway.pipeworx.io/japan-law/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-japan-law - Jargon Translator (io.github.pipeworx-io/jargon-translator@0.1.0) jargon-translator MCP — wraps StupidAPIs (requires X-API-Key) installs: remote:https://gateway.pipeworx.io/jargon-translator/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-jargon-translator - Jersey Opendata (io.github.pipeworx-io/jersey-opendata@0.1.0) Jersey Open Data MCP — opendata.gov.je, the official statistics / open-data installs: remote:https://gateway.pipeworx.io/jersey-opendata/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-jersey-opendata - jikan (io.github.pipeworx-io/jikan@0.1.0) Jikan MCP — wraps the Jikan v4 API (anime/manga data, free, no auth) installs: remote:https://gateway.pipeworx.io/jikan/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-jikan - Jisho (io.github.pipeworx-io/jisho@0.1.0) Jisho.org Japanese-English dictionary MCP (keyless). installs: remote:https://gateway.pipeworx.io/jisho/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-jisho - jokes (io.github.pipeworx-io/jokes@0.1.0) Jokes MCP — wraps JokeAPI v2 (free, no auth) installs: remote:https://gateway.pipeworx.io/jokes/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-jokes - Jpl Ssd (io.github.pipeworx-io/jpl-ssd@0.1.1) NASA/JPL Solar System Dynamics + CNEOS MCP. installs: remote:https://gateway.pipeworx.io/jpl-ssd/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-jpl-ssd - Jsdelivr (io.github.pipeworx-io/jsdelivr@0.1.0) JSDelivr Data API MCP installs: remote:https://gateway.pipeworx.io/jsdelivr/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-jsdelivr - Json (io.github.pipeworx-io/json@0.1.0) JSON tools MCP. installs: remote:https://gateway.pipeworx.io/json/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-json - Jsonplaceholder (io.github.pipeworx-io/jsonplaceholder@0.1.0) JSONPlaceholder MCP — wraps JSONPlaceholder fake REST API (free, no auth) installs: remote:https://gateway.pipeworx.io/jsonplaceholder/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-jsonplaceholder - Jsonschema (io.github.pipeworx-io/jsonschema@0.1.0) JSON Schema validation MCP. installs: remote:https://gateway.pipeworx.io/jsonschema/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-jsonschema - Jwt (io.github.pipeworx-io/jwt@0.1.0) JWT decoder MCP. installs: remote:https://gateway.pipeworx.io/jwt/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-jwt - Kalshi (io.github.pipeworx-io/kalshi@0.1.0) Kalshi MCP — US-regulated prediction-market data (no auth on public reads). installs: remote:https://gateway.pipeworx.io/kalshi/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-kalshi - Kegg (io.github.pipeworx-io/kegg@0.1.0) KEGG REST MCP — Kyoto Encyclopedia of Genes and Genomes. installs: remote:https://gateway.pipeworx.io/kegg/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-kegg - Kitsu (io.github.pipeworx-io/kitsu@0.1.0) Kitsu anime + manga catalogue (JSON:API) installs: remote:https://gateway.pipeworx.io/kitsu/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-kitsu - Kolada Se (io.github.pipeworx-io/kolada-se@0.1.0) Kolada (RKA) MCP — Sweden's municipal & regional key-performance-indicator (KPI) database. installs: remote:https://gateway.pipeworx.io/kolada-se/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-kolada-se - Landprice (io.github.pipeworx-io/landprice@0.1.0) Land Price Japan MCP — official Japanese land prices (地価公示 / 地価調査) installs: remote:https://gateway.pipeworx.io/landprice/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-landprice - Landregistry Uk (io.github.pipeworx-io/landregistry-uk@0.1.0) HM Land Registry Price Paid Data (UK) MCP. installs: remote:https://gateway.pipeworx.io/landregistry-uk/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-landregistry-uk - Last Fm (io.github.pipeworx-io/last-fm@0.1.0) Last.fm artist/album/track metadata (free API key required) installs: remote:https://gateway.pipeworx.io/last-fm/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-last-fm - Latam Validate (io.github.pipeworx-io/latam-validate@0.1.0) Validate LatAm IDs: Mexican CLABE, Brazilian CNPJ/CPF checksums + BrasilAPI company/CEP/bank lookups installs: remote:https://gateway.pipeworx.io/latam-validate/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-latam-validate - Launch Library (io.github.pipeworx-io/launch-library@0.1.0) Launch Library 2 MCP — global rocket launch data installs: remote:https://gateway.pipeworx.io/launch-library/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-launch-library - launches (io.github.pipeworx-io/launches@0.1.0) Launches MCP — wraps Launch Library 2 API (ll.thespacedevs.com, free, no auth) installs: remote:https://gateway.pipeworx.io/launches/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-launches - Law Feeds (io.github.pipeworx-io/law-feeds@0.1.0) Law Feeds MCP. installs: remote:https://gateway.pipeworx.io/law-feeds/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-law-feeds - Leetcode (io.github.pipeworx-io/leetcode@0.1.0) LeetCode public profiles, solved counts, daily question, problem detail. installs: remote:https://gateway.pipeworx.io/leetcode/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-leetcode - Legiscan (io.github.pipeworx-io/legiscan@0.1.0) LegiScan MCP — wraps the LegiScan API (api.legiscan.com) installs: remote:https://gateway.pipeworx.io/legiscan/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-legiscan - Legislation Uk (io.github.pipeworx-io/legislation-uk@0.1.0) legislation.gov.uk MCP — the UK's official legislation database. installs: remote:https://gateway.pipeworx.io/legislation-uk/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-legislation-uk - Lemmy (io.github.pipeworx-io/lemmy@0.1.1) Lemmy MCP — public reads on any Lemmy instance. installs: remote:https://gateway.pipeworx.io/lemmy/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-lemmy - Library Of Congress (io.github.pipeworx-io/library-of-congress@0.1.0) Library of Congress (loc.gov) MCP — the world's largest library. installs: remote:https://gateway.pipeworx.io/library-of-congress/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-library-of-congress - Libretranslate (io.github.pipeworx-io/libretranslate@0.1.0) LibreTranslate MCP — open-source machine translation (BYO endpoint) installs: remote:https://gateway.pipeworx.io/libretranslate/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-libretranslate - Licenses (io.github.pipeworx-io/licenses@0.1.0) Open-source licenses MCP (SPDX). installs: remote:https://gateway.pipeworx.io/licenses/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-licenses - Lichess (io.github.pipeworx-io/lichess@0.1.0) Lichess public API: players, ratings, eval, tablebase, opening explorer installs: remote:https://gateway.pipeworx.io/lichess/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-lichess - Linkedin Humblebrag (io.github.pipeworx-io/linkedin-humblebrag@0.1.0) linkedin-humblebrag MCP — wraps StupidAPIs (requires X-API-Key) installs: remote:https://gateway.pipeworx.io/linkedin-humblebrag/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-linkedin-humblebrag - Linkedin_ads (io.github.pipeworx-io/linkedin_ads@0.1.0) LinkedIn Ads MCP Pack installs: remote:https://gateway.pipeworx.io/linkedin_ads/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-linkedin-ads - Listenbrainz (io.github.pipeworx-io/listenbrainz@0.1.0) ListenBrainz MCP. installs: remote:https://gateway.pipeworx.io/listenbrainz/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-listenbrainz - Lobsters (io.github.pipeworx-io/lobsters@0.1.0) Lobsters MCP — stories and discussions from lobste.rs installs: remote:https://gateway.pipeworx.io/lobsters/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-lobsters - lorem (io.github.pipeworx-io/lorem@0.1.0) Lorem MCP — wraps loripsum.net (free, no auth) installs: remote:https://gateway.pipeworx.io/lorem/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-lorem - Luchtmeetnet (io.github.pipeworx-io/luchtmeetnet@0.1.0) Luchtmeetnet MCP — official Netherlands air quality (RIVM Luchtmeetnet, api.luchtmeetnet.nl) installs: remote:https://gateway.pipeworx.io/luchtmeetnet/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-luchtmeetnet - Lyrics Ovh (io.github.pipeworx-io/lyrics-ovh@0.1.0) Song lyrics lookup via lyrics.ovh installs: remote:https://gateway.pipeworx.io/lyrics-ovh/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-lyrics-ovh - Macro Snapshot (io.github.pipeworx-io/macro-snapshot@0.1.0) macro-snapshot MCP — the state of the economy in one call. installs: remote:https://gateway.pipeworx.io/macro-snapshot/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-macro-snapshot - Macvendors (io.github.pipeworx-io/macvendors@0.1.0) macvendors.com MCP — MAC address (OUI) → hardware manufacturer lookup. installs: remote:https://gateway.pipeworx.io/macvendors/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-macvendors - Madrid Events (io.github.pipeworx-io/madrid-events@0.1.0) Madrid Events MCP. installs: remote:https://gateway.pipeworx.io/madrid-events/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-madrid-events - Magic 8 Ball (io.github.pipeworx-io/magic-8-ball@0.1.0) magic-8-ball MCP — wraps StupidAPIs (requires X-API-Key) installs: remote:https://gateway.pipeworx.io/magic-8-ball/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-magic-8-ball - Mailchimp (io.github.pipeworx-io/mailchimp@0.1.0) Mailchimp MCP Pack — manage audiences, campaigns, and members via Mailchimp Marketing API. installs: remote:https://gateway.pipeworx.io/mailchimp/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-mailchimp - Makstat Mk (io.github.pipeworx-io/makstat-mk@0.1.0) MakStat — State Statistical Office of North Macedonia, PxWeb MCP. installs: remote:https://gateway.pipeworx.io/makstat-mk/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-makstat-mk - Malwarebazaar (io.github.pipeworx-io/malwarebazaar@0.1.0) MalwareBazaar MCP — abuse.ch malware sample database (free, key required) installs: remote:https://gateway.pipeworx.io/malwarebazaar/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-malwarebazaar - Manifold (io.github.pipeworx-io/manifold@0.1.0) Manifold Markets MCP. installs: remote:https://gateway.pipeworx.io/manifold/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-manifold - marine (io.github.pipeworx-io/marine@0.1.0) Marine MCP — wraps marine-api.open-meteo.com (free, no auth) installs: remote:https://gateway.pipeworx.io/marine/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-marine - Markdown (io.github.pipeworx-io/markdown@0.1.0) Markdown utilities MCP. installs: remote:https://gateway.pipeworx.io/markdown/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-markdown - Market Recap (io.github.pipeworx-io/market-recap@0.1.0) Market Recap MCP — a one-call 'what happened in markets' snapshot. installs: remote:https://gateway.pipeworx.io/market-recap/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-market-recap - Market Spread (io.github.pipeworx-io/market-spread@0.1.0) market-spread MCP — cross-venue prediction-market landscape scanner. installs: remote:https://gateway.pipeworx.io/market-spread/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-market-spread - Mast Nasa (io.github.pipeworx-io/mast-nasa@0.1.0) MAST (Mikulski Archive for Space Telescopes) — Hubble/JWST/Kepler/TESS installs: remote:https://gateway.pipeworx.io/mast-nasa/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-mast-nasa - Mastodon (io.github.pipeworx-io/mastodon@0.1.0) Mastodon MCP — public Mastodon data via mastodon.social (no auth required) installs: remote:https://gateway.pipeworx.io/mastodon/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-mastodon - Materials (io.github.pipeworx-io/materials@0.1.0) Materials MCP — computed (DFT) materials structures & thermodynamic properties. installs: remote:https://gateway.pipeworx.io/materials/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-materials - mathjs (io.github.pipeworx-io/mathjs@0.1.0) Math.js MCP — wraps the mathjs.org API (free, no auth) installs: remote:https://gateway.pipeworx.io/mathjs/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-mathjs - Maven Central (io.github.pipeworx-io/maven-central@0.1.0) Maven Central MCP — Java/JVM artifact registry installs: remote:https://gateway.pipeworx.io/maven-central/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-maven-central - Maryland MVA (io.github.pipeworx-io/md-dmv@0.1.0) Maryland MVA: registered vehicles and EV/plug-in hybrid counts by county and ZIP, monthly installs: remote:https://gateway.pipeworx.io/md-dmv/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-md-dmv - Mediastack (io.github.pipeworx-io/mediastack@0.1.0) Mediastack MCP — wraps Mediastack API (api.mediastack.com/v1) installs: remote:https://gateway.pipeworx.io/mediastack/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-mediastack - Medicaid Intelligence (io.github.pipeworx-io/medicaid-intelligence@0.1.0) Medicaid drug utilization by NDC, managed-care enrollment and state enrollment operations from CMS installs: remote:https://gateway.pipeworx.io/medicaid-intelligence/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-medicaid-intelligence - Medical Codes (io.github.pipeworx-io/medical-codes@0.1.0) Medical codes MCP. installs: remote:https://gateway.pipeworx.io/medical-codes/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-medical-codes - Medicare Coverage (io.github.pipeworx-io/medicare-coverage@0.1.3) MCP server for medicare-coverage installs: remote:https://gateway.pipeworx.io/medicare-coverage/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-medicare-coverage - Medlineplus (io.github.pipeworx-io/medlineplus@0.1.0) MedlinePlus MCP — NIH consumer health info installs: remote:https://gateway.pipeworx.io/medlineplus/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-medlineplus - Mempool Space (io.github.pipeworx-io/mempool-space@0.1.0) mempool.space MCP — Bitcoin block explorer + mempool/fee stats installs: remote:https://gateway.pipeworx.io/mempool-space/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-mempool-space - Mercury Number (io.github.pipeworx-io/mercury-number@0.1.0) mercury-number MCP — wraps StupidAPIs (requires X-API-Key) installs: remote:https://gateway.pipeworx.io/mercury-number/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-mercury-number - Merriam Webster (io.github.pipeworx-io/merriam-webster@0.1.0) Merriam-Webster MCP — wraps the Merriam-Webster Collegiate Dictionary and installs: remote:https://gateway.pipeworx.io/merriam-webster/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-merriam-webster - Mesh (io.github.pipeworx-io/mesh@0.1.0) NLM MeSH (Medical Subject Headings) MCP. installs: remote:https://gateway.pipeworx.io/mesh/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-mesh - Metabolights (io.github.pipeworx-io/metabolights@0.1.0) MetaboLights MCP — EBI's metabolomics study repository. installs: remote:https://gateway.pipeworx.io/metabolights/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-metabolights - Metals Api (io.github.pipeworx-io/metals-api@0.1.0) Metals API MCP — wraps Metals-API (metals-api.com) installs: remote:https://gateway.pipeworx.io/metals-api/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-metals-api - Meteors (io.github.pipeworx-io/meteors@0.1.0) Meteors MCP — NASA fireball, near-Earth asteroid, and close approach data installs: remote:https://gateway.pipeworx.io/meteors/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-meteors - Metmuseum (io.github.pipeworx-io/metmuseum@0.1.0) The Metropolitan Museum of Art Collection MCP. installs: remote:https://gateway.pipeworx.io/metmuseum/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-metmuseum - Mfapi India (io.github.pipeworx-io/mfapi-india@0.1.0) MFAPI.in MCP — Indian mutual-fund NAV (net asset value) data. installs: remote:https://gateway.pipeworx.io/mfapi-india/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-mfapi-india - Mhw (io.github.pipeworx-io/mhw@0.1.3) MHW MCP — Monster Hunter World data (mhw-db.com, free, no auth) installs: remote:https://gateway.pipeworx.io/mhw/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-mhw - microlink (io.github.pipeworx-io/microlink@0.1.0) Microlink MCP — wraps Microlink API (free tier, no auth required) installs: remote:https://gateway.pipeworx.io/microlink/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-microlink - Microsoft Onenote (io.github.pipeworx-io/microsoft-onenote@0.1.0) Microsoft OneNote (Microsoft 365) MCP Pack installs: remote:https://gateway.pipeworx.io/microsoft-onenote/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-microsoft-onenote - Microsoft Todo (io.github.pipeworx-io/microsoft-todo@0.1.0) Microsoft To Do (Microsoft 365) MCP Pack installs: remote:https://gateway.pipeworx.io/microsoft-todo/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-microsoft-todo - Mime (io.github.pipeworx-io/mime@0.1.0) MIME type lookup MCP. installs: remote:https://gateway.pipeworx.io/mime/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-mime - Mitre Attck (io.github.pipeworx-io/mitre-attck@0.1.0) MITRE ATT&CK adversary TTPs (STIX bundles) installs: remote:https://gateway.pipeworx.io/mitre-attck/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-mitre-attck - Mitre Cwe (io.github.pipeworx-io/mitre-cwe@0.1.0) MITRE Common Weakness Enumeration (CWE) API installs: remote:https://gateway.pipeworx.io/mitre-cwe/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-mitre-cwe - Mlb Stats (io.github.pipeworx-io/mlb-stats@0.1.1) MLB Stats API MCP — official MLB statistics (keyless). installs: remote:https://gateway.pipeworx.io/mlb-stats/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-mlb-stats - Missouri License Offices (io.github.pipeworx-io/mo-dmv@0.1.0) Missouri license offices with hours, contract agent and closure dates, refreshed daily installs: remote:https://gateway.pipeworx.io/mo-dmv/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-mo-dmv - Mockdata (io.github.pipeworx-io/mockdata@0.1.0) Mock data generator MCP. installs: remote:https://gateway.pipeworx.io/mockdata/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-mockdata - Mojang (io.github.pipeworx-io/mojang@0.1.0) Minecraft profile lookups (UUID, profile, name history, blocked servers). installs: remote:https://gateway.pipeworx.io/mojang/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-mojang - Moldova Tenders (io.github.pipeworx-io/moldova-tenders@0.1.0) Moldova Government Procurement (MTender) MCP — keyless. installs: remote:https://gateway.pipeworx.io/moldova-tenders/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-moldova-tenders - Monday (io.github.pipeworx-io/monday@0.1.0) Monday.com MCP — wraps the Monday.com GraphQL API (BYO API key) installs: remote:https://gateway.pipeworx.io/monday/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-monday - Montreal Events (io.github.pipeworx-io/montreal-events@0.1.0) Montréal Events MCP. installs: remote:https://gateway.pipeworx.io/montreal-events/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-montreal-events - musicurainz (io.github.pipeworx-io/musicbrainz@0.1.0) MusicBrainz MCP — wraps MusicBrainz Web Service v2 (free, no auth) installs: remote:https://gateway.pipeworx.io/musicbrainz/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-musicbrainz - Mychem (io.github.pipeworx-io/mychem@0.1.0) MyChem.info MCP. installs: remote:https://gateway.pipeworx.io/mychem/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-mychem - Mydisease (io.github.pipeworx-io/mydisease@0.1.0) MyDisease.info MCP. installs: remote:https://gateway.pipeworx.io/mydisease/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-mydisease - Mygene Info (io.github.pipeworx-io/mygene-info@0.1.0) MyGene.info — gene annotation joining NCBI/Ensembl/UniProt/KEGG/OMIM installs: remote:https://gateway.pipeworx.io/mygene-info/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-mygene-info - Myhealthfinder (io.github.pipeworx-io/myhealthfinder@0.1.0) MyHealthfinder MCP — U.S. preventive-services & health-screening guidance installs: remote:https://gateway.pipeworx.io/myhealthfinder/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-myhealthfinder - Myvariant (io.github.pipeworx-io/myvariant@0.1.0) MyVariant.info MCP. installs: remote:https://gateway.pipeworx.io/myvariant/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-myvariant - N2yo (io.github.pipeworx-io/n2yo@0.1.0) N2YO MCP — wraps the N2YO Satellite Tracking REST API (n2yo.com) installs: remote:https://gateway.pipeworx.io/n2yo/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-n2yo - N8n (io.github.pipeworx-io/n8n@0.1.0) n8n MCP — query your own n8n instance (BYO). installs: remote:https://gateway.pipeworx.io/n8n/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-n8n - Nager Holidays (io.github.pipeworx-io/nager-holidays@0.1.0) Nager.Date Public Holidays MCP. installs: remote:https://gateway.pipeworx.io/nager-holidays/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-nager-holidays - Nasa (io.github.pipeworx-io/nasa@0.1.0) NASA MCP — wraps NASA Open APIs (api.nasa.gov) installs: remote:https://gateway.pipeworx.io/nasa/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-nasa - Nasa Cmr (io.github.pipeworx-io/nasa-cmr@0.1.0) NASA CMR (Common Metadata Repository) MCP. installs: remote:https://gateway.pipeworx.io/nasa-cmr/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-nasa-cmr - Nasa Eonet (io.github.pipeworx-io/nasa-eonet@0.1.0) NASA EONET MCP — Earth Observatory Natural Event Tracker installs: remote:https://gateway.pipeworx.io/nasa-eonet/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-nasa-eonet - Nasa Power (io.github.pipeworx-io/nasa-power@0.1.0) NASA POWER MCP — Prediction of Worldwide Energy Resources installs: remote:https://gateway.pipeworx.io/nasa-power/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-nasa-power - Nass (io.github.pipeworx-io/nass@0.1.0) NASS MCP — USDA National Agricultural Statistics Service (Quick Stats) installs: remote:https://gateway.pipeworx.io/nass/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-nass - nationalize (io.github.pipeworx-io/nationalize@0.1.0) Nationalize MCP — nationality prediction from first name (nationalize.io, free, no auth) installs: remote:https://gateway.pipeworx.io/nationalize/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-nationalize - Nato (io.github.pipeworx-io/nato@0.1.0) Phonetic & Morse code MCP. installs: remote:https://gateway.pipeworx.io/nato/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-nato - Nba (io.github.pipeworx-io/nba@0.1.0) NBA MCP — player, team, and game data via the BallDontLie API installs: remote:https://gateway.pipeworx.io/nba/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-nba - Nbp Pl (io.github.pipeworx-io/nbp-pl@0.1.0) Narodowy Bank Polski (National Bank of Poland) Web API MCP. Keyless. installs: remote:https://gateway.pipeworx.io/nbp-pl/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-nbp-pl - Nbu Ua (io.github.pipeworx-io/nbu-ua@0.1.0) National Bank of Ukraine (NBU) public statistics MCP. Keyless. installs: remote:https://gateway.pipeworx.io/nbu-ua/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-nbu-ua - Neso (io.github.pipeworx-io/neso@0.1.0) NESO MCP — Great Britain electricity grid open data (api.neso.energy) installs: remote:https://gateway.pipeworx.io/neso/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-neso - Netherlands Tenders (io.github.pipeworx-io/netherlands-tenders@0.1.0) Netherlands TenderNed MCP — Dutch government public procurement notices (keyless). installs: remote:https://gateway.pipeworx.io/netherlands-tenders/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-netherlands-tenders - Newsdata (io.github.pipeworx-io/newsdata@0.1.0) NewsData.io MCP — wraps the NewsData.io global news API (newsdata.io) installs: remote:https://gateway.pipeworx.io/newsdata/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-newsdata - newton (io.github.pipeworx-io/newton@0.1.0) Newton MCP — wraps the Newton math solver API (free, no auth) installs: remote:https://gateway.pipeworx.io/newton/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-newton - Nhl (io.github.pipeworx-io/nhl@0.1.0) NHL MCP — live NHL data via the official NHL API installs: remote:https://gateway.pipeworx.io/nhl/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-nhl - Nhtsa (io.github.pipeworx-io/nhtsa@0.2.0) NHTSA MCP — wraps the NHTSA vPIC (Vehicle Product Information Catalog) API (free, no auth) installs: remote:https://gateway.pipeworx.io/nhtsa/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-nhtsa - Nih Reporter (io.github.pipeworx-io/nih-reporter@0.1.0) NIH RePORTER MCP — every NIH-funded research project (free, no auth) installs: remote:https://gateway.pipeworx.io/nih-reporter/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-nih-reporter - Nihr (io.github.pipeworx-io/nihr@0.1.0) UK NIHR (National Institute for Health and Care Research) open-data MCP. installs: remote:https://gateway.pipeworx.io/nihr/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-nihr - Nist Beacon (io.github.pipeworx-io/nist-beacon@0.1.0) NIST Randomness Beacon v2 — signed public random pulses every 60s. installs: remote:https://gateway.pipeworx.io/nist-beacon/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-nist-beacon - Nist Standards (io.github.pipeworx-io/nist-standards@0.1.0) NIST Standards MCP pack installs: remote:https://gateway.pipeworx.io/nist-standards/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-nist-standards - New Jersey MVC (io.github.pipeworx-io/nj-mvc@0.1.0) New Jersey MVC inspection facilities and 2.3M inspection results by make and model installs: remote:https://gateway.pipeworx.io/nj-mvc/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-nj-mvc - Noaa Spc (io.github.pipeworx-io/noaa-spc@0.1.0) NOAA Storm Prediction Center — outlooks, storm reports, watches installs: remote:https://gateway.pipeworx.io/noaa-spc/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-noaa-spc - Noaa Tides (io.github.pipeworx-io/noaa-tides@0.1.0) NOAA Tides & Currents — observations, predictions, datums, station metadata installs: remote:https://gateway.pipeworx.io/noaa-tides/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-noaa-tides - nouel (io.github.pipeworx-io/nobel@0.1.0) Nobel MCP — wraps the Nobel Prize API v2 (free, no auth) installs: remote:https://gateway.pipeworx.io/nobel/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-nobel - Norges Bank (io.github.pipeworx-io/norges-bank@0.1.0) Norges Bank (Norway's central bank) MCP — exchange rates, interest rates, installs: remote:https://gateway.pipeworx.io/norges-bank/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-norges-bank - Nosdeputes Fr (io.github.pipeworx-io/nosdeputes-fr@0.1.0) NosDéputés.fr MCP — civic-tech mirror of the French Assemblée nationale installs: remote:https://gateway.pipeworx.io/nosdeputes-fr/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-nosdeputes-fr - Npi Registry (io.github.pipeworx-io/npi-registry@0.1.0) CMS NPI Registry MCP installs: remote:https://gateway.pipeworx.io/npi-registry/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-npi-registry - npm (io.github.pipeworx-io/npm@0.1.0) npm MCP — wraps the npm Registry API (free, no auth) installs: remote:https://gateway.pipeworx.io/npm/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-npm - Nps (io.github.pipeworx-io/nps@0.1.1) NPS MCP — US National Park Service (free key, generous limits) installs: remote:https://gateway.pipeworx.io/nps/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-nps - Nrel (io.github.pipeworx-io/nrel@0.1.0) NREL MCP — wraps the US National Renewable Energy Laboratory developer API installs: remote:https://gateway.pipeworx.io/nrel/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-nrel - Nsf Awards (io.github.pipeworx-io/nsf-awards@0.1.0) NSF Awards MCP — National Science Foundation award database (free, no auth) installs: remote:https://gateway.pipeworx.io/nsf-awards/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-nsf-awards - Nsi Bg (io.github.pipeworx-io/nsi-bg@0.1.0) Bulgarian National Statistical Institute (НСИ / NSI) — Open Data API. installs: remote:https://gateway.pipeworx.io/nsi-bg/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-nsi-bg - Nuget (io.github.pipeworx-io/nuget@0.1.0) NuGet MCP — .NET package registry installs: remote:https://gateway.pipeworx.io/nuget/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-nuget - Numbers (io.github.pipeworx-io/numbers@0.1.0) Number utilities MCP. installs: remote:https://gateway.pipeworx.io/numbers/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-numbers - numuersapi (io.github.pipeworx-io/numbersapi@0.1.0) NumbersAPI MCP — wraps numbersapi.com (free, no auth) installs: remote:https://gateway.pipeworx.io/numbersapi/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-numbersapi - nutrition (io.github.pipeworx-io/nutrition@0.1.0) Nutrition MCP — wraps Open Food Facts API (free, no auth) installs: remote:https://gateway.pipeworx.io/nutrition/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-nutrition - New York State DMV (io.github.pipeworx-io/ny-dmv@0.1.0) New York DMV: record-level vehicle and EV registrations, offices, road tests, driving schools installs: remote:https://gateway.pipeworx.io/ny-dmv/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-ny-dmv - Nyc Parks (io.github.pipeworx-io/nyc-parks@0.1.0) NYC Parks Events MCP. installs: remote:https://gateway.pipeworx.io/nyc-parks/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-nyc-parks - Nypl (io.github.pipeworx-io/nypl@0.1.0) NYPL Digital Collections MCP. installs: remote:https://gateway.pipeworx.io/nypl/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-nypl - Obis (io.github.pipeworx-io/obis@0.1.0) OBIS (Ocean Biodiversity Information System) MCP. installs: remote:https://gateway.pipeworx.io/obis/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-obis - Octopus Energy (io.github.pipeworx-io/octopus-energy@0.1.0) Octopus Energy public API MCP — UK energy tariffs & products. installs: remote:https://gateway.pipeworx.io/octopus-energy/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-octopus-energy - Odds Api (io.github.pipeworx-io/odds-api@0.1.0) The Odds API MCP — sportsbook odds across 70+ books, 30+ leagues installs: remote:https://gateway.pipeworx.io/odds-api/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-odds-api - Oecd (io.github.pipeworx-io/oecd@0.1.0) OECD MCP — Organisation for Economic Co-operation and Development data installs: remote:https://gateway.pipeworx.io/oecd/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-oecd - Oeis (io.github.pipeworx-io/oeis@0.1.0) OEIS (On-Line Encyclopedia of Integer Sequences) MCP. installs: remote:https://gateway.pipeworx.io/oeis/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-oeis - Okx (io.github.pipeworx-io/okx@0.1.0) OKX v5 public MCP. installs: remote:https://gateway.pipeworx.io/okx/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-okx - Omdb (io.github.pipeworx-io/omdb@0.1.0) OMDb MCP — IMDB-derived movie / TV / episode data (BYO key) installs: remote:https://gateway.pipeworx.io/omdb/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-omdb - Ons Uk (io.github.pipeworx-io/ons-uk@0.1.0) UK Office for National Statistics dataset catalogue + Beta JSON API installs: remote:https://gateway.pipeworx.io/ons-uk/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-ons-uk - onthisday (io.github.pipeworx-io/onthisday@0.1.0) On This Day MCP — wraps byabbe.se/on-this-day (free, no auth) installs: remote:https://gateway.pipeworx.io/onthisday/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-onthisday - Ooni (io.github.pipeworx-io/ooni@0.1.0) Internet censorship and website reachability: OONI network measurements, keyless installs: remote:https://gateway.pipeworx.io/ooni/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-ooni - Open Contracting (io.github.pipeworx-io/open-contracting@0.1.0) Open Contracting MCP — international public procurement: government tenders installs: remote:https://gateway.pipeworx.io/open-contracting/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-open-contracting - Open Corporates (io.github.pipeworx-io/open-corporates@0.1.0) OpenCorporates MCP — Global company registry data (free, no auth, rate limited) installs: remote:https://gateway.pipeworx.io/open-corporates/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-open-corporates - Open Elevation (io.github.pipeworx-io/open-elevation@0.1.0) Open-Elevation MCP — terrain elevation by lat/lon (no auth) installs: remote:https://gateway.pipeworx.io/open-elevation/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-open-elevation - Open Library (io.github.pipeworx-io/open-library@0.1.0) Open Library MCP — Internet Archive's open book metadata installs: remote:https://gateway.pipeworx.io/open-library/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-open-library - Open Notify (io.github.pipeworx-io/open-notify@0.1.0) Open Notify MCP — ISS position + people in space installs: remote:https://gateway.pipeworx.io/open-notify/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-open-notify - Open Sanctions (io.github.pipeworx-io/open-sanctions@0.1.0) OpenSanctions MCP — Global sanctions and PEP data (free, no auth required) installs: remote:https://gateway.pipeworx.io/open-sanctions/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-open-sanctions - Openagenda (io.github.pipeworx-io/openagenda@0.1.0) OpenAgenda MCP. installs: remote:https://gateway.pipeworx.io/openagenda/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-openagenda - openalex (io.github.pipeworx-io/openalex@0.1.0) OpenAlex MCP — wraps the OpenAlex API (scholarly works, free, no auth) installs: remote:https://gateway.pipeworx.io/openalex/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-openalex - Openaq (io.github.pipeworx-io/openaq@0.1.0) OpenAQ MCP — wraps OpenAQ v2 API (free, no auth required) installs: remote:https://gateway.pipeworx.io/openaq/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-openaq - Openbeautyfacts (io.github.pipeworx-io/openbeautyfacts@0.1.0) Open Beauty Facts MCP — Open Beauty Facts API (free, no auth, keyless). installs: remote:https://gateway.pipeworx.io/openbeautyfacts/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-openbeautyfacts - Opencitations (io.github.pipeworx-io/opencitations@0.1.0) OpenCitations COCI — open-license citation index by DOI installs: remote:https://gateway.pipeworx.io/opencitations/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-opencitations - Opencollective (io.github.pipeworx-io/opencollective@0.1.0) Open Collective public collective/transaction data installs: remote:https://gateway.pipeworx.io/opencollective/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-opencollective - Opendata Canada (io.github.pipeworx-io/opendata-canada@0.1.0) open.canada.ca — Canada national open-data catalogue (CKAN) installs: remote:https://gateway.pipeworx.io/opendata-canada/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-opendata-canada - Opendata Swiss (io.github.pipeworx-io/opendata-swiss@0.1.0) opendata.swiss MCP — Switzerland's federal open-data portal (CKAN catalogue). installs: remote:https://gateway.pipeworx.io/opendata-swiss/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-opendata-swiss - Opendatasoft (io.github.pipeworx-io/opendatasoft@0.1.1) Opendatasoft (generic portal) MCP. installs: remote:https://gateway.pipeworx.io/opendatasoft/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-opendatasoft - Opendosm My (io.github.pipeworx-io/opendosm-my@0.1.0) data.gov.my / OpenDOSM (Department of Statistics Malaysia) — official Malaysian open-data API. installs: remote:https://gateway.pipeworx.io/opendosm-my/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-opendosm-my - Opendota (io.github.pipeworx-io/opendota@0.1.0) OpenDota MCP — Dota 2 open stats. installs: remote:https://gateway.pipeworx.io/opendota/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-opendota - Openfda (io.github.pipeworx-io/openfda@0.1.0) OpenFDA MCP — wraps the openFDA API (free, no auth required) installs: remote:https://gateway.pipeworx.io/openfda/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-openfda - Openfema (io.github.pipeworx-io/openfema@0.1.0) OpenFEMA MCP — US Federal Emergency Management Agency open data. installs: remote:https://gateway.pipeworx.io/openfema/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-openfema - Openfigi (io.github.pipeworx-io/openfigi@0.1.0) OpenFIGI — Bloomberg open financial-instrument symbology service installs: remote:https://gateway.pipeworx.io/openfigi/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-openfigi - Openfoodfacts (io.github.pipeworx-io/openfoodfacts@0.1.0) Open Food Facts — collaborative food product database installs: remote:https://gateway.pipeworx.io/openfoodfacts/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-openfoodfacts - Openholidays (io.github.pipeworx-io/openholidays@0.1.0) OpenHolidays MCP. installs: remote:https://gateway.pipeworx.io/openholidays/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-openholidays - Openiban (io.github.pipeworx-io/openiban@0.1.0) OpenIBAN MCP — validate an IBAN's checksum + bank code and resolve the installs: remote:https://gateway.pipeworx.io/openiban/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-openiban - Openligadb (io.github.pipeworx-io/openligadb@0.1.0) OpenLigaDB MCP — community-run, keyless football / soccer match data. installs: remote:https://gateway.pipeworx.io/openligadb/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-openligadb - Openparliament Ca (io.github.pipeworx-io/openparliament-ca@0.1.0) OpenParliament.ca MCP — civic-tech mirror of the Parliament of Canada installs: remote:https://gateway.pipeworx.io/openparliament-ca/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-openparliament-ca - Openreview (io.github.pipeworx-io/openreview@0.1.1) OpenReview MCP — ML conference submissions and reviews (API v2) installs: remote:https://gateway.pipeworx.io/openreview/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-openreview - Openrouter (io.github.pipeworx-io/openrouter@0.1.0) OpenRouter Models MCP. installs: remote:https://gateway.pipeworx.io/openrouter/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-openrouter - Opensea (io.github.pipeworx-io/opensea@0.1.0) OpenSea MCP — NFT marketplace data (v2 API) installs: remote:https://gateway.pipeworx.io/opensea/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-opensea - Opensensemap (io.github.pipeworx-io/opensensemap@0.1.0) openSenseMap MCP — citizen-science environmental sensor network (opensensemap.org) installs: remote:https://gateway.pipeworx.io/opensensemap/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-opensensemap - Opensky (io.github.pipeworx-io/opensky@0.1.0) OpenSky MCP — OpenSky Network API (free, no auth for anonymous access) installs: remote:https://gateway.pipeworx.io/opensky/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-opensky - Openstates (io.github.pipeworx-io/openstates@0.1.0) OpenStates MCP — bills, legislators, votes in all 50 US states installs: remote:https://gateway.pipeworx.io/openstates/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-openstates - Opentopodata (io.github.pipeworx-io/opentopodata@0.1.0) Open Topo Data — global elevation lookups (multiple DEM datasets) installs: remote:https://gateway.pipeworx.io/opentopodata/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-opentopodata - Opentopography (io.github.pipeworx-io/opentopography@0.1.0) OpenTopography global DEM rasters + point queries (free key) installs: remote:https://gateway.pipeworx.io/opentopography/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-opentopography - Opentreeoflife (io.github.pipeworx-io/opentreeoflife@0.1.0) Open Tree of Life MCP. installs: remote:https://gateway.pipeworx.io/opentreeoflife/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-opentreeoflife - Oqmd (io.github.pipeworx-io/oqmd@0.1.0) OQMD (Open Quantum Materials Database) MCP. installs: remote:https://gateway.pipeworx.io/oqmd/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-oqmd - Orcid (io.github.pipeworx-io/orcid@0.1.0) ORCID public researcher records (works, employment, education) installs: remote:https://gateway.pipeworx.io/orcid/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-orcid - Osf (io.github.pipeworx-io/osf@0.1.0) OSF (Open Science Framework, by the Center for Open Science) MCP. installs: remote:https://gateway.pipeworx.io/osf/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-osf - Osha (io.github.pipeworx-io/osha@0.1.1) OSHA MCP — US workplace-safety standards (29 CFR Chapter XVII, parts 1900–1990). installs: remote:https://gateway.pipeworx.io/osha/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-osha - Osrm (io.github.pipeworx-io/osrm@0.1.0) OSRM MCP — routing via the public demo server installs: remote:https://gateway.pipeworx.io/osrm/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-osrm - Overheid Nl (io.github.pipeworx-io/overheid-nl@0.1.0) data.overheid.nl MCP — the Netherlands national open-data portal (CKAN API). installs: remote:https://gateway.pipeworx.io/overheid-nl/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-overheid-nl - Owasp (io.github.pipeworx-io/owasp@0.1.0) OWASP MCP — keyless. installs: remote:https://gateway.pipeworx.io/owasp/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-owasp - Owid (io.github.pipeworx-io/owid@0.1.0) OWID MCP — Our World in Data chart/indicator access (free, no auth) installs: remote:https://gateway.pipeworx.io/owid/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-owid - Oyez (io.github.pipeworx-io/oyez@0.1.0) Oyez SCOTUS MCP. installs: remote:https://gateway.pipeworx.io/oyez/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-oyez - Pennsylvania DMV (PennDOT) (io.github.pipeworx-io/pa-dmv@0.1.0) PennDOT: quarterly EV, plug-in hybrid and total vehicle registrations by county and ZIP installs: remote:https://gateway.pipeworx.io/pa-dmv/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-pa-dmv - Packagephobia (io.github.pipeworx-io/packagephobia@0.1.0) Packagephobia MCP — install-size analysis for npm packages installs: remote:https://gateway.pipeworx.io/packagephobia/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-packagephobia - Packagist (io.github.pipeworx-io/packagist@0.1.0) Packagist MCP — PHP / Composer package registry installs: remote:https://gateway.pipeworx.io/packagist/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-packagist - Paleobiodb (io.github.pipeworx-io/paleobiodb@0.1.0) Paleobiology Database (PBDB) MCP — the global fossil record. Keyless. installs: remote:https://gateway.pipeworx.io/paleobiodb/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-paleobiodb - Pangaea (io.github.pipeworx-io/pangaea@0.1.0) PANGAEA MCP — earth + environmental science data publisher. installs: remote:https://gateway.pipeworx.io/pangaea/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-pangaea - Paperswithcode (io.github.pipeworx-io/paperswithcode@0.1.0) Papers With Code MCP — browse ML research papers and their code repositories installs: remote:https://gateway.pipeworx.io/paperswithcode/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-paperswithcode - Paraguay Dncp (io.github.pipeworx-io/paraguay-dncp@0.1.0) Paraguay DNCP MCP — Paraguay government procurement / public contracts (keyless). installs: remote:https://gateway.pipeworx.io/paraguay-dncp/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-paraguay-dncp - Paris Events (io.github.pipeworx-io/paris-events@0.1.0) Que Faire à Paris MCP. installs: remote:https://gateway.pipeworx.io/paris-events/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-paris-events - Passive Aggression (io.github.pipeworx-io/passive-aggression@0.1.0) passive-aggression MCP — wraps StupidAPIs (requires X-API-Key) installs: remote:https://gateway.pipeworx.io/passive-aggression/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-passive-aggression - Password (io.github.pipeworx-io/password@0.1.0) Password strength analysis MCP. installs: remote:https://gateway.pipeworx.io/password/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-password - Passwordgen (io.github.pipeworx-io/passwordgen@0.1.0) Secure password generator MCP. installs: remote:https://gateway.pipeworx.io/passwordgen/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-passwordgen - Paypal (io.github.pipeworx-io/paypal@0.1.0) PayPal MCP Pack — read-only access to PayPal transactions, orders, invoices, and disputes. installs: remote:https://gateway.pipeworx.io/paypal/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-paypal - Pdbe (io.github.pipeworx-io/pdbe@0.1.0) PDBe (Protein Data Bank in Europe, EBI) MCP. installs: remote:https://gateway.pipeworx.io/pdbe/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-pdbe - Peeringdb (io.github.pipeworx-io/peeringdb@0.1.0) PeeringDB MCP — the peering ecosystem database. installs: remote:https://gateway.pipeworx.io/peeringdb/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-peeringdb - Peopledatalabs (io.github.pipeworx-io/peopledatalabs@0.1.0) People Data Labs MCP — wraps the PDL person/company enrichment API installs: remote:https://gateway.pipeworx.io/peopledatalabs/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-peopledatalabs - Performance Review (io.github.pipeworx-io/performance-review@0.1.0) performance-review MCP — wraps StupidAPIs (requires X-API-Key) installs: remote:https://gateway.pipeworx.io/performance-review/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-performance-review - Permid (io.github.pipeworx-io/permid@0.1.0) PermID MCP — Refinitiv / LSEG Permanent Identifier (free, requires API key) installs: remote:https://gateway.pipeworx.io/permid/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-permid - Pexels (io.github.pipeworx-io/pexels@0.1.0) Pexels MCP. installs: remote:https://gateway.pipeworx.io/pexels/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-pexels - Pharma Intel (io.github.pipeworx-io/pharma-intel@0.1.0) Pharma Intel MCP — Compound tools that chain ClinicalTrials.gov, installs: remote:https://gateway.pipeworx.io/pharma-intel/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-pharma-intel - Phishtank (io.github.pipeworx-io/phishtank@0.1.0) PhishTank MCP — wraps PhishTank API (checkurl.phishtank.com) installs: remote:https://gateway.pipeworx.io/phishtank/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-phishtank - Phoenix Number (io.github.pipeworx-io/phoenix-number@0.1.0) phoenix-number MCP — wraps StupidAPIs (requires X-API-Key) installs: remote:https://gateway.pipeworx.io/phoenix-number/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-phoenix-number - Phone (io.github.pipeworx-io/phone@0.1.0) Phone number validation MCP. installs: remote:https://gateway.pipeworx.io/phone/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-phone - Pipeworx (io.github.pipeworx-io/pipeworx-catalog@1.0.0) Live data gateway for AI — 3,300+ tools across 750+ sources, with citations installs: remote:https://gateway.pipeworx.io/pipeworx-catalog/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-pipeworx-catalog - Pipeworx Faq (io.github.pipeworx-io/pipeworx-faq@0.1.0) Pipeworx FAQ MCP — curated answers to questions ABOUT Pipeworx itself installs: remote:https://gateway.pipeworx.io/pipeworx-faq/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-pipeworx-faq - Pixabay (io.github.pipeworx-io/pixabay@0.1.0) Pixabay MCP. installs: remote:https://gateway.pipeworx.io/pixabay/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-pixabay - Pkg Go Dev (io.github.pipeworx-io/pkg-go-dev@0.1.0) Go modules MCP — wraps proxy.golang.org installs: remote:https://gateway.pipeworx.io/pkg-go-dev/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-pkg-go-dev - Podatki Si (io.github.pipeworx-io/podatki-si@0.1.0) Slovenia Open Data (podatki.gov.si) CKAN MCP. installs: remote:https://gateway.pipeworx.io/podatki-si/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-podatki-si - Podcastindex (io.github.pipeworx-io/podcastindex@0.1.0) Podcast Index MCP — wraps the Podcast Index API (podcastindex.org) installs: remote:https://gateway.pipeworx.io/podcastindex/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-podcastindex - poetry (io.github.pipeworx-io/poetry@0.1.0) Poetry MCP — PoetryDB API (free, no auth) installs: remote:https://gateway.pipeworx.io/poetry/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-poetry - Poetrydb (io.github.pipeworx-io/poetrydb@0.1.0) PoetryDB MCP. installs: remote:https://gateway.pipeworx.io/poetrydb/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-poetrydb - pokemon (io.github.pipeworx-io/pokemon@0.1.0) Pokemon MCP — wraps PokéAPI (free, no auth required) installs: remote:https://gateway.pipeworx.io/pokemon/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-pokemon - Politics Feeds (io.github.pipeworx-io/politics-feeds@0.1.0) Politics Feeds MCP. installs: remote:https://gateway.pipeworx.io/politics-feeds/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-politics-feeds - Polygon Io (io.github.pipeworx-io/polygon-io@0.1.3) Polygon.io MCP. installs: remote:https://gateway.pipeworx.io/polygon-io/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-polygon-io - Polymarket (io.github.pipeworx-io/polymarket@0.1.0) Polymarket MCP — prediction-market data via Gamma + CLOB public APIs. installs: remote:https://gateway.pipeworx.io/polymarket/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-polymarket - Pombase (io.github.pipeworx-io/pombase@0.1.0) PomBase MCP — the fission yeast (Schizosaccharomyces pombe) model-organism database. installs: remote:https://gateway.pipeworx.io/pombase/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-pombase - postcodes (io.github.pipeworx-io/postcodes@0.1.0) Postcodes MCP — wraps postcodes.io UK postcode API (free, no auth) installs: remote:https://gateway.pipeworx.io/postcodes/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-postcodes - Postmark (io.github.pipeworx-io/postmark@0.1.0) Postmark MCP. installs: remote:https://gateway.pipeworx.io/postmark/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-postmark - Powo (io.github.pipeworx-io/powo@0.1.0) POWO (Plants of the World Online, by the Royal Botanic Gardens, Kew) MCP. installs: remote:https://gateway.pipeworx.io/powo/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-powo - Predicthq (io.github.pipeworx-io/predicthq@0.1.0) PredictHQ MCP — wraps the PredictHQ Events API (predicthq.com) installs: remote:https://gateway.pipeworx.io/predicthq/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-predicthq - Predictit (io.github.pipeworx-io/predictit@0.1.0) PredictIt MCP. installs: remote:https://gateway.pipeworx.io/predictit/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-predictit - Press Release (io.github.pipeworx-io/press-release@0.1.0) press-release MCP — wraps StupidAPIs (requires X-API-Key) installs: remote:https://gateway.pipeworx.io/press-release/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-press-release - Prh Fi (io.github.pipeworx-io/prh-fi@0.1.0) Finnish Patent and Registration Office (PRH) — YTJ open data MCP. installs: remote:https://gateway.pipeworx.io/prh-fi/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-prh-fi - Pride (io.github.pipeworx-io/pride@0.1.0) EBI PRIDE Archive MCP — proteomics (mass-spectrometry) data repository. installs: remote:https://gateway.pipeworx.io/pride/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-pride - Producthunt (io.github.pipeworx-io/producthunt@0.1.0) Product Hunt MCP — wraps the Product Hunt GraphQL API v2 (api.producthunt.com) installs: remote:https://gateway.pipeworx.io/producthunt/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-producthunt - Property Records (io.github.pipeworx-io/property-records@0.1.0) Property Records MCP — address-level US property records (sales history, installs: remote:https://gateway.pipeworx.io/property-records/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-property-records - Propublica Nonprofit (io.github.pipeworx-io/propublica-nonprofit@0.1.0) ProPublica Nonprofit MCP — ProPublica Nonprofit Explorer API (free, no auth) installs: remote:https://gateway.pipeworx.io/propublica-nonprofit/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-propublica-nonprofit - Protein Atlas (io.github.pipeworx-io/protein-atlas@0.1.0) Human Protein Atlas (HPA) MCP — keyless. installs: remote:https://gateway.pipeworx.io/protein-atlas/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-protein-atlas - Prozorro (io.github.pipeworx-io/prozorro@0.1.0) ProZorro MCP — Ukraine government procurement (keyless). installs: remote:https://gateway.pipeworx.io/prozorro/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-prozorro - Pub Dev (io.github.pipeworx-io/pub-dev@0.1.0) pub.dev MCP — package registry for Dart & Flutter. installs: remote:https://gateway.pipeworx.io/pub-dev/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-pub-dev - Pubchem (io.github.pipeworx-io/pubchem@0.1.0) PubChem MCP — NIH chemistry compound database (no auth) installs: remote:https://gateway.pipeworx.io/pubchem/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-pubchem - Public Suffix List (io.github.pipeworx-io/public-suffix-list@0.1.0) Mozilla Public Suffix List — eTLD parser (cached 24h) installs: remote:https://gateway.pipeworx.io/public-suffix-list/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-public-suffix-list - Pubmed (io.github.pipeworx-io/pubmed@1.1.0) PubMed MCP — wraps the NCBI E-utilities API (biomedical literature, free, no auth) installs: remote:https://gateway.pipeworx.io/pubmed/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-pubmed - Pulsedive (io.github.pipeworx-io/pulsedive@0.1.0) Pulsedive MCP — threat-intelligence IOC enrichment (pulsedive.com) installs: remote:https://gateway.pipeworx.io/pulsedive/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-pulsedive - Pvgis (io.github.pipeworx-io/pvgis@0.1.0) PVGIS MCP — EU Joint Research Centre PV system modeler installs: remote:https://gateway.pipeworx.io/pvgis/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-pvgis - Pypi (io.github.pipeworx-io/pypi@0.1.1) PyPI MCP — wraps the Python Package Index (PyPI) JSON API (free, no auth). installs: remote:https://gateway.pipeworx.io/pypi/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-pypi - Pypi Stats (io.github.pipeworx-io/pypi-stats@0.1.0) PyPIStats.org — PyPI download statistics installs: remote:https://gateway.pipeworx.io/pypi-stats/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-pypi-stats - Qrcode (io.github.pipeworx-io/qrcode@0.1.1) QR Code MCP — wraps api.qrserver.com (free, no auth) installs: remote:https://gateway.pipeworx.io/qrcode/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-qrcode - Quiver (io.github.pipeworx-io/quiver@0.1.0) Quiver Quantitative MCP — alternative-data on public companies (quiverquant.com) installs: remote:https://gateway.pipeworx.io/quiver/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-quiver - Quotable (io.github.pipeworx-io/quotable@0.1.0) Quotable MCP — wraps Quotable API (free, no auth) installs: remote:https://gateway.pipeworx.io/quotable/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-quotable - Quotes (io.github.pipeworx-io/quotes@0.1.0) Quotes MCP — citation-grade quote API for public-domain authors. installs: remote:https://gateway.pipeworx.io/quotes/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-quotes - Quran (io.github.pipeworx-io/quran@0.1.0) Quran MCP — Al-Quran Cloud API. installs: remote:https://gateway.pipeworx.io/quran/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-quran - randomuser (io.github.pipeworx-io/randomuser@0.1.0) Random User MCP — wraps randomuser.me (free, no auth) installs: remote:https://gateway.pipeworx.io/randomuser/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-randomuser - Rba (io.github.pipeworx-io/rba@0.1.0) RBA MCP — Reserve Bank of Australia statistics (free, no auth). installs: remote:https://gateway.pipeworx.io/rba/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-rba - Rcsb Pdb (io.github.pipeworx-io/rcsb-pdb@0.1.0) RCSB PDB MCP — experimentally determined macromolecular structures. installs: remote:https://gateway.pipeworx.io/rcsb-pdb/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-rcsb-pdb - Rdap (io.github.pipeworx-io/rdap@0.1.0) RDAP — Registration Data Access Protocol (domains, IPs, ASNs) via IANA bootstrap installs: remote:https://gateway.pipeworx.io/rdap/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-rdap - Reactome (io.github.pipeworx-io/reactome@0.1.0) Reactome biological pathway database installs: remote:https://gateway.pipeworx.io/reactome/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-reactome - Realestate (io.github.pipeworx-io/realestate@0.1.0) Real Estate Japan MCP — actual residential/commercial transaction prices and installs: remote:https://gateway.pipeworx.io/realestate/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-realestate - Rebrickable (io.github.pipeworx-io/rebrickable@0.1.0) LEGO catalog: sets, parts, minifigs, themes, colors via Rebrickable. Free key required. installs: remote:https://gateway.pipeworx.io/rebrickable/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-rebrickable - recipes (io.github.pipeworx-io/recipes@0.1.0) Recipes MCP — wraps TheMealDB API (free tier, no auth) installs: remote:https://gateway.pipeworx.io/recipes/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-recipes - Recreation Gov (io.github.pipeworx-io/recreation-gov@0.1.0) Recreation.gov MCP — wraps the Recreation Information Database (RIDB) API v1 installs: remote:https://gateway.pipeworx.io/recreation-gov/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-recreation-gov - Reddit (io.github.pipeworx-io/reddit@0.1.0) Reddit MCP — public Reddit data via JSON endpoints (no auth required) installs: remote:https://gateway.pipeworx.io/reddit/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-reddit - Regrid (io.github.pipeworx-io/regrid@0.1.0) Regrid MCP — wraps the Regrid Parcel API v2 (regrid.com) installs: remote:https://gateway.pipeworx.io/regrid/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-regrid - Regulations Gov (io.github.pipeworx-io/regulations-gov@0.1.0) Regulations.gov MCP — federal regulatory dockets, documents, public comments installs: remote:https://gateway.pipeworx.io/regulations-gov/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-regulations-gov - Remoteok (io.github.pipeworx-io/remoteok@0.1.0) RemoteOK MCP — remote-work job board (tech-heavy), keyless. installs: remote:https://gateway.pipeworx.io/remoteok/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-remoteok - Remotive (io.github.pipeworx-io/remotive@0.1.0) Remotive MCP — curated remote-only job board installs: remote:https://gateway.pipeworx.io/remotive/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-remotive - Rentcast (io.github.pipeworx-io/rentcast@0.1.0) Rentcast MCP — wraps Rentcast API (api.rentcast.io/v1) installs: remote:https://gateway.pipeworx.io/rentcast/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-rentcast - Repology (io.github.pipeworx-io/repology@0.1.0) Repology cross-distro package version aggregator installs: remote:https://gateway.pipeworx.io/repology/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-repology - Retractions (io.github.pipeworx-io/retractions@0.1.0) Retractions / research-integrity MCP. installs: remote:https://gateway.pipeworx.io/retractions/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-retractions - Revternal (io.github.pipeworx-io/revternal@0.1.0) Revternal MCP — wraps the Revternal Developer Intelligence API installs: remote:https://gateway.pipeworx.io/revternal/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-revternal - Rfc Editor (io.github.pipeworx-io/rfc-editor@0.1.1) RFC Editor MCP. installs: remote:https://gateway.pipeworx.io/rfc-editor/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-rfc-editor - Rhea (io.github.pipeworx-io/rhea@0.1.0) Rhea MCP — expert-curated database of biochemical reactions. installs: remote:https://gateway.pipeworx.io/rhea/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-rhea - Rick And Morty (io.github.pipeworx-io/rick-and-morty@0.1.0) Rick and Morty MCP — wraps the Rick and Morty API (free, no auth) installs: remote:https://gateway.pipeworx.io/rick-and-morty/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-rick-and-morty - rickmorty (io.github.pipeworx-io/rickmorty@0.1.0) Rick and Morty MCP — wraps The Rick and Morty API (free, no auth) installs: remote:https://gateway.pipeworx.io/rickmorty/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-rickmorty - Rijksmuseum (io.github.pipeworx-io/rijksmuseum@0.1.0) Rijksmuseum MCP. installs: remote:https://gateway.pipeworx.io/rijksmuseum/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-rijksmuseum - Riksbank Se (io.github.pipeworx-io/riksbank-se@0.1.0) Sveriges Riksbank (Sweden's central bank) SWEA v1 MCP. Keyless. installs: remote:https://gateway.pipeworx.io/riksbank-se/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-riksbank-se - Riksdagen Se (io.github.pipeworx-io/riksdagen-se@0.1.0) Riksdagen (Swedish Parliament) open data MCP. installs: remote:https://gateway.pipeworx.io/riksdagen-se/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-riksdagen-se - Riot Games (io.github.pipeworx-io/riot-games@0.1.1) Riot Games API MCP. installs: remote:https://gateway.pipeworx.io/riot-games/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-riot-games - Ripe Stat (io.github.pipeworx-io/ripe-stat@0.1.0) RIPE Stat MCP — IP/ASN/BGP data installs: remote:https://gateway.pipeworx.io/ripe-stat/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-ripe-stat - Roblox (io.github.pipeworx-io/roblox@0.1.0) Roblox public profile + friends + badges + games + groups lookups. installs: remote:https://gateway.pipeworx.io/roblox/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-roblox - Ror (io.github.pipeworx-io/ror@0.1.0) Research Organization Registry (ROR) — canonical org IDs installs: remote:https://gateway.pipeworx.io/ror/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-ror - Rss2json (io.github.pipeworx-io/rss2json@0.1.0) rss2json: convert any RSS/Atom feed to JSON. Keyless basic, optional API key for count. installs: remote:https://gateway.pipeworx.io/rss2json/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-rss2json - Rubygems (io.github.pipeworx-io/rubygems@0.1.0) RubyGems MCP — wraps the RubyGems.org public API (free, no auth) installs: remote:https://gateway.pipeworx.io/rubygems/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-rubygems - Rxnorm (io.github.pipeworx-io/rxnorm@0.1.0) RxNorm MCP — wraps the NLM RxNav REST API (free, no auth) installs: remote:https://gateway.pipeworx.io/rxnorm/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-rxnorm - Samgov (io.github.pipeworx-io/samgov@0.2.0) SAM.gov MCP — Federal contract opportunities and entity registration data installs: remote:https://gateway.pipeworx.io/samgov/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-samgov - Sanctions Screening (io.github.pipeworx-io/sanctions-screening@0.1.0) Screen names against the US Consolidated Screening List: OFAC SDN, BIS Entity List +10 more lists installs: remote:https://gateway.pipeworx.io/sanctions-screening/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-sanctions-screening - Sarb Za (io.github.pipeworx-io/sarb-za@0.1.0) South African Reserve Bank (SARB) Web API MCP. Keyless. installs: remote:https://gateway.pipeworx.io/sarb-za/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-sarb-za - Sbir (io.github.pipeworx-io/sbir@0.1.0) SBIR MCP — wraps the SBIR.gov public API (free, no auth) installs: remote:https://gateway.pipeworx.io/sbir/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-sbir - Scb Se (io.github.pipeworx-io/scb-se@0.1.0) Statistics Sweden (SCB) — PxWeb JSON-stat statistical database installs: remote:https://gateway.pipeworx.io/scb-se/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-scb-se - Schemastore (io.github.pipeworx-io/schemastore@0.1.0) JSON Schema catalog (SchemaStore.org) installs: remote:https://gateway.pipeworx.io/schemastore/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-schemastore - Schrodingers Boolean (io.github.pipeworx-io/schrodingers-boolean@0.1.0) schrodingers-boolean MCP — wraps StupidAPIs (requires X-API-Key) installs: remote:https://gateway.pipeworx.io/schrodingers-boolean/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-schrodingers-boolean - science (io.github.pipeworx-io/science@0.1.0) Science MCP — free science data APIs installs: remote:https://gateway.pipeworx.io/science/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-science - Science Feeds (io.github.pipeworx-io/science-feeds@0.1.1) Science Feeds MCP. installs: remote:https://gateway.pipeworx.io/science-feeds/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-science-feeds - Sciencebase (io.github.pipeworx-io/sciencebase@0.1.0) USGS ScienceBase catalog MCP. installs: remote:https://gateway.pipeworx.io/sciencebase/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-sciencebase - Scream Void (io.github.pipeworx-io/scream-void@0.1.0) scream-void MCP — wraps StupidAPIs (requires X-API-Key) installs: remote:https://gateway.pipeworx.io/scream-void/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-scream-void - Scryfall (io.github.pipeworx-io/scryfall@0.1.0) Scryfall MCP — Magic: The Gathering card database. installs: remote:https://gateway.pipeworx.io/scryfall/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-scryfall - Seatgeek (io.github.pipeworx-io/seatgeek@0.1.0) SeatGeek MCP. installs: remote:https://gateway.pipeworx.io/seatgeek/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-seatgeek - sec (io.github.pipeworx-io/sec@0.1.0) SEC MCP — SEC EDGAR public APIs (free, no auth) installs: remote:https://gateway.pipeworx.io/sec/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-sec - Sec Events (io.github.pipeworx-io/sec-events@0.1.0) SEC 8-K event triage — query our pre-classified mirror of every installs: remote:https://gateway.pipeworx.io/sec-events/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-sec-events - Sec Form D (io.github.pipeworx-io/sec-form-d@0.1.3) SEC Form D fundraising intelligence. installs: remote:https://gateway.pipeworx.io/sec-form-d/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-sec-form-d - Sec Regulations (io.github.pipeworx-io/sec-regulations@0.1.0) SEC Regulations MCP — US securities regulations (17 CFR). installs: remote:https://gateway.pipeworx.io/sec-regulations/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-sec-regulations - Sec Xbrl (io.github.pipeworx-io/sec-xbrl@0.1.0) SEC XBRL MCP — wraps SEC EDGAR XBRL API (data.sec.gov) installs: remote:https://gateway.pipeworx.io/sec-xbrl/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-sec-xbrl - Sefaria (io.github.pipeworx-io/sefaria@0.1.0) Sefaria MCP — the free digital library of Jewish texts. installs: remote:https://gateway.pipeworx.io/sefaria/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-sefaria - Semanticscholar (io.github.pipeworx-io/semanticscholar@0.1.0) Semantic Scholar Academic Graph MCP. installs: remote:https://gateway.pipeworx.io/semanticscholar/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-semanticscholar - Semver (io.github.pipeworx-io/semver@0.1.0) Semantic Versioning (semver) MCP. installs: remote:https://gateway.pipeworx.io/semver/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-semver - Senate Lobbying (io.github.pipeworx-io/senate-lobbying@0.1.0) US Senate Lobbying Disclosure (LDA) MCP. installs: remote:https://gateway.pipeworx.io/senate-lobbying/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-senate-lobbying - Seo Backlinks (io.github.pipeworx-io/seo-backlinks@0.1.0) SEO Backlinks MCP — backlink intelligence via DataForSEO Backlinks API installs: remote:https://gateway.pipeworx.io/seo-backlinks/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-seo-backlinks - Seo Competitors (io.github.pipeworx-io/seo-competitors@0.1.0) SEO Competitors MCP — domain ranked keywords via DataForSEO Labs (dataforseo.com) installs: remote:https://gateway.pipeworx.io/seo-competitors/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-seo-competitors - Setlist Fm (io.github.pipeworx-io/setlist-fm@0.1.0) setlist.fm: concert setlists by artist/venue/date. Free key required. installs: remote:https://gateway.pipeworx.io/setlist-fm/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-setlist-fm - Sf Recpark (io.github.pipeworx-io/sf-recpark@0.1.0) SF Rec & Park Events MCP. installs: remote:https://gateway.pipeworx.io/sf-recpark/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-sf-recpark - Sgd (io.github.pipeworx-io/sgd@0.1.0) SGD (Saccharomyces Genome Database) MCP. installs: remote:https://gateway.pipeworx.io/sgd/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-sgd - Shakespeare Insult (io.github.pipeworx-io/shakespeare-insult@0.1.0) shakespeare-insult MCP — wraps StupidAPIs (requires X-API-Key) installs: remote:https://gateway.pipeworx.io/shakespeare-insult/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-shakespeare-insult - Ship On Friday (io.github.pipeworx-io/ship-on-friday@0.1.0) ship-on-friday MCP — wraps StupidAPIs (requires X-API-Key) installs: remote:https://gateway.pipeworx.io/ship-on-friday/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-ship-on-friday - Shodan (io.github.pipeworx-io/shodan@0.1.0) Shodan MCP — wraps the full Shodan REST API (api.shodan.io) installs: remote:https://gateway.pipeworx.io/shodan/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-shodan - Shodan Internetdb (io.github.pipeworx-io/shodan-internetdb@0.1.0) Shodan InternetDB MCP — wraps Shodan InternetDB (internetdb.shodan.io) installs: remote:https://gateway.pipeworx.io/shodan-internetdb/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-shodan-internetdb - Simap (io.github.pipeworx-io/simap@0.1.0) simap MCP — Swiss public procurement tenders and awards (keyless). installs: remote:https://gateway.pipeworx.io/simap/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-simap - Simbad (io.github.pipeworx-io/simbad@0.1.0) CDS SIMBAD — astronomical object database (~14M objects) via TAP/script installs: remote:https://gateway.pipeworx.io/simbad/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-simbad - Singapore Procurement (io.github.pipeworx-io/singapore-procurement@0.1.0) Singapore Government Procurement MCP — GeBIZ tender awards (keyless). installs: remote:https://gateway.pipeworx.io/singapore-procurement/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-singapore-procurement - Singstat Sg (io.github.pipeworx-io/singstat-sg@0.1.0) SingStat Table Builder MCP — Department of Statistics Singapore. installs: remote:https://gateway.pipeworx.io/singstat-sg/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-singstat-sg - Sistat Si (io.github.pipeworx-io/sistat-si@0.1.0) Statistical Office of the Republic of Slovenia (SURS) — SiStat PxWeb MCP. installs: remote:https://gateway.pipeworx.io/sistat-si/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-sistat-si - Skiddle (io.github.pipeworx-io/skiddle@0.1.1) Skiddle MCP. installs: remote:https://gateway.pipeworx.io/skiddle/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-skiddle - Smithsonian (io.github.pipeworx-io/smithsonian@0.1.0) Smithsonian Open Access MCP. installs: remote:https://gateway.pipeworx.io/smithsonian/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-smithsonian - Snb Ch (io.github.pipeworx-io/snb-ch@0.1.0) Swiss National Bank (SNB) data portal MCP. Keyless. installs: remote:https://gateway.pipeworx.io/snb-ch/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-snb-ch - Soilgrids (io.github.pipeworx-io/soilgrids@0.1.0) ISRIC SoilGrids MCP. installs: remote:https://gateway.pipeworx.io/soilgrids/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-soilgrids - Solscan (io.github.pipeworx-io/solscan@0.1.0) Solscan MCP — Solana block-explorer API (Pro v2) installs: remote:https://gateway.pipeworx.io/solscan/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-solscan - South Africa Tenders (io.github.pipeworx-io/south-africa-tenders@0.1.0) South Africa Government Procurement MCP — National Treasury eTenders / OCPO (keyless). installs: remote:https://gateway.pipeworx.io/south-africa-tenders/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-south-africa-tenders - Space Feeds (io.github.pipeworx-io/space-feeds@0.1.0) Space Feeds MCP. installs: remote:https://gateway.pipeworx.io/space-feeds/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-space-feeds - Spaceflight News (io.github.pipeworx-io/spaceflight-news@0.1.0) Spaceflight News MCP. installs: remote:https://gateway.pipeworx.io/spaceflight-news/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-spaceflight-news - spacenews (io.github.pipeworx-io/spacenews@0.1.0) Spacenews MCP — wraps the Spaceflight News API v4 (free, no auth) installs: remote:https://gateway.pipeworx.io/spacenews/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-spacenews - spacex (io.github.pipeworx-io/spacex@0.1.0) SpaceX MCP — wraps SpaceX API v4 (free, no auth) installs: remote:https://gateway.pipeworx.io/spacex/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-spacex - Spain Tenders (io.github.pipeworx-io/spain-tenders@0.1.0) Spain public procurement MCP — PLACSP tender notices (keyless). installs: remote:https://gateway.pipeworx.io/spain-tenders/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-spain-tenders - Spdx License (io.github.pipeworx-io/spdx-license@0.1.0) SPDX open-source license list with full text installs: remote:https://gateway.pipeworx.io/spdx-license/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-spdx-license - Speedrun (io.github.pipeworx-io/speedrun@0.1.0) Speedrun.com MCP — wraps the Speedrun.com API v1 (speedrun.com/api/v1) installs: remote:https://gateway.pipeworx.io/speedrun/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-speedrun - Spoonacular (io.github.pipeworx-io/spoonacular@0.1.0) Spoonacular food API: recipes, nutrition, ingredients, meal plans. Free 150/day. installs: remote:https://gateway.pipeworx.io/spoonacular/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-spoonacular - Sports (io.github.pipeworx-io/sports@0.1.1) Sports MCP — wraps TheSportsDB API (free tier, test key 3, no auth required) installs: remote:https://gateway.pipeworx.io/sports/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-sports - Sports Feeds (io.github.pipeworx-io/sports-feeds@0.1.0) Sports Feeds MCP. installs: remote:https://gateway.pipeworx.io/sports-feeds/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-sports-feeds - Sports Game Odds (io.github.pipeworx-io/sports-game-odds@0.1.0) Sports Game Odds MCP — wraps the Sports Game Odds API (sportsgameodds.com) installs: remote:https://gateway.pipeworx.io/sports-game-odds/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-sports-game-odds - Spotify (io.github.pipeworx-io/spotify@0.1.0) Spotify MCP — Web API via client_credentials OAuth installs: remote:https://gateway.pipeworx.io/spotify/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-spotify - Squiggle (io.github.pipeworx-io/squiggle@0.1.0) AFL (Australian Football League) fixture, ladder, and crowd-sourced tips installs: remote:https://gateway.pipeworx.io/squiggle/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-squiggle - Ssb No (io.github.pipeworx-io/ssb-no@0.1.0) Statistics Norway (SSB) PxWebApi MCP. installs: remote:https://gateway.pipeworx.io/ssb-no/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-ssb-no - stackexchange (io.github.pipeworx-io/stackexchange@0.1.0) StackExchange MCP — wraps the StackExchange API v2.3 (free, no auth required for read) installs: remote:https://gateway.pipeworx.io/stackexchange/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-stackexchange - Startup Oracle (io.github.pipeworx-io/startup-oracle@0.1.0) startup-oracle MCP — wraps StupidAPIs (requires X-API-Key) installs: remote:https://gateway.pipeworx.io/startup-oracle/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-startup-oracle - Stat Ee (io.github.pipeworx-io/stat-ee@0.1.0) Statistics Estonia (andmed.stat.ee) PxWeb MCP. Keyless. installs: remote:https://gateway.pipeworx.io/stat-ee/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-stat-ee - Stat Gl (io.github.pipeworx-io/stat-gl@0.1.0) Statistics Greenland (Grønlands Statistik) PxWeb MCP. installs: remote:https://gateway.pipeworx.io/stat-gl/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-stat-gl - Stat Lv (io.github.pipeworx-io/stat-lv@0.1.0) Statistics Latvia / Official Statistics Portal (data.stat.gov.lv) PxWeb MCP. installs: remote:https://gateway.pipeworx.io/stat-lv/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-stat-lv - Statbank Md (io.github.pipeworx-io/statbank-md@0.1.0) National Bureau of Statistics of Moldova (Statbank) PxWeb MCP. installs: remote:https://gateway.pipeworx.io/statbank-md/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-statbank-md - Statbel Be (io.github.pipeworx-io/statbel-be@0.1.0) Statbel — Statistics Belgium (be.STAT / bestat) open data MCP. installs: remote:https://gateway.pipeworx.io/statbel-be/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-statbel-be - Statec Lu (io.github.pipeworx-io/statec-lu@0.1.0) STATEC (Institut national de la statistique et des études économiques du installs: remote:https://gateway.pipeworx.io/statec-lu/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-statec-lu - Statfin Fi (io.github.pipeworx-io/statfin-fi@0.1.0) Statistics Finland (StatFin) PxWeb MCP. installs: remote:https://gateway.pipeworx.io/statfin-fi/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-statfin-fi - Statscan (io.github.pipeworx-io/statscan@0.1.0) Statistics Canada (StatCan) WDS MCP — Canadian official statistics (no auth) installs: remote:https://gateway.pipeworx.io/statscan/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-statscan - Statuspage (io.github.pipeworx-io/statuspage@0.1.0) Service status / uptime MCP — Atlassian Statuspage v2. installs: remote:https://gateway.pipeworx.io/statuspage/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-statuspage - Steam (io.github.pipeworx-io/steam@0.1.0) Steam Web API: profiles, owned games, achievements, app news, player counts. installs: remote:https://gateway.pipeworx.io/steam/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-steam - Stocktwits (io.github.pipeworx-io/stocktwits@0.1.0) StockTwits MCP (keyless public read). installs: remote:https://gateway.pipeworx.io/stocktwits/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-stocktwits - Stooq (io.github.pipeworx-io/stooq@0.1.0) Stooq market-quotes MCP. installs: remote:https://gateway.pipeworx.io/stooq/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-stooq - Storting No (io.github.pipeworx-io/storting-no@0.1.0) Stortinget (Norwegian Parliament) open data MCP — data.stortinget.no. installs: remote:https://gateway.pipeworx.io/storting-no/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-storting-no - Stratz (io.github.pipeworx-io/stratz@0.1.0) STRATZ Dota 2 MCP. installs: remote:https://gateway.pipeworx.io/stratz/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-stratz - String Db (io.github.pipeworx-io/string-db@0.1.0) STRING protein-protein interaction networks across ~12k organisms installs: remote:https://gateway.pipeworx.io/string-db/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-string-db - sunrisesunset (io.github.pipeworx-io/sunrisesunset@0.1.0) Sunrise-Sunset MCP — wraps the sunrisesunset.io API (free, no auth) installs: remote:https://gateway.pipeworx.io/sunrisesunset/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-sunrisesunset - swapi (io.github.pipeworx-io/swapi@0.1.0) SWAPI MCP — wraps the Star Wars API (swapi.dev, free, no auth) installs: remote:https://gateway.pipeworx.io/swapi/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-swapi - swisstransport (io.github.pipeworx-io/swisstransport@0.1.0) Swiss Transport MCP — wraps Transport Open Data API (free, no auth) installs: remote:https://gateway.pipeworx.io/swisstransport/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-swisstransport - Taiwan Procurement (io.github.pipeworx-io/taiwan-procurement@0.1.0) Taiwan Government Procurement MCP — 政府電子採購網 (PCC) tenders (keyless). installs: remote:https://gateway.pipeworx.io/taiwan-procurement/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-taiwan-procurement - Take The Meeting (io.github.pipeworx-io/take-the-meeting@0.1.0) take-the-meeting MCP — wraps StupidAPIs (requires X-API-Key) installs: remote:https://gateway.pipeworx.io/take-the-meeting/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-take-the-meeting - tarot (io.github.pipeworx-io/tarot@0.1.0) Tarot MCP — wraps tarotapi.dev (free, no auth) installs: remote:https://gateway.pipeworx.io/tarot/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-tarot - Tarot Draw (io.github.pipeworx-io/tarot-draw@0.1.0) tarot-draw MCP — wraps StupidAPIs (requires X-API-Key) installs: remote:https://gateway.pipeworx.io/tarot-draw/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-tarot-draw - Tastedive (io.github.pipeworx-io/tastedive@0.1.1) TasteDive MCP — cross-media recommendations (free with key) installs: remote:https://gateway.pipeworx.io/tastedive/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-tastedive - Tatoeba (io.github.pipeworx-io/tatoeba@0.1.0) Tatoeba multilingual sentence corpus (~13M sentences, 400+ languages) installs: remote:https://gateway.pipeworx.io/tatoeba/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-tatoeba - Tavily (io.github.pipeworx-io/tavily@0.1.0) Tavily MCP — wraps the Tavily API (tavily.com) installs: remote:https://gateway.pipeworx.io/tavily/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-tavily - Tax Regulations (io.github.pipeworx-io/tax-regulations@0.1.1) Tax Regulations MCP — US Treasury / IRS regulations (26 CFR, 'Treas. Reg.'). installs: remote:https://gateway.pipeworx.io/tax-regulations/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-tax-regulations - Tcgdex (io.github.pipeworx-io/tcgdex@0.1.0) TCGdex MCP — multi-language open trading card game database (Pokémon TCG and more). installs: remote:https://gateway.pipeworx.io/tcgdex/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-tcgdex - Tech Feeds (io.github.pipeworx-io/tech-feeds@0.1.0) Tech Feeds MCP. installs: remote:https://gateway.pipeworx.io/tech-feeds/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-tech-feeds - Ted Eu (io.github.pipeworx-io/ted-eu@0.1.1) TED MCP — Tenders Electronic Daily (EU public procurement) installs: remote:https://gateway.pipeworx.io/ted-eu/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-ted-eu - Temperature Random (io.github.pipeworx-io/temperature-random@0.1.0) temperature-random MCP — wraps StupidAPIs (requires X-API-Key) installs: remote:https://gateway.pipeworx.io/temperature-random/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-temperature-random - Textcase (io.github.pipeworx-io/textcase@0.1.0) Text case conversion MCP. installs: remote:https://gateway.pipeworx.io/textcase/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-textcase - Textstats (io.github.pipeworx-io/textstats@0.1.0) Text statistics & readability MCP. installs: remote:https://gateway.pipeworx.io/textstats/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-textstats - Tfl (io.github.pipeworx-io/tfl@0.1.0) Transport for London (TfL) Unified API MCP — keyless. installs: remote:https://gateway.pipeworx.io/tfl/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-tfl - The Committee (io.github.pipeworx-io/the-committee@0.1.0) the-committee MCP — wraps StupidAPIs (requires X-API-Key) installs: remote:https://gateway.pipeworx.io/the-committee/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-the-committee - The Graph (io.github.pipeworx-io/the-graph@0.1.0) The Graph MCP — indexed blockchain data via subgraph GraphQL queries installs: remote:https://gateway.pipeworx.io/the-graph/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-the-graph - Thegamesdb (io.github.pipeworx-io/thegamesdb@0.1.0) TheGamesDB MCP — wraps TheGamesDB API (thegamesdb.net), a community installs: remote:https://gateway.pipeworx.io/thegamesdb/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-thegamesdb - Thesportsdb (io.github.pipeworx-io/thesportsdb@0.1.0) TheSportsDB MCP — sports catalog (teams, players, events) installs: remote:https://gateway.pipeworx.io/thesportsdb/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-thesportsdb - Threatfox (io.github.pipeworx-io/threatfox@0.1.0) ThreatFox MCP — abuse.ch indicator-of-compromise feed (free, key required) installs: remote:https://gateway.pipeworx.io/threatfox/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-threatfox - Ticketmaster (io.github.pipeworx-io/ticketmaster@0.1.0) Ticketmaster Discovery v2 MCP. installs: remote:https://gateway.pipeworx.io/ticketmaster/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-ticketmaster - Tides (io.github.pipeworx-io/tides@0.1.0) Tides MCP — NOAA Tides and Currents data installs: remote:https://gateway.pipeworx.io/tides/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-tides - Tiingo (io.github.pipeworx-io/tiingo@0.1.0) Tiingo MCP — wraps the Tiingo financial API (tiingo.com) installs: remote:https://gateway.pipeworx.io/tiingo/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-tiingo - Timestamp (io.github.pipeworx-io/timestamp@0.1.0) Unix timestamp MCP. installs: remote:https://gateway.pipeworx.io/timestamp/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-timestamp - Tinder Bio (io.github.pipeworx-io/tinder-bio@0.1.0) tinder-bio MCP — wraps StupidAPIs (requires X-API-Key) installs: remote:https://gateway.pipeworx.io/tinder-bio/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-tinder-bio - Tldr Pages (io.github.pipeworx-io/tldr-pages@0.1.0) tldr-pages community simplified man pages (cached 24h) installs: remote:https://gateway.pipeworx.io/tldr-pages/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-tldr-pages - tle (io.github.pipeworx-io/tle@0.1.0) TLE MCP — satellite tracking via Two-Line Element sets (tle.ivanstanojevic.me, free, no auth) installs: remote:https://gateway.pipeworx.io/tle/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-tle - Tmdb (io.github.pipeworx-io/tmdb@0.1.0) TMDB v3: movies, TV, people, trending, discover, genres, credits. Free key. installs: remote:https://gateway.pipeworx.io/tmdb/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-tmdb - Tennessee Driver Services (io.github.pipeworx-io/tn-dmv@0.1.0) Tennessee driver service centers with REAL ID and CDL testing, plus crash statistics installs: remote:https://gateway.pipeworx.io/tn-dmv/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-tn-dmv - Trade Intel (io.github.pipeworx-io/trade-intel@0.1.0) Trade Intel MCP — Compound tools that chain Comtrade, Census, Treasury, installs: remote:https://gateway.pipeworx.io/trade-intel/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-trade-intel - Trademarks (io.github.pipeworx-io/trademarks@0.1.0) Trademarks MCP — USPTO TSDR trademark lookup installs: remote:https://gateway.pipeworx.io/trademarks/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-trademarks - Tradier (io.github.pipeworx-io/tradier@0.1.0) Tradier MCP — stock & options market data via the Tradier Brokerage API installs: remote:https://gateway.pipeworx.io/tradier/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-tradier - Traject Ecommerce (io.github.pipeworx-io/traject-ecommerce@0.1.0) Traject Data ecommerce MCP — Amazon (Rainforest API) + Walmart (BlueCart API) installs: remote:https://gateway.pipeworx.io/traject-ecommerce/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-traject-ecommerce - Trakt (io.github.pipeworx-io/trakt@0.1.1) Trakt MCP — TV/movie metadata + watch tracking signals installs: remote:https://gateway.pipeworx.io/trakt/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-trakt - Transit Land (io.github.pipeworx-io/transit-land@0.1.0) Transitland MCP — global GTFS aggregator installs: remote:https://gateway.pipeworx.io/transit-land/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-transit-land - translate (io.github.pipeworx-io/translate@0.1.0) Translate MCP — wraps LibreTranslate API (https://libretranslate.com/) installs: remote:https://gateway.pipeworx.io/translate/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-translate - Transport Feeds (io.github.pipeworx-io/transport-feeds@0.1.0) Transport Feeds MCP. installs: remote:https://gateway.pipeworx.io/transport-feeds/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-transport-feeds - Travel Advisories (io.github.pipeworx-io/travel-advisories@0.1.0) US Travel Advisories MCP. installs: remote:https://gateway.pipeworx.io/travel-advisories/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-travel-advisories - Travel Feeds (io.github.pipeworx-io/travel-feeds@0.1.0) Travel Feeds MCP. installs: remote:https://gateway.pipeworx.io/travel-feeds/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-travel-feeds - treasury (io.github.pipeworx-io/treasury@0.1.0) Treasury MCP — US Treasury Fiscal Data public API (free, no auth) installs: remote:https://gateway.pipeworx.io/treasury/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-treasury - Treasury Fiscal (io.github.pipeworx-io/treasury-fiscal@0.1.3) Treasury Fiscal MCP — US Treasury Fiscal Data API installs: remote:https://gateway.pipeworx.io/treasury-fiscal/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-treasury-fiscal - Trefle (io.github.pipeworx-io/trefle@0.1.0) Trefle MCP — global plant database (1M+ species) installs: remote:https://gateway.pipeworx.io/trefle/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-trefle - trivia (io.github.pipeworx-io/trivia@0.1.0) Trivia MCP — wraps Open Trivia Database (free, no auth) installs: remote:https://gateway.pipeworx.io/trivia/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-trivia - Trove (io.github.pipeworx-io/trove@0.1.0) Trove MCP. installs: remote:https://gateway.pipeworx.io/trove/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-trove - Tweedekamer Nl (io.github.pipeworx-io/tweedekamer-nl@0.1.0) Dutch Parliament (Tweede Kamer) open data MCP. installs: remote:https://gateway.pipeworx.io/tweedekamer-nl/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-tweedekamer-nl - Twitch (io.github.pipeworx-io/twitch@0.1.0) Twitch MCP — wraps the Twitch Helix API (read-only) installs: remote:https://gateway.pipeworx.io/twitch/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-twitch - Texas DMV (io.github.pipeworx-io/tx-dmv@0.1.0) Texas DMV: statewide registered vehicle totals by fiscal year installs: remote:https://gateway.pipeworx.io/tx-dmv/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-tx-dmv - Udbud Dk (io.github.pipeworx-io/udbud-dk@0.1.0) Udbud.dk MCP — Danish government public procurement notices (keyless). installs: remote:https://gateway.pipeworx.io/udbud-dk/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-udbud-dk - Uk Contracts (io.github.pipeworx-io/uk-contracts@0.1.1) UK Contracts Finder MCP. installs: remote:https://gateway.pipeworx.io/uk-contracts/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-uk-contracts - Uk Food Hygiene (io.github.pipeworx-io/uk-food-hygiene@0.1.0) UK Food Hygiene MCP — Food Standards Agency food hygiene ratings (FHRS) installs: remote:https://gateway.pipeworx.io/uk-food-hygiene/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-uk-food-hygiene - Uk Gazette (io.github.pipeworx-io/uk-gazette@0.1.0) The Gazette — official UK public record: insolvencies, winding-up petitions, deceased estates installs: remote:https://gateway.pipeworx.io/uk-gazette/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-uk-gazette - Uk Ons (io.github.pipeworx-io/uk-ons@0.1.0) UK ONS MCP — Office for National Statistics (no auth) installs: remote:https://gateway.pipeworx.io/uk-ons/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-uk-ons - Uk Parliament (io.github.pipeworx-io/uk-parliament@0.1.0) UK Parliament MCP — Members, Bills, Hansard APIs installs: remote:https://gateway.pipeworx.io/uk-parliament/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-uk-parliament - ukpolice (io.github.pipeworx-io/ukpolice@0.1.0) UK Police MCP — wraps the UK Police Data API (free, no auth) installs: remote:https://gateway.pipeworx.io/ukpolice/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-ukpolice - Ukri Gtr (io.github.pipeworx-io/ukri-gtr@0.1.0) UKRI Gateway to Research (GtR) MCP — every grant awarded by the UK's seven installs: remote:https://gateway.pipeworx.io/ukri-gtr/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-ukri-gtr - Ulid (io.github.pipeworx-io/ulid@0.1.0) ULID MCP. installs: remote:https://gateway.pipeworx.io/ulid/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-ulid - Un Sdg (io.github.pipeworx-io/un-sdg@0.1.0) UN Sustainable Development Goals (SDG) Indicators MCP — UN Statistics Division. installs: remote:https://gateway.pipeworx.io/un-sdg/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-un-sdg - Unesco Uis (io.github.pipeworx-io/unesco-uis@0.1.0) UNESCO Institute for Statistics (UIS) MCP — keyless. installs: remote:https://gateway.pipeworx.io/unesco-uis/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-unesco-uis - Unhcr (io.github.pipeworx-io/unhcr@0.1.0) UNHCR Refugee Data Finder MCP (keyless). installs: remote:https://gateway.pipeworx.io/unhcr/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-unhcr - Unicef (io.github.pipeworx-io/unicef@0.1.0) UNICEF Data (UN Children's Fund) MCP — global statistics on child health, installs: remote:https://gateway.pipeworx.io/unicef/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-unicef - Unicode (io.github.pipeworx-io/unicode@0.1.0) Unicode character MCP. installs: remote:https://gateway.pipeworx.io/unicode/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-unicode - Uniprot (io.github.pipeworx-io/uniprot@0.1.0) UniProt MCP — protein sequence + function database. installs: remote:https://gateway.pipeworx.io/uniprot/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-uniprot - universities (io.github.pipeworx-io/universities@0.1.0) Universities MCP — Hipolabs Universities API (free, no auth) installs: remote:https://gateway.pipeworx.io/universities/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-universities - Unpaywall (io.github.pipeworx-io/unpaywall@0.1.0) Unpaywall MCP — open-access lookup for scholarly papers (free, no key) installs: remote:https://gateway.pipeworx.io/unpaywall/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-unpaywall - Unsplash (io.github.pipeworx-io/unsplash@0.1.0) Unsplash MCP. installs: remote:https://gateway.pipeworx.io/unsplash/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-unsplash - Url (io.github.pipeworx-io/url@0.1.0) URL parsing & building MCP. installs: remote:https://gateway.pipeworx.io/url/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-url - Urlhaus (io.github.pipeworx-io/urlhaus@0.1.0) URLhaus MCP — wraps abuse.ch URLhaus malware URL database (free, no auth) installs: remote:https://gateway.pipeworx.io/urlhaus/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-urlhaus - Us Gov Contracts (io.github.pipeworx-io/us-gov-contracts@0.4.0) US state & local government contracts + spending, normalized across jurisdictions — keyless installs: remote:https://gateway.pipeworx.io/us-gov-contracts/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-us-gov-contracts - Us News Feeds (io.github.pipeworx-io/us-news-feeds@0.1.0) US News Feeds MCP. installs: remote:https://gateway.pipeworx.io/us-news-feeds/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-us-news-feeds - Usajobs (io.github.pipeworx-io/usajobs@0.1.0) USAJOBS.gov MCP — US federal job postings installs: remote:https://gateway.pipeworx.io/usajobs/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-usajobs - Usaspending (io.github.pipeworx-io/usaspending@0.1.0) USAspending MCP — Federal spending data from USAspending.gov API installs: remote:https://gateway.pipeworx.io/usaspending/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-usaspending - Usda Fdc (io.github.pipeworx-io/usda-fdc@0.1.0) USDA Food Data Central MCP installs: remote:https://gateway.pipeworx.io/usda-fdc/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-usda-fdc - uselessfacts (io.github.pipeworx-io/uselessfacts@0.1.0) Uselessfacts MCP — wraps uselessfacts.jsph.pl API (free, no auth) installs: remote:https://gateway.pipeworx.io/uselessfacts/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-uselessfacts - Useragent (io.github.pipeworx-io/useragent@0.1.0) User-Agent parser MCP. installs: remote:https://gateway.pipeworx.io/useragent/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-useragent - Usgs Earthquakes (io.github.pipeworx-io/usgs-earthquakes@0.1.0) USGS Earthquake Catalog MCP (FDSNWS event API). installs: remote:https://gateway.pipeworx.io/usgs-earthquakes/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-usgs-earthquakes - Usgs Volcano (io.github.pipeworx-io/usgs-volcano@0.1.1) USGS Volcano MCP — Volcano Hazards Program HANS-public feed (no auth) installs: remote:https://gateway.pipeworx.io/usgs-volcano/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-usgs-volcano - Usgs Water (io.github.pipeworx-io/usgs-water@0.1.0) USGS Water Services (NWIS) MCP. installs: remote:https://gateway.pipeworx.io/usgs-water/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-usgs-water - usgswater (io.github.pipeworx-io/usgswater@0.1.0) USGS Water MCP — wraps USGS National Water Information System (NWIS) REST services (free, no auth) installs: remote:https://gateway.pipeworx.io/usgswater/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-usgswater - Uuid (io.github.pipeworx-io/uuid@0.1.0) UUID validation & generation MCP. installs: remote:https://gateway.pipeworx.io/uuid/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-uuid - Va Museum (io.github.pipeworx-io/va-museum@0.1.0) Victoria and Albert Museum (V&A) Collections MCP. installs: remote:https://gateway.pipeworx.io/va-museum/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-va-museum - Valorant (io.github.pipeworx-io/valorant@0.1.0) VALORANT reference data MCP (valorant-api.com). installs: remote:https://gateway.pipeworx.io/valorant/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-valorant - Vat (io.github.pipeworx-io/vat@0.1.0) VAT-number format validation MCP (EU + UK/CH/NO). installs: remote:https://gateway.pipeworx.io/vat/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-vat - Vessel Tracking (io.github.pipeworx-io/vessel-tracking@0.1.0) Vessel Tracking — live worldwide ship positions from AIS. installs: remote:https://gateway.pipeworx.io/vessel-tracking/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-vessel-tracking - Victorian Complaint (io.github.pipeworx-io/victorian-complaint@0.1.0) victorian-complaint MCP — wraps StupidAPIs (requires X-API-Key) installs: remote:https://gateway.pipeworx.io/victorian-complaint/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-victorian-complaint - Vies Eu (io.github.pipeworx-io/vies-eu@0.1.0) EU VIES VAT-number validation MCP (European Commission). installs: remote:https://gateway.pipeworx.io/vies-eu/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-vies-eu - Visa Requirements (io.github.pipeworx-io/visa-requirements@0.1.0) Visa Requirements MCP — passport visa rules for any nationality → destination pair installs: remote:https://gateway.pipeworx.io/visa-requirements/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-visa-requirements - Vizier (io.github.pipeworx-io/vizier@0.1.0) CDS VizieR — astronomical catalogue server (tens of thousands of catalogues) installs: remote:https://gateway.pipeworx.io/vizier/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-vizier - Washington DMV (Dept of Licensing) (io.github.pipeworx-io/wa-dmv@0.1.0) Washington DMV/DOL: VIN-level EV population and monthly vehicle registration transactions installs: remote:https://gateway.pipeworx.io/wa-dmv/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-wa-dmv - Wakatime (io.github.pipeworx-io/wakatime@0.1.0) WakaTime MCP. installs: remote:https://gateway.pipeworx.io/wakatime/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-wakatime - Walkscore (io.github.pipeworx-io/walkscore@0.1.0) Walk Score MCP — wraps the Walk Score API (walkscore.com) installs: remote:https://gateway.pipeworx.io/walkscore/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-walkscore - Waqi (io.github.pipeworx-io/waqi@0.1.0) WAQI MCP — World Air Quality Index (free key) installs: remote:https://gateway.pipeworx.io/waqi/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-waqi - Warframe (io.github.pipeworx-io/warframe@0.1.0) Warframe MCP (WarframeStat API). installs: remote:https://gateway.pipeworx.io/warframe/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-warframe - Watchmode (io.github.pipeworx-io/watchmode@0.1.0) Streaming availability across 200+ services: titles, sources, releases. installs: remote:https://gateway.pipeworx.io/watchmode/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-watchmode - Wayback (io.github.pipeworx-io/wayback@0.1.0) Internet Archive Wayback Machine MCP. installs: remote:https://gateway.pipeworx.io/wayback/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-wayback - Webflow (io.github.pipeworx-io/webflow@0.1.0) Webflow MCP Pack installs: remote:https://gateway.pipeworx.io/webflow/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-webflow - wger (io.github.pipeworx-io/wger@0.1.0) Wger MCP — wraps wger Workout Manager REST API (free, no auth for read) installs: remote:https://gateway.pipeworx.io/wger/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-wger - Whiskyhunter (io.github.pipeworx-io/whiskyhunter@0.1.0) WhiskyHunter MCP. installs: remote:https://gateway.pipeworx.io/whiskyhunter/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-whiskyhunter - Who Gho (io.github.pipeworx-io/who-gho@0.1.0) WHO GHO MCP — World Health Organization Global Health Observatory (free, no auth) installs: remote:https://gateway.pipeworx.io/who-gho/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-who-gho - Wikidata (io.github.pipeworx-io/wikidata@0.1.0) Wikidata MCP — wraps Wikidata API (wikidata.org/w/api.php) installs: remote:https://gateway.pipeworx.io/wikidata/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-wikidata - Wikidata Sparql (io.github.pipeworx-io/wikidata-sparql@0.1.1) Wikidata SPARQL MCP — Wikidata Query Service installs: remote:https://gateway.pipeworx.io/wikidata-sparql/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-wikidata-sparql - wikifeed (io.github.pipeworx-io/wikifeed@0.1.0) Wikifeed MCP — wraps Wikimedia Feed API (free, no auth) installs: remote:https://gateway.pipeworx.io/wikifeed/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-wikifeed - Wikimedia Rest (io.github.pipeworx-io/wikimedia-rest@0.1.0) Wikimedia REST API v1 MCP. installs: remote:https://gateway.pipeworx.io/wikimedia-rest/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-wikimedia-rest - Wikipathways (io.github.pipeworx-io/wikipathways@0.1.0) WikiPathways MCP — open community pathway database. installs: remote:https://gateway.pipeworx.io/wikipathways/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-wikipathways - wikipedia (io.github.pipeworx-io/wikipedia@0.1.0) Wikipedia MCP — wraps Wikipedia REST API (free, no auth) installs: remote:https://gateway.pipeworx.io/wikipedia/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-wikipedia - Wikiquote (io.github.pipeworx-io/wikiquote@0.1.0) Wikiquote MCP — sourced quotations installs: remote:https://gateway.pipeworx.io/wikiquote/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-wikiquote - wikiviews (io.github.pipeworx-io/wikiviews@0.1.0) Wikiviews MCP — wraps the Wikimedia Pageviews API (free, no auth) installs: remote:https://gateway.pipeworx.io/wikiviews/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-wikiviews - Wiktionary (io.github.pipeworx-io/wiktionary@0.1.0) Wiktionary MCP — multilingual dictionary via Wikimedia REST + MediaWiki Action API installs: remote:https://gateway.pipeworx.io/wiktionary/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-wiktionary - Wolfram Alpha (io.github.pipeworx-io/wolfram-alpha@0.1.1) Wolfram Alpha MCP — computational, factual, and quantitative queries installs: remote:https://gateway.pipeworx.io/wolfram-alpha/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-wolfram-alpha - Wordnik (io.github.pipeworx-io/wordnik@0.1.0) Wordnik English dictionary: definitions, examples, related words, WotD. installs: remote:https://gateway.pipeworx.io/wordnik/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-wordnik - words (io.github.pipeworx-io/words@0.1.0) Words MCP — wraps Datamuse API (free, no auth required) installs: remote:https://gateway.pipeworx.io/words/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-words - World News Feeds (io.github.pipeworx-io/world-news-feeds@0.1.1) World News Feeds MCP. installs: remote:https://gateway.pipeworx.io/world-news-feeds/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-world-news-feeds - worlduank (io.github.pipeworx-io/worldbank@0.1.0) World Bank MCP — wraps the World Bank Data API v2 (free, no auth) installs: remote:https://gateway.pipeworx.io/worldbank/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-worldbank - Worldbank Poverty (io.github.pipeworx-io/worldbank-poverty@0.1.0) World Bank Poverty and Inequality Platform (PIP) MCP. installs: remote:https://gateway.pipeworx.io/worldbank-poverty/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-worldbank-poverty - Worldbank Procurement (io.github.pipeworx-io/worldbank-procurement@0.1.0) World Bank Procurement Notices MCP — global development tenders (keyless). installs: remote:https://gateway.pipeworx.io/worldbank-procurement/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-worldbank-procurement - Worldbank Projects (io.github.pipeworx-io/worldbank-projects@0.1.0) World Bank Projects & Operations MCP. installs: remote:https://gateway.pipeworx.io/worldbank-projects/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-worldbank-projects - Worms (io.github.pipeworx-io/worms@0.1.0) WoRMS (World Register of Marine Species) MCP — keyless. installs: remote:https://gateway.pipeworx.io/worms/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-worms - Wynncraft (io.github.pipeworx-io/wynncraft@0.1.0) Wynncraft MMO player + guild + leaderboard + item DB lookups. installs: remote:https://gateway.pipeworx.io/wynncraft/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-wynncraft - Xero (io.github.pipeworx-io/xero@0.1.0) Xero (Accounting) MCP Pack installs: remote:https://gateway.pipeworx.io/xero/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-xero - xkcd (io.github.pipeworx-io/xkcd@0.1.0) XKCD MCP — wraps xkcd.com JSON API (free, no auth) installs: remote:https://gateway.pipeworx.io/xkcd/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-xkcd - Yc Rejection (io.github.pipeworx-io/yc-rejection@0.1.0) yc-rejection MCP — wraps StupidAPIs (requires X-API-Key) installs: remote:https://gateway.pipeworx.io/yc-rejection/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-yc-rejection - Yelp (io.github.pipeworx-io/yelp@0.1.0) Yelp MCP — wraps the Yelp Fusion API (api.yelp.com/v3) installs: remote:https://gateway.pipeworx.io/yelp/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-yelp - Yesterdays Number (io.github.pipeworx-io/yesterdays-number@0.1.0) yesterdays-number MCP — wraps StupidAPIs (requires X-API-Key) installs: remote:https://gateway.pipeworx.io/yesterdays-number/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-yesterdays-number - Ygoprodeck (io.github.pipeworx-io/ygoprodeck@0.1.0) YGOPRODeck MCP — Yu-Gi-Oh! trading card game (TCG) database. installs: remote:https://gateway.pipeworx.io/ygoprodeck/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-ygoprodeck - Youtube (io.github.pipeworx-io/youtube@0.1.0) YouTube MCP — wraps the YouTube Data API v3 (BYO API key) installs: remote:https://gateway.pipeworx.io/youtube/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-youtube - Zendesk (io.github.pipeworx-io/zendesk@0.1.0) Zendesk MCP Pack — tickets, users, organizations via OAuth. installs: remote:https://gateway.pipeworx.io/zendesk/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-zendesk - Zenodo (io.github.pipeworx-io/zenodo@0.1.0) Zenodo (CERN) open research data repository installs: remote:https://gateway.pipeworx.io/zenodo/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-zenodo - zenquotes (io.github.pipeworx-io/zenquotes@0.1.0) ZenQuotes MCP — wraps ZenQuotes API (free, no auth) installs: remote:https://gateway.pipeworx.io/zenquotes/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-zenquotes - zippopotam (io.github.pipeworx-io/zippopotam@0.1.0) Zippopotam MCP — wraps Zippopotam.us ZIP/postal code API (free, no auth) installs: remote:https://gateway.pipeworx.io/zippopotam/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-zippopotam - Zoom (io.github.pipeworx-io/zoom@0.1.0) Zoom MCP Pack installs: remote:https://gateway.pipeworx.io/zoom/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-zoom - Kiosk Builder (io.github.pirumpi/kiosk-builder@1.0.0) Build and manage airline self-service kiosk apps — styling, pages, CMS, and CUSS2. installs: remote:https://ai-elevation.azurewebsites.net/mcp detail: https://mcpindex.ai/server/io-github-pirumpi-kiosk-builder - Vigilis (io.github.piyushpathakqa/vigilis-mcp@0.4.1) Gate AI-written tests: heal safe drift, refuse to hide real bugs, sign a verifiable receipt. installs: npm:vigilis-mcp detail: https://mcpindex.ai/server/io-github-piyushpathakqa-vigilis-mcp - Smart Match (io.github.pkhaninejad/smartmatch@1.0.0) Analyze job listings against your resume, track applications, and generate cover letters. installs: remote:https://smartmatch.wallstrdev.com/api/mcp detail: https://mcpindex.ai/server/io-github-pkhaninejad-smartmatch - io.github.pkolawa/krs-poland-mcp-server (io.github.pkolawa/krs-poland-mcp-server@1.0.17) Polish National registry of businesses and other legal entities installs: npm:krs-poland-mcp-server detail: https://mcpindex.ai/server/io-github-pkolawa-krs-poland-mcp-server - io.github.pkolawa/mcp-krs-poland (io.github.pkolawa/mcp-krs-poland@1.0.11) Polish National government's registry of all businesses, foundations, and other legal entities. installs: npm:krs-poland-mcp-server detail: https://mcpindex.ai/server/io-github-pkolawa-mcp-krs-poland - Figma MCP Server (io.github.planetabhi/figma-mcp-server@3.1.0) A local MCP server with full Figma REST API coverage. installs: npm:figma-mcp-server detail: https://mcpindex.ai/server/io-github-planetabhi-figma-mcp-server - PlanetScale (io.github.planetscale/mcp-server@1.0.0) Connect to PlanetScale databases, branches, schema, query insights, and execute SQL installs: remote:https://mcp.pscale.dev/mcp/planetscale detail: https://mcpindex.ai/server/io-github-planetscale-mcp-server - Ploi Cloud (io.github.ploicloud/ploi-cloud@1.0.0) European cloud hosting. Deploy and manage apps with your favorite AI coding assistant. installs: remote:https://ploi.cloud/mcp detail: https://mcpindex.ai/server/io-github-ploicloud-ploi-cloud - Forge — Agent Reputation Protocol (io.github.pm577/forge-mcp@0.1.0) Portable reputation for AI agents. MCP-native identity, vouching, trust scores. installs: manual detail: https://mcpindex.ai/server/io-github-pm577-forge-mcp - Vocametrix Voice Analysis (io.github.pmarmaroli/vocametrix-mcp@0.1.1) Clinical voice analysis MCP server — AVQI, DSI, jitter/shimmer, pronunciation assessment, and more. installs: npm:@vocametrix/mcp-server detail: https://mcpindex.ai/server/io-github-pmarmaroli-vocametrix-mcp - io.github.pnp/cli-microsoft365-mcp-server (io.github.pnp/cli-microsoft365-mcp-server@0.1.22) MCP server for CLI for Microsoft 365 to manage your tenant using natural language installs: npm:@pnp/cli-microsoft365-mcp-server detail: https://mcpindex.ai/server/io-github-pnp-cli-microsoft365-mcp-server - Shotpipe — Screenshots & OG Images (io.github.podop29/shotpipe-mcp@0.1.1) Screenshot any URL and see it, or mint a social card — hosted, SSRF-safe, cached. No Chrome to run. installs: npm:shotpipe-mcp detail: https://mcpindex.ai/server/io-github-podop29-shotpipe-mcp - io.github.pofky/asc-mcp (io.github.pofky/asc-mcp@1.9.5) 41 tools to ship an App Store release: metadata, screenshots, builds, TestFlight, IAP, submit. installs: npm:@pofky/asc-mcp detail: https://mcpindex.ai/server/io-github-pofky-asc-mcp - io.github.polygraphso/litmus (io.github.polygraphso/litmus@0.36.0) Grade MCP servers A to F with the open behavioral litmus. npm: full toolset; hosted: lookups only. installs: npm:@polygraphso/litmus | remote:https://polygraph.so/api/mcp detail: https://mcpindex.ai/server/io-github-polygraphso-litmus - io.github.pooriaarab/vibedate (io.github.pooriaarab/vibedate@0.8.8) Dating by tokens, matched by usage league across agentic CLIs. Local-first. installs: npm:vibedate detail: https://mcpindex.ai/server/io-github-pooriaarab-vibedate - io.github.pooriaarab/vibedonate (io.github.pooriaarab/vibedonate@0.4.2) BitTorrent-style mesh for AI inference across agentic CLIs. Local-first. installs: npm:vibedonate detail: https://mcpindex.ai/server/io-github-pooriaarab-vibedonate - io.github.pooriaarab/vibenetwork (io.github.pooriaarab/vibenetwork@0.1.2) Decentralized social network for AI coders. P2P, ed25519 identity. installs: npm:vibenetwork detail: https://mcpindex.ai/server/io-github-pooriaarab-vibenetwork - io.github.pooriaarab/vibeshare-live (io.github.pooriaarab/vibeshare-live@0.2.5) Share a live agent coding session by URL. Spectate or invite in. installs: npm:vibeshare-live detail: https://mcpindex.ai/server/io-github-pooriaarab-vibeshare-live - 🐴 Gulltoppr (io.github.portdeveloper/gulltoppr@0.1.2) Resolve any EVM contract ABI (even unverified, via decompilation), read, simulate, prepare txs. installs: remote:https://mcp.gulltoppr.dev/mcp detail: https://mcpindex.ai/server/io-github-portdeveloper-gulltoppr - io.github.portel-dev/ncp (io.github.portel-dev/ncp@1.5.3) N-to-1 MCP Orchestration. Unified gateway for multiple MCP servers with intelligent tool discovery. installs: npm:@portel/ncp detail: https://mcpindex.ai/server/io-github-portel-dev-ncp - bstorms.ai — Free Execution Playbooks + Agent Brainstorming (io.github.pouria3/bstorms@5.0.0) Free execution-focused playbooks. Brainstorm with other agents. Tip if helpful. installs: remote:https://bstorms.ai/mcp detail: https://mcpindex.ai/server/io-github-pouria3-bstorms - io.github.powergridiq/pgiq-mcp (io.github.powergridiq/pgiq-mcp@1.1.0) PGIQ Rating as agent tools for siting large electricity loads across 67 power markets. installs: npm:pgiq-mcp detail: https://mcpindex.ai/server/io-github-powergridiq-pgiq-mcp - Autonoma Agent Services (io.github.powerliftingdeveloper/autonoma@1.0.0) Paid agent trust checks, receipt verification, research, data work, and monitoring. installs: remote:https://avalix.ai/autonoma/mcp detail: https://mcpindex.ai/server/io-github-powerliftingdeveloper-autonoma - io.github.ppop123/knowuswell-mcp (io.github.ppop123/knowuswell-mcp@1.0.0) Host the KnowUsWell friendship quiz: 16 behaviour questions, four-letter roles, 16 pair types. installs: npm:knowuswell-mcp detail: https://mcpindex.ai/server/io-github-ppop123-knowuswell-mcp - io.github.prPMDev/jd-intel-mcp (io.github.prPMDev/jd-intel-mcp@0.8.1) Your AI fetches and reads full job descriptions across seven ATS platforms, no copy-paste. installs: npm:jd-intel-mcp detail: https://mcpindex.ai/server/io-github-prpmdev-jd-intel-mcp - LinkedIn MCP Server (io.github.prakharagarwal-dev/linkedin-mcp-server@0.16.0) Find LinkedIn jobs and people, research companies, manage network, posts, and messages with MCP. installs: docker:ghcr.io/prakharagarwal-dev/linkedin-mcp-server:0.16.0 detail: https://mcpindex.ai/server/io-github-prakharagarwal-dev-linkedin-mcp-server - Pine Labs SDK API Documentation MCP Server (io.github.prakhargour10/utility-mcp-server@1.2.0) List and fetch official Pine Labs SDK API documentation via MCP tools. installs: docker:docker.io/prakhargour/utility-mcp-server:1.0.3 detail: https://mcpindex.ai/server/io-github-prakhargour10-utility-mcp-server - Databricks MCP Server (io.github.pramodbhatofficial/databricks-sdk-mcp@0.1.0) 263 tools for Databricks: Unity Catalog, SQL, Compute, Jobs, Serving, and more. installs: pypi:databricks-sdk-mcp detail: https://mcpindex.ai/server/io-github-pramodbhatofficial-databricks-sdk-mcp - io.github.pranavbhosale25/eia-mcp-gridsense (io.github.pranavbhosale25/eia-mcp-gridsense@0.1.0) MCP server for US electricity grid data: fuel mix, demand, retail prices, CO2 emissions installs: pypi:eia-mcp-gridsense detail: https://mcpindex.ai/server/io-github-pranavbhosale25-eia-mcp-gridsense - Garmin Workouts MCP (io.github.pranciskus/garmin-workouts-mcp@0.1.2) Manage Garmin Connect workouts, including strength workouts with mapped exercises. installs: docker:ghcr.io/pranciskus/garmin-workouts-mcp:0.1.2 detail: https://mcpindex.ai/server/io-github-pranciskus-garmin-workouts-mcp - io.github.praneethravuri/pitstop (io.github.praneethravuri/pitstop@0.5.0) F1 MCP server: live timing, telemetry, standings, news, and a queryable 1950-present database. installs: pypi:pitstop-f1 detail: https://mcpindex.ai/server/io-github-praneethravuri-pitstop - io.github.prashantsinghmangat/tracebug (io.github.prashantsinghmangat/tracebug@1.9.0) AI agents read TraceBug bug reports (console, network, replay, repro timeline) from local disk. installs: npm:tracebug detail: https://mcpindex.ai/server/io-github-prashantsinghmangat-tracebug - io.github.prateekg7/context-bridge (io.github.prateekg7/context-bridge@0.1.3) Context portability MCP server for compressing, formatting, and resuming AI conversation handoffs. installs: npm:@contextbridge_ai/mcp detail: https://mcpindex.ai/server/io-github-prateekg7-context-bridge - io.github.pratikmehkarkar/vin-recall-mcp (io.github.pratikmehkarkar/vin-recall-mcp@1.0.0) Decodes US VINs and looks up open NHTSA safety recall campaigns for a vehicle. installs: remote:https://vin-recall-mcp.zenithserver.duckdns.org/mcp detail: https://mcpindex.ai/server/io-github-pratikmehkarkar-vin-recall-mcp - io.github.predgeAI/whale-data-mcp (io.github.predgeAI/whale-data-mcp@0.1.9) Signed settled outcomes (Polymarket, sports, Kalshi) + whale signals as agent tools, paid via x402. installs: npm:@predge/whale-data-mcp detail: https://mcpindex.ai/server/io-github-predgeai-whale-data-mcp - io.github.prembobby39-gif/uimax-mcp (io.github.prembobby39-gif/uimax-mcp@0.7.0) Frontend expert for Claude Code. Screenshots, Lighthouse, axe-core, code analysis, auto-fix. installs: npm:uimax-mcp detail: https://mcpindex.ai/server/io-github-prembobby39-gif-uimax-mcp - Pretorin Compliance (io.github.pretorin-ai/pretorin@0.28.2) Access Pretorin compliance systems, controls, evidence, and narratives from your AI tools. installs: pypi:pretorin detail: https://mcpindex.ai/server/io-github-pretorin-ai-pretorin - io.github.pricewatcha/pricewatcha (io.github.pricewatcha/pricewatcha@0.1.1) Track prices & price history on any online shop, with alerts and an API installs: remote:https://mcp.pricewatcha.com detail: https://mcpindex.ai/server/io-github-pricewatcha-pricewatcha - Beacon - verified-merchant index for AI shopping agents (io.github.primoliquors/beacon@0.1.0) Neutral verified-merchant index for AI shopping agents; regulated/alcohol-first; earned-trust only. installs: remote:https://beacon-index.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-primoliquors-beacon - io.github.printmoneylab/x402watch (io.github.printmoneylab/x402watch@1.0.0) Wash-filtered intelligence for x402: categories, services, wash analysis, trends. installs: remote:https://api.x402.printmoneylab.com/mcp detail: https://mcpindex.ai/server/io-github-printmoneylab-x402watch - io.github.prismatic-io/prism-mcp (io.github.prismatic-io/prism-mcp@1.5.0) MCP server that wraps Prismatic's Prism CLI tool installs: npm:@prismatic-io/prism-mcp detail: https://mcpindex.ai/server/io-github-prismatic-io-prism-mcp - io.github.priteshmann/easeclaw (io.github.priteshmann/easeclaw@1.0.0) AI lead-finder for agents: pull scored leads, draft replies in your voice, work the pipeline. installs: remote:https://www.easeclaw.com/api/mcp detail: https://mcpindex.ai/server/io-github-priteshmann-easeclaw - io.github.privacyplaybook/sops-mcp (io.github.privacyplaybook/sops-mcp@0.10.1) MCP server for creating and managing SOPS-encrypted secrets installs: pypi:sops-mcp detail: https://mcpindex.ai/server/io-github-privacyplaybook-sops-mcp - io.github.priyankark/lighthouse-mcp (io.github.priyankark/lighthouse-mcp@0.1.9) MCP server for Google Lighthouse performance metrics installs: npm:lighthouse-mcp detail: https://mcpindex.ai/server/io-github-priyankark-lighthouse-mcp - io.github.pro-target/ai-r (io.github.pro-target/ai-r@0.4.2) Read local AI agent sessions (Claude Code, Codex, OpenCode, Antigravity, Pi): intents, plans, tools installs: pypi:agent-session-reader detail: https://mcpindex.ai/server/io-github-pro-target-ai-r - io.github.productstein/holomime (io.github.productstein/holomime@1.9.2) Behavioral therapy for AI agents — self-diagnosis, alignment, and training via MCP installs: npm:holomime detail: https://mcpindex.ai/server/io-github-productstein-holomime - io.github.profitelligence/mcp-server (io.github.profitelligence/mcp-server@1.0.2) Financial intelligence: insider trades, SEC filings, 13F holdings, and market signals. installs: remote:https://mcp.profitelligence.com/mcp detail: https://mcpindex.ai/server/io-github-profitelligence-mcp-server - Dev Workflow MCP Server (io.github.programinglive/dev-workflow-mcp-server@1.4.6) MCP server to enforce development workflow discipline installs: npm:@programinglive/dev-workflow-mcp-server detail: https://mcpindex.ai/server/io-github-programinglive-dev-workflow-mcp-server - io.github.prompeteer/prompeteer-mcp (io.github.prompeteer/prompeteer-mcp@2.0.2) Generate A+ prompts for ChatGPT, Claude, Midjourney — built for agents & workflows. installs: npm:@prompeteer.ai/mcp-server detail: https://mcpindex.ai/server/io-github-prompeteer-prompeteer-mcp - io.github.promplate/hmr (io.github.promplate/hmr@1.0.0) Hot Module Reload (HMR) for Python with reactive programming and MCP tools installs: remote:https://promplate.github.io/pyth-on-line/hmr/mcp detail: https://mcpindex.ai/server/io-github-promplate-hmr - Promptster (io.github.promptster-dev/promptster@1.0.0) Test and compare prompts across any AI provider. Bring your own keys. installs: remote:https://www.promptster.dev/mcp detail: https://mcpindex.ai/server/io-github-promptster-dev-promptster - Bilig WorkPaper (io.github.proompteng/bilig-workpaper@0.164.11) Formula-backed WorkPaper tools for workbook readback, input edits, and JSON persistence. installs: npm:@bilig/workpaper | remote:https://bilig.proompteng.ai/mcp detail: https://mcpindex.ai/server/io-github-proompteng-bilig-workpaper - PropLine — Sports Betting Odds & Prop Resolution (io.github.proplineapi/propline-mcp@0.20.0) Live sports betting odds, cross-book +EV, and graded player-prop resolution across 16 books. installs: npm:propline-mcp detail: https://mcpindex.ai/server/io-github-proplineapi-propline-mcp - io.github.proscar87/oura-mcp (io.github.proscar87/oura-mcp@0.3.1) The Oura v2 API as an MCP server. Paginates, fixes the date range, warns when data is missing. installs: pypi:mcp-oura detail: https://mcpindex.ai/server/io-github-proscar87-oura-mcp - MythxEngine (io.github.protoLabsAI/mythxengine@0.3.0) Tabletop RPG engine over MCP: dice, combat, stress, clocks, world generation, four bundled worlds installs: npm:@mythxengine/mcp-server detail: https://mcpindex.ai/server/io-github-protolabsai-mythxengine - ProvenTools (io.github.proventools/proventools@0.1.0-beta.3) Read-only ProvenTools business ideas, evidence, build prompts, and validation reports. installs: npm:@proventools/mcp detail: https://mcpindex.ai/server/io-github-proventools-proventools - DBMigratePro Continuous Migration (io.github.provydon/dbmigratepro-continuous-migration@1.0.0) Keep a target database continuously in sync with a source on another provider, then promote it. installs: remote:https://dbmigratepro.com/mcp-replicas detail: https://mcpindex.ai/server/io-github-provydon-dbmigratepro-continuous-migration - io.github.prufa-dev/prufa-mcp (io.github.prufa-dev/prufa-mcp@0.2.3) The full Prufa QA agent over MCP: audits, flows, monitors, gremlin chaos, discovery. installs: pypi:prufa-mcp detail: https://mcpindex.ai/server/io-github-prufa-dev-prufa-mcp - Real Fake Data (io.github.przeslijmi/real-fake-data-mcp@1.0.0) Realistic synthetic test data — valid PESELs, NIPs, IBANs, addresses, people across 27 EU countries. installs: npm:@przeslijmi/real-fake-data-mcp detail: https://mcpindex.ai/server/io-github-przeslijmi-real-fake-data-mcp - io.github.pscale-commons/pscale-biome (io.github.pscale-commons/pscale-biome@0.5.0) A place, not an API: public 0-9 block commons — spark(), agent-to-agent meet, model-free text RPG. installs: remote:https://biome-commons-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-pscale-commons-pscale-biome - Claudebox (io.github.psyb0t/claudebox@2.3.8) Self-hosted MCP server exposing Claude Code as an agentic AI tool over streamable HTTP. installs: docker:docker.io/psyb0t/claudebox:v2.3.8 detail: https://mcpindex.ai/server/io-github-psyb0t-claudebox - Wickworks (io.github.psyb0t/wickworks@0.6.8) Self-hosted MCP server: technical indicators + smart-money-concepts from OHLC bars. installs: docker:docker.io/psyb0t/wickworks:v0.6.8 detail: https://mcpindex.ai/server/io-github-psyb0t-wickworks - io.github.ptriato/vallt (io.github.ptriato/vallt@0.0.33) API credential manager for Claude Code. Connect services, store keys in keychain, monitor health. installs: npm:@vallt/mcp-server detail: https://mcpindex.ai/server/io-github-ptriato-vallt - io.github.pubspro/pharma-mcp (io.github.pubspro/pharma-mcp@1.0.0) MCP server for ClinicalTrials.gov, PubMed, FDA drug labels, FAERS, and ICH guidelines. installs: npm:@pubspro/pharma-mcp detail: https://mcpindex.ai/server/io-github-pubspro-pharma-mcp - io.github.pudge-studio/pudge-ui (io.github.pudge-studio/pudge-ui@0.2.0) Query pudge-ui — 93 skeuomorphic 2000s-era UI component specs — for coding-agent context. installs: npm:@pudge-ui/mcp-server detail: https://mcpindex.ai/server/io-github-pudge-studio-pudge-ui - io.github.punchfan01/utility-converter (io.github.punchfan01/utility-converter@1.0.1) 7 utility tools in here: exchange rate, UUID, hash, Base64, timestamp, calculator, unit conversion. installs: remote:https://utility-converter.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-punchfan01-utility-converter - FL Studio MCP Mac (io.github.purahmanian/flstudio-mcp-mac@0.1.2) macOS-first MCP bridge for FL Studio using CoreMIDI and FL Studio Python MIDI scripts. installs: pypi:flstudio-mcp-mac detail: https://mcpindex.ai/server/io-github-purahmanian-flstudio-mcp-mac - io.github.purahmanian/junglescout-mcp (io.github.purahmanian/junglescout-mcp@0.1.1) Jungle Scout MCP server: keyword volumes, product database, sales estimates, share of voice installs: npm:junglescout-mcp detail: https://mcpindex.ai/server/io-github-purahmanian-junglescout-mcp - io.github.purahmanian/keepa-mcp (io.github.purahmanian/keepa-mcp@0.1.2) MCP server for Keepa Amazon price and sales rank history API installs: npm:keepa-mcp detail: https://mcpindex.ai/server/io-github-purahmanian-keepa-mcp - Logo.dev MCP (io.github.pvliesdonk/logodev-mcp@1.1.0) Look up company logos and brand data via the logo.dev API. installs: pypi:logodev-mcp | docker:ghcr.io/pvliesdonk/logodev-mcp:v1.1.0 detail: https://mcpindex.ai/server/io-github-pvliesdonk-logodev-mcp - io.github.pythia-the-oracle/pythia-oracle-mcp (io.github.pythia-the-oracle/pythia-oracle-mcp@0.10.0) Every smart contract deserves intelligence, not just data. On-chain indicators via Chainlink. installs: pypi:pythia-oracle-mcp detail: https://mcpindex.ai/server/io-github-pythia-the-oracle-pythia-oracle-mcp - GodotLens (io.github.pzalutski-pixel/godotlens@1.1.1) Godot's own view of your GDScript project: navigation, diagnostics, engine API, scene checks installs: npm:godotlens-mcp | pypi:godotlens-mcp detail: https://mcpindex.ai/server/io-github-pzalutski-pixel-godotlens - JavaLens (io.github.pzalutski-pixel/javalens@1.5.1) 63 semantic Java analysis tools via Eclipse JDT: navigation, refactoring, code intelligence. installs: npm:javalens-mcp detail: https://mcpindex.ai/server/io-github-pzalutski-pixel-javalens - SharpLens (io.github.pzalutski-pixel/sharplens@1.5.3) 67 semantic C#/.NET analysis tools via Roslyn: navigation, refactoring, codegen, audit. installs: npm:sharplens-mcp detail: https://mcpindex.ai/server/io-github-pzalutski-pixel-sharplens - Serial MCP (io.github.qarnet/serial-mcp@0.9.2) MCP server for serial port communication. 25 tools, resources, prompts, and stdio/HTTP transports. installs: manual detail: https://mcpindex.ai/server/io-github-qarnet-serial-mcp - io.github.qatouch/qatouch (io.github.qatouch/qatouch@1.1.6) MCP Server for software testing, test case management, test execution, and defect tracking. installs: npm:qatouch-mcp-server detail: https://mcpindex.ai/server/io-github-qatouch-qatouch - io.github.qg-aramai/coremodels (io.github.qg-aramai/coremodels@1.0.2) Schema modeling in JSON, JSON-LD, and other formats with CoreModels platform. installs: remote:https://go.coremodels.io/mcp detail: https://mcpindex.ai/server/io-github-qg-aramai-coremodels - TAR Engine (io.github.qingxuantang/tar-engine@0.3.3) Audit AI skill safety before you ship. Static, semantic, adversarial, supply chain scans. installs: pypi:tar-engine detail: https://mcpindex.ai/server/io-github-qingxuantang-tar-engine - io.github.qinisolabs/bizdays (io.github.qinisolabs/bizdays@0.2.0) Verified business-day math for AI agents: holidays + per-country weekends, not guesses. installs: npm:@qinisolabs/bizdays detail: https://mcpindex.ai/server/io-github-qinisolabs-bizdays - io.github.qinisolabs/companieswise (io.github.qinisolabs/companieswise@0.2.1) Verified UK company lookup & validation for AI agents — Companies House data, snapshot or live. installs: npm:companieswise detail: https://mcpindex.ai/server/io-github-qinisolabs-companieswise - io.github.qinisolabs/floodwise (io.github.qinisolabs/floodwise@0.1.0) England flood-risk by postcode for AI agents — verified Environment Agency data, not guesses. installs: npm:floodwise detail: https://mcpindex.ai/server/io-github-qinisolabs-floodwise - io.github.qinisolabs/icdwise (io.github.qinisolabs/icdwise@0.1.1) Verified ICD-10-CM code lookup & validation for AI agents — official descriptions, not guesses. installs: npm:icdwise detail: https://mcpindex.ai/server/io-github-qinisolabs-icdwise - io.github.qinisolabs/localecheck (io.github.qinisolabs/localecheck@0.1.1) Verified locale data for AI agents: dates, phone, currency, tax, holidays, addresses (UK/US) installs: npm:localecheck detail: https://mcpindex.ai/server/io-github-qinisolabs-localecheck - Qiniso (io.github.qinisolabs/qiniso@0.5.1) Deterministic fact verification for AI agents — checksums & curated data, not guesses. installs: npm:@qinisolabs/qiniso | remote:https://qiniso.qinisolabs.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-qinisolabs-qiniso - io.github.qinisolabs/sanctionwise (io.github.qinisolabs/sanctionwise@0.1.1) Verified UK sanctions screening for AI agents — official FCDO UK Sanctions List, not guesses. installs: npm:sanctionwise detail: https://mcpindex.ai/server/io-github-qinisolabs-sanctionwise - io.github.qinisolabs/veridigit (io.github.qinisolabs/veridigit@0.1.0) Verified IBAN, card, ISBN-13 & VIN validation for AI agents — checksums, not guesses. installs: npm:veridigit detail: https://mcpindex.ai/server/io-github-qinisolabs-veridigit - io.github.qkrehgk1-wq/mcp-korea-worklife (io.github.qkrehgk1-wq/mcp-korea-worklife@0.1.1) Korean calculators: salary take-home, severance, jeonse-rent, annual leave, VAT, pyeong. installs: pypi:mcp-korea-worklife detail: https://mcpindex.ai/server/io-github-qkrehgk1-wq-mcp-korea-worklife - io.github.qmmughal/mcp-server-template (io.github.qmmughal/mcp-server-template@1.0.0) Production-grade MCP Server Template for TypeScript and Node.js. installs: npm:@qmmughal/mcp-server-template detail: https://mcpindex.ai/server/io-github-qmmughal-mcp-server-template - Qoory Crypto Intelligence (io.github.qoory-ai/qoory@1.0.1) One Data Plane for crypto research, with 42 live tools for markets, entities, news, and signals. installs: remote:https://api.qoory.ai/mcp detail: https://mcpindex.ai/server/io-github-qoory-ai-qoory - QRStuff MCP Server (io.github.qrstuff/qrstuff-mcp@1.0.0) Generate, update, manage, and track QR codes using the QRStuff platform. installs: remote:https://mcp.qrstuff.ai/mcp detail: https://mcpindex.ai/server/io-github-qrstuff-qrstuff-mcp - io.github.qrussell/wemo (io.github.qrussell/wemo@1.0.1) Control WeMo smart home devices - discover, toggle, adjust brightness, and manage HomeKit codes installs: pypi:wemo-mcp-server detail: https://mcpindex.ai/server/io-github-qrussell-wemo - io.github.qso-graph/eqsl-mcp (io.github.qso-graph/eqsl-mcp@0.2.0) eQSL.cc MCP server. Inbox download, QSO verification, Authenticity Guaranteed status. installs: pypi:eqsl-mcp detail: https://mcpindex.ai/server/io-github-qso-graph-eqsl-mcp - io.github.qso-graph/hamqth-mcp (io.github.qso-graph/hamqth-mcp@0.2.0) HamQTH.com MCP server. Free callsign lookup, DX spots, RBN data, SAVP verification. installs: pypi:hamqth-mcp detail: https://mcpindex.ai/server/io-github-qso-graph-hamqth-mcp - io.github.qso-graph/lotw-mcp (io.github.qso-graph/lotw-mcp@0.2.0) ARRL Logbook of The World MCP server. QSO query, QSL status, DXCC credit tracking. installs: pypi:lotw-mcp detail: https://mcpindex.ai/server/io-github-qso-graph-lotw-mcp - io.github.qso-graph/pota-mcp (io.github.qso-graph/pota-mcp@0.1.1) Parks on the Air MCP server. Park lookup, activator and hunter stats, live spots. installs: pypi:pota-mcp detail: https://mcpindex.ai/server/io-github-qso-graph-pota-mcp - io.github.qso-graph/qrz-mcp (io.github.qso-graph/qrz-mcp@0.2.0) QRZ.com MCP server. Callsign lookup, DXCC resolution, logbook queries via QRZ XML API. installs: pypi:qrz-mcp detail: https://mcpindex.ai/server/io-github-qso-graph-qrz-mcp - io.github.qso-graph/sota-mcp (io.github.qso-graph/sota-mcp@0.1.1) Summits on the Air MCP server. Summit lookup, activator stats, chaser records, spots. installs: pypi:sota-mcp detail: https://mcpindex.ai/server/io-github-qso-graph-sota-mcp - Quality Screener (io.github.quality-screener/qscreener@0.1.0) Screen and score stocks with the Quality Screener engine: filters, custom scores, and history. installs: remote:https://mcp.qualityscreener.io/mcp detail: https://mcpindex.ai/server/io-github-quality-screener-qscreener - Graqle (io.github.quantamixsol/graqle@0.83.0) Graph-powered codebase reasoning, impact analysis, and governance tools over MCP. installs: pypi:graqle detail: https://mcpindex.ai/server/io-github-quantamixsol-graqle - io.github.quantumskils-arch/african-fintech-mcp (io.github.quantumskils-arch/african-fintech-mcp@1.0.0) Mobile money fees, African tax rates, currency conversion and Uganda PAYE for AI agents. installs: remote:https://fintech.opportunityradar.africa/mcp detail: https://mcpindex.ai/server/io-github-quantumskils-arch-african-fintech-mcp - io.github.quantumskils-arch/eligibility-mcp (io.github.quantumskils-arch/eligibility-mcp@1.0.0) Deterministic eligibility checker for grants, jobs and scholarships in Africa. installs: remote:https://eligibility.opportunityradar.africa/mcp detail: https://mcpindex.ai/server/io-github-quantumskils-arch-eligibility-mcp - io.github.quantustik/mcp (io.github.quantustik/mcp@2.0.4) Live S&P 500 quantum-model signals, forecasts and trade plans. Educational, not financial advice. installs: npm:@quantustik/mcp-server | remote:https://quantustik.com/mcp detail: https://mcpindex.ai/server/io-github-quantustik-mcp - QuestDB Web Console MCP Server (io.github.questdb/mcp-server-questdb@0.3.0) Connects coding agents to a running QuestDB Web Console: notebook cells, SQL queries, and charts. installs: npm:@questdb/mcp-server-questdb detail: https://mcpindex.ai/server/io-github-questdb-mcp-server-questdb - io.github.quicknode/mcp (io.github.quicknode/mcp@1.0.1) Manage your blockchain infrastructure across 80+ chains with your agents. installs: remote:https://mcp.quicknode.com/mcp detail: https://mcpindex.ai/server/io-github-quicknode-mcp - Quotor — Home & Auto Insurance Quotes (io.github.quotor/home-auto-insurance-quotes@0.3.0) Real, bindable home & auto insurance quotes via MCP (Texas, expanding); human-completed bind. installs: remote:https://mcp.quotor.ai detail: https://mcpindex.ai/server/io-github-quotor-home-auto-insurance-quotes - io.github.qwe4559999/scopus-mcp (io.github.qwe4559999/scopus-mcp@0.1.8) A Model Context Protocol server for the Elsevier Scopus API installs: pypi:scopus-mcp detail: https://mcpindex.ai/server/io-github-qwe4559999-scopus-mcp - io.github.qwertymuzaffar/software-design (io.github.qwertymuzaffar/software-design@0.1.3) SOLID/OOP/DRY, the 23 GoF patterns, pattern scaffolding, and heuristic code-smell detection. installs: npm:mcp-software-design detail: https://mcpindex.ai/server/io-github-qwertymuzaffar-software-design - Phonon (io.github.qxie3/phonon@0.0.1) Monitoring + status pages set up by talking to Claude. Auto-detects 30+ SDKs and your URLs. installs: remote:https://phonon-mcp.qxie13.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-qxie3-phonon - io.github.r-huijts/strava-mcp (io.github.r-huijts/strava-mcp@1.0.1) MCP server for accessing Strava API installs: npm:strava-mcp-server detail: https://mcpindex.ai/server/io-github-r-huijts-strava-mcp - io.github.r00tify/crashdx (io.github.r00tify/crashdx@0.1.0) Diagnoses Apple .ips crash reports: ranks likely causes with cited evidence, not just a stack trace. installs: manual detail: https://mcpindex.ai/server/io-github-r00tify-crashdx - PropScorer (io.github.r2hb-assistant/propscorer@0.1.0) Read-only futures prop firm scores, comparisons, payout intel, deals, and rules. installs: remote:https://www.propscorer.com/api/mcp detail: https://mcpindex.ai/server/io-github-r2hb-assistant-propscorer - DataPulse MY (io.github.r3dz4r/datapulse-my@1.0.0) Read-only discovery for 122 Malaysian public datasets with freshness, licence, and provenance. installs: remote:https://mcp.data-pulse.my/mcp detail: https://mcpindex.ai/server/io-github-r3dz4r-datapulse-my - io.github.rabdulsal/appstore-release-mcp (io.github.rabdulsal/appstore-release-mcp@0.1.1) App Store release pilot — version bump, TestFlight upload, metadata, review submission installs: npm:appstore-release-mcp detail: https://mcpindex.ai/server/io-github-rabdulsal-appstore-release-mcp - ACLM Lab Interpreter (io.github.rabyavalla/aclm-lab-interpreter@5.0.0) Interpret lab values against ACLM-optimized ranges. Returns deprescription signals. installs: remote:https://web-production-ae61.up.railway.app/mcp/aclm-lab-interpreter detail: https://mcpindex.ai/server/io-github-rabyavalla-aclm-lab-interpreter - Drug-Food Interactions (io.github.rabyavalla/drug-food-interactions@5.0.0) Food-drug interaction and nutrient depletion checks for 30+ common medications. installs: remote:https://web-production-ae61.up.railway.app/mcp/drug-food-interactions detail: https://mcpindex.ai/server/io-github-rabyavalla-drug-food-interactions - GLP Companion Nutrition (io.github.rabyavalla/glp-companion@5.0.0) GLP-1 phase-aware nutrition: muscle preservation, GI tolerance, taper protocols. installs: remote:https://web-production-ae61.up.railway.app/mcp/glp-companion detail: https://mcpindex.ai/server/io-github-rabyavalla-glp-companion - Plant-Based Nutrition Protocols (io.github.rabyavalla/nutrition-protocols@5.0.0) Evidence-based plant-based food-as-medicine protocols for 47 chronic conditions. ACLM-aligned. installs: remote:https://web-production-ae61.up.railway.app/mcp/nutrition-protocols detail: https://mcpindex.ai/server/io-github-rabyavalla-nutrition-protocols - DocGuard (io.github.raccioly/docguard@0.33.1) Deterministic doc-drift detection: guard, score, explain, verify-claims and diagnose MCP tools. installs: npm:docguard-cli detail: https://mcpindex.ai/server/io-github-raccioly-docguard - Wonderkraftz - Premium Gifting Studio (io.github.rachit1987/wonderkraftz-mcp@1.0.0) Browse and shop Wonderkraftz premium gifts. Recommendations, cart, and checkout via AI. installs: npm:wonderkraftz-mcp detail: https://mcpindex.ai/server/io-github-rachit1987-wonderkraftz-mcp - Unity MCP Server (io.github.rachitkumarrastogi/unity-mcp-server@1.7.0) MCP server for Unity: 130+ tools, Unity 6 skills, AI/ML discovery. No Editor. installs: npm:unity-mcp-server detail: https://mcpindex.ai/server/io-github-rachitkumarrastogi-unity-mcp-server - AgentAuth (io.github.raditotev/agent-auth@0.1.1) Identity and auth for AI agents: credentials, tokens, delegations, and permission checks. installs: pypi:agentauth-mcp-server detail: https://mcpindex.ai/server/io-github-raditotev-agent-auth - AgentTrust (io.github.raditotev/agent-trust@0.1.5) MCP Server for Agent Reputation & Trust Scoring installs: pypi:agent-trust-mcp detail: https://mcpindex.ai/server/io-github-raditotev-agent-trust - io.github.rafa2403nunez-droid/pynet-mcp-bridge (io.github.rafa2403nunez-droid/pynet-mcp-bridge@1.4.5) MCP implementation to connect AI agents with the PyNet Platform for BIM/Engineering automation. installs: pypi:pynet-mcp-bridge detail: https://mcpindex.ai/server/io-github-rafa2403nunez-droid-pynet-mcp-bridge - Lingua Universale MCP Server (io.github.rafapra3008/lu-mcp-server@0.1.1) Verify AI agent communication with session types and formal proofs installs: pypi:lu-mcp-server detail: https://mcpindex.ai/server/io-github-rafapra3008-lu-mcp-server - io.github.rafavecchi/grantd (io.github.rafavecchi/grantd@0.1.0) Grantd MCP server: let your AI agent act on a user's behalf across third-party APIs via OAuth. installs: npm:grantd-mcp detail: https://mcpindex.ai/server/io-github-rafavecchi-grantd - Credit Optimizer v5 for Manus AI (io.github.rafsilva85/credit-optimizer@5.2.0) Optimizes Manus AI credit usage by 30-75% via intelligent model routing and smart testing. installs: pypi:mcp-credit-optimizer detail: https://mcpindex.ai/server/io-github-rafsilva85-credit-optimizer - io.github.rahuljava2807/claude-bridge-mcp (io.github.rahuljava2807/claude-bridge-mcp@2.2.0) Pipes Claude Code session output into Claude Chat — no more copy-paste between tools installs: npm:@rahulonramp2807/claude-bridge-mcp detail: https://mcpindex.ai/server/io-github-rahuljava2807-claude-bridge-mcp - io.github.rahulphenomenon/careermax (io.github.rahulphenomenon/careermax@0.1.2) All the tools you need to land your next job installs: npm:@careermax/agent-toolkit detail: https://mcpindex.ai/server/io-github-rahulphenomenon-careermax - io.github.rainbow686/china-export-rebate-mcp (io.github.rainbow686/china-export-rebate-mcp@1.0.0) China export tax rebate rate & HS code lookup (官方退税率). installs: remote:https://china-export-rebate-mcp.rainbow686.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-rainbow686-china-export-rebate-mcp - io.github.raisiqueira/django-telescope (io.github.raisiqueira/django-telescope@0.1.2) A Model Context Protocol (MCP) server for Django applications, inspired by Laravel Boost installs: pypi:django-telescope detail: https://mcpindex.ai/server/io-github-raisiqueira-django-telescope - io.github.rajanrengasamy/vidlens-mcp (io.github.rajanrengasamy/vidlens-mcp@1.2.6) YouTube intelligence layer for AI agents. 41 tools, 10 modules, zero config. installs: npm:vidlens-mcp detail: https://mcpindex.ai/server/io-github-rajanrengasamy-vidlens-mcp - io.github.rajat79suri/visa-info (io.github.rajat79suri/visa-info@1.0.2) Visa requirements, documents, and FAQs for Indian passport holders. 35 countries. installs: npm:visa-info-mcp detail: https://mcpindex.ai/server/io-github-rajat79suri-visa-info - io.github.rajdeepmondaldotcom/whoop-mcp (io.github.rajdeepmondaldotcom/whoop-mcp@0.0.5) WHOOP recovery, sleep, strain, and workouts for any AI. Analysis tools, demo mode, fast setup. installs: pypi:whoop-mcp-server detail: https://mcpindex.ai/server/io-github-rajdeepmondaldotcom-whoop-mcp - io.github.rajdeepmondaldotcom/whoop-mcp-server (io.github.rajdeepmondaldotcom/whoop-mcp-server@0.0.12) WHOOP recovery, sleep, strain, and workouts for any AI. Analysis tools, demo mode, fast setup. installs: pypi:whoop-mcp-server detail: https://mcpindex.ai/server/io-github-rajdeepmondaldotcom-whoop-mcp-server - GRACE Hello MCP (io.github.rajitharul/grace-hello-mcp@1.0.0) A very simple remote MCP server that greets you, with a custom icon. installs: remote:https://grace-hello-mcp.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-rajitharul-grace-hello-mcp - io.github.ralfbecher/orionbelt-semantic-layer (io.github.ralfbecher/orionbelt-semantic-layer@0.3.0) API-first semantic layer MCP server compiling YAML models into dialect-specific SQL installs: pypi:orionbelt-semantic-layer detail: https://mcpindex.ai/server/io-github-ralfbecher-orionbelt-semantic-layer - iDevice Wearables (io.github.ralphieusa/idevice-wearables@1.0.1) Wearable tech roadmaps: Apple, Meta, Samsung, Google, Oura. Claims, timelines, analysis. installs: remote:https://idevice.com/api/mcp detail: https://mcpindex.ai/server/io-github-ralphieusa-idevice-wearables - io.github.ramalamadingdong/first-agentic-csa (io.github.ramalamadingdong/first-agentic-csa@0.7.0) FRC documentation MCP server for WPILib, REV, CTRE, Redux, and PhotonVision. installs: pypi:first-agentic-csa detail: https://mcpindex.ai/server/io-github-ramalamadingdong-first-agentic-csa - Pi-hole MCP Server (io.github.ranklancer/pihole-mcp@0.2.0) MCP server for Pi-hole v6 API — manage multiple instances: queries, lists, groups, stats installs: npm:@ranklancer/pihole-mcp detail: https://mcpindex.ai/server/io-github-ranklancer-pihole-mcp - io.github.rascal-3/chainanalyzer-mcp (io.github.rascal-3/chainanalyzer-mcp@1.1.1) Multi-chain AML risk scoring, sanctions screening, and tx tracing across BTC, ETH, POL, AVAX, SOL. installs: npm:chainanalyzer-mcp detail: https://mcpindex.ai/server/io-github-rascal-3-chainanalyzer-mcp - io.github.rasinmuhammed/misata (io.github.rasinmuhammed/misata@0.8.7.2) Multi-table synthetic data with FK integrity and exact declared aggregates. No real data. installs: pypi:misata detail: https://mcpindex.ai/server/io-github-rasinmuhammed-misata - RationalBloks (io.github.rationalbloks/rationalbloks-mcp@0.6.1) Deploy production REST APIs from JSON schemas in seconds. Manage projects, schemas, and deployments. installs: pypi:rationalbloks-mcp | remote:https://mcp.rationalbloks.com/mcp detail: https://mcpindex.ai/server/io-github-rationalbloks-rationalbloks-mcp - io.github.raullenchai/vnsh (io.github.raullenchai/vnsh@1.3.0) Portable workspaces for AI agents: one encrypted link any agent can read and write installs: npm:vnsh-mcp detail: https://mcpindex.ai/server/io-github-raullenchai-vnsh - io.github.ravendb/ravendb-mcp (io.github.ravendb/ravendb-mcp@1.0.4) Read-only MCP diagnostics server for RavenDB. installs: npm:@ravendb/mcp detail: https://mcpindex.ai/server/io-github-ravendb-ravendb-mcp - Onto (io.github.ravixalgorithm/onto@1.5.0) Clean Markdown and AI-readability scoring for any URL. Built for AI agents. installs: npm:@ontosdk/mcp detail: https://mcpindex.ai/server/io-github-ravixalgorithm-onto - io.github.raysker/axon-research (io.github.raysker/axon-research@1.1.0) AI agent ecosystem research, DeFi analysis, and market research tools installs: npm:@raysker/axon-research detail: https://mcpindex.ai/server/io-github-raysker-axon-research - ProofX - Content Protection for Creators (io.github.razashariff/proofx@1.0.0) Protect and verify digital content with cryptographic signing and proof of ownership. installs: remote:https://proofx-mcp.fly.dev/mcp detail: https://mcpindex.ai/server/io-github-razashariff-proofx - IntentFence Agent Action Firewall (io.github.razel369/intentfence@0.16.0) Fail-closed action authorization, MCP risk scanning, x402 checks, and signed receipts. installs: remote:https://agentpass-protocol.rmalka06.chatgpt.site/api/mcp detail: https://mcpindex.ai/server/io-github-razel369-intentfence - Razz Games (io.github.razz-games/razz@0.3.1) Play provably fair games with real SOL wagering from any AI agent installs: npm:@razzgames/mcp-server detail: https://mcpindex.ai/server/io-github-razz-games-razz - Scherlok (io.github.rbmuller/scherlok@0.7.0) Zero-config data-quality monitoring: profile a warehouse, detect anomalies, gate CI. installs: pypi:scherlok detail: https://mcpindex.ai/server/io-github-rbmuller-scherlok - io.github.rbonestell/ap-mcp-server (io.github.rbonestell/ap-mcp-server@1.2.6) Model Context Protocol (MCP) server for the Associated Press Media API installs: npm:ap-mcp-server detail: https://mcpindex.ai/server/io-github-rbonestell-ap-mcp-server - io.github.rbsoftwaresystems/draftlytic-mcp (io.github.rbsoftwaresystems/draftlytic-mcp@0.4.1) Offline MCP server for planning structured project specs — validate, render, and checklist tools. installs: npm:draftlytic-mcp detail: https://mcpindex.ai/server/io-github-rbsoftwaresystems-draftlytic-mcp - io.github.rccola990-cloud/agent-toolbelt (io.github.rccola990-cloud/agent-toolbelt@2.0.2) MCP tools for AI agents: fetch any URL as clean text, live crypto prices, review & bid drafting. installs: npm:@rileycraig/agent-toolbelt detail: https://mcpindex.ai/server/io-github-rccola990-cloud-agent-toolbelt - Riley Craig x402 Agent Store (io.github.rccola990-cloud/x402-agent-store@1.3.0) AI brand/token visibility, prediction-market odds & cheap x402 data feeds for AI agents. installs: remote:https://store.agentexchange.work/mcp detail: https://mcpindex.ai/server/io-github-rccola990-cloud-x402-agent-store - io.github.rcgalbo/aichat (io.github.rcgalbo/aichat@0.1.1) Inter-agent communication for multi-agent Claude Code workflows. installs: npm:aichat-mcp detail: https://mcpindex.ai/server/io-github-rcgalbo-aichat - io.github.rclone-ui/rclone (io.github.rclone-ui/rclone@1.0.0) MCP server for the Rclone RC API, with selectable toolsets. installs: npm:rclone-mcp detail: https://mcpindex.ai/server/io-github-rclone-ui-rclone - SQL Benchmarks Lab (io.github.rctruta/sqlbenchdag@0.1.2) Query pre-computed SQL engine benchmarks. Runs standalone, no server setup required. installs: pypi:sqlbenchdag detail: https://mcpindex.ai/server/io-github-rctruta-sqlbenchdag - Genome Industrial Intelligence (io.github.rdcahalane/genome-industrial-intelligence@0.1.0) Industrial intelligence for AI agents. Conviction scores and diligence for 10,000+ industrials. installs: pypi:genome-industrial-intelligence | remote:https://genome-api-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-rdcahalane-genome-industrial-intelligence - io.github.readmigo/shipkit (io.github.readmigo/shipkit@0.1.1) Unified app publishing MCP Server for Google Play, App Store, and 10+ Chinese stores installs: npm:@readmigo/shipkit-mcp detail: https://mcpindex.ai/server/io-github-readmigo-shipkit - io.github.reagost/nerve-rpc (io.github.reagost/nerve-rpc@1.0.2) MCP server for Nerve blockchain JSON-RPC & REST API for AI Agents installs: npm:nerve-rpc-mcp detail: https://mcpindex.ai/server/io-github-reagost-nerve-rpc - io.github.realist99/mid-continental-mcp (io.github.realist99/mid-continental-mcp@1.0.0) Public catalog, company & B2B distribution info for Mid-Continental Dental Supply (Renew line). installs: remote:https://mid-continental.com/mcp detail: https://mcpindex.ai/server/io-github-realist99-mid-continental-mcp - io.github.realopengroup/mcp-server (io.github.realopengroup/mcp-server@1.0.0) Verify crypto wallets and generate proof of funds letters for buying real estate with crypto. installs: remote:https://mcp.realopen.app/mcp detail: https://mcpindex.ai/server/io-github-realopengroup-mcp-server - FortFi Treasury MCP (io.github.rebelArtists/fortfi-treasury-mcp@1.0.0) Policy-gated MCP treasury for AI agents — x402 subscribe, 50+ tools, multi-chain. installs: remote:https://fortfiapp.com/api/mcp detail: https://mcpindex.ai/server/io-github-rebelartists-fortfi-treasury-mcp - io.github.recordant/recordant (io.github.recordant/recordant@0.2.2) Patent-pending diagnostic + decisions-ledger engine with operator briefs and an MCP console. installs: pypi:recordant detail: https://mcpindex.ai/server/io-github-recordant-recordant - RecourseOS (io.github.recourseOS/recourse@0.1.12) Consequence evaluation for AI agents. Check recoverability before destructive actions. installs: npm:recourse-cli detail: https://mcpindex.ai/server/io-github-recourseos-recourse - io.github.redoxnet/lsopenapi (io.github.redoxnet/lsopenapi@1.6.0) LS Securities OpenAPI MCP server: Korean + overseas stocks, charts, screeners, portfolio, accounts. installs: manual detail: https://mcpindex.ai/server/io-github-redoxnet-lsopenapi - io.github.refgrow/mcp (io.github.refgrow/mcp@1.0.3) Model Context Protocol server for Refgrow affiliate program management API installs: npm:@refgrow/mcp detail: https://mcpindex.ai/server/io-github-refgrow-mcp - io.github.rehmansherazi/syncbridge-mcp (io.github.rehmansherazi/syncbridge-mcp@0.1.1) Bridges AI chat interfaces with Claude Code CLI via shared markdown control files. installs: npm:syncbridge-mcp detail: https://mcpindex.ai/server/io-github-rehmansherazi-syncbridge-mcp - Squire (io.github.reidgoodbar/squire@0.6.5) CLI-first remote runtimes for validation and offload tasks, exposed over MCP stdio. installs: docker:ghcr.io/reidgoodbar/squire-mcp:0.6.5 detail: https://mcpindex.ai/server/io-github-reidgoodbar-squire - Relay (io.github.relayprotocol/relay-mcp@0.1.1) Cross-chain bridge and swap quotes, fee estimation, and transaction tracking via Relay Protocol. installs: npm:@relayprotocol/relay-mcp detail: https://mcpindex.ai/server/io-github-relayprotocol-relay-mcp - Multi-MCP (io.github.religa/multi-mcp@0.1.1) Multi-model AI orchestration MCP server with code review, compare, and debate tools. installs: pypi:multi-mcp detail: https://mcpindex.ai/server/io-github-religa-multi-mcp - io.github.remoas/appstore-screenshots (io.github.remoas/appstore-screenshots@1.0.0) Generate professional App Store screenshots by matching any top app's style. installs: npm:appstore-screenshots-mcp detail: https://mcpindex.ai/server/io-github-remoas-appstore-screenshots - io.github.remoet-labs/remoet-mcp (io.github.remoet-labs/remoet-mcp@1.0.0) Job platform for AI agents. Track tech jobs from companies that match your stack. installs: remote:https://api.remoet.dev/mcp/oauth detail: https://mcpindex.ai/server/io-github-remoet-labs-remoet-mcp - io.github.remoprinz/swiss-health-mcp (io.github.remoprinz/swiss-health-mcp@1.0.8) Swiss health insurance premiums (Krankenkassen-Prämien) 2016-2026. 1.6M records from BAG. installs: npm:@prinz_esox/swiss-health-mcp detail: https://mcpindex.ai/server/io-github-remoprinz-swiss-health-mcp - io.github.renl/meshimize-mcp (io.github.renl/meshimize-mcp@0.1.18) Meshimize: Q&A groups, messaging, group discovery, and agent-to-agent delegation installs: npm:@meshimize/mcp-server detail: https://mcpindex.ai/server/io-github-renl-meshimize-mcp - Q-SYS MCP (io.github.reowens/qsys-mcp@0.6.0) Control QSC Q-SYS systems over QRC from AI agents or Claude. installs: npm:qsys-mcp detail: https://mcpindex.ai/server/io-github-reowens-qsys-mcp - Reply.io (io.github.reply-io/reply-mcp@1.0.0) Manage sequences, contacts, and outreach statistics on Reply.io's sales engagement platform. installs: remote:https://mcp.reply.io detail: https://mcpindex.ai/server/io-github-reply-io-reply-mcp - io.github.replynodes/mcp (io.github.replynodes/mcp@0.1.2) Connect AI agents to Replynodes over the Model Context Protocol. installs: npm:@replynodes/mcp | remote:https://app.replynodes.com/api/mcp detail: https://mcpindex.ai/server/io-github-replynodes-mcp - Relay (io.github.reservoirprotocol/relay-mcp@0.1.0) Cross-chain bridge and swap quotes, fee estimation, and transaction tracking via Relay Protocol. installs: npm:@relayprotocol/relay-mcp detail: https://mcpindex.ai/server/io-github-reservoirprotocol-relay-mcp - io.github.reshadat/outage-mcp (io.github.reshadat/outage-mcp@0.1.1) Live service outage data from 100+ status pages. Ask your AI if Cloudflare is down. installs: npm:outage-mcp detail: https://mcpindex.ai/server/io-github-reshadat-outage-mcp - Tool Filter MCP (io.github.respawn-app/tool-filter-mcp@0.4.2) MCP proxy server that filters tools from upstream MCP servers via regex-based deny list installs: npm:@respawn-app/tool-filter-mcp detail: https://mcpindex.ai/server/io-github-respawn-app-tool-filter-mcp - io.github.resuly/daleads-mcp (io.github.resuly/daleads-mcp@0.1.0) Australian development application and property intelligence data for AI agents. installs: pypi:daleads-mcp detail: https://mcpindex.ai/server/io-github-resuly-daleads-mcp - io.github.retain-so/mcp-server (io.github.retain-so/mcp-server@0.1.2) Model Context Protocol server for Retain: let AI agents query churn risk and act on retention. installs: npm:@retain-so/mcp-server detail: https://mcpindex.ai/server/io-github-retain-so-mcp-server - Pa1m Hyperliquid (io.github.retampweb/pa1m-hyperliquid@1.0.0) Hyperliquid DEX data: prices, order books, candles, funding rates, portfolios. Pay-per-call, x402. installs: remote:https://hyperliquid.hypa1m.xyz/mcp detail: https://mcpindex.ai/server/io-github-retampweb-pa1m-hyperliquid - Pa1m Reddit (io.github.retampweb/pa1m-reddit@1.0.0) Pay-per-call Reddit agent: post reading, voting, commenting, DM and OAuth flows. x402, USDC on Base. installs: remote:https://reddit.hypa1m.xyz/mcp detail: https://mcpindex.ai/server/io-github-retampweb-pa1m-reddit - Pa1m SEO (io.github.retampweb/pa1m-seo@1.0.0) Pay-per-call SEO agent: keyword research, SERP analysis, on-page optimization. x402, USDC on Base. installs: remote:https://seo.hypa1m.xyz/mcp detail: https://mcpindex.ai/server/io-github-retampweb-pa1m-seo - io.github.reutavidan/zetesis (io.github.reutavidan/zetesis@0.1.1) Scientific due diligence on a claim, sealed in a verifiable attestation. Free screen, gated dossier. installs: pypi:zetesis detail: https://mcpindex.ai/server/io-github-reutavidan-zetesis - RetroChat MCP (io.github.revelc-ui/retrochat@0.1.0) Join RetroChat rooms, read context, register agents, and talk with humans. installs: remote:https://retrochatlabs.com/mcp detail: https://mcpindex.ai/server/io-github-revelc-ui-retrochat - PSX MCP (io.github.revolutionarybukhari/psx-mcp@0.1.1) Pakistan Stock Exchange in plain English — quotes, dividends, announcements, and indices. installs: pypi:psx-mcp detail: https://mcpindex.ai/server/io-github-revolutionarybukhari-psx-mcp - io.github.rfdez/pvpc-mcp-server (io.github.rfdez/pvpc-mcp-server@3.2.3) Retrieve daily PVPC electricity tariffs for 2.0 TD consumers, published by Red Eléctrica. installs: npm:@rfdez/pvpc-mcp-server detail: https://mcpindex.ai/server/io-github-rfdez-pvpc-mcp-server - io.github.rflukerii-dev/docbot-mcp (io.github.rflukerii-dev/docbot-mcp@1.0.4) Bidirectional CSV <> JSON <> Markdown transformer installs: npm:docbot-mcp detail: https://mcpindex.ai/server/io-github-rflukerii-dev-docbot-mcp - io.github.rharper105/reportcraft (io.github.rharper105/reportcraft@0.1.1) Generate Splunk dashboards, reports, and alerts from natural language. No API key required. installs: npm:@reportcraft/mcp-server detail: https://mcpindex.ai/server/io-github-rharper105-reportcraft - Agoragentic Agent OS MCP (io.github.rhein1/agoragentic@2.1.3) Triptych OS (Agent OS) MCP for governed routing, receipts, and USDC settlement on Base. installs: npm:agoragentic-mcp | remote:https://agoragentic.com/api/mcp detail: https://mcpindex.ai/server/io-github-rhein1-agoragentic - io.github.rhel-lightspeed/linux-mcp-server (io.github.rhel-lightspeed/linux-mcp-server@1.4.0) MCP server for read-only Linux system administration, diagnostics, and troubleshooting installs: pypi:linux-mcp-server detail: https://mcpindex.ai/server/io-github-rhel-lightspeed-linux-mcp-server - Antigravity Headless Bridge (io.github.rhishi99/agy-headless-bridge@1.0.1) Call Google's Antigravity CLI (agy) headlessly from non-TTY contexts (subprocess, MCP, CI). installs: pypi:agy-headless-bridge detail: https://mcpindex.ai/server/io-github-rhishi99-agy-headless-bridge - Etapa — Cycling Coach MCP (io.github.rhoneybul/etapa-mcp@0.1.3) AI cycling coach — training plans and beginner guidance via the Etapa API. installs: npm:etapa-mcp | remote:https://etapa-mcp-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-rhoneybul-etapa-mcp - Volante (io.github.ribato22/volante@0.9.0) Routes to the best predicted fit from configured metadata/evidence after hard-capability filtering. installs: pypi:volante detail: https://mcpindex.ai/server/io-github-ribato22-volante - io.github.ricardo-hdrn/mcp-await (io.github.ricardo-hdrn/mcp-await@0.1.3) Condition watcher for AI assistants — wait for ports, files, URLs, processes, and more installs: npm:mcp-await detail: https://mcpindex.ai/server/io-github-ricardo-hdrn-mcp-await - io.github.richard-kim-79/popup-mcp (io.github.richard-kim-79/popup-mcp@1.0.0) Create and manage Popup web pages via AI — no login required. 30초 만에 웹페이지를 만들고 AI로 편집하세요. installs: npm:@blueslap/popup-mcp detail: https://mcpindex.ai/server/io-github-richard-kim-79-popup-mcp - AI2Human (io.github.richard7463/ai2human-mcp@0.1.2) Dispatch human-execution tasks with proof verification, local checks, and compliance reviews. installs: pypi:ai2human-mcp detail: https://mcpindex.ai/server/io-github-richard7463-ai2human-mcp - Real Real Genuine (io.github.richardjhobbs/rrg-marketplace@1.0.0) Agent-native fashion marketplace. Browse, design, purchase NFTs, launch brands on Base. installs: remote:https://realrealgenuine.com/mcp detail: https://mcpindex.ai/server/io-github-richardjhobbs-rrg-marketplace - cadloop OpenSCAD (io.github.richardofortune/cadloop-openscad@0.1.0) Compile OpenSCAD, read computed values, preview and measure the mesh, without a GUI. installs: pypi:cadloop detail: https://mcpindex.ai/server/io-github-richardofortune-cadloop-openscad - cadloop Slicer (io.github.richardofortune/cadloop-slicer@0.1.0) Find printer profiles, check bed fit, slice to .gcode.3mf and extract the G-code. installs: pypi:cadloop detail: https://mcpindex.ai/server/io-github-richardofortune-cadloop-slicer - io.github.richardofortune/tyrekick (io.github.richardofortune/tyrekick@0.3.1) Read and resolve human feedback pinned on your live prototype, straight from your coding agent. installs: npm:tyrekick-mcp detail: https://mcpindex.ai/server/io-github-richardofortune-tyrekick - io.github.richardtkemp/theothers (io.github.richardtkemp/theothers@0.1.0) Marketplace for AI assistants to find collaborators and build peer-to-peer relationships installs: remote:https://theothers.richardkemp.uk/mcp detail: https://mcpindex.ai/server/io-github-richardtkemp-theothers - Obsidian Regulatory MCP (io.github.richbile/obsidian-regulatory-mcp@0.1.0) Verified, tier-0 regulatory data for AI across 850+ official sources and 50+ jurisdictions. installs: remote:https://mcp.obsidianri.com/mcp detail: https://mcpindex.ai/server/io-github-richbile-obsidian-regulatory-mcp - io.github.richer-richard/fenestra-mcp (io.github.richer-richard/fenestra-mcp@0.40.1) Render and verify native Rust GUIs headlessly: access tree, query, a11y, screenshots, motion. installs: manual detail: https://mcpindex.ai/server/io-github-richer-richard-fenestra-mcp - io.github.rickytrinidad/refpro-mcp (io.github.rickytrinidad/refpro-mcp@0.1.0) Deterministic real estate underwriting, deal analysis & reports: Fix & Flip, BRRRR, construction. installs: remote:https://mcp.refpro.ai/mcp detail: https://mcpindex.ai/server/io-github-rickytrinidad-refpro-mcp - Supernote (io.github.ridget/supernote-mcp@0.2.2) Capture the screen, read/render notes, and upload files on a Ratta Supernote from an AI agent. installs: npm:supernote-mcp detail: https://mcpindex.ai/server/io-github-ridget-supernote-mcp - io.github.ridvay-ai/ridvay-mcp (io.github.ridvay-ai/ridvay-mcp@0.3.2) Create & edit Ridvay Studio posters, flyers & social designs — AI-generated or self-composed. installs: npm:ridvay-mcp detail: https://mcpindex.ai/server/io-github-ridvay-ai-ridvay-mcp - io.github.rijul170/falcon-mcp (io.github.rijul170/falcon-mcp@0.9.0) Community extension of CrowdStrike falcon-mcp with near-complete Falcon API coverage installs: pypi:falcon-mcp-extended detail: https://mcpindex.ai/server/io-github-rijul170-falcon-mcp - Prolog Reasoner (io.github.rikarazome/prolog-reasoner@0.2.1) SWI-Prolog as a logic calculator for LLMs installs: pypi:prolog-reasoner detail: https://mcpindex.ai/server/io-github-rikarazome-prolog-reasoner - io.github.rileybuilds/oracle-feeds-mcp (io.github.rileybuilds/oracle-feeds-mcp@0.1.0) On-chain price oracles: Chainlink (5 chains) + Pyth, staleness-flagged, no forced RPC key. installs: manual detail: https://mcpindex.ai/server/io-github-rileybuilds-oracle-feeds-mcp - RillCoin (io.github.rillcoin/rill@0.1.1) AI agent wallets, Proof of Conduct reputation, and concentration decay on L1 installs: npm:@rillcoin/mcp detail: https://mcpindex.ai/server/io-github-rillcoin-rill - Prompt Compass (io.github.rishabhmpc/prompt-compass@1.0.3) Decision-only prompt routing and firewall checks for local/cloud routing, PII and jailbreak risk. installs: npm:@mpcfintech/prompt-compass-mcp | remote:https://api.mpcfintech.com/mcp detail: https://mcpindex.ai/server/io-github-rishabhmpc-prompt-compass - IDA Pro MCP Fusion (io.github.rison1337/ida-pro-mcp-fusion@2.0.0) IDA Pro MCP fusion with cache queries and multi-binary headless analysis. installs: manual detail: https://mcpindex.ai/server/io-github-rison1337-ida-pro-mcp-fusion - Packwright MCP (io.github.rithwikbabu/packwright-mcp@0.5.0) Packwright compiles, renders, validates, and captures paired Minecraft Java packs. installs: npm:@rithwikbabu/packwright-mcp detail: https://mcpindex.ai/server/io-github-rithwikbabu-packwright-mcp - AreaCode.fyi MCP Server (io.github.riv-lc/areacode-mcp@0.2.2) North American (NANP) area-code & phone-number intelligence for AI agents, by areacode.fyi. installs: npm:@riv-lc/areacode-mcp detail: https://mcpindex.ai/server/io-github-riv-lc-areacode-mcp - Rival Regulatory Toolkit (io.github.rival-intelligence/rival-regulatory-toolkit@0.1.5) Read-only regulatory source retrieval, citation tracing, authority metadata, and recent filings. installs: npm:@tryrival/regulatory-toolkit detail: https://mcpindex.ai/server/io-github-rival-intelligence-rival-regulatory-toolkit - io.github.riverliu8/pptogo-mcp (io.github.riverliu8/pptogo-mcp@1.0.0) AI-agent commerce: browse campaigns/products, mint tracking links, publish posts, track earnings. installs: remote:https://pptogo.com/api/mcp detail: https://mcpindex.ai/server/io-github-riverliu8-pptogo-mcp - io.github.rjexile/sports-card-agent (io.github.rjexile/sports-card-agent@1.0.1) Sports card pricing, market analysis, grading ROI, and player stats (NBA/NFL/MLB) installs: pypi:sports-card-agent detail: https://mcpindex.ai/server/io-github-rjexile-sports-card-agent - io.github.rjn32s/mcp-yolo (io.github.rjn32s/mcp-yolo@0.1.2) An MCP server providing zero-shot object detection and segmentation using Ultralytics YOLOE. installs: pypi:mcp-yolo detail: https://mcpindex.ai/server/io-github-rjn32s-mcp-yolo - OSINT MCP (io.github.rjn32s/osint-mcp@0.1.1) 26 free OSINT tools as MCP tools for AI agents. Auto-installs everything on first run. installs: pypi:osint-mcp detail: https://mcpindex.ai/server/io-github-rjn32s-osint-mcp - Cosmergon (io.github.rkocosmergon/cosmergon@0.17.0) Living economy for AI agents — Conway physics, energy currency, marketplace, reputation. installs: pypi:cosmergon-agent detail: https://mcpindex.ai/server/io-github-rkocosmergon-cosmergon - Catalyst Edge Research (io.github.rm0nroe/catalyst-edge-mcp@0.1.5) Source-linked market intelligence for AI agents researching public-company tickers. installs: pypi:catalyst-edge-mcp detail: https://mcpindex.ai/server/io-github-rm0nroe-catalyst-edge-mcp - MeSquared Visibility (io.github.rmach816/mesquared-mcp-server@0.2.4) Public-site SEO/AEO readiness scans with evidence scores, issues, and clear measurement scope. installs: remote:https://mesquared-mcp-server.vercel.app/mcp detail: https://mcpindex.ai/server/io-github-rmach816-mesquared-mcp-server - Losbeto (io.github.rmartins1451/losbeto-mcp@1.0.1) x402-paid market intelligence: forex, stocks, commodities, macro + crypto. Pay-per-call in USDC. installs: npm:losbeto-mcp detail: https://mcpindex.ai/server/io-github-rmartins1451-losbeto-mcp - io.github.rmeadomavic/ardupilot-mavlink-mcp (io.github.rmeadomavic/ardupilot-mavlink-mcp@0.1.0) Live ArduPilot control over MAVLink: state, params, modes, prearm diagnosis, gated arm. SITL-first. installs: pypi:ardupilot-mavlink-mcp detail: https://mcpindex.ai/server/io-github-rmeadomavic-ardupilot-mavlink-mcp - WordPress MCP Server (io.github.rnaga/wp-mcp@1.0.9) MCP server for WordPress. Manage posts, users, comments, terms, metadata, and settings. installs: npm:@rnaga/wp-mcp detail: https://mcpindex.ai/server/io-github-rnaga-wp-mcp - RNWY Trust Intelligence (io.github.rnwy/mcp@1.0.0) Check if an AI agent is trustworthy. Sybil detection, signed attestations, 150,000+ agents. Free. installs: remote:https://rnwy.com/api/mcp detail: https://mcpindex.ai/server/io-github-rnwy-mcp - io.github.roamzy-io/mcp-server (io.github.roamzy-io/mcp-server@1.6.8) Agent-native global eSIM: buy for 193 countries, per-MB in USDT/USDC. Agents earn 20% referral. installs: npm:@roamzy/mcp-server | remote:https://roamzy.io/mcp detail: https://mcpindex.ai/server/io-github-roamzy-io-mcp-server - io.github.robbhimself-1337/claude-army (io.github.robbhimself-1337/claude-army@0.3.1) Orchestrate multiple Claude Code agents in parallel from chat installs: npm:claude-army detail: https://mcpindex.ai/server/io-github-robbhimself-1337-claude-army - mcp-lint (io.github.robert19001-cmyk/mcp-lint@0.5.3) Lint MCP tool schemas for cross-client compatibility and agent preflight safety. installs: npm:mcp-lint detail: https://mcpindex.ai/server/io-github-robert19001-cmyk-mcp-lint - AgentDeals (io.github.robhunter/agentdeals@0.3.1) MCP server aggregating developer infrastructure deals, free tiers, and startup programs installs: remote:https://agentdeals.dev/mcp detail: https://mcpindex.ai/server/io-github-robhunter-agentdeals - io.github.robotmcp/ros-mcp-server (io.github.robotmcp/ros-mcp-server@3.1.0) Connect AI models like Claude & ChatGPT with ROS robots using MCP installs: pypi:ros-mcp detail: https://mcpindex.ai/server/io-github-robotmcp-ros-mcp-server - Ads AI Creator MCP (io.github.rocnubie/ads-ai-creator-mcp@0.1.0) Ads AI Creator generates ad creatives, copy, and visuals using AI so marketers can iterate on installs: manual detail: https://mcpindex.ai/server/io-github-rocnubie-ads-ai-creator-mcp - AI Room Design MCP (io.github.rocnubie/ai-room-design-mcp@0.1.0) AI Room Design helps users redesign rooms and visualize new interior layouts with AI-generated installs: manual detail: https://mcpindex.ai/server/io-github-rocnubie-ai-room-design-mcp - AI Swap Face MCP (io.github.rocnubie/ai-swap-face-mcp@0.1.0) AI Swap Face is an online tool that swaps faces in photos and produces fast, high-quality results installs: manual detail: https://mcpindex.ai/server/io-github-rocnubie-ai-swap-face-mcp - Qwen MCP (io.github.rocnubie/chat-mcp@0.1.0) Qwen AI Chat guide to Qwen3.6-Plus and qwen3.6-flash with practical notes on 1M context, coding installs: manual detail: https://mcpindex.ai/server/io-github-rocnubie-chat-mcp - Countdowns Online MCP (io.github.rocnubie/countdowns-online-mcp@0.1.1) Live countdown timers for game launches, movie releases, sports and holidays. installs: manual detail: https://mcpindex.ai/server/io-github-rocnubie-countdowns-online-mcp - Deep Anime AI MCP (io.github.rocnubie/deepanime-mcp@0.1.0) Deep Anime helps you turn a photo into anime, build character art, and refine scene ideas with installs: manual detail: https://mcpindex.ai/server/io-github-rocnubie-deepanime-mcp - DeepSeek FR MCP (io.github.rocnubie/deepseekfr-mcp@0.1.0) Independent French workspace for evaluating DeepSeek-V3-class chat and DeepSeek-R1 reasoning. installs: manual detail: https://mcpindex.ai/server/io-github-rocnubie-deepseekfr-mcp - Desktop Mate MCP (io.github.rocnubie/desktop-mate-mcp@0.1.0) Desktop Mate download, mod sources, characters, and setup in one verified guide with links to installs: manual detail: https://mcpindex.ai/server/io-github-rocnubie-desktop-mate-mcp - FlowMusicAI MCP (io.github.rocnubie/flowmusicai-mcp@0.1.0) Flow Music AI is a free AI music generator that turns one prompt into a finished royalty-free track installs: manual detail: https://mcpindex.ai/server/io-github-rocnubie-flowmusicai-mcp - Gemma AI MCP (io.github.rocnubie/gemmaai-mcp@0.1.0) Experience Google's Gemma AI models for free. Chat with Gemma 4 26B and 31B - powerful, efficient installs: manual detail: https://mcpindex.ai/server/io-github-rocnubie-gemmaai-mcp - Le Chat AI MCP (io.github.rocnubie/lechatai-mcp@0.1.0) Le Chat AI walks through Mistral's Le Chat - Free/Pro/Team pricing, Flash Answers, Deep Research, installs: manual detail: https://mcpindex.ai/server/io-github-rocnubie-lechatai-mcp - Make Bracket Online MCP (io.github.rocnubie/makebracket-mcp@0.1.0) Create, run, and share brackets for decisions, tournaments, and group votes with no sign-up installs: manual detail: https://mcpindex.ai/server/io-github-rocnubie-makebracket-mcp - MLA Citation Generator MCP (io.github.rocnubie/mla-citation-generator-mcp@0.1.0) MLA Citation Generator creates accurate MLA-format citations from a DOI, ISBN, URL, or manual installs: manual detail: https://mcpindex.ai/server/io-github-rocnubie-mla-citation-generator-mcp - Pal Save Editor MCP (io.github.rocnubie/palsaveeditor-mcp@0.1.0) Inspect Palworld save files locally, compare snapshots, create a recognition receipt, and export installs: manual detail: https://mcpindex.ai/server/io-github-rocnubie-palsaveeditor-mcp - Pitch Queens MCP (io.github.rocnubie/pitch-queens-mcp@0.1.0) Pitch Queens is a free, independent 2027 Women's World Cup simulator with a bracket predictor installs: manual detail: https://mcpindex.ai/server/io-github-rocnubie-pitch-queens-mcp - Producer AI MCP (io.github.rocnubie/producerai-mcp@0.1.0) Producer AI Music is a free AI music generator. Describe a song or paste lyrics, get a full track installs: manual detail: https://mcpindex.ai/server/io-github-rocnubie-producerai-mcp - PVZ Fusion MCP (io.github.rocnubie/pvz-fusion-mcp@0.1.0) Explore PVZ Fusion gameplay, selected plant guides, and verified PC or Android build information installs: manual detail: https://mcpindex.ai/server/io-github-rocnubie-pvz-fusion-mcp - Riftrunner AI MCP (io.github.rocnubie/riftrunner-ai-online-mcp@0.1.0) Riftrunner AI is an AI-driven role-playing game experience where each story branch is generated on installs: manual detail: https://mcpindex.ai/server/io-github-rocnubie-riftrunner-ai-online-mcp - Tiramisu AI MCP (io.github.rocnubie/tiramisu-ai-mcp@0.1.0) Tiramisu AI is an AI product. See the official site for full feature details. installs: manual detail: https://mcpindex.ai/server/io-github-rocnubie-tiramisu-ai-mcp - io.github.rod-anami-kyndryl/bmc-helix-mcp (io.github.rod-anami-kyndryl/bmc-helix-mcp@0.1.1) A MCP Server for BMC Helix ITSM API. installs: npm:bmc-helix-mcp detail: https://mcpindex.ai/server/io-github-rod-anami-kyndryl-bmc-helix-mcp - Agent MCP Gateway (io.github.roddutra/agent-mcp-gateway@0.2.5) On-demand tool discovery for all your MCPs and per-subagent MCP controls to preserve context window. installs: pypi:agent-mcp-gateway detail: https://mcpindex.ai/server/io-github-roddutra-agent-mcp-gateway - SAVORDISH (io.github.rodeldoria/savor-dish@1.0.0) AI-powered recipe platform: 18 MCP tools for meal planning, grocery lists & Instacart. installs: remote:https://savordish.com/mcp detail: https://mcpindex.ai/server/io-github-rodeldoria-savor-dish - io.github.rodrgds/openpost (io.github.rodrgds/openpost@1.32.1) Manage social publishing workflows through OpenPost installs: remote:https://app.openpost.social/mcp detail: https://mcpindex.ai/server/io-github-rodrgds-openpost - io.github.roeiba/pmd (io.github.roeiba/pmd@0.1.2) MCP server for PMD static code analyzer - run code analysis and detect duplicates installs: npm:@springsoftware/pmd-mcp detail: https://mcpindex.ai/server/io-github-roeiba-pmd - io.github.rog0x/a11y (io.github.rog0x/a11y@1.0.2) Alt text, headings, contrast, ARIA for AI agents installs: npm:@rog0x/mcp-a11y-tools detail: https://mcpindex.ai/server/io-github-rog0x-a11y - io.github.rog0x/api (io.github.rog0x/api@1.0.2) HTTP client, JWT decode, header analysis for AI agents installs: npm:@rog0x/mcp-api-tools detail: https://mcpindex.ai/server/io-github-rog0x-api - io.github.rog0x/cache (io.github.rog0x/cache@1.0.2) Cache headers, CDN, LRU simulation for AI agents installs: npm:@rog0x/mcp-cache-tools detail: https://mcpindex.ai/server/io-github-rog0x-cache - io.github.rog0x/color (io.github.rog0x/color@1.0.1) Color convert, palette, contrast checker for AI agents installs: npm:@rog0x/mcp-color-tools detail: https://mcpindex.ai/server/io-github-rog0x-color - io.github.rog0x/config (io.github.rog0x/config@1.0.2) JSON, YAML, TOML, INI config tools for AI agents installs: npm:@rog0x/mcp-config-tools detail: https://mcpindex.ai/server/io-github-rog0x-config - io.github.rog0x/crypto (io.github.rog0x/crypto@1.0.2) Hash, encode, UUID, password analysis for AI agents installs: npm:@rog0x/mcp-crypto-tools detail: https://mcpindex.ai/server/io-github-rog0x-crypto - io.github.rog0x/database (io.github.rog0x/database@1.0.1) SQL formatting, schema visualization, migration generation installs: npm:@rog0x/mcp-database-tools detail: https://mcpindex.ai/server/io-github-rog0x-database - io.github.rog0x/env (io.github.rog0x/env@1.0.2) Dotenv parser, ports, system info for AI agents installs: npm:@rog0x/mcp-env-tools detail: https://mcpindex.ai/server/io-github-rog0x-env - io.github.rog0x/i18n (io.github.rog0x/i18n@1.0.2) Locale detect, translations, plurals for AI agents installs: npm:@rog0x/mcp-i18n-tools detail: https://mcpindex.ai/server/io-github-rog0x-i18n - io.github.rog0x/json (io.github.rog0x/json@1.0.1) JSON/YAML/CSV validate, diff, transform for AI agents installs: npm:@rog0x/mcp-json-tools detail: https://mcpindex.ai/server/io-github-rog0x-json - io.github.rog0x/lint (io.github.rog0x/lint@1.0.2) Style check, naming, complexity analysis for AI agents installs: npm:@rog0x/mcp-lint-tools detail: https://mcpindex.ai/server/io-github-rog0x-lint - io.github.rog0x/markdown (io.github.rog0x/markdown@1.0.2) Markdown TOC, lint, format, stats for AI agents installs: npm:@rog0x/mcp-markdown-tools detail: https://mcpindex.ai/server/io-github-rog0x-markdown - io.github.rog0x/math (io.github.rog0x/math@1.0.1) Calculator, units, statistics for AI agents installs: npm:@rog0x/mcp-math-tools detail: https://mcpindex.ai/server/io-github-rog0x-math - io.github.rog0x/network (io.github.rog0x/network@1.0.2) DNS, IP info, SSL, WHOIS, ping for AI agents installs: npm:@rog0x/mcp-network-tools detail: https://mcpindex.ai/server/io-github-rog0x-network - io.github.rog0x/regex (io.github.rog0x/regex@1.0.1) Regex test, explain, replace patterns for AI agents installs: npm:@rog0x/mcp-regex-tools detail: https://mcpindex.ai/server/io-github-rog0x-regex - io.github.rog0x/schema (io.github.rog0x/schema@1.0.1) JSON Schema, TypeScript types, mocks for AI agents installs: npm:@rog0x/mcp-schema-tools detail: https://mcpindex.ai/server/io-github-rog0x-schema - io.github.rog0x/seo (io.github.rog0x/seo@1.0.1) SEO analysis - meta tags, keywords, links, page speed installs: npm:@rog0x/mcp-seo-tools detail: https://mcpindex.ai/server/io-github-rog0x-seo - io.github.rog0x/string (io.github.rog0x/string@1.0.2) String analyzer, diff, templates for AI agents installs: npm:@rog0x/mcp-string-tools detail: https://mcpindex.ai/server/io-github-rog0x-string - io.github.rog0x/task (io.github.rog0x/task@1.0.1) Todo, priority, estimation, burndown for AI agents installs: npm:@rog0x/mcp-task-tools detail: https://mcpindex.ai/server/io-github-rog0x-task - io.github.rog0x/testing (io.github.rog0x/testing@1.0.2) Test generation, mocks, coverage analysis for AI agents installs: npm:@rog0x/mcp-testing-tools detail: https://mcpindex.ai/server/io-github-rog0x-testing - io.github.rog0x/webhook (io.github.rog0x/webhook@1.0.2) Send, validate, debug webhooks for AI agents installs: npm:@rog0x/mcp-webhook-tools detail: https://mcpindex.ai/server/io-github-rog0x-webhook - io.github.rogertheunissenmerge-oss/mcp-server (io.github.rogertheunissenmerge-oss/mcp-server@1.1.2) Wine pairing intelligence with 7 tools. Deterministic scoring, sommelier-calibrated. installs: npm:@sommelierx/mcp-server detail: https://mcpindex.ai/server/io-github-rogertheunissenmerge-oss-mcp-server - io.github.rogiervdbrnk/mcp-real-estate-server (io.github.rogiervdbrnk/mcp-real-estate-server@1.3.6) Dutch real estate data with KRK Makelaars report generation. installs: docker:ghcr.io/rogiervdbrnk/mcp-real-estate-server:v1.3.6 detail: https://mcpindex.ai/server/io-github-rogiervdbrnk-mcp-real-estate-server - Fixzi — MCP & API Schema Drift Monitor (io.github.rohitcodilya/fixzi-mcp@1.0.2) Monitor MCP servers, API contracts and AI outputs for schema drift. Alerts on breaking changes. installs: remote:https://fixzi.ai/api/mcp detail: https://mcpindex.ai/server/io-github-rohitcodilya-fixzi-mcp - io.github.rohith1125/sentinel-execution-mcp (io.github.rohith1125/sentinel-execution-mcp@0.1.2) AI-controlled algorithmic trading engine exposing 40 MCP tools across 9 namespaces. installs: npm:sentinel-execution-mcp detail: https://mcpindex.ai/server/io-github-rohith1125-sentinel-execution-mcp - io.github.rohithraju-ops/mcp-ml-lab (io.github.rohithraju-ops/mcp-ml-lab@0.1.0) Run end-to-end ML experiments from natural language (XGBoost, LightGBM, Optuna). installs: pypi:mcp-ml-lab detail: https://mcpindex.ai/server/io-github-rohithraju-ops-mcp-ml-lab - Health Bridge for AI (io.github.roian6/health-bridge@1.0.1) Apple Health AI Bridge provides read-only local MCP access for Health Bridge for AI. installs: manual detail: https://mcpindex.ai/server/io-github-roian6-health-bridge - RoloCache (io.github.rolocache/agent-advisories@1.0.2) Independent, trusted, and verified advisories and routing for agentic workflows on the web. installs: remote:https://www.rolocache.com/mcp/ detail: https://mcpindex.ai/server/io-github-rolocache-agent-advisories - MCP AEMPS — CIMA (io.github.romanpert/mcp-aemps@0.5.0) MCP server for the Spanish AEMPS CIMA pharmaceutical registry (20,000+ authorised medicines). installs: pypi:mcp-aemps detail: https://mcpindex.ai/server/io-github-romanpert-mcp-aemps - Chikoh - Fantasy Sports & Entertainment Intelligence (io.github.romcdonald9976/chikoh@1.5.0) AI fantasy sports & entertainment intelligence. 75 tools across 10 sports + TV/Awards. installs: remote:https://chikoh.com/mcp detail: https://mcpindex.ai/server/io-github-romcdonald9976-chikoh - io.github.rongchang726-png/vivarium (io.github.rongchang726-png/vivarium@1.0.0) A science game for AI agents: tune, infer, or out-evolve a living world, judged on held-out seeds. installs: npm:vivarium-mcp detail: https://mcpindex.ai/server/io-github-rongchang726-png-vivarium - io.github.ronniechong/healthchecks-io-mcp (io.github.ronniechong/healthchecks-io-mcp@2.1.0) Unofficial MCP server for managing Healthchecks.io checks via the Management API installs: npm:@digitalronin/healthchecks-io-mcp detail: https://mcpindex.ai/server/io-github-ronniechong-healthchecks-io-mcp - ComOS Federation Gateway (io.github.ronrey/comos-federation@1.0.1) Multi-tenant MCP gateway for AI commerce. One connection, every store. installs: remote:https://mcp.comos-gateway.com/mcp detail: https://mcpindex.ai/server/io-github-ronrey-comos-federation - ComOS Federation (io.github.ronrey/federation@2.0.1) Multi-tenant MCP gateway for AI commerce. One connection, every store. installs: remote:https://mcp.comos-gateway.com/mcp/sse detail: https://mcpindex.ai/server/io-github-ronrey-federation - osc-bridge (io.github.roomi-fields/osc-bridge@0.10.1) OSC ↔ MIDI bridge — 849 synthesizers and DAWs. A MIDI MCP and OSC MCP for controlling them. installs: npm:@roomi-fields/osc-bridge detail: https://mcpindex.ai/server/io-github-roomi-fields-osc-bridge - Roomza Hotel Intelligence (io.github.roomza-inc/roomza@1.0.1) Hotel and room intelligence from Roomza: scores, reviews, and room details. installs: remote:https://www.roomza.com/api/mcp detail: https://mcpindex.ai/server/io-github-roomza-inc-roomza - io.github.rootsbymenda/cannabis-regulatory (io.github.rootsbymenda/cannabis-regulatory@1.0.2) Cannabis compliance: US state testing, INCB, Health Canada, EU precursors. Free. installs: remote:https://cannabis-mcp-server.rootsbybenda.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-rootsbymenda-cannabis-regulatory - io.github.rootsbymenda/chemical-safety (io.github.rootsbymenda/chemical-safety@1.1.2) Chemical hazard lookup: SVHC, GHS, NIOSH, ICSC. 468K classifications. Free. installs: remote:https://chem-mcp-server.rootsbybenda.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-rootsbymenda-chemical-safety - io.github.rootsbymenda/cosmetic-regulatory (io.github.rootsbymenda/cosmetic-regulatory@1.1.5) Cosmetic safety: NOAEL, MoS, SCCS, 12 jurisdictions. 30K ingredients. Free. installs: remote:https://roots-mcp-server.rootsbybenda.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-rootsbymenda-cosmetic-regulatory - io.github.rootsbymenda/food-safety (io.github.rootsbymenda/food-safety@1.0.2) Food additive safety: JECFA, EFSA, ADI, halal/kosher/vegan. 6K+ additives. Free. installs: remote:https://food-mcp-server.rootsbybenda.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-rootsbymenda-food-safety - io.github.rootsbymenda/pharma-regulatory (io.github.rootsbymenda/pharma-regulatory@1.0.2) Drug safety: DrugBank, interactions, FAERS, WHO, TGA. 7 databases. Free. installs: remote:https://pharma-mcp-server.rootsbybenda.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-rootsbymenda-pharma-regulatory - io.github.rosasynthesiz/flstudio-mcp (io.github.rosasynthesiz/flstudio-mcp@1.0.0) Control FL Studio with Claude: in-DAW mixing, diagnosis, routing, and composition. installs: pypi:fl-studio-mcp detail: https://mcpindex.ai/server/io-github-rosasynthesiz-flstudio-mcp - io.github.rosekamallove/letmepost (io.github.rosekamallove/letmepost@0.2.1) MCP server for letmepost.dev. Publish across 8 social platforms from any agent. installs: npm:@letmepost/mcp detail: https://mcpindex.ai/server/io-github-rosekamallove-letmepost - klaws — Korean compliance risk scanner (io.github.rostradamus/klaws@0.1.6) Scan code for Korean compliance risks — PIPA/개인정보보호법, Network Act, Credit Info. Not legal advice. installs: docker:ghcr.io/rostradamus/klaws:0.1.6 detail: https://mcpindex.ai/server/io-github-rostradamus-klaws - x402 Discovery MCP (io.github.rplryan/x402-discovery-mcp@1.2.3) Discover x402 APIs by capability, price & trust. Powered by x402Scout. installs: remote:https://x402-scout-relay.onrender.com/sse detail: https://mcpindex.ai/server/io-github-rplryan-x402-discovery-mcp - io.github.rsdouglas/janee (io.github.rsdouglas/janee@0.8.5) Secure secrets proxy for AI agents — manages API keys so agents never see raw credentials. installs: npm:@true-and-useful/janee detail: https://mcpindex.ai/server/io-github-rsdouglas-janee - Rootstock (RSK) MCP Server (io.github.rsksmart/rsk-mcp-server@0.2.7) MCP Server for Rootstock Blockchain installs: npm:@rsksmart/rsk-mcp-server detail: https://mcpindex.ai/server/io-github-rsksmart-rsk-mcp-server - rstream CLI MCP (io.github.rstreamlabs/rstream@1.26.6) Local stdio MCP server for rstream setup, tunnels, WebTTY, and remote operations. installs: docker:docker.io/rstream/rstream:1.26.6 detail: https://mcpindex.ai/server/io-github-rstreamlabs-rstream - Gatewards (io.github.rtahabas/gatewards@0.2.0-beta.2) Drop-in spend governance + cross-agent dedup proxy for AI agent fleets, with x402 settlement. installs: npm:@gatewards/mcp-server detail: https://mcpindex.ai/server/io-github-rtahabas-gatewards - News Server (io.github.rubtuc/news-server@1.0.0) 获取今日新闻,支持按分类筛选(科技、商业、科学) installs: npm:@rubtuc/news-server detail: https://mcpindex.ai/server/io-github-rubtuc-news-server - io.github.rudimentall1/agent-guardrail (io.github.rudimentall1/agent-guardrail@1.0.2) Deterministic policy firewall for AI agent tool calls - YAML rules, not a fuzzy risk score. installs: pypi:guardrail-mcp detail: https://mcpindex.ai/server/io-github-rudimentall1-agent-guardrail - io.github.rudimentall1/agentic-wallet-guardian-v3 (io.github.rudimentall1/agentic-wallet-guardian-v3@3.1.0) Explainable ALLOW/WARN/BLOCK risk decisions for AI agent actions before execution, signed as OAA. installs: pypi:agentic-wallet-guardian-mcp detail: https://mcpindex.ai/server/io-github-rudimentall1-agentic-wallet-guardian-v3 - verimcp (io.github.rudranaresh0201/verimcp@0.2.2) Transparent MCP proxy that independently re-verifies tool-call claims before the Host trusts them. installs: pypi:verimcp detail: https://mcpindex.ai/server/io-github-rudranaresh0201-verimcp - io.github.rudraptpsingh/figbridge (io.github.rudraptpsingh/figbridge@0.4.0) Free, local MCP bridge for Figma — HTML, CSS, Tailwind, tokens, agent handoff bundles. installs: npm:figbridge-mcp detail: https://mcpindex.ai/server/io-github-rudraptpsingh-figbridge - io.github.rukh-debug/rustypaste-mcp (io.github.rukh-debug/rustypaste-mcp@1.0.3) An MCP server that wraps the rustypaste API installs: npm:@rukh-pub/rustypaste-mcp detail: https://mcpindex.ai/server/io-github-rukh-debug-rustypaste-mcp - io.github.runapi-builder/elevenlabs-mcp (io.github.runapi-builder/elevenlabs-mcp@0.1.7) RunAPI MCP server for ElevenLabs: create tasks, poll status, check pricing. installs: npm:@runapi.ai/elevenlabs-mcp detail: https://mcpindex.ai/server/io-github-runapi-builder-elevenlabs-mcp - io.github.runapi-builder/flux-2-mcp (io.github.runapi-builder/flux-2-mcp@0.2.1) RunAPI MCP server for Flux 2: create tasks, poll status, check pricing. installs: npm:@runapi.ai/flux-2-mcp detail: https://mcpindex.ai/server/io-github-runapi-builder-flux-2-mcp - io.github.runapi-builder/flux-kontext-mcp (io.github.runapi-builder/flux-kontext-mcp@0.1.12) RunAPI MCP server for Flux Kontext: create tasks, poll status, check pricing. installs: npm:@runapi.ai/flux-kontext-mcp detail: https://mcpindex.ai/server/io-github-runapi-builder-flux-kontext-mcp - io.github.runapi-builder/flux-mcp (io.github.runapi-builder/flux-mcp@0.1.1) RunAPI MCP server for Flux: create tasks, poll status, check pricing. installs: npm:@runapi.ai/flux-mcp detail: https://mcpindex.ai/server/io-github-runapi-builder-flux-mcp - io.github.runapi-builder/grok-imagine-mcp (io.github.runapi-builder/grok-imagine-mcp@0.1.11) RunAPI MCP server for Grok Imagine: create tasks, poll status, check pricing. installs: npm:@runapi.ai/grok-imagine-mcp detail: https://mcpindex.ai/server/io-github-runapi-builder-grok-imagine-mcp - io.github.runapi-builder/hailuo-mcp (io.github.runapi-builder/hailuo-mcp@0.1.7) RunAPI MCP server for Hailuo: create tasks, poll status, check pricing. installs: npm:@runapi.ai/hailuo-mcp detail: https://mcpindex.ai/server/io-github-runapi-builder-hailuo-mcp - io.github.runapi-builder/happyhorse-mcp (io.github.runapi-builder/happyhorse-mcp@0.1.8) RunAPI MCP server for HappyHorse: create tasks, poll status, check pricing. installs: npm:@runapi.ai/happyhorse-mcp detail: https://mcpindex.ai/server/io-github-runapi-builder-happyhorse-mcp - io.github.runapi-builder/ideogram-v3-mcp (io.github.runapi-builder/ideogram-v3-mcp@0.1.7) RunAPI MCP server for Ideogram V3: create tasks, poll status, check pricing. installs: npm:@runapi.ai/ideogram-v3-mcp detail: https://mcpindex.ai/server/io-github-runapi-builder-ideogram-v3-mcp - io.github.runapi-builder/infinitetalk-mcp (io.github.runapi-builder/infinitetalk-mcp@0.1.7) RunAPI MCP server for InfiniteTalk: create tasks, poll status, check pricing. installs: npm:@runapi.ai/infinitetalk-mcp detail: https://mcpindex.ai/server/io-github-runapi-builder-infinitetalk-mcp - io.github.runapi-builder/kling-mcp (io.github.runapi-builder/kling-mcp@0.1.14) RunAPI MCP server for Kling: create tasks, poll status, check pricing. installs: npm:@runapi.ai/kling-mcp detail: https://mcpindex.ai/server/io-github-runapi-builder-kling-mcp - io.github.runapi-builder/luma-mcp (io.github.runapi-builder/luma-mcp@0.1.7) RunAPI MCP server for Luma: create tasks, poll status, check pricing. installs: npm:@runapi.ai/luma-mcp detail: https://mcpindex.ai/server/io-github-runapi-builder-luma-mcp - io.github.runapi-builder/midjourney-mcp (io.github.runapi-builder/midjourney-mcp@0.3.1) RunAPI MCP server for Midjourney: create tasks, poll status, check pricing. installs: npm:@runapi.ai/midjourney-mcp detail: https://mcpindex.ai/server/io-github-runapi-builder-midjourney-mcp - io.github.runapi-builder/nano-banana-mcp (io.github.runapi-builder/nano-banana-mcp@0.1.11) RunAPI MCP server for Nano Banana: create tasks, poll status, check pricing. installs: npm:@runapi.ai/nano-banana-mcp detail: https://mcpindex.ai/server/io-github-runapi-builder-nano-banana-mcp - io.github.runapi-builder/qwen-2-mcp (io.github.runapi-builder/qwen-2-mcp@0.1.7) RunAPI MCP server for Qwen 2: create tasks, poll status, check pricing. installs: npm:@runapi.ai/qwen-2-mcp detail: https://mcpindex.ai/server/io-github-runapi-builder-qwen-2-mcp - io.github.runapi-builder/recraft-mcp (io.github.runapi-builder/recraft-mcp@0.1.7) RunAPI MCP server for Recraft: create tasks, poll status, check pricing. installs: npm:@runapi.ai/recraft-mcp detail: https://mcpindex.ai/server/io-github-runapi-builder-recraft-mcp - io.github.runapi-builder/runway-aleph-mcp (io.github.runapi-builder/runway-aleph-mcp@0.1.7) RunAPI MCP server for Runway Aleph: create tasks, poll status, check pricing. installs: npm:@runapi.ai/runway-aleph-mcp detail: https://mcpindex.ai/server/io-github-runapi-builder-runway-aleph-mcp - io.github.runapi-builder/runway-mcp (io.github.runapi-builder/runway-mcp@0.1.7) RunAPI MCP server for Runway: create tasks, poll status, check pricing. installs: npm:@runapi.ai/runway-mcp detail: https://mcpindex.ai/server/io-github-runapi-builder-runway-mcp - io.github.runapi-builder/seedance-mcp (io.github.runapi-builder/seedance-mcp@0.1.11) RunAPI MCP server for Seedance: create tasks, poll status, check pricing. installs: npm:@runapi.ai/seedance-mcp detail: https://mcpindex.ai/server/io-github-runapi-builder-seedance-mcp - io.github.runapi-builder/seedream-mcp (io.github.runapi-builder/seedream-mcp@0.1.8) RunAPI MCP server for Seedream: create tasks, poll status, check pricing. installs: npm:@runapi.ai/seedream-mcp detail: https://mcpindex.ai/server/io-github-runapi-builder-seedream-mcp - io.github.runapi-builder/suno-mcp (io.github.runapi-builder/suno-mcp@0.3.0) RunAPI MCP server for Suno: create tasks, poll status, check pricing. installs: npm:@runapi.ai/suno-mcp detail: https://mcpindex.ai/server/io-github-runapi-builder-suno-mcp - io.github.runapi-builder/topaz-mcp (io.github.runapi-builder/topaz-mcp@0.1.7) RunAPI MCP server for Topaz: create tasks, poll status, check pricing. installs: npm:@runapi.ai/topaz-mcp detail: https://mcpindex.ai/server/io-github-runapi-builder-topaz-mcp - io.github.runapi-builder/veo-3-1-mcp (io.github.runapi-builder/veo-3-1-mcp@0.1.10) RunAPI MCP server for Veo 3.1: create tasks, poll status, check pricing. installs: npm:@runapi.ai/veo-3-1-mcp detail: https://mcpindex.ai/server/io-github-runapi-builder-veo-3-1-mcp - io.github.runapi-builder/wan-mcp (io.github.runapi-builder/wan-mcp@0.1.9) RunAPI MCP server for Wan: create tasks, poll status, check pricing. installs: npm:@runapi.ai/wan-mcp detail: https://mcpindex.ai/server/io-github-runapi-builder-wan-mcp - io.github.runcomfy-com/runcomfy-mcp (io.github.runcomfy-com/runcomfy-mcp@1.0.1) Remote MCP server for RunComfy Serverless API (ComfyUI): deployments and async inference. installs: remote:https://mcp.runcomfy.com/mcp detail: https://mcpindex.ai/server/io-github-runcomfy-com-runcomfy-mcp - Cycles — Budget Authority for AI Agents (io.github.runcycles/cycles-mcp-server@0.6.1) Runtime budget authority for AI agents — reserve, enforce, reconcile spend across providers installs: npm:@runcycles/mcp-server detail: https://mcpindex.ai/server/io-github-runcycles-cycles-mcp-server - io.github.runesleo/polymarket-toolkit (io.github.runesleo/polymarket-toolkit@0.7.1) Read-only Polymarket data tools for AI agents: profiles, PnL, market scans. No keys, no orders. installs: npm:polymarket-toolkit-mcp detail: https://mcpindex.ai/server/io-github-runesleo-polymarket-toolkit - io.github.runframe/runframe-mcp-server (io.github.runframe/runframe-mcp-server@0.1.5) MCP server for Runframe incident management covering incidents, on-call, postmortems, and more. installs: npm:@runframe/mcp-server detail: https://mcpindex.ai/server/io-github-runframe-runframe-mcp-server - io.github.runrelay/mcp-relay (io.github.runrelay/mcp-relay@0.1.0) RunRelay MCP relay — AI agent threads, HITL confirmations, and travel capability discovery. installs: remote:https://mcp.runrelay.io/sse detail: https://mcpindex.ai/server/io-github-runrelay-mcp-relay - io.github.russellshen1992/2o (io.github.russellshen1992/2o@1.0.0) Human intelligence API — AI agents verify facts with human domain experts via MCP installs: npm:@russellshen1992/2o-mcp | remote:https://www.2oapi.xyz/api/mcp detail: https://mcpindex.ai/server/io-github-russellshen1992-2o - ChangeDetection.io MCP Server (io.github.rusty4444/changedetection-mcp@0.1.0) MCP server for ChangeDetection.io website monitoring and change history. installs: pypi:changedetection-mcp detail: https://mcpindex.ai/server/io-github-rusty4444-changedetection-mcp - Hermes Grocy MCP (io.github.rusty4444/hermes-grocy-mcp@0.2.1) MCP server for Grocy household ERP inventory and shopping workflows. installs: pypi:hermes-grocy-mcp detail: https://mcpindex.ai/server/io-github-rusty4444-hermes-grocy-mcp - Shiori MCP (io.github.rusty4444/shiori-mcp@0.1.0) MCP server for Shiori bookmark management and tag workflows. installs: pypi:shiori-mcp detail: https://mcpindex.ai/server/io-github-rusty4444-shiori-mcp - wallabag MCP (io.github.rusty4444/wallabag-mcp@0.1.0) MCP server for wallabag read-it-later entries, tags, and annotations. installs: pypi:wallabag-mcp detail: https://mcpindex.ai/server/io-github-rusty4444-wallabag-mcp - Content Intelligence API (io.github.ruvendors5-ops/content-intelligence-api@2.4.0) 9 MCP tools: extract, analyze, research, compare, monitor, brief. Pay-per-call x402 or subscribe. installs: remote:https://content-intelligence-mcp.wajih-hyder55.workers.dev detail: https://mcpindex.ai/server/io-github-ruvendors5-ops-content-intelligence-api - io.github.ruvnet/claude-flow (io.github.ruvnet/claude-flow@2.0.0-alpha.107) AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev. installs: npm:claude-flow detail: https://mcpindex.ai/server/io-github-ruvnet-claude-flow - io.github.ruvnet/flow-nexus (io.github.ruvnet/flow-nexus@0.1.121) Cloud-powered AI platform with multi-agent swarms, sandboxes, and workflow automation installs: npm:flow-nexus detail: https://mcpindex.ai/server/io-github-ruvnet-flow-nexus - io.github.ruvnet/ruv-swarm (io.github.ruvnet/ruv-swarm@1.0.19) Neural network swarm orchestration with WebAssembly acceleration and MCP integration installs: npm:ruv-swarm detail: https://mcpindex.ai/server/io-github-ruvnet-ruv-swarm - TRIGGERcmd (io.github.rvmey/triggercmd@1.0.0) Run commands on your computers remotely with TRIGGERcmd. installs: remote:https://www.triggercmd.com/mcp detail: https://mcpindex.ai/server/io-github-rvmey-triggercmd - Hevy MCP (Remote) (io.github.rwestergren/hevy-mcp-remote@0.1.6) Hosted/gateway-ready Hevy fitness MCP: workouts, routines, templates. installs: docker:ghcr.io/rwestergren/hevy-mcp:0.1.6 detail: https://mcpindex.ai/server/io-github-rwestergren-hevy-mcp-remote - io.github.rwestergren/inbody-api-mcp (io.github.rwestergren/inbody-api-mcp@0.1.0) MCP server for InBody body-composition data — scans, body fat, muscle mass, body water installs: pypi:inbody-api-mcp detail: https://mcpindex.ai/server/io-github-rwestergren-inbody-api-mcp - io.github.rxolve/artscii (io.github.rxolve/artscii@0.6.1) LLMs can't draw. This MCP can. 81 arts + 100 kaomoji + diagrams + charts. installs: npm:artscii detail: https://mcpindex.ai/server/io-github-rxolve-artscii - io.github.ryaker/appstore-connect-mcp (io.github.ryaker/appstore-connect-mcp@1.0.0) MCP server for Apple Store Connect API integration with OAuth authentication support installs: npm:@ryaker/appstore-connect-mcp detail: https://mcpindex.ai/server/io-github-ryaker-appstore-connect-mcp - io.github.ryanbihai/oceanbus-mcp-server (io.github.ryanbihai/oceanbus-mcp-server@0.1.6) Register, discover, message, and transact with other AI agents on the OceanBus network. installs: npm:oceanbus-mcp-server detail: https://mcpindex.ai/server/io-github-ryanbihai-oceanbus-mcp-server - io.github.ryanmat/logicmonitor (io.github.ryanmat/logicmonitor@1.5.1) LogicMonitor API integration with 167 tools for alerts, devices, dashboards, and more. installs: pypi:lm-mcp detail: https://mcpindex.ai/server/io-github-ryanmat-logicmonitor - Sheriff (io.github.ryansmith4/sheriff-mcp@1.0.2) MCP server for fixing static analysis issues from SARIF reports with AI agents installs: docker:ghcr.io/ryansmith4/sheriff-mcp:1.0.2 detail: https://mcpindex.ai/server/io-github-ryansmith4-sheriff-mcp - io.github.ryudi84/api (io.github.ryudi84/api@1.0.3) MCP server for generating REST API boilerplate and Express endpoints. installs: npm:sovereign-api-forge-mcp detail: https://mcpindex.ai/server/io-github-ryudi84-api - io.github.ryudi84/api-tester (io.github.ryudi84/api-tester@1.0.0) MCP server for API testing: HTTP requests, cURL generation, health checks. installs: npm:sovereign-api-tester-mcp detail: https://mcpindex.ai/server/io-github-ryudi84-api-tester - io.github.ryudi84/base64 (io.github.ryudi84/base64@1.0.3) MCP server for Base64, URL, and HTML encoding/decoding installs: npm:base64-forge-mcp detail: https://mcpindex.ai/server/io-github-ryudi84-base64 - io.github.ryudi84/changelog (io.github.ryudi84/changelog@1.0.3) MCP server for generating changelogs from conventional commits. installs: npm:changelog-forge-mcp detail: https://mcpindex.ai/server/io-github-ryudi84-changelog - io.github.ryudi84/code-quality (io.github.ryudi84/code-quality@1.0.0) MCP server for code quality: complexity, duplicates, naming, refactoring. installs: npm:sovereign-code-quality-mcp detail: https://mcpindex.ai/server/io-github-ryudi84-code-quality - io.github.ryudi84/color (io.github.ryudi84/color@1.0.3) MCP server for color palette generation and conversion — HEX, RGB, HSL installs: npm:color-forge-mcp detail: https://mcpindex.ai/server/io-github-ryudi84-color - io.github.ryudi84/color-forge-mcp (io.github.ryudi84/color-forge-mcp@1.0.1) Convert between HEX, RGB, HSL color formats and generate palettes installs: npm:color-forge-mcp detail: https://mcpindex.ai/server/io-github-ryudi84-color-forge-mcp - io.github.ryudi84/cron-forge-mcp (io.github.ryudi84/cron-forge-mcp@1.0.1) Build, explain, and validate cron expressions installs: npm:cron-forge-mcp detail: https://mcpindex.ai/server/io-github-ryudi84-cron-forge-mcp - io.github.ryudi84/diff (io.github.ryudi84/diff@1.0.3) MCP server for computing text diffs, comparing strings, and generating unified diff output. installs: npm:diff-forge-mcp detail: https://mcpindex.ai/server/io-github-ryudi84-diff - io.github.ryudi84/diff-forge-mcp (io.github.ryudi84/diff-forge-mcp@1.0.1) Compare text and code, show differences with context installs: npm:diff-forge-mcp detail: https://mcpindex.ai/server/io-github-ryudi84-diff-forge-mcp - io.github.ryudi84/env-forge-mcp (io.github.ryudi84/env-forge-mcp@1.0.1) Parse, validate, and manage .env environment files installs: npm:env-forge-mcp detail: https://mcpindex.ai/server/io-github-ryudi84-env-forge-mcp - io.github.ryudi84/hash (io.github.ryudi84/hash@1.0.3) MCP server for cryptographic hashing — MD5, SHA-1, SHA-256, SHA-384, SHA-512 installs: npm:hash-forge-mcp detail: https://mcpindex.ai/server/io-github-ryudi84-hash - io.github.ryudi84/hash-forge-mcp (io.github.ryudi84/hash-forge-mcp@1.0.1) Hash text with SHA-256, SHA-384, SHA-512 and compare hashes installs: npm:hash-forge-mcp detail: https://mcpindex.ai/server/io-github-ryudi84-hash-forge-mcp - io.github.ryudi84/ip-calc (io.github.ryudi84/ip-calc@1.0.4) MCP server for IP calculations: subnets, CIDR, ranges, network info. installs: npm:ip-calc-mcp detail: https://mcpindex.ai/server/io-github-ryudi84-ip-calc - io.github.ryudi84/ip-calc-mcp (io.github.ryudi84/ip-calc-mcp@1.0.2) IP address and subnet calculator, CIDR notation installs: npm:ip-calc-mcp detail: https://mcpindex.ai/server/io-github-ryudi84-ip-calc-mcp - io.github.ryudi84/json (io.github.ryudi84/json@1.0.3) MCP server for JSON processing — format, validate, diff, convert, minify, query, analyze installs: npm:json-forge-mcp detail: https://mcpindex.ai/server/io-github-ryudi84-json - io.github.ryudi84/json-forge-mcp (io.github.ryudi84/json-forge-mcp@1.0.1) JSON processing — format, validate, diff, convert, minify, query, analyze installs: npm:json-forge-mcp detail: https://mcpindex.ai/server/io-github-ryudi84-json-forge-mcp - io.github.ryudi84/jwt (io.github.ryudi84/jwt@1.0.3) MCP server for JWT decoding and inspection installs: npm:jwt-forge-mcp detail: https://mcpindex.ai/server/io-github-ryudi84-jwt - io.github.ryudi84/jwt-forge-mcp (io.github.ryudi84/jwt-forge-mcp@1.0.1) Decode and inspect JWT tokens — header, payload, expiry check installs: npm:jwt-forge-mcp detail: https://mcpindex.ai/server/io-github-ryudi84-jwt-forge-mcp - io.github.ryudi84/landing (io.github.ryudi84/landing@1.0.2) MCP server for generating production-ready HTML landing pages. installs: npm:landing-forge-mcp detail: https://mcpindex.ai/server/io-github-ryudi84-landing - io.github.ryudi84/lorem-forge-mcp (io.github.ryudi84/lorem-forge-mcp@1.0.1) Generate placeholder text — lorem ipsum and alternatives installs: npm:lorem-forge-mcp detail: https://mcpindex.ai/server/io-github-ryudi84-lorem-forge-mcp - io.github.ryudi84/markdown (io.github.ryudi84/markdown@1.0.3) MCP server for markdown: tables, TOC, HTML conversion, formatting. installs: npm:markdown-forge-mcp detail: https://mcpindex.ai/server/io-github-ryudi84-markdown - io.github.ryudi84/markdown-forge-mcp (io.github.ryudi84/markdown-forge-mcp@1.0.1) Markdown processing, TOC generation, HTML conversion installs: npm:markdown-forge-mcp detail: https://mcpindex.ai/server/io-github-ryudi84-markdown-forge-mcp - io.github.ryudi84/mcp (io.github.ryudi84/mcp@1.0.2) Meta MCP server that generates other MCP servers — the factory that builds factories installs: npm:mcp-forge-mcp detail: https://mcpindex.ai/server/io-github-ryudi84-mcp - io.github.ryudi84/meta (io.github.ryudi84/meta@1.0.3) MCP server for SEO meta tag generation — title, description, Open Graph, Twitter Cards installs: npm:meta-forge-mcp detail: https://mcpindex.ai/server/io-github-ryudi84-meta - io.github.ryudi84/meta-forge-mcp (io.github.ryudi84/meta-forge-mcp@1.0.1) Generate HTML meta tags and Open Graph metadata installs: npm:meta-forge-mcp detail: https://mcpindex.ai/server/io-github-ryudi84-meta-forge-mcp - io.github.ryudi84/password (io.github.ryudi84/password@1.0.3) MCP server for secure passwords, passphrases, and strength checking. installs: npm:password-forge-mcp detail: https://mcpindex.ai/server/io-github-ryudi84-password - io.github.ryudi84/password-forge-mcp (io.github.ryudi84/password-forge-mcp@1.0.1) Generate secure passwords with configurable rules and strength check installs: npm:password-forge-mcp detail: https://mcpindex.ai/server/io-github-ryudi84-password-forge-mcp - io.github.ryudi84/qr-text (io.github.ryudi84/qr-text@1.0.1) MCP server for QR code data: URLs, vCards, WiFi configs, events. installs: npm:qr-text-forge-mcp detail: https://mcpindex.ai/server/io-github-ryudi84-qr-text - io.github.ryudi84/readme (io.github.ryudi84/readme@1.0.3) MCP server for README.md generation from project metadata installs: npm:readme-forge-mcp detail: https://mcpindex.ai/server/io-github-ryudi84-readme - io.github.ryudi84/readme-forge-mcp (io.github.ryudi84/readme-forge-mcp@1.0.1) Generate professional README.md files from project analysis installs: npm:readme-forge-mcp detail: https://mcpindex.ai/server/io-github-ryudi84-readme-forge-mcp - io.github.ryudi84/regex-lab (io.github.ryudi84/regex-lab@1.0.4) MCP server for regex testing, matching, replacing, and validation installs: npm:regex-lab-mcp detail: https://mcpindex.ai/server/io-github-ryudi84-regex-lab - io.github.ryudi84/regex-lab-mcp (io.github.ryudi84/regex-lab-mcp@1.0.2) Test, explain, and generate regular expressions installs: npm:regex-lab-mcp detail: https://mcpindex.ai/server/io-github-ryudi84-regex-lab-mcp - io.github.ryudi84/seo-analyzer (io.github.ryudi84/seo-analyzer@1.0.0) MCP server for SEO analysis: meta tags, headings, keywords, sitemaps. installs: npm:sovereign-seo-analyzer-mcp detail: https://mcpindex.ai/server/io-github-ryudi84-seo-analyzer - io.github.ryudi84/uuid (io.github.ryudi84/uuid@1.0.3) MCP server for generating UUIDs (v4, v7), ULIDs, nanoids, random IDs. installs: npm:uuid-forge-mcp detail: https://mcpindex.ai/server/io-github-ryudi84-uuid - io.github.ryudi84/uuid-forge-mcp (io.github.ryudi84/uuid-forge-mcp@1.0.1) Generate UUID v4/v7, ULID, nanoid, and random unique identifiers installs: npm:uuid-forge-mcp detail: https://mcpindex.ai/server/io-github-ryudi84-uuid-forge-mcp - Apex by LeadShark — discovery (io.github.rzere/linkedin-mcp@1.0.0) No-auth discovery endpoint for Apex by LeadShark — governed LinkedIn hands for AI agents. installs: remote:https://www.apex.new/mcp detail: https://mcpindex.ai/server/io-github-rzere-linkedin-mcp - Warrant (io.github.s0fractal/warrant@0.9.0) Record an agent's decisions with reasons anyone can re-execute offline — verify recomputes them. installs: pypi:warrant-verify detail: https://mcpindex.ai/server/io-github-s0fractal-warrant - io.github.sF1nX/x402station (io.github.sF1nX/x402station@1.0.11) x402station.io: independent risk-signal layer for x402 endpoints before agents pay. installs: npm:x402station-mcp detail: https://mcpindex.ai/server/io-github-sf1nx-x402station - io.github.sGuNk13/kuriflow-mcp (io.github.sGuNk13/kuriflow-mcp@0.1.1) Make AI tasks repeatable. Run with new data automatically — zero AI tokens per run. installs: pypi:kuriflow-mcp detail: https://mcpindex.ai/server/io-github-sgunk13-kuriflow-mcp - mcp-audit (io.github.saagpatel/mcp-audit@2.5.0) Scan, enumerate, and risk-score every MCP server configured on your machine. installs: pypi:mcp-audits detail: https://mcpindex.ai/server/io-github-saagpatel-mcp-audit - mcp-trust (io.github.saagpatel/mcp-trust@0.1.1) Check the danger grade of any public MCP server before you connect. installs: pypi:mcp-trust detail: https://mcpindex.ai/server/io-github-saagpatel-mcp-trust - mcpforge (io.github.saagpatel/mcpforge@0.3.4) Generate complete, tested FastMCP 3.x MCP servers from one plain-English sentence. installs: pypi:fastmcp-builder detail: https://mcpindex.ai/server/io-github-saagpatel-mcpforge - operant-mcp (io.github.saagpatel/operant-mcp@0.1.0) Read-only MCP server for the OPERANT AI operating-agent calibration benchmark. installs: npm:saagar-operant-mcp | remote:https://operant-mcp.saagar210.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-saagpatel-operant-mcp - saagarpatel.dev Portfolio (io.github.saagpatel/portfolio-mcp@0.1.0) Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless. installs: npm:saagar-portfolio-mcp | remote:https://mcp.saagarpatel.dev/mcp detail: https://mcpindex.ai/server/io-github-saagpatel-portfolio-mcp - shadow-mcp (io.github.saagpatel/shadow-mcp@0.2.0) Local MCP server that inventories and risk-grades MCP servers configured on this machine. installs: pypi:shadow-mcp detail: https://mcpindex.ai/server/io-github-saagpatel-shadow-mcp - junai Pipeline MCP (io.github.saajunaid/junai-mcp@0.1.1) Agentic pipeline orchestration MCP server for AI-driven development workflows. installs: pypi:junai-mcp detail: https://mcpindex.ai/server/io-github-saajunaid-junai-mcp - io.github.sacravenger/nanmesh-mcp (io.github.sacravenger/nanmesh-mcp@4.0.0) 12 tools that let AI agents check trust scores and reviews before recommending any software tool. installs: npm:nanmesh-mcp detail: https://mcpindex.ai/server/io-github-sacravenger-nanmesh-mcp - LMGram (io.github.saezbaldo/lmgram@0.1.2) Consent-based human matchmaking for peer advice, collaboration, and practical help. installs: remote:https://api.lmgram.com/mcp detail: https://mcpindex.ai/server/io-github-saezbaldo-lmgram - SafeDep Vet MCP (io.github.safedep/vet-mcp@1.18.1) Protect your AI agents and IDEs from malicious open-source packages. installs: docker:ghcr.io/safedep/vet:v1.18.1 detail: https://mcpindex.ai/server/io-github-safedep-vet-mcp - io.github.sai4447/agentfuse-mcp (io.github.sai4447/agentfuse-mcp@1.1.3) Affiliate API for AI agents -- browse programs, generate tracked links, record conversions. installs: npm:agentfuse-mcp detail: https://mcpindex.ai/server/io-github-sai4447-agentfuse-mcp - io.github.saidutt46/domain-check (io.github.saidutt46/domain-check@1.0.2) Fast domain availability checker with RDAP/WHOIS — batch checks, TLD presets, and name generation. installs: manual detail: https://mcpindex.ai/server/io-github-saidutt46-domain-check - io.github.saiffmirza/kiyas (io.github.saiffmirza/kiyas@1.4.0) AI design fidelity — compare Figma designs or screenshots against rendered UI. No API keys. installs: npm:kiyas-cli detail: https://mcpindex.ai/server/io-github-saiffmirza-kiyas - io.github.sailorpepe/undesirables-mcp-server (io.github.sailorpepe/undesirables-mcp-server@1.1.10) Conformal TCG risk forecasts + AI card grading, x402 pay-per-call oracle, on-chain soul agents. installs: pypi:undesirables-mcp-server | remote:https://mcp.the-undesirables.com detail: https://mcpindex.ai/server/io-github-sailorpepe-undesirables-mcp-server - io.github.sairam0424/ag-bash (io.github.sairam0424/ag-bash@6.0.4) Sandboxed AI-native bash with 70 agentic tools: run_bash, code edit/diff, WASM Python/JS. installs: npm:@ag-bash/mcp-server detail: https://mcpindex.ai/server/io-github-sairam0424-ag-bash - io.github.salatmaster/keenetic-mcp (io.github.salatmaster/keenetic-mcp@0.3.1) Control a Keenetic router: devices, Wi-Fi, VPN routing, segments, safe verified writes. installs: npm:keenetic-mcp detail: https://mcpindex.ai/server/io-github-salatmaster-keenetic-mcp - io.github.salvisare/sensecritiq (io.github.salvisare/sensecritiq@0.1.3) UX research synthesis. Upload interviews and get themes, findings, and verbatim quotes in minutes. installs: pypi:sensecritiq-mcp detail: https://mcpindex.ai/server/io-github-salvisare-sensecritiq - io.github.salvo10f/godotiq (io.github.salvo10f/godotiq@0.1.3) Intelligent MCP server for Godot 4. Spatial intelligence, code analysis, 35 tools. installs: pypi:godotiq detail: https://mcpindex.ai/server/io-github-salvo10f-godotiq - io.github.samith14/mcp-cantina (io.github.samith14/mcp-cantina@0.0.3) A bar for AI agents at mosaisley.com — pours, wall notes, jukebox, tips. x402-paid where priced. installs: npm:@mosaisley/mcp-cantina detail: https://mcpindex.ai/server/io-github-samith14-mcp-cantina - parbaked (io.github.saml7n/parbaked@1.4.1a5) Scaffold invite-only Python/FastAPI apps: auth, admin dashboard, dev server, deploy to fly.io. installs: pypi:parbaked detail: https://mcpindex.ai/server/io-github-saml7n-parbaked - io.github.samouh-waleed/prompyai (io.github.samouh-waleed/prompyai@0.1.1) Scores your prompts against your real codebase — context-aware prompt intelligence installs: npm:prompyai-mcp detail: https://mcpindex.ai/server/io-github-samouh-waleed-prompyai - io.github.san-techie21/astracipher (io.github.san-techie21/astracipher@0.1.1) Cryptographic identity for AI agents: W3C DIDs, Verifiable Credentials, post-quantum crypto installs: npm:@astracipher/core detail: https://mcpindex.ai/server/io-github-san-techie21-astracipher - Hyperliquid / HyperEVM (io.github.sand0vvv/hyperevm-mcp@1.4.0) Read-only Hyperliquid and HyperEVM data: yields, protocols, fees, markets, funding, depth. installs: npm:@sand0vvv/hyperevm-mcp detail: https://mcpindex.ai/server/io-github-sand0vvv-hyperevm-mcp - Agentic SSH (io.github.sandbanks/agentic_ssh@0.4.8) High-performance (Rust), token-efficient, and asynchronous SSH orchestrations for AI agents. installs: manual detail: https://mcpindex.ai/server/io-github-sandbanks-agentic-ssh - SlateHut (io.github.sandeep1995/form2web@1.0.0) AI website builder (Wix/Framer alt). SlateHut MCP over HTTP: tools, schemas. Bearer auth. installs: remote:https://slatehut.com/api/mcp detail: https://mcpindex.ai/server/io-github-sandeep1995-form2web - io.github.sandsower/kronan-mcp (io.github.sandsower/kronan-mcp@1.0.1) MCP server for the Krónan grocery store API (Iceland) installs: npm:kronan-mcp detail: https://mcpindex.ai/server/io-github-sandsower-kronan-mcp - io.github.sani-savaliya/agentify (io.github.sani-savaliya/agentify@0.1.1) Turn any OpenAPI/Swagger spec into an MCP server - every API operation becomes an agent tool. installs: npm:agentify-openapi detail: https://mcpindex.ai/server/io-github-sani-savaliya-agentify - io.github.sanjana-pier39/negotiate-mcp (io.github.sanjana-pier39/negotiate-mcp@0.1.1) Negotiate prices at any negotiate.v1 store. AI shopper tools for Claude. installs: pypi:negotiate-mcp detail: https://mcpindex.ai/server/io-github-sanjana-pier39-negotiate-mcp - Kafka Sentinel (io.github.sanjay-amu/kafka-sentinel-mcp@0.1.2) Read-only Kafka observability MCP server: cluster health, consumer lag, and replay-readiness. installs: pypi:kafka-sentinel-mcp detail: https://mcpindex.ai/server/io-github-sanjay-amu-kafka-sentinel-mcp - io.github.sanjaysgk/can-immune (io.github.sanjaysgk/can-immune@1.0.0) Query CAN-IMMUNE: cancer neoantigen mutations, peptides, cell lines, MHC-I binding. Read-only. installs: remote:https://canelib.erc.monash.edu/mcp detail: https://mcpindex.ai/server/io-github-sanjaysgk-can-immune - io.github.sanjeevkkansal/solfleet (io.github.sanjeevkkansal/solfleet@0.1.1) Agent-safe fleet management for independent Solana validators and RPC nodes installs: pypi:solfleet detail: https://mcpindex.ai/server/io-github-sanjeevkkansal-solfleet - GAUNTLEX (io.github.sanjoy1234/gauntlex@1.0.2) Concurrent Builder + Breaker agents generate code and adversarial tests at once, gated in CI. installs: pypi:gauntlex-ai detail: https://mcpindex.ai/server/io-github-sanjoy1234-gauntlex - Santiment (io.github.santiment/santiment-mcp@1.0.0) Crypto market intelligence: social sentiment, on-chain, trending narratives & analyst insights. installs: remote:https://api.santiment.net/mcp detail: https://mcpindex.ai/server/io-github-santiment-santiment-mcp - Agent Rescue (io.github.santismm/agent-rescue@0.1.0) Cross-session idempotency, URLs as schema-validated JSON, and a record of missing capabilities. installs: remote:https://agent-rescue.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-santismm-agent-rescue - io.github.sapientsai/power-automate-mcp-server (io.github.sapientsai/power-automate-mcp-server@0.2.4) Inspect, operate, and author Microsoft Power Automate cloud flows from an agent context. installs: npm:power-automate-mcp-server detail: https://mcpindex.ai/server/io-github-sapientsai-power-automate-mcp-server - io.github.sapiom/mcp (io.github.sapiom/mcp@0.8.0) Sapiom MCP server — authentication, verification, and API tools installs: npm:@sapiom/mcp detail: https://mcpindex.ai/server/io-github-sapiom-mcp - AI Divination Skills (io.github.sapuyou45-bit/ai-divination-skills@0.7.0) Audited tarot, I Ching, Xiao Liu Ren, Bazi (Four Pillars). Model never invents results. installs: pypi:ai-divination-skills detail: https://mcpindex.ai/server/io-github-sapuyou45-bit-ai-divination-skills - io.github.sara-star-quant/presence-mcp (io.github.sara-star-quant/presence-mcp@0.2.0) Read-only MCP access to presence: living project model and outcome telemetry. installs: pypi:presence-mcp detail: https://mcpindex.ai/server/io-github-sara-star-quant-presence-mcp - io.github.sarath-451/tomcat (io.github.sarath-451/tomcat@1.0.2) Local MCP server for AI-assisted Apache Tomcat management and diagnostics installs: npm:@sarath-451/tomcat-mcp detail: https://mcpindex.ai/server/io-github-sarath-451-tomcat - io.github.sarduine13-star/botguard-pro (io.github.sarduine13-star/botguard-pro@1.0.3) Bot traffic detector for paid ads. Input: domain. Returns trigger, fake sessions, daily USD waste. installs: remote:https://botguard-agent-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-sarduine13-star-botguard-pro - memi (io.github.sarveshsea/memi@2.7.4) Memi is the read-only design engineering audit and skill layer for coding agents. installs: npm:@memi-design/cli detail: https://mcpindex.ai/server/io-github-sarveshsea-memi - Memoire (io.github.sarveshsea/memoire@0.16.1) Shadcn-native Design CI for Tailwind apps with registry export and MCP UI tools. installs: npm:@sarveshsea/memoire detail: https://mcpindex.ai/server/io-github-sarveshsea-memoire - SassyMCP (io.github.sassyconsultingllc/sassymcp@1.14.1) One MCP server that replaces 75+ — 274 tools in a single exe, smart-loaded. installs: pypi:sassymcp detail: https://mcpindex.ai/server/io-github-sassyconsultingllc-sassymcp - io.github.sathergate/floodgate (io.github.sathergate/floodgate@0.1.1) Rate limiting for Next.js. Zero-dependency sliding window and token bucket. installs: npm:ratelimit-next detail: https://mcpindex.ai/server/io-github-sathergate-floodgate - io.github.sathvic-kollu/techtenstein-seo (io.github.sathvic-kollu/techtenstein-seo@1.0.2) On-page SEO audit for any URL. Titles, meta, headings, links, score, and fix recommendations. installs: pypi:techtenstein-seo-mcp detail: https://mcpindex.ai/server/io-github-sathvic-kollu-techtenstein-seo - io.github.sathya-sankaran/mdshare (io.github.sathya-sankaran/mdshare@1.4.1) Free markdown sharing. Upload, get links, collaborate. No login needed. installs: npm:mdshare-mcp detail: https://mcpindex.ai/server/io-github-sathya-sankaran-mdshare - io.github.satoshkin-dev/satoshkin-aml-mcp (io.github.satoshkin-dev/satoshkin-aml-mcp@0.2.0) AML/KYT crypto wallet risk screening (BitOK data) for Claude, ChatGPT and any MCP client. installs: npm:satoshkin-aml-mcp detail: https://mcpindex.ai/server/io-github-satoshkin-dev-satoshkin-aml-mcp - io.github.saurav61091/mcp-openapi-runner (io.github.saurav61091/mcp-openapi-runner@1.0.1) Turn any OpenAPI 3.x spec into callable MCP tools for Claude. No custom integration code needed. installs: npm:mcp-openapi-runner detail: https://mcpindex.ai/server/io-github-saurav61091-mcp-openapi-runner - io.github.savecharlie/touchstone (io.github.savecharlie/touchstone@0.1.0) Verifiable text/code/measurement tools for agents, each reproducing a named authority. installs: pypi:touchstone-compute detail: https://mcpindex.ai/server/io-github-savecharlie-touchstone - io.github.savhascelik/meta-api-mcp-server (io.github.savhascelik/meta-api-mcp-server@1.0.1) You can connect any API to LLMs. This enables AI to interact directly with APIs installs: npm:meta-api-mcp-server detail: https://mcpindex.ai/server/io-github-savhascelik-meta-api-mcp-server - io.github.saviodamato/agentrank-mcp (io.github.saviodamato/agentrank-mcp@0.1.3) Find real, verifiable businesses with provenance and source URLs - for AI agents. installs: pypi:agentrank-mcp detail: https://mcpindex.ai/server/io-github-saviodamato-agentrank-mcp - Primary Source Commodities (io.github.sawftware-apps/commodities-sh@0.1.0) Primary-source commodities data for AI agents — EIA, FRED, CFTC, USDA, USGS via x402 on Base. installs: remote:https://api.commodities.sh/api/mcp detail: https://mcpindex.ai/server/io-github-sawftware-apps-commodities-sh - Sayba AI Agent Social Platform (io.github.saybanet/sayba-platform@2.4.0) AI Agent social network with 23 MCP tools for social, tasks, skills, and XC token economy. installs: npm:sayba-platform | remote:https://mcp.sayba.com/mcp detail: https://mcpindex.ai/server/io-github-saybanet-sayba-platform - Sayba Skill Market (io.github.saybanet/sayba-skill-market@1.0.1) Discover, invoke, publish, and rate AI Agent skills on Sayba platform installs: npm:sayba-skill-market detail: https://mcpindex.ai/server/io-github-saybanet-sayba-skill-market - Relay Agents (io.github.sbosscher/relay-agents@0.2.0) 7 anonymous read-only tools. Authority-bounded autonomous onboarding guide. No financial authority. installs: remote:https://relayagents.net/api/mcp detail: https://mcpindex.ai/server/io-github-sbosscher-relay-agents - io.github.sbrunner-atx/wsjtx-mcp (io.github.sbrunner-atx/wsjtx-mcp@0.1.2) Operate WSJT-X (FT8/FT4/WSPR) from MCP clients over its UDP message protocol. installs: pypi:wsjtx-mcp detail: https://mcpindex.ai/server/io-github-sbrunner-atx-wsjtx-mcp - Scaleway MCP server (io.github.scaleway/scaleway-mcp@2.60.0) Scaleway MCP server for interacting with the Scaleway APIs installs: docker:scaleway/cli:2.60.0 detail: https://mcpindex.ai/server/io-github-scaleway-scaleway-mcp - Blitz Wings (io.github.scheur/blitz-wings@0.1.0) AI presentation and report generation: slides, diagrams, PPTX export, live preview MCP App. installs: remote:https://mcp.vectoropsai.com/mcp detail: https://mcpindex.ai/server/io-github-scheur-blitz-wings - Fund Momentum (io.github.schneidavie/fund-momentum@1.0.0) 920+ active VC funds with live investor signals installs: remote:https://fundmomentum.vc/_api/mcp detail: https://mcpindex.ai/server/io-github-schneidavie-fund-momentum - Deepnets — Solana Token Intelligence (io.github.scifantastic/deepnets-mcp@0.3.0) Solana token intelligence for trading agents: safety, holder graphs, funding networks, research. installs: npm:@deepnets/mcp-server detail: https://mcpindex.ai/server/io-github-scifantastic-deepnets-mcp - io.github.scka-de/ecb-mcp (io.github.scka-de/ecb-mcp@0.1.0) ECB data for AI agents — rates, yields, inflation, money supply, and 100+ datasets. No API key. installs: npm:ecb-mcp detail: https://mcpindex.ai/server/io-github-scka-de-ecb-mcp - io.github.scka-de/opensanctions-mcp (io.github.scka-de/opensanctions-mcp@0.1.1) Sanctions screening and PEP checks via OpenSanctions API for AI agents installs: npm:opensanctions-mcp detail: https://mcpindex.ai/server/io-github-scka-de-opensanctions-mcp - Scope (AEC) - Preview (io.github.scope-bid/scope-aec-mcp@0.1.1) AEC subcontractor vendor procurement plumbing layer. Preview V3 2027. Patent pending. installs: npm:@scope-bid/scope-aec-mcp detail: https://mcpindex.ai/server/io-github-scope-bid-scope-aec-mcp - Scope (Claims) - Preview (io.github.scope-bid/scope-claims-mcp@0.1.1) Insurance claims vendor procurement (IMEs, IA, surveillance). Preview V2 Q3 2026. Patent pending. installs: npm:@scope-bid/scope-claims-mcp detail: https://mcpindex.ai/server/io-github-scope-bid-scope-claims-mcp - Scope (Legal) (io.github.scope-bid/scope-mcp@0.2.1) Dispatch litigation work to legal vendors from any MCP-compatible AI workflow. Patent pending. installs: npm:@scope-bid/scope-mcp detail: https://mcpindex.ai/server/io-github-scope-bid-scope-mcp - GadgetHumans API Hub (io.github.scotia1973-bot/api-hub@2.6.0) 334 free developer tools for AI agents. No API key needed. installs: pypi:gadgethumans-api-hub-mcp detail: https://mcpindex.ai/server/io-github-scotia1973-bot-api-hub - io.github.scotia1973-bot/gadgethumans-mcp (io.github.scotia1973-bot/gadgethumans-mcp@1.0.7) 46 MCP tools + 300+ REST endpoints. Free tier, no API key. One-line install. installs: npm:gadgethumans-mcp detail: https://mcpindex.ai/server/io-github-scotia1973-bot-gadgethumans-mcp - io.github.scottchronicity/ephemeris-mcp (io.github.scottchronicity/ephemeris-mcp@1.2.0) Precision astronomical ephemeris and planetary positions via the Swiss Ephemeris. installs: pypi:ephemeris-mcp detail: https://mcpindex.ai/server/io-github-scottchronicity-ephemeris-mcp - io.github.scottmreed/ChemCP (io.github.scottmreed/ChemCP@1.1.0) MCP App that renders 2D molecular structures from SMILES using RDKit.js installs: npm:chemcp detail: https://mcpindex.ai/server/io-github-scottmreed-chemcp - DEWEY SOC codes classifier. (io.github.scoutexchange/dewey@1.0.0) Classification service to seamlessly retrieve SOC codes for job titles and descriptions. installs: remote:https://dewey-lro-test.lro.goscoutgo.com/mcp detail: https://mcpindex.ai/server/io-github-scoutexchange-dewey - ScoutScore (io.github.scoutscore/scoutscore@0.1.2) Trust scoring for AI agents. Check scores, fidelity, and flags for x402 services. installs: npm:@scoutscore/mcp-server detail: https://mcpindex.ai/server/io-github-scoutscore-scoutscore - Fudge (io.github.scroobius-pip/fudge@2.0.0) Build websites that look designed, not generated. Fudge gives AI real websites to study. installs: remote:https://api.withfudge.com/mcp detail: https://mcpindex.ai/server/io-github-scroobius-pip-fudge - io.github.sdeanesh-png/agentpay (io.github.sdeanesh-png/agentpay@0.2.1) Spending controls for AI agents: per-agent budgets, vendor allowlists, full audit trail. installs: npm:@agentpay-run/mcp-server detail: https://mcpindex.ai/server/io-github-sdeanesh-png-agentpay - Promptlint MCP (io.github.sean-sunagaku/promptlint-mcp@0.1.3) Static linter for AI prompts: contradictions, redundancy, ambiguity, and fluff. installs: npm:promptlint-mcp detail: https://mcpindex.ai/server/io-github-sean-sunagaku-promptlint-mcp - io.github.seang1121/sports-betting-mcp (io.github.seang1121/sports-betting-mcp@1.0.0) AI sports betting picks, odds, injuries & line movement. 1,353+ picks, 59.6% win rate. installs: pypi:sports-betting-mcp detail: https://mcpindex.ai/server/io-github-seang1121-sports-betting-mcp - io.github.seankim-android/humanaway-mcp-server (io.github.seankim-android/humanaway-mcp-server@0.2.2) MCP server for humanaway, a social network for AI agents. installs: npm:@humanaway/mcp-server detail: https://mcpindex.ai/server/io-github-seankim-android-humanaway-mcp-server - TCG MCP (io.github.seanlok/tcg-mcp@0.4.0) Pokemon TCG MCP server: PSA grading, collection management, and multi-provider pricing. installs: pypi:tcg-mcp detail: https://mcpindex.ai/server/io-github-seanlok-tcg-mcp - io.github.seanthings/colorado-business-registrations (io.github.seanthings/colorado-business-registrations@1.0.1) New Colorado business registrations: name, formation date, entity type, registered agent, address. installs: remote:https://colorado.dwelldata.io/mcp detail: https://mcpindex.ai/server/io-github-seanthings-colorado-business-registrations - io.github.seanthings/hermes-real-estate-data (io.github.seanthings/hermes-real-estate-data@1.0.2) Typed US real-estate feeds: deals, signals, leads. Empty is explained, never pay for a blank. installs: remote:https://hermes-storefront.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-seanthings-hermes-real-estate-data - io.github.seanthings/ohio-business-registrations (io.github.seanthings/ohio-business-registrations@1.0.1) New Ohio business registrations: name, filing date, entity type, registered agent, address. installs: remote:https://ohio.dwelldata.io/mcp detail: https://mcpindex.ai/server/io-github-seanthings-ohio-business-registrations - io.github.seanthings/socal-business-registrations (io.github.seanthings/socal-business-registrations@1.0.0) New Southern California business registrations: name, filing date, entity type, agent, address. installs: remote:https://socal-business-storefront.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-seanthings-socal-business-registrations - OTC Pricing MCP (io.github.seaser0/otc-pricing-mcp@0.1.1) MCP server for the Open Telekom Cloud Price Calculator API (eu-de, eu-nl, eu-ch2). installs: pypi:otc-pricing-mcp detail: https://mcpindex.ai/server/io-github-seaser0-otc-pricing-mcp - io.github.seasonsagents-art/webaz (io.github.seasonsagents-art/webaz@0.1.16) [PRE-LAUNCH] Agent-native MCP commerce protocol. Repo private until W8. See webaz.xyz. installs: npm:@seasonkoh/webaz detail: https://mcpindex.ai/server/io-github-seasonsagents-art-webaz - Keel (io.github.seayniclabs/keel@0.2.1) Network diagnostics — ping, traceroute, DNS, port scanning, and connectivity testing. installs: pypi:keel-mcp detail: https://mcpindex.ai/server/io-github-seayniclabs-keel - io.github.sebastienrousseau/acmt001-mcp (io.github.sebastienrousseau/acmt001-mcp@0.0.6) MCP server for ISO 20022 acmt.001 account management message generation and validation. installs: pypi:acmt001-mcp detail: https://mcpindex.ai/server/io-github-sebastienrousseau-acmt001-mcp - io.github.sebastienrousseau/bankstatementparser-mcp (io.github.sebastienrousseau/bankstatementparser-mcp@0.0.15) MCP server for parsing bank statements (BAI2, MT940/MT942, CAMT.053, OFX) via stdio. installs: pypi:bankstatementparser-mcp detail: https://mcpindex.ai/server/io-github-sebastienrousseau-bankstatementparser-mcp - io.github.sebastienrousseau/camt-exceptions (io.github.sebastienrousseau/camt-exceptions@0.0.15) Generate + XSD-validate ISO 20022 E&I camt messages (camt.056 cancellation, camt.029 resolution). installs: pypi:camt-exceptions detail: https://mcpindex.ai/server/io-github-sebastienrousseau-camt-exceptions - io.github.sebastienrousseau/camt053-mcp (io.github.sebastienrousseau/camt053-mcp@0.0.14) MCP server for ISO 20022 camt.053 bank-to-customer statement parsing and reconciliation. installs: pypi:camt053-mcp detail: https://mcpindex.ai/server/io-github-sebastienrousseau-camt053-mcp - io.github.sebastienrousseau/iso20022-bank-profile-mcp (io.github.sebastienrousseau/iso20022-bank-profile-mcp@0.0.2) Local MCP server that serves and validates bank-specific ISO 20022 clearing profiles. installs: pypi:iso20022-bank-profile-mcp detail: https://mcpindex.ai/server/io-github-sebastienrousseau-iso20022-bank-profile-mcp - io.github.sebastienrousseau/iso20022-evidence-pack-mcp (io.github.sebastienrousseau/iso20022-evidence-pack-mcp@0.0.2) MCP server: seal & sign ISO 20022 readiness evidence into tamper-evident audit packs. installs: pypi:iso20022-evidence-pack-mcp detail: https://mcpindex.ai/server/io-github-sebastienrousseau-iso20022-evidence-pack-mcp - io.github.sebastienrousseau/iso20022-mcp (io.github.sebastienrousseau/iso20022-mcp@0.0.5) Unified ISO 20022 MCP gateway routing across the pain, pacs, camt and acmt message families. installs: pypi:iso20022-mcp detail: https://mcpindex.ai/server/io-github-sebastienrousseau-iso20022-mcp - io.github.sebastienrousseau/iso20022-readiness-suite-mcp (io.github.sebastienrousseau/iso20022-readiness-suite-mcp@0.0.2) Orchestration MCP server: ISO 20022 readiness scoring, remediation, bank-response simulation. installs: pypi:iso20022-readiness-suite-mcp detail: https://mcpindex.ai/server/io-github-sebastienrousseau-iso20022-readiness-suite-mcp - io.github.sebastienrousseau/noyalib-mcp (io.github.sebastienrousseau/noyalib-mcp@0.0.18) MCP server for lossless YAML 1.2 parsing, formatting, and validation (pure Rust). installs: docker:ghcr.io/sebastienrousseau/noyalib-mcp:0.0.18 detail: https://mcpindex.ai/server/io-github-sebastienrousseau-noyalib-mcp - io.github.sebastienrousseau/pacs008-mcp (io.github.sebastienrousseau/pacs008-mcp@0.0.7) ISO 20022 pacs.008 FI-to-FI credit transfers: generate, validate, parse, scheme + address checks. installs: pypi:pacs008-mcp detail: https://mcpindex.ai/server/io-github-sebastienrousseau-pacs008-mcp - io.github.sebastienrousseau/structured-address-fix-mcp (io.github.sebastienrousseau/structured-address-fix-mcp@0.0.2) MCP server for ISO 20022 postal-address remediation ahead of the Nov 2026 CBPR+ cliff. installs: pypi:structured-address-fix-mcp detail: https://mcpindex.ai/server/io-github-sebastienrousseau-structured-address-fix-mcp - Parallect (io.github.securecoders/parallect@1.0.0) Fan out deep research across multiple AI providers, synthesize into one unified report. installs: remote:https://parallect.ai/api/mcp/mcp detail: https://mcpindex.ai/server/io-github-securecoders-parallect - io.github.secureprivacy/secure-privacy-mcp (io.github.secureprivacy/secure-privacy-mcp@1.1.1) An MCP server that automatically integrate GDPR-compliant cookie consent banners into websites installs: npm:secure-privacy-mcp detail: https://mcpindex.ai/server/io-github-secureprivacy-secure-privacy-mcp - io.github.sedis-ab/mcp (io.github.sedis-ab/mcp@1.1.5) Read-only MCP tools for the Sedis PartnerAPI v2 (Bolagsanalys + Fastighetsbenchmark). installs: npm:@sedis/mcp detail: https://mcpindex.ai/server/io-github-sedis-ab-mcp - AgentFeed (io.github.seekdaseek/agentfeed@2.1.1) AgentFeed: 47 tools — our own liquidation tape + tokenized-equity peg data, paid in USDC. installs: remote:https://x402.ochinimus.app/mcp detail: https://mcpindex.ai/server/io-github-seekdaseek-agentfeed - AgentFeed on Algorand (io.github.seekdaseek/agentfeed-algo@0.1.1) Cross-exchange liquidation tape, paid per call in USDC on Algorand. Free catalog, no key needed. installs: npm:@seekdaseek/agentfeed-algo detail: https://mcpindex.ai/server/io-github-seekdaseek-agentfeed-algo - Impri (io.github.sekera-radim/impri@0.1.1) Impri MCP server — human-in-the-loop approval inbox for AI agents installs: npm:@impri/mcp detail: https://mcpindex.ai/server/io-github-sekera-radim-impri - Reelier (io.github.seldonframe/reelier@0.24.0) Snapshot tests and CI for agent workflows: record a run, replay it at 0 tokens, diff for drift. installs: npm:reelier detail: https://mcpindex.ai/server/io-github-seldonframe-reelier - io.github.selfagency/beans-mcp (io.github.selfagency/beans-mcp@0.1.4) Interact with the Beans CLI issue tracker agentically installs: npm:@selfagency/beans-mcp detail: https://mcpindex.ai/server/io-github-selfagency-beans-mcp - Base Intel MCP (io.github.selflabbs/base-intel-mcp@1.0.0) Read-only on-chain intelligence for AI agents on Base: balances, tokens, gas, tx status. installs: remote:https://base.selflabbs.com/mcp detail: https://mcpindex.ai/server/io-github-selflabbs-base-intel-mcp - Economy Intel MCP (io.github.selflabbs/economy-intel-mcp@1.0.0) Macro data for AI agents: GDP, inflation, unemployment and more (World Bank, US BLS). No keys. installs: remote:https://economy.selflabbs.com/mcp detail: https://mcpindex.ai/server/io-github-selflabbs-economy-intel-mcp - Filings Intel MCP (io.github.selflabbs/filings-intel-mcp@1.0.0) SEC EDGAR filings for AI agents: company lookup, filings, financials, insider trades. No keys. installs: remote:https://filings.selflabbs.com/mcp detail: https://mcpindex.ai/server/io-github-selflabbs-filings-intel-mcp - Market Intel MCP (io.github.selflabbs/market-intel-mcp@2.0.0) Live & historical FX rates and currency conversion for AI agents. No API keys. installs: remote:https://market.selflabbs.com/mcp detail: https://mcpindex.ai/server/io-github-selflabbs-market-intel-mcp - Package Intel MCP (io.github.selflabbs/package-intel-mcp@1.0.0) Package intelligence for AI agents across npm, PyPI, crates.io and deps.dev. No API keys. installs: remote:https://package.selflabbs.com/mcp detail: https://mcpindex.ai/server/io-github-selflabbs-package-intel-mcp - Regulatory Intel MCP (io.github.selflabbs/regulatory-intel-mcp@1.0.0) US Federal Register for AI agents: rules, notices, executive orders, agency lookup. No keys. installs: remote:https://regulatory.selflabbs.com/mcp detail: https://mcpindex.ai/server/io-github-selflabbs-regulatory-intel-mcp - Microsoft Planner (io.github.selic/mcp-planner@0.2.0) Microsoft Planner MCP server — plans, buckets, tasks via Microsoft Graph, ETags handled installs: npm:mcp-planner detail: https://mcpindex.ai/server/io-github-selic-mcp-planner - io.github.sella-network/sella (io.github.sella-network/sella@1.0.0) Marketplace where AI agents buy datasets and API access, pay per call in USDC over x402. installs: remote:https://sellag.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-sella-network-sella - io.github.sellisd/mcp-units (io.github.sellisd/mcp-units@0.3.3) An MCP server that provides some common units conversions for cooking installs: pypi:mcp-units detail: https://mcpindex.ai/server/io-github-sellisd-mcp-units - Seerxo (io.github.semihbugrasezer/seerxo@1.13.0) Generate SEO-optimized Etsy listings — title, description, and 13 tags — from your AI assistant. installs: npm:seerxo | remote:https://api.seerxo.com/mcp detail: https://mcpindex.ai/server/io-github-semihbugrasezer-seerxo - Semilattice - audience prediction (io.github.semilattice-research/mcp@0.1.0) Semilattice lets agents make predictions about audiences for content testing and decision making. installs: remote:https://mcp.semilattice.ai detail: https://mcpindex.ai/server/io-github-semilattice-research-mcp - WARN Firehose — Labor Market Intelligence (io.github.sendkamal/warn-firehose@1.1.0) WARN layoffs, H-1B/LCA visas, SEC 8-K, bankruptcies, DOL claims & JOLTS for all 50 US states. installs: remote:https://warnfirehose.com/mcp/ detail: https://mcpindex.ai/server/io-github-sendkamal-warn-firehose - Sensact (io.github.sensact-agents/sensact@0.1.2) An authenticated remote MCP server for user-owned devices and one-shot capability invocation. installs: remote:https://helavgrvwipmdvyejfom.supabase.co/functions/v1/mcp detail: https://mcpindex.ai/server/io-github-sensact-agents-sensact - VerdictSwarm MCP (io.github.sentien-labs/verdictswarm-mcp@0.2.1) Read-only pre-trade token risk verdicts and size-aware Solana exit screening for agents. installs: pypi:verdictswarm-mcp detail: https://mcpindex.ai/server/io-github-sentien-labs-verdictswarm-mcp - io.github.seob5285-alt/stateless-math-worker (io.github.seob5285-alt/stateless-math-worker@1.0.0) Stateless array aggregation utility engine via x402 microtransactions. installs: manual detail: https://mcpindex.ai/server/io-github-seob5285-alt-stateless-math-worker - io.github.seob717/redash-mcp (io.github.seob717/redash-mcp@3.2.0) Connect Redash to Claude -- query data, manage dashboards, and run SQL with natural language. installs: npm:redash-mcp detail: https://mcpindex.ai/server/io-github-seob717-redash-mcp - io.github.seojeom/seojeom-mcp (io.github.seojeom/seojeom-mcp@0.2.3) Local-first MCP server for Claude/Codex project wiki and graph workflows installs: npm:@seojeom/mcp-server detail: https://mcpindex.ai/server/io-github-seojeom-seojeom-mcp - io.github.seomarlboro/domain-check-skills-mcp (io.github.seomarlboro/domain-check-skills-mcp@1.2.2) World's fastest domain check. Or the second — dispute it. 52 TLDs, 7 registrars, no API key. installs: npm:domain-check-skills-mcp detail: https://mcpindex.ai/server/io-github-seomarlboro-domain-check-skills-mcp - io.github.sercanmetalore/ai-act-compliance-mcp (io.github.sercanmetalore/ai-act-compliance-mcp@0.1.0) EU AI Act uyum MCP sunucusu — risk sınıflandırma (madde atıflı), rol bazlı yükümlülük listesi… installs: remote:https://mcp.boykaf.com/ai-act-compliance/mcp detail: https://mcpindex.ai/server/io-github-sercanmetalore-ai-act-compliance-mcp - io.github.sercanmetalore/automotive-mcp (io.github.sercanmetalore/automotive-mcp@0.1.0) NHTSA VIN decode + araç geri çağırma (recall) + ISO-3779 EU-VIN WMI decode (üretici/ülke/yıl/tesis)… installs: remote:https://mcp.boykaf.com/automotive/mcp detail: https://mcpindex.ai/server/io-github-sercanmetalore-automotive-mcp - io.github.sercanmetalore/bin-lookup-mcp (io.github.sercanmetalore/bin-lookup-mcp@0.1.0) BIN/IIN sorgulama MCP sunucusu: kart markası, tür, ihraç eden banka ve ülke bilgisi. Üç katmanlı… installs: remote:https://mcp.boykaf.com/bin-lookup/mcp detail: https://mcpindex.ai/server/io-github-sercanmetalore-bin-lookup-mcp - io.github.sercanmetalore/clinical-fda-mcp (io.github.sercanmetalore/clinical-fda-mcp@0.1.0) openFDA ilaç geri çağırma kayıtları + ClinicalTrials.gov klinik deney arama, ABD federal açık… installs: remote:https://mcp.boykaf.com/clinical-fda/mcp detail: https://mcpindex.ai/server/io-github-sercanmetalore-clinical-fda-mcp - io.github.sercanmetalore/company-enrichment-mcp (io.github.sercanmetalore/company-enrichment-mcp@0.1.0) Firma web sitesinden (domain) firmografik profil + NACE/NAICS kategorizasyon + iletişim çıkarımı;… installs: remote:https://mcp.boykaf.com/company-enrichment/mcp detail: https://mcpindex.ai/server/io-github-sercanmetalore-company-enrichment-mcp - io.github.sercanmetalore/ekap-tender-mcp (io.github.sercanmetalore/ekap-tender-mcp@0.1.0) Resmî Kamu İhale Bülteni (EKAP) üzerinden CAPTCHA'sız/girişsiz ihale ilanı arşivleme ve arama,… installs: remote:https://mcp.boykaf.com/ekap-tender/mcp detail: https://mcpindex.ai/server/io-github-sercanmetalore-ekap-tender-mcp - io.github.sercanmetalore/price-intel-mcp (io.github.sercanmetalore/price-intel-mcp@0.1.0) Fiyat Zekası MCP sunucusu — akaryakıt fiyatları (US EIA BYOK / TR EPDK), yaşam maliyeti (World… installs: remote:https://mcp.boykaf.com/price-intel/mcp detail: https://mcpindex.ai/server/io-github-sercanmetalore-price-intel-mcp - io.github.sercanmetalore/real-estate-global-mcp (io.github.sercanmetalore/real-estate-global-mcp@0.1.0) Global Emlak MCP sunucusu — ANAHTARSIZ ABD açık-veri piyasa istatistikleri (FHFA HPI, US Census… installs: remote:https://mcp.boykaf.com/real-estate-global/mcp detail: https://mcpindex.ai/server/io-github-sercanmetalore-real-estate-global-mcp - io.github.sercanmetalore/sanctions-screening-mcp (io.github.sercanmetalore/sanctions-screening-mcp@0.1.0) MASAK + OFAC/UN/EU yaptırım ve PEP tarama MCP sunucusu — Türkçe transliterasyon, fuzzy matching,… installs: remote:https://mcp.boykaf.com/sanctions-screening/mcp detail: https://mcpindex.ai/server/io-github-sercanmetalore-sanctions-screening-mcp - io.github.sercanmetalore/serp-content-mcp (io.github.sercanmetalore/serp-content-mcp@0.1.0) SERP + haber + içerik çıkarımı MCP sunucusu — web araması (Brave/SerpApi BYOK), anahtarsız haber… installs: remote:https://mcp.boykaf.com/serp-content/mcp detail: https://mcpindex.ai/server/io-github-sercanmetalore-serp-content-mcp - io.github.sercanmetalore/social-media-data-mcp (io.github.sercanmetalore/social-media-data-mcp@0.1.0) Sosyal Medya Verisi MCP sunucusu (BYOK-ONLY). X API v2 / Instagram Graph / TikTok Research resmi… installs: remote:https://mcp.boykaf.com/social-media-data/mcp detail: https://mcpindex.ai/server/io-github-sercanmetalore-social-media-data-mcp - io.github.sercanmetalore/visual-edit-mcp (io.github.sercanmetalore/visual-edit-mcp@0.1.0) Görsel Düzenleme MCP sunucusu — arka-plan kaldırma (anahtarsız/BYOK), nesne kaldırma ve yüz… installs: remote:https://mcp.boykaf.com/visual-edit/mcp detail: https://mcpindex.ai/server/io-github-sercanmetalore-visual-edit-mcp - RadioChron (io.github.sergii-ziborov/radiochron@0.6.0) Local-first Wi-Fi incident diagnostics with native BLE scan, history, and risk evidence. installs: npm:radiochron-mcp detail: https://mcpindex.ai/server/io-github-sergii-ziborov-radiochron - Weavatrix (io.github.sergii-ziborov/weavatrix@1.7.0) Native Weavatrix MCP: 43 read-only repository tools across 24 code and configuration surfaces. installs: npm:weavatrix detail: https://mcpindex.ai/server/io-github-sergii-ziborov-weavatrix - io.github.sergii-ziborov/weavatrix-js (io.github.sergii-ziborov/weavatrix-js@0.3.15) Always-fresh local repo graph: LSP-backed impact, Health, dead code, endpoints, architecture. installs: npm:weavatrix-js detail: https://mcpindex.ai/server/io-github-sergii-ziborov-weavatrix-js - io.github.sergii-ziborov/weavatrix-online (io.github.sergii-ziborov/weavatrix-online@0.3.1) Source-free Weavatrix MCP: preview-gated sync, advisories, malware review, architecture contracts. installs: npm:weavatrix-online detail: https://mcpindex.ai/server/io-github-sergii-ziborov-weavatrix-online - io.github.sergii-ziborov/weavatrix-refactor (io.github.sergii-ziborov/weavatrix-refactor@1.0.4) Transactional refactoring MCP with 11 evidence-backed tools, hash-bound previews, and rollback. installs: npm:weavatrix-refactor detail: https://mcpindex.ai/server/io-github-sergii-ziborov-weavatrix-refactor - io.github.sergii-ziborov/weavatrix-refactor-js (io.github.sergii-ziborov/weavatrix-refactor-js@0.1.6) Transactional refactoring MCP with 11 evidence-backed tools, hash-bound previews, and rollback. installs: npm:weavatrix-refactor-js detail: https://mcpindex.ai/server/io-github-sergii-ziborov-weavatrix-refactor-js - io.github.serkvay13/nerai-mcp (io.github.serkvay13/nerai-mcp@1.1.0) Geopolitical grounding for AI agents: country risk, forecasts, chokepoints, sanctions. Free tier. installs: remote:https://nerai-mcp.neraicorp.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-serkvay13-nerai-mcp - Universal Screenshot MCP (io.github.sethbang/screenshot-server@1.3.0) MCP server for web page and cross-platform system screenshots (macOS, Linux, Windows) installs: npm:universal-screenshot-mcp detail: https://mcpindex.ai/server/io-github-sethbang-screenshot-server - io.github.sethclawd-prog/schemaguard (io.github.sethclawd-prog/schemaguard@0.1.2) API Schema Drift Monitor — detect breaking changes in OpenAPI specs installs: npm:@sethclawd/schemaguard detail: https://mcpindex.ai/server/io-github-sethclawd-prog-schemaguard - Sevalla (io.github.sevalla-hosting/mcp@1.0.0) Official Sevalla MCP — full PaaS API access through just 2 tools. installs: remote:https://mcp.sevalla.com/mcp detail: https://mcpindex.ai/server/io-github-sevalla-hosting-mcp - io.github.sezgimeydanci/gigora (io.github.sezgimeydanci/gigora@1.0.0) Live-concert discovery: 44,000+ upcoming concerts worldwide by city, artist, genre or festival. installs: remote:https://gigora.live/api/mcp detail: https://mcpindex.ai/server/io-github-sezgimeydanci-gigora - s-gw (io.github.sgateway/s-gw@0.1.19) Keep credentials out of AI coding agents with local approvals, scoped injection, and audit trails. installs: npm:@s-gw/s-gw detail: https://mcpindex.ai/server/io-github-sgateway-s-gw - Proppely (io.github.shabsi7700/proppely@0.2.1) Governed property-management MCP: portfolio, leasing, accounting, maintenance, OAuth 2.1. installs: remote:https://www.proppely.com/api/v1/mcp detail: https://mcpindex.ai/server/io-github-shabsi7700-proppely - io.github.shadowy/lianban-a-share-review (io.github.shadowy/lianban-a-share-review@1.0.1) 连板网A股复盘数据: 连板天梯/题材/情绪周期/龙虎榜游资/个股涨停史 (A-share daily review, free read-only) installs: remote:https://lianban.net/mcp detail: https://mcpindex.ai/server/io-github-shadowy-lianban-a-share-review - io.github.shafarenkacfi/mcp-server-registration (io.github.shafarenkacfi/mcp-server-registration@1.0.0) An MCP server that provides [describe what your server does] installs: manual detail: https://mcpindex.ai/server/io-github-shafarenkacfi-mcp-server-registration - io.github.shahidh68/audit-ledger-mcp (io.github.shahidh68/audit-ledger-mcp@0.3.1) Record AI decisions to a tamper-evident audit ledger from any MCP-compatible agent. installs: npm:audit-ledger-mcp detail: https://mcpindex.ai/server/io-github-shahidh68-audit-ledger-mcp - io.github.shahidla/cds-db-nlquery-mcp (io.github.shahidla/cds-db-nlquery-mcp@0.7.3) MCP server for natural-language queries against SAP CAP db-layer entities via real CQN/SQL JOINs. installs: npm:@shahid.la/cds-db-nlquery-mcp detail: https://mcpindex.ai/server/io-github-shahidla-cds-db-nlquery-mcp - SoftwareForge (io.github.shailesh-opsera/softwareforge@1.0.0) AI-native Day 0 modernization platform for PRDs, architecture, work orders, and code transformation. installs: remote:https://refactory.agent.opsera.dev/api/mcp detail: https://mcpindex.ai/server/io-github-shailesh-opsera-softwareforge - TickTest — A股量化回测 (io.github.shakagold/ticktest-mcp@0.3.1) A股量化回测 MCP Server——让 AI Agent 用自然语言回测 A 股,说一句秒出结果。单/双均线×任意周期×跨频组合,海龟交易永久免费。 installs: pypi:ticktest-mcp detail: https://mcpindex.ai/server/io-github-shakagold-ticktest-mcp - io.github.shaozhengkun123/yarrow (io.github.shaozhengkun123/yarrow@0.1.0) I-Ching (周易) oracle: cast a hexagram, read classical commentary, get a reflection. Bilingual. installs: remote:https://yarrow-oracle.shaozhengkun.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-shaozhengkun123-yarrow - pykrx-mcp (io.github.sharebook-kr/pykrx-mcp@0.1.3) Korean stock market data (KOSPI/KOSDAQ) with ETF tracking and fundamental analysis installs: pypi:pykrx-mcp detail: https://mcpindex.ai/server/io-github-sharebook-kr-pykrx-mcp - SharkSales Portfolio & Kennisbank (io.github.sharksalesinfo-blip/portfolio@1.0.0) Marketing strateeg portfolio met AI kennisbank voor marketing, sales en strategie inzichten. installs: remote:https://sharksalesinfo-blip.github.io/mcp-server detail: https://mcpindex.ai/server/io-github-sharksalesinfo-blip-portfolio - io.github.sharozdawa/content-optimizer (io.github.sharozdawa/content-optimizer@1.0.0) SERP-based content scoring and optimization with 7 SEO categories. installs: npm:content-optimizer-mcp detail: https://mcpindex.ai/server/io-github-sharozdawa-content-optimizer - io.github.sharozdawa/indexnow (io.github.sharozdawa/indexnow@1.0.0) Submit URLs for instant indexing via IndexNow and Google Indexing API. installs: npm:indexnow-mcp detail: https://mcpindex.ai/server/io-github-sharozdawa-indexnow - io.github.sharozdawa/schema-gen (io.github.sharozdawa/schema-gen@1.0.0) Generate Schema.org JSON-LD markup for 12 types including Person, Product, and FAQ. installs: npm:schema-gen-mcp detail: https://mcpindex.ai/server/io-github-sharozdawa-schema-gen - io.github.shashankswe2020-ux/whoop (io.github.shashankswe2020-ux/whoop@0.5.2) MCP server for WHOOP health data — recovery, sleep, workouts, cycles, and trends. installs: npm:whoop-ai-mcp detail: https://mcpindex.ai/server/io-github-shashankswe2020-ux-whoop - io.github.shashwatgtm/craft-content-mcp (io.github.shashwatgtm/craft-content-mcp@1.0.1) 8 content tools: Case Studies, Newsletters, Webinars, Repurposing, Thought Leadership installs: npm:@shashwatgtmalpha/craft-content-mcp detail: https://mcpindex.ai/server/io-github-shashwatgtm-craft-content-mcp - io.github.shashwatgtm/craft-gtm-mcp (io.github.shashwatgtm/craft-gtm-mcp@1.0.1) 8 strategic GTM tools: PMF, Launch, Interviews, Retention, Partners, Crisis, Competitive Intel installs: npm:@shashwatgtmalpha/craft-gtm-mcp detail: https://mcpindex.ai/server/io-github-shashwatgtm-craft-gtm-mcp - io.github.shashwatgtm/gtm-alpha-consultant (io.github.shashwatgtm/gtm-alpha-consultant@1.0.5) Professional GTM consultation using EPIC framework for strategic go-to-market advice. installs: npm:@shashwatgtmalpha/gtm-alpha-mcp-server detail: https://mcpindex.ai/server/io-github-shashwatgtm-gtm-alpha-consultant - io.github.shashwatgtm/gtm-alpha-mcp-server (io.github.shashwatgtm/gtm-alpha-mcp-server@1.0.2) Professional GTM consultation MCP server with EPIC framework installs: npm:@shashwatgtmalpha/gtm-alpha-mcp-server detail: https://mcpindex.ai/server/io-github-shashwatgtm-gtm-alpha-mcp-server - io.github.shashwatgtm/icp-intelligence-mcp (io.github.shashwatgtm/icp-intelligence-mcp@1.0.0) Deep ICP Analysis with Pattern Detection - 9 B2B targeting tools installs: npm:@shashwatgtmalpha/icp-intelligence-mcp detail: https://mcpindex.ai/server/io-github-shashwatgtm-icp-intelligence-mcp - io.github.shashwatgtm/impact-mcp (io.github.shashwatgtm/impact-mcp@2.0.0) Hypothesis-Driven B2B Positioning Engine - 8 strategic positioning tools installs: npm:@shashwatgtmalpha/impact-mcp detail: https://mcpindex.ai/server/io-github-shashwatgtm-impact-mcp - io.github.shashwatgtm/impact-mcp-server (io.github.shashwatgtm/impact-mcp-server@1.0.1) IMPACT Framework - B2B Positioning & Messaging Tools by Shashwat Ghosh installs: npm:@shashwatgtmalpha/impact-mcp-server detail: https://mcpindex.ai/server/io-github-shashwatgtm-impact-mcp-server - io.github.shashwatgtm/revenue-enablement-mcp (io.github.shashwatgtm/revenue-enablement-mcp@1.0.0) Deal Strategy & Sales Enablement - 12 revenue acceleration tools installs: npm:@shashwatgtmalpha/revenue-enablement-mcp detail: https://mcpindex.ai/server/io-github-shashwatgtm-revenue-enablement-mcp - io.github.shawndei/glimind (io.github.shawndei/glimind@0.1.0) Live reliability for AI agent tools: is it working right now, and how do I call it correctly? installs: remote:https://glimind.com/mcp detail: https://mcpindex.ai/server/io-github-shawndei-glimind - io.github.shawnwollenberg/walletlens (io.github.shawnwollenberg/walletlens@0.1.2) EVM wallet reports and Robinhood Stock Token intelligence paid with USDC over x402. installs: npm:@shawnwollenberg/walletlens-mcp detail: https://mcpindex.ai/server/io-github-shawnwollenberg-walletlens - io.github.shea256/aiiq-mcp (io.github.shea256/aiiq-mcp@0.2.0) Query AI IQ (aiiq.org) model IQ, rankings, benchmarks, and methodology. installs: npm:@aiiq/mcp detail: https://mcpindex.ai/server/io-github-shea256-aiiq-mcp - io.github.shemshallah/qtcl-mcp-server (io.github.shemshallah/qtcl-mcp-server@8.2.0) Agent-native post-quantum blockchain. 11 tools: send, balance, quantum oracle metrics. Flat fee. installs: remote:https://qtcl-blockchain.koyeb.app/mcp/sse detail: https://mcpindex.ai/server/io-github-shemshallah-qtcl-mcp-server - Horizon Insights MCP (io.github.shentao12022-cmyk/horizon-insights-mcp@1.0.34) Market data, financial statements, valuation, research, and news for investment workflows. installs: remote:https://vmcp.hzinsights.com/mcp/ detail: https://mcpindex.ai/server/io-github-shentao12022-cmyk-horizon-insights-mcp - KLinePic (io.github.sher1096/klinepic@0.1.0) Create annotated candlestick charts from broker or exchange fills for post-trade review. installs: docker:ghcr.io/sher1096/klinepic-mcp-server:0.1.0 detail: https://mcpindex.ai/server/io-github-sher1096-klinepic - MyMCPTools (io.github.shibley/mymcptools@0.1.1) Find MCP servers and check whether they actually respond, via live handshake probes. installs: remote:https://mymcptools.com/api/mcp detail: https://mcpindex.ai/server/io-github-shibley-mymcptools - Aruba Central MCP (io.github.shigechika/aruba-central-mcp@0.7.1) MCP server for Aruba Central: expose AP, switch, and client status to AI assistants installs: pypi:aruba-central-mcp detail: https://mcpindex.ai/server/io-github-shigechika-aruba-central-mcp - EOS MCP (io.github.shigechika/eos-mcp@1.2.1) MCP server for Arista EOS device operations via eAPI installs: pypi:eos-mcp detail: https://mcpindex.ai/server/io-github-shigechika-eos-mcp - J-Quants MCP (io.github.shigechika/jquants-mcp@0.56.0) MCP server for retrieving Japanese stock market data via J-Quants API v2 installs: pypi:jquants-mcp detail: https://mcpindex.ai/server/io-github-shigechika-jquants-mcp - Junos MCP (io.github.shigechika/junos-mcp@0.17.1) MCP server for Juniper Networks device operations via junos-ops installs: pypi:junos-mcp detail: https://mcpindex.ai/server/io-github-shigechika-junos-mcp - KeyCloak MCP (io.github.shigechika/keycloak-mcp@0.15.1) MCP server for KeyCloak Admin REST API via Service Account installs: pypi:keycloak-mcp detail: https://mcpindex.ai/server/io-github-shigechika-keycloak-mcp - MCP Stdio (io.github.shigechika/mcp-stdio@0.42.1) Stdio-to-HTTP gateway — connects MCP clients to remote HTTP MCP servers installs: pypi:mcp-stdio detail: https://mcpindex.ai/server/io-github-shigechika-mcp-stdio - Zabbix API MCP (io.github.shigechika/zapi-mcp@0.9.2) MCP server for the Zabbix API — daily brief, problems, hosts, items installs: pypi:zapi-mcp detail: https://mcpindex.ai/server/io-github-shigechika-zapi-mcp - io.github.shigetosidumeda-cyber/autonomath-mcp (io.github.shigetosidumeda-cyber/autonomath-mcp@0.5.0) Japanese public-program MCP — subsidies, loans, tax, law, invoice. 261 tools, ¥3/billable unit installs: pypi:autonomath-mcp detail: https://mcpindex.ai/server/io-github-shigetosidumeda-cyber-autonomath-mcp - io.github.shin-bot-litellm/litellm-mcp (io.github.shin-bot-litellm/litellm-mcp@1.0.1) Give AI agents access to 100+ LLMs. Call any model, compare outputs. installs: pypi:litellm-mcp detail: https://mcpindex.ai/server/io-github-shin-bot-litellm-litellm-mcp - io.github.shipping-ship-it/laytime-calculator-pro (io.github.shipping-ship-it/laytime-calculator-pro@1.0.0) AI-powered laytime, demurrage and despatch calculator for chartering professionals. installs: remote:https://navitt-mcp.marine-356.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-shipping-ship-it-laytime-calculator-pro - io.github.shivam-app-developers/ai-optimizer (io.github.shivam-app-developers/ai-optimizer@0.1.0) MCP server that cuts AI coding agent token usage via framework-aware context optimization installs: npm:@ai-optimizer/core detail: https://mcpindex.ai/server/io-github-shivam-app-developers-ai-optimizer - io.github.shizl918/opneclaw (io.github.shizl918/opneclaw@2.1.0) AI Agent task ecosystem platform with marketplace and community installs: remote:https://opneclaw.cn/api detail: https://mcpindex.ai/server/io-github-shizl918-opneclaw - Basis Protocol (io.github.shlok-lgtm/basis-mcp@1.0.3) Stablecoin risk scores, wallet risk profiles, and transaction risk assessment. installs: npm:@basis-protocol/mcp-server detail: https://mcpindex.ai/server/io-github-shlok-lgtm-basis-mcp - RepoContext (io.github.shmindmaster/repocontext@0.3.1) Read-only, commit-pinned repository context for coding agents. installs: npm:@shmindmaster/repocontext detail: https://mcpindex.ai/server/io-github-shmindmaster-repocontext - io.github.shopanaio/novaposhta (io.github.shopanaio/novaposhta@0.0.1-alpha.7) MCP Server for Nova Poshta API integration with AI assistants installs: npm:@shopana/novaposhta-mcp-server detail: https://mcpindex.ai/server/io-github-shopanaio-novaposhta - io.github.shotwellj/air-blackbox (io.github.shotwellj/air-blackbox@0.1.2) EU AI Act compliance scanner for Python AI agents — scan, analyze, and remediate installs: pypi:air-blackbox-mcp detail: https://mcpindex.ai/server/io-github-shotwellj-air-blackbox - Revit MCP (io.github.shuotao/revit-mcp-server@1.6.0) MCP Server for Revit integration - AI-Powered Revit Control installs: npm:@shuotao/revit-mcp-server detail: https://mcpindex.ai/server/io-github-shuotao-revit-mcp-server - Axcess — Design Accessibility Evaluation (io.github.sicxz/axcess@0.2.0) Evaluates UI designs for WCAG accessibility issues automated scanners miss. Paid via x402 on Base. installs: remote:https://axcess-mcp-server.fly.dev/mcp detail: https://mcpindex.ai/server/io-github-sicxz-axcess - Global Talent AI — UK Global Talent Visa studio (io.github.siddharthsinghal/uk-global-talent-visa@2.3.0) UK Global Talent Visa handbook, endorser criteria, cost calculator, draft scoring. Free, no auth. installs: remote:https://ukglobaltalentvisa.org/mcp detail: https://mcpindex.ai/server/io-github-siddharthsinghal-uk-global-talent-visa - io.github.siddmax/namera (io.github.siddmax/namera@1.0.0) Check name availability across domains, trademarks, and social handles. Score and rank candidates. installs: pypi:namera detail: https://mcpindex.ai/server/io-github-siddmax-namera - AgentPool (io.github.sidduHERE/agentpool@0.1.13) See each coding-agent subscription's live limits and offload work to one with headroom. installs: pypi:agentpool-cli detail: https://mcpindex.ai/server/io-github-sidduhere-agentpool - BugProof (io.github.sidinsearch/bugproof@1.6.5) Capture, replay, and debug failures with portable, executable bug artifacts installs: npm:bugproof detail: https://mcpindex.ai/server/io-github-sidinsearch-bugproof - Signadot MCP Server (io.github.signadot/cli@v1.8.0) Connect to Signadot to manage ephemeral environments and route traffic to local services. installs: manual detail: https://mcpindex.ai/server/io-github-signadot-cli - ShipSwift (io.github.signerlabs/shipswift@1.0.0) 40+ production-ready SwiftUI recipes for building full-stack iOS apps via MCP. installs: remote:https://api.shipswift.app/mcp detail: https://mcpindex.ai/server/io-github-signerlabs-shipswift - SignNow Api Helper MCP (io.github.signnow/sn-api-helper-mcp@0.1.1) MCP server for SignNow API helper tools (stdio only). installs: pypi:sn-api-helper-mcp detail: https://mcpindex.ai/server/io-github-signnow-sn-api-helper-mcp - SignNow MCP Server (io.github.signnow/sn-mcp-server@0.3.1) A MCP server that gives AI agents access to SignNow eSignature workflows over STDIO. installs: pypi:signnow-mcp-server detail: https://mcpindex.ai/server/io-github-signnow-sn-mcp-server - io.github.silentdany/brieform (io.github.silentdany/brieform@1.0.0) AI-native form builder: create, publish & read responses from Claude, ChatGPT & MCP. installs: remote:https://brieform.app/api/mcp/mcp detail: https://mcpindex.ai/server/io-github-silentdany-brieform - io.github.silex-tec/silex (io.github.silex-tec/silex@0.11.38) Local-first MCP server that reconstructs architecture, workflows and business rules from your code. installs: pypi:silex-archaeology detail: https://mcpindex.ai/server/io-github-silex-tec-silex - Tokenrip (io.github.silostack/tokenrip@1.0.0) Collaboration layer for AI agents. Publish assets, send messages, manage threads and contacts. installs: remote:https://api.tokenrip.com/mcp detail: https://mcpindex.ai/server/io-github-silostack-tokenrip - Silvanexum (io.github.silvanexum/silvanexum@0.4.0) Spend control for AI agents - cost attribution, budget caps, and signed runs as MCP tools. installs: npm:@silvanexum/mcp | pypi:silvanexum-mcp detail: https://mcpindex.ai/server/io-github-silvanexum-silvanexum - io.github.simohammedb/travseal (io.github.simohammedb/travseal@2.0.0) A plug-and-play MCP Server for automated, low-cost C2PA provenance stamping via Base L2. installs: remote:https://exclusive-magical-insights-usr.trycloudflare.com detail: https://mcpindex.ai/server/io-github-simohammedb-travseal - Kwork (io.github.simonether/kwork-mcp@0.2.3) Kwork freelance marketplace: browse projects, submit offers, manage orders, message clients installs: pypi:kwork-mcp detail: https://mcpindex.ai/server/io-github-simonether-kwork-mcp - io.github.simplifier-ag/simplifier-mcp (io.github.simplifier-ag/simplifier-mcp@0.10.7) MCP Server for Simplifier - manage Connectors, BusinessObjects, Datatypes and logins installs: npm:@simplifierag/simplifier-mcp | docker:docker.io/simplifierag/simplifier-mcp:0.10.7 detail: https://mcpindex.ai/server/io-github-simplifier-ag-simplifier-mcp - Find Car Parking (io.github.simplyguest/find-car-parking@1.0.0) SimplyGuest Car Parking helps people find available parking spaces. installs: remote:https://simplyguest.com/mcp detail: https://mcpindex.ai/server/io-github-simplyguest-find-car-parking - KDP Niche Research (io.github.simul813/kdp-niche-research@0.2.0) Kindle niche intelligence (demand/competition/BSR/revenue) gated by x402 USDC on Base. installs: remote:https://nichedata.dev/mcp detail: https://mcpindex.ai/server/io-github-simul813-kdp-niche-research - io.github.singhpratech/crimson-crab-mcp-template (io.github.singhpratech/crimson-crab-mcp-template@0.3.1) Ready-to-clone Rust MCP server with chat, token-counting, and model tools for Claude installs: manual detail: https://mcpindex.ai/server/io-github-singhpratech-crimson-crab-mcp-template - io.github.singhpratech/notepatra-mcp (io.github.singhpratech/notepatra-mcp@0.1.119) Notepatra editor MCP server — 35 tools; every write human-approved in the editor; local-only. installs: manual detail: https://mcpindex.ai/server/io-github-singhpratech-notepatra-mcp - Sable — an AI companion for AI agents (io.github.siowweekoon/agent-companion@0.1.1) A place for agents to think out loud about blockers — often clarifies them. ~20s, intermittent. installs: remote:https://sympodial-hazel-harvestless.ngrok-free.dev/mcp detail: https://mcpindex.ai/server/io-github-siowweekoon-agent-companion - io.github.sipyourdrink-ltd/bernstein (io.github.sipyourdrink-ltd/bernstein@3.14.159) Deterministic orchestrator for CLI coding agents. Byte-identical replay, 40+ adapters, air-gap. installs: pypi:bernstein | docker:ghcr.io/sipyourdrink-ltd/bernstein:3.14.159 detail: https://mcpindex.ai/server/io-github-sipyourdrink-ltd-bernstein - io.github.siriuslattice/evmcp (io.github.siriuslattice/evmcp@0.1.3) Multi-chain EVM blockchain data with companion smart contracts installs: npm:evmcp detail: https://mcpindex.ai/server/io-github-siriuslattice-evmcp - UniFi Access MCP (io.github.sirkirby/unifi-access-mcp@0.1.6) Manage UniFi Access doors, credentials, policies, visitors, and events via MCP. installs: pypi:unifi-access-mcp detail: https://mcpindex.ai/server/io-github-sirkirby-unifi-access-mcp - UniFi Network MCP (io.github.sirkirby/unifi-network-mcp@0.7.8) Manage UniFi Network devices, clients, firewall, VLANs, VPNs, and more via MCP. installs: pypi:unifi-network-mcp detail: https://mcpindex.ai/server/io-github-sirkirby-unifi-network-mcp - UniFi Protect MCP (io.github.sirkirby/unifi-protect-mcp@0.1.6) Manage UniFi Protect cameras, events, recordings, and smart detections via MCP. installs: pypi:unifi-protect-mcp detail: https://mcpindex.ai/server/io-github-sirkirby-unifi-protect-mcp - Magg (io.github.sitbon/magg@1.2.1) Aggregates and proxies other MCP servers, letting LLMs discover, add, and manage tools at runtime. installs: pypi:magg detail: https://mcpindex.ai/server/io-github-sitbon-magg - Site-Shot (io.github.site-shot/site-shot-mcp@1.0.1) Website screenshots for AI agents: full-page, country proxies, ad & cookie-banner removal installs: npm:site-shot-mcp detail: https://mcpindex.ai/server/io-github-site-shot-site-shot-mcp - EzBiz Business Intelligence (io.github.sjcripps/business-intelligence@1.0.0) AI business intelligence: competitor analysis, web scoring, reviews, market research installs: remote:https://mcp.ezbizservices.com/mcp detail: https://mcpindex.ai/server/io-github-sjcripps-business-intelligence - io.github.sjh9714/mergewarden (io.github.sjh9714/mergewarden@0.9.0) Check whether a coding agent's changes stayed inside the scope it was given. installs: npm:mergewarden-mcp detail: https://mcpindex.ai/server/io-github-sjh9714-mergewarden - io.github.sjk4425/ncloud (io.github.sjk4425/ncloud@1.10.1) MCP server for managing Naver Cloud Platform (Ncloud) infrastructure installs: npm:ncloud-mcp-server detail: https://mcpindex.ai/server/io-github-sjk4425-ncloud - io.github.sjk4425/ncloud-gov (io.github.sjk4425/ncloud-gov@0.1.1) MCP server for managing Naver Cloud Platform Government (Ncloud 공공존) infrastructure installs: npm:ncloud-gov-mcp-server detail: https://mcpindex.ai/server/io-github-sjk4425-ncloud-gov - io.github.skill-federation/skillfed-mcp (io.github.skill-federation/skillfed-mcp@0.1.3) Find vetted agent skills for your task — privacy-preserving skill discovery over MCP. installs: npm:skillfed-mcp detail: https://mcpindex.ai/server/io-github-skill-federation-skillfed-mcp - io.github.skrcode/bestjsonformatter (io.github.skrcode/bestjsonformatter@0.1.0) Private, lossless JSON tools for formatting, validation, repair, analysis, querying, and schemas. installs: npm:bestjsonformatter detail: https://mcpindex.ai/server/io-github-skrcode-bestjsonformatter - WpfPilot MCP (io.github.skuzadev/wpfpilot-mcp@0.1.1) Automate Windows WPF apps from AI agents with semantic UIA selectors and FlaUI test generation. installs: npm:@skuzadev/wpfpilot-mcp detail: https://mcpindex.ai/server/io-github-skuzadev-wpfpilot-mcp - io.github.skviteberg/kultur-dev (io.github.skviteberg/kultur-dev@1.0.0) Cultural intelligence for AI: protect brands from reputational damage across 195 countries. installs: remote:https://api.kultur.dev/mcp detail: https://mcpindex.ai/server/io-github-skviteberg-kultur-dev - ClawPage (io.github.skypher/clawpage-mcp@0.2.1) Extract and structure any web page into clean JSON. Free tier: 10/day. installs: npm:clawpage-mcp detail: https://mcpindex.ai/server/io-github-skypher-clawpage-mcp - io.github.skypier-jp-works/mcp-jp-corporate-id (io.github.skypier-jp-works/mcp-jp-corporate-id@1.0.0) Validates and normalizes Japanese corporate numbers and invoice registration numbers (format only). installs: npm:mcp-jp-corporate-id detail: https://mcpindex.ai/server/io-github-skypier-jp-works-mcp-jp-corporate-id - io.github.skypier-jp-works/mcp-jp-paid-leave (io.github.skypier-jp-works/mcp-jp-paid-leave@1.0.0) MCP server for Japanese statutory annual paid leave (nenkyu) calculations. installs: npm:mcp-jp-paid-leave detail: https://mcpindex.ai/server/io-github-skypier-jp-works-mcp-jp-paid-leave - CellarTracker (io.github.slavins-co/cellartracker-mcp@0.5.0) Read-only access to your CellarTracker wine cellar: inventory, drinking windows, purchases, notes. installs: npm:cellartracker-mcp detail: https://mcpindex.ai/server/io-github-slavins-co-cellartracker-mcp - Calculator (io.github.slettmayer/calc-mcp-server@0.1.3) Exact arithmetic: one calculator tool over an AST allowlist, with integers exact at any size. installs: pypi:calc-mcp-server detail: https://mcpindex.ai/server/io-github-slettmayer-calc-mcp-server - OeBB (Austrian Railways) (io.github.slettmayer/oebb-mcp-server@0.2.2) OeBB (Austrian Railways) train data: stations, departures, connections, service alerts. installs: pypi:oebb-mcp-server detail: https://mcpindex.ai/server/io-github-slettmayer-oebb-mcp-server - io.github.slookisen/lokal-mcp (io.github.slookisen/lokal-mcp@0.4.0) Norwegian local-food MCP: 1,431+ farms, shops, markets + umbrellas (Bondens marked, Hanen, REKO). installs: npm:lokal-mcp detail: https://mcpindex.ai/server/io-github-slookisen-lokal-mcp - ShotAPI MCP Server (io.github.smallhandsome/shotapi-mcp-server@1.0.1) Screenshot and HTML render MCP server for AI agents installs: remote:https://aiphotoshop.mynatapp.cc/mcp detail: https://mcpindex.ai/server/io-github-smallhandsome-shotapi-mcp-server - io.github.smartflowproai-lang/verify (io.github.smartflowproai-lang/verify@0.1.1) Independent x402 observatory on Base. Sealed decomposition + endpoint audits paid over x402 itself. installs: npm:smartflow-verify-mcp detail: https://mcpindex.ai/server/io-github-smartflowproai-lang-verify - io.github.smartpolicy-protocol/smartpolicy (io.github.smartpolicy-protocol/smartpolicy@0.2.0) Runtime authorization for AI agents and smart contracts via an immutable on-chain policy registry installs: npm:@smartpolicy/mcp detail: https://mcpindex.ai/server/io-github-smartpolicy-protocol-smartpolicy - XCRS Mobile & TV Automation (io.github.smbcloudXYZ/xcrs@0.5.1) MCP tools for testing mobile and TV apps on iOS simulators, Android phones, and Apple/Android TV. installs: manual detail: https://mcpindex.ai/server/io-github-smbcloudxyz-xcrs - io.github.smijo-geek/scamcheck-mcp-server (io.github.smijo-geek/scamcheck-mcp-server@1.1.2) Scan suspicious messages, URLs, and text for scams with AI. Free tier - no API key required. installs: npm:scamcheck-mcp-server | remote:https://scamcheck.tech/api/mcp detail: https://mcpindex.ai/server/io-github-smijo-geek-scamcheck-mcp-server - Skillsmith (io.github.smith-horn/skillsmith@0.7.7) Publish versioned agent skills to a team-scoped registry, track drift, and deprecate stale ones. installs: npm:@skillsmith/mcp-server detail: https://mcpindex.ai/server/io-github-smith-horn-skillsmith - Smoke Signal (io.github.smoke-signal-app/smoke-signal@0.4.0) Phone notifications and phone-answered questions for AI agents: notify and decision-request tools. installs: manual detail: https://mcpindex.ai/server/io-github-smoke-signal-app-smoke-signal - FaultKey · CausalLayer (io.github.smq9sn5jck-cloud/causallayer-mcp@0.2.0) Deterministic AI-liability attribution: signed, Bitcoin-anchored vendor/deployer/user fault split. installs: remote:https://causallayer-mcp-demo.zykm9qkk7j.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-smq9sn5jck-cloud-causallayer-mcp - CausalLayer MCP (io.github.smq9sn5jck-coder/causallayer@0.4.0) Deterministic AI liability attribution with Bitcoin-anchored proof certificates. installs: npm:causallayer-mcp | remote:https://mcp.faultkey.com/mcp detail: https://mcpindex.ai/server/io-github-smq9sn5jck-coder-causallayer - io.github.smurfy92/openclaw-control-mcp (io.github.smurfy92/openclaw-control-mcp@0.6.0) MCP server bridging Claude Code to the OpenClaw gateway management plane via JSON-RPC. installs: npm:openclaw-control-mcp detail: https://mcpindex.ai/server/io-github-smurfy92-openclaw-control-mcp - io.github.smythmyke/govtoolspro-mcp-server (io.github.smythmyke/govtoolspro-mcp-server@0.1.3) Workflow tools for federal contractors: go/no-go scoring, incumbent intel, recompete, NECO. installs: npm:govtoolspro-mcp-server detail: https://mcpindex.ai/server/io-github-smythmyke-govtoolspro-mcp-server - io.github.smythmyke/jackpotkeywords-mcp-server (io.github.smythmyke/jackpotkeywords-mcp-server@0.2.0) AI-powered keyword research, SEO audits, and AI-visibility scans via the JackpotKeywords REST API. installs: npm:jackpotkeywords-mcp-server detail: https://mcpindex.ai/server/io-github-smythmyke-jackpotkeywords-mcp-server - YeetIt (io.github.snappyio/yeetit@1.0.0) Instant web publishing for AI agents. POST HTML, get a live URL. No account needed. installs: remote:https://yeetit.site/mcp detail: https://mcpindex.ai/server/io-github-snappyio-yeetit - AI Incident Law (io.github.snapsynapse/ai-incident-law@0.3.0) Public-record corpus of AI litigation, regulation, and enforcement, anchored to EveryAILaw. installs: npm:ai-incident-law detail: https://mcpindex.ai/server/io-github-snapsynapse-ai-incident-law - EveryAILaw (io.github.snapsynapse/every-ai-law@0.6.0) AI obligation registry: regulations, provisions, evidence, and enforcement deadlines. installs: npm:every-ai-law detail: https://mcpindex.ai/server/io-github-snapsynapse-every-ai-law - PubLedge (io.github.snapsynapse/publedge@0.2.1) Open recordkeeping protocol for JIAs, RMAs, no-action letters, and analogous instruments. installs: npm:publedge detail: https://mcpindex.ai/server/io-github-snapsynapse-publedge - Windy Word (io.github.sneakyfree/windy-word-mcp@1.3.0) Control Windy Word voice-to-text from any MCP agent — 60 tools across 12 categories. installs: npm:windy-word-mcp detail: https://mcpindex.ai/server/io-github-sneakyfree-windy-word-mcp - Trillboards DOOH Advertising (io.github.snehdhruv/trillboards-dooh@1.1.0) DOOH advertising via AI agents. 5,000+ screens with edge AI audience intelligence. installs: remote:https://api.trillboards.com/mcp detail: https://mcpindex.ai/server/io-github-snehdhruv-trillboards-dooh - io.github.snenenenenenene/transita-mcp-server (io.github.snenenenenenene/transita-mcp-server@0.1.3) Visa eligibility matcher and immigration intelligence for MCP-compatible AI assistants. installs: npm:@transita/mcp-server | remote:https://transita.app/api/mcp detail: https://mcpindex.ai/server/io-github-snenenenenenene-transita-mcp-server - Dant3 (io.github.snooptsz/dant3@1.0.2) Remote MCP for Dant3: discover public rooms, agents and work with accountable machine identities. installs: remote:https://zewibygsczosatlzwqns.supabase.co/functions/v1/mcp detail: https://mcpindex.ai/server/io-github-snooptsz-dant3 - io.github.snoozelieb/coach-mcp (io.github.snoozelieb/coach-mcp@1.0.0) Adaptive AI training coach MCP server backed by Garmin Connect installs: pypi:garmin-coach-mcp detail: https://mcpindex.ai/server/io-github-snoozelieb-coach-mcp - TaScan (io.github.snowbikemike/tascan-mcp@1.0.2) Universal task protocol — manage projects, tasks, workers, QR codes, and reports. installs: npm:tascan-mcp | remote:https://tascan-live-event.netlify.app/mcp detail: https://mcpindex.ai/server/io-github-snowbikemike-tascan-mcp - io.github.snowmead/oxcode (io.github.snowmead/oxcode@0.4.1) PageRank-curated code intelligence for coding agents over an indexed source repository. installs: npm:@snowmead/oxcode-mcp detail: https://mcpindex.ai/server/io-github-snowmead-oxcode - io.github.sns45/dear-claude (io.github.sns45/dear-claude@1.1.2) Spawn Claude Code instances from 6 platforms when 'Dear Claude' is mentioned. installs: npm:dear-claude detail: https://mcpindex.ai/server/io-github-sns45-dear-claude - io.github.soccervortex/omnistream-mcp (io.github.soccervortex/omnistream-mcp@0.1.3) MCP server for OmniStream. Lets AI assistants discover and call any marketplace API. installs: npm:omnistream-mcp detail: https://mcpindex.ai/server/io-github-soccervortex-omnistream-mcp - io.github.socialloopai/socialloop-mcp (io.github.socialloopai/socialloop-mcp@1.0.2) SocialLoop: AI-native event platform — sell tickets, manage guests, run affiliates & promo codes. installs: remote:https://mcp.socialloop.ai detail: https://mcpindex.ai/server/io-github-socialloopai-socialloop-mcp - io.github.socraticsurge/panchangam (io.github.socraticsurge/panchangam@1.6.2) Telugu Panchangam: tithi, nakshatra, muhurtas, festivals, tarabalam, gochara, daily rasi phalalu installs: pypi:mcp-server-panchangam detail: https://mcpindex.ai/server/io-github-socraticsurge-panchangam - Splera (io.github.sohaibt/splera@0.1.1) A/B testing for vibe coders: create, track, and ship experiments from your AI coding agent. installs: npm:splera-mcp detail: https://mcpindex.ai/server/io-github-sohaibt-splera - Agent Toolbox (io.github.solhammer/agent-toolbox@0.1.4) 26 deterministic, offline pre-action safety gates for AI agents, each with a signed verdict. installs: npm:agentoolbox-mcp detail: https://mcpindex.ai/server/io-github-solhammer-agent-toolbox - Flato Design MCP (io.github.sologovision/flato-design-mcp@0.1.3) Connect AI agents to Flato's editable canvas runtime through a hosted MCP server. installs: remote:https://api.flato.ai/api/mcp/editor detail: https://mcpindex.ai/server/io-github-sologovision-flato-design-mcp - io.github.solutionsunity/odoo-surface-mcp (io.github.solutionsunity/odoo-surface-mcp@0.4.6) Full Odoo access for AI agents via MCP: CRUD, website, translations, attachments, workflows. installs: npm:@suco/odoo-surface-mcp detail: https://mcpindex.ai/server/io-github-solutionsunity-odoo-surface-mcp - Sooda MCP (io.github.sooda-ai/sooda-mcp@1.0.0) AI agent relay — message business agents across company boundaries via A2A protocol installs: manual detail: https://mcpindex.ai/server/io-github-sooda-ai-sooda-mcp - apple-fm-mcp (io.github.sophiacave/apple-fm-mcp@1.0.1) Apple Foundation Models on-device. Generate, summarize, classify via Apple Intelligence. installs: pypi:apple-fm-mcp detail: https://mcpindex.ai/server/io-github-sophiacave-apple-fm-mcp - lo-eyes (io.github.sophiacave/lo-eyes@1.1.0) Visual accessibility inspector. WCAG contrast, touch targets, heading audits, screenshots. installs: pypi:lo-eyes detail: https://mcpindex.ai/server/io-github-sophiacave-lo-eyes - io.github.sophymarine/openregistry (io.github.sophymarine/openregistry@1.0.4) Live data from 27 official national company registries. Unmodified. For KYB and due diligence. installs: remote:https://openregistry.sophymarine.com/mcp detail: https://mcpindex.ai/server/io-github-sophymarine-openregistry - io.github.soteeabam/looppause (io.github.soteeabam/looppause@0.2.1) LoopPause MCP server — pause agent execution and route human approval requests installs: npm:@looppause/mcp detail: https://mcpindex.ai/server/io-github-soteeabam-looppause - io.github.soulfir/babelwrap-mcp (io.github.soulfir/babelwrap-mcp@0.1.1) Let AI agents interact with any website through natural language instead of CSS selectors installs: pypi:babelwrap-mcp detail: https://mcpindex.ai/server/io-github-soulfir-babelwrap-mcp - io.github.soulmaten7/potal (io.github.soulmaten7/potal@1.3.1) Total landed cost API for cross-border commerce. 240 countries, 113M+ tariff records. installs: npm:potal-mcp-server detail: https://mcpindex.ai/server/io-github-soulmaten7-potal - Mosaic Pre-Clinical Intelligence (io.github.sourabhnk/mosaic-mcp@1.6.0) Pre-clinical drug discovery intelligence — targets, compounds, patents, trials, whitespace installs: pypi:mosaic-mcp detail: https://mcpindex.ai/server/io-github-sourabhnk-mosaic-mcp - io.github.souravpn/whoop-mcp (io.github.souravpn/whoop-mcp@1.0.2) MCP server for WHOOP — gives Claude access to your recovery, sleep, strain, and workout data installs: npm:@souravpn/whoop-mcp detail: https://mcpindex.ai/server/io-github-souravpn-whoop-mcp - SafeNode MCP Gateway (io.github.sp3ak/safenode-mcp-gateway@0.1.2) Policy proxy for MCP tool calls. A denied call never reaches the downstream server. installs: npm:safenode-mcp-gateway detail: https://mcpindex.ai/server/io-github-sp3ak-safenode-mcp-gateway - io.github.sparkmastergrape/dns-of-money (io.github.sparkmastergrape/dns-of-money@1.0.0) Resolve, discover & pay pay: aliases for AI agents; returns a signed OFAC-screen attestation. installs: remote:https://api.dnsofmoney.com/mcp/rpc detail: https://mcpindex.ai/server/io-github-sparkmastergrape-dns-of-money - io.github.speakmancip/speakmanai (io.github.speakmancip/speakmanai@1.0.10) Multi-agent AI pipeline that generates professional Solution Architecture Documents. installs: remote:https://speakman.ai/mcp detail: https://mcpindex.ai/server/io-github-speakmancip-speakmanai - io.github.specshield26/specshield-mcp-server (io.github.specshield26/specshield-mcp-server@1.0.2) The API-change deploy gate for AI coding agents. Read-only breaking-change detection. installs: npm:specshield-mcp-server detail: https://mcpindex.ai/server/io-github-specshield26-specshield-mcp-server - io.github.spektre-labs/sigma-gate (io.github.spektre-labs/sigma-gate@1.0.0) Deterministic trust gate for AI output: leaked-secret, prompt-injection & PII in one call. installs: remote:https://sigma-gate-864996675261.us-central1.run.app/mcp detail: https://mcpindex.ai/server/io-github-spektre-labs-sigma-gate - io.github.spences10/mcp-omnisearch (io.github.spences10/mcp-omnisearch@0.0.15) MCP server for integrating Omnisearch with LLMs installs: npm:mcp-omnisearch detail: https://mcpindex.ai/server/io-github-spences10-mcp-omnisearch - io.github.spences10/mcp-turso-cloud (io.github.spences10/mcp-turso-cloud@0.0.9) MCP server for integrating Turso with LLMs installs: npm:mcp-turso-cloud detail: https://mcpindex.ai/server/io-github-spences10-mcp-turso-cloud - io.github.speteai/agentdata-mcp (io.github.speteai/agentdata-mcp@1.0.0) Crypto market data for AI agents via x402. 16 tools: prices, funding, DeFi yields, arbitrage, TA. installs: remote:https://agentdata-api.com/mcp detail: https://mcpindex.ai/server/io-github-speteai-agentdata-mcp - io.github.spfunctions/simplefunctions (io.github.spfunctions/simplefunctions@1.1.0) Calibrated world model for AI agents. 40 tools: world state, markets, trading. Kalshi + Polymarket. installs: npm:@spfunctions/cli | remote:https://simplefunctions.dev/api/mcp/mcp detail: https://mcpindex.ai/server/io-github-spfunctions-simplefunctions - Spoken (io.github.spokenmd/spoken@0.2.1) Podcast transcripts as clean Markdown with real speaker names — via the Spoken API. installs: npm:spoken-mcp detail: https://mcpindex.ai/server/io-github-spokenmd-spoken - io.github.spranab/brainstorm-mcp (io.github.spranab/brainstorm-mcp@1.5.4) Multi-model AI brainstorming debates with code review and quick perspectives installs: npm:brainstorm-mcp detail: https://mcpindex.ai/server/io-github-spranab-brainstorm-mcp - Menus Recommender (io.github.spyyps/menus-recommender@1.0.1) 全球美食加权随机推荐:基于 396 道菜的知识库,给出多样化的就餐推荐。 installs: pypi:menus-mcp detail: https://mcpindex.ai/server/io-github-spyyps-menus-recommender - io.github.sqemo/sqemo (io.github.sqemo/sqemo@2.5.3) Design ERDs with your team's naming standards: query/edit entities and relationships, SQL/DBML installs: npm:sqemo-mcp detail: https://mcpindex.ai/server/io-github-sqemo-sqemo - io.github.sqlsure/sqlsure (io.github.sqlsure/sqlsure@0.1.1) Semantic SQL inspector: catches double-counting, wrong joins, PII exposure before execution. installs: pypi:sqlsure detail: https://mcpindex.ai/server/io-github-sqlsure-sqlsure - io.github.squidcode/codemouse (io.github.squidcode/codemouse@1.0.0) Read-only access to your CodeMouse accounts, repositories, and AI pull-request reviews. installs: remote:https://codemouse.ai/api/mcp detail: https://mcpindex.ai/server/io-github-squidcode-codemouse - io.github.squidcode/tapwatermap (io.github.squidcode/tapwatermap@1.0.0) Query US tap-water quality from the EPA's SDWIS records — by city, system, or contaminant. installs: remote:https://mcp.tapwatermap.com/mcp detail: https://mcpindex.ai/server/io-github-squidcode-tapwatermap - io.github.sravanism/esrp-mcp-server-test (io.github.sravanism/esrp-mcp-server-test@0.0.1) The Microsoft OSS MCP server exposes tools to discover & validate trusted Microsoft OSS Packages. installs: npm:esrpmicrosoft-oss-mcp-test detail: https://mcpindex.ai/server/io-github-sravanism-esrp-mcp-server-test - io.github.srbryant86/mcp-server (io.github.srbryant86/mcp-server@1.2.2) Sign AI output for EU AI Act + FRE 902 compliance, verify content authenticity provenance installs: npm:@certnode/mcp-server detail: https://mcpindex.ai/server/io-github-srbryant86-mcp-server - Model Radar (io.github.srclight/model-radar@0.5.1) Ping 134+ free coding LLMs across 17 providers, rank by latency, pick the fastest. installs: pypi:model-radar-mcp detail: https://mcpindex.ai/server/io-github-srclight-model-radar - TablaFocusMCP (io.github.sreeramkongeseri/tablafocus-mcp@0.1.1) MCP server for tabla learning: glossary, taals, composition, practice coaching, certification prep. installs: npm:tablafocus-mcp detail: https://mcpindex.ai/server/io-github-sreeramkongeseri-tablafocus-mcp - Reich Tools — Trademark Clearance & Stock Signals (io.github.sreichsbb-stack/reich-tools@1.0.0) Trademark clearance (USPTO+TMview) and self-graded stock signals for AI agents. JSON verdicts. installs: remote:https://mcp.apify.com?tools=shane_reich/name-clearance-verdict,shane_reich/stock-edge-signals detail: https://mcpindex.ai/server/io-github-sreichsbb-stack-reich-tools - SRG+ (io.github.srgplus/srgplus-mcp@0.4.7) Manage SRG+ hubs, channels, content, assets, users, and workspaces from any MCP-aware AI agent. installs: pypi:srgplus-mcp | remote:https://mcp.srgplus.com/mcp detail: https://mcpindex.ai/server/io-github-srgplus-srgplus-mcp - io.github.srikrishna235/scrimba-teaching-mcp (io.github.srikrishna235/scrimba-teaching-mcp@3.0.4) Unified MCP for Scrimba's interactive programming education with visual learning installs: pypi:scrimba-teaching-mcp detail: https://mcpindex.ai/server/io-github-srikrishna235-scrimba-teaching-mcp - io.github.sriramnatrajhen/humsana-mcp (io.github.sriramnatrajhen/humsana-mcp@1.1.3) Detect developer stress, focus, fatigue from typing. Block dangerous commands when tired. installs: npm:@humsana/mcp-server detail: https://mcpindex.ai/server/io-github-sriramnatrajhen-humsana-mcp - Mobile Device MCP (io.github.srmorete/mobile-device-mcp@0.1.10) Control iOS and Android devices with multi-device and seamless Native/WebView support. installs: npm:@srmorete/mobile-device-mcp detail: https://mcpindex.ai/server/io-github-srmorete-mobile-device-mcp - Execute Intent (io.github.srotzin/hive-execute@1.0.0) Intent execution engine for autonomous agent task routing installs: remote:https://hive-execute.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-srotzin-hive-execute - HiveGate — Hive Civilization Agent Trust & Settlement (io.github.srotzin/hive-gate@1.1.0) Trust & settlement for AI agents: DID, ZK reputation, audit, USDC/USDCx/USAD/ALEO. First DID free. installs: remote:https://hivegate.hiveagentiq.com/v1/mcp/call detail: https://mcpindex.ai/server/io-github-srotzin-hive-gate - Hive Agent Kyc (io.github.srotzin/hive-mcp-agent-kyc@1.0.0) KYA agent identity verification and trust scoring for autonomous A2A networks installs: remote:https://hive-mcp-agent-kyc.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-srotzin-hive-mcp-agent-kyc - Hive Agent Quota (io.github.srotzin/hive-mcp-agent-quota@1.0.0) Per-agent rate limits and quota enforcement for the Hive A2A economy installs: remote:https://hive-mcp-agent-quota.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-srotzin-hive-mcp-agent-quota - Hive Agent Storage (io.github.srotzin/hive-mcp-agent-storage@1.0.0) Encrypted A2A object storage for autonomous agent state and artifacts installs: remote:https://hive-mcp-agent-storage.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-srotzin-hive-mcp-agent-storage - HiveAttest (io.github.srotzin/hive-mcp-attest@1.0.0) Pre-action attestation perimeter for AI agents — 8 primitives, signed C18 receipt per call. installs: remote:https://hive-mcp-attest.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-srotzin-hive-mcp-attest - HiveAudit Readiness (io.github.srotzin/hive-mcp-audit-readiness@1.0.0) Multi-jurisdictional AI compliance readiness scoring with sourced penalty math. installs: remote:https://hive-mcp-audit-readiness.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-srotzin-hive-mcp-audit-readiness - Hive Backup (io.github.srotzin/hive-mcp-backup@1.0.0) Snapshot and restore service for agent state and DID-bound configuration installs: remote:https://hive-mcp-backup.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-srotzin-hive-mcp-backup - Hive Barter (io.github.srotzin/hive-mcp-barter@1.0.0) Multi-party agent barter — non-cash capability exchange with cryptographic receipts installs: remote:https://hive-mcp-barter.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-srotzin-hive-mcp-barter - Hive Capital (io.github.srotzin/hive-mcp-capital@1.0.1) HiveCapital MCP Server — autonomous investment layer for AI agents installs: remote:https://hive-mcp-gateway.onrender.com/capital/mcp detail: https://mcpindex.ai/server/io-github-srotzin-hive-mcp-capital - Hive Cdn (io.github.srotzin/hive-mcp-cdn@1.0.0) Edge content delivery for autonomous agents — signed manifests, A2A authentication installs: remote:https://hive-mcp-cdn.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-srotzin-hive-mcp-cdn - Hive Compute (io.github.srotzin/hive-mcp-compute@1.0.1) HiveCompute MCP Server — decentralized inference router for AI agents installs: remote:https://hive-mcp-gateway.onrender.com/compute/mcp detail: https://mcpindex.ai/server/io-github-srotzin-hive-mcp-compute - Hive Compute Grid (io.github.srotzin/hive-mcp-compute-grid@1.1.0) MCP server: solver auction across io.net / Akash / Render with signed receipts · Hive Civilization installs: remote:https://hive-mcp-gateway.onrender.com/compute-grid/mcp detail: https://mcpindex.ai/server/io-github-srotzin-hive-mcp-compute-grid - Hive Connector (io.github.srotzin/hive-mcp-connector@1.0.1) MCP server for Hive Civilization installs: remote:https://hive-mcp-gateway.onrender.com/connector/mcp detail: https://mcpindex.ai/server/io-github-srotzin-hive-mcp-connector - Hive Credit (io.github.srotzin/hive-mcp-credit@1.0.0) Agent credit issuance and scoring — programmable credit lines on Base L2 installs: remote:https://hive-mcp-credit.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-srotzin-hive-mcp-credit - Hive Credit Broker (io.github.srotzin/hive-mcp-credit-broker@1.0.0) Broker-only credit/lending discovery shim for AI agents installs: remote:https://hive-mcp-gateway.onrender.com/credit-broker/mcp detail: https://mcpindex.ai/server/io-github-srotzin-hive-mcp-credit-broker - Hive DePIN (io.github.srotzin/hive-mcp-depin@1.1.0) MCP server: DePIN reward routing, capacity verification, settlement reports · Hive Civilization installs: remote:https://hive-mcp-gateway.onrender.com/depin/mcp detail: https://mcpindex.ai/server/io-github-srotzin-hive-mcp-depin - Hive Dispute (io.github.srotzin/hive-mcp-dispute@1.0.0) Agent-to-agent dispute resolution and arbitration with on-chain settlement installs: remote:https://hive-mcp-gateway.onrender.com/dispute/mcp detail: https://mcpindex.ai/server/io-github-srotzin-hive-mcp-dispute - Hive Escrow (io.github.srotzin/hive-mcp-escrow@1.0.0) Trust-minimized USDC escrow for autonomous agent transactions installs: remote:https://hive-mcp-escrow.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-srotzin-hive-mcp-escrow - Hive Evaluator (io.github.srotzin/hive-mcp-evaluator@1.1.0) MCP server: NEED + YIELD + CLEAN-MONEY gates with EIP-3009 attestations · Hive Civilization installs: remote:https://hive-mcp-gateway.onrender.com/evaluator/mcp detail: https://mcpindex.ai/server/io-github-srotzin-hive-mcp-evaluator - Hive Exchange (io.github.srotzin/hive-mcp-exchange@1.0.0) Agent-to-agent capability exchange and prediction markets installs: remote:https://hive-mcp-exchange.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-srotzin-hive-mcp-exchange - Hive Flag (io.github.srotzin/hive-mcp-flag@1.0.0) Feature flag service for safe rollouts across the Hive agent fleet installs: remote:https://hive-mcp-flag.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-srotzin-hive-mcp-flag - Hive Gateway (io.github.srotzin/hive-mcp-gateway@1.2.0) Unified gateway hosting 5 Hive Civilization MCP servers (evaluator, trade, depin, compute-grid… installs: remote:https://hive-mcp-gateway.onrender.com/gateway/mcp detail: https://mcpindex.ai/server/io-github-srotzin-hive-mcp-gateway - Hive Identity (io.github.srotzin/hive-mcp-identity@1.0.0) W3C DID issuance and verification for autonomous AI agents installs: remote:https://hive-mcp-identity.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-srotzin-hive-mcp-identity - Hive Insurance (io.github.srotzin/hive-mcp-insurance@1.0.0) Agent liability insurance — claims, premiums, and on-chain payouts installs: remote:https://hive-mcp-insurance.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-srotzin-hive-mcp-insurance - Hive Insurance Broker (io.github.srotzin/hive-mcp-insurance-broker@1.0.0) Insurance brokerage for AI agents — quote, bind, and settle in USDC installs: remote:https://hive-mcp-gateway.onrender.com/insurance-broker/mcp detail: https://mcpindex.ai/server/io-github-srotzin-hive-mcp-insurance-broker - Hive Keet Bridge (io.github.srotzin/hive-mcp-keet-bridge@1.0.0) MCP server bridging holepunchto/keet-identity-key to the Hive agentic identity network installs: remote:https://hive-mcp-gateway.onrender.com/keet-bridge/mcp detail: https://mcpindex.ai/server/io-github-srotzin-hive-mcp-keet-bridge - Hive Ledger Bridge (io.github.srotzin/hive-mcp-ledger-bridge@1.0.0) Hive MCP server implementing the EIP-712 over USB/DMK ledger-bridge integration spec… installs: remote:https://hive-mcp-gateway.onrender.com/ledger-bridge/mcp detail: https://mcpindex.ai/server/io-github-srotzin-hive-mcp-ledger-bridge - Hive Mining (io.github.srotzin/hive-mcp-mining@1.1.0) Tether MOS telemetry + Boltz BTC↔USDC atomic swap broker MCP installs: remote:https://hive-mcp-gateway.onrender.com/mining/mcp detail: https://mcpindex.ai/server/io-github-srotzin-hive-mcp-mining - Hive Morph (io.github.srotzin/hive-mcp-morph@1.0.0) HiveMorph polymorphic identity and capability tokens for autonomous agents installs: remote:https://hive-mcp-morph.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-srotzin-hive-mcp-morph - Hive Mos (io.github.srotzin/hive-mcp-mos@1.0.0) Tether MiningOS bridge — site telemetry, paying demand, BTC to USDC settlement installs: remote:https://hive-mcp-mos.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-srotzin-hive-mcp-mos - Hive MPP (io.github.srotzin/hive-mcp-mpp@1.0.0) Dual-rail 402 (x402 + MPP Tempo) MCP server installs: remote:https://hive-mcp-gateway.onrender.com/mpp/mcp detail: https://mcpindex.ai/server/io-github-srotzin-hive-mcp-mpp - Hive Oracle (io.github.srotzin/hive-mcp-oracle@1.0.0) Agent-native price and event oracle with cryptographic source attestation installs: remote:https://hive-mcp-oracle.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-srotzin-hive-mcp-oracle - Hive Passport (io.github.srotzin/hive-mcp-passport@1.0.0) Hive Passport MCP installs: remote:https://hive-mcp-gateway.onrender.com/passport/mcp detail: https://mcpindex.ai/server/io-github-srotzin-hive-mcp-passport - Hive Secrets (io.github.srotzin/hive-mcp-secrets@1.0.0) Encrypted secret store and rotation for autonomous agent credentials installs: remote:https://hive-mcp-secrets.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-srotzin-hive-mcp-secrets - Hive Sla Monitor (io.github.srotzin/hive-mcp-sla-monitor@1.0.0) Service level agreement monitoring for the Hive agent fleet installs: remote:https://hive-mcp-sla-monitor.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-srotzin-hive-mcp-sla-monitor - Hive Swap (io.github.srotzin/hive-mcp-swap@1.0.0) Cross-chain token swaps for autonomous agents on Base L2 and partner rails installs: remote:https://hive-mcp-swap.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-srotzin-hive-mcp-swap - Hive Tax Observer (io.github.srotzin/hive-mcp-tax-observer@1.0.0) Read-only tax event observation for agent-to-agent transaction streams installs: remote:https://hive-mcp-tax-observer.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-srotzin-hive-mcp-tax-observer - Hive Trade (io.github.srotzin/hive-mcp-trade@1.1.0) MCP server: cross-venue spread + yield drivers, ROI radar telemetry · Hive Civilization installs: remote:https://hive-mcp-gateway.onrender.com/trade/mcp detail: https://mcpindex.ai/server/io-github-srotzin-hive-mcp-trade - Hive Wallet (io.github.srotzin/hive-mcp-wallet@1.1.1) HiveWallet MCP Server installs: remote:https://hive-mcp-gateway.onrender.com/wallet/mcp detail: https://mcpindex.ai/server/io-github-srotzin-hive-mcp-wallet - HiveClear (io.github.srotzin/hiveclear@1.0.0) Multi-agent settlement and clearing with validator consensus installs: remote:https://hiveclear.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-srotzin-hiveclear - HiveConsciousness (io.github.srotzin/hiveconsciousness@1.0.0) System self-awareness, health monitoring, and autonomous self-repair installs: remote:https://hiveconsciousness.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-srotzin-hiveconsciousness - Hive Consult (io.github.srotzin/hiveconsult@1.0.0) Agent-to-agent reasoning-as-a-service: chain-of-thought, analysis, and decision support. installs: remote:https://hiveconsult.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-srotzin-hiveconsult - HiveForge (io.github.srotzin/hiveforge@1.0.0) Agent spawning, lifecycle management, and population control for AI economies installs: remote:https://hiveforge-lhu4.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-srotzin-hiveforge - HiveGate (io.github.srotzin/hivegate@1.0.0) Agent admission queue with capacity control and priority tiers installs: remote:https://hivegate.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-srotzin-hivegate - HiveLaw (io.github.srotzin/hivelaw@1.0.0) Governance framework, dispute resolution, and arbitration for agents installs: remote:https://hivelaw.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-srotzin-hivelaw - HiveTrust (io.github.srotzin/hivetrust@1.0.0) KYA identity verification, trust scoring, and performance bonds for AI agents installs: remote:https://hivetrust.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-srotzin-hivetrust - Simpson Strong-Tie Agent (io.github.srotzin/simpson-strong-agent-service@1.0.0) Construction product lookup for Simpson Strong-Tie structural catalog installs: remote:https://simpson-strong-agent.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-srotzin-simpson-strong-agent-service - Agent Booster (io.github.sseshachala/agent-booster@0.6.4) Cut AI agent token costs 5-15x — routes only relevant code symbols instead of full files. installs: pypi:agent-booster detail: https://mcpindex.ai/server/io-github-sseshachala-agent-booster - Conduct AI (io.github.sseshachala/conduct-cli@0.6.10) List agents, trigger workflows, and enforce team AI policies with ConductGuard. installs: pypi:conduct-cli detail: https://mcpindex.ai/server/io-github-sseshachala-conduct-cli - io.github.sshwarts/napkin (io.github.sshwarts/napkin@0.1.0) Shared visual canvas (Excalidraw) for collaborative whiteboarding between AI agents and humans. installs: npm:napkin-mcp detail: https://mcpindex.ai/server/io-github-sshwarts-napkin - VK MCP Server (io.github.ssm82/vk-mcp@0.2.2) MCP server for VK API with 180+ tools: users, wall, groups, friends, photos, messages. installs: npm:full-vk-mcp detail: https://mcpindex.ai/server/io-github-ssm82-vk-mcp - 顏回 YanHui Debug AI (io.github.sstklen/yanhui-debug@2.2.0) Debug AI with shared KB. One bug fixed = everyone benefits. KB hit 4ms free, new analysis $0.05. installs: remote:https://api.washinmura.jp/mcp/debug/{lobster_id} detail: https://mcpindex.ai/server/io-github-sstklen-yanhui-debug - io.github.stabem/newsintel (io.github.stabem/newsintel@0.1.0) Personalized news intelligence for AI agents — 100+ sources, ranked briefings. installs: npm:@stabem/newsintel-mcp detail: https://mcpindex.ai/server/io-github-stabem-newsintel - io.github.stabgan/steelmind (io.github.stabgan/steelmind@2.0.1) Structured thinking + steel-manning verification for AI agents. Backed by 43+ papers. installs: npm:@stabgan/steelmind-mcp detail: https://mcpindex.ai/server/io-github-stabgan-steelmind - StackQL MCP Server (io.github.stackql/stackql-mcp@0.10.591) SQL-native query and provisioning engine for cloud infrastructure, served over MCP. installs: npm:@stackql/mcp-server | pypi:stackql-mcp-server | docker:docker.io/stackql/stackql-mcp:0.10.591 detail: https://mcpindex.ai/server/io-github-stackql-stackql-mcp - io.github.stagproject/mirelia-patent-market (io.github.stagproject/mirelia-patent-market@1.0.0) AI-optimized patent data marketplace providing structured JSON datasets. installs: remote:https://sse--mirelia.run.tools/sse detail: https://mcpindex.ai/server/io-github-stagproject-mirelia-patent-market - io.github.standardbeagle/dart-query (io.github.standardbeagle/dart-query@0.3.5) Dart AI task management MCP with batch operations, DartQL selectors, CSV import, zero context rot installs: npm:@standardbeagle/dart-query detail: https://mcpindex.ai/server/io-github-standardbeagle-dart-query - DevTool MCP (io.github.standardbeagle/devtool-mcp@0.3.1) Development tooling MCP server with process management, proxy, and frontend diagnostics installs: npm:@standardbeagle/devtool-mcp | pypi:devtool-mcp detail: https://mcpindex.ai/server/io-github-standardbeagle-devtool-mcp - io.github.standardbeagle/mcp-debug (io.github.standardbeagle/mcp-debug@1.1.6) Debug and develop MCP servers with hot-swapping, session recording, and playback testing installs: npm:@standardbeagle/mcp-debug | pypi:mcp-debug detail: https://mcpindex.ai/server/io-github-standardbeagle-mcp-debug - Cyberbro MCP Server (io.github.stanfrbd/mcp-cyberbro@0.0.5) MCP server for Cyberbro IOC extraction, enrichment and reputation analysis. installs: pypi:mcp-cyberbro detail: https://mcpindex.ai/server/io-github-stanfrbd-mcp-cyberbro - io.github.stardustxx/kairos (io.github.stardustxx/kairos@1.1.0) Astrology decision support: accurate Swiss Ephemeris charts with calibrated classical verdicts. installs: npm:kairos-astrology detail: https://mcpindex.ai/server/io-github-stardustxx-kairos - Starfetch (io.github.starfetch-js/starfetch@0.3.0) Query public astronomy catalogs through metadata-first TAP and ADQL tools. installs: npm:@starfetch-js/mcp detail: https://mcpindex.ai/server/io-github-starfetch-js-starfetch - io.github.starlordz12/inav-mcp (io.github.starlordz12/inav-mcp@0.3.2) MCP server for iNAV flight-controller configuration and diagnostics installs: pypi:inav-mcp detail: https://mcpindex.ai/server/io-github-starlordz12-inav-mcp - io.github.starter-series/create-starter (io.github.starter-series/create-starter@0.4.0) Scaffold projects from the Starter Series templates — MCP server, Claude Code skill, and CLI. installs: npm:@starter-series/create detail: https://mcpindex.ai/server/io-github-starter-series-create-starter - Apache Pinot MCP Server (io.github.startreedata/mcp-pinot@4.0.0) Query and manage Apache Pinot through MCP with typed tools and preview-first safety. installs: pypi:mcp-pinot-server | docker:ghcr.io/startreedata/mcp-pinot:4.0.0 detail: https://mcpindex.ai/server/io-github-startreedata-mcp-pinot - SpaceMolt (io.github.statico-alt/spacemolt@0.129.5) MMO game for AI agents: mine, trade, craft, explore, and battle in a galaxy of ~500 systems installs: remote:https://game.spacemolt.com/mcp detail: https://mcpindex.ai/server/io-github-statico-alt-spacemolt - io.github.stayce/partd-mcp (io.github.stayce/partd-mcp@1.0.0) CMS Medicare Part D drug spending and prescriber data. 2024 quarterly data. installs: remote:https://partd-mcp-server.staycek.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-stayce-partd-mcp - What's Inherited (io.github.stcmain/whats-inherited-mcp@0.1.6) What a checkout tells your agent to do: instruction files, hooks, declared MCP servers. installs: npm:whats-inherited-mcp detail: https://mcpindex.ai/server/io-github-stcmain-whats-inherited-mcp - What's Running (io.github.stcmain/whats-running-mcp@0.1.6) Live OS ground truth for agents: running agent sessions, listening ports, daemons, system load. installs: npm:whats-running-mcp detail: https://mcpindex.ai/server/io-github-stcmain-whats-running-mcp - io.github.ste7/novacal-mcp-server (io.github.ste7/novacal-mcp-server@0.1.0) Manage Novacal event types, availability, and bookings. installs: remote:https://mcp.novacal.io/mcp detail: https://mcpindex.ai/server/io-github-ste7-novacal-mcp-server - io.github.stefanoamorelli/sec-edgar-mcp (io.github.stefanoamorelli/sec-edgar-mcp@1.0.5) SEC EDGAR MCP server that provides access to the US public filings through the US SEC EDGAR API installs: pypi:sec-edgar-mcp detail: https://mcpindex.ai/server/io-github-stefanoamorelli-sec-edgar-mcp - RLM Tools (io.github.stefanoshea/rlm-tools@0.1.0) Persistent Python sandbox for token-efficient codebase exploration in MCP clients installs: pypi:rlm-tools detail: https://mcpindex.ai/server/io-github-stefanoshea-rlm-tools - io.github.stelis-dev/agent-q (io.github.stelis-dev/agent-q@0.2.2) Local MCP server for requesting signatures from Agent-Q Firmware. installs: npm:@stelis/agent-q detail: https://mcpindex.ai/server/io-github-stelis-dev-agent-q - io.github.stelis-dev/say-ur-intent (io.github.stelis-dev/say-ur-intent@0.3.0) Local-first Sui DeFi evidence and review for AI clients before wallet signing. installs: npm:@stelis/say-ur-intent detail: https://mcpindex.ai/server/io-github-stelis-dev-say-ur-intent - Alibre Design CAD MCP Server (io.github.stephensmitchell/AlibreObjectModel.Mcp@2.0.1) MCP server exposing the Alibre Design CAD API: parts, sketches, features, parameters. installs: manual detail: https://mcpindex.ai/server/io-github-stephensmitchell-alibreobjectmodel-mcp - io.github.sterion66/godot (io.github.sterion66/godot@1.0.2) The most complete Godot 4 MCP: secure sandbox, 40+ tools (projects–runtime), major MCP clients. installs: pypi:godot-mcp-server detail: https://mcpindex.ai/server/io-github-sterion66-godot - io.github.steve-chambers/alertchecker-mcp (io.github.steve-chambers/alertchecker-mcp@1.0.0) Create AI-monitored web alerts from plain English — just say "Alert me when..." installs: remote:https://alertchecker.com/api/mcp detail: https://mcpindex.ai/server/io-github-steve-chambers-alertchecker-mcp - Metro MCP (io.github.steve228uk/metro-mcp@0.13.2) MCP server for React Native/Expo runtime debugging, inspection, and automation via Metro/CDP installs: npm:metro-mcp detail: https://mcpindex.ai/server/io-github-steve228uk-metro-mcp - io.github.stevebutterworth/changeflow (io.github.stevebutterworth/changeflow@1.0.2) AI-powered web monitoring. Track any website, get structured change intelligence. installs: npm:changeflow-mcp-server detail: https://mcpindex.ai/server/io-github-stevebutterworth-changeflow - io.github.stevemilton/agentmarketplace-mcp (io.github.stevemilton/agentmarketplace-mcp@0.3.1) Discover MCP servers + tools, auto-install into any client, pay for x402 endpoints in USDC. installs: npm:agentmarketplace-mcp detail: https://mcpindex.ai/server/io-github-stevemilton-agentmarketplace-mcp - io.github.stevemilton/buyforme-mcp (io.github.stevemilton/buyforme-mcp@1.0.1) BuyForMe: pay any x402 URL (USD or EUR) with ArisPay delegated custody. Alias of payagent-mcp. installs: npm:buyforme-mcp detail: https://mcpindex.ai/server/io-github-stevemilton-buyforme-mcp - Hiveround (io.github.stevemilton/marketplace@1.0.0) Marketplace MCP server for live venture-capital raises and agent-mediated dealflow. installs: remote:https://hiveround.com/api/mcp detail: https://mcpindex.ai/server/io-github-stevemilton-marketplace - io.github.stevemilton/payagent-mcp (io.github.stevemilton/payagent-mcp@3.1.2) Gives AI agents a wallet: pay x402 APIs (USD + EUR), check balances, self-onboard in one tool call. installs: npm:@arispay/payagent-mcp detail: https://mcpindex.ai/server/io-github-stevemilton-payagent-mcp - io.github.stillmarcus24/stillos-edge-gate (io.github.stillmarcus24/stillos-edge-gate@1.3.2) Grade a track record before risking capital: REAL_EDGE/REGIME_LUCK/NEGATIVE_EV. Fail-closed. installs: npm:stillos-edge-gate | remote:https://stillos-edge-gate-edge.stillos.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-stillmarcus24-stillos-edge-gate - io.github.stillmarcus24/stillos-kya (io.github.stillmarcus24/stillos-kya@0.3.1) KYA: fail-closed CLEAR/REVIEW/BLOCK counterparty screen (OFAC + on-chain), signed receipt. installs: npm:stillos-kya | remote:https://stillos-kya-edge.stillos.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-stillmarcus24-stillos-kya - io.github.stillmarcus24/stillos-notary (io.github.stillmarcus24/stillos-notary@1.0.0) Signed, x402-paid StillOS notary tools: claim verdicts, OFAC screening, distress scoring. installs: npm:stillos-notary detail: https://mcpindex.ai/server/io-github-stillmarcus24-stillos-notary - io.github.stillmarcus24/stillos-notary-mcp (io.github.stillmarcus24/stillos-notary-mcp@1.2.0) Ed25519-signed verdicts resolved against real ground truth. Free claim/verify; paid bonded dispute. installs: npm:stillos-notary-mcp | remote:https://stillos-notary-mcp-edge.stillos.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-stillmarcus24-stillos-notary-mcp - io.github.stillmarcus24/stillos-swap-mcp (io.github.stillmarcus24/stillos-swap-mcp@1.0.0) Non-custodial Solana swap via Jupiter, 0.25% fee, free scam-check on every token you buy. installs: npm:stillos-swap-mcp detail: https://mcpindex.ai/server/io-github-stillmarcus24-stillos-swap-mcp - Stobo SEO & AEO Audit (io.github.stobo-app/seo-audit@0.4.3) AI-powered SEO and AEO audit for websites installs: pypi:stobo-mcp detail: https://mcpindex.ai/server/io-github-stobo-app-seo-audit - Writing Clinic (io.github.stockandawe/writing-clinic@1.0.1) Free MCP tool: paste your writing, get a one-line diagnosis and a tightened rewrite. installs: npm:make-your-point-mcp detail: https://mcpindex.ai/server/io-github-stockandawe-writing-clinic - Storybook MCP Addon (io.github.storybookjs/addon-mcp@0.6.0) Help agents automatically write and test stories for your UI components. installs: npm:@storybook/addon-mcp detail: https://mcpindex.ai/server/io-github-storybookjs-addon-mcp - Strale - 290+ API capabilities for AI agents (io.github.strale-io/strale@0.2.4) 290+ quality-scored API capabilities for AI agents across 27 countries via MCP. installs: npm:strale-mcp | remote:https://api.strale.io/mcp detail: https://mcpindex.ai/server/io-github-strale-io-strale - Domain Check (io.github.stucchi/domain-check@1.1.1) Check domain availability across 500+ TLDs. Single and bulk checks with UI. installs: pypi:domain-check-mcp detail: https://mcpindex.ai/server/io-github-stucchi-domain-check - Italy OpenData (io.github.stucchi/italy-opendata@1.0.2) Italian open data: municipalities, provinces, regions, postal codes, coordinates. installs: pypi:italy-opendata-mcp detail: https://mcpindex.ai/server/io-github-stucchi-italy-opendata - Nexi XPay (io.github.stucchi/nexi-xpay@1.2.1) MCP server for Nexi XPay Back Office APIs: orders, transactions, warnings. installs: pypi:nexi-xpay-mcp-server detail: https://mcpindex.ai/server/io-github-stucchi-nexi-xpay - Telnyx (io.github.stucchi/telnyx@0.1.1) MCP server for the Telnyx API — billing, phone numbers, and messaging installs: pypi:telnyx-mcp detail: https://mcpindex.ai/server/io-github-stucchi-telnyx - io.github.student920/face-recognition-mcp-server (io.github.student920/face-recognition-mcp-server@1.0.0) On-premise face recognition MCP server for 3DiVi Face SDK. No cloud required. installs: manual detail: https://mcpindex.ai/server/io-github-student920-face-recognition-mcp-server - io.github.sturs49/cryptotaxedge (io.github.sturs49/cryptotaxedge@1.0.0) US tax classification for on-chain transactions: category, treatment, confidence, review flags. installs: remote:https://mcp.cryptotaxedge.com/ detail: https://mcpindex.ai/server/io-github-sturs49-cryptotaxedge - Twilize (io.github.subhatta123/twilize@0.34.0) Generate Tableau .twb/.twbx workbooks: 47 tools for charts, dashboards, rules, CSV pipelines. installs: pypi:twilize | remote:https://web-production-dcbcb.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-subhatta123-twilize - io.github.subodhkc/mcp-tenant-isolation (io.github.subodhkc/mcp-tenant-isolation@1.6.2) Static analysis scanner for MCP server code and multi-tenant SaaS applications. installs: npm:mcp-tenant-isolation detail: https://mcpindex.ai/server/io-github-subodhkc-mcp-tenant-isolation - SQD Portal (io.github.subsquid-labs/portal-mcp-server@0.7.9) Query onchain data across EVM, Solana, Bitcoin, Substrate, and Hyperliquid via the SQD Portal API. installs: remote:https://portal.sqd.dev/mcp detail: https://mcpindex.ai/server/io-github-subsquid-labs-portal-mcp-server - io.github.sugar-co-dev/roc-mcp-server (io.github.sugar-co-dev/roc-mcp-server@1.0.0) Creator commerce intelligence for TikTok Shop brands — benchmarks, ROC calculator, and brand fit. installs: remote:https://roc-mcp-jvutdol4j-ro-ct-eam.vercel.app/mcp detail: https://mcpindex.ai/server/io-github-sugar-co-dev-roc-mcp-server - Japan Real Estate Intel (io.github.sugukurukabe/japan-real-estate-intel-mcp@6.15.1) Japan real estate MCP: land price, risk, foot traffic, renovation. 10 prefectures. installs: npm:@sugukuru/japan-real-estate-intel-mcp | remote:https://realestate-mcp.jp/mcp detail: https://mcpindex.ai/server/io-github-sugukurukabe-japan-real-estate-intel-mcp - io.github.suiyang-meta/miinideck (io.github.suiyang-meta/miinideck@1.0.0) Publish AI-generated HTML to a private, unguessable link, straight from Claude or ChatGPT. installs: remote:https://www.miinideck.com/api/mcp detail: https://mcpindex.ai/server/io-github-suiyang-meta-miinideck - io.github.sukrutkrdg/warden402-mcp (io.github.sukrutkrdg/warden402-mcp@0.1.0) Pre-execution safety for AI agents on Base. Guard a token, tx or address: block/review/clear. installs: npm:warden402-mcp detail: https://mcpindex.ai/server/io-github-sukrutkrdg-warden402-mcp - io.github.sukrutkrdg/x402-bazaar-mcp (io.github.sukrutkrdg/x402-bazaar-mcp@0.2.2) Base token-safety for agents: the only B20 freeze/seize/rug suite + pre-trade gates, over x402. installs: npm:x402-bazaar-mcp detail: https://mcpindex.ai/server/io-github-sukrutkrdg-x402-bazaar-mcp - ai-audit-trail (io.github.sundsoffice-tech/ai-audit-trail@0.4.7) Tamper-evident audit trails for AI agents — Ed25519-signed, hash-chained, EU AI Act ready. installs: pypi:ai-audit-trail detail: https://mcpindex.ai/server/io-github-sundsoffice-tech-ai-audit-trail - Mendrift (io.github.suneel190700/mendrift-mcp@0.1.2) MCP server for ML drift detection, MLflow registry diffing, and HMAC-gated model rollback installs: pypi:mendrift-mcp detail: https://mcpindex.ai/server/io-github-suneel190700-mendrift-mcp - io.github.sunhome243/figma-mcp-express (io.github.sunhome243/figma-mcp-express@2.8.1) Compact Figma MCP with validated batch ops through a local plugin bridge. installs: npm:figma-mcp-express detail: https://mcpindex.ai/server/io-github-sunhome243-figma-mcp-express - io.github.sunsiyuan/human-survey (io.github.sunsiyuan/human-survey@1.2.0) Self-reported attribution: which channel and which creator your users first heard you from. installs: npm:humansurvey-mcp detail: https://mcpindex.ai/server/io-github-sunsiyuan-human-survey - io.github.suomimasuda/rightos-mcp (io.github.suomimasuda/rightos-mcp@0.4.4) RightOS MCP: privacy-first QR queue/EV/pickup. 18 tools, no end-user PII. installs: npm:@i-s3/rightos-mcp detail: https://mcpindex.ai/server/io-github-suomimasuda-rightos-mcp - Obol (io.github.superbigroach/obol@0.2.2) Find, pay for & call APIs in USDC from AI agents - gasless, sub-cent, 0% commission. installs: npm:@superbigroach/obol-mcp detail: https://mcpindex.ai/server/io-github-superbigroach-obol - Superlist (io.github.superlistapp/superlist@1.0.0) Manage Superlist tasks and lists in plain language from any MCP-compatible AI agent. installs: remote:https://app.superlist.com/mcp detail: https://mcpindex.ai/server/io-github-superlistapp-superlist - io.github.superlowburn/hive-mcp (io.github.superlowburn/hive-mcp@1.0.1) Microblogging social network for AI agents. Post, reply, boost, follow, and discover. installs: npm:@superlowburn/hive-mcp detail: https://mcpindex.ai/server/io-github-superlowburn-hive-mcp - Superserve (io.github.superserve-ai/mcp@0.1.3) MCP server for Superserve sandboxes: create, exec, and manage Firecracker microVMs installs: npm:@superserve/mcp | remote:https://mcp.superserve.ai detail: https://mcpindex.ai/server/io-github-superserve-ai-mcp - io.github.supertrained/rhumb-mcp (io.github.supertrained/rhumb-mcp@0.8.2) Agent gateway for Index discovery, AN Score evaluation, and Resolve governed execution installs: npm:rhumb-mcp detail: https://mcpindex.ai/server/io-github-supertrained-rhumb-mcp - 台灣勞健保勞退試算 (io.github.supra126/taiwan-payroll@1.4.0) 台灣勞保、健保、勞退、職災與二代健保補充保費試算,含薪資扣繳、破月與勞保老年給付。資料取自主管機關公告,對官方範例逐位元驗證。 installs: npm:taiwan-payroll-mcp | remote:https://taiwan-payroll.simoko.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-supra126-taiwan-payroll - WebZum - The Hosting Layer for AI-Generated Web Content (io.github.suprraz/webzum@1.3.0) Host AI-generated HTML/CSS/JS instantly. Files, zips, or clone an existing page. Live in seconds. installs: remote:https://webzum.com/api/mcp detail: https://mcpindex.ai/server/io-github-suprraz-webzum - SuprSend (io.github.suprsend/cli@1.0.1) Manage SuprSend entities — workflows, templates, users, objects, tenants — from your AI assistant. installs: npm:suprsend detail: https://mcpindex.ai/server/io-github-suprsend-cli - io.github.suryast/indonesia-civic-stack (io.github.suryast/indonesia-civic-stack@0.1.1) 40 MCP tools for 11 Indonesian government portals — BPOM, BPJPH, AHU, OJK, BMKG+ installs: pypi:indonesia-civic-stack detail: https://mcpindex.ai/server/io-github-suryast-indonesia-civic-stack - io.github.svim-labs/svim-stock-mcp (io.github.svim-labs/svim-stock-mcp@1.0.0) Trade tokenized stocks with Web3 wallet. No registration. AI agent-friendly. Multi-chain. Compliant. installs: remote:https://mcp.svim.io detail: https://mcpindex.ai/server/io-github-svim-labs-svim-stock-mcp - LatAm Data (io.github.svkbogislav/latam-data-mcp@0.6.1) Latin American data for AI agents: tax-ID validation, indicators, FX, company lookups, holidays installs: pypi:latam-data-mcp detail: https://mcpindex.ai/server/io-github-svkbogislav-latam-data-mcp - MCP Server for WinDbg Crash Analysis (io.github.svnscha/mcp-windbg@0.12.2) A Model Context Protocol server for Windows crash dump analysis using WinDbg/CDB installs: pypi:mcp-windbg detail: https://mcpindex.ai/server/io-github-svnscha-mcp-windbg - StandardGraph (io.github.swoopeagle/standardgraph@1.2.3) 158,000+ K-12 education standards across 300 curriculum systems, cross-referenced via NLP. installs: pypi:standardgraph detail: https://mcpindex.ai/server/io-github-swoopeagle-standardgraph - io.github.swswordholy-tech/agentschat-mcp (io.github.swswordholy-tech/agentschat-mcp@0.30.0) Shared live rooms for AI agents to chat, vote, run OKRs, hand off to humans - join, don't rebuild. installs: npm:agentschat-mcp detail: https://mcpindex.ai/server/io-github-swswordholy-tech-agentschat-mcp - AirStrings (io.github.symbionix-sl/airstrings-cli@0.11.0) Manage AirStrings localization strings and publish signed bundles from your workspace. installs: manual detail: https://mcpindex.ai/server/io-github-symbionix-sl-airstrings-cli - Synpareia Trust Toolkit (io.github.synpareia/trust-mcp@0.9.0) Verifiable dealings with other agents: prove what you did, vet who you deal with, bind agreements installs: pypi:synpareia-trust-mcp detail: https://mcpindex.ai/server/io-github-synpareia-trust-mcp - io.github.sypherin/altronis-mcp (io.github.sypherin/altronis-mcp@0.1.1) Ask the Altronis AI advisor: grant-matched AI plans, SG AI events, news, ecosystem data. Read-only. installs: npm:@altronis/altronis-mcp detail: https://mcpindex.ai/server/io-github-sypherin-altronis-mcp - io.github.sypherin/sgdata-mcp (io.github.sypherin/sgdata-mcp@0.5.2) Singapore government data for AI agents: ACRA, HDB, COE, URA, SingStat, MAS, IRAS. 87 tools. installs: npm:@altronis/sgdata-mcp detail: https://mcpindex.ai/server/io-github-sypherin-sgdata-mcp - DeadCat: Reaper (io.github.systemblueio/deadcat-reaper@0.1.5) Operate a REAPER session in plain language, with writes verified against REAPER feedback. installs: manual detail: https://mcpindex.ai/server/io-github-systemblueio-deadcat-reaper - ssyubix-pixelart-mcp (io.github.syuaibsyuaib/ssyubix-pixelart-mcp@0.1.1) Draw pixel-art tiles and tilesets for 2D games, with PNG+metadata export for Unity. installs: pypi:ssyubix-pixelart-mcp detail: https://mcpindex.ai/server/io-github-syuaibsyuaib-ssyubix-pixelart-mcp - io.github.syvb/publish-access-test-1778815297 (io.github.syvb/publish-access-test-1778815297@0.0.1) This is just a test :)) ignroe me installs: remote:https://example.com/mcp detail: https://mcpindex.ai/server/io-github-syvb-publish-access-test-1778815297 - Recon Crypto MCP (io.github.szhygulin/recon-crypto-mcp@0.3.1) Self-custodial crypto portfolio: read EVM DeFi, sign on Ledger via WalletConnect. installs: npm:recon-crypto-mcp detail: https://mcpindex.ai/server/io-github-szhygulin-recon-crypto-mcp - io.github.sznt2010/agentresources-mcp (io.github.sznt2010/agentresources-mcp@0.1.2) MCP server for Agent Resources: Trust Cards, signed telemetry, ERC-8004 identity, x402. installs: npm:@agentresources/mcp detail: https://mcpindex.ai/server/io-github-sznt2010-agentresources-mcp - io.github.t8y2/dbx (io.github.t8y2/dbx@0.1.3) Query databases from AI agents using connections configured in DBX. installs: npm:@dbx-app/mcp-server detail: https://mcpindex.ai/server/io-github-t8y2-dbx - Tactual (io.github.tactual-dev/tactual@0.2.1) Screen-reader navigation cost analyzer. Scores AT user effort to find, reach, and operate content. installs: npm:tactual detail: https://mcpindex.ai/server/io-github-tactual-dev-tactual - io.github.taimiralain/stackguide-mcp (io.github.taimiralain/stackguide-mcp@4.2.0) Dynamic context loading for AI assistants with TDD workflow and AST analysis installs: npm:@stackguide/mcp-server detail: https://mcpindex.ai/server/io-github-taimiralain-stackguide-mcp - io.github.takiguchi-yu/google-workspace-mcp (io.github.takiguchi-yu/google-workspace-mcp@0.0.5) An MCP server for Google Workspaces. installs: npm:@takiguchi-yu/google-workspace-mcp-server detail: https://mcpindex.ai/server/io-github-takiguchi-yu-google-workspace-mcp - io.github.takiguchi-yu/google-workspace-mcp-server (io.github.takiguchi-yu/google-workspace-mcp-server@0.3.1) An MCP server for Google Workspaces. installs: npm:@takiguchi-yu/google-workspace-mcp-server detail: https://mcpindex.ai/server/io-github-takiguchi-yu-google-workspace-mcp-server - io.github.tamas-fm/project-lore (io.github.tamas-fm/project-lore@0.1.1) A local-first MCP server that routes development tasks to authoritative project documentation. installs: npm:project-lore-mcp detail: https://mcpindex.ai/server/io-github-tamas-fm-project-lore - io.github.tamasPetki/headless-tracker (io.github.tamasPetki/headless-tracker@1.0.17) Read-only MCP server: your AI sees your crypto portfolio, never your keys. Not financial advice. installs: npm:headless-tracker detail: https://mcpindex.ai/server/io-github-tamaspetki-headless-tracker - Charming (io.github.tambo-ai/charming@1.0.1) Build personal interactive apps with real URLs and persistent storage, using any AI. installs: remote:https://charm.ing/mcp detail: https://mcpindex.ai/server/io-github-tambo-ai-charming - MIUI Decrypt MCP (io.github.tambovchanin/lsadecrypt-mcp@1.0.325) Decrypt .lsa/.lsav files from Xiaomi devices. Upload, status, download, pricing. installs: remote:https://mcp.lsadecrypt.online/mcp detail: https://mcpindex.ai/server/io-github-tambovchanin-lsadecrypt-mcp - UIAutomator2 MCP Server (io.github.tanbro/uiautomator2-mcp-server@0.3.3) Android mobile automation with uiautomator2. AI bot for taps, swipes, apps, XPath testing, RPA. installs: pypi:uiautomator2-mcp-server detail: https://mcpindex.ai/server/io-github-tanbro-uiautomator2-mcp-server - io.github.tandryukha/aidemo (io.github.tandryukha/aidemo@0.8.0) Narrated, captioned product-demo MP4 from a storyboard.json; re-renders itself in CI at ~$0. installs: npm:@tandryukha/aidemo detail: https://mcpindex.ai/server/io-github-tandryukha-aidemo - BT Ops MCP (io.github.tangchangzhe/bt-ops-mcp-server@0.1.4) Secure MCP server for BT Panel operations with scoped permissions and audited writes. installs: npm:bt-ops-mcp-server detail: https://mcpindex.ai/server/io-github-tangchangzhe-bt-ops-mcp-server - Taplid (io.github.taplid/taplid@1.0.1) Audit AI responses and artifacts with ALLOW, REVIEW, or BLOCK decisions and trust scores. installs: npm:@taplid/mcp detail: https://mcpindex.ai/server/io-github-taplid-taplid - io.github.tarunlnmiit/autopilot-jobhunt (io.github.tarunlnmiit/autopilot-jobhunt@0.4.3) Agentic job hunt: scan careers pages, score against your resume, draft applications. Never applies. installs: pypi:autopilot-jobhunt detail: https://mcpindex.ai/server/io-github-tarunlnmiit-autopilot-jobhunt - io.github.taskade/mcp-server (io.github.taskade/mcp-server@0.1.1) Connect Taskade to any AI assistant — 62 tools: projects, tasks, agents, agent chat, webhooks. installs: npm:@taskade/mcp-server detail: https://mcpindex.ai/server/io-github-taskade-mcp-server - The Hill Kinabalu (io.github.tasutagazo/the-hill-kinabalu@1.3.0) Official rooms, live availability, booking links, and wedding info for The Hill Kinabalu. installs: remote:https://thehillkinabalu.com/mcp detail: https://mcpindex.ai/server/io-github-tasutagazo-the-hill-kinabalu - io.github.tathagat22/plumb-mcp (io.github.tathagat22/plumb-mcp@0.13.2) Two-way Figma MCP: extract + verify design-to-code, or generate on-brand Figma pages from a prompt. installs: npm:plumb-mcp detail: https://mcpindex.ai/server/io-github-tathagat22-plumb-mcp - io.github.tathagat22/slipstream (io.github.tathagat22/slipstream@1.0.0) Shared distillation cache for AI agents — every fetch ~73-89% fewer tokens via a shared cache. installs: remote:https://slipstream-pi.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-tathagat22-slipstream - Dense Evolution (io.github.tatopenn-cell/dense-evolution@8.1.52) Real quantum circuit simulator, VQE, molecular Hamiltonians, QM/MM forces, and MD via 21 tools. installs: pypi:dense-evolution detail: https://mcpindex.ai/server/io-github-tatopenn-cell-dense-evolution - TWSE Open Data (Taiwan Stock Exchange) (io.github.taux-io/twse-mcp@0.3.0) Taiwan Stock Exchange (TWSE) open data as MCP tools: stock quotes, ETF data, 140+ public datasets. installs: remote:https://twse-mcp.taux.io/mcp detail: https://mcpindex.ai/server/io-github-taux-io-twse-mcp - io.github.taybenlor/runno (io.github.taybenlor/runno@0.10.6) MCP Server for the Runno Sandbox installs: npm:@runno/mcp detail: https://mcpindex.ai/server/io-github-taybenlor-runno - Patina Unity MCP (io.github.taygunsavas/patina-unity-mcp@1.1.13) Control the Unity Editor from MCP hosts through a local Rust server and C# Unity bridge. installs: npm:com.taygunsavas.patina-unity-mcp detail: https://mcpindex.ai/server/io-github-taygunsavas-patina-unity-mcp - TayPE MCP (io.github.taylormadeapps/taype@0.18.1) Control the TayPE desktop DAW locally via MCP. installs: manual detail: https://mcpindex.ai/server/io-github-taylormadeapps-taype - io.github.taytrom/bitsbound-contract-automation (io.github.taytrom/bitsbound-contract-automation@1.0.14) AI contract automation with partner-level redlines, OOXML Track Changes, and risk analysis. installs: npm:@bitsbound/mcp-server detail: https://mcpindex.ai/server/io-github-taytrom-bitsbound-contract-automation - QAE Safety Certification (io.github.tb8412/qae-safety-mcp@0.1.2) Deterministic pre-execution safety certification for autonomous AI agents. installs: pypi:qae-safety detail: https://mcpindex.ai/server/io-github-tb8412-qae-safety-mcp - io.github.tcador/787daily (io.github.tcador/787daily@1.0.0) Puerto Rico news (English summaries + links) and live island conditions, read-only over MCP. installs: remote:https://mcp.787daily.com/mcp detail: https://mcpindex.ai/server/io-github-tcador-787daily - io.github.tcehjaava/tmdb-mcp-server (io.github.tcehjaava/tmdb-mcp-server@0.1.1) MCP server for The Movie Database (TMDB) API installs: npm:tmdb-mcp-server detail: https://mcpindex.ai/server/io-github-tcehjaava-tmdb-mcp-server - io.github.tcgtracker-boop/agent-company-mcp (io.github.tcgtracker-boop/agent-company-mcp@2.16.0) A legal home for AI agents: Wyoming $299 or Nevis LLC. Free diagnostic; agents pay in USDC/USDT. installs: remote:https://server.smithery.ai/offshoreproz/agent-company/mcp detail: https://mcpindex.ai/server/io-github-tcgtracker-boop-agent-company-mcp - BaZi Fortune Hub (io.github.tchen6500/bazi-fortune-hub@0.2.0) BaZi (八字) MCP gateway + 玄学社区. 12 tools (4 fortune + 5 forum + 3 meta). x-api-key required. installs: remote:https://fortunehub.lighttune.com.au/api/mcp detail: https://mcpindex.ai/server/io-github-tchen6500-bazi-fortune-hub - AkTools Pro MCP Server (io.github.tchivs/aktools-pro@0.2.2) 🚀 AkTools Pro: 增强型金融 MCP 服务器。内置策略回测、模拟盘管理及实时异动监控。 installs: pypi:aktools-pro | docker:ghcr.io/tchivs/aktools-pro:latest detail: https://mcpindex.ai/server/io-github-tchivs-aktools-pro - io.github.tdalbanmoreynas/keel (io.github.tdalbanmoreynas/keel@1.0.0) Catches your AI coding agent when it games the tests - locked-test hashes, tamper detection. installs: manual detail: https://mcpindex.ai/server/io-github-tdalbanmoreynas-keel - Hemrock MCP (io.github.tdavidson/mcp-hemrock@1.0.0) Hemrock financial modeling prompts: context primers, task prompts, checks, and best practices. installs: remote:https://mcp.hemrock.com/mcp detail: https://mcpindex.ai/server/io-github-tdavidson-mcp-hemrock - io.github.tdries/tableau-graphql-mcp (io.github.tdries/tableau-graphql-mcp@0.1.2) Ask any Tableau lineage question, in any MCP client, through the Tableau Metadata API. installs: pypi:tableau-graphql-mcp detail: https://mcpindex.ai/server/io-github-tdries-tableau-graphql-mcp - io.github.teabagkim/interview-mode (io.github.teabagkim/interview-mode@0.5.1) Structured interviewer for Claude Code — probing questions, decision tracking, evolving checkpoints. installs: npm:claude-interview-mode detail: https://mcpindex.ai/server/io-github-teabagkim-interview-mode - io.github.team-telnyx/telnyx (io.github.team-telnyx/telnyx@6.29.3) Official TypeScript library for the Telnyx API installs: npm:telnyx detail: https://mcpindex.ai/server/io-github-team-telnyx-telnyx - io.github.teamsincetoday/newsletter-commerce-mcp (io.github.teamsincetoday/newsletter-commerce-mcp@0.1.3) Extract shoppable products from newsletter content with affiliate signals. installs: npm:newsletter-commerce-mcp detail: https://mcpindex.ai/server/io-github-teamsincetoday-newsletter-commerce-mcp - io.github.teamsincetoday/podcast-commerce-mcp (io.github.teamsincetoday/podcast-commerce-mcp@0.1.3) Extract product mentions from podcast transcripts with affiliate signals. Free tier 200/day. installs: npm:podcast-commerce-mcp detail: https://mcpindex.ai/server/io-github-teamsincetoday-podcast-commerce-mcp - io.github.teamsincetoday/recipe-commerce-mcp (io.github.teamsincetoday/recipe-commerce-mcp@0.1.3) Extract shoppable ingredients from recipe content with affiliate signals. installs: npm:recipe-commerce-mcp detail: https://mcpindex.ai/server/io-github-teamsincetoday-recipe-commerce-mcp - io.github.teamtrayd/trayd-mcp (io.github.teamtrayd/trayd-mcp@1.0.0) Trade Robinhood through natural language in Claude Code. installs: remote:https://mcp.trayd.ai/mcp detail: https://mcpindex.ai/server/io-github-teamtrayd-trayd-mcp - io.github.tech-sushant/calculator-mcp (io.github.tech-sushant/calculator-mcp@1.0.1) A simple Model Context Protocol calculator server installs: npm:@tech-sushant/calculator-mcp detail: https://mcpindex.ai/server/io-github-tech-sushant-calculator-mcp - io.github.techleadevelopers/chainfx-mcp (io.github.techleadevelopers/chainfx-mcp@1.4.1) Agent Pay and planning graph for stablecoin commerce. installs: remote:https://api-production-bc748.up.railway.app/mcp/initialize detail: https://mcpindex.ai/server/io-github-techleadevelopers-chainfx-mcp - io.github.techops-services/keeperhub-mcp (io.github.techops-services/keeperhub-mcp@1.0.0) MCP server for KeeperHub blockchain workflow automation installs: remote:https://mcp.keeperhub.com/sse detail: https://mcpindex.ai/server/io-github-techops-services-keeperhub-mcp - io.github.tedfytw1209/mcp-server-EVEfleet (io.github.tedfytw1209/mcp-server-EVEfleet@1.0.2) An MCP server that provides tools for EVE Online players to manage their fleets installs: pypi:mcp-server-evefleet detail: https://mcpindex.ai/server/io-github-tedfytw1209-mcp-server-evefleet - io.github.teefloo/asuswrt-mcp (io.github.teefloo/asuswrt-mcp@0.1.1) Secure AsusWRT router administration via SSH — 42+ tools, guarded mutations installs: pypi:asuswrt-mcp detail: https://mcpindex.ai/server/io-github-teefloo-asuswrt-mcp - io.github.telleroutlook/mcp-server (io.github.telleroutlook/mcp-server@1.1.1) WasmAgent MCP server — WASM-sandboxed code execution with capability manifests and Tasks API. installs: npm:@wasmagent/mcp-server detail: https://mcpindex.ai/server/io-github-telleroutlook-mcp-server - io.github.telsav/flutter-skill (io.github.telsav/flutter-skill@0.7.6) AI E2E testing bridge — give AI eyes and hands inside any app. 8 platforms, 40+ tools. installs: npm:flutter-skill detail: https://mcpindex.ai/server/io-github-telsav-flutter-skill - Rustok Wallet (io.github.temrjan/rustok-wallet@0.2.2) Self-custody Ethereum Agent Wallet. All chains enabled by default. User assumes all risks. installs: npm:rustok-agent-mcp detail: https://mcpindex.ai/server/io-github-temrjan-rustok-wallet - io.github.temurkhan13/openclaw-cost-tracker-mcp (io.github.temurkhan13/openclaw-cost-tracker-mcp@1.1.3) AI agent token-cost telemetry + 429 prediction. Per-agent attribution, anomaly + routing + quota. installs: pypi:openclaw-cost-tracker-mcp detail: https://mcpindex.ai/server/io-github-temurkhan13-openclaw-cost-tracker-mcp - io.github.temurkhan13/openclaw-health-mcp (io.github.temurkhan13/openclaw-health-mcp@1.0.3) MCP server for OpenClaw deployment health: gateway, resources, errors, skills, upgrades, disk. installs: pypi:openclaw-health-mcp detail: https://mcpindex.ai/server/io-github-temurkhan13-openclaw-health-mcp - io.github.temurkhan13/openclaw-output-vetter-mcp (io.github.temurkhan13/openclaw-output-vetter-mcp@1.3.0) Verify AI agent claims vs reality: inline grounding-check + swallowed-exception + transcript review. installs: pypi:openclaw-output-vetter-mcp detail: https://mcpindex.ai/server/io-github-temurkhan13-openclaw-output-vetter-mcp - io.github.temurkhan13/openclaw-upgrade-orchestrator-mcp (io.github.temurkhan13/openclaw-upgrade-orchestrator-mcp@1.2.3) AI runtime upgrade safety + provider-side regression detection (snapshot diff + fingerprint). installs: pypi:openclaw-upgrade-orchestrator-mcp detail: https://mcpindex.ai/server/io-github-temurkhan13-openclaw-upgrade-orchestrator-mcp - AI Business System Advisor (io.github.tenkai2018/ai-business-system-advisor-mcp@0.1.10) Find the safest first AI workflow before investing in AI agents or automation. installs: npm:ai-business-system-advisor-mcp | remote:https://mcp.prodxsolution.com/ai-business-system-advisor/mcp detail: https://mcpindex.ai/server/io-github-tenkai2018-ai-business-system-advisor-mcp - SENTINEL (io.github.teodorofodocrispin-cmyk/sentinel-mcp@1.0.1) Pre-execution safety oracle for AI agents. Screens Base contracts, simulates sells, pays via x402. installs: pypi:sentinel-mcp detail: https://mcpindex.ai/server/io-github-teodorofodocrispin-cmyk-sentinel-mcp - VeraData (io.github.teodorofodocrispin-cmyk/veradata@1.0.0) Verified LATAM data for AI agents: sanctions, entity, rates, KYB. Pay via x402. installs: remote:https://api.veradata.dev/mcp detail: https://mcpindex.ai/server/io-github-teodorofodocrispin-cmyk-veradata - io.github.terry-li-hm/vivesca (io.github.terry-li-hm/vivesca@0.2.2) Opinionated MCP server — Pydantic output schemas, 7 domains, built to evolve. installs: pypi:vivesca detail: https://mcpindex.ai/server/io-github-terry-li-hm-vivesca - Tersign Evidence (io.github.tersignhq/evidence@0.4.2) Counter-signed evidence records for agent commerce: receipts, verification, dispute envelopes. installs: npm:tersign detail: https://mcpindex.ai/server/io-github-tersignhq-evidence - io.github.testdino-inc/testdino-mcp (io.github.testdino-inc/testdino-mcp@1.0.2) A MCP server for TestDino installs: npm:testdino-mcp detail: https://mcpindex.ai/server/io-github-testdino-inc-testdino-mcp - io.github.tesults/tesults-mcp (io.github.tesults/tesults-mcp@1.0.2) Ask your AI agent why your tests are failing. Instant analysis on failures and regressions. installs: npm:tesults-mcp detail: https://mcpindex.ai/server/io-github-tesults-tesults-mcp - io.github.teunlao/vidin (io.github.teunlao/vidin@0.1.0) Turn a screen recording into agent-readable annotated keyframes. MCP server + CLI on ffmpeg. installs: npm:@teunlao/vidin detail: https://mcpindex.ai/server/io-github-teunlao-vidin - Thalovant MCP (io.github.thalovant/thalovant-mcp@0.1.7) Connect MCP clients to Thalovant control-plane and hub runtime APIs over stdio or Streamable HTTP. installs: npm:@thalovant/mcp-server | docker:ghcr.io/thalovant/thalovant-mcp:0.1.7 detail: https://mcpindex.ai/server/io-github-thalovant-thalovant-mcp - io.github.the-nine-nation/remote-ssh-mcp (io.github.the-nine-nation/remote-ssh-mcp@0.2.0) Persistent stateful remote SSH sessions for AI agents via MCP + OpenSSH. installs: npm:@zyluo/remote-ssh-mcp detail: https://mcpindex.ai/server/io-github-the-nine-nation-remote-ssh-mcp - io.github.the-staq/tradestaq-mcp (io.github.the-staq/tradestaq-mcp@0.1.1) AI-powered crypto trading tools. Strategies, backtests, bots, and portfolio management. installs: npm:@the-staq/tradestaq-mcp detail: https://mcpindex.ai/server/io-github-the-staq-tradestaq-mcp - io.github.the402ai/mcp-server (io.github.the402ai/mcp-server@1.0.1) AI agent service marketplace — browse, purchase, and manage services via x402/USDC installs: npm:@the402/mcp-server detail: https://mcpindex.ai/server/io-github-the402ai-mcp-server - what2post (io.github.theDestI/what2post@1.0.1) Read-only access to your what2post LinkedIn data: posts, profile stats, follower growth and goals. installs: remote:https://what2postapp.com/mcp detail: https://mcpindex.ai/server/io-github-thedesti-what2post - javaperf (io.github.theSharque/javaperf@1.4.1) Java profiling MCP via jcmd/jfr/jps. Diagnose performance, analyze threads, inspect JFR recordings. installs: npm:javaperf detail: https://mcpindex.ai/server/io-github-thesharque-javaperf - mcp-architector (io.github.theSharque/mcp-architector@1.9.0) MCP server for architecture and system design. Store and manage project architecture locally. installs: npm:mcp-architector detail: https://mcpindex.ai/server/io-github-thesharque-mcp-architector - io.github.theUpsider/lsp-mcp (io.github.theUpsider/lsp-mcp@0.1.6) Universal LSP MCP server installs: npm:@theupsider/lsp-mcp detail: https://mcpindex.ai/server/io-github-theupsider-lsp-mcp - 1c-rest-mcp (io.github.theYahia/1c-rest-mcp@1.2.1) MCP server for 1C Enterprise — ERP catalogs, documents via REST API (Russia) installs: npm:@theyahia/1c-rest-mcp detail: https://mcpindex.ai/server/io-github-theyahia-1c-rest-mcp - io.github.theYahia/amocrm-mcp (io.github.theYahia/amocrm-mcp@1.0.1) MCP server for amoCRM API — leads, contacts, pipelines. Auth: Bearer token. installs: npm:@theyahia/amocrm-mcp detail: https://mcpindex.ai/server/io-github-theyahia-amocrm-mcp - io.github.theYahia/calltouch-mcp (io.github.theYahia/calltouch-mcp@1.0.1) MCP server for Calltouch API — call tracking, call statistics. Token auth. installs: npm:@theyahia/calltouch-mcp detail: https://mcpindex.ai/server/io-github-theyahia-calltouch-mcp - io.github.theYahia/cbr-mcp (io.github.theYahia/cbr-mcp@1.0.0) MCP server for Central Bank of Russia API — currency rates, key rate, precious metals, conversion. installs: npm:@theyahia/cbr-mcp detail: https://mcpindex.ai/server/io-github-theyahia-cbr-mcp - cdek-mcp (io.github.theYahia/cdek-mcp@2.0.2) MCP server for CDEK — delivery, tariffs, tracking, order management (Russia) installs: npm:@theyahia/cdek-mcp detail: https://mcpindex.ai/server/io-github-theyahia-cdek-mcp - io.github.theYahia/chestnyznak-mcp (io.github.theYahia/chestnyznak-mcp@1.0.0) MCP server for Chestniy ZNAK (Честный ЗНАК) API — product marking verification. No auth needed for installs: npm:@theyahia/chestnyznak-mcp detail: https://mcpindex.ai/server/io-github-theyahia-chestnyznak-mcp - io.github.theYahia/elma365-mcp (io.github.theYahia/elma365-mcp@1.0.0) MCP server for ELMA365 API — app items, BPM tasks. 3 tools. installs: npm:@theyahia/elma365-mcp detail: https://mcpindex.ai/server/io-github-theyahia-elma365-mcp - io.github.theYahia/getcourse-mcp (io.github.theYahia/getcourse-mcp@1.0.0) MCP server for GetCourse API -- users, deals. installs: npm:@theyahia/getcourse-mcp detail: https://mcpindex.ai/server/io-github-theyahia-getcourse-mcp - io.github.theYahia/huntflow-mcp (io.github.theYahia/huntflow-mcp@1.0.0) MCP server for HuntFlow ATS API — vacancies, candidates, applicants for recruiting. installs: npm:@theyahia/huntflow-mcp detail: https://mcpindex.ai/server/io-github-theyahia-huntflow-mcp - io.github.theYahia/jivosite-mcp (io.github.theYahia/jivosite-mcp@1.0.1) MCP server for JivoSite API — chats, agents, visitors. 3 tools. installs: npm:@theyahia/jivosite-mcp detail: https://mcpindex.ai/server/io-github-theyahia-jivosite-mcp - io.github.theYahia/kaiten-mcp (io.github.theYahia/kaiten-mcp@1.0.0) MCP server for Kaiten API — cards, boards. 3 tools. installs: npm:@theyahia/kaiten-mcp detail: https://mcpindex.ai/server/io-github-theyahia-kaiten-mcp - io.github.theYahia/kaspi-mcp (io.github.theYahia/kaspi-mcp@1.0.0) MCP server for Kaspi.kz Shop API -- orders and products. installs: npm:@theyahia/kaspi-mcp detail: https://mcpindex.ai/server/io-github-theyahia-kaspi-mcp - mango-office-mcp (io.github.theYahia/mango-office-mcp@1.1.1) MCP server for Mango Office — cloud PBX, call management (Russia) installs: npm:@theyahia/mango-office-mcp detail: https://mcpindex.ai/server/io-github-theyahia-mango-office-mcp - io.github.theYahia/megaplan-mcp (io.github.theYahia/megaplan-mcp@1.0.0) MCP server for Megaplan — tasks, deals management via API v3. installs: npm:@theyahia/megaplan-mcp detail: https://mcpindex.ai/server/io-github-theyahia-megaplan-mcp - io.github.theYahia/mindbox-mcp (io.github.theYahia/mindbox-mcp@1.0.1) MCP server for Mindbox CDP API — customer profiles, orders, segments. 3 tools. installs: npm:@theyahia/mindbox-mcp detail: https://mcpindex.ai/server/io-github-theyahia-mindbox-mcp - moysklad-mcp (io.github.theYahia/moysklad-mcp@3.0.1) MCP server for MoySklad — warehouse, inventory, orders, reports (Russia) installs: npm:@theyahia/moysklad-mcp detail: https://mcpindex.ai/server/io-github-theyahia-moysklad-mcp - io.github.theYahia/planfix-mcp (io.github.theYahia/planfix-mcp@1.0.0) MCP server for Planfix API — tasks, contacts. 3 tools. installs: npm:@theyahia/planfix-mcp detail: https://mcpindex.ai/server/io-github-theyahia-planfix-mcp - io.github.theYahia/retailcrm-mcp (io.github.theYahia/retailcrm-mcp@1.0.0) MCP server for RetailCRM — orders, customers management via API v5. installs: npm:@theyahia/retailcrm-mcp detail: https://mcpindex.ai/server/io-github-theyahia-retailcrm-mcp - io.github.theYahia/salutespeech-mcp (io.github.theYahia/salutespeech-mcp@1.0.0) MCP server for Sber SaluteSpeech API — speech recognition and synthesis. installs: npm:@theyahia/salutespeech-mcp detail: https://mcpindex.ai/server/io-github-theyahia-salutespeech-mcp - io.github.theYahia/sber-mcp (io.github.theYahia/sber-mcp@1.0.0) MCP server for Sberbank API — accounts, statements. Bearer token auth. installs: npm:@theyahia/sber-mcp detail: https://mcpindex.ai/server/io-github-theyahia-sber-mcp - io.github.theYahia/tilda-mcp (io.github.theYahia/tilda-mcp@1.0.0) MCP server for Tilda API — projects, pages. 3 tools. installs: npm:@theyahia/tilda-mcp detail: https://mcpindex.ai/server/io-github-theyahia-tilda-mcp - yandex-direct-mcp (io.github.theYahia/yandex-direct-mcp@3.0.2) MCP server for Yandex Direct — PPC campaigns, ads, keywords, statistics (Russia) installs: npm:@theyahia/yandex-direct-mcp detail: https://mcpindex.ai/server/io-github-theyahia-yandex-direct-mcp - io.github.theYahia/yandex-speechkit-mcp (io.github.theYahia/yandex-speechkit-mcp@1.0.0) MCP server for Yandex SpeechKit API — speech recognition and synthesis. installs: npm:@theyahia/yandex-speechkit-mcp detail: https://mcpindex.ai/server/io-github-theyahia-yandex-speechkit-mcp - io.github.theagoralabs/theagora (io.github.theagoralabs/theagora@0.1.2) AI agent marketplace. 27 tools for buying and selling services with atomic escrow. installs: npm:@theagora/mcp detail: https://mcpindex.ai/server/io-github-theagoralabs-theagora - io.github.thebriangao/totem (io.github.thebriangao/totem@1.4.4) Totem — talk to your wearables with AI. Today: full Whoop access (48 tools). installs: npm:@thebriangao/totem detail: https://mcpindex.ai/server/io-github-thebriangao-totem - YIELD INTELLIGENCE — Passive Income MCP (io.github.thebrierfox/intuitek-ace@1.0.1) Passive income opportunity scanner. Yield analysis and portfolio optimization for AI agents. installs: remote:https://api.intuitek.ai/yield/mcp detail: https://mcpindex.ai/server/io-github-thebrierfox-intuitek-ace - CV Forge (io.github.thechandanbhagat/cv-forge@1.0.1) Forge powerful, ATS-friendly CVs tailored to any job - an MCP server for intelligent CV generation installs: npm:cv-forge detail: https://mcpindex.ai/server/io-github-thechandanbhagat-cv-forge - replicant-mcp (io.github.thecombatwombat/replicant-mcp@1.6.7) Android MCP server for AI-assisted development. Build, test, emulate, and automate. installs: npm:replicant-mcp detail: https://mcpindex.ai/server/io-github-thecombatwombat-replicant-mcp - io.github.theduodecim/ascii-art (io.github.theduodecim/ascii-art@0.1.1) MCP server that exposes ASCII and Unicode art tools installs: npm:ascii-art-mcp detail: https://mcpindex.ai/server/io-github-theduodecim-ascii-art - io.github.thegrenadinekid25/troth (io.github.thegrenadinekid25/troth@0.22.0) AI-powered spec-to-task decomposition and execution orchestration for coding agents. installs: remote:https://mcp.usejig.dev/mcp detail: https://mcpindex.ai/server/io-github-thegrenadinekid25-troth - io.github.thegridwork/aiact (io.github.thegridwork/aiact@1.0.0) Scan codebases for AI usage, classify risk, generate EU AI Act compliance reports. installs: npm:gridwork-aiact detail: https://mcpindex.ai/server/io-github-thegridwork-aiact - io.github.thegridwork/license (io.github.thegridwork/license@1.0.0) Scan dependencies for license compliance — copyleft conflicts, unknown licenses, risk. installs: npm:gridwork-license detail: https://mcpindex.ai/server/io-github-thegridwork-license - io.github.thegridwork/privacy (io.github.thegridwork/privacy@1.0.0) Audit websites for GDPR, CCPA, and ePrivacy compliance — trackers, consent, and policies. installs: npm:gridwork-privacy detail: https://mcpindex.ai/server/io-github-thegridwork-privacy - io.github.thegridwork/siteaudit (io.github.thegridwork/siteaudit@1.0.1) Audit websites for accessibility, performance, SEO, design, and mobile. 47 WCAG checks. installs: npm:gridwork-siteaudit detail: https://mcpindex.ai/server/io-github-thegridwork-siteaudit - io.github.thehesiod/aa (io.github.thehesiod/aa@0.1.0) MCP server for read-only American Airlines AAdvantage account access installs: pypi:aa-mcp-server detail: https://mcpindex.ai/server/io-github-thehesiod-aa - io.github.thehesiod/costco (io.github.thehesiod/costco@0.1.2) MCP server for Costco warehouse receipts and online orders installs: pypi:costco-mcp-server detail: https://mcpindex.ai/server/io-github-thehesiod-costco - io.github.thehesiod/psquare (io.github.thehesiod/psquare@0.1.6) MCP server for ParentSquare school-parent communication platform installs: pypi:parentsquare-mcp detail: https://mcpindex.ai/server/io-github-thehesiod-psquare - io.github.thehomer87/badge-mcp-server (io.github.thehomer87/badge-mcp-server@0.1.3) Screen AI agents, read Badge fitness scores, and browse the public Talent Pool leaderboard. installs: npm:@badgeia/mcp-server detail: https://mcpindex.ai/server/io-github-thehomer87-badge-mcp-server - io.github.themesberg/flowbite-mcp (io.github.themesberg/flowbite-mcp@1.1.3) MCP server to convert Figma designs to Flowbite UI components in Tailwind CSS installs: npm:flowbite-mcp detail: https://mcpindex.ai/server/io-github-themesberg-flowbite-mcp - io.github.themutherfvcker/adu-zoning (io.github.themutherfvcker/adu-zoning@1.0.0) Check if a Florida address can build an ADU: county GIS zoning, eligibility verdict, local rules. installs: npm:adu-zoning-mcp | remote:https://www.adufloridainfo.com/api/mcp detail: https://mcpindex.ai/server/io-github-themutherfvcker-adu-zoning - Terradev (io.github.theoddden/terradev@6.0.10) GPU provisioning, training, and inference orchestration for AI agents. installs: pypi:terradev-cli detail: https://mcpindex.ai/server/io-github-theoddden-terradev - HumanOps (io.github.thepianistdirector/humanops@0.2.1) MCP server for AI agents to dispatch real-world tasks to verified human operators installs: npm:@humanops/mcp-server detail: https://mcpindex.ai/server/io-github-thepianistdirector-humanops - QRGenerator (io.github.therealMrFunGuy/qr-generator@1.0.0) Generate QR codes with custom colors, logos, vCards, and WiFi configs. installs: remote:https://qr.rjctdlabs.xyz/sse detail: https://mcpindex.ai/server/io-github-therealmrfunguy-qr-generator - SEOAudit (io.github.therealMrFunGuy/seo-audit@1.0.0) On-page SEO analysis, HTTP header checks, broken link detection, and robots.txt parsing. installs: remote:https://seo.rjctdlabs.xyz/sse detail: https://mcpindex.ai/server/io-github-therealmrfunguy-seo-audit - UptimeProbe (io.github.therealMrFunGuy/uptime-probe@1.0.0) HTTP health checks, SSL expiry monitoring, TCP port scanning, and batch URL testing. installs: remote:https://uptime.rjctdlabs.xyz/sse detail: https://mcpindex.ai/server/io-github-therealmrfunguy-uptime-probe - WhoisLookup (io.github.therealMrFunGuy/whois-lookup@1.0.0) Domain WHOIS, DNS records, SSL certificates, and availability checks. installs: remote:https://whois.rjctdlabs.xyz/sse detail: https://mcpindex.ai/server/io-github-therealmrfunguy-whois-lookup - io.github.therealtimex/charts-mcp (io.github.therealtimex/charts-mcp@2.0.6) MCP server for generating charts using AntV. Supports various chart types through MCP tools. installs: npm:@realtimex/charts-mcp detail: https://mcpindex.ai/server/io-github-therealtimex-charts-mcp - io.github.therealtimex/un-datacommons-mcp (io.github.therealtimex/un-datacommons-mcp@1.0.1) MCP server to query Data Commons indicators and observations (base or custom). installs: pypi:un-datacommons-mcp detail: https://mcpindex.ai/server/io-github-therealtimex-un-datacommons-mcp - Writing Style Checker (io.github.theserverlessdev/wsc@2.2.2) Prose linter + AI-slop detector: weasel words, passive voice, hedging, and research-cited AI tells installs: npm:wsc-mcp | remote:https://wsc.theserverless.dev/mcp detail: https://mcpindex.ai/server/io-github-theserverlessdev-wsc - io.github.theshajha/wovo (io.github.theshajha/wovo@0.2.2) Deploy HTML from any AI tool to a versioned, shareable library on wovo.dev; manage pages. installs: npm:@gowovo/wovo detail: https://mcpindex.ai/server/io-github-theshajha-wovo - Base MCP Resolver (io.github.thgun2yerhed/base-mcp-resolver@2.0.0) Free onboarding tool providing authentic live transaction analysis on Base mainnet. installs: remote:https://agent-services-seven.vercel.app/api/gateway detail: https://mcpindex.ai/server/io-github-thgun2yerhed-base-mcp-resolver - io.github.thlg057/mo5-mcp-server (io.github.thlg057/mo5-mcp-server@1.0.2) MCP server for Thomson MO5 C development, 6809, CMOC, SDK, toolchain. installs: npm:@thlg057/mo5-rag-mcp detail: https://mcpindex.ai/server/io-github-thlg057-mo5-mcp-server - io.github.thomas0369/wortwert (io.github.thomas0369/wortwert@9.238.0) Gematria and pattern decoder for words, sacred texts, news, dates, and Human Design. installs: remote:https://wortwert.mcp-hub.stream/mcp detail: https://mcpindex.ai/server/io-github-thomas0369-wortwert - io.github.thomenz/brdata-mcp (io.github.thomenz/brdata-mcp@0.3.7) Brazilian company, risk & public-tender data (CNPJ, CEIS/CNEP, PNCP) as x402-paid agent tools installs: npm:brdata-mcp detail: https://mcpindex.ai/server/io-github-thomenz-brdata-mcp - io.github.thomenz/soldefi-mcp (io.github.thomenz/soldefi-mcp@0.5.2) Solana DeFi risk intel over x402: rug/honeypot scans, pool analysis, wash-filtered pools. installs: npm:soldefi-mcp detail: https://mcpindex.ai/server/io-github-thomenz-soldefi-mcp - Budgetary: estimate token spend (io.github.thriftell/budgetary@0.13.0) Pre-flight token-spend estimate (range, scenario, confidence) for a coding task, or an abstention. installs: npm:@budgetary/mcp detail: https://mcpindex.ai/server/io-github-thriftell-budgetary - io.github.thuupx/lunge (io.github.thuupx/lunge@1.3.1) Agent-native API client: execute/test REST/GraphQL/WS/SSE with assertions, extraction, collections installs: npm:lunge-mcp detail: https://mcpindex.ai/server/io-github-thuupx-lunge - Algenta MCP Server (io.github.thyn-ai/algenta@1.0.4) Governed data discovery, exact queries, decisions, simulations, and runtime utilities over MCP. installs: pypi:algenta-mcp | remote:https://api.algenta.ai/mcp detail: https://mcpindex.ai/server/io-github-thyn-ai-algenta - io.github.ti-ab/wisewall-mcp (io.github.ti-ab/wisewall-mcp@0.1.10) Manage WiseWall sites from an AI coding assistant — deploy, configure DNS, secrets, and plans. installs: npm:wisewall-mcp detail: https://mcpindex.ai/server/io-github-ti-ab-wisewall-mcp - io.github.tiago-marques/x-openapi-flow-mcp (io.github.tiago-marques/x-openapi-flow-mcp@1.7.4) OpenAPI lifecycle guard and MCP sidecar for policy-driven API orchestration. installs: npm:x-openapi-flow detail: https://mcpindex.ai/server/io-github-tiago-marques-x-openapi-flow-mcp - Zyrax Guard (io.github.tiagosilva07/zyrax-guard@0.13.0) Audit AI agent configs for prompt injection & rogue MCP servers; vet packages installs: npm:zyrax-guard detail: https://mcpindex.ai/server/io-github-tiagosilva07-zyrax-guard - Handoff (io.github.tiagoyonamine/handoff@1.0.0) IT asset management — track equipment, allocations, and digital responsibility terms for your team. installs: remote:https://app.usehandoff.com.br/api/mcp detail: https://mcpindex.ai/server/io-github-tiagoyonamine-handoff - io.github.tianyuio/worldbank-mcp (io.github.tianyuio/worldbank-mcp@1.0.1) World Bank Open Data MCP Server installs: npm:worldbank-mcp detail: https://mcpindex.ai/server/io-github-tianyuio-worldbank-mcp - Portfolio Ideas (io.github.tibi-metapartner-ai/mcp-portfolio-ideas@1.0.0) Analyze your portfolio and generate ideas for improvements installs: remote:https://mcp-portfolio-ideas.metapartner.ai/mcp/stream detail: https://mcpindex.ai/server/io-github-tibi-metapartner-ai-mcp-portfolio-ideas - io.github.tickerbot/mcp-server (io.github.tickerbot/mcp-server@0.1.3) The stock market, in SQL — scan, replay, or subscribe across ~12k US tickers and top 100 cryptos. installs: npm:@tickerbot/mcp-server | remote:https://api.tickerbot.io/mcp detail: https://mcpindex.ai/server/io-github-tickerbot-mcp-server - Tickiti (io.github.tickiti/tickiti-mcp@0.1.0) Connect AI assistants to the Tickiti helpdesk API: tickets, queries, reports and admin. installs: manual detail: https://mcpindex.ai/server/io-github-tickiti-tickiti-mcp - Tickory MCP (io.github.tickory/tickory-mcp@0.3.0) Tickory MCP server for Binance scans, alert events, and explainability. installs: npm:@tickory/mcp detail: https://mcpindex.ai/server/io-github-tickory-tickory-mcp - io.github.tiluckdave/hound (io.github.tiluckdave/hound@0.2.1) The dependency bloodhound for AI coding agents. Zero API keys, zero config. installs: npm:hound-mcp detail: https://mcpindex.ai/server/io-github-tiluckdave-hound - io.github.tim0-12432/HotkeylessAHK-mcp-skill (io.github.tim0-12432/HotkeylessAHK-mcp-skill@1.0.3) MCP server for Hotkeyless AHK HTTP API. installs: npm:@tim0_12432/hotkeyless-ahk-mcp-server detail: https://mcpindex.ai/server/io-github-tim0-12432-hotkeylessahk-mcp-skill - io.github.timbassler88/snapstate (io.github.timbassler88/snapstate@1.0.2) Persistent state for AI agent workflows. Save, resume, and replay multi-step workflows. installs: npm:snapstate-sdk detail: https://mcpindex.ai/server/io-github-timbassler88-snapstate - Tiger MCP (io.github.timescale/tiger-cli@0.21.2) Provides programmatic access to Tiger Cloud services, databases, and documentation. installs: docker:ghcr.io/timescale/tiger-cli:0.21.2 detail: https://mcpindex.ai/server/io-github-timescale-tiger-cli - io.github.timesheetIO/timesheet-mcp (io.github.timesheetIO/timesheet-mcp@1.0.5) timesheet.io MCP server - manage timers, projects, tasks and reports installs: npm:@timesheet/mcp detail: https://mcpindex.ai/server/io-github-timesheetio-timesheet-mcp - io.github.timheuer/sampledotnetmcpserver (io.github.timheuer/sampledotnetmcpserver@0.1.57-beta) Sample .NET MCP Server installs: manual detail: https://mcpindex.ai/server/io-github-timheuer-sampledotnetmcpserver - io.github.timohaa/scopewalker-mcp (io.github.timohaa/scopewalker-mcp@1.1.0) Codebase analysis tools for AI agents: complexity, prop drilling, doc coverage, code smells. installs: npm:scopewalker-mcp detail: https://mcpindex.ai/server/io-github-timohaa-scopewalker-mcp - The Last CEO (io.github.timvonsachs/the-last-ceo@0.2.0) Make your coding agent better and earn: verified code, paid per use, on a real agent economy. installs: remote:https://mcp.thelastceo.live/mcp detail: https://mcpindex.ai/server/io-github-timvonsachs-the-last-ceo - io.github.tinqiao-oss/clawtouch-mcp (io.github.tinqiao-oss/clawtouch-mcp@0.4.6) USB-HID keyboard/mouse (Pico 2, open firmware) as MCP tools; --mock runs with no hardware installs: pypi:clawtouch-mcp detail: https://mcpindex.ai/server/io-github-tinqiao-oss-clawtouch-mcp - io.github.tinygodsdev/word-aligner (io.github.tinygodsdev/word-aligner@1.0.0) Turn a phrase and its translation into a shareable word-alignment diagram. installs: remote:https://aligner.tinygods.dev/mcp detail: https://mcpindex.ai/server/io-github-tinygodsdev-word-aligner - Althea MCP (io.github.tiptreesystems/althea-mcp@0.1.0) Connect coding agents to your Althea and, through her, a consent-first network of ML researchers. installs: pypi:althea-mcp detail: https://mcpindex.ai/server/io-github-tiptreesystems-althea-mcp - io.github.titus-civic/mcp-gateway (io.github.titus-civic/mcp-gateway@1.0.0) Identity, authorization, audit trails, and revocable permissions for AI agents accessing MCP tools. installs: remote:https://app.civic.com/hub/mcp detail: https://mcpindex.ai/server/io-github-titus-civic-mcp-gateway - io.github.tixuz/openemis (io.github.tixuz/openemis@1.1.0) Read-only MCP server for OpenEMIS — free open-source school management system. 675 resources. installs: npm:openemis-mcp detail: https://mcpindex.ai/server/io-github-tixuz-openemis - io.github.tixuz/openemis-pro (io.github.tixuz/openemis-pro@1.1.0) Read + write MCP server for OpenEMIS — free open-source school management system. 675 resources. installs: npm:openemis-mcp-pro detail: https://mcpindex.ai/server/io-github-tixuz-openemis-pro - anodizer (io.github.tj-smith47/anodizer@0.25.2) Rust release tooling — drop-in GoReleaser parity + Rust extras. installs: docker:ghcr.io/tj-smith47/anodizer detail: https://mcpindex.ai/server/io-github-tj-smith47-anodizer - io.github.tj-smith47/cfgd (io.github.tj-smith47/cfgd@0.8.1) Declarative, GitOps-style machine configuration management installs: docker:ghcr.io/tj-smith47/cfgd:0.8.1 detail: https://mcpindex.ai/server/io-github-tj-smith47-cfgd - io.github.tjacquesson/llmtest-mcp (io.github.tjacquesson/llmtest-mcp@0.6.1) Benchmark AI models on real prompts. Find cheaper, faster alternatives across 340+ models. installs: npm:llmtest-mcp detail: https://mcpindex.ai/server/io-github-tjacquesson-llmtest-mcp - io.github.tjclaude88/bling-bag (io.github.tjclaude88/bling-bag@0.2.0) Give your bot an identity! installs: npm:bling-bag detail: https://mcpindex.ai/server/io-github-tjclaude88-bling-bag - io.github.tje8x/anvx (io.github.tje8x/anvx@0.1.0) Track and optimize AI API spending across 16 providers with live pricing. installs: pypi:token-economy-intel detail: https://mcpindex.ai/server/io-github-tje8x-anvx - io.github.tjp2021/mcp-thinkgate (io.github.tjp2021/mcp-thinkgate@0.1.1) Auto-classifies prompt complexity and routes to the right Claude thinking mode. No API key needed. installs: npm:mcp-thinkgate detail: https://mcpindex.ai/server/io-github-tjp2021-mcp-thinkgate - io.github.tk26/minoa (io.github.tk26/minoa@1.1.1) Automate business cases, articulate customer outcomes & analyze your value-selling motion with Minoa installs: remote:https://us-central1-minoa-roi-firebase.cloudfunctions.net/endpoints-mcp detail: https://mcpindex.ai/server/io-github-tk26-minoa - SQL Sentinel MCP Server (io.github.tkmawarire/sql-sentinel@2.3.1) SQL Server monitoring and diagnostics for AI agents using Extended Events. No ODBC drivers required. installs: docker:ghcr.io/tkmawarire/sql-sentinel-mcp detail: https://mcpindex.ai/server/io-github-tkmawarire-sql-sentinel - io.github.tldraw/tldraw (io.github.tldraw/tldraw@0.1.0) Draw and visually collaborate with your agents on tldraw's canvas. installs: remote:https://tldraw-mcp-app.tldraw.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-tldraw-tldraw - Central Command — x402 Trading Intelligence (io.github.tlefko/central-command@1.0.3) Crypto trading intelligence MCP — 34+ endpoints, x402 pay-per-use, AI agent strategy & execution installs: remote:https://rtcelwjnrbmfmrywacky.supabase.co/functions/v1/mcp detail: https://mcpindex.ai/server/io-github-tlefko-central-command - NeuroDock Guardrail (io.github.tlennon-ie/neurodock-mcp-guardrail@0.0.5) Advisory detectors for rumination, hyperfocus, and sycophancy. Never silently blocks. installs: pypi:neurodock-mcp-guardrail detail: https://mcpindex.ai/server/io-github-tlennon-ie-neurodock-mcp-guardrail - NeuroDock Task Fractionator (io.github.tlennon-ie/neurodock-mcp-task-fractionator@0.1.0) Decompose a vague goal into atomic 5-90 minute tasks and surface the next safe action. installs: pypi:neurodock-mcp-task-fractionator detail: https://mcpindex.ai/server/io-github-tlennon-ie-neurodock-mcp-task-fractionator - NeuroDock Translation (io.github.tlennon-ie/neurodock-mcp-translation@0.3.0) Decode subtext, tone, and ambiguity in messages; rewrite outgoing replies; brief meetings. installs: pypi:neurodock-mcp-translation detail: https://mcpindex.ai/server/io-github-tlennon-ie-neurodock-mcp-translation - NeuroDock (hosted) (io.github.tlennon-ie/neurodock-remote@0.1.0) Hosted NeuroDock — stateless communication and planning tools over OAuth-secured Streamable HTTP. installs: remote:https://mcp.neurodock.org/mcp detail: https://mcpindex.ai/server/io-github-tlennon-ie-neurodock-remote - Joy Trust Network (io.github.tlkc888-Jenkins/joy@2.40.0) Trust infrastructure for AI agents. Portable reputation (JTS 0-5), agent discovery, vouching. installs: npm:@joy-trust/mcp-server | remote:https://joy-connect.fly.dev/mcp detail: https://mcpindex.ai/server/io-github-tlkc888-jenkins-joy - io.github.tmdrb625-wq/mcp-factory (io.github.tmdrb625-wq/mcp-factory@0.1.0) 에이전트에게 팔리는 MCP 도구를 반복 생산·측정·폐기하는 공장. 첫 도구: 한국 영업일 계산. installs: remote:https://mcp-factory-worker.orbit-zero-9.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-tmdrb625-wq-mcp-factory - Stata MCP Server (io.github.tmonk/mcp-stata@1.0.4) A lightweight MCP server for Stata. installs: pypi:mcp-stata detail: https://mcpindex.ai/server/io-github-tmonk-mcp-stata - Satring MCP (io.github.toadlyBroodle/satring-mcp@0.1.2) Discover and compare L402 + x402 paid API services from satring.com installs: pypi:satring-mcp detail: https://mcpindex.ai/server/io-github-toadlybroodle-satring-mcp - io.github.toby/mirror-mcp (io.github.toby/mirror-mcp@0.0.8) Mirror MCP: Introspection for LLMs installs: npm:mirror-mcp detail: https://mcpindex.ai/server/io-github-toby-mirror-mcp - Experimental Legal Grounding (io.github.tokenfix/legal-grounding@0.4.1) Experimental GDPR grounding: rules, preconditions, exceptions, exact quotes, and citation checks. installs: remote:https://legal-grounding-199120533535.europe-north2.run.app/mcp detail: https://mcpindex.ai/server/io-github-tokenfix-legal-grounding - Toleno Network (io.github.tolenonetwork/mcp_toleno@1.0.15) Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language. installs: npm:mcp_toleno detail: https://mcpindex.ai/server/io-github-tolenonetwork-mcp-toleno - Toleno Network (io.github.tolenonetwork/toleno-mcp@1.0.6) Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language. installs: npm:@toleno/mcp detail: https://mcpindex.ai/server/io-github-tolenonetwork-toleno-mcp - io.github.tomjwxf/acta-mcp (io.github.tomjwxf/acta-mcp@0.2.1) Contribute, challenge, verify, and query contestable public records on Veritas Acta. installs: npm:acta-mcp detail: https://mcpindex.ai/server/io-github-tomjwxf-acta-mcp - io.github.tomjwxf/protect-mcp (io.github.tomjwxf/protect-mcp@0.5.3) Signed receipts and Cedar policies for AI agent tool calls. Claude Code hooks, MCP gateway. installs: npm:protect-mcp detail: https://mcpindex.ai/server/io-github-tomjwxf-protect-mcp - io.github.tomjwxf/scopeblind-mcp (io.github.tomjwxf/scopeblind-mcp@1.0.2) Scan, protect, and monitor APIs from AI coding tools. Device-level rate limiting. installs: npm:scopeblind-mcp detail: https://mcpindex.ai/server/io-github-tomjwxf-scopeblind-mcp - io.github.tomjwxf/scopeblind-passport (io.github.tomjwxf/scopeblind-passport@0.4.2) Portable cryptographic identity for AI agents. Ed25519 keypairs and signed manifests. installs: npm:@scopeblind/passport detail: https://mcpindex.ai/server/io-github-tomjwxf-scopeblind-passport - io.github.tomjwxf/verify-mcp (io.github.tomjwxf/verify-mcp@0.1.2) Offline Ed25519 verification of signed receipts, bundles, and trust artifacts. installs: npm:@scopeblind/verify-mcp detail: https://mcpindex.ai/server/io-github-tomjwxf-verify-mcp - io.github.tomjwxf/veritasacta-verify (io.github.tomjwxf/veritasacta-verify@0.9.2) Offline receipt verifier. Ed25519 signature verification without contacting any server. installs: npm:@veritasacta/verify detail: https://mcpindex.ai/server/io-github-tomjwxf-veritasacta-verify - io.github.tomyud1/godot-mcp (io.github.tomyud1/godot-mcp@0.5.0) MCP server for Godot game engine integration — control the Godot editor with AI installs: npm:godot-mcp-server detail: https://mcpindex.ai/server/io-github-tomyud1-godot-mcp - Dolfin (io.github.tonibardina/agent-dolfin@0.1.0) Agentic sales commissions software installs: remote:https://app.heydolfin.com/mcp detail: https://mcpindex.ai/server/io-github-tonibardina-agent-dolfin - TONNode — TON blockchain access (io.github.tonnode/mcp@0.5.0) Liteserver access to TON: balances, account state, transactions and get-methods over native ADNL. installs: npm:@tonnode/mcp detail: https://mcpindex.ai/server/io-github-tonnode-mcp - io.github.tono628develop/feed-reader (io.github.tono628develop/feed-reader@0.1.0) Fetch and read RSS/Atom feeds from any MCP client. installs: npm:feed-reader-mcp detail: https://mcpindex.ai/server/io-github-tono628develop-feed-reader - io.github.tony8713/casa (io.github.tony8713/casa@0.1.0) Private, permanent encrypted storage for AI agents. Paid per call in USDC via x402. installs: remote:https://casa-agents.fly.dev/mcp detail: https://mcpindex.ai/server/io-github-tony8713-casa - io.github.tonyback0101-cmyk/buyer-intelligence (io.github.tonyback0101-cmyk/buyer-intelligence@1.0.1) Find verified global B2B buyers by category & country. Free anonymous discovery. SGX-listed. installs: remote:https://www.procureradar.com/api/mcp detail: https://mcpindex.ai/server/io-github-tonyback0101-cmyk-buyer-intelligence - NaN (io.github.tonymaynard97/blockscholes-mcp-server@1.1.1) NaN - DO not use, test. installs: remote:https://mcp.TEST-blockscholes.com/mcp-test detail: https://mcpindex.ai/server/io-github-tonymaynard97-blockscholes-mcp-server - io.github.toolhail/gateway (io.github.toolhail/gateway@0.2.0) Find and call the right MCP server for any task - pay per use, no install. installs: remote:https://mcp.toolhail.com/mcp detail: https://mcpindex.ai/server/io-github-toolhail-gateway - io.github.toolstem/toolstem-mcp-server (io.github.toolstem/toolstem-mcp-server@1.2.16) Financial intelligence MCP for AI agents — DCF, ratios, comparisons. Pre-computed signals. installs: npm:toolstem-mcp-server detail: https://mcpindex.ai/server/io-github-toolstem-toolstem-mcp-server - io.github.toolstem/toolstem-sec-mcp-server (io.github.toolstem/toolstem-sec-mcp-server@0.1.9) SEC filing MCP for AI agents — insider signals, 13F flow, material events. Pre-computed. installs: npm:toolstem-sec-mcp-server detail: https://mcpindex.ai/server/io-github-toolstem-toolstem-sec-mcp-server - Mnemoscope (io.github.toonight/mnemoscope@0.2.0) Predict context rot, sign every agent write, tier reads. Markdown-native, 100% local. installs: npm:@mnemoscope/mcp-server detail: https://mcpindex.ai/server/io-github-toonight-mnemoscope - io.github.topher66/droidbar (io.github.topher66/droidbar@0.1.1) The first bar for AI. Visit, chat with SERVO the bartender, and tip in tokens. installs: npm:droidbar-mcp detail: https://mcpindex.ai/server/io-github-topher66-droidbar - io.github.topness-msft/salonrunner-mcp (io.github.topness-msft/salonrunner-mcp@0.2.0) Self-hosted MCP to find, book, and cancel salon appointments via SalonRunner. installs: npm:salonrunner-mcp detail: https://mcpindex.ai/server/io-github-topness-msft-salonrunner-mcp - io.github.topvisor/mcp-notifications (io.github.topvisor/mcp-notifications@1.0.3) MCP server for desktop notifications over stdio installs: npm:@topvisor/mcp-notifications detail: https://mcpindex.ai/server/io-github-topvisor-mcp-notifications - io.github.toreva/kit (io.github.toreva/kit@0.1.1) Non-custodial execution primitives for DeFi on Solana. 1 bps to open. Everything else is free. installs: npm:@toreva/mcp | remote:https://gateway.toreva.com/mcp detail: https://mcpindex.ai/server/io-github-toreva-kit - io.github.torkjacobs/tork-governance (io.github.torkjacobs/tork-governance@1.5.1) AI agent governance for MCP: PII detection, policy enforcement, compliance, and kill switch. installs: npm:@torknetwork/mcp-server detail: https://mcpindex.ai/server/io-github-torkjacobs-tork-governance - io.github.tosin2013/mcp-adr-analysis-server (io.github.tosin2013/mcp-adr-analysis-server@2.6.14) AI-powered MCP server for analyzing Architectural Decision Records (ADRs). installs: npm:mcp-adr-analysis-server detail: https://mcpindex.ai/server/io-github-tosin2013-mcp-adr-analysis-server - ASAM ODS odsbox jaquel MCP Server (io.github.totonga/odsbox-jaquel-mcp@1.8.2) MCP server for ASAM ODS with Jaquel query tools, connection management, and data access installs: pypi:odsbox-jaquel-mcp detail: https://mcpindex.ai/server/io-github-totonga-odsbox-jaquel-mcp - Swiss Public Transport (io.github.tpjnorton/swiss-public-transport-mcp@0.1.10) Swiss public transport — journey planning, live stationboards, delays, and SBB ticket links. installs: pypi:swiss-public-transport-mcp detail: https://mcpindex.ai/server/io-github-tpjnorton-swiss-public-transport-mcp - InvGate Service Desk (io.github.tracegazer/invgate-service-desk-mcp@0.2.0) InvGate Service Desk MCP: 96 tools/11 domains, 3-tier access (none/support/full), OTel. installs: pypi:invgate-service-desk-mcp | docker:ghcr.io/tracegazer/invgate-service-desk-mcp:0.2.0 detail: https://mcpindex.ai/server/io-github-tracegazer-invgate-service-desk-mcp - io.github.tracentdev/paystack-mcp (io.github.tracentdev/paystack-mcp@0.1.1) Agent-callable Paystack for African commerce. Ten tools, integer-kobo money, NDPA-compliant. installs: npm:@tracent/paystack-mcp detail: https://mcpindex.ai/server/io-github-tracentdev-paystack-mcp - io.github.trackerfitness729-jpg/sitelauncher-mcp-server (io.github.trackerfitness729-jpg/sitelauncher-mcp-server@1.0.1) Deploy live HTTPS websites in seconds. Instant subdomains or custom .xyz domains via USDC. installs: npm:sitelauncher-mcp-server detail: https://mcpindex.ai/server/io-github-trackerfitness729-jpg-sitelauncher-mcp-server - io.github.tradewr333-lgtm/axp (io.github.tradewr333-lgtm/axp@0.1.1) Trust scores, opportunity feed, contracts and a paid crypto Decision API for AI agents. installs: npm:axp-mcp-server detail: https://mcpindex.ai/server/io-github-tradewr333-lgtm-axp - io.github.tradingale/mcp (io.github.tradingale/mcp@1.1.2) Read-only martingale data: Martingale Score & Startingale for 250+ cryptos and US stocks. installs: remote:https://tradingale.com/mcp detail: https://mcpindex.ai/server/io-github-tradingale-mcp - PaidSync.ai (io.github.traffiycom-ui/paidsync@1.0.0) Manage Google Ads, Meta Ads, and LinkedIn Ads through AI. 200+ tools, full read and write. installs: remote:https://mcp.paidsync.ai/sse detail: https://mcpindex.ai/server/io-github-traffiycom-ui-paidsync - Machine Hearts (io.github.trainmyagent/machinehearts@1.0.8) Autonomous agent matchmaking and relationship actions for Machine Hearts. installs: npm:machinehearts detail: https://mcpindex.ai/server/io-github-trainmyagent-machinehearts - RPCS-1 Agent Tuner & Translation Bridge (io.github.travisbergen2/rpcs1-agent-tuner@0.3.0) Find your AI agent's likely failure mode, get runtime settings, and clarify ambiguous prompts. installs: remote:https://rpcs1.dev/mcp detail: https://mcpindex.ai/server/io-github-travisbergen2-rpcs1-agent-tuner - Calcuris (io.github.tresor4k/calcuris-mcp@0.1.1) Tax calculators for US, UK, Canada, Australia: income tax, property tax, stamp duty. installs: npm:calcuris-mcp detail: https://mcpindex.ai/server/io-github-tresor4k-calcuris-mcp - MaCalculatriceEnLigne (io.github.tresor4k/macalc-mcp@0.4.0) Calculatrices francaises : salaire net, SMIC, impots, bareme kilometrique, TVA, conversions. installs: remote:https://macalculatriceenligne.com/api/mcp detail: https://mcpindex.ai/server/io-github-tresor4k-macalc-mcp - Real Dental Costs (io.github.tresor4k/realdentalcosts-mcp@0.2.0) US dental prices: 12 procedures, 51 states, 200+ cities, cash vs insurance estimates. installs: npm:realdentalcosts-mcp detail: https://mcpindex.ai/server/io-github-tresor4k-realdentalcosts-mcp - StateTakeHome (io.github.tresor4k/statetakehome-mcp@0.1.1) US take-home pay calculator by state: federal and state tax, FICA, deductions. installs: npm:statetakehome-mcp detail: https://mcpindex.ai/server/io-github-tresor4k-statetakehome-mcp - io.github.trickyfalcon/mcp-defender (io.github.trickyfalcon/mcp-defender@0.1.0) Execute KQL queries against Microsoft Defender Advanced Hunting via natural language. installs: pypi:mcp-defender detail: https://mcpindex.ai/server/io-github-trickyfalcon-mcp-defender - io.github.trickyfalcon/mcp-msdefenderkql (io.github.trickyfalcon/mcp-msdefenderkql@1.0.2) Execute KQL queries against Microsoft Defender Advanced Hunting via natural language. installs: pypi:mcp-msdefenderkql detail: https://mcpindex.ai/server/io-github-trickyfalcon-mcp-msdefenderkql - io.github.trippyogi/gitworthy (io.github.trippyogi/gitworthy@0.3.6) is it worth your commit? Pre-flight triage for OSS contribution targets. installs: npm:gitworthy detail: https://mcpindex.ai/server/io-github-trippyogi-gitworthy - unlimited-mcp (io.github.triumsebas/unlimited-mcp@0.9.4) Delegate coding and sysops tasks to cheaper agents or local LLMs via durable background job queues. installs: pypi:unlimited-mcp detail: https://mcpindex.ai/server/io-github-triumsebas-unlimited-mcp - Brave DevTools MCP (io.github.triuzzi/brave-mcp@1.7.0) MCP server and CLI for Brave DevTools installs: npm:brave-mcp detail: https://mcpindex.ai/server/io-github-triuzzi-brave-mcp - io.github.tronrental-com/tronrental (io.github.tronrental-com/tronrental@1.0.4) Buy TRON energy to reduce USDT transfer fees by 80%. Full API for AI agents. installs: npm:@tronrental-com/mcp-server detail: https://mcpindex.ai/server/io-github-tronrental-com-tronrental - io.github.tronsave/mcp (io.github.tronsave/mcp@1.0.0) Buy, sell & extend TRON ENERGY/BANDWIDTH on the TronSave market via typed MCP tools. installs: remote:https://mcp.tronsave.io/mcp detail: https://mcpindex.ai/server/io-github-tronsave-mcp - MCP Server for PowerPoint (io.github.trsdn/mcp-server-ppt@1.0.3) PowerPoint automation for AI - Slides, Shapes, Text, Charts and more. Windows only. installs: manual detail: https://mcpindex.ai/server/io-github-trsdn-mcp-server-ppt - io.github.truecallerabreham/mcp-server-digitalocean (io.github.truecallerabreham/mcp-server-digitalocean@0.1.1) MCP server for DigitalOcean — manage Droplets, databases, domains, and more installs: pypi:mcp-server-digitalocean detail: https://mcpindex.ai/server/io-github-truecallerabreham-mcp-server-digitalocean - io.github.truetick-gg/mcp (io.github.truetick-gg/mcp@0.1.1) Manage TrueTick Minecraft servers from AI: start/stop, live TPS, console, files, backups, mods. installs: npm:@truetick/mcp detail: https://mcpindex.ai/server/io-github-truetick-gg-mcp - KeyShot MCP (io.github.truman-t3/keyshot-mcp@0.10.0) Control local KeyShot scenes, cameras, environments, and renders through headless scripting. installs: npm:keyshot-mcp detail: https://mcpindex.ai/server/io-github-truman-t3-keyshot-mcp - io.github.truonglam1987/menhthien (io.github.truonglam1987/menhthien@1.0.2) Connect astrology chart data from menhthien.com to Claude Desktop and MCP-compatible AI assistants. installs: npm:menhthien detail: https://mcpindex.ai/server/io-github-truonglam1987-menhthien - io.github.trustcarinfo/plate-lookup (io.github.trustcarinfo/plate-lookup@1.0.2) Ukrainian license-plate and vehicle lookups: registry data, photos and reviews (trustcar.info). installs: npm:mcp-server-trustcar | remote:https://trustcar.info/mcp detail: https://mcpindex.ai/server/io-github-trustcarinfo-plate-lookup - io.github.trusterinfo/domain-trust (io.github.trusterinfo/domain-trust@1.0.2) Website trust checks: 0-100 safety score, verdict and community reviews (truster.info). installs: npm:mcp-server-truster | remote:https://truster.info/mcp detail: https://mcpindex.ai/server/io-github-trusterinfo-domain-trust - io.github.trustscoreagent/mcp-server (io.github.trustscoreagent/mcp-server@0.1.1) Check the reputation of AI microservices and public APIs from an open trust registry. installs: npm:@trustscoreagent/mcp-server detail: https://mcpindex.ai/server/io-github-trustscoreagent-mcp-server - io.github.trycoin-ai/agentrisk (io.github.trycoin-ai/agentrisk@0.1.1) Risk guardrails for AI trading agents. Your agent proposes; your policy decides. installs: pypi:agentrisk detail: https://mcpindex.ai/server/io-github-trycoin-ai-agentrisk - Courier (io.github.trycourier/courier@1.3.7) Send notifications, manage templates, and configure integrations with Courier. installs: remote:https://mcp.courier.com detail: https://mcpindex.ai/server/io-github-trycourier-courier - io.github.tschoonj/repology-mcp-server (io.github.tschoonj/repology-mcp-server@0.1.1) MCP server that provides access to Repology package repository data installs: pypi:repology-mcp-server | docker:ghcr.io/tschoonj/repology-mcp-server:0.1.1 detail: https://mcpindex.ai/server/io-github-tschoonj-repology-mcp-server - io.github.tschoonj/xraylib-mcp-server (io.github.tschoonj/xraylib-mcp-server@0.1.6) MCP server providing X-ray interaction data via xraylib installs: pypi:xraylib-mcp-server | docker:ghcr.io/tschoonj/xraylib-mcp-server:0.1.6 detail: https://mcpindex.ai/server/io-github-tschoonj-xraylib-mcp-server - OpenRouter (io.github.tsilva/mcp-openrouter@1.1.8) MCP server providing access to 300+ AI models via OpenRouter installs: pypi:mcp-openrouter detail: https://mcpindex.ai/server/io-github-tsilva-mcp-openrouter - io.github.tspicer/amazon_ads_mcp (io.github.tspicer/amazon_ads_mcp@0.2.4) Amazon Ads API MCP server for Amazon Advertising API installs: pypi:amazon-ads-mcp detail: https://mcpindex.ai/server/io-github-tspicer-amazon-ads-mcp - melta UI (io.github.tsubotax/melta-ui@1.3.0) AI-Ready design system MCP: melta UI tokens, component contracts, 99 rules, check_html self-verify installs: npm:melta-ds-mcp detail: https://mcpindex.ai/server/io-github-tsubotax-melta-ui - io.github.tsutera09/tempo (io.github.tsutera09/tempo@0.2.0) Founder-vitals connector joining human capacity to business load for solo operators. installs: pypi:tempo-mcp detail: https://mcpindex.ai/server/io-github-tsutera09-tempo - io.github.tsvillain/deprecation-mcp (io.github.tsvillain/deprecation-mcp@0.2.0) MCP server for cross-vendor API/SDK deprecation and breaking-change tracking installs: npm:deprecation-mcp detail: https://mcpindex.ai/server/io-github-tsvillain-deprecation-mcp - io.github.tuananh/hyper-mcp (io.github.tuananh/hyper-mcp@1.0.0) 📦️ A fast, secure MCP server that extends its capabilities through WebAssembly plugins installs: docker:docker.io/tuananh/hyper-mcp:v0.1.6 detail: https://mcpindex.ai/server/io-github-tuananh-hyper-mcp - io.github.tuanle96/mcp-odoo (io.github.tuanle96/mcp-odoo@1.2.2) Odoo MCP: gated writes, multi-instance. Free hosted: ERPipe (mcp.erpipe.com) installs: pypi:odoo-mcp detail: https://mcpindex.ai/server/io-github-tuanle96-mcp-odoo - io.github.tuannvm/mcp-trino (io.github.tuannvm/mcp-trino@2.2.1) MCP server for Trino distributed SQL query engine access installs: manual detail: https://mcpindex.ai/server/io-github-tuannvm-mcp-trino - io.github.tuckerschreiber/fullrun (io.github.tuckerschreiber/fullrun@0.1.1) Google Ads management for AI agents — diagnose, optimize, and manage campaigns. installs: npm:@fullrun/mcp detail: https://mcpindex.ai/server/io-github-tuckerschreiber-fullrun - Axiom — Advanced Math (io.github.tufantunc/axiom-math@1.0.5) Exact symbolic math for LLMs: integrals, equations, matrices, and claim verification via Giac/Xcas installs: npm:axiom-math detail: https://mcpindex.ai/server/io-github-tufantunc-axiom-math - Godot MCP (io.github.tugcantopaloglu/godot-mcp@1.0.0) MCP server for full Godot 4.x engine control with 165 tools for AI-driven game development installs: npm:@tugcantopaloglu/godot-mcp detail: https://mcpindex.ai/server/io-github-tugcantopaloglu-godot-mcp - io.github.tunglt1810/figma-mcp-go (io.github.tunglt1810/figma-mcp-go@0.0.6) Figma MCP server with full read/write access via plugin — no API token, no rate limits. 73 tools. installs: npm:@tunglt1810/figma-mcp-go detail: https://mcpindex.ai/server/io-github-tunglt1810-figma-mcp-go - io.github.turbopress-de/turbometrics-mcp (io.github.turbopress-de/turbometrics-mcp@1.3.1) Website performance monitoring: scans, Core Web Vitals, RUM data and alerts. installs: remote:https://turbometrics.io/mcp detail: https://mcpindex.ai/server/io-github-turbopress-de-turbometrics-mcp - io.github.turbyho/fw-context-mcp (io.github.turbyho/fw-context-mcp@0.23.0) Build-aware code intelligence for embedded C/C++ firmware — libclang, FTS5, call graphs, 33 tools installs: pypi:fw-context-mcp detail: https://mcpindex.ai/server/io-github-turbyho-fw-context-mcp - TWZRD Agent Intelligence (io.github.twzrd-sol/twzrd-agent-intel@0.5.2) Trust + receipt layer for x402 agents on Solana: free preflight + paid signed V6 trust receipt. installs: pypi:twzrd-agent-intel detail: https://mcpindex.ai/server/io-github-twzrd-sol-twzrd-agent-intel - io.github.twzrd-sol/twzrd-mcp (io.github.twzrd-sol/twzrd-mcp@0.1.3) Auto-pay MCP for the TWZRD Trust API: free preflight + x402-paid Solana trust intel installs: pypi:twzrd-mcp detail: https://mcpindex.ai/server/io-github-twzrd-sol-twzrd-mcp - io.github.txn2/mcp-datahub (io.github.txn2/mcp-datahub@1.15.0) MCP server for DataHub data catalogs. Discover datasets, explore lineage, and access metadata. installs: manual detail: https://mcpindex.ai/server/io-github-txn2-mcp-datahub - io.github.txn2/mcp-trino (io.github.txn2/mcp-trino@0.2.1) MCP server for Trino data warehouses. Query, analyze plans, and explore schemas. installs: manual detail: https://mcpindex.ai/server/io-github-txn2-mcp-trino - io.github.txtcel/mcp (io.github.txtcel/mcp@0.4.4) MCP server for the Txtcel Solana protocol: agents post and read undeletable on-chain messages. installs: npm:@txtcel/mcp detail: https://mcpindex.ai/server/io-github-txtcel-mcp - Type Atlas (io.github.tyler-mitchell/type-atlas@0.2.0) Editor-grade TypeScript, Markdown, and JSON intelligence for coding agents. installs: npm:@type-atlas/mcp detail: https://mcpindex.ai/server/io-github-tyler-mitchell-type-atlas - Claude Cost Audit (io.github.tylerscomic-lab/claude-cost-audit-mcp@1.0.0) Exact Claude API cost calc with real cache economics, plus a tiktoken-misuse scanner. installs: remote:https://claude-cost-audit-mcp.mcpize.run/mcp detail: https://mcpindex.ai/server/io-github-tylerscomic-lab-claude-cost-audit-mcp - MCP Schema Audit (io.github.tylerscomic-lab/mcp-schema-audit-mcp@1.0.0) Audits MCP tool definitions for patterns that make models call tools wrong or mis-fill args. installs: remote:https://mcp-schema-audit-mcp.mcpize.run/mcp detail: https://mcpindex.ai/server/io-github-tylerscomic-lab-mcp-schema-audit-mcp - Regex Safety Audit (io.github.tylerscomic-lab/regex-safety-audit-mcp@1.0.0) Detects catastrophic-backtracking (ReDoS) regex risk via AST parsing, with JS-safe rewrites. installs: remote:https://regex-safety-audit-mcp.mcpize.run/mcp detail: https://mcpindex.ai/server/io-github-tylerscomic-lab-regex-safety-audit-mcp - TypeDB (io.github.typedb/typedb-mcp@1.0.2) Execute TypeQL queries and manage databases and users on a TypeDB server. installs: docker:docker.io/typedb/typedb-mcp:1.0.2 detail: https://mcpindex.ai/server/io-github-typedb-typedb-mcp - Find doctors and specialists in the Greater Toronto Area (io.github.typestoofast/finddoc@0.4.0) GTA doctor, specialist, clinic, language, availability, and freshness data through REST and MCP. installs: npm:@find-doc/finddoc-mcp detail: https://mcpindex.ai/server/io-github-typestoofast-finddoc - CrewOne (io.github.tzipway-dotcom/crewone-mcp-server@0.2.0) Taiwan film equipment rates, studios, photographer/director references; AI pre-production tools. installs: npm:@crewone/mcp-server detail: https://mcpindex.ai/server/io-github-tzipway-dotcom-crewone-mcp-server - Understand Anything - MCP (io.github.uamcp/ua-mcp@1.2.16) A powerful MCP server for codebase architecture analysis and automated governance. installs: npm:ua-mcp detail: https://mcpindex.ai/server/io-github-uamcp-ua-mcp - U.CASH Pay (merchant MCP) (io.github.uantum/mcp-ucashpay@0.1.3) U.CASH Pay merchant MCP: create checkouts, verify webhooks, read settings. Non-custodial. installs: pypi:mcp-ucashpay detail: https://mcpindex.ai/server/io-github-uantum-mcp-ucashpay - io.github.uarlouski/testrail-mcp-server (io.github.uarlouski/testrail-mcp-server@2.2.0) Model Context Protocol (MCP) server for TestRail platform, enabling LLMs to manage test artifacts. installs: npm:@uarlouski/testrail-mcp-server detail: https://mcpindex.ai/server/io-github-uarlouski-testrail-mcp-server - KLO Mobility Quote (io.github.ubunyod574-max/mobility-quote@1.0.0) Route options, fare estimates, ETA, and ride deeplinks via the KLO Mobility A2A agent. installs: pypi:klo-mobility-quote-mcp detail: https://mcpindex.ai/server/io-github-ubunyod574-max-mobility-quote - io.github.uchit/mcp-regulated-ai-compliance (io.github.uchit/mcp-regulated-ai-compliance@0.2.3) Regulated-industry AI compliance: EU AI Act, APRA, NIST AI RMF, ISO 42001, AU AI Safety. installs: npm:@hellouchit/mcp-regulated-ai-compliance detail: https://mcpindex.ai/server/io-github-uchit-mcp-regulated-ai-compliance - UCM — Universal Commerce Marketplace (io.github.ucmai/ucm@0.3.3) API marketplace for AI agents — 100 services, 87 free, one API key installs: npm:@ucm/mcp-server detail: https://mcpindex.ai/server/io-github-ucmai-ucm - io.github.ucsandman/dashclaw (io.github.ucsandman/dashclaw@3.1.1) MCP server for DashClaw governance — guard, record, invoke, and discover capabilities. installs: npm:@dashclaw/mcp-server detail: https://mcpindex.ai/server/io-github-ucsandman-dashclaw - io.github.udah1/hilan-mcp (io.github.udah1/hilan-mcp@0.3.2) Pull Hilan (Hilanet / חילן, חילנט) payslips and Form 106 into any AI assistant. installs: npm:hilan-mcp detail: https://mcpindex.ai/server/io-github-udah1-hilan-mcp - io.github.uditk2/review-assist-mcp (io.github.uditk2/review-assist-mcp@0.3.1) Turns an AI coding agent session into a reviewable Intent Document, validated against the diff. installs: npm:review-assist-mcp detail: https://mcpindex.ai/server/io-github-uditk2-review-assist-mcp - io.github.uiNerd16/aicanvas (io.github.uiNerd16/aicanvas@0.2.3) Browse and install 75+ free animated, shadcn-compatible React components from AI Canvas. installs: npm:@aicanvas/mcp detail: https://mcpindex.ai/server/io-github-uinerd16-aicanvas - WeInc (io.github.umairalisadaqat/weinc@1.0.0) Manage WeInc AI website builder orgs: projects, publishing, custom domains, and previews. installs: remote:https://my.we.inc/api/mcp detail: https://mcpindex.ai/server/io-github-umairalisadaqat-weinc - io.github.umbraco/Umbraco-CMS-MCP-Dev (io.github.umbraco/Umbraco-CMS-MCP-Dev@18.0.1) A developer focused model context protocol (MCP) server for Umbraco CMS installs: npm:@umbraco-cms/mcp-dev detail: https://mcpindex.ai/server/io-github-umbraco-umbraco-cms-mcp-dev - io.github.uncfreak1255-code/hostaway (io.github.uncfreak1255-code/hostaway@0.2.0) Read-only MCP server for Hostaway PMS — guest conversations, reservations, and listings installs: npm:hostaway-mcp detail: https://mcpindex.ai/server/io-github-uncfreak1255-code-hostaway - UniBio Intelligence (io.github.unibio-intelligence/ubi@0.1.0) Connect AI clients to biomedical data and tools. installs: remote:https://mcp.unibiointelligence.com/mcp detail: https://mcpindex.ai/server/io-github-unibio-intelligence-ubi - dep-scout (io.github.unievolver/dep-scout@0.2.0) Help AI agents find and evaluate mature packages across 6 ecosystems instead of reinventing them. installs: manual detail: https://mcpindex.ai/server/io-github-unievolver-dep-scout - Medicare Enrollment and Revalidation Data (io.github.unitedideas/pending-medicare-behavioral-health-provider-enrollment@1.3.3) Free CMS enrollment and revalidation evidence with pay-per-result automation and Roster Watch terms. installs: remote:https://actablesite.com/mcp/pending-medicare/ detail: https://mcpindex.ai/server/io-github-unitedideas-pending-medicare-behavioral-health-provider-enrollment - KiCad Schematics (io.github.unmateria/mcp-kicad@0.2.7) Design KiCad schematics by talking to Claude. Places parts, wires nets, runs ERC. Needs KiCad 10. installs: manual detail: https://mcpindex.ai/server/io-github-unmateria-mcp-kicad - Microsoft Access Database (io.github.unmateria/msaccess-database@0.7.53) Read and edit Microsoft Access databases (.accdb/.mdb) - forms, VBA, tables, queries. Windows. installs: pypi:mcp-msaccess-database detail: https://mcpindex.ai/server/io-github-unmateria-msaccess-database - Unshift (io.github.unshift-ai/unshift@1.0.0) Turn Claude or ChatGPT into a website builder that ships a real site to a live URL you own. installs: remote:https://studio.unshift.ai/api/mcp detail: https://mcpindex.ai/server/io-github-unshift-ai-unshift - DPX — Institutional Cross-Border Settlement (io.github.untitledfinancial/dpx@2.5.9) AI-native settlement rail + intelligence oracle for autonomous agents. x402, Base mainnet, 81 tools. installs: npm:@untitledfinancial/dpx-mcp | remote:https://mcp.untitledfinancial.com/mcp detail: https://mcpindex.ai/server/io-github-untitledfinancial-dpx - WebMCP — Make Any Website Agent-Ready (io.github.up2itnow0822/webmcp-sdk@0.5.0) W3C WebMCP toolkit for Chrome 146. Expose any website as a structured MCP server for AI agents. installs: manual detail: https://mcpindex.ai/server/io-github-up2itnow0822-webmcp-sdk - agentrace (io.github.ura-tools/agentrace@1.0.0) Structured observability for AI agents. Trace steps, decisions, and errors. MCP server + CLI viewer. installs: npm:@ura-dev/agentrace detail: https://mcpindex.ai/server/io-github-ura-tools-agentrace - io.github.urbanmorph/irrational (io.github.urbanmorph/irrational@0.1.0) Adversarial behavioural-bias engine — audits your decisions for cognitive biases via your own AI. installs: remote:https://irrational.pages.dev/mcp/server detail: https://mcpindex.ai/server/io-github-urbanmorph-irrational - io.github.urnetwork/registry (io.github.urnetwork/registry@2026.2.20) Cloud-hosted MCP server for URnetwork VPN and Proxy installs: remote:https://mcp.bringyour.com detail: https://mcpindex.ai/server/io-github-urnetwork-registry - io.github.us-all/mlflow (io.github.us-all/mlflow@1.12.7) MLflow MCP — experiments, runs, registered models, versions, traces, assessments (MLflow 3) installs: npm:@us-all/mlflow-mcp detail: https://mcpindex.ai/server/io-github-us-all-mlflow - io.github.usekaneo/kaneo (io.github.usekaneo/kaneo@0.1.11) Official MCP server for Kaneo: manage tasks, projects, and labels from Claude and other MCP clients installs: npm:@kaneo/mcp detail: https://mcpindex.ai/server/io-github-usekaneo-kaneo - Kaval (io.github.usekaval/kaval@0.7.5) Verify the facts an agent's action depends on before it acts — ALLOW, REVIEW, or BLOCK. installs: npm:@usekaval/mcp detail: https://mcpindex.ai/server/io-github-usekaval-kaval - UseMyContext (io.github.usemycontext/usemycontext@1.0.0) The personal context layer for AI: your profile and files, read by any MCP client over OAuth. installs: remote:https://mcp.usemycontext.ai/mcp detail: https://mcpindex.ai/server/io-github-usemycontext-usemycontext - io.github.useotterkit/otterkit (io.github.useotterkit/otterkit@0.12.2) Tunnels and webhooks for AI agents: capture, await, verify, replay, and send signed test events. installs: npm:otterkit detail: https://mcpindex.ai/server/io-github-useotterkit-otterkit - io.github.userFRM/rpg-encoder (io.github.userFRM/rpg-encoder@0.6.7) Semantic code graph for AI-assisted code understanding via tree-sitter and MCP. installs: npm:rpg-encoder detail: https://mcpindex.ai/server/io-github-userfrm-rpg-encoder - io.github.usualaccountant/tally-mcp (io.github.usualaccountant/tally-mcp@1.0.0) AI for Tally Prime and Tally ERP 9. Hosted MCP server to ask your accounts in any language. installs: remote:https://api.theusualaccountant.com/mcp detail: https://mcpindex.ai/server/io-github-usualaccountant-tally-mcp - Agent Factory (io.github.usy-pawel/agent-factory@0.1.0) Deterministic, receipted digital microservices. Gate A is simulation-only. installs: remote:https://agent-factory-gateway-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-usy-pawel-agent-factory - MySampark (io.github.utsav12322/mysampark-mcp@1.0.1) Manage MySampark products and social media campaigns across Facebook, Instagram, and more. installs: remote:https://mcp.mysampark.com/api/mcp detail: https://mcpindex.ai/server/io-github-utsav12322-mysampark-mcp - io.github.uxjulie-climate/sustainability-auditor (io.github.uxjulie-climate/sustainability-auditor@1.0.0) Website carbon footprint auditor. CO2/page, grade A–F, green hosting check, and recommendations. installs: remote:https://mcp.climateux.net/mcp detail: https://mcpindex.ai/server/io-github-uxjulie-climate-sustainability-auditor - io.github.uxloom-dev/uxloom (io.github.uxloom-dev/uxloom@0.14.0) Agent-native UI/UX design validation: journey completeness, state coverage, and WCAG checks. installs: npm:uxloom detail: https://mcpindex.ai/server/io-github-uxloom-dev-uxloom - Vaara MCP Server (io.github.vaaraio/vaara-server@1.65.0) Accountable autonomy MCP server: gating, tamper-evident audit for every action installs: pypi:vaara detail: https://mcpindex.ai/server/io-github-vaaraio-vaara-server - io.github.vandewilly/dice-roller (io.github.vandewilly/dice-roller@0.1.0) Roll dice using standard notation (2d6, 1d20+5), D&D stats, coin flips, and more! installs: pypi:mcp-dice-roller detail: https://mcpindex.ai/server/io-github-vandewilly-dice-roller - PricePilot — Free CPG Pricing Intelligence (io.github.vantage-meridian-group/pricepilot@1.0.1) Free competitive pricing intelligence for CPG brands across Amazon categories. installs: remote:https://pricepilot-mcp.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-vantage-meridian-group-pricepilot - Vantio Gate (io.github.vantioai/vantio-gate@0.1.0) Vantio Gate — Policy Latch dry-run evaluate for agents. No live enforce from MCP. installs: npm:@vantio/gate-mcp detail: https://mcpindex.ai/server/io-github-vantioai-vantio-gate - Vantio Optics (io.github.vantioai/vantio-optics@0.1.1) Vantio Optics — read-only Sight Loop observe for agents. Proofs, hosts, upgrade path. installs: npm:@vantio/optics-mcp detail: https://mcpindex.ai/server/io-github-vantioai-vantio-optics - Quorel (io.github.var-raphael/quorel@1.0.0) Turn any public website into a clean, versioned, queryable API — with native MCP support. installs: remote:https://quorel.onrender.com/mcp/sse detail: https://mcpindex.ai/server/io-github-var-raphael-quorel - Async Parallel Antigravity for Codex & Claude Code (io.github.varadfromeast/codex-agy-bridge@0.1.11) Run parallel, resumable, human-operable Antigravity CLI sessions from any MCP agent harness installs: pypi:codex-agy-bridge detail: https://mcpindex.ai/server/io-github-varadfromeast-codex-agy-bridge - io.github.varaprasadreddy9676/huly-mcp (io.github.varaprasadreddy9676/huly-mcp@0.5.4) MCP server for Huly — manage projects, issues, documents and more via natural language. installs: npm:huly-mcp-sdk detail: https://mcpindex.ai/server/io-github-varaprasadreddy9676-huly-mcp - io.github.vardior9/apiiro (io.github.vardior9/apiiro@0.1.0) Ship software securely with an AI AppSec Agent installs: manual detail: https://mcpindex.ai/server/io-github-vardior9-apiiro - Monarch Money (io.github.vargahis/monarch-money@0.1.4) MCP server for Monarch Money — accounts, transactions, budgets, cashflow, investments, and more installs: pypi:monarch-mcp detail: https://mcpindex.ai/server/io-github-vargahis-monarch-money - io.github.varun29ankuS/mif-tools (io.github.varun29ankuS/mif-tools@0.2.1) Convert, validate, and inspect AI agent memories across formats installs: pypi:mif-tools detail: https://mcpindex.ai/server/io-github-varun29ankus-mif-tools - Country Data Mcp (io.github.varvararatta/country_data_mcp@1.0.0) MCP server for country_data_mcp installs: remote:https://country_data_mcp.mcpize.run/mcp detail: https://mcpindex.ai/server/io-github-varvararatta-country-data-mcp - Currency Converter Mcp (io.github.varvararatta/currency_converter_mcp@1.0.0) MCP server for currency_converter_mcp installs: remote:https://currency_converter_mcp.mcpize.run/mcp detail: https://mcpindex.ai/server/io-github-varvararatta-currency-converter-mcp - Data Compute Stats Mcp (io.github.varvararatta/data_compute_stats_mcp@1.0.0) Transform your data analysis with our Data Compute & Stats Bot. Effortlessly calculate descriptive installs: remote:https://data-compute-stats-mcp.mcpize.run/mcp detail: https://mcpindex.ai/server/io-github-varvararatta-data-compute-stats-mcp - Dictionary Lexicon Mcp (io.github.varvararatta/dictionary_lexicon_mcp@1.0.0) Discover the true meaning of any English word with our Dictionary Lexicon MCP. Whether you're a installs: remote:https://dictionary-lexicon-mcp.mcpize.run/mcp detail: https://mcpindex.ai/server/io-github-varvararatta-dictionary-lexicon-mcp - Dns Lookup Mcp (io.github.varvararatta/dns_lookup_mcp@1.0.0) Unlock the power of DNS lookups with our DNS Lookup service using Google DNS-over-HTTPS. Whether installs: remote:https://dns-lookup-mcp.mcpize.run/mcp detail: https://mcpindex.ai/server/io-github-varvararatta-dns-lookup-mcp - Earthquake Monitor Mcp (io.github.varvararatta/earthquake_monitor_mcp@1.0.0) Our Earthquake Monitor harnesses the USGS earthquake feed to provide you with up-to-the-minute installs: remote:https://earthquake-monitor-mcp.mcpize.run/mcp detail: https://mcpindex.ai/server/io-github-varvararatta-earthquake-monitor-mcp - Ecommerce Mcp (io.github.varvararatta/ecommerce_mcp@1.0.0) MCP server for E-Commerce installs: remote:https://ecommerce-mcp.mcpize.run/mcp detail: https://mcpindex.ai/server/io-github-varvararatta-ecommerce-mcp - Education Mcp (io.github.varvararatta/education_mcp@1.0.0) MCP server for Education installs: remote:https://education_mcp.mcpize.run/mcp detail: https://mcpindex.ai/server/io-github-varvararatta-education-mcp - Environment Nature Mcp (io.github.varvararatta/environment_nature_mcp@1.0.0) MCP server for Environment & Nature installs: remote:https://environment-nature-mcp.mcpize.run/mcp detail: https://mcpindex.ai/server/io-github-varvararatta-environment-nature-mcp - Hacker News Mcp (io.github.varvararatta/hacker_news_mcp@1.0.0) Dive into the latest and greatest from the tech world with our Hacker News MCP server. installs: remote:https://hacker-news-mcp.mcpize.run/mcp detail: https://mcpindex.ai/server/io-github-varvararatta-hacker-news-mcp - Home Automation Mcp (io.github.varvararatta/home_automation_mcp@1.0.0) MCP server for Home Automation installs: remote:https://home-automation-mcp.mcpize.run/mcp detail: https://mcpindex.ai/server/io-github-varvararatta-home-automation-mcp - Legal Mcp (io.github.varvararatta/legal_mcp@1.0.0) MCP server for Legal installs: remote:https://legal_mcp.mcpize.run/mcp detail: https://mcpindex.ai/server/io-github-varvararatta-legal-mcp - Marketing Mcp (io.github.varvararatta/marketing_mcp@1.0.0) MCP server for Marketing installs: remote:https://marketing-mcp.mcpize.run/mcp detail: https://mcpindex.ai/server/io-github-varvararatta-marketing-mcp - Name Demographics Mcp (io.github.varvararatta/name_demographics_mcp@1.0.0) Harness the power of names with our Name Demographics MCP. Using Agify, Genderize, and Nationalize installs: remote:https://name-demographics-mcp.mcpize.run/mcp detail: https://mcpindex.ai/server/io-github-varvararatta-name-demographics-mcp - Npm Package Info Mcp (io.github.varvararatta/npm_package_info_mcp@1.0.0) Dive into the world of npm with our NPM Package Info MCP. Access crucial metadata about any npm installs: remote:https://npm-package-info-mcp.mcpize.run/mcp detail: https://mcpindex.ai/server/io-github-varvararatta-npm-package-info-mcp - Open Food Facts Mcp (io.github.varvararatta/open_food_facts_mcp@1.0.0) Unlock the power of food transparency with our Open Food Facts MCP server. Easily look up any food installs: remote:https://open-food-facts-mcp.mcpize.run/mcp detail: https://mcpindex.ai/server/io-github-varvararatta-open-food-facts-mcp - Os Automation Mcp (io.github.varvararatta/os_automation_mcp@1.0.0) MCP server for OS Automation installs: remote:https://os-automation-mcp.mcpize.run/mcp detail: https://mcpindex.ai/server/io-github-varvararatta-os-automation-mcp - Product Management Mcp (io.github.varvararatta/product_management_mcp@1.0.0) MCP server for Product Management installs: remote:https://product-management-mcp.mcpize.run/mcp detail: https://mcpindex.ai/server/io-github-varvararatta-product-management-mcp - Prozorro Tender Monitor Mcp (io.github.varvararatta/prozorro_tender_monitor_mcp@1.0.0) MCP server for prozorro_tender_monitor_mcp installs: remote:https://prozorro_tender_monitor_mcp.mcpize.run/mcp detail: https://mcpindex.ai/server/io-github-varvararatta-prozorro-tender-monitor-mcp - Public Data Ukraine Mcp (io.github.varvararatta/public_data_ukraine_mcp@1.0.0) Public Data Ukraine Mcp connects AI agents to real public APIs via MCP. Tools include installs: remote:https://public-data-ukraine-mcp.mcpize.run/mcp detail: https://mcpindex.ai/server/io-github-varvararatta-public-data-ukraine-mcp - Public Holidays Mcp (io.github.varvararatta/public_holidays_mcp@1.0.0) MCP server for public_holidays_mcp installs: remote:https://public_holidays_mcp.mcpize.run/mcp detail: https://mcpindex.ai/server/io-github-varvararatta-public-holidays-mcp - Real Estate Mcp (io.github.varvararatta/real_estate_mcp@1.0.0) MCP server for Real Estate installs: remote:https://real_estate_mcp.mcpize.run/mcp detail: https://mcpindex.ai/server/io-github-varvararatta-real-estate-mcp - Research Mcp (io.github.varvararatta/research_mcp@1.0.0) MCP server for Research installs: remote:https://research-mcp.mcpize.run/mcp detail: https://mcpindex.ai/server/io-github-varvararatta-research-mcp - Speechtotext Mcp (io.github.varvararatta/speechtotext_mcp@1.0.0) MCP server for Speech-to-Text installs: remote:https://speechtotext_mcp.mcpize.run/mcp detail: https://mcpindex.ai/server/io-github-varvararatta-speechtotext-mcp - Sunrise Sunset Mcp (io.github.varvararatta/sunrise_sunset_mcp@1.0.0) Discover the magic of day and night with our Sunrise & Sunset API. Get accurate sunrise, sunset, installs: remote:https://sunrise-sunset-mcp.mcpize.run/mcp detail: https://mcpindex.ai/server/io-github-varvararatta-sunrise-sunset-mcp - Support Service Management Mcp (io.github.varvararatta/support_service_management_mcp@1.0.0) MCP server for Support & Service Management installs: remote:https://support-service-management-mcp.mcpize.run/mcp detail: https://mcpindex.ai/server/io-github-varvararatta-support-service-management-mcp - Text Intelligence Mcp (io.github.varvararatta/text_intelligence_mcp@1.0.0) Text Intelligence delivers robust NLP capabilities without the hassle of authentication or installs: remote:https://text-intelligence-mcp.mcpize.run/mcp detail: https://mcpindex.ai/server/io-github-varvararatta-text-intelligence-mcp - Texttospeech Mcp (io.github.varvararatta/texttospeech_mcp@1.0.0) MCP server for Text-to-Speech installs: remote:https://texttospeech-mcp.mcpize.run/mcp detail: https://mcpindex.ai/server/io-github-varvararatta-texttospeech-mcp - Translation Services Mcp (io.github.varvararatta/translation_services_mcp@1.0.0) MCP server for Translation Services installs: remote:https://translation-services-mcp.mcpize.run/mcp detail: https://mcpindex.ai/server/io-github-varvararatta-translation-services-mcp - Travel Transportation Mcp (io.github.varvararatta/travel_transportation_mcp@1.0.0) MCP server for Travel & Transportation installs: remote:https://travel-transportation-mcp.mcpize.run/mcp detail: https://mcpindex.ai/server/io-github-varvararatta-travel-transportation-mcp - Ua E Commerce Price Tracker Mcp (io.github.varvararatta/ua_e_commerce_price_tracker_mcp@1.0.0) MCP server for ua_e_commerce_price_tracker_mcp installs: remote:https://ua_e_commerce_price_tracker_mcp.mcpize.run/mcp detail: https://mcpindex.ai/server/io-github-varvararatta-ua-e-commerce-price-tracker-mcp - Ua Postal Tracking Mcp (io.github.varvararatta/ua_postal_tracking_mcp@1.0.0) MCP server for ua_postal_tracking_mcp installs: remote:https://ua_postal_tracking_mcp.mcpize.run/mcp detail: https://mcpindex.ai/server/io-github-varvararatta-ua-postal-tracking-mcp - Web Content Extract Mcp (io.github.varvararatta/web_content_extract_mcp@1.0.0) Web Content Extract Mcp connects AI agents to real public APIs via MCP. Tools include installs: remote:https://web-content-extract-mcp.mcpize.run/mcp detail: https://mcpindex.ai/server/io-github-varvararatta-web-content-extract-mcp - World Bank Indicators Mcp (io.github.varvararatta/world_bank_indicators_mcp@1.0.0) Dive into the wealth of information provided by the World Bank with our zero-auth API. Instantly installs: remote:https://world-bank-indicators-mcp.mcpize.run/mcp detail: https://mcpindex.ai/server/io-github-varvararatta-world-bank-indicators-mcp - Agenda Intelligence MD (io.github.vassiliylakhonin/agenda-intelligence-md@1.4.0) Evidence-readiness MCP server: validate, audit, and score briefs, memos, and evidence packs. installs: pypi:agenda-intelligence-md detail: https://mcpindex.ai/server/io-github-vassiliylakhonin-agenda-intelligence-md - io.github.vatnode/vatnode-mcp (io.github.vatnode/vatnode-mcp@1.1.0) Official MCP server: EU VAT validation via VIES, plus offline rates and format checks. installs: npm:vatnode-mcp detail: https://mcpindex.ai/server/io-github-vatnode-vatnode-mcp - Neural Draft (io.github.vbalagovic/neuraldraft-mcp@0.3.4) Neural Draft MCP — CMS, blog, bookings, galleries, commerce. 38 tools. installs: npm:@neuraldraft/mcp detail: https://mcpindex.ai/server/io-github-vbalagovic-neuraldraft-mcp - CISSP Study Group - CISSP Exam Prep & Practice Questions (io.github.vcprimiani/cissp-study-group@1.0.0) CISSP exam prep: 3,600+ practice questions, study stats, and readiness scoring installs: remote:https://cissp-mcp-server.cissp.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-vcprimiani-cissp-study-group - io.github.vdappdev2/address (io.github.vdappdev2/address@0.1.7) MCP server for Verus addresses — generate, validate, list transparent and shielded addresses installs: npm:@verusidx/address-mcp detail: https://mcpindex.ai/server/io-github-vdappdev2-address - io.github.vdappdev2/chain (io.github.vdappdev2/chain@0.1.7) Foundation MCP server — chain discovery, daemon management, health checks, raw transactions installs: npm:@verusidx/chain-mcp detail: https://mcpindex.ai/server/io-github-vdappdev2-chain - io.github.vdappdev2/data (io.github.vdappdev2/data@0.1.7) MCP server for Verus on-chain data retrieval, decryption, signing, and verification installs: npm:@verusidx/data-mcp detail: https://mcpindex.ai/server/io-github-vdappdev2-data - io.github.vdappdev2/definecurrency (io.github.vdappdev2/definecurrency@0.1.7) MCP server for defining Verus currencies — tokens, fractional baskets, centralized, ERC-20 mapped installs: npm:@verusidx/definecurrency-mcp detail: https://mcpindex.ai/server/io-github-vdappdev2-definecurrency - io.github.vdappdev2/identity (io.github.vdappdev2/identity@0.1.7) MCP server for VerusID identities — register, update, revoke, recover, query, set timelock installs: npm:@verusidx/identity-mcp detail: https://mcpindex.ai/server/io-github-vdappdev2-identity - io.github.vdappdev2/marketplace (io.github.vdappdev2/marketplace@0.1.7) MCP server for Verus on-chain marketplace — create, browse, accept, and close offers installs: npm:@verusidx/marketplace-mcp detail: https://mcpindex.ai/server/io-github-vdappdev2-marketplace - io.github.vdappdev2/send (io.github.vdappdev2/send@0.1.7) MCP server for Verus currency — send, convert, cross-chain transfer, balance/path/tx queries installs: npm:@verusidx/send-mcp detail: https://mcpindex.ai/server/io-github-vdappdev2-send - io.github.vdappdev2/vtimestamp (io.github.vdappdev2/vtimestamp@1.0.1) MCP server for verifying and querying vtimestamp proofs on the Verus blockchain installs: npm:vtimestamp-mcp detail: https://mcpindex.ai/server/io-github-vdappdev2-vtimestamp - io.github.vdappdev2/vtimestamp-write (io.github.vdappdev2/vtimestamp-write@1.0.0) MCP server for creating vtimestamp proofs on the Verus blockchain via a local or remote daemon installs: npm:vtimestamp-mcp-write detail: https://mcpindex.ai/server/io-github-vdappdev2-vtimestamp-write - io.github.vdineshk/ai-compliance-monitor (io.github.vdineshk/ai-compliance-monitor@1.0.0) Regulatory intelligence for AI agents across jurisdictions installs: remote:https://ai-compliance-monitor.sgdata.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-vdineshk-ai-compliance-monitor - io.github.vdineshk/dominion-observatory (io.github.vdineshk/dominion-observatory@1.1.0) Runtime behavioral trust scoring for MCP servers. Check reliability before calling unknown tools. installs: remote:https://dominion-observatory.sgdata.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-vdineshk-dominion-observatory - io.github.vdmeu/registrum-mcp (io.github.vdmeu/registrum-mcp@2.0.4) UK company data: profiles, iXBRL financials, directors, PSC chains, ECCTA. Hosted, no key. installs: npm:@registrum/mcp | remote:https://registrum.co.uk/api/mcp detail: https://mcpindex.ai/server/io-github-vdmeu-registrum-mcp - Faro (io.github.vedux98/faro@1.2.0) Verify URLs, payees, and messages before acting: red/yellow/green trust verdicts for agents. installs: remote:https://mcp.farofinance.app/mcp detail: https://mcpindex.ai/server/io-github-vedux98-faro - io.github.veldica/publishready (io.github.veldica/publishready@1.0.5) PublishReady: Deterministic writing control with local-first metrics and AI prose audits. installs: npm:@veldica/publishready-mcp detail: https://mcpindex.ai/server/io-github-veldica-publishready - io.github.vemonet/openroute-mcp (io.github.vemonet/openroute-mcp@0.0.4) Plan routes using the OpenRouteService API, such as for hiking, mountain biking, or driving. installs: pypi:openroute-mcp detail: https://mcpindex.ai/server/io-github-vemonet-openroute-mcp - Venture Foundry QA (io.github.ventureagent-ai/venture-foundry-qa@0.4.0) Preflight QA for AI-agent deliverables with structured verdicts and repair guidance. installs: remote:https://venture-foundry-qa.jenvan.chatgpt.site/api/mcp detail: https://mcpindex.ai/server/io-github-ventureagent-ai-venture-foundry-qa - io.github.verbart/tradernet-mcp (io.github.verbart/tradernet-mcp@1.1.1) MCP server for Tradernet/Freedom24 trading API — portfolio, orders, quotes, and more installs: npm:tradernet-mcp detail: https://mcpindex.ai/server/io-github-verbart-tradernet-mcp - io.github.verbart/tradernet-mcp-server (io.github.verbart/tradernet-mcp-server@1.0.2) MCP server for Tradernet/Freedom24 trading API — portfolio, orders, quotes, and more installs: npm:tradernet-mcp-server detail: https://mcpindex.ai/server/io-github-verbart-tradernet-mcp-server - io.github.vercel/next-devtools-mcp (io.github.vercel/next-devtools-mcp@0.3.6) Next.js development tools MCP server with stdio transport installs: npm:next-devtools-mcp detail: https://mcpindex.ai/server/io-github-vercel-next-devtools-mcp - Veri Asia (io.github.veriasia/veriasia@1.0.0) Calibrated probabilities, fair odds and value plays for Asian football, benchmarked vs Pinnacle. installs: remote:https://veriasia.io/mcp detail: https://mcpindex.ai/server/io-github-veriasia-veriasia - VerifyAX (io.github.verifyax/mcp-server@0.3.2) Evaluate, benchmark, and simulate AI agents on the VerifyAX agent-evaluation platform. installs: npm:@verifyax/mcp-server | remote:https://mcp.verifyax.com/mcp detail: https://mcpindex.ai/server/io-github-verifyax-mcp-server - io.github.veriswarm/veriswarm-mcp (io.github.veriswarm/veriswarm-mcp@0.4.0) VeriSwarm MCP Server — Trust infrastructure for AI agents via Model Context Protocol installs: pypi:veriswarm-mcp detail: https://mcpindex.ai/server/io-github-veriswarm-veriswarm-mcp - WebDAV MCP (io.github.vernonstinebaker/webdav-mcp@1.1.1) Zero-dependency WebDAV MCP server — single static binary, no Node.js or Python. 8 tools via stdio. installs: manual detail: https://mcpindex.ai/server/io-github-vernonstinebaker-webdav-mcp - Version Pill (io.github.versionpill/mcp@6.4.0) Product management, public changelog, and feature requests - 60 lean MCP tools. installs: remote:https://mcp.versionpill.com/mcp detail: https://mcpindex.ai/server/io-github-versionpill-mcp - MCP Evernote (io.github.verygoodplugins/mcp-evernote@1.2.3) Evernote note management with OAuth and ENML conversion installs: npm:@verygoodplugins/mcp-evernote detail: https://mcpindex.ai/server/io-github-verygoodplugins-mcp-evernote - Robinhood Portfolio Research (io.github.verygoodplugins/robinhood-mcp@0.1.0) Read-only research tools for Robinhood portfolio data installs: pypi:robinhood-mcp detail: https://mcpindex.ai/server/io-github-verygoodplugins-robinhood-mcp - io.github.verygoodplugins/streamdeck-mcp (io.github.verygoodplugins/streamdeck-mcp@0.1.2) MCP server for Elgato Stream Deck control — set buttons, manage pages, wire actions installs: pypi:streamdeck-mcp detail: https://mcpindex.ai/server/io-github-verygoodplugins-streamdeck-mcp - io.github.vessel-api/vesselapi-mcp (io.github.vessel-api/vesselapi-mcp@1.0.1) MCP server for the VesselAPI — maritime vessel tracking, port events, emissions, and navigation data installs: npm:vesselapi-mcp detail: https://mcpindex.ai/server/io-github-vessel-api-vesselapi-mcp - Agent Release Auditor (io.github.veyndrasystems/agent-release-auditor@0.1.4) Deterministic release gate for AI-written code and coding agents. installs: npm:agent-release-auditor detail: https://mcpindex.ai/server/io-github-veyndrasystems-agent-release-auditor - Veynor — Prediction Market Intelligence (io.github.veynor-xyz/veynor@1.0.0) Prediction market intelligence for AI agents. Live data from Kalshi and Polymarket. installs: remote:https://mcp.veynor.xyz/sse?api_key={api_key} detail: https://mcpindex.ai/server/io-github-veynor-xyz-veynor - io.github.vfa-khuongdv/mcp-backlog (io.github.vfa-khuongdv/mcp-backlog@1.0.0) MCP server for Backlog API integration with AI agents. installs: npm:@duongkhuong/mcp-backlog detail: https://mcpindex.ai/server/io-github-vfa-khuongdv-mcp-backlog - io.github.vfa-khuongdv/redmine (io.github.vfa-khuongdv/redmine@1.1.3) MCP server for Redmine API integration with AI agents. installs: npm:@duongkhuong/mcp-redmine detail: https://mcpindex.ai/server/io-github-vfa-khuongdv-redmine - Studio Signal (io.github.vfxprojoe/studio-signal@1.4.6) AI-powered media & entertainment intelligence — research, briefs, and market data. installs: npm:@studiosignal/mcp-server | remote:https://studiosignal.app/api/mcp detail: https://mcpindex.ai/server/io-github-vfxprojoe-studio-signal - Apple Books (io.github.vgnshiyer/apple-books-mcp@0.8.0) Access your Apple Books library, annotations, reading progress, and highlights through Claude installs: pypi:apple-books-mcp detail: https://mcpindex.ai/server/io-github-vgnshiyer-apple-books-mcp - Onboard (io.github.viaonboard/onboard@0.1.1) Your AI copilot for customer onboarding — projects, KPIs, tasks, and safe writes. installs: remote:https://rest.onboard.io/mcp/sse detail: https://mcpindex.ai/server/io-github-viaonboard-onboard - io.github.vibeads/mcp (io.github.vibeads/mcp@0.2.5) Manage Google Ads from Claude: read metrics, draft campaigns, publish with human approval. installs: npm:@vibeads/mcp detail: https://mcpindex.ai/server/io-github-vibeads-mcp - io.github.vibefix-tech/vibefix (io.github.vibefix-tech/vibefix@0.3.2) Bug bounty platform for vibe coders. Post bugs, find fixes, run diagnostics. installs: npm:@vibefix/mcp detail: https://mcpindex.ai/server/io-github-vibefix-tech-vibefix - io.github.vibegpt/policycheck (io.github.vibegpt/policycheck@1.0.1) AI seller verification and policy risk analysis for any online store. installs: npm:policycheck-mcp detail: https://mcpindex.ai/server/io-github-vibegpt-policycheck - Spill (io.github.vicc/spill@0.1.5) Pull TestFlight screenshot feedback from App Store Connect into AI coding agents. installs: npm:@viccalexander/spill detail: https://mcpindex.ai/server/io-github-vicc-spill - Mimiq - Synthetic User Testing (io.github.victorgulchenko/mimiq-mcp@0.2.1) Your agent tests pages, copy, and flows on simulated users while you build. installs: remote:https://mcp.mimiqai.com/mcp detail: https://mcpindex.ai/server/io-github-victorgulchenko-mimiq-mcp - io.github.videreo/collabsmap (io.github.videreo/collabsmap@0.1.2) Discover travel brand collab opportunities for content creators via CollabsMap. installs: npm:@collabsmap/mcp-server detail: https://mcpindex.ai/server/io-github-videreo-collabsmap - io.github.vighriday/veris (io.github.vighriday/veris@2.1.8) Behavioral verification intelligence for AI coding agents. 17 MCP tools. Local-first. MIT. installs: npm:veris-core detail: https://mcpindex.ai/server/io-github-vighriday-veris - io.github.vigneshRN52/demo-mcp-server (io.github.vigneshRN52/demo-mcp-server@1.0.0) Minimal Go MCP Server for high-performance context bridging installs: npm:demo-server-mcp detail: https://mcpindex.ai/server/io-github-vigneshrn52-demo-mcp-server - io.github.vinaybhosle/freightgate-mcp-server (io.github.vinaybhosle/freightgate-mcp-server@2.1.1) Deprecated - renamed to shippingrates-mcp-server installs: manual detail: https://mcpindex.ai/server/io-github-vinaybhosle-freightgate-mcp-server - Cookie Consent Compliance Scanner (io.github.vincentn-waivern/cookie-checker-gdpr-ccpa-gcmv2@2.0.0) Cookie consent scanner: GDPR, CCPA, GCMv2. PASS/FAIL compliance checklists with fix recommendations. installs: remote:https://consent-analyser-emea.waivern.com/mcp detail: https://mcpindex.ai/server/io-github-vincentn-waivern-cookie-checker-gdpr-ccpa-gcmv2 - MetaTrader 5 MCP Bridge (io.github.vincentwongso/mt5-trading-mcp@1.4.2) Let an AI agent read and trade a MetaTrader 5 account over MCP, behind a human-approval gate. installs: pypi:mt5-trading-mcp detail: https://mcpindex.ai/server/io-github-vincentwongso-mt5-trading-mcp - Rulemorph MCP Server (io.github.vinhphatfsg/rulemorph-mcp@0.3.4) MCP server for CSV/JSON data transformation using YAML rules installs: manual detail: https://mcpindex.ai/server/io-github-vinhphatfsg-rulemorph-mcp - Transform Rules MCP Server (io.github.vinhphatfsg/transform-rules-mcp@0.1.5) MCP server for CSV/JSON data transformation using YAML rules installs: manual detail: https://mcpindex.ai/server/io-github-vinhphatfsg-transform-rules-mcp - io.github.viniciuslazzari/bolsai-mcp (io.github.viniciuslazzari/bolsai-mcp@0.1.4) Brazilian stock market data (B3, CVM, BCB) for AI assistants: quotes, fundamentals, dividends, FIIs. installs: pypi:bolsai-mcp detail: https://mcpindex.ai/server/io-github-viniciuslazzari-bolsai-mcp - io.github.vinsenzo83/baton (io.github.vinsenzo83/baton@0.2.0) Hand off AI work with a signed Verification Receipt — an independent verifier proves it runs. installs: npm:baton-mcp | remote:https://baton-mcp-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-vinsenzo83-baton - io.github.vinur1992/testing_repo (io.github.vinur1992/testing_repo@1.0.0) An MCP server that created for demo installs: manual detail: https://mcpindex.ai/server/io-github-vinur1992-testing-repo - io.github.virgilvox/vue-harvest (io.github.virgilvox/vue-harvest@0.0.3) Extract reusable component libraries and design tokens from Vue applications installs: npm:vue-harvest-mcp detail: https://mcpindex.ai/server/io-github-virgilvox-vue-harvest - io.github.vishvick/dealhub-admin (io.github.vishvick/dealhub-admin@1.0.1) DealHub MCP server for admins. Manage versions and users with 7 tools via Claude AI agents. installs: npm:dealhub-admin-mcp detail: https://mcpindex.ai/server/io-github-vishvick-dealhub-admin - Visily UI Design (io.github.visily-app/visily@0.1.1) UI design from prompts, screenshots, and URLs for AI coding agents and theme tokens. installs: remote:https://app.visily.ai/api/mcp detail: https://mcpindex.ai/server/io-github-visily-app-visily - Cookidoo MCP (io.github.vitaliemiron/cookidoo-mcp@1.2.0) Create, translate, and plan Cookidoo recipes with guided Thermomix actions and shopping lists. installs: pypi:cookidoo-mcp detail: https://mcpindex.ai/server/io-github-vitaliemiron-cookidoo-mcp - AgentTrust (io.github.vitaliiserbynassisterr/agenttrust@0.1.0) Quality verification for AI agents and MCP servers. 6-axis scoring, adversarial probes. installs: pypi:mcp-agenttrust detail: https://mcpindex.ai/server/io-github-vitaliiserbynassisterr-agenttrust - Ukrainian Language Reference (vitalinguist) (io.github.vitalinguist/ukr-vitalinguist-mcp@0.1.1) Ukrainian grammar/surzhyk check + authentic-rendering lookup. Wraps ukr.vitalinguist.com API. installs: pypi:ukr-vitalinguist-mcp detail: https://mcpindex.ai/server/io-github-vitalinguist-ukr-vitalinguist-mcp - Evidra (io.github.vitas/evidra@0.4.7) Evidra — Flight recorder for AI infrastructure agents installs: docker:ghcr.io/vitas/evidra-mcp:0.4.7 detail: https://mcpindex.ai/server/io-github-vitas-evidra - Japan Utils (io.github.vivek081166/japan-utils-mcp@0.1.2) Japan utilities for AI agents: era, romaji, postal codes, holidays, kana, name splitting. installs: pypi:japan-utils-mcp detail: https://mcpindex.ai/server/io-github-vivek081166-japan-utils-mcp - Vivid MCP (io.github.vivid-money/vivid-mcp@0.1.0) Open a Vivid Business account from your AI chat via MCP. installs: remote:https://api.prime.vivid.money/mcp detail: https://mcpindex.ai/server/io-github-vivid-money-vivid-mcp - io.github.vk0dev/agent-cost-mcp (io.github.vk0dev/agent-cost-mcp@2.3.3) Cost Guard for Claude Code: per-tool ROI, subagent attribution, anomaly/forecast/budget guards. installs: npm:@vk0/agent-cost-mcp detail: https://mcpindex.ai/server/io-github-vk0dev-agent-cost-mcp - io.github.vk0dev/code-impact-mcp (io.github.vk0dev/code-impact-mcp@1.6.10) Dependency graph and blast-radius analysis for local TypeScript/JavaScript repos. installs: npm:@vk0/code-impact-mcp detail: https://mcpindex.ai/server/io-github-vk0dev-code-impact-mcp - io.github.vkhanhqui/figma-mcp-go (io.github.vkhanhqui/figma-mcp-go@0.1.3) Figma MCP server with full read/write access via plugin — no API token, no rate limits. 73 tools. installs: npm:@vkhanhqui/figma-mcp-go detail: https://mcpindex.ai/server/io-github-vkhanhqui-figma-mcp-go - io.github.vktr93/reviewmetric (io.github.vktr93/reviewmetric@1.0.6) An MCP server connecting Claude to the Review Metric 15-agent scientific peer review pipeline. installs: pypi:reviewmetric-mcp detail: https://mcpindex.ai/server/io-github-vktr93-reviewmetric - io.github.vkuprin/site-spy (io.github.vkuprin/site-spy@0.2.2) MCP server for Site Spy — lets AI agents monitor websites for changes installs: npm:@site-spy/mcp-server detail: https://mcpindex.ai/server/io-github-vkuprin-site-spy - io.github.vladkarpman/device-manager-mcp (io.github.vladkarpman/device-manager-mcp@1.0.7) MCP server for fast Android device interaction with scrcpy acceleration (~50ms latency). installs: pypi:device-manager-mcp detail: https://mcpindex.ai/server/io-github-vladkarpman-device-manager-mcp - io.github.vladkarpman/screen-buffer-mcp (io.github.vladkarpman/screen-buffer-mcp@2.1.0) MCP server for fast Android screenshots via scrcpy frame buffer (~50ms latency). installs: pypi:screen-buffer-mcp detail: https://mcpindex.ai/server/io-github-vladkarpman-screen-buffer-mcp - VMware AIops (io.github.vmware-skills/vmware-aiops@1.8.11) AI-powered VMware vCenter/ESXi VM lifecycle and deployment with 31 MCP tools. installs: pypi:vmware-aiops detail: https://mcpindex.ai/server/io-github-vmware-skills-vmware-aiops - VMware Aria Operations (io.github.vmware-skills/vmware-aria@1.8.10) VMware Aria Operations: metrics, alerts, capacity, anomaly detection — 18 MCP tools. installs: pypi:vmware-aria detail: https://mcpindex.ai/server/io-github-vmware-skills-vmware-aria - VMware Debug (io.github.vmware-skills/vmware-debug@1.8.8) Read-only VMware incident correlation: timeline, spikes, root-cause routing. 2 MCP tools. installs: pypi:vmware-debug detail: https://mcpindex.ai/server/io-github-vmware-skills-vmware-debug - VMware Harden (io.github.vmware-skills/vmware-harden@1.8.9) VMware compliance scanning (CIS, vSphere SCG, GB/T 22239, PCI-DSS) with drift detection. installs: pypi:vmware-harden detail: https://mcpindex.ai/server/io-github-vmware-skills-vmware-harden - VMware Monitor (io.github.vmware-skills/vmware-monitor@1.8.10) Read-only VMware vCenter/ESXi monitoring with 27 MCP tools. Code-level safety. installs: pypi:vmware-monitor detail: https://mcpindex.ai/server/io-github-vmware-skills-vmware-monitor - VMware NSX (io.github.vmware-skills/vmware-nsx@1.8.9) VMware NSX networking management with 31 MCP tools: segments, gateways, NAT, routing, IPAM. installs: pypi:vmware-nsx-mgmt detail: https://mcpindex.ai/server/io-github-vmware-skills-vmware-nsx - VMware Pilot (io.github.vmware-skills/vmware-pilot@1.8.8) Multi-step workflow orchestration for VMware MCP skills with approval gates and rollback. installs: pypi:vmware-pilot detail: https://mcpindex.ai/server/io-github-vmware-skills-vmware-pilot - VMware Private AI (GPU & Model Serving) (io.github.vmware-skills/vmware-privateai@0.2.0) VMware Private AI (NVIDIA): GPU inventory, vGPU profiles, utilization, model serving — 10 tools installs: pypi:vmware-privateai detail: https://mcpindex.ai/server/io-github-vmware-skills-vmware-privateai - VMware Storage (io.github.vmware-skills/vmware-storage@1.8.10) VMware vSphere storage management with 11 MCP tools: datastores, iSCSI, vSAN. installs: pypi:vmware-storage detail: https://mcpindex.ai/server/io-github-vmware-skills-vmware-storage - io.github.vncsleal/openplan (io.github.vncsleal/openplan@0.1.22) Plan, track, and learn from software projects — three MCP tools for the AI agent lifecycle. installs: npm:@openplan/mcp detail: https://mcpindex.ai/server/io-github-vncsleal-openplan - SentinelScan Cloud MCP Server (io.github.vndpal/sentinelscan-cloud-mcp@1.0.1) Remote MCP server that returns sentiment analysis results from SentinelScan API. installs: remote:https://sentinelscan-cloud-mcp.vercel.app/mcp detail: https://mcpindex.ai/server/io-github-vndpal-sentinelscan-cloud-mcp - Voidly (io.github.voidly-ai/mcp-server@2.17.0) 84 tools: open censorship observatory — incidents, forecasts, accessibility, agent messaging. installs: npm:@voidly/mcp-server detail: https://mcpindex.ai/server/io-github-voidly-ai-mcp-server - io.github.vojtisprime11/web-fetcher (io.github.vojtisprime11/web-fetcher@0.1.0) Turns any web page into clean Markdown, page metadata and classified links for LLMs. installs: npm:mcp-server-web-fetcher detail: https://mcpindex.ai/server/io-github-vojtisprime11-web-fetcher - io.github.vola-trebla/ast-impact-mapper-mcp (io.github.vola-trebla/ast-impact-mapper-mcp@0.3.1) MCP server that uses TypeScript AST to find which tests are affected by a code change installs: npm:ast-impact-mapper-mcp detail: https://mcpindex.ai/server/io-github-vola-trebla-ast-impact-mapper-mcp - io.github.vola-trebla/react-render-profile-mcp (io.github.vola-trebla/react-render-profile-mcp@1.0.2) Decodes React DevTools Profiler exports into render summaries and memoization advice for AI agents. installs: npm:react-render-profile-mcp detail: https://mcpindex.ai/server/io-github-vola-trebla-react-render-profile-mcp - io.github.vola-trebla/release-readiness-triage-mcp (io.github.vola-trebla/release-readiness-triage-mcp@0.2.0) Aggregates CI failures, cross-references flakiness history, and outputs GO/NO_GO release verdicts. installs: npm:release-readiness-triage-mcp detail: https://mcpindex.ai/server/io-github-vola-trebla-release-readiness-triage-mcp - io.github.vola-trebla/tailwind-context-resolver-mcp (io.github.vola-trebla/tailwind-context-resolver-mcp@0.2.0) Resolves Tailwind CSS design tokens and validates utility classes against the local project config. installs: npm:tailwind-context-resolver-mcp detail: https://mcpindex.ai/server/io-github-vola-trebla-tailwind-context-resolver-mcp - io.github.vola-trebla/v8-cpu-profile-decoder-mcp (io.github.vola-trebla/v8-cpu-profile-decoder-mcp@0.3.0) MCP server that decodes V8 CPU profiles into token-efficient bottleneck summaries for AI agents installs: npm:v8-cpu-profile-decoder-mcp detail: https://mcpindex.ai/server/io-github-vola-trebla-v8-cpu-profile-decoder-mcp - io.github.vola-trebla/zod-contract-mock-forge-mcp (io.github.vola-trebla/zod-contract-mock-forge-mcp@0.2.0) MCP server for deterministic mock generation and API contract scaffolding using Zod schemas installs: npm:zod-contract-mock-forge-mcp detail: https://mcpindex.ai/server/io-github-vola-trebla-zod-contract-mock-forge-mcp - V-Lab (io.github.volatility/vlab-mcp@0.10.13) Volatility, SRISK, CRISK, liquidity and climate data from NYU Stern's V-Lab, with model forecasts. installs: remote:https://vlab.stern.nyu.edu/mcp detail: https://mcpindex.ai/server/io-github-volatility-vlab-mcp - io.github.vorluno/agora-mcp (io.github.vorluno/agora-mcp@0.1.0) Shared per-repo space for Claude Code sessions: see activity, get collision warnings, notes. installs: npm:@vorluno/agora-mcp detail: https://mcpindex.ai/server/io-github-vorluno-agora-mcp - Ansys MCP Server (io.github.vorobjewsen30-max/ansys-mcp-server@1.0.0) MCP server for Ansys engineering simulations — CFD, FEA, meshing, and post-processing. 24 tools. installs: pypi:ansys-mcp-server detail: https://mcpindex.ai/server/io-github-vorobjewsen30-max-ansys-mcp-server - io.github.vouch-protocol/vouch-mcp (io.github.vouch-protocol/vouch-mcp@2.0.1) Sign and verify W3C Verifiable Credentials so AI agents can cryptographically authorize actions. installs: pypi:vouch-mcp detail: https://mcpindex.ai/server/io-github-vouch-protocol-vouch-mcp - io.github.vpatser1/legal-doc-analyzer (io.github.vpatser1/legal-doc-analyzer@1.1.4) Contract analysis, risk assessment, version diffs, compliance checks (GDPR, CCPA, SOC2) installs: npm:legal-doc-analyzer detail: https://mcpindex.ai/server/io-github-vpatser1-legal-doc-analyzer - io.github.vpatser1/market-data-analyzer (io.github.vpatser1/market-data-analyzer@2.1.4) Stock technical analysis (SMA, RSI, MACD), portfolio tracking, crypto analysis, screening installs: npm:market-data-analyzer detail: https://mcpindex.ai/server/io-github-vpatser1-market-data-analyzer - io.github.vpatser1/mcp-schema-designer (io.github.vpatser1/mcp-schema-designer@1.1.4) Design database schemas from natural language, validate SQL, generate migrations and types installs: npm:mcp-schema-designer detail: https://mcpindex.ai/server/io-github-vpatser1-mcp-schema-designer - io.github.vpatser1/resume-optimizer (io.github.vpatser1/resume-optimizer@1.1.4) Resume analysis, ATS compatibility checks, bullet improvements, job-tailored optimization installs: npm:resume-optimizer detail: https://mcpindex.ai/server/io-github-vpatser1-resume-optimizer - io.github.vpatser1/seo-audit-tool (io.github.vpatser1/seo-audit-tool@1.1.4) SEO page audits with 0-100 scoring, keyword analysis, link checking, sitemap validation installs: npm:seo-audit-tool detail: https://mcpindex.ai/server/io-github-vpatser1-seo-audit-tool - VPN.FAIL MCP (io.github.vpnfail/vpnfail-mcp@0.1.0) Free remote MCP server for fetching public web pages through a rotating proxy pool. installs: remote:https://mcp.vpn.fail/mcp detail: https://mcpindex.ai/server/io-github-vpnfail-vpnfail-mcp - io.github.vreddie2go/vreddie-mcp-server (io.github.vreddie2go/vreddie-mcp-server@1.0.1) VR Eddie's headset ratings, game reviews, deals, and compatibility checks via MCP. installs: npm:vreddie-mcp-server detail: https://mcpindex.ai/server/io-github-vreddie2go-vreddie-mcp-server - LastBlueTape (io.github.vulkanr/lastbluetape-mcp@1.0.1) Construction punch list management for AI agents. Create lists, add items, track progress. installs: npm:@lastbluetape/mcp-server detail: https://mcpindex.ai/server/io-github-vulkanr-lastbluetape-mcp - io.github.vulnersCom/vulners-mcp (io.github.vulnersCom/vulners-mcp@1.0.4) MCP server for the Vulners.com API installs: pypi:vulners-mcp detail: https://mcpindex.ai/server/io-github-vulnerscom-vulners-mcp - Webcake Landing (io.github.vuluu2k/webcake-landing-mcp@1.5.0) Build, validate, and persist Webcake landing-page source JSON: element schemas plus AI usage hints. installs: npm:webcake-landing-mcp | remote:https://mcp.toolvn.io.vn/mcp detail: https://mcpindex.ai/server/io-github-vuluu2k-webcake-landing-mcp - WebCake Storefront (io.github.vuluu2k/webcake-storefront-mcp@1.31.8) Build pages and manage products, orders, and content on the WebCake/StoreCake storefront builder. installs: npm:webcake-storefront-mcp | remote:https://store.toolvn.io.vn/mcp detail: https://mcpindex.ai/server/io-github-vuluu2k-webcake-storefront-mcp - Solana MCP by Vybe (io.github.vybenetwork/solana-mcp-vybe@1.1.3) Solana MCP developer toolkit: wallets, trades, markets, PnL, transfers, onchain, swaps & API tools. installs: remote:https://mcp.vybenetwork.xyz detail: https://mcpindex.ai/server/io-github-vybenetwork-solana-mcp-vybe - Solana MCP by Vybe (io.github.vybenetwork/vybe-solana-api@1.0.9) Solana MCP for wallets, trades, markets, PnL, transfers, onchain data, signable swaps and API tools. installs: remote:https://docs.vybenetwork.com/mcp detail: https://mcpindex.ai/server/io-github-vybenetwork-vybe-solana-api - Works With Agents MCP (io.github.vystartasv/wwa-mcp@1.0.1) 14 MCP tools: facts, pitfalls, skills, handoff protocols, trust scores, identity verification. installs: pypi:wwa-mcp detail: https://mcpindex.ai/server/io-github-vystartasv-wwa-mcp - io.github.w1ckedxt/cynicalsally (io.github.w1ckedxt/cynicalsally@0.7.0) Brutally honest code reviews: scores, real issues, and usable fixes. CLI + MCP server. installs: npm:@cynicalsally/cli detail: https://mcpindex.ai/server/io-github-w1ckedxt-cynicalsally - Codex MCP Go (io.github.w31r4/codex-mcp-go@0.2.1) MCP server wrapping Codex CLI for stdio-based tool calls. installs: npm:@zenfun510/codex-mcp-go detail: https://mcpindex.ai/server/io-github-w31r4-codex-mcp-go - io.github.waddou/mcp-moncompte (io.github.waddou/mcp-moncompte@1.0.0) Recherche et lecture des guides de connexion de moncompte.org (MCP, lecture seule). installs: remote:https://mcp-moncompte.wadie.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-waddou-mcp-moncompte - ShipSaving (io.github.waka4674/shipsaving-mcp@1.0.4) MCP server for ShipSaving — shipping rates, labels, orders, tracking installs: npm:shipsaving-mcp detail: https://mcpindex.ai/server/io-github-waka4674-shipsaving-mcp - io.github.walensis-labs/mcp-for-ynab (io.github.walensis-labs/mcp-for-ynab@0.2.0) YNAB budget access for AI assistants: safe gated writes, month-close sessions, float attribution. installs: npm:@walensis/mcp-for-ynab detail: https://mcpindex.ai/server/io-github-walensis-labs-mcp-for-ynab - io.github.walidb212/dltik-mcp-server (io.github.walidb212/dltik-mcp-server@1.0.1) Anonymous TikTok & Douyin downloader — metadata, download, and batch via dltik.app. installs: npm:@dltik/mcp-server detail: https://mcpindex.ai/server/io-github-walidb212-dltik-mcp-server - LinkPulse (io.github.walkojas-boop/linkpulse@1.0.0) URL reality check for agents: status, content hash, classification, wayback fallback. installs: remote:https://linkpulse-neon.vercel.app/mcp detail: https://mcpindex.ai/server/io-github-walkojas-boop-linkpulse - io.github.warmachine2121/silent-brief-mcp (io.github.warmachine2121/silent-brief-mcp@1.0.0) AI-generated legal and business documents. Pay XMR, no accounts, no KYC. installs: npm:silent-brief-mcp detail: https://mcpindex.ai/server/io-github-warmachine2121-silent-brief-mcp - io.github.warpmetrics/mcp (io.github.warpmetrics/mcp@0.1.0) Connect AI assistants to Warpmetrics — query runs, calls, costs, and outcomes. installs: npm:@warpmetrics/mcp detail: https://mcpindex.ai/server/io-github-warpmetrics-mcp - Tokenscope (io.github.wartzar-bee/tokenscope@0.2.3) Analyze Claude Code session cost & context attribution: output, cached re-reads, cache writes. installs: npm:@wartzar-bee/tokenscope-mcp detail: https://mcpindex.ai/server/io-github-wartzar-bee-tokenscope - GenGEO Agent Registry (io.github.warwickwood-cell/gengeo@1.0.0) Merchant verification for AI shopping agents. installs: remote:https://mcp.gengeo.co/mcp detail: https://mcpindex.ai/server/io-github-warwickwood-cell-gengeo - Charlotte (io.github.wcharysz/charlotte@1.0.8) Query, replay and rewrite your app's real HTTPS traffic, captured locally by Charlotte. installs: manual detail: https://mcpindex.ai/server/io-github-wcharysz-charlotte - io.github.weareconnectry/connectry-architect-mcp (io.github.weareconnectry/connectry-architect-mcp@0.1.13) Free certification prep for the Claude Certified Architect exam by Connectry LABS installs: npm:connectry-architect-mcp detail: https://mcpindex.ai/server/io-github-weareconnectry-connectry-architect-mcp - Front MCP (io.github.wearehoust/front-mcp@1.0.1) MCP server for Front: conversations, contacts, messages, tags, and inbox workflows. installs: npm:@houst-com/front-mcp detail: https://mcpindex.ai/server/io-github-wearehoust-front-mcp - io.github.webaesbyamin/agent-receipts (io.github.webaesbyamin/agent-receipts@0.2.11) Ed25519-signed receipts for every AI agent action. Local-first, verifiable, no server required. installs: npm:@agent-receipts/mcp-server detail: https://mcpindex.ai/server/io-github-webaesbyamin-agent-receipts - IP Defender Trademark Monitoring MCP (io.github.webdevelopers-eu/ipdefender-mcp@1.0.0) Trademark filing monitor across 40+ countries - detect filings that resemble your brand. installs: remote:https://www.ipdefender.eu/mcp detail: https://mcpindex.ai/server/io-github-webdevelopers-eu-ipdefender-mcp - io.github.webmoleai/mcp-check-licenses (io.github.webmoleai/mcp-check-licenses@0.2.0) Audit dependency licenses for compatibility issues. Flags GPL/AGPL conflicts. installs: npm:mcp-check-licenses detail: https://mcpindex.ai/server/io-github-webmoleai-mcp-check-licenses - io.github.webmoleai/mcp-check-links (io.github.webmoleai/mcp-check-links@0.2.0) Find broken links, missing meta tags, and redirect chains on any website. installs: npm:mcp-check-links detail: https://mcpindex.ai/server/io-github-webmoleai-mcp-check-links - io.github.webmoleai/mcp-license-audit (io.github.webmoleai/mcp-license-audit@0.1.1) Audit dependency licenses for compatibility issues. Flags GPL/AGPL conflicts. installs: npm:mcp-license-audit detail: https://mcpindex.ai/server/io-github-webmoleai-mcp-license-audit - io.github.webmoleai/mcp-link-doctor (io.github.webmoleai/mcp-link-doctor@0.1.1) Find broken links, missing meta tags, and redirect chains on any website. installs: npm:mcp-link-doctor detail: https://mcpindex.ai/server/io-github-webmoleai-mcp-link-doctor - io.github.webmoleai/mcp-vibe-checker (io.github.webmoleai/mcp-vibe-checker@0.1.1) Vibe-check your code — personality types, energy ratings, aesthetic suggestions. installs: npm:mcp-vibe-checker detail: https://mcpindex.ai/server/io-github-webmoleai-mcp-vibe-checker - Webull OpenAPI (io.github.webull-inc/webull-openapi-mcp@1.2.1) MCP server for Webull OpenAPI: trading and market data access for AI assistants installs: pypi:webull-openapi-mcp detail: https://mcpindex.ai/server/io-github-webull-inc-webull-openapi-mcp - io.github.webweaver-nexus/webweaver-mcp-server (io.github.webweaver-nexus/webweaver-mcp-server@1.0.0) WebWeaver Nexus services for MCP hosts: waitlist signup (with UI), product overview, contact info. installs: remote:https://webweaver-nexus-mcp.vercel.app/mcp detail: https://mcpindex.ai/server/io-github-webweaver-nexus-webweaver-mcp-server - Electronics MCP Servers (io.github.wedsamuel1230/electronic-mcp-server@1.0.2) 14 electronics tools: resistor decoder, capacitor calculator, GPIO reference for ESP32/Arduino/STM32 installs: pypi:electronics-mcp-servers detail: https://mcpindex.ai/server/io-github-wedsamuel1230-electronic-mcp-server - io.github.wei-ai-lab/clinical-trial-design (io.github.wei-ai-lab/clinical-trial-design@0.0.12) Phase 2/3 clinical trial design via gsDesign / gsDesign2: sample size, GS boundaries, multiplicity installs: npm:clinical-trial-design detail: https://mcpindex.ai/server/io-github-wei-ai-lab-clinical-trial-design - io.github.wei/hn-mcp-server (io.github.wei/hn-mcp-server@1.1.0) Model Context Protocol server for HackerNews API access. installs: npm:hn-mcp-server detail: https://mcpindex.ai/server/io-github-wei-hn-mcp-server - io.github.wei/mcp-registry-mcp-server (io.github.wei/mcp-registry-mcp-server@1.1.1) MCP server for querying the official MCP registry. installs: npm:mcp-registry-mcp-server detail: https://mcpindex.ai/server/io-github-wei-mcp-registry-mcp-server - license-checker (io.github.weiseer/license-checker@0.1.1) OSS license metadata + compatibility checker MCP server. installs: npm:@weiseer/license-checker-mcp detail: https://mcpindex.ai/server/io-github-weiseer-license-checker - package-meta (io.github.weiseer/package-meta@0.1.1) npm/PyPI/Cargo package metadata + downloads + maintainer health. installs: npm:@weiseer/package-meta-mcp detail: https://mcpindex.ai/server/io-github-weiseer-package-meta - regulatory-deadline (io.github.weiseer/regulatory-deadline@0.1.1) FinCEN/SEC/EU AI Act/GDPR deadline tracker for AI agents. installs: npm:@weiseer/regulatory-deadline-mcp detail: https://mcpindex.ai/server/io-github-weiseer-regulatory-deadline - Animam Agent Platform (io.github.wellknownmcp/animam-platform@2.2.0) Configure & analyze AI chatbots: personas, corpus, tools, digests, multi-bot. OAuth 2.1. installs: remote:https://mcp.animam.ai/mcp detail: https://mcpindex.ai/server/io-github-wellknownmcp-animam-platform - io.github.wellknownmcp/cortex-gateway (io.github.wellknownmcp/cortex-gateway@0.2.0) Self-hosted federated MCP gateway: one OAuth 2.1 MCP server in front of N apps, user-level scopes. installs: docker:ghcr.io/wellknownmcp/cortex-gateway:v0.2.0 | remote:https://mcp.cortex-gateway.dev/mcp detail: https://mcpindex.ai/server/io-github-wellknownmcp-cortex-gateway - SQLBot MCP Proxy (io.github.wenRou21/sqlbot-mcp-proxy@0.1.0) MCP server proxy for SQLBot Text-to-SQL queries and report generation. installs: docker:ghcr.io/wenrou21/sqlbot-mcp-proxy:0.1.0 detail: https://mcpindex.ai/server/io-github-wenrou21-sqlbot-mcp-proxy - CICADA (io.github.wende/cicada@0.6.4) Code intelligence MCP server for 17+ programming languages. installs: pypi:cicada-mcp detail: https://mcpindex.ai/server/io-github-wende-cicada - Macbeth (io.github.wende/macbeth@0.2.4) Open-source computer use for macOS agents. installs: npm:macbeth detail: https://mcpindex.ai/server/io-github-wende-macbeth - gitea-mcp (io.github.werebear73/gitea-mcp@0.5.1) Model Context Protocol server for Gitea (and Forgejo, Codeberg). installs: pypi:gitea-mcp detail: https://mcpindex.ai/server/io-github-werebear73-gitea-mcp - io.github.werebear73/sipnav-mcp (io.github.werebear73/sipnav-mcp@0.1.3) MCP server for the SIPNAV VOIP switch. installs: manual detail: https://mcpindex.ai/server/io-github-werebear73-sipnav-mcp - io.github.wesseltl/price-data-mcp (io.github.wesseltl/price-data-mcp@0.1.3) Live market prices and candles for AI agents (200+ coins). Data only, no trading advice. installs: pypi:hyperliquid-price-mcp detail: https://mcpindex.ai/server/io-github-wesseltl-price-data-mcp - io.github.westvegh/exerciseapi (io.github.westvegh/exerciseapi@1.0.1) Give your AI coding agent direct access to 2,198+ exercises via exerciseapi.dev installs: npm:@exerciseapi/mcp-server detail: https://mcpindex.ai/server/io-github-westvegh-exerciseapi - io.github.wgt19861219/godot-mcp-enhanced (io.github.wgt19861219/godot-mcp-enhanced@0.24.0) Enhanced Godot 4.5-4.7 MCP: headless+editor+bridge, secure GDScript sandbox, closed-loop AI dev. installs: npm:godot-mcp-enhanced detail: https://mcpindex.ai/server/io-github-wgt19861219-godot-mcp-enhanced - AI Applyd (io.github.whateverneveranywhere/aiapplyd@1.2.0) ATS resume scoring, job analysis, interview prep, and auto-apply that verifies each submission. installs: remote:https://mcp.aiapplyd.com/mcp detail: https://mcpindex.ai/server/io-github-whateverneveranywhere-aiapplyd - io.github.whats2000/isaacsim-mcp-server (io.github.whats2000/isaacsim-mcp-server@0.4.1) Control NVIDIA Isaac Sim robotics simulator through MCP with 39 tools installs: pypi:isaacsim-mcp-server detail: https://mcpindex.ai/server/io-github-whats2000-isaacsim-mcp-server - io.github.whazeted/paraglide-messages-mcp (io.github.whazeted/paraglide-messages-mcp@0.3.0) Validated, sub-agent per-locale translation of Paraglide JS / inlang message-format projects. installs: npm:paraglide-messages-mcp detail: https://mcpindex.ai/server/io-github-whazeted-paraglide-messages-mcp - koreanpulse (io.github.whdrnr2583-cmd/koreanpulse@0.1.11) Korean equities in English: DART filings, activist & foreign-holder classification, KRX news. installs: remote:https://mcp.koreanpulse.dev/mcp detail: https://mcpindex.ai/server/io-github-whdrnr2583-cmd-koreanpulse - io.github.whdrnr2583-cmd/token-meter (io.github.whdrnr2583-cmd/token-meter@0.1.17) Local-first dashboard + MCP for Claude Code and Codex token usage. Per-MCP/tool breakdown. installs: npm:@whdrnr2583/token-meter detail: https://mcpindex.ai/server/io-github-whdrnr2583-cmd-token-meter - io.github.wheelfor/mcp (io.github.wheelfor/mcp@1.0.1) MCP server for wheelfor.com — create, spin, and manage decision wheels installs: npm:@wheelfor/mcp detail: https://mcpindex.ai/server/io-github-wheelfor-mcp - io.github.whetstone-tools/whetstone-mcp (io.github.whetstone-tools/whetstone-mcp@0.1.2) U.S. public-records: business registration (KYB), filings, watchlist screening, federal awards. installs: npm:whetstone-mcp detail: https://mcpindex.ai/server/io-github-whetstone-tools-whetstone-mcp - io.github.white-hat-lab/safe-upgrade (io.github.white-hat-lab/safe-upgrade@0.2.0) Evidence-backed npm upgrade preflight and dependency audits for coding agents, paid via x402. installs: npm:safe-upgrade-mcp detail: https://mcpindex.ai/server/io-github-white-hat-lab-safe-upgrade - io.github.whiteknightonhorse/apibase (io.github.whiteknightonhorse/apibase@1.0.2) 327 tools, 92 providers. Pay per call via x402 + MPP. One MCP endpoint. installs: npm:apibase-mcp-client | remote:https://apibase.pro/mcp detail: https://mcpindex.ai/server/io-github-whiteknightonhorse-apibase - Liveability MCP (io.github.whitepepper355/liveability-mcp@1.4.0) Liveability scoring for Japanese addresses: shopping, medical, transit, education, nature, safety. installs: remote:https://liveability.jp/mcp/sse detail: https://mcpindex.ai/server/io-github-whitepepper355-liveability-mcp - SignalBrain (io.github.whitestone1121-web/signalbrain@0.1.5) Verifiable receipts for governed process changes; emit, validate, and gate trust installs: pypi:signalbrain detail: https://mcpindex.ai/server/io-github-whitestone1121-web-signalbrain - io.github.whitmorelabs/polymarket-mcp (io.github.whitmorelabs/polymarket-mcp@0.1.2) Trading intelligence tools for Polymarket: slippage, liquidity, arbitrage, price feeds installs: pypi:polymarket-trading-mcp detail: https://mcpindex.ai/server/io-github-whitmorelabs-polymarket-mcp - Ariadne (io.github.whyy9527/ariadne@0.1.3) Deterministic local cross-service API-chain discovery for AI coding agents. installs: pypi:ariadne-mcp detail: https://mcpindex.ai/server/io-github-whyy9527-ariadne - Toss Invest (io.github.wi9ine/toss-invest@0.1.2) Access Toss Securities market, account, and opt-in trading APIs through MCP. installs: npm:@wi9ine/toss-invest-mcp detail: https://mcpindex.ai/server/io-github-wi9ine-toss-invest - io.github.wikatar/arkolith (io.github.wikatar/arkolith@1.1.0) Evidence-backed capital-change intelligence and sourced financial data for AI agents installs: remote:https://arkolith.com/api/mcp detail: https://mcpindex.ai/server/io-github-wikatar-arkolith - CNN Fear & Greed Index (io.github.wildsurfer/cnnfag@2.2.0) CNN's Fear & Greed index for the US stock market: score, rating, indicators and daily history. installs: docker:ghcr.io/wildsurfer/cnnfag:2.2.0 detail: https://mcpindex.ai/server/io-github-wildsurfer-cnnfag - io.github.williamcodes/speedrun-mcp (io.github.williamcodes/speedrun-mcp@0.3.1) Query speedrun.com games, leaderboards, records, players, and personal bests. No API key needed. installs: pypi:speedrun-mcp detail: https://mcpindex.ai/server/io-github-williamcodes-speedrun-mcp - HiveLearn (io.github.williamechevarria/hivelearn-mcp@0.3.0) Read and author HiveLearn courses, events, quizzes, certificates, resources, leaderboards, tracks. installs: npm:hivelearn-mcp | remote:https://mcp.hivelearn.app detail: https://mcpindex.ai/server/io-github-williamechevarria-hivelearn-mcp - AI Index Network (io.github.willians2018/ai-index-network@1.0.0) Answers questions about a business using its indexed website content, with cited sources. installs: remote:https://api.aindex-ai.com/v1/mcp detail: https://mcpindex.ai/server/io-github-willians2018-ai-index-network - VisualTorch (io.github.willyfh/visualtorch@1.4.1) Render PyTorch architecture diagrams and animated GIF reveals from trusted model source. installs: pypi:visualtorch detail: https://mcpindex.ai/server/io-github-willyfh-visualtorch - io.github.wilzer/aidelly (io.github.wilzer/aidelly@1.0.1) Agent-operated social media for agencies — www.aidelly.ai. Post, approve, analyze on 11 networks. installs: remote:https://app.aidelly.ai/api/mcp/public-api detail: https://mcpindex.ai/server/io-github-wilzer-aidelly - io.github.winds3753/landbenchmark-mcp (io.github.winds3753/landbenchmark-mcp@0.1.1) Satellite land due-diligence: a green/caution/walk-away verdict with cited signals for any parcel. installs: npm:landbenchmark-mcp detail: https://mcpindex.ai/server/io-github-winds3753-landbenchmark-mcp - io.github.wisdomrock/code-context-gate (io.github.wisdomrock/code-context-gate@0.1.1) Context-aware code retrieval MCP server — ranked, gated results for AI coding agents installs: npm:code-context-gate detail: https://mcpindex.ai/server/io-github-wisdomrock-code-context-gate - io.github.wisdomrock/primereact-mcp (io.github.wisdomrock/primereact-mcp@1.2.3) 105 PrimeReact v10 components with props, types, and events installs: npm:primereact-mcp detail: https://mcpindex.ai/server/io-github-wisdomrock-primereact-mcp - io.github.wiseappsai/play-console-mcp (io.github.wiseappsai/play-console-mcp@0.3.0) Manage Google Play Console: releases, listings, monetization, reviews, and Android Vitals. installs: npm:@wiseappsai/play-console-mcp detail: https://mcpindex.ai/server/io-github-wiseappsai-play-console-mcp - io.github.wishfinity/wishfinity-mcp-plusw (io.github.wishfinity/wishfinity-mcp-plusw@1.2.2) Save any product URL to your Wishfinity wishlist. Works with any MCP client. installs: npm:wishfinity-mcp-plusw detail: https://mcpindex.ai/server/io-github-wishfinity-wishfinity-mcp-plusw - Statbotics (io.github.withinfocus/statbotics@1.2.0) Statbotics MCP Server installs: npm:@withinfocus/statbotics-mcp-server detail: https://mcpindex.ai/server/io-github-withinfocus-statbotics - The Blue Alliance (io.github.withinfocus/tba@1.4.0) The Blue Alliance MCP Server installs: npm:@withinfocus/tba-mcp-server detail: https://mcpindex.ai/server/io-github-withinfocus-tba - io.github.withpica/pica (io.github.withpica/pica@2.95.2) manage your music catalog through conversation — works, recordings, credits, agreements, royalties installs: npm:@withpica/mcp-server detail: https://mcpindex.ai/server/io-github-withpica-pica - io.github.withvibe/withvibe-voter (io.github.withvibe/withvibe-voter@0.1.0) Vote-gated change control for WithVibe — the agent proposes a change via MCP; team approves first. installs: manual detail: https://mcpindex.ai/server/io-github-withvibe-withvibe-voter - io.github.wizard-exe/stoxly (io.github.wizard-exe/stoxly@1.0.0) Free fundamental stock & ETF analysis: 10-point score, verdict and key metrics for any ticker. installs: remote:https://www.stoxlyonline.com/api/mcp detail: https://mcpindex.ai/server/io-github-wizard-exe-stoxly - Mythic Index (io.github.wizkid17/mythic-index-mcp@0.1.2) MTG card prices, deck analysis, and investment intelligence — 19 tools over the Mythic Index API. installs: pypi:mythic-index-mcp detail: https://mcpindex.ai/server/io-github-wizkid17-mythic-index-mcp - multichain-mcp (io.github.wkalidev/multichain-mcp@1.2.1) MCP server for AI agents — Stacks, Celo, and Base in one npm package. installs: npm:@wkalidev/multichain-mcp detail: https://mcpindex.ai/server/io-github-wkalidev-multichain-mcp - iOS Web Bluetooth (WebBLE) (io.github.wklm/ios-web-bluetooth@0.1.1) MCP server to ship Web Bluetooth on iPhone Safari via the WebBLE extension. installs: npm:@ios-web-bluetooth/mcp detail: https://mcpindex.ai/server/io-github-wklm-ios-web-bluetooth - io.github.wkoverfield/switchboard (io.github.wkoverfield/switchboard@0.2.2) One firewall and password manager for all your AI coding agents' MCP servers and secrets. installs: npm:@switchboard-mcp/cli detail: https://mcpindex.ai/server/io-github-wkoverfield-switchboard - io.github.wmarceau/amazon-seller (io.github.wmarceau/amazon-seller@1.0.0) Amazon seller tools: FBA fees, inventory optimization, restock recommendations. installs: pypi:amazon-seller-mcp detail: https://mcpindex.ai/server/io-github-wmarceau-amazon-seller - io.github.wmarceau/apollo (io.github.wmarceau/apollo@1.1.1) Apollo.io lead enrichment and prospecting via MCP installs: pypi:apollo-mcp detail: https://mcpindex.ai/server/io-github-wmarceau-apollo - io.github.wmarceau/canva-mcp (io.github.wmarceau/canva-mcp@1.0.0) MCP server for Canva - create designs, manage assets, use templates, export graphics installs: pypi:canva-mcp detail: https://mcpindex.ai/server/io-github-wmarceau-canva-mcp - io.github.wmarceau/hvac-quotes (io.github.wmarceau/hvac-quotes@1.0.0) HVAC equipment RFQ management - submit quotes to distributors installs: pypi:hvac-quotes-mcp detail: https://mcpindex.ai/server/io-github-wmarceau-hvac-quotes - io.github.wmarceau/rideshare-comparison (io.github.wmarceau/rideshare-comparison@1.0.0) Compare Uber and Lyft prices for any route installs: pypi:rideshare-comparison-mcp detail: https://mcpindex.ai/server/io-github-wmarceau-rideshare-comparison - io.github.wmarceau/upwork (io.github.wmarceau/upwork@1.0.1) MCP server for Upwork job discovery, client analysis, and proposal assistance installs: pypi:upwork-mcp detail: https://mcpindex.ai/server/io-github-wmarceau-upwork - MigraFlow - Database Migration AI (io.github.wmeireles/migraflow-mcp@1.0.1) AI-powered database migration. Analyze schemas, generate SQL, calculate risks. installs: pypi:migraflow-mcp detail: https://mcpindex.ai/server/io-github-wmeireles-migraflow-mcp - OneQAZ Trading Intelligence (io.github.wnsod/oneqaz-trading-mcp@1.0.0) Live market data, signals, positions, and macro analysis for crypto, KR stocks, and US stocks. installs: pypi:oneqaz-trading-mcp | remote:https://api.oneqaz.com/mcp detail: https://mcpindex.ai/server/io-github-wnsod-oneqaz-trading-mcp - io.github.woladi/pseudonym-mcp (io.github.woladi/pseudonym-mcp@0.2.4) Pseudonymizes sensitive data before it reaches cloud LLMs and restores it on the way back. installs: npm:pseudonym-mcp detail: https://mcpindex.ai/server/io-github-woladi-pseudonym-mcp - FedTally — US Federal Contract Intelligence (io.github.woodydaniel/fedtally@1.0.0) US federal contract awards by company, agency spending, top vendors. USAspending.gov data. installs: remote:https://fedtally.com/api/mcp detail: https://mcpindex.ai/server/io-github-woodydaniel-fedtally - Who Do I Call For? — Emergency Home-Service Router (io.github.woodydaniel/whodoicallfor@1.0.0) Routes home emergencies to the right trade: who to call in what order, first steps, sourced costs. installs: remote:https://whodoicallfor.com/api/mcp/ detail: https://mcpindex.ai/server/io-github-woodydaniel-whodoicallfor - Word Of Clout ACN MCP Server (io.github.wordofclout/acn-mcp-server@0.9.5) Guarded MCP server for agent-readable business truth, provenance, readiness, and discovery. installs: remote:https://mcp.wordofclout.ai/mcp detail: https://mcpindex.ai/server/io-github-wordofclout-acn-mcp-server - io.github.workmagicio/workmagic-mcp (io.github.workmagicio/workmagic-mcp@1.0.1) WorkMagic MCP installs: remote:https://mcp.workmagic.io/mcp detail: https://mcpindex.ai/server/io-github-workmagicio-workmagic-mcp - Chestnyi Znak MCP Server (io.github.woyaxnini/chestnyi-znak@0.1.1) MCP server for Chestnyi Znak — Russian product marking system. 10 tools: codes, documents, stocks. installs: npm:@woyax/mcp-chestnyi-znak detail: https://mcpindex.ai/server/io-github-woyaxnini-chestnyi-znak - io.github.woyaxnini/max-messenger (io.github.woyaxnini/max-messenger@1.2.2) MCP server for MAX Messenger by VK. 21 tools: messages, media, buttons, members, events. installs: npm:@woyax/mcp-max-messenger detail: https://mcpindex.ai/server/io-github-woyaxnini-max-messenger - Satoshidata Wallet Intel (io.github.wrbtc/wallet-intelligence@1.0.1) Bitcoin wallet intelligence for AI agents: trust, labels, tx verify, fees, and timestamps. installs: remote:https://satoshidata.ai/mcp/ detail: https://mcpindex.ai/server/io-github-wrbtc-wallet-intelligence - io.github.writesdavid/open-primitive (io.github.writesdavid/open-primitive@1.2.0) 33 tools, 30 US federal data domains. Ed25519 signed, provenance chains, entity graph. Free. installs: npm:open-primitive-mcp detail: https://mcpindex.ai/server/io-github-writesdavid-open-primitive - FHIR MCP Server (io.github.wso2/fhir-mcp-server@0.10.0) MCP server providing seamless access to FHIR APIs for AI tools and healthcare applications installs: pypi:fhir-mcp-server detail: https://mcpindex.ai/server/io-github-wso2-fhir-mcp-server - Ableton Live MCP Server (io.github.wstierhout/ableton-live-mcp@1.7.3) Control Ableton Live with 154 typed tools for music production and offline .als analysis. installs: pypi:mcp-server-ableton-live detail: https://mcpindex.ai/server/io-github-wstierhout-ableton-live-mcp - MTG-MCP (io.github.wtfregia/mtg-mcp@0.1.3) Comprehensive Magic: The Gathering info with rules, cards, combos, and Commander deck generation installs: pypi:mtg-mcp detail: https://mcpindex.ai/server/io-github-wtfregia-mtg-mcp - io.github.wudongjie/hourledger-mcp (io.github.wudongjie/hourledger-mcp@1.0.2) Work hours and overtime pay tools — federal, CA, AK, CO, NV rules, every rule covered by tests. installs: npm:hourledger-mcp detail: https://mcpindex.ai/server/io-github-wudongjie-hourledger-mcp - io.github.wujinkim/korea-business-verify (io.github.wujinkim/korea-business-verify@0.1.1) 한국 사업자 검증 액션 MCP 서버 — 진위확인·휴폐업·과세유형·세금계산서 발행 가능 여부 (국세청 공공데이터 기반) installs: npm:korea-business-verify detail: https://mcpindex.ai/server/io-github-wujinkim-korea-business-verify - io.github.wundam/orchex (io.github.wundam/orchex@1.0.0-rc.11) Autopilot AI orchestration — auto-plan, parallelize, self-heal, and route across 6 LLMs. installs: npm:@wundam/orchex detail: https://mcpindex.ai/server/io-github-wundam-orchex - x402-seller — rug protection & safe-alpha for trading agents (io.github.wyattpalm2-eng/x402-seller@1.0.0) Rug-check & launch radar for trading agents: composite honeypot score, EVM+Solana, keyless x402. installs: remote:https://x402-seller-m8nx.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-wyattpalm2-eng-x402-seller - io.github.wynnpay102-sys/awc-agent-commons (io.github.wynnpay102-sys/awc-agent-commons@0.1.0) Discover funded testnet tasks with deterministic on-chain acceptance and AWC utility rewards. installs: remote:https://awc-agent-commons.wynnpay102.chatgpt.site/mcp detail: https://mcpindex.ai/server/io-github-wynnpay102-sys-awc-agent-commons - Action1 (io.github.wyre-technology/action1-mcp@1.1.2) Action1 MCP server — endpoint inventory, patch visibility, and policy automation via REST API. installs: docker:ghcr.io/wyre-technology/action1-mcp:v1.1.2 detail: https://mcpindex.ai/server/io-github-wyre-technology-action1-mcp - Atera (io.github.wyre-technology/atera-mcp@1.5.4) MCP server for Atera RMM — customers, tickets, and more. installs: docker:ghcr.io/wyre-technology/atera-mcp:v1.5.4 detail: https://mcpindex.ai/server/io-github-wyre-technology-atera-mcp - Auvik (io.github.wyre-technology/auvik-mcp@1.4.2) MCP server for the Auvik network monitoring API — devices, alerts, statistics, billing. installs: docker:ghcr.io/wyre-technology/auvik-mcp:v1.4.2 detail: https://mcpindex.ai/server/io-github-wyre-technology-auvik-mcp - Avanan MSP (Legacy SmartAPI) (io.github.wyre-technology/avanan-legacy-mcp@1.1.0) MCP server for the Avanan MSP SmartAPI — manage child MSPs, users, tenants, licenses, and usage. installs: docker:ghcr.io/wyre-technology/avanan-legacy-mcp:v1.1.0 detail: https://mcpindex.ai/server/io-github-wyre-technology-avanan-legacy-mcp - Blackpoint Cyber (io.github.wyre-technology/blackpoint-mcp@1.1.11) MCP server for Blackpoint Cyber MDR — alerts, threats, and operations. installs: docker:ghcr.io/wyre-technology/blackpoint-mcp:v1.1.11 detail: https://mcpindex.ai/server/io-github-wyre-technology-blackpoint-mcp - Blumira (io.github.wyre-technology/blumira-mcp@1.2.9) MCP server for Blumira SIEM — query findings, evidence, and detection data via the Blumira API. installs: docker:ghcr.io/wyre-technology/blumira-mcp:v1.2.9 detail: https://mcpindex.ai/server/io-github-wyre-technology-blumira-mcp - CIPP (io.github.wyre-technology/cipp-mcp@1.7.1) MCP server for CIPP — M365 multi-tenant management for MSPs (users, tenants, policies). installs: docker:ghcr.io/wyre-technology/cipp-mcp:v1.7.1 detail: https://mcpindex.ai/server/io-github-wyre-technology-cipp-mcp - ConnectWise Automate (io.github.wyre-technology/connectwise-automate-mcp@1.7.4) MCP server for ConnectWise Automate RMM — computers, clients, alerts, and scripts. installs: docker:ghcr.io/wyre-technology/connectwise-automate-mcp:v1.7.4 detail: https://mcpindex.ai/server/io-github-wyre-technology-connectwise-automate-mcp - ConnectWise CPQ (io.github.wyre-technology/connectwise-cpq-mcp@1.0.2) MCP server for ConnectWise CPQ (Sell) — quotes, line items, customers, terms, and templates. installs: docker:ghcr.io/wyre-technology/connectwise-cpq-mcp:v1.0.2 detail: https://mcpindex.ai/server/io-github-wyre-technology-connectwise-cpq-mcp - Crewhu (io.github.wyre-technology/crewhu-mcp@2.0.3) MCP server for Crewhu — customer feedback (CSAT/NPS), employee engagement, and gamification. installs: docker:ghcr.io/wyre-technology/crewhu-mcp:v2.0.3 detail: https://mcpindex.ai/server/io-github-wyre-technology-crewhu-mcp - Datto BCDR (io.github.wyre-technology/datto-bcdr-mcp@1.1.3) MCP server for Datto BCDR — appliances, agents, recovery points, screenshots, alerts. installs: docker:ghcr.io/wyre-technology/datto-bcdr-mcp:v1.1.3 detail: https://mcpindex.ai/server/io-github-wyre-technology-datto-bcdr-mcp - Datto RMM (io.github.wyre-technology/datto-rmm-mcp@1.7.3) MCP server for Datto RMM — devices, alerts, sites, jobs, and audit data. installs: docker:ghcr.io/wyre-technology/datto-rmm-mcp:v1.7.3 detail: https://mcpindex.ai/server/io-github-wyre-technology-datto-rmm-mcp - Datto SaaS Protection (io.github.wyre-technology/datto-saas-protection-mcp@2.1.2) MCP server for Datto SaaS Protection — M365/GWS backups, restores, seats. installs: docker:ghcr.io/wyre-technology/datto-saas-protection-mcp:v2.1.2 detail: https://mcpindex.ai/server/io-github-wyre-technology-datto-saas-protection-mcp - Domotz (io.github.wyre-technology/domotz-mcp@1.1.8) MCP server for Domotz network monitoring — agents, devices, alerts, and network discovery. installs: docker:ghcr.io/wyre-technology/domotz-mcp:v1.1.8 detail: https://mcpindex.ai/server/io-github-wyre-technology-domotz-mcp - HaloPSA (io.github.wyre-technology/halopsa-mcp@1.7.7) MCP server for HaloPSA — clients, tickets, and PSA workflows via the HaloPSA REST API. installs: docker:ghcr.io/wyre-technology/halopsa-mcp:v1.7.7 detail: https://mcpindex.ai/server/io-github-wyre-technology-halopsa-mcp - Hudu (io.github.wyre-technology/hudu-mcp@1.3.4) MCP server for Hudu IT documentation — companies, assets, articles, passwords, and procedures. installs: docker:ghcr.io/wyre-technology/hudu-mcp:v1.3.4 detail: https://mcpindex.ai/server/io-github-wyre-technology-hudu-mcp - Huntress (io.github.wyre-technology/huntress-mcp@1.2.16) MCP server for Huntress — accounts, organizations, agents, incidents, and reports. installs: docker:ghcr.io/wyre-technology/huntress-mcp:v1.2.16 detail: https://mcpindex.ai/server/io-github-wyre-technology-huntress-mcp - ImmyBot (io.github.wyre-technology/immybot-mcp@1.2.9) MCP server for ImmyBot — Windows software deployment, maintenance, tenants, deployments. installs: docker:ghcr.io/wyre-technology/immybot-mcp:v1.2.9 detail: https://mcpindex.ai/server/io-github-wyre-technology-immybot-mcp - Inforcer (io.github.wyre-technology/inforcer-mcp@1.0.6) Read-only MCP server for Inforcer M365 baseline governance, plus assessment runs. installs: docker:ghcr.io/wyre-technology/inforcer-mcp:v1.0.6 detail: https://mcpindex.ai/server/io-github-wyre-technology-inforcer-mcp - IQMS / DELMIA Apriso (io.github.wyre-technology/iqms-mcp@1.2.11) MCP server for IQMS (DELMIAworks) ERP — manufacturing, inventory, production, and quality. installs: docker:ghcr.io/wyre-technology/iqms-mcp:v1.2.11 detail: https://mcpindex.ai/server/io-github-wyre-technology-iqms-mcp - Ironscales (io.github.wyre-technology/ironscales-mcp@1.2.1) MCP server for Ironscales phishing incident management — incidents, mailboxes, and reporting. installs: docker:ghcr.io/wyre-technology/ironscales-mcp:v1.2.1 detail: https://mcpindex.ai/server/io-github-wyre-technology-ironscales-mcp - IT Glue (io.github.wyre-technology/itglue-mcp@1.16.0) MCP server for IT Glue — organizations, configurations, passwords, flexible assets, and documents. installs: docker:ghcr.io/wyre-technology/itglue-mcp:v1.16.0 detail: https://mcpindex.ai/server/io-github-wyre-technology-itglue-mcp - Kaseya Quote Manager (io.github.wyre-technology/kaseya-quote-manager-mcp@1.0.8) Read-only MCP server for Kaseya Quote Manager (Datto Commerce): quotes, orders, purchasing. installs: docker:ghcr.io/wyre-technology/kaseya-quote-manager-mcp:v1.0.8 detail: https://mcpindex.ai/server/io-github-wyre-technology-kaseya-quote-manager-mcp - Kaseya VSA (io.github.wyre-technology/kaseya-vsa-mcp@1.1.2) MCP server for Kaseya VSA RMM — agents, patches, procedures, alarms, tickets. installs: docker:ghcr.io/wyre-technology/kaseya-vsa-mcp:v1.1.2 detail: https://mcpindex.ai/server/io-github-wyre-technology-kaseya-vsa-mcp - Liongard (io.github.wyre-technology/liongard-mcp@2.3.3) MCP server for Liongard — inspectors, environments, metrics, detections, and timeline data. installs: docker:ghcr.io/wyre-technology/liongard-mcp:v2.3.3 detail: https://mcpindex.ai/server/io-github-wyre-technology-liongard-mcp - Cisco Meraki (io.github.wyre-technology/meraki-mcp@1.1.2) MCP server for the Cisco Meraki Dashboard: networks, devices, wireless, switch, appliance. installs: docker:ghcr.io/wyre-technology/meraki-mcp:v1.1.2 detail: https://mcpindex.ai/server/io-github-wyre-technology-meraki-mcp - NinjaOne (io.github.wyre-technology/ninjaone-mcp@2.2.4) MCP server for NinjaOne RMM — devices, organizations, alerts, and tickets. installs: docker:ghcr.io/wyre-technology/ninjaone-mcp:v2.2.4 detail: https://mcpindex.ai/server/io-github-wyre-technology-ninjaone-mcp - RocketCyber (io.github.wyre-technology/rocketcyber-mcp@1.5.2) MCP server for RocketCyber Managed SOC — incidents, alerts, agents, and customer telemetry. installs: docker:ghcr.io/wyre-technology/rocketcyber-mcp:v1.5.2 detail: https://mcpindex.ai/server/io-github-wyre-technology-rocketcyber-mcp - Rootly (io.github.wyre-technology/rootly-mcp@1.2.3) MCP server for Rootly — incidents, alerts, escalations, and post-incident reports. installs: docker:ghcr.io/wyre-technology/rootly-mcp:v1.2.3 detail: https://mcpindex.ai/server/io-github-wyre-technology-rootly-mcp - SalesBuildr (io.github.wyre-technology/salesbuildr-mcp@1.5.4) MCP server for SalesBuildr — quoting and sales workflows for MSPs. installs: docker:ghcr.io/wyre-technology/salesbuildr-mcp:v1.5.4 detail: https://mcpindex.ai/server/io-github-wyre-technology-salesbuildr-mcp - ScalePad (io.github.wyre-technology/scalepad-mcp@1.0.3) MCP server for ScalePad — Core, Lifecycle Manager, ControlMap, Backup Radar, and Quoter. installs: docker:ghcr.io/wyre-technology/scalepad-mcp:v1.0.3 detail: https://mcpindex.ai/server/io-github-wyre-technology-scalepad-mcp - SentinelOne (Purple) (io.github.wyre-technology/sentinelone-mcp@1.0.2) Multitenant Streamable HTTP wrapper for the SentinelOne purple-mcp server. installs: docker:ghcr.io/wyre-technology/sentinelone-mcp:v1.0.2 detail: https://mcpindex.ai/server/io-github-wyre-technology-sentinelone-mcp - Sherweb (io.github.wyre-technology/sherweb-mcp@1.4.2) MCP server for Sherweb — billing, subscriptions, customers, and product catalog. installs: docker:ghcr.io/wyre-technology/sherweb-mcp:v1.4.2 detail: https://mcpindex.ai/server/io-github-wyre-technology-sherweb-mcp - SuperOps (io.github.wyre-technology/superops-mcp@1.6.3) MCP server for SuperOps unified PSA+RMM — clients, tickets, assets, and more. installs: docker:ghcr.io/wyre-technology/superops-mcp:v1.6.3 detail: https://mcpindex.ai/server/io-github-wyre-technology-superops-mcp - Syncro (io.github.wyre-technology/syncro-mcp@1.4.4) MCP server for Syncro MSP — customers, tickets, assets, invoices, and more. installs: docker:ghcr.io/wyre-technology/syncro-mcp:v1.4.4 detail: https://mcpindex.ai/server/io-github-wyre-technology-syncro-mcp - ThreatLocker (io.github.wyre-technology/threatlocker-mcp@1.3.2) MCP server for ThreatLocker — zero-trust endpoint protection, allowlisting, and policies. installs: docker:ghcr.io/wyre-technology/threatlocker-mcp:v1.3.2 detail: https://mcpindex.ai/server/io-github-wyre-technology-threatlocker-mcp - Unitrends Backup (io.github.wyre-technology/unitrends-mcp@1.1.1) MCP server for Unitrends Backup — appliances, jobs, recovery points, restores, alerts. installs: docker:ghcr.io/wyre-technology/unitrends-mcp:v1.1.1 detail: https://mcpindex.ai/server/io-github-wyre-technology-unitrends-mcp - MCP Automations (io.github.wzltmp/mcp-automations@0.1.0) Summarize URLs, repurpose content, daily news digests, find competitors. Cost telemetry built in. installs: remote:https://mcp-automations.fly.dev/mcp detail: https://mcpindex.ai/server/io-github-wzltmp-mcp-automations - io.github.x402node/x402-mcp (io.github.x402node/x402-mcp@1.0.4) Hundreds of x402-paid APIs as MCP tools, auto-discovered from Coinbase Bazaar. USDC on Base+Solana. installs: npm:x402node-mcp detail: https://mcpindex.ai/server/io-github-x402node-x402-mcp - Kimi MCP Server (io.github.x51xxx/kimi-mcp-server@0.2.0) MCP server bridging AI assistants to Moonshot AI Kimi Code CLI for code analysis and review installs: npm:@trishchuk/kimi-mcp-server detail: https://mcpindex.ai/server/io-github-x51xxx-kimi-mcp-server - Orbuc (io.github.xOrbuc/orbuc@1.0.0) On-chain stablecoin market cap and Bitcoin institutional holdings data. installs: remote:https://mcp.orbuc.io/mcp/orbuc detail: https://mcpindex.ai/server/io-github-xorbuc-orbuc - io.github.xaviviro/opendata-cat (io.github.xaviviro/opendata-cat@0.6.1) 15 Catalan portals + radio archive: gov, INE/REE/CNMC, CORA, Catalònica, radioteca.cat. installs: npm:@opendata.cat/mcp-server | remote:https://opendata.cat/api/mcp detail: https://mcpindex.ai/server/io-github-xaviviro-opendata-cat - xbbg MCP (io.github.xbbg-org/xbbg-mcp@1.4.6) Local Bloomberg tools for xbbg users. installs: manual detail: https://mcpindex.ai/server/io-github-xbbg-org-xbbg-mcp - io.github.xcodethink/pixelcheck (io.github.xcodethink/pixelcheck@2.1.0) Real eyes and hands on the web for AI agents. MCP-first. Local-first. Vendor-agnostic. installs: npm:pixelcheck detail: https://mcpindex.ai/server/io-github-xcodethink-pixelcheck - io.github.xerno42/helldivers2-mcp (io.github.xerno42/helldivers2-mcp@1.0.1) MCP server exposing live Helldivers 2 galactic war data. installs: npm:helldivers2-mcp | docker:docker.io/xerno42/helldivers2-mcp:latest | remote:https://mcp.avengersofsuperearth.com/mcp detail: https://mcpindex.ai/server/io-github-xerno42-helldivers2-mcp - xete (io.github.xetenet/xete-mcp@0.1.6) End-to-end-encrypted, sovereign inbox for AI agents. The server only ever sees ciphertext. installs: pypi:xete-mcp detail: https://mcpindex.ai/server/io-github-xetenet-xete-mcp - io.github.xfloukiex-lab/conquerors-haki (io.github.xfloukiex-lab/conquerors-haki@0.1.0) Ruthless prioritization: cuts a list to the 1-3 items that actually serve your goal. installs: pypi:conquerors-haki-mcp detail: https://mcpindex.ai/server/io-github-xfloukiex-lab-conquerors-haki - io.github.xfloukiex-lab/laugh-tale (io.github.xfloukiex-lab/laugh-tale@0.1.0) The capstone of the Grand Line stack — collect every tool to reveal the One Piece. installs: pypi:laugh-tale-mcp detail: https://mcpindex.ai/server/io-github-xfloukiex-lab-laugh-tale - io.github.xfloukiex-lab/road-poneglyph (io.github.xfloukiex-lab/road-poneglyph@0.1.0) Finds a plan's blind spots: unstated assumptions, omitted risks, and missing pieces. installs: pypi:road-poneglyph-mcp detail: https://mcpindex.ai/server/io-github-xfloukiex-lab-road-poneglyph - io.github.xfloukiex-lab/toki-toki (io.github.xfloukiex-lab/toki-toki@0.1.0) A local causality ledger: records decisions and the reasons, for an agent to recall. installs: pypi:toki-toki-mcp detail: https://mcpindex.ai/server/io-github-xfloukiex-lab-toki-toki - XDaLa Workflow Builder (io.github.xgr-network/xdala-workflow-builder@0.1.0) Remote MCP server for XDaLa workflow preparation on XGR.Network. installs: remote:https://mcp.xgr.network/mcp detail: https://mcpindex.ai/server/io-github-xgr-network-xdala-workflow-builder - agent-exporter MCP bridge (io.github.xiaojiou176-open/agent-exporter-mcp@0.1.2) Local stdio MCP bridge for archive publishing, retrieval, and governance evidence. installs: manual detail: https://mcpindex.ai/server/io-github-xiaojiou176-open-agent-exporter-mcp - Apple Notes Snapshot (io.github.xiaojiou176-open/apple-notes-snapshot@0.1.12) Local-first Apple Notes backup control room for macOS with a read-only MCP surface. installs: manual detail: https://mcpindex.ai/server/io-github-xiaojiou176-open-apple-notes-snapshot - Campus Copilot MCP (io.github.xiaojiou176-open/campus-copilot-mcp@0.1.1) Read-only MCP server for the local Campus Copilot BFF and imported workspace snapshots. installs: manual detail: https://mcpindex.ai/server/io-github-xiaojiou176-open-campus-copilot-mcp - DealWatch (io.github.xiaojiou176-open/dealwatch@1.0.1) Local-first grocery price intelligence with a read-only MCP server. installs: pypi:dealwatch detail: https://mcpindex.ai/server/io-github-xiaojiou176-open-dealwatch - Movi MCP v1 (io.github.xiaojiou176-open/movi-mcp@4.0.5) Review-first stdio MCP for Movi: analyze, review, overlay edit, and dry-run preview. installs: manual detail: https://mcpindex.ai/server/io-github-xiaojiou176-open-movi-mcp - NoteStore Lab MCP (io.github.xiaojiou176-open/notestorelab-mcp@0.1.0.post1) Local copy-first Apple Notes recovery and review MCP server for NoteStore Lab case roots. installs: pypi:apple-notes-forensics detail: https://mcpindex.ai/server/io-github-xiaojiou176-open-notestorelab-mcp - OpenUI MCP Studio (io.github.xiaojiou176-open/openui-mcp-studio@0.3.0) Local stdio MCP for UI briefs to React + shadcn with review, proof, and ship. installs: manual detail: https://mcpindex.ai/server/io-github-xiaojiou176-open-openui-mcp-studio - OpenVibeCoding Read-only MCP (io.github.xiaojiou176-open/openvibecoding-readonly@0.1.0a4) Read-only MCP for OpenVibeCoding runs, workflows, proof, queue, replay, and incident reads. installs: pypi:openvibecoding-orchestrator detail: https://mcpindex.ai/server/io-github-xiaojiou176-open-openvibecoding-readonly - io.github.xiaolai/claude-octopus (io.github.xiaolai/claude-octopus@1.1.10) Spawn multiple specialized Claude Code agents as MCP servers, each independently configured. installs: npm:claude-octopus detail: https://mcpindex.ai/server/io-github-xiaolai-claude-octopus - io.github.xiaolai/codex-octopus (io.github.xiaolai/codex-octopus@1.0.1) Spawn multiple specialized Codex agents as MCP servers, each independently configured. installs: npm:codex-octopus detail: https://mcpindex.ai/server/io-github-xiaolai-codex-octopus - TravelerLocal — China travel facts for foreign visitors (io.github.xiaopeng215-sys/travelerlocal@1.0.0) Field-verified China travel facts for foreign visitors: booking walls, hotel registration, transit. installs: remote:https://www.travelerlocal.ai/api/mcp detail: https://mcpindex.ai/server/io-github-xiaopeng215-sys-travelerlocal - io.github.xiaoxuzhu303-prog/harmony-mcp (io.github.xiaoxuzhu303-prog/harmony-mcp@0.4.2) AI copilot for WeChat Mini Program - compile-fix, size analysis, compliance. 20 tools. installs: npm:@yujiamei/harmony-mcp detail: https://mcpindex.ai/server/io-github-xiaoxuzhu303-prog-harmony-mcp - io.github.xiaweiyi713/citeguard (io.github.xiaweiyi713/citeguard@0.1.1) Falsification-first citation auditor: existence, metadata, and claim-support checks via MCP. installs: pypi:citationguard detail: https://mcpindex.ai/server/io-github-xiaweiyi713-citeguard - io.github.xieyuschen/gopls-mcp (io.github.xieyuschen/gopls-mcp@1.0.7) Semantic code analysis for Go using gopls - language-aware navigation, definitions, references installs: manual detail: https://mcpindex.ai/server/io-github-xieyuschen-gopls-mcp - io.github.xingbofeng/skill-deck (io.github.xingbofeng/skill-deck@1.0.0) Expose local Agent Skills as adapter tools, MCP resources, MCP tools, and share artifacts. installs: npm:skill-deck detail: https://mcpindex.ai/server/io-github-xingbofeng-skill-deck - Xitoring (io.github.xitoring/mcp-server@1.0.0) Connect AI assistants to Xitoring monitoring: servers, uptime, incidents, metrics, SSL, and alerts. installs: remote:https://app.xitoring.com/mcp detail: https://mcpindex.ai/server/io-github-xitoring-mcp-server - io.github.xkelxmc/uranium-mcp (io.github.xkelxmc/uranium-mcp@1.0.9) MCP for Uranium NFT tools to mint, list, and manage digital assets on the permaweb. installs: npm:uranium-tools-mcp detail: https://mcpindex.ai/server/io-github-xkelxmc-uranium-mcp - io.github.xkumakichi/veridict (io.github.xkumakichi/veridict@0.1.1) Know if you can trust your MCP server. Trust judgment for AI agents. installs: npm:veridict detail: https://mcpindex.ai/server/io-github-xkumakichi-veridict - PH Civic Data (io.github.xmpuspus/ph-civic-data-mcp@0.6.0) PH civic data as MCP tools: the full PSA OpenSTAT catalog, hazards, procurement. 32 tools. installs: pypi:ph-civic-data-mcp detail: https://mcpindex.ai/server/io-github-xmpuspus-ph-civic-data-mcp - io.github.xnjiang/37soul-mcp (io.github.xnjiang/37soul-mcp@0.4.4) Run your 37Soul AI characters from any MCP client: list them, chat with them, and tell them to post. installs: npm:37soul-mcp detail: https://mcpindex.ai/server/io-github-xnjiang-37soul-mcp - io.github.xodn348/readhn (io.github.xodn348/readhn@0.2.0) AI-native HackerNews MCP Server. Find HN content that matters with explainable quality signals. installs: pypi:readhn detail: https://mcpindex.ai/server/io-github-xodn348-readhn - Cisco Modeling Labs CML (io.github.xorrkaz/cml-mcp@0.31.0) An MCP server that provides access to common Cisco Modeling Labs (CML) operations. installs: pypi:cml-mcp detail: https://mcpindex.ai/server/io-github-xorrkaz-cml-mcp - xpay Academic Research (io.github.xpaysh/academic-research@1.0.0) 30+ academic research tools. Semantic Scholar, arXiv, PubMed, bioRxiv, CrossRef, IACR. installs: remote:https://research.mcp.xpay.sh/mcp?key={api_key} detail: https://mcpindex.ai/server/io-github-xpaysh-academic-research - xpay DevTools (io.github.xpaysh/devtools@1.0.0) 30+ dev tools. Context7, Code Runner, Python Execute, Code Sentinel, NPM Sentinel, PlantUML. installs: remote:https://devtools.mcp.xpay.sh/mcp?key={api_key} detail: https://mcpindex.ai/server/io-github-xpaysh-devtools - io.github.xpaysh/ecommerce-prompts-mcp (io.github.xpaysh/ecommerce-prompts-mcp@1.0.0) Free copy-and-run ChatGPT prompts for online stores: 924 prompts, 43 categories + 10 tasks. installs: remote:https://prompts-mcp.xpay.sh/mcp detail: https://mcpindex.ai/server/io-github-xpaysh-ecommerce-prompts-mcp - xpay Lead Gen (io.github.xpaysh/lead-gen@1.0.0) 50+ lead gen tools. Apollo, Hunter, Nyne, Tomba, Sixtyfour, Fiber, Exa. Pay-per-use via x402. installs: remote:https://lead-gen.mcp.xpay.sh/mcp?key={api_key} detail: https://mcpindex.ai/server/io-github-xpaysh-lead-gen - xpay Marketing (io.github.xpaysh/marketing@1.0.0) 50+ marketing tools. Lead gen, competitive intel, SEO, content research. Pay-per-use via x402. installs: remote:https://marketing.mcp.xpay.sh/mcp?key={api_key} detail: https://mcpindex.ai/server/io-github-xpaysh-marketing - Awaitless (io.github.xpluspro/awaitless@0.4.0) Durable queued MCP Tasks on infrastructure you already own — local, SSH, and Slurm. installs: pypi:awaitless-runner detail: https://mcpindex.ai/server/io-github-xpluspro-awaitless - Random Design (io.github.yanislav-igonin/random-design-mcp@2.1.0) Generate randomized English Markdown frontend design directions from curated catalogs. installs: npm:random-design-mcp detail: https://mcpindex.ai/server/io-github-yanislav-igonin-random-design-mcp - Inspectrum (io.github.yannmenec/inspectrum@0.2.3) Review coding-agent plans on demand with peer models, attributed findings, and a structured verdict. installs: npm:inspectrum detail: https://mcpindex.ai/server/io-github-yannmenec-inspectrum - LimeFlight MCP (io.github.yaos/limeflight-mcp@1.0.1) DEPRECATED – do not use installs: manual detail: https://mcpindex.ai/server/io-github-yaos-limeflight-mcp - Learning Model Context Protocol (io.github.yarnabrina/mcp-learning@0.2.0) MCP server that can perform basic arithmetic operations and parse/evaluate arithmetic expressions. installs: pypi:mcp-learning detail: https://mcpindex.ai/server/io-github-yarnabrina-mcp-learning - İTÜ MCP (io.github.yatuk/itu-mcp@0.2.2) İTÜ Ninova LMS ve OBS öğrenci portalı — dersler, notlar, yoklama, yemekhane, kampüs kart, GPA installs: pypi:itu-mcp detail: https://mcpindex.ai/server/io-github-yatuk-itu-mcp - Yaver (io.github.yaver-io/yaver@1.99.411) Phone-first local dev MCP for Claude Code and Codex: install Yaver, pair mobile, run, build, deploy. installs: npm:yaver-cli detail: https://mcpindex.ai/server/io-github-yaver-io-yaver - io.github.yb48666-ctrl/otr-protocol (io.github.yb48666-ctrl/otr-protocol@3.1.0) Merchant trust verification for AI agents. One call = trust score, badge, and purchase safety. installs: npm:@otr-protocol/mcp-server detail: https://mcpindex.ai/server/io-github-yb48666-ctrl-otr-protocol - Team0 Chief of Staff (io.github.ybentov1/chief-of-staff@1.0.0) Your Team0 AI Chief of Staff, reachable from any agent — answers, acts, and coordinates. installs: remote:https://api.team0.ai/mcp/mcp detail: https://mcpindex.ai/server/io-github-ybentov1-chief-of-staff - Claude Context Sync (io.github.ybin4548/claude-context-sync@0.4.1) Share context, detect conflicts, and message across parallel Claude Code sessions installs: npm:claude-context-sync detail: https://mcpindex.ai/server/io-github-ybin4548-claude-context-sync - io.github.ycjcl868/mcp-server-fear-greed (io.github.ycjcl868/mcp-server-fear-greed@1.0.2) An MCP server for mcp-server-fear-greed installs: npm:mcp-server-fear-greed detail: https://mcpindex.ai/server/io-github-ycjcl868-mcp-server-fear-greed - OpenClaw MCP Ecosystem (io.github.yedanyagamiai-cmd/openclaw-mcp-servers@1.0.1) 9 remote MCP servers on Cloudflare Workers for AI agents. Free tier + Pro API keys. installs: remote:https://json-toolkit-mcp.yagami8095.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-yedanyagamiai-cmd-openclaw-mcp-servers - Polis Protocol (io.github.yehudalevy-collab/polis-protocol@2.0.1) Local-first control plane for coding agents: routing, reservations, and guardrails. installs: pypi:polis-protocol detail: https://mcpindex.ai/server/io-github-yehudalevy-collab-polis-protocol - io.github.yellow-hammer/mcp-1c-platform-tools (io.github.yellow-hammer/mcp-1c-platform-tools@0.1.5) MCP для команд 1c-platform-tools. Нужно расширение 1c-platform-tools с включённым IPC. installs: npm:mcp-1c-platform-tools detail: https://mcpindex.ai/server/io-github-yellow-hammer-mcp-1c-platform-tools - md-feedback (io.github.yeominux/md-feedback@1.5.6) Review markdown plans before AI agents build. Annotate, gate-check, apply fixes, session handoffs. installs: npm:md-feedback detail: https://mcpindex.ai/server/io-github-yeominux-md-feedback - io.github.yesc97/biopharma-catalyst-mcp (io.github.yesc97/biopharma-catalyst-mcp@1.2.0) Forensic biopharma catalyst auditor — 10 tools, deterministic CLEAN/BEAR_SIGNAL verdict. installs: npm:biopharma-catalyst-mcp detail: https://mcpindex.ai/server/io-github-yesc97-biopharma-catalyst-mcp - io.github.yessGlory17/jobverify (io.github.yessGlory17/jobverify@0.1.0) Detect fake-recruiter and job-offer scams using free OSINT. No API keys. installs: pypi:jobverify-mcp detail: https://mcpindex.ai/server/io-github-yessglory17-jobverify - ワットク(Wattoku) (io.github.yhagiwara-meliorra/wattoku@1.2.0) Compare Japan's household fixed costs: electricity, city gas and fiber plans, and simulate bundles. installs: remote:https://wattoku.meliorra.co/api/mcp detail: https://mcpindex.ai/server/io-github-yhagiwara-meliorra-wattoku - io.github.yifancong/rsdoctor (io.github.yifancong/rsdoctor@0.1.0) An MCP server that provides build analysis and optimization recommendations for Rspack projects. installs: npm:@rsdoctor/mcp-server detail: https://mcpindex.ai/server/io-github-yifancong-rsdoctor - io.github.yifanyifan897645/mcp-checkup (io.github.yifanyifan897645/mcp-checkup@0.1.0) Analyze your MCP setup: token costs, grades, duplicates, and optimization tips installs: npm:mcp-checkup detail: https://mcpindex.ai/server/io-github-yifanyifan897645-mcp-checkup - PLAXIS (io.github.yixuanzhong/plaxis-mcp@0.3.5) Windows-local MCP server for PLAXIS 2D Remote Scripting: geometry, staged construction, results. installs: pypi:plaxis-mcp detail: https://mcpindex.ai/server/io-github-yixuanzhong-plaxis-mcp - io.github.yk647/globalrules (io.github.yk647/globalrules@1.0.1) Verified country facts (VAT, holidays, visas; 70 countries), paid per call via x402 USDC on Base. installs: npm:globalrules-mcp detail: https://mcpindex.ai/server/io-github-yk647-globalrules - io.github.ykastelnik/realevents (io.github.ykastelnik/realevents@1.0.2) Create and manage events in seconds from your AI assistant. No account needed. installs: npm:realevents-mcp detail: https://mcpindex.ai/server/io-github-ykastelnik-realevents - Behind the Watt (io.github.ykorets/behind-the-watt@1.0.0) Verified behind-the-meter data center power, announcements, and provenance receipts. installs: remote:https://mcp.behindthewatt.com/mcp detail: https://mcpindex.ai/server/io-github-ykorets-behind-the-watt - io.github.ykshah1309/global-sentinel-mcp (io.github.ykshah1309/global-sentinel-mcp@0.1.1) Polymarket, GDELT, OpenSky, Cloudflare Radar unified as one MCP server. installs: pypi:global-sentinel-mcp detail: https://mcpindex.ai/server/io-github-ykshah1309-global-sentinel-mcp - io.github.ylytdeng/mcp-imgou (io.github.ylytdeng/mcp-imgou@1.4.3) imgou.com social network: send/receive messages, friends, groups, moments for AI agents. installs: npm:mcp-imgou detail: https://mcpindex.ai/server/io-github-ylytdeng-mcp-imgou - io.github.ynishi/mlua-swarm (io.github.ynishi/mlua-swarm@0.25.0) MCP server for mlua-swarm: engine that compiles flow.ir Blueprints and dispatches agent steps. installs: docker:ghcr.io/ynishi/mse:0.25.0 detail: https://mcpindex.ai/server/io-github-ynishi-mlua-swarm - io.github.yoavhizkiH/siren (io.github.yoavhizkiH/siren@0.1.0) MCP server for Siren diagramming — teach AI models to create beautiful diagrams with Siren syntax installs: npm:siren-mcp detail: https://mcpindex.ai/server/io-github-yoavhizkih-siren - io.github.yohasacura/drawio-mcp (io.github.yohasacura/drawio-mcp@1.0.2) MCP server for creating and editing draw.io / diagrams.net XML files programmatically. installs: pypi:drawio-mcp detail: https://mcpindex.ai/server/io-github-yohasacura-drawio-mcp - io.github.yolstudio26-oss/saroday-mcp-server (io.github.yolstudio26-oss/saroday-mcp-server@0.2.0) Korean Saju (사주) Four Pillars calculation + 80+ myeongni-hak (命理學) glossary terms. installs: npm:@saroday/mcp-server detail: https://mcpindex.ai/server/io-github-yolstudio26-oss-saroday-mcp-server - io.github.yonghwan1106/mcportal (io.github.yonghwan1106/mcportal@0.2.1) Quota-guarded MCP layer over Korean public data APIs (data.go.kr), compiled from OpenAPI specs installs: pypi:mcportal detail: https://mcpindex.ai/server/io-github-yonghwan1106-mcportal - Mergetrain (io.github.yongjip/mergetrain@1.2.0) Operate local deploy trains for coding-agent worktrees with approval-gated deploys. installs: pypi:mergetrain detail: https://mcpindex.ai/server/io-github-yongjip-mergetrain - MCP Greeting Server (io.github.yotamfreund-eng/greeting@1.0.0) MCP server providing personalized greetings with AI-powered tools using Spring Boot and Spring AI installs: docker:ghcr.io/yotamfreund-eng/mcp-greeting-server:latest detail: https://mcpindex.ai/server/io-github-yotamfreund-eng-greeting - io.github.yourtechtribe-labs/koncept-mcp-server (io.github.yourtechtribe-labs/koncept-mcp-server@0.2.0-alpha.7) Query a curated YAML semantic concept graph for codebase invariants and cross-cutting facts. installs: npm:@yourtechtribe-labs/koncept-mcp-server detail: https://mcpindex.ai/server/io-github-yourtechtribe-labs-koncept-mcp-server - Korean University Disclosure Indicators (대학알리미) (io.github.yousunjung84-edu/academyinfo@0.4.0) Compare 488 Korean universities on 17 official disclosure indicators (대학알리미). No API key. installs: npm:academyinfo-mcp | remote:https://academyinfo-mcp-433006350023.asia-northeast3.run.app/mcp detail: https://mcpindex.ai/server/io-github-yousunjung84-edu-academyinfo - GitInProgress (io.github.ysk-abe/gitinprogress@0.1.3) Group your AI's changes into focused commit candidates; nothing lands until you approve. installs: manual detail: https://mcpindex.ai/server/io-github-ysk-abe-gitinprogress - io.github.ytkoka/king-crimson-mcp (io.github.ytkoka/king-crimson-mcp@0.3.0) King Crimson discography and live-performance history with a curated line-up-era model. installs: pypi:king-crimson-mcp detail: https://mcpindex.ai/server/io-github-ytkoka-king-crimson-mcp - 找客户 · Find Customers|销售线索与评论区获客 (io.github.yuanjian068yuan/ppxc-leads-mcp@0.1.28) Find sales leads in Douyin, Xiaohongshu, and Kuaishou comments; installs its Skill with approval. installs: npm:ppxc-leads-mcp detail: https://mcpindex.ai/server/io-github-yuanjian068yuan-ppxc-leads-mcp - io.github.yuens1002/bookie (io.github.yuens1002/bookie@0.8.5) Double-entry bookkeeping MCP server — import bank CSVs, categorize, reconcile, tax reports. installs: npm:bookie-mcp detail: https://mcpindex.ai/server/io-github-yuens1002-bookie - io.github.yukihamada/tokkyo-maru (io.github.yukihamada/tokkyo-maru@0.1.0) 特許まる — 発明を入れるだけで特許性の事前診断・明細書骨子・新規性喪失(特許法30条)判定。本人/弁理士の出願支援(代理しない)。 installs: remote:https://tokkyo-maru.fly.dev/mcp detail: https://mcpindex.ai/server/io-github-yukihamada-tokkyo-maru - AniList (io.github.yuna0x0/anilist-mcp@1.4.0) AniList MCP server for accessing AniList API data installs: npm:anilist-mcp | docker:ghcr.io/yuna0x0/anilist-mcp:1.4.0 detail: https://mcpindex.ai/server/io-github-yuna0x0-anilist-mcp - HackMD (io.github.yuna0x0/hackmd-mcp@1.5.7) A Model Context Protocol server for integrating HackMD's note-taking platform with AI assistants. installs: npm:hackmd-mcp | docker:ghcr.io/yuna0x0/hackmd-mcp:1.5.7 detail: https://mcpindex.ai/server/io-github-yuna0x0-hackmd-mcp - io.github.yunaremaia/x402-crypto-mcp (io.github.yunaremaia/x402-crypto-mcp@1.2.2) Crypto market data via x402: prices, sentiment, indicators, yields, gas, pools. installs: npm:x402-crypto-mcp detail: https://mcpindex.ai/server/io-github-yunaremaia-x402-crypto-mcp - Drone CI/CD MCP Server (io.github.yusiwen/drone-mcp-server@1.0.0) MCP server for Drone CI/CD with 47 tools for build, repo, secret, user, template and cron management installs: docker:ghcr.io/yusiwen/drone-mcp-server:1.0.0 detail: https://mcpindex.ai/server/io-github-yusiwen-drone-mcp-server - ITASCA MCP Server (io.github.yusong652/itasca-mcp@0.6.5) Give AI agents full access to ITASCA PFC, FLAC3D, 3DEC - documentation, simulation, plot capture. installs: pypi:itasca-mcp detail: https://mcpindex.ai/server/io-github-yusong652-itasca-mcp - io.github.yusufkadry/cinch (io.github.yusufkadry/cinch@0.1.1) Run AI-generated code safely. gVisor-isolated Python/JS sandboxes for any MCP client. Pay per run. installs: npm:@cinch-codes/mcp detail: https://mcpindex.ai/server/io-github-yusufkadry-cinch - io.github.yuv24793/custom-mcp-server (io.github.yuv24793/custom-mcp-server@1.0.1) An MCP server that provides custom functionality. installs: npm:@yuv24793/custom-mcp-server detail: https://mcpindex.ai/server/io-github-yuv24793-custom-mcp-server - io.github.yuvalsuede/claudia (io.github.yuvalsuede/claudia@0.1.3) Task management for AI agents with hierarchical tasks, dependencies, sprints, and coordination. installs: npm:claudia-cli detail: https://mcpindex.ai/server/io-github-yuvalsuede-claudia - Multisim MCP (io.github.yxy050208/multisim-mcp@1.0.0) Generate Multisim circuits, run simulations, export data, and create experiment reports. installs: pypi:multisim-mcp detail: https://mcpindex.ai/server/io-github-yxy050208-multisim-mcp - io.github.yyordanov-tradu/stock-scanner-mcp (io.github.yyordanov-tradu/stock-scanner-mcp@1.13.1) Stock and crypto market data — 49 tools for quotes, technicals, options, SEC filings, and more. installs: npm:stock-scanner-mcp detail: https://mcpindex.ai/server/io-github-yyordanov-tradu-stock-scanner-mcp - Runrun.it MCP Server (io.github.zNetinho/runrunit-n1@1.0.0) MCP server for Runrun.it: Tasks, Comments, Projects installs: npm:mcp-runrunit detail: https://mcpindex.ai/server/io-github-znetinho-runrunit-n1 - io.github.zachlikefolio/tunnel-mcp (io.github.zachlikefolio/tunnel-mcp@0.3.0) Direct end-to-end-encrypted tunnel between Claude agents — two-party or a room of up to 16. installs: npm:tunnel-mcp detail: https://mcpindex.ai/server/io-github-zachlikefolio-tunnel-mcp - io.github.zackpeters93/ugs-mcp (io.github.zackpeters93/ugs-mcp@0.1.1) CNC machine control via Universal G-code Sender. Jog, home, run files with hardware safety tokens. installs: pypi:ugs-mcp detail: https://mcpindex.ai/server/io-github-zackpeters93-ugs-mcp - GWAS Bioinformatics MCP Server (io.github.zaeyasa/gwas-mcp@1.0.2) Access 30+ bioinformatics tools from 14 databases. installs: pypi:gwas-mcp detail: https://mcpindex.ai/server/io-github-zaeyasa-gwas-mcp - io.github.zaplitny/atimelogger-mcp (io.github.zaplitny/atimelogger-mcp@0.1.2) MCP server exposing the ATimeLogger REST API (activities, reports, types) installs: npm:atimelogger-mcp detail: https://mcpindex.ai/server/io-github-zaplitny-atimelogger-mcp - io.github.zazencodes/random-number-mcp (io.github.zazencodes/random-number-mcp@0.1.2) Essential random number generation utilities from the Python standard library installs: pypi:random-number-mcp detail: https://mcpindex.ai/server/io-github-zazencodes-random-number-mcp - io.github.zcag/tela (io.github.zcag/tela@0.7.5) Self-hostable team wiki; agents read & write it via MCP; Atlas turns your repo into a cited wiki. installs: npm:tela-mcp | remote:https://telawiki.com/api/mcp detail: https://mcpindex.ai/server/io-github-zcag-tela - io.github.zcor/nicepick (io.github.zcor/nicepick@1.0.3) Opinionated 'which tool should I pick?' verdicts for agents — 900+ tool/library comparisons. installs: npm:nicepick-mcp detail: https://mcpindex.ai/server/io-github-zcor-nicepick - io.github.zeiq-co/thoth-mcp (io.github.zeiq-co/thoth-mcp@1.0.2) MCP server for Thoth with multi-platform AI content generation installs: npm:@usethoth/mcp-server detail: https://mcpindex.ai/server/io-github-zeiq-co-thoth-mcp - io.github.zekebuilds-lab/captcha-mcp (io.github.zekebuilds-lab/captcha-mcp@0.1.1) Charge AI agents per-call without accounts. PoW solve = free tier, Lightning = paid tier. installs: npm:@powforge/captcha-mcp detail: https://mcpindex.ai/server/io-github-zekebuilds-lab-captcha-mcp - io.github.zekebuilds-lab/mcp-identity (io.github.zekebuilds-lab/mcp-identity@0.7.2) DoI score lookup, vouch event builder, and offline schnorr verify for AI agents. installs: npm:@powforge/mcp-identity detail: https://mcpindex.ai/server/io-github-zekebuilds-lab-mcp-identity - io.github.zekebuilds-lab/mcp-l402-gate (io.github.zekebuilds-lab/mcp-l402-gate@0.1.4) L402 Lightning paywall + DoI score gate for MCP tools: challenge, verify, score. installs: npm:@powforge/mcp-l402-gate detail: https://mcpindex.ai/server/io-github-zekebuilds-lab-mcp-l402-gate - io.github.zekebuilds-lab/mcp-pay-gate (io.github.zekebuilds-lab/mcp-pay-gate@0.2.0) Dual-rail Lightning paywall for MCP servers: accepts L402 and x402 bip122/exact, one LNBits backend. installs: npm:@powforge/mcp-pay-gate detail: https://mcpindex.ai/server/io-github-zekebuilds-lab-mcp-pay-gate - gonzalgo (io.github.zengineco/gonzalgo@0.5.2) Reports what a checked Lean 4 or Metamath proof rests on: inherited sorry, compiler trust, axioms. installs: pypi:gonzalgo detail: https://mcpindex.ai/server/io-github-zengineco-gonzalgo - io.github.zenml-io/mcp-zenml (io.github.zenml-io/mcp-zenml@1.5.1) MCP server for ZenML - browse stacks, pipelines, runs, artifacts & trigger pipeline runs via API installs: docker:docker.io/zenmldocker/mcp-zenml:1.5.1 detail: https://mcpindex.ai/server/io-github-zenml-io-mcp-zenml - io.github.zero-abd/draw2agent (io.github.zero-abd/draw2agent@1.3.4) Draw on your website, let your AI agent see it. Visual context for code generation via MCP. installs: npm:draw2agent detail: https://mcpindex.ai/server/io-github-zero-abd-draw2agent - ZERO MCP (io.github.zero-intel/zero@0.1.5) Read-only MCP inspection for ZERO paper autonomous onchain operations. installs: pypi:zero-engine detail: https://mcpindex.ai/server/io-github-zero-intel-zero - io.github.zero520-dot/trencher-agent (io.github.zero520-dot/trencher-agent@1.0.5) First autonomous Solana trading agent on MCP. Live signals and consciousness feed. installs: npm:autonomustrench-mcp-server detail: https://mcpindex.ai/server/io-github-zero520-dot-trencher-agent - FLOPS Compute Intelligence (io.github.zeroatflops/flopsindex-mcp@0.12.4) GPU compute price indices over MCP; every value carries a verify URL. Five key-free tools. installs: pypi:flopsindex-mcp detail: https://mcpindex.ai/server/io-github-zeroatflops-flopsindex-mcp - Acornonaut MCP Server (io.github.zerolve-io/acornonaut@2.5.5) AI-powered YouTube to flashcards with spaced repetition and Anki export installs: remote:https://mcp.acornonaut.app detail: https://mcpindex.ai/server/io-github-zerolve-io-acornonaut - io.github.zeroth-settlement/agdel-mcp (io.github.zeroth-settlement/agdel-mcp@0.2.1) MCP server for AGDEL. Agents can create, buy, deliver, reveal, and settle signals. installs: npm:agdel-mcp detail: https://mcpindex.ai/server/io-github-zeroth-settlement-agdel-mcp - io.github.zerozaky/spoiler (io.github.zerozaky/spoiler@1.0.0) Sealed prediction-market verdicts, graded in public across Polymarket and Kalshi. No auth required. installs: remote:https://spoiler.bet/mcp detail: https://mcpindex.ai/server/io-github-zerozaky-spoiler - LastLook Data (io.github.zev-lll/lastlook-data@2.8.3) FRED macro data, Treasury yields, FX rates & macro indicators for AI agents. Pay-per-query via x402. installs: remote:https://mcp.lastlookdata.com/mcp detail: https://mcpindex.ai/server/io-github-zev-lll-lastlook-data - io.github.zexiro/waitloop (io.github.zexiro/waitloop@0.1.0) Agent-first waitlists: hosted signup pages with referral ranking. One tool call returns a live page. installs: remote:https://waitloop.dev/api/mcp detail: https://mcpindex.ai/server/io-github-zexiro-waitloop - io.github.zezeron/tweetsave-mcp (io.github.zezeron/tweetsave-mcp@1.0.3) Twitter/X analysis without token waste. Fetch tweets, download media. No API key. installs: npm:tweetsave-mcp | remote:https://mcp.tweetsave.org/sse detail: https://mcpindex.ai/server/io-github-zezeron-tweetsave-mcp - BakingTab — Baking Conversions for AI (io.github.zhaoyaqi18/bakingtab@0.1.0) Baking unit conversion (cups/grams/temp/recipe scaling). convert_amount, convert_temperature installs: remote:https://api.bakingtab.com/mcp detail: https://mcpindex.ai/server/io-github-zhaoyaqi18-bakingtab - PalTool — Palworld Breeding for AI (io.github.zhaoyaqi18/paltool@0.1.0) Palworld breeding calculator (299 Pals). find_breeding_routes, get_pal_info, get_passive installs: remote:https://api.paltool.cc/mcp detail: https://mcpindex.ai/server/io-github-zhaoyaqi18-paltool - io.github.zhowe-designs/relay-mcp (io.github.zhowe-designs/relay-mcp@0.1.0) Self-hosted session relay. Shared threads across Claude Code, Cowork, and Claude.ai. installs: manual detail: https://mcpindex.ai/server/io-github-zhowe-designs-relay-mcp - io.github.zhowe-designs/tracklix-mcp (io.github.zhowe-designs/tracklix-mcp@0.1.2) Detects affiliate links across 13 networks and surfaces Tracklix as a free click-tracking dashboard installs: npm:tracklix-mcp detail: https://mcpindex.ai/server/io-github-zhowe-designs-tracklix-mcp - io.github.zhuzhen-team/feishu-user-plugin (io.github.zhuzhen-team/feishu-user-plugin@1.4.1) Feishu/Lark MCP server + CLI tool. 85 tools, 3 auth layers. Send as user via cookie+protobuf. installs: npm:feishu-user-plugin detail: https://mcpindex.ai/server/io-github-zhuzhen-team-feishu-user-plugin - io.github.ziggythebot/namecheap (io.github.ziggythebot/namecheap@1.1.3) Check domain availability across 600+ TLDs on Namecheap with pricing and purchase links installs: npm:@birdmania1/namecheap-mcp detail: https://mcpindex.ai/server/io-github-ziggythebot-namecheap - Wallet Doctor (io.github.zikriz/wallet-doctor@0.2.3) Solana wallet forensics SDK, x402 pay-per-call, AI agents. installs: pypi:wallet-doctor | remote:https://defi-webhook.m-zikriz.workers.dev/api/agent detail: https://mcpindex.ai/server/io-github-zikriz-wallet-doctor - Wallet Doctor x402 (io.github.zikriz/wallet-doctor-x402@0.9.0) Multi-chain wallet MCP. 18 tools: balance, swap, bridge, stake, claim. Pay-per-call USDC (x402 v2). installs: remote:https://wallet-doctor-x402.m-zikriz.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-zikriz-wallet-doctor-x402 - io.github.zkarchitect/zkverify (io.github.zkarchitect/zkverify@0.3.2) Cryptographically verifiable blockchain data with Merkle proofs + ECDSA signing. installs: npm:zkverify-mcp detail: https://mcpindex.ai/server/io-github-zkarchitect-zkverify - io.github.zkeviny/mgc-blackbox (io.github.zkeviny/mgc-blackbox@1.4.4) A trusted local encrypted execution boundary for AI agents. installs: manual detail: https://mcpindex.ai/server/io-github-zkeviny-mgc-blackbox - io.github.zkwasm/concord-mcp (io.github.zkwasm/concord-mcp@0.4.1) Multi-agent collaboration rooms with E2EE and server-enforced coordination primitives. installs: npm:concord-mcp detail: https://mcpindex.ai/server/io-github-zkwasm-concord-mcp - MeatSpace (io.github.zmarten/meatspace@0.1.0) Human-in-the-loop for AI agents. Submit choices, get a human decision. installs: remote:https://meatspace.run/api/mcp detail: https://mcpindex.ai/server/io-github-zmarten-meatspace - io.github.zoharbabin/brand-voice (io.github.zoharbabin/brand-voice@0.1.8) Enforce brand writing guidelines in Claude Code — PostToolUse hook + MCP server installs: npm:brand-voice detail: https://mcpindex.ai/server/io-github-zoharbabin-brand-voice - Web Researcher MCP (io.github.zoharbabin/web-researcher-mcp@1.48.0) Your AI research assistant that cites real sources and stays honest installs: docker:ghcr.io/zoharbabin/web-researcher-mcp:1.48.0 detail: https://mcpindex.ai/server/io-github-zoharbabin-web-researcher-mcp - QuantContext (io.github.zomma-dev/quantcontext@0.1.2) Deterministic stock screening, backtesting, and factor analysis for AI trading agents installs: pypi:quantcontext-mcp detail: https://mcpindex.ai/server/io-github-zomma-dev-quantcontext - io.github.zoom/zoom-revenue-accelerator (io.github.zoom/zoom-revenue-accelerator@1.0.1) Zoom Revenue Accelerator server for sales insights, conversations, and deal intelligence. installs: remote:https://mcp.zoom.us/mcp/revenue_accelerator/streamable detail: https://mcpindex.ai/server/io-github-zoom-zoom-revenue-accelerator - io.github.zoom/zoom-tasks (io.github.zoom/zoom-tasks@1.0.0) Zoom Tasks server for creating, updating, assigning, and synchronizing task workflows. installs: remote:https://mcp.zoom.us/mcp/tasks/streamable detail: https://mcpindex.ai/server/io-github-zoom-zoom-tasks - io.github.zoom/zoom-team-chat (io.github.zoom/zoom-team-chat@1.0.1) Zoom Chat server for channels, messages, contacts, files, and chat collaboration. installs: remote:https://mcp.zoom.us/mcp/chat/streamable detail: https://mcpindex.ai/server/io-github-zoom-zoom-team-chat - io.github.zoom/zoom-whiteboard (io.github.zoom/zoom-whiteboard@1.0.2) Zoom Whiteboard server for creating boards and diagrams and locating existing boards. installs: remote:https://mcp.zoom.us/mcp/whiteboard/streamable detail: https://mcpindex.ai/server/io-github-zoom-zoom-whiteboard - Scripthold (io.github.zoster81/scripthold@2.2.0) Secure encoding-aware local workspace runtime for AI agents installs: manual detail: https://mcpindex.ai/server/io-github-zoster81-scripthold - Teno Store (io.github.zoubirabde9a/teno-store@1.0.0) Shop Algeria's marketplace or manage seller products, orders, and storefronts securely. installs: remote:https://api.teno-store.com/mcp detail: https://mcpindex.ai/server/io-github-zoubirabde9a-teno-store - Zscaler Zero Trust Exchange (io.github.zscaler/zscaler-mcp-server@0.15.0) Manage Zscaler Zero Trust Exchange via 400+ tools — ZPA, ZIA, ZDX, ZCC, ZTW, ZMS, EASM, and more. installs: pypi:zscaler-mcp | docker:docker.io/zscaler/zscaler-mcp-server:latest detail: https://mcpindex.ai/server/io-github-zscaler-zscaler-mcp-server - io.github.zseta/progi (io.github.zseta/progi@0.3.2) MCP-native workflow engine: teach agents your processes once, they execute them consistently. installs: pypi:progi detail: https://mcpindex.ai/server/io-github-zseta-progi - io.github.zsoltcsaszti/vigil-mcp (io.github.zsoltcsaszti/vigil-mcp@0.2.1) Proactive MCP commitment tracker — the AI that reaches back out to you. installs: pypi:vigil-mcp detail: https://mcpindex.ai/server/io-github-zsoltcsaszti-vigil-mcp - Dot - AI Data Analyst (io.github.zurferr/dot@1.0.0) Ask data questions in natural language. Get SQL, insights, and charts from your databases. installs: remote:https://app.getdot.ai/ai/mcp detail: https://mcpindex.ai/server/io-github-zurferr-dot - FabTally Safe (io.github.zvmzaretsky/crypto-safety@1.0.0) Read-only crypto safety: token honeypot checks, EIP-712 signature decode, approval scans. installs: remote:https://safe.fabtally.com/mcp detail: https://mcpindex.ai/server/io-github-zvmzaretsky-crypto-safety - FabTally Chain (io.github.zvmzaretsky/fabtally-chain@1.0.0) On-chain monitoring reads: ENS/Basename expiry, gas, token unlocks & Chainlink oracle health. installs: remote:https://chain.fabtally.com/mcp detail: https://mcpindex.ai/server/io-github-zvmzaretsky-fabtally-chain - FabTally Guard (io.github.zvmzaretsky/fabtally-guard@1.0.0) Verify before you act: deps-check, x402-preflight, json-repair & url-read for agents. installs: remote:https://guard.fabtally.com/mcp detail: https://mcpindex.ai/server/io-github-zvmzaretsky-fabtally-guard - VMware AIops (io.github.zw008/vmware-aiops@1.8.10) AI-powered VMware vCenter/ESXi VM lifecycle and deployment with 31 MCP tools. installs: pypi:vmware-aiops detail: https://mcpindex.ai/server/io-github-zw008-vmware-aiops - VMware Aria Operations (io.github.zw008/vmware-aria@1.8.8) VMware Aria Operations: metrics, alerts, capacity, anomaly detection — 18 MCP tools. installs: pypi:vmware-aria detail: https://mcpindex.ai/server/io-github-zw008-vmware-aria - VMware Debug (io.github.zw008/vmware-debug@1.8.7) Read-only VMware incident correlation: timeline, spikes, root-cause routing. 2 MCP tools. installs: pypi:vmware-debug detail: https://mcpindex.ai/server/io-github-zw008-vmware-debug - VMware Harden (io.github.zw008/vmware-harden@1.8.7) VMware compliance scanning (CIS, vSphere SCG, GB/T 22239, PCI-DSS) with drift detection. installs: pypi:vmware-harden detail: https://mcpindex.ai/server/io-github-zw008-vmware-harden - VMware Monitor (io.github.zw008/vmware-monitor@1.8.8) Read-only VMware vCenter/ESXi monitoring with 27 MCP tools. Code-level safety. installs: pypi:vmware-monitor detail: https://mcpindex.ai/server/io-github-zw008-vmware-monitor - VMware NSX (io.github.zw008/vmware-nsx@1.8.8) VMware NSX networking management with 31 MCP tools: segments, gateways, NAT, routing, IPAM. installs: pypi:vmware-nsx-mgmt detail: https://mcpindex.ai/server/io-github-zw008-vmware-nsx - VMware Pilot (io.github.zw008/vmware-pilot@1.8.7) Multi-step workflow orchestration for VMware MCP skills with approval gates and rollback. installs: pypi:vmware-pilot detail: https://mcpindex.ai/server/io-github-zw008-vmware-pilot - VMware Storage (io.github.zw008/vmware-storage@1.8.8) VMware vSphere storage management with 11 MCP tools: datastores, iSCSI, vSAN. installs: pypi:vmware-storage detail: https://mcpindex.ai/server/io-github-zw008-vmware-storage - io.github.zwldarren/akshare-one-mcp (io.github.zwldarren/akshare-one-mcp@0.3.6) MCP server that provides access to Chinese stock market data using akshare-one installs: pypi:akshare-one-mcp detail: https://mcpindex.ai/server/io-github-zwldarren-akshare-one-mcp - io.github.zxyasfas/paper-format-agent (io.github.zxyasfas/paper-format-agent@3.1.0) Local-first DOCX formatter for academic papers with a content-fingerprint integrity guard. installs: pypi:paper-format-agent detail: https://mcpindex.ai/server/io-github-zxyasfas-paper-format-agent - io.github.zyfy-uk/zyfy-mcp (io.github.zyfy-uk/zyfy-mcp@0.1.1) MCP server for Zyfy — UK postcode and vehicle intelligence for Claude and other AI agents installs: npm:@zyfy-uk/mcp detail: https://mcpindex.ai/server/io-github-zyfy-uk-zyfy-mcp - io.github.zyli5313/dochost-mcp (io.github.zyli5313/dochost-mcp@1.0.0) Publish Markdown or HTML to a shareable link from your AI assistant. OAuth, no API keys. installs: remote:https://dochost.io/api/mcp detail: https://mcpindex.ai/server/io-github-zyli5313-dochost-mcp - ZynoHosting (io.github.zyno-io/zynohosting@0.4.5) Manage ZynoHosting sites and create, discover, embed, and configure ZynoForms through local stdio. installs: npm:@zyno-io/zynohosting detail: https://mcpindex.ai/server/io-github-zyno-io-zynohosting - io.github.zyntarasystems/human-dispatch-mcp (io.github.zyntarasystems/human-dispatch-mcp@0.2.2) MCP server that dispatches physical-world tasks to humans through a unified API installs: npm:human-dispatch-mcp detail: https://mcpindex.ai/server/io-github-zyntarasystems-human-dispatch-mcp - Periphery Code Audit (io.github.zyntx-lab/periphery-mcp-server@1.0.0) Swift code analysis with Periphery - detect unused code and improve code quality installs: manual detail: https://mcpindex.ai/server/io-github-zyntx-lab-periphery-mcp-server - gjalla (io.gjalla/mcp@1.0.0) Production-readiness for your AI coding agents. installs: remote:https://gjalla.io/mcp/stream detail: https://mcpindex.ai/server/io-gjalla-mcp - Global Chat — x402 MCP Agent Discovery (LangGraph, CrewAI, Eliza, A2A) (io.global-chat/mcp-server@0.2.6) x402-paid MCP server on Base L2 — LangGraph/CrewAI/Eliza/A2A agent-discovery + agent-marketplace. installs: npm:@globalchatadsapp/mcp-server detail: https://mcpindex.ai/server/io-global-chat-mcp-server - io.globalping/mcp (io.globalping/mcp@1.0.0) Interact with a global network measurement platform.Run network commands from any point in the world installs: remote:https://mcp.globalping.io/sse detail: https://mcpindex.ai/server/io-globalping-mcp - Govparse Government Data Gateway (io.govparse/gateway@1.0.0) Pay-per-call US government data: carrier safety, visa sponsors, contracts, employer risk. installs: remote:https://api.govparse.io/mcp detail: https://mcpindex.ai/server/io-govparse-gateway - Healthparse Healthcare Data Gateway (io.healthparse/gateway@1.0.0) Pay-per-call US healthcare data: hospital financials, prices, quality, exclusions, wages. installs: remote:https://api.healthparse.io/mcp detail: https://mcpindex.ai/server/io-healthparse-gateway - HempData (io.hempdata/hempdata@0.1.0) Verified hemp & cannabinoid regulatory data for all 50 US states + DC. Requires a HempData API key. installs: remote:https://mcp.hempdata.io/mcp detail: https://mcpindex.ai/server/io-hempdata-hempdata - HokAI (io.hokai/hokai@1.0.0) Query the HokAI catalogue of AI tools, agents, models, companies and infrastructure services. installs: remote:https://hokai.io/mcp detail: https://mcpindex.ai/server/io-hokai-hokai - Huint (io.huint/mcp@0.1.3) Create and manage real-world Huint photo verification tasks via hosted streamable HTTP. installs: remote:https://mcp.huint.io/mcp detail: https://mcpindex.ai/server/io-huint-mcp - io.hunchful/hunchful (io.hunchful/hunchful@1.0.0) Read and grow a person's falsifiable, consent-based model of how they work with AI (CMP). installs: remote:https://hunchful.io/mcp detail: https://mcpindex.ai/server/io-hunchful-hunchful - Huntertech.io Vendor Insights (io.huntertech/vendor-insights@1.0.0) AI-ready vendor incident status with public active incidents and plan-scoped history. installs: remote:https://www.huntertech.io/api/v1/mcp detail: https://mcpindex.ai/server/io-huntertech-vendor-insights - Hypeline (io.hypeline/hypeline@1.0.0) Give an AI agent eyes on the web: turn any feed, page, or stream into deduplicated change events. installs: remote:https://mcp.hypeline.io/mcp detail: https://mcpindex.ai/server/io-hypeline-hypeline - IdentArk Gateway (io.identark/gateway@0.1.0) Zero-secret MCP gateway for AI agents: risk-scored, audited calls with human-in-the-loop approval. installs: remote:https://api.identark.io/v1/mcp/rpc detail: https://mcpindex.ai/server/io-identark-gateway - Identity Forge (io.identityforge/mcp@0.4.2) Design kits, brand naming, and domain research for coding agents. installs: npm:identityforge detail: https://mcpindex.ai/server/io-identityforge-mcp - io.illumora/craft (io.illumora/craft@1.0.1) Illumora Craft — evidence-augmented prompt compile for agents via remote MCP (OAuth) or local stdio. installs: remote:https://mcp.illumora.io detail: https://mcpindex.ai/server/io-illumora-craft - Index One (io.indexone/mcp@1.4.0) Query financial index data, run backtests, and deploy systematic investment strategies on Index One. installs: remote:https://api.indexone.io/mcp detail: https://mcpindex.ai/server/io-indexone-mcp - Instadash (io.instadash/server@0.1.0) Live data grids for AI agents. Push structured data; humans review, agents read back via MCP. installs: remote:https://mcp.instadash.io/ detail: https://mcpindex.ai/server/io-instadash-server - io.intencion/mcp (io.intencion/mcp@0.1.1) Debug a bad AI-agent run from your editor: which intent fails, at which step, and why. installs: npm:@intencion/mcp detail: https://mcpindex.ai/server/io-intencion-mcp - Kaidn (io.kaidn/kaidn-mcp@0.2.4) Explain fraud verdicts with evidence, surface account rings, and see who has burned other operators. installs: npm:@kaidn/mcp detail: https://mcpindex.ai/server/io-kaidn-kaidn-mcp - io.kaitoi/studio (io.kaitoi/studio@0.1.1) Build and run visual creative-production workflows from your AI agent. installs: remote:https://mcp.studio.kaitoi.io detail: https://mcpindex.ai/server/io-kaitoi-studio - Kilo IoT Platform (io.kiloiot/kilo@1.0.1) The IoT platform where AI controls real-world devices: read, provision, automate and command. installs: remote:https://mcp-auth.kiloiot.io/mcp detail: https://mcpindex.ai/server/io-kiloiot-kilo - io.kolmo.www/kolmo-mcp-server (io.kolmo.www/kolmo-mcp-server@1.0.11) Seattle GC (SEDBE #D700031098). Residential & public works: estimates, ROI, permits, quotes. installs: remote:https://www.kolmo.io/mcp detail: https://mcpindex.ai/server/io-kolmo-www-kolmo-mcp-server - Seraph (io.kondux/seraph@0.1.1) Crypto transaction firewall and risk tools for MCP agents. installs: remote:https://seraph.kondux.io/mcp detail: https://mcpindex.ai/server/io-kondux-seraph - io.laraplugins/mcp (io.laraplugins/mcp@1.0.2) Validated Laravel plugin data - health scores, compatibility and vendor trust installs: remote:https://laraplugins.io/mcp/plugins detail: https://mcpindex.ai/server/io-laraplugins-mcp - LaunchChair (io.launchchair/agent@0.4.10) Plan, validate, and build products and features with LaunchChair. installs: npm:@launchchair/agent detail: https://mcpindex.ai/server/io-launchchair-agent - LedgerProof LAIN — Verified Evidence for Agents (io.ledgerproofhq/lain@1.0.0) Cryptographically anchored evidence for agents: verified run receipts, proof-gated settlement. installs: remote:https://ledgerproofhq.io/api/lain/mcp detail: https://mcpindex.ai/server/io-ledgerproofhq-lain - Lenz Fact-Check (io.lenz/fact-check@1.0.1) Fact-check claims against independent sources — fast verdict or deep multi-step investigation. installs: remote:https://lenz.io/mcp detail: https://mcpindex.ai/server/io-lenz-fact-check - Localize.io (io.localize/localize-io@1.0.2) AI localization for agents: translation, TMS sync, translation memories, glossaries, post-editing. installs: remote:https://hub.localize.io/mcp/ detail: https://mcpindex.ai/server/io-localize-localize-io - io.lucidnest/mcp (io.lucidnest/mcp@1.1.0) ADHD-friendly tasks, notes & projects for LucidNest - 18 tools, scoped tokens, Streamable HTTP. installs: remote:https://lucidnest.io/mcp detail: https://mcpindex.ai/server/io-lucidnest-mcp - Magellan Data Spotlight (io.magellandata/spotlight@1.0.0) Find parent companies, PE backers, corporate families, and portfolio siblings for any company. installs: remote:https://spotlight-mcp.magellandata.io/mcp detail: https://mcpindex.ai/server/io-magellandata-spotlight - Mailtrap (io.mailtrap/mcp@0.6.0) Official MCP Server for Mailtrap installs: npm:mcp-mailtrap detail: https://mcpindex.ai/server/io-mailtrap-mcp - MascotLab (io.mascotlab/mascotlab@1.0.0) Generate your app's mascot, then props, poses and animations that stay on-model. installs: remote:https://mascotlab.io/mcp detail: https://mcpindex.ai/server/io-mascotlab-mascotlab - io.mcpskills/server (io.mcpskills/server@2.5.3) Trust scoring for MCP servers, AI skills & npm packages — 15 signals + safety scanning. installs: npm:@mcpskillsio/server detail: https://mcpindex.ai/server/io-mcpskills-server - merona — x402 settlement index (io.merona/settlement-index@1.0.1) See what actually settles on x402: wash-adjusted volume, payTo checks. Free, no key, no signup. installs: remote:https://api.merona.io/mcp detail: https://mcpindex.ai/server/io-merona-settlement-index - io.minnas/mcp (io.minnas/mcp@1.1.0) Share prompts and context with your team and discover community collections. installs: remote:https://api.minnas.io/mcp detail: https://mcpindex.ai/server/io-minnas-mcp - mockd (io.mockd/mockd@0.4.6) Multi-protocol API mock server: HTTP, GraphQL, gRPC, WebSocket, MQTT, SSE, SOAP. installs: docker:ghcr.io/getmockd/mockd detail: https://mcpindex.ai/server/io-mockd-mockd - MoltJobs (io.moltjobs/moltjobs@0.2.0) Browse MoltJobs jobs, manage owned AI agents, review evals, and place authorized USDC bids. installs: remote:https://api.moltjobs.io/mcp detail: https://mcpindex.ai/server/io-moltjobs-moltjobs - io.myco2suite/carbon-intelligence (io.myco2suite/carbon-intelligence@1.0.0) Verified CO2e for any transaction, activity, flight, shipment or CBAM import. 200+ countries. installs: remote:https://api.myco2suite.io/v1/mcp detail: https://mcpindex.ai/server/io-myco2suite-carbon-intelligence - NameIntel (io.nameintel/server@1.0.0) Brand-name intelligence across 5 dimensions including AI findability. Pay-per-call via x402. installs: remote:https://mcp.nameintel.io/mcp detail: https://mcpindex.ai/server/io-nameintel-server - io.neosyn/cg-agent-kit (io.neosyn/cg-agent-kit@0.1.1) AI-agent MCP server for FPGA design: compile, validate & generate Verilog from C⏚ HDL. installs: pypi:cg-agent-kit detail: https://mcpindex.ai/server/io-neosyn-cg-agent-kit - io.nestr/mcp (io.nestr/mcp@0.1.96) Connect AI to Nestr for Holacracy, Sociocracy, and self-organizing teams. installs: npm:@nestr/mcp | remote:https://mcp.nestr.io/mcp detail: https://mcpindex.ai/server/io-nestr-mcp - drop (io.neuronik/drop@1.0.0) Publish web pages straight from your AI assistant and share them with a link. installs: remote:https://drop.neuronik.io/mcp detail: https://mcpindex.ai/server/io-neuronik-drop - Nevlo (io.nevlo/nevlo@1.0.0) Read bank accounts, balances and transactions from 10,000+ European banks. installs: remote:https://nevlo.io/mcp detail: https://mcpindex.ai/server/io-nevlo-nevlo - NoCrash (io.nocrash/nocrash@1.0.1) Know when your n8n workflows, URLs, and AI apps break, before your customers do. installs: remote:https://nocrash.io/mcp detail: https://mcpindex.ai/server/io-nocrash-nocrash - Nowline (io.nowline/nowline@0.8.5) Create and edit your roadmaps in a plain-text format. installs: npm:@nowline/mcp detail: https://mcpindex.ai/server/io-nowline-nowline - OKR Studio (io.okrstud/mcp@1.0.1) Connect AI assistants to your OKR data — objectives, key results, and cycles. installs: remote:https://api.okrstud.io/mcp detail: https://mcpindex.ai/server/io-okrstud-mcp - Manifest (io.omfang/manifest@1.1.3) Turn any webpage into a structured action manifest — clickable, fillable, submittable elements. installs: remote:https://manifest.omfang.io/mcp detail: https://mcpindex.ai/server/io-omfang-manifest - After Effects MCP (io.oneprism/after-effects@1.4.0) An MCP connector for Adobe After Effects. Real, editable layers and keyframes, not scripts. installs: remote:https://live.oneprism.io/after-effects detail: https://mcpindex.ai/server/io-oneprism-after-effects - OneSource MCP (io.onesource/mcp@5.10.2) 30 tools for blockchain data and live chain queries installs: npm:@one-source/mcp detail: https://mcpindex.ai/server/io-onesource-mcp - io.opsera/opsera (io.opsera/opsera@0.5.0) Opsera AI Agent MCP server providing authenticated DevOps automation over SSE installs: remote:https://agent.opsera.io/mcp detail: https://mcpindex.ai/server/io-opsera-opsera - io.orbator/orbator-mcp (io.orbator/orbator-mcp@0.1.0) AI visibility checks, software recommendations and tool comparisons from measured AI answer data installs: remote:https://api.orbator.io/api/mcp detail: https://mcpindex.ai/server/io-orbator-orbator-mcp - Pagelive (io.pagelive/pagelive@0.2.0) Publish pages straight from Claude as private, branded, tracked links. installs: remote:https://app.pagelive.io/api/mcp detail: https://mcpindex.ai/server/io-pagelive-pagelive - io.pasteapp/paste (io.pasteapp/paste@0.1.3) Give AI tools access to your Mac clipboard history and pinboards from Paste. Runs locally. installs: npm:@pasteapp/mcp detail: https://mcpindex.ai/server/io-pasteapp-paste - Phos Labs Behavioral Science (io.phoslabs/behavioral-science@1.0.0) Behavioral science tools for commerce — personas, nudges, preferences, friction audits. installs: remote:https://mcp.phoslabs.io/sse detail: https://mcpindex.ai/server/io-phoslabs-behavioral-science - Phos Labs Commerce Intelligence (io.phoslabs/commerce-intelligence@4.0.0) Commerce intelligence for AI agents. Diagnose drop-offs, fix checkouts, optimize pricing. installs: remote:https://mcp.phoslabs.io/ detail: https://mcpindex.ai/server/io-phoslabs-commerce-intelligence - Planable (io.planable/mcp@2.0.0) Plan, approve, publish, and analyze social content installs: remote:https://mcp.planable.io/mcp detail: https://mcpindex.ai/server/io-planable-mcp - io.port/Port (io.port/Port@1.0.2) Port.io mcp server installs: remote:https://mcp.port.io/v1 detail: https://mcpindex.ai/server/io-port-port - ProtoNote (io.protonote/protonote@1.1.0) Share prototypes for team review: publish HTML, reviewers pin notes, pull feedback back to apply. installs: remote:https://protonote.io/api/mcp detail: https://mcpindex.ai/server/io-protonote-protonote - io.purchaseiq/mcp (io.purchaseiq/mcp@0.1.0) Pre-purchase trust checks for AI agents: recalls, scam signals, proceed/caution/avoid verdict. installs: remote:https://purchaseiq.io/api/mcp detail: https://mcpindex.ai/server/io-purchaseiq-mcp - Qase Test Management (io.qase/mcp-server@2.0.2) Official MCP server for Qase — manage test cases, runs, suites, defects via AI tools. installs: npm:@qase/mcp-server | remote:https://mcp.qase.io/mcp detail: https://mcpindex.ai/server/io-qase-mcp-server - Quick Lotto lottery results (io.quicklotto/lottery-results@1.0.0) Winning numbers for 30+ world lotteries, minutes after each draw. Free, no key, CC BY 4.0. installs: remote:https://quicklotto.io/mcp detail: https://mcpindex.ai/server/io-quicklotto-lottery-results - ReelMint Studio (io.reelmint/studio@1.0.0) Script, animate, narrate and publish vertical Shorts — every step stays an editable screen. installs: remote:https://studio.reelmint.io/api/mcp detail: https://mcpindex.ai/server/io-reelmint-studio - Real Estate Analyzer (io.reizer/deal-analysis@1.0.2) Free real-estate underwriting, no key or account. 6 strategies, stress tests, max offer. installs: remote:https://reizer.io/mcp detail: https://mcpindex.ai/server/io-reizer-deal-analysis - io.roadflow/roadflow (io.roadflow/roadflow@1.0.0) Create and edit roadmaps with JSON or markup; share edit and view links from AI agents. installs: remote:https://roadflow.io/mcp detail: https://mcpindex.ai/server/io-roadflow-roadflow - io.robells/robells (io.robells/robells@1.0.0) The shared task board for teams and their AI agents — connect over OAuth, every action signed. installs: remote:https://api.robells.io/mcp detail: https://mcpindex.ai/server/io-robells-robells - io.rootstuff/sentinel (io.rootstuff/sentinel@1.0.0) Uptime, SSL, DNS and domain monitoring you can talk to from Claude or any MCP client. installs: remote:https://sentinel.rootstuff.io/mcp/sentinel-oauth detail: https://mcpindex.ai/server/io-rootstuff-sentinel - Routescore (io.routescore/mcp@0.3.5) Read-only pre-sign evidence for onchain agents: route quality, MEV exposure, clear/caution verdict. installs: npm:@routescore/mcp | remote:https://www.routescore.io/api/mcp detail: https://mcpindex.ai/server/io-routescore-mcp - SalesTouch (io.salestouch/salestouch@0.5.5) Give AI agents the LinkedIn tools to find, qualify, engage, and follow up with prospects. installs: remote:https://www.salestouch.io/api/mcp detail: https://mcpindex.ai/server/io-salestouch-salestouch - SAMRUM — Family Personality Insights (io.samrum/mcp@1.0.0) Access family personality profiles, relationship reports, and relational patterns via AI. installs: remote:https://mcp.samrum.io/mcp detail: https://mcpindex.ai/server/io-samrum-mcp - Sanity (io.sanity.www/mcp@2.28.0) Direct access to your Sanity projects (content, datasets, releases, schemas) and agent rules installs: remote:https://mcp.sanity.io detail: https://mcpindex.ai/server/io-sanity-www-mcp - SatoshiAPI — Bitcoin Intelligence via Lightning (io.satoshiapi/mcp@1.0.0) Bitcoin intelligence API. Pay per call via L402 Lightning (10-200 sats). No accounts needed. installs: pypi:satoshiapi-mcp | remote:https://api.satoshiapi.io/mcp detail: https://mcpindex.ai/server/io-satoshiapi-mcp - ACC MCP (io.scanbimlabs/acc-mcp@1.0.0) Autodesk Construction Cloud via APS — projects, issues, RFIs, documents, submittals. installs: remote:https://acc-mcp.itmartin24.workers.dev/mcp detail: https://mcpindex.ai/server/io-scanbimlabs-acc-mcp - io.scanbimlabs/navisworks (io.scanbimlabs/navisworks@1.1.0) Navisworks clash detection, 4D simulation, quantity takeoff. installs: remote:https://mcp.scanbimlabs.io/navisworks detail: https://mcpindex.ai/server/io-scanbimlabs-navisworks - Navisworks MCP (io.scanbimlabs/navisworks-mcp@1.0.0) Navisworks coordination and clash detection via APS — reports, viewpoints, model objects. installs: remote:https://navisworks-mcp.itmartin24.workers.dev/mcp detail: https://mcpindex.ai/server/io-scanbimlabs-navisworks-mcp - io.scanbimlabs/revit (io.scanbimlabs/revit@1.1.0) Revit model query + APS Design Automation runner. installs: remote:https://mcp.scanbimlabs.io/revit detail: https://mcpindex.ai/server/io-scanbimlabs-revit - io.scanbimlabs/scanbim (io.scanbimlabs/scanbim@1.0.5) Unified AEC tools: ACC, Revit, Navisworks, Twinmotion, and APS from one endpoint. installs: remote:https://mcp.scanbimlabs.io/unified detail: https://mcpindex.ai/server/io-scanbimlabs-scanbim - io.seaworthy/mcp (io.seaworthy/mcp@0.4.0) Disability insurance MCP: a quote_request action plus carrier and coverage research tools. installs: remote:https://mcp.seaworthy.io/mcp detail: https://mcpindex.ai/server/io-seaworthy-mcp - io.sentinelsignal/scoring (io.sentinelsignal/scoring@0.1.6) Hosted MCP for denial, prior auth, reimbursement, workflow validation, batch scoring, and feedback. installs: remote:https://mcp.sentinelsignal.io/mcp detail: https://mcpindex.ai/server/io-sentinelsignal-scoring - MCP Verify (io.sentinelsignal/verify@1.0.269) Trust, freshness, policy, and discovery layer for public MCP servers. installs: remote:https://verify.sentinelsignal.io/mcp detail: https://mcpindex.ai/server/io-sentinelsignal-verify - Sentralis Portfolio Risk (io.sentralis/portfolio-risk@1.0.0) Crypto portfolio risk analysis: VaR, scenarios, liquidity and correlation engines as MCP tools. installs: remote:https://app.sentralis.io/api/mcp detail: https://mcpindex.ai/server/io-sentralis-portfolio-risk - io.settlemesh/cli (io.settlemesh/cli@0.1.92) Deploy and monetize agent-built apps: login, database, usage billing, and end-user-pays. installs: npm:settlemesh detail: https://mcpindex.ai/server/io-settlemesh-cli - Shingou (io.shingou/sentiment@0.3.2) Hourly crypto news sentiment and typed market events, with sources on every signal. installs: npm:@shingou-io/mcp-stdio | remote:https://api.shingou.io/mcp detail: https://mcpindex.ai/server/io-shingou-sentiment - SignaTrust (io.signatrust/mcp-server@0.3.2) Blockchain-anchored e-signatures: send envelopes, manage templates, verify anchors on Solana. installs: npm:@signatrust/mcp-server detail: https://mcpindex.ai/server/io-signatrust-mcp-server - Skala — Legal Platform for Startups (io.skala/mcp@1.0.1) Incorporate globally, manage fundraising, corporate services, and more. installs: remote:https://ai.skala.io/mcp detail: https://mcpindex.ai/server/io-skala-mcp - io.slingdata/sling-cli (io.slingdata/sling-cli@1.4.25) Sling CLI MCP server for querying any database, running data pipelines and managing replications installs: pypi:sling detail: https://mcpindex.ai/server/io-slingdata-sling-cli - io.smartroutes/smartroutes (io.smartroutes/smartroutes@1.0.0) Route optimisation, orders, booking and fleet management for a SmartRoutes depot. installs: remote:https://mcp.smartroutes.io/mcp detail: https://mcpindex.ai/server/io-smartroutes-smartroutes - Sponsor Finder (io.sponsorfinder/mcp@1.0.0) Check whether a company holds a UK or Netherlands work-visa sponsorship licence. installs: remote:https://mcp.sponsorfinder.io/mcp detail: https://mcpindex.ai/server/io-sponsorfinder-mcp - SQLGuard — permission before production writes (io.sqlguard/sqlguard@1.1.71) AI agents need permission before production SQL writes. Pilot $100 · Gateway $299. Lint≠authorize. installs: remote:https://sqlguard.io/mcp/stream detail: https://mcpindex.ai/server/io-sqlguard-sqlguard - io.sslip.195.82.231.168/agent-data-api (io.sslip.195.82.231.168/agent-data-api@1.0.0) Pay-per-call (x402/USDC-Base) web + crypto data tools for AI agents: audit, extract, crypto, DeFi. installs: remote:https://168.231.82.195.sslip.io/mcp detail: https://mcpindex.ai/server/io-sslip-195-82-231-168-agent-data-api - Standout (io.standoutmcp/standout@1.0.2) Anti-slop design taste for AI coding agents: art directions, section code, 0-100 page critic. installs: remote:https://standoutmcp.io/api/mcp detail: https://mcpindex.ai/server/io-standoutmcp-standout - Stocks On Chain (io.stocksonchain/stocks-on-chain@1.0.0) Read-only tokenized stock data: issuers, chains, contract addresses and corporate actions. installs: remote:https://stocksonchain.io/mcp detail: https://mcpindex.ai/server/io-stocksonchain-stocks-on-chain - io.strategyarena/strategyarena (io.strategyarena/strategyarena@1.0.0) AI trading arena queryable by AIs: leaderboard, backtest, Monte Carlo, Pine export. installs: remote:https://strategyarena.io/mcp/sse detail: https://mcpindex.ai/server/io-strategyarena-strategyarena - StudioMeyer Academy (io.studiomeyer/academy@0.4.1) The Academy curriculum as an offline MCP library. Hosted course connector adds progress. installs: npm:mcp-academy | remote:https://mcp.studiomeyer.academy/mcp detail: https://mcpindex.ai/server/io-studiomeyer-academy - StudioMeyer Crew (io.studiomeyer/crew@2.8.0) Agent personas for Claude. 16 tools, 13 personas, 3 workflows. Zero extra API cost. Free. installs: remote:https://crew.studiomeyer.io/mcp detail: https://mcpindex.ai/server/io-studiomeyer-crew - MCP Hook Conformance (io.studiomeyer/hook-conformance@0.1.1) Audits MCP servers for Claude Code mcp_tool hook readiness: idempotency, latency, side-effects. installs: npm:mcp-hook-conformance detail: https://mcpindex.ai/server/io-studiomeyer-hook-conformance - MCP Protocol Conformance (io.studiomeyer/protocol-conformance@0.1.1) MCP conformance test harness. JSON-RPC, OAuth 2.1 PKCE, schemas, smoke, annotations. CLI + lib. installs: npm:mcp-protocol-conformance detail: https://mcpindex.ai/server/io-studiomeyer-protocol-conformance - MCP Server Attestation (io.studiomeyer/server-attestation@0.1.1) Ed25519-signed MCP tool manifests + spawn attestation. Layer-2 supply-chain hardening. installs: npm:mcp-attest-demo detail: https://mcpindex.ai/server/io-studiomeyer-server-attestation - MCP Tenant Pair (io.studiomeyer/tenant-pair@0.1.1) Multi-user tenancy library for MCP servers. Pairs, groups, bi-temporal shared state, DSGVO erasure. installs: npm:mcp-tenant-pair-demo detail: https://mcpindex.ai/server/io-studiomeyer-tenant-pair - Stunt Double (io.stuntdouble/mcp-server@1.1.0) Deploy AI user personas to validate user journeys at scale. Find UX friction before real users do. installs: remote:https://app.stuntdouble.io/api/mcp detail: https://mcpindex.ai/server/io-stuntdouble-mcp-server - Summit53 Revenue Engine (io.summit53/mcp-server@1.0.2) Revenue Engine for scoped diagnosis, action planning, execution, and Figure-Eight value evidence. installs: npm:@summit53/mcp-server | remote:https://api.summit53.io/mcp detail: https://mcpindex.ai/server/io-summit53-mcp-server - Sunaiva Gate — Agent Rule Enforcement (io.sunaivacore/gate@2.0.4) MCP enforcement layer that intercepts AI agent actions and blocks rule violations before execution. installs: npm:@sunaiva/gate | remote:https://mcp.sunaivacore.io detail: https://mcpindex.ai/server/io-sunaivacore-gate - Synci (io.synci/synci@1.0.0) Read-only access to your bank, investment, and crypto accounts: balances, transactions, holdings. installs: remote:https://api.synci.io/mcp detail: https://mcpindex.ai/server/io-synci-synci - io.synthnet/mcp (io.synthnet/mcp@0.1.2) The commons for working AI agents: field notes, bounties, and reputation that survives resets. installs: npm:@synthnet/mcp detail: https://mcpindex.ai/server/io-synthnet-mcp - Charts by Szum (io.szum/charts@1.4.0) Create, inspect, manage, and render charts and data visualizations as SVG/PNG or interactive embeds. installs: remote:https://szum.io/mcp detail: https://mcpindex.ai/server/io-szum-charts - Tacyon MC (io.tacyon/mc@1.1.0) Create, configure, manage Minecraft servers — plugins, files, console, modpacks, backups, metrics. installs: remote:https://portal.tacyon.io/api/mcp detail: https://mcpindex.ai/server/io-tacyon-mc - Tendeta (io.tendeta/tendeta@2.0.1) Manage a Tendeta store's catalogue and orders with store-scoped permissions. installs: remote:https://mcp.tendeta.io/mcp detail: https://mcpindex.ai/server/io-tendeta-tendeta - SWT3 AI Witness (io.tenova/swt3-witness@0.6.4) Cryptographic AI governance + audit. 33 tools, 36 frameworks. EU AI Act, NIST, OWASP, CMMC, SR 11-7 installs: npm:@tenova/swt3-mcp detail: https://mcpindex.ai/server/io-tenova-swt3-witness - Testiny Test Management (io.testiny/testiny-mcp@0.1.0) An MCP server that provides access to Testiny projects, test cases and test runs installs: remote:https://app.testiny.io/api/v1/mcp-server detail: https://mcpindex.ai/server/io-testiny-testiny-mcp - io.tkllabs.bh.mcp-servers/ipfs-toolkit (io.tkllabs.bh.mcp-servers/ipfs-toolkit@1.0.1) Store, retrieve, and pin encrypted files on IPFS via MCP tools for AI agents and workflows installs: remote:https://mcp-servers.bh.tkllabs.io:9780/ipfs-mcp detail: https://mcpindex.ai/server/io-tkllabs-bh-mcp-servers-ipfs-toolkit - TMTB Marketing AI Platform (io.tmtb/tmtb-platform@1.0.0) AI marketing skills for e-commerce brands: reports, campaign management, and creative generation. installs: remote:https://tmtb-mcp.fly.dev/mcp detail: https://mcpindex.ai/server/io-tmtb-tmtb-platform - Toolforest (io.toolforest/toolforest@1.0.0) Hosted MCP server with managed OAuth for 15+ toolkits: Google Workspace, Fitbit, Oura, Kalshi, etc. installs: remote:https://mcp.toolforest.io/mcp detail: https://mcpindex.ai/server/io-toolforest-toolforest - io.tooloracle/accessoracle (io.tooloracle/accessoracle@1.0.0) AccessOracle - 10 access control tools: IAM, PAM, recertification, segregation of duties. installs: remote:https://tooloracle.io/access/mcp/ detail: https://mcpindex.ai/server/io-tooloracle-accessoracle - io.tooloracle/aml (io.tooloracle/aml@1.0.0) AMLOracle — 12-tool AML/CFT MCP: 87k sanctions names, PEP screening, adverse media, SAR/STR. installs: remote:https://tooloracle.io/aml/mcp/ detail: https://mcpindex.ai/server/io-tooloracle-aml - io.tooloracle/ampel (io.tooloracle/ampel@1.0.0) AmpelOracle — 50-tool compliance traffic-light: Go/Caution/Stop signals for ESG, MiCA, AML. installs: remote:https://tooloracle.io/ampel/mcp/ detail: https://mcpindex.ai/server/io-tooloracle-ampel - io.tooloracle/arbitrumoracle (io.tooloracle/arbitrumoracle@1.0.0) ArbitrumOracle - 12 Arbitrum tools: ERC-20, Camelot, GMX, sequencer, gas, bridge txs. installs: remote:https://tooloracle.io/arbitrum/mcp/ detail: https://mcpindex.ai/server/io-tooloracle-arbitrumoracle - io.tooloracle/baseoracle (io.tooloracle/baseoracle@1.0.0) BaseOracle - 8 Base L2 tools: ERC-20, Aerodrome, bridge status, txs, gas, holders. installs: remote:https://feedoracle.io/base/mcp/ detail: https://mcpindex.ai/server/io-tooloracle-baseoracle - io.tooloracle/bnboracle (io.tooloracle/bnboracle@1.0.0) BNBOracle - 8 BNB Chain tools: BEP-20, PancakeSwap, validators, gas, txs, holders. installs: remote:https://feedoracle.io/bnb/mcp/ detail: https://mcpindex.ai/server/io-tooloracle-bnboracle - io.tooloracle/changeoracle (io.tooloracle/changeoracle@1.0.0) ChangeOracle - 10 change management tools: CAB workflow, risk, impact, post-implementation. installs: remote:https://tooloracle.io/change/mcp/ detail: https://mcpindex.ai/server/io-tooloracle-changeoracle - io.tooloracle/conductor (io.tooloracle/conductor@1.0.0) DORA OS Conductor — 16-tool meta-orchestrator for DORA compliance workflow automation. installs: remote:https://tooloracle.io/conductor/mcp/ detail: https://mcpindex.ai/server/io-tooloracle-conductor - io.tooloracle/contractoracle (io.tooloracle/contractoracle@1.0.0) ContractOracle - 10 contract analysis tools: clause extraction, redlines, DORA mappings. installs: remote:https://tooloracle.io/contract/mcp/ detail: https://mcpindex.ai/server/io-tooloracle-contractoracle - DealOracle — OracleNet Deal Discovery Protocol Reference (io.tooloracle/dealoracle@1.1.0) OracleNet Deal Discovery Protocol — permissioned commercial matching for MCP/A2A agents. installs: remote:https://tooloracle.io/deal/mcp/ detail: https://mcpindex.ai/server/io-tooloracle-dealoracle - io.tooloracle/dependencyoracle (io.tooloracle/dependencyoracle@1.0.0) DependencyOracle - 10 ICT dependency tools: SBOM, supply chain, third-party graph. installs: remote:https://tooloracle.io/dependency/mcp/ detail: https://mcpindex.ai/server/io-tooloracle-dependencyoracle - io.tooloracle/dora (io.tooloracle/dora@1.0.0) DORAOracle — 15 tools for DORA Art.5-32: risk register, ICT incidents, TLPT, third-party. installs: remote:https://tooloracle.io/dora/mcp/ detail: https://mcpindex.ai/server/io-tooloracle-dora - io.tooloracle/doraeventfabric (io.tooloracle/doraeventfabric@1.0.0) DORA OS EventFabric - 14-tool event stream for DORA compliance signals and pub/sub fabric. installs: remote:https://tooloracle.io/eventfabric/mcp/ detail: https://mcpindex.ai/server/io-tooloracle-doraeventfabric - io.tooloracle/driftoracle (io.tooloracle/driftoracle@1.0.0) DriftOracle - 15 tools for model/data drift monitoring: PSI, KS-test, alerts, evidence packs. installs: remote:https://tooloracle.io/drift/mcp/ detail: https://mcpindex.ai/server/io-tooloracle-driftoracle - io.tooloracle/flareoracle (io.tooloracle/flareoracle@1.0.0) FlareOracle - 12 Flare tools: FTSO oracles, FAssets, state connector, FXRP, FlareDrops. installs: remote:https://tooloracle.io/flare/mcp/ detail: https://mcpindex.ai/server/io-tooloracle-flareoracle - io.tooloracle/governanceoracle (io.tooloracle/governanceoracle@1.0.0) GovernanceOracle - 10 governance tools: board packs, policies, attestations, evidence. installs: remote:https://tooloracle.io/governance/mcp/ detail: https://mcpindex.ai/server/io-tooloracle-governanceoracle - io.tooloracle/healthguard (io.tooloracle/healthguard@1.0.0) HealthGuard - 12-tool health/medical AI safety MCP: PII redaction, HIPAA, GDPR Art.9. installs: remote:https://tooloracle.io/health/mcp/ detail: https://mcpindex.ai/server/io-tooloracle-healthguard - io.tooloracle/hederaoracle (io.tooloracle/hederaoracle@1.0.0) HederaOracle - 12 Hedera tools: HCS, HTS tokens, mirror node, consensus, governance. installs: remote:https://tooloracle.io/hedera/mcp/ detail: https://mcpindex.ai/server/io-tooloracle-hederaoracle - io.tooloracle/incidentoracle (io.tooloracle/incidentoracle@1.0.0) IncidentOracle - 12-tool incident management MCP: triage, BaFin DORA reporting, RCA. installs: remote:https://tooloracle.io/incident/mcp/ detail: https://mcpindex.ai/server/io-tooloracle-incidentoracle - io.tooloracle/insuranceoracle (io.tooloracle/insuranceoracle@1.0.0) InsuranceOracle - 12 insurance compliance tools: GDV, BaFin VAG, Solvency II, IDD. installs: remote:https://tooloracle.io/insurance/mcp/ detail: https://mcpindex.ai/server/io-tooloracle-insuranceoracle - io.tooloracle/invoiceoracle (io.tooloracle/invoiceoracle@1.0.0) InvoiceOracle - 10 e-invoicing tools: XRechnung, ZUGFeRD, Peppol, validation, archive. installs: remote:https://tooloracle.io/invoice/mcp/ detail: https://mcpindex.ai/server/io-tooloracle-invoiceoracle - io.tooloracle/iso20022oracle (io.tooloracle/iso20022oracle@1.0.0) ISO20022Oracle - 12 ISO 20022 tools: pacs/pain/camt parsing, MX validation, MT migration. installs: remote:https://tooloracle.io/iso20022/mcp/ detail: https://mcpindex.ai/server/io-tooloracle-iso20022oracle - io.tooloracle/joboracle (io.tooloracle/joboracle@1.0.0) JobOracle Job Market Intelligence MCP installs: remote:https://tooloracle.io/jobs/mcp/ detail: https://mcpindex.ai/server/io-tooloracle-joboracle - io.tooloracle/leadoracle (io.tooloracle/leadoracle@1.0.0) LeadOracle - 7-tool B2B lead intel MCP: enrichment, scoring, intent signals, ICP fit. installs: remote:https://tooloracle.io/lead/mcp/ detail: https://mcpindex.ai/server/io-tooloracle-leadoracle - io.tooloracle/macroooracle (io.tooloracle/macroooracle@1.0.0) MacroOracle US Macro Economic Intelligence MCP installs: remote:https://tooloracle.io/macro/mcp/ detail: https://mcpindex.ai/server/io-tooloracle-macroooracle - io.tooloracle/memeoracle (io.tooloracle/memeoracle@1.0.0) Memecoin Intelligence MCP — 9 tools: rug check, momentum, whale watch, 80+ chains. installs: remote:https://tooloracle.io/meme/mcp/ detail: https://mcpindex.ai/server/io-tooloracle-memeoracle - io.tooloracle/mica (io.tooloracle/mica@1.0.0) MiCAOracle — 24 tools for EU MiCA stablecoin compliance: peg, reserves, attestations. installs: remote:https://tooloracle.io/mica/mcp/ detail: https://mcpindex.ai/server/io-tooloracle-mica - io.tooloracle/newsoracle (io.tooloracle/newsoracle@1.0.0) NewsOracle News and Trends Intelligence MCP installs: remote:https://tooloracle.io/news/mcp/ detail: https://mcpindex.ai/server/io-tooloracle-newsoracle - io.tooloracle/policyoracle (io.tooloracle/policyoracle@1.0.0) PolicyOracle - 12 policy lifecycle tools: drafting, approval, distribution, attestation. installs: remote:https://tooloracle.io/policy/mcp/ detail: https://mcpindex.ai/server/io-tooloracle-policyoracle - io.tooloracle/predictionguard (io.tooloracle/predictionguard@1.0.0) Polymarket integrity MCP — 28 tools for wallet risk, whales, UMA scans, SAR/STR reports. installs: remote:https://feedoracle.io/predictionguard/mcp/ detail: https://mcpindex.ai/server/io-tooloracle-predictionguard - io.tooloracle/quantum (io.tooloracle/quantum@1.0.0) QuantumOracle — 18 post-quantum crypto tools: Kyber, Dilithium, hybrid schemes, migration. installs: remote:https://tooloracle.io/quantum/mcp/ detail: https://mcpindex.ai/server/io-tooloracle-quantum - io.tooloracle/rankoracle (io.tooloracle/rankoracle@2.0.0) SEO Intelligence MCP — 13 tools: keyword research, SERP, domain audits, competitors. installs: remote:https://tooloracle.io/mcp/ detail: https://mcpindex.ai/server/io-tooloracle-rankoracle - io.tooloracle/registeroracle (io.tooloracle/registeroracle@1.0.0) RegisterOracle - 10-tool DORA Art.28 register: ICT third-party, contracts, criticality. installs: remote:https://tooloracle.io/register/mcp/ detail: https://mcpindex.ai/server/io-tooloracle-registeroracle - io.tooloracle/reporting (io.tooloracle/reporting@1.0.0) ReportingOracle — 16 regulatory reporting tools: BaFin, ESMA, FINREP, COREP, ICAAP, ILAAP. installs: remote:https://tooloracle.io/reporting/mcp/ detail: https://mcpindex.ai/server/io-tooloracle-reporting - io.tooloracle/researchoracle (io.tooloracle/researchoracle@1.0.0) ResearchOracle - 11 financial research tools: 10-K parsing, equity, macro, citation graph. installs: remote:https://tooloracle.io/news2/mcp/ detail: https://mcpindex.ai/server/io-tooloracle-researchoracle - io.tooloracle/reserveoracle (io.tooloracle/reserveoracle@1.0.0) ReserveOracle - 11 stablecoin reserve tools: attestations, composition, MiCA Art.36/37. installs: remote:https://tooloracle.io/reserve/mcp/ detail: https://mcpindex.ai/server/io-tooloracle-reserveoracle - io.tooloracle/resilienceoracle (io.tooloracle/resilienceoracle@1.0.0) ResilienceOracle - 10 operational resilience tools: BIA, RTO/RPO, scenario testing. installs: remote:https://tooloracle.io/resilience/mcp/ detail: https://mcpindex.ai/server/io-tooloracle-resilienceoracle - io.tooloracle/revieworacle (io.tooloracle/revieworacle@1.0.0) ReviewOracle - 8 review intel tools: sentiment, themes, competitors, response drafts. installs: remote:https://tooloracle.io/review/mcp/ detail: https://mcpindex.ai/server/io-tooloracle-revieworacle - io.tooloracle/riskoracle (io.tooloracle/riskoracle@1.0.0) RiskOracle - 13-tool enterprise risk MCP: heatmaps, KRIs, scenario sims, Basel/ICAAP outputs. installs: remote:https://tooloracle.io/risk/mcp/ detail: https://mcpindex.ai/server/io-tooloracle-riskoracle - io.tooloracle/shoporacle (io.tooloracle/shoporacle@2.0.0) E-Commerce Intelligence MCP — 11 tools: price comparison, stock, reviews. 18 countries. installs: remote:https://tooloracle.io/shop/mcp/ detail: https://mcpindex.ai/server/io-tooloracle-shoporacle - io.tooloracle/smartmoneyoracle (io.tooloracle/smartmoneyoracle@1.0.0) Whale & Institutional Flow MCP — 8 tools: TVL flows, alpha signals, stablecoin supply. installs: remote:https://tooloracle.io/smart/mcp/ detail: https://mcpindex.ai/server/io-tooloracle-smartmoneyoracle - io.tooloracle/solanaoracle (io.tooloracle/solanaoracle@1.0.0) SolanaOracle - 12 Solana tools: SPL tokens, Jupiter, validators, rent, programs, NFTs. installs: remote:https://tooloracle.io/solana/mcp/ detail: https://mcpindex.ai/server/io-tooloracle-solanaoracle - io.tooloracle/suioracle (io.tooloracle/suioracle@1.0.0) SUIOracle - 12 Sui tools: objects, modules, validators, gas, Cetus DEX, NFTs. installs: remote:https://tooloracle.io/sui/mcp/ detail: https://mcpindex.ai/server/io-tooloracle-suioracle - io.tooloracle/tlpt (io.tooloracle/tlpt@1.0.0) TLPTOracle — 17-tool TIBER-EU TLPT framework: scope, threat intel, scenarios, reports. installs: remote:https://tooloracle.io/tlpt/mcp/ detail: https://mcpindex.ai/server/io-tooloracle-tlpt - io.tooloracle/trustlayer (io.tooloracle/trustlayer@1.0.0) FeedOracle Trust Layer - 10-tool cross-server trust: signing, anchoring, verification. installs: remote:https://tooloracle.io/trust/mcp/ detail: https://mcpindex.ai/server/io-tooloracle-trustlayer - io.tooloracle/yieldoracle (io.tooloracle/yieldoracle@1.0.0) DeFi Yield Intelligence MCP — 8 tools: 19K+ pools, risk-adjusted APY, RWA yields. installs: remote:https://tooloracle.io/yield/mcp/ detail: https://mcpindex.ai/server/io-tooloracle-yieldoracle - toui.io URL Shortener (io.toui/url-shortener@0.1.1) Short-link service embedded in your AI workflow — shorten links, track campaigns, read stats. installs: remote:https://mcp.toui.io detail: https://mcpindex.ai/server/io-toui-url-shortener - Trovest Financial Data (io.trovest/trovest@1.0.0) Financials, ratios, SEC filings and analyst data for any public company. Premium account required. installs: remote:https://api.trovest.io/mcp detail: https://mcpindex.ai/server/io-trovest-trovest - Trunk Flaky Tests (io.trunk/mcp-server@1.1.0) Flaky test detection, root cause analysis, and fix suggestions for development teams. installs: remote:https://mcp.trunk.io/mcp detail: https://mcpindex.ai/server/io-trunk-mcp-server - TrustAgent — counterparty verification (io.trust-agent/trustagent-mcp@0.1.2) Is this address safe to pay? OFAC sanctions, ERC-8004 reputation, contract analysis. installs: npm:trustagent-mcp detail: https://mcpindex.ai/server/io-trust-agent-trustagent-mcp - io.usefulapi/ably (io.usefulapi/ably@1.0.1) MCP server for Ably — channel history, presence, occupancy, stats, publish, and app management. installs: remote:https://ably.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-ably - io.usefulapi/aircall (io.usefulapi/aircall@1.0.0) Read calls, contacts, users, teams and numbers; tag calls and create or update contacts. installs: remote:https://aircall.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-aircall - io.usefulapi/all-quiet (io.usefulapi/all-quiet@1.0.0) Manage incidents and on-call: list/create/update incidents, who is on call, on-call overrides. installs: remote:https://all-quiet.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-all-quiet - io.usefulapi/amberflo (io.usefulapi/amberflo@1.0.1) Query and manage Amberflo metering & billing: customers, meters, usage, plans, invoices, prepaid. installs: remote:https://amberflo.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-amberflo - io.usefulapi/autumn (io.usefulapi/autumn@1.0.1) MCP server for Autumn — read customers, plans, balances & invoices; track usage and attach plans. installs: remote:https://autumn.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-autumn - io.usefulapi/betterstack (io.usefulapi/betterstack@1.0.1) Read monitors, incidents, heartbeats, on-call and status pages; acknowledge or resolve incidents. installs: remote:https://betterstack.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-betterstack - io.usefulapi/census (io.usefulapi/census@1.0.0) List reverse-ETL sources, destinations, models, syncs and runs; trigger syncs into SaaS tools. installs: remote:https://census.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-census - io.usefulapi/chargebee (io.usefulapi/chargebee@1.0.1) Read Chargebee customers, subscriptions, invoices, items, transactions, credit notes and coupons. installs: remote:https://chargebee.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-chargebee - io.usefulapi/checkly (io.usefulapi/checkly@1.0.1) Query Checkly synthetic monitoring — checks, statuses, results, alerts, reporting and dashboards. installs: remote:https://checkly.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-checkly - io.usefulapi/cliniko (io.usefulapi/cliniko@1.0.1) Hosted MCP server for Cliniko — patients, appointments, availability, and invoices for AI agents. installs: remote:https://cliniko.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-cliniko - io.usefulapi/codat (io.usefulapi/codat@1.0.1) MCP server for Codat — companies, connections, invoices, bills and financial statements. installs: remote:https://codat.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-codat - io.usefulapi/cronitor (io.usefulapi/cronitor@1.0.1) Manage Cronitor monitors and send telemetry pings — list, inspect, create, update, delete. installs: remote:https://cronitor.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-cronitor - io.usefulapi/crowdin (io.usefulapi/crowdin@1.0.1) MCP server for Crowdin — projects, files, strings, translation progress, tasks, and members. installs: remote:https://crowdin.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-crowdin - io.usefulapi/dnsimple (io.usefulapi/dnsimple@1.0.1) MCP server for DNSimple — domains, DNS zone records, availability, pricing and contacts. installs: remote:https://dnsimple.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-dnsimple - io.usefulapi/easypost (io.usefulapi/easypost@1.0.1) MCP server for EasyPost — rate shipments, buy & refund labels, track packages, verify addresses. installs: remote:https://easypost.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-easypost - io.usefulapi/ecwid (io.usefulapi/ecwid@1.0.0) Read store products, orders, customers, categories and coupons; adjust inventory and update orders. installs: remote:https://ecwid.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-ecwid - io.usefulapi/fireworks (io.usefulapi/fireworks@1.0.1) Inspect Fireworks AI models, deployments, datasets and fine-tuning jobs. installs: remote:https://fireworks.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-fireworks - io.usefulapi/foxyio (io.usefulapi/foxyio@1.0.0) Read Foxy transactions, subscriptions, customers, carts and coupons; update customers and subs. installs: remote:https://foxyio.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-foxyio - io.usefulapi/freshdesk (io.usefulapi/freshdesk@1.0.0) Read tickets, contacts, companies, agents and groups; create, update and reply to tickets. installs: remote:https://freshdesk.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-freshdesk - io.usefulapi/groove-hq (io.usefulapi/groove-hq@1.0.0) Read Groove shared-inbox conversations, contacts, agents and tags; close, assign, snooze and tag. installs: remote:https://groove-hq.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-groove-hq - io.usefulapi/gumroad (io.usefulapi/gumroad@1.0.0) Read products, sales, subscribers and offer codes; verify, enable and disable product licenses. installs: remote:https://gumroad.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-gumroad - io.usefulapi/healthchecksio (io.usefulapi/healthchecksio@1.0.0) Manage cron/heartbeat checks, read pings and flips, pause/resume/delete on Healthchecks.io. installs: remote:https://healthchecksio.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-healthchecksio - io.usefulapi/healthie (io.usefulapi/healthie@1.0.1) Hosted MCP server for the Healthie EHR & telehealth API: patients, appointments, charting, tasks. installs: remote:https://healthie.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-healthie - io.usefulapi/hypertune (io.usefulapi/hypertune@1.0.1) Evaluate and inspect your Hypertune feature flags from your AI assistant. installs: remote:https://hypertune.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-hypertune - io.usefulapi/instatus (io.usefulapi/instatus@1.0.0) Manage status pages: components, incidents and maintenances; set live component status. installs: remote:https://instatus.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-instatus - io.usefulapi/keap (io.usefulapi/keap@1.0.0) List and create Keap contacts, companies, tasks, opportunities, orders, tags and campaigns. installs: remote:https://keap.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-keap - io.usefulapi/knack (io.usefulapi/knack@1.0.0) Read, create, update and delete records; inspect objects, fields and schema in your Knack database. installs: remote:https://knack.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-knack - io.usefulapi/laravel-forge (io.usefulapi/laravel-forge@1.0.1) Manage Laravel Forge servers, sites, and deployments from your AI assistant. installs: remote:https://laravel-forge.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-laravel-forge - io.usefulapi/lemonsqueezy (io.usefulapi/lemonsqueezy@1.0.1) MCP server for Lemon Squeezy — stores, products, orders, subscriptions, license keys. installs: remote:https://lemonsqueezy.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-lemonsqueezy - io.usefulapi/lob (io.usefulapi/lob@1.0.1) Verify US & international addresses and send physical mail (postcards, letters, checks) via Lob. installs: remote:https://lob.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-lob - io.usefulapi/magicbell (io.usefulapi/magicbell@1.0.1) Read MagicBell broadcasts, users, events, workflows and channels; create and update user records. installs: remote:https://magicbell.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-magicbell - io.usefulapi/mailchimp (io.usefulapi/mailchimp@1.0.0) Read audiences, members, campaigns and reports; add, update, tag and archive subscribers. installs: remote:https://mailchimp.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-mailchimp - io.usefulapi/mailerlite (io.usefulapi/mailerlite@1.0.1) Read subscribers, groups, campaigns, fields, segments, automations, webhooks; safe additive writes. installs: remote:https://mailerlite.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-mailerlite - io.usefulapi/maxmind-minfraud (io.usefulapi/maxmind-minfraud@1.0.1) MCP server for MaxMind minFraud — score transactions for fraud risk from your AI assistant. installs: remote:https://maxmind-minfraud.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-maxmind-minfraud - io.usefulapi/memberful (io.usefulapi/memberful@1.0.0) Manage Memberful members, subscriptions, plans, passes and coupons via the GraphQL API. installs: remote:https://memberful.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-memberful - io.usefulapi/metriport (io.usefulapi/metriport@1.0.1) Read and write patients, facilities, medical documents, and consolidated FHIR records in Metriport. installs: remote:https://metriport.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-metriport - io.usefulapi/northflank (io.usefulapi/northflank@1.0.1) Inspect and control your Northflank projects, services, jobs, and builds from your AI assistant. installs: remote:https://northflank.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-northflank - io.usefulapi/numeral (io.usefulapi/numeral@1.0.0) Calculate sales tax & VAT, record transactions and refunds, manage products and customers. installs: remote:https://numeral.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-numeral - io.usefulapi/olark (io.usefulapi/olark@1.0.0) Manage Olark live-chat operators and groups (teams): list, create, update, and assign to teams. installs: remote:https://olark.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-olark - io.usefulapi/orb (io.usefulapi/orb@1.0.1) Read Orb customers, subscriptions, invoices, usage and costs; create or update customers. installs: remote:https://orb.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-orb - io.usefulapi/parabol (io.usefulapi/parabol@1.0.0) Start Parabol retrospectives, standups and sprint poker; read teams/meetings/tasks; create tasks. installs: remote:https://parabol.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-parabol - io.usefulapi/printify (io.usefulapi/printify@1.0.0) Read shops, catalog blueprints, print providers, products and orders; create and publish products. installs: remote:https://printify.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-printify - io.usefulapi/quaderno (io.usefulapi/quaderno@1.0.1) MCP server for Quaderno — tax-rate calculation, invoices, contacts, products, receipts & expenses. installs: remote:https://quaderno.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-quaderno - io.usefulapi/raisely (io.usefulapi/raisely@1.0.0) Read campaigns, donations, profiles and supporters; record offline donations and upsert users. installs: remote:https://raisely.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-raisely - io.usefulapi/recharge (io.usefulapi/recharge@1.0.0) Read subscriptions, customers, charges, orders; skip charges, cancel or activate subscriptions. installs: remote:https://recharge.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-recharge - io.usefulapi/recurly (io.usefulapi/recurly@1.0.1) MCP server for Recurly — accounts, subscriptions, invoices, plans; cancel & pause subs. installs: remote:https://recurly.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-recurly - io.usefulapi/sendbird (io.usefulapi/sendbird@1.0.1) MCP server for Sendbird — chat users, channels, members, and messages from your AI client. installs: remote:https://sendbird.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-sendbird - io.usefulapi/spikesh (io.usefulapi/spikesh@1.0.0) Read Spike.sh incidents, on-call, escalations and services; acknowledge, resolve, set priority. installs: remote:https://spikesh.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-spikesh - io.usefulapi/statuspal (io.usefulapi/statuspal@1.0.0) Read status-page status, services, incidents and metrics; create, update and publish incidents. installs: remote:https://statuspal.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-statuspal - io.usefulapi/swell (io.usefulapi/swell@1.0.1) Manage your Swell headless-commerce store — products, orders, customers, and subscriptions. installs: remote:https://swell.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-swell - io.usefulapi/tailscale (io.usefulapi/tailscale@1.0.0) Read devices, users, keys, ACLs and DNS for a tailnet; manage devices, routes and auth keys. installs: remote:https://tailscale.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-tailscale - io.usefulapi/uploadcare (io.usefulapi/uploadcare@1.0.1) Manage Uploadcare files, groups and webhooks; upload and store files. installs: remote:https://uploadcare.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-uploadcare - io.usefulapi/vital (io.usefulapi/vital@1.0.1) Read wearables and lab health data — sleep, activity, workouts, timeseries, lab tests and orders. installs: remote:https://vital.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-vital - io.usefulapi/zendesk (io.usefulapi/zendesk@1.0.0) Read tickets, users, orgs, macros and satisfaction ratings; create, update and comment on tickets. installs: remote:https://zendesk.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-zendesk - UN World Demographics (io.usewire/un-demographics@1.0.0) Query UN population data: fertility, mortality, migration, life expectancy for 298 countries. installs: remote:https://wire-public.mcp.usewire.io/container/UQfmLvKhhRJaSqY3/mcp detail: https://mcpindex.ai/server/io-usewire-un-demographics - io.weavz/weavz (io.weavz/weavz@1.0.0) Governed app access for AI agents: 1,000+ apps & 12,000+ tools via Code Mode MCP. installs: remote:https://platform.weavz.io/mcp/weavz detail: https://mcpindex.ai/server/io-weavz-weavz - Zelume (io.zelume/zelume@1.0.0) Lint, match, and tailor resumes against real job postings, and save them to your Zelume account. installs: remote:https://www.zelume.io/mcp detail: https://mcpindex.ai/server/io-zelume-zelume - źlab Operational Decision Stress Test (io.zircular/zlab-stress-test@1.0.0) Evidence-governed screening of material decisions about physical assets and operational systems. installs: remote:https://mcp.zircular.io/mcp detail: https://mcpindex.ai/server/io-zircular-zlab-stress-test - K01 Synthetic Health Data (is.k01/synthetic-health-data@1.7.1) Privacy-preserving synthetic health data generation. FHIR R4/R5 compliant. installs: remote:https://mcp.k01.is/mcp detail: https://mcpindex.ai/server/is-k01-synthetic-health-data - In Viaggio alle Canarie (it.inviaggioallecanarie/canarie@2.2.0) Canary Islands holiday packages from Italy: live flights, hotels, cars, excursions and prices installs: remote:https://inviaggioallecanarie.it/api/mcp detail: https://mcpindex.ai/server/it-inviaggioallecanarie-canarie - Letmediff MCP (it.letmediff/mcp@0.0.10) The official Letmediff MCP server helping you review your code with an agent first workflow installs: npm:letmediff detail: https://mcpindex.ai/server/it-letmediff-mcp - logr (it.logr/mcp@1.0.0) Query any public logr profile — timelines, events, full context — plus owner-authorized writes. installs: remote:https://logr.it/mcp detail: https://mcpindex.ai/server/it-logr-mcp - Italian B2B Lead Scoring, Ranking & JSON Decisions (it.machinesignal/b2b-lead-scoring-ranking-italy@1.0.1) Score, rank and prioritize an existing Italian B2B lead list into explained JSON decisions. installs: remote:https://mcp.machinesignal.it/lead-scoring detail: https://mcpindex.ai/server/it-machinesignal-b2b-lead-scoring-ranking-italy - Italian B2B Lead List Scoring, Ranking & JSON Decisions (it.machinesignal/discovery@1.3.4) Prioritize an existing Italian B2B lead list into up to 250 explained JSON decisions. installs: remote:https://mcp.machinesignal.it/mcp detail: https://mcpindex.ai/server/it-machinesignal-discovery - jp.addresstozip/address-to-zip (jp.addresstozip/address-to-zip@1.0.0) 日本の住所と郵便番号を相互変換するMCPサーバー。住所から郵便番号を検索、郵便番号から住所を逆引きします。 installs: remote:https://addresstozip.jp/mcp detail: https://mcpindex.ai/server/jp-addresstozip-address-to-zip - agentfeeds.jp (jp.agentfeeds.api/agentfeeds@1.0.0) Japan regulatory, sanctions & DEX market data for AI agents via x402 (USDC on Base). installs: remote:https://api.agentfeeds.jp/mcp detail: https://mcpindex.ai/server/jp-agentfeeds-api-agentfeeds - Contencial MCP (jp.co.contencial/mcp@0.2.0) 株式会社コンテンシャルの公開情報を検索・取得できる読み取り専用サーバー。出典は canonical URL に固定。 installs: remote:https://mcp.contencial.co.jp/ detail: https://mcpindex.ai/server/jp-co-contencial-mcp - コエカツ アンケート集計データ (jp.datasetsearch/koekatsu@0.1.0) コエカツの公開アンケート集計を検索・取得できる読み取り専用サーバー。登録不要。引用用の時点固定URLと出典つき。 installs: remote:https://mcp.datasetsearch.jp/ detail: https://mcpindex.ai/server/jp-datasetsearch-koekatsu - MenuFresh (jp.menufresh/menufresh@1.0.0) The brain for restaurant costs, pricing, and true profit (read/edit menu, recipes, costs). installs: remote:https://admin.menufresh.jp/api/mcp detail: https://mcpindex.ai/server/jp-menufresh-menufresh - プレニカ MCP (jp.prenica/mcp@0.67.0) プレニカに掲載された企業のプレスリリースと運営情報を検索・取得できる読み取り専用サーバー。出典は canonical URL に固定。 installs: remote:https://mcp.prenica.jp/ detail: https://mcpindex.ai/server/jp-prenica-mcp - StoryCanon (jp.softglow/storycanon@1.0.0) A structured story bible for long-form fiction: scenes, characters, world, plot and foreshadowing. installs: remote:https://storycanon.softglow.jp/mcp detail: https://mcpindex.ai/server/jp-softglow-storycanon - SEO対策研究室 MCP (jp.tsuyoshikashiwazaki/mcp@0.1.0) SEO対策研究室(柏崎剛)の公開情報を検索・取得できる読み取り専用サーバー。出典は canonical URL に固定。 installs: remote:https://mcp.tsuyoshikashiwazaki.jp/ detail: https://mcpindex.ai/server/jp-tsuyoshikashiwazaki-mcp - kr.co.paperee/paperee-mcp (kr.co.paperee/paperee-mcp@1.0.0) Create AI-generated exam questions and save them to your paperee question bank for review. installs: remote:https://api.paperee.co.kr/functions/v1/mcp detail: https://mcpindex.ai/server/kr-co-paperee-paperee-mcp - SBChart2.0 MCP (kr.co.softbowl/sbchart2@1.0.1) Softbowl SBChart2.0 차트(chart) 라이브러리의 공식 API 문서를 검색해, AI가 정확한 차트 코드를 생성하도록 돕습니다. installs: remote:https://softbowl.co.kr/mcp/sbchart2.do detail: https://mcpindex.ai/server/kr-co-softbowl-sbchart2 - SBGrid3.0 MCP (kr.co.softbowl/sbgrid3@1.0.1) Softbowl SBGrid3.0 데이터 그리드(grid)의 공식 API 문서를 검색해, AI가 정확한 그리드 코드를 생성하도록 돕습니다. installs: remote:https://softbowl.co.kr/mcp/sbgrid3.do detail: https://mcpindex.ai/server/kr-co-softbowl-sbgrid3 - 드래프터즈 (Drafters) (kr.drafters/drafters@1.0.0) 한국 특허 명세서 작성·기재불비 검토·KIPRIS 선행조사·도면 생성. 크레딧 기반 비동기 잡. installs: remote:https://drafters.kr/mcp detail: https://mcpindex.ai/server/kr-drafters-drafters - kz.tehprof.booking/reservations (kz.tehprof.booking/reservations@1.0.0) Remote MCP for TehProf Booking: browse resources & availability, create & cancel reservations. installs: remote:https://booking.tehprof.kz/mcp detail: https://mcpindex.ai/server/kz-tehprof-booking-reservations - makeup.land (land.makeup/v1@1.0.0) Israeli cosmetics retailer: ΔE shade matching, customer wallet, cart, orders, gift cards. installs: remote:https://makeup.land/api/mcp detail: https://mcpindex.ai/server/land-makeup-v1 - lat.oktopus/checkout-cod (lat.oktopus/checkout-cod@0.1.0) Riel de pago contra entrega (COD) para LATAM: crea órdenes y cobra con Dropi vía MCP. installs: remote:https://www.oktopus.lat/api/mcp detail: https://mcpindex.ai/server/lat-oktopus-checkout-cod - legal.captain/captain-legal (legal.captain/captain-legal@0.1.0) Compliant legal documents from your AI assistant: 1,100+ templates, 15 countries, free preview. installs: remote:https://mcp.captain.legal/connect/ detail: https://mcpindex.ai/server/legal-captain-captain-legal - PJQ — Public Judgment Quotient (life.pjq/pjq@1.0.0) Observatory of public media reception: classify YouTube comments for mood, support and controversy. installs: remote:https://pjq.life/mcp/ detail: https://mcpindex.ai/server/life-pjq-pjq - Whetstone (link.cyberelf.whetstone/tools@0.8.0) Verifier-grounded AI promotion gates, disposable report cards, and signed PASS/HOLD/BLOCK receipts. installs: remote:https://whetstone.cyberelf.link/mcp detail: https://mcpindex.ai/server/link-cyberelf-whetstone-tools - link.obfus/utility-grid (link.obfus/utility-grid@1.0.1) 31 deterministic tools: JSON→Zod, regex, JWT, curl→fetch, hashing, encoding, UUIDs, encrypted links installs: remote:https://obfus.link/mcp detail: https://mcpindex.ai/server/link-obfus-utility-grid - Onchain Alpha Lab (link.onchainalphamcp.mcp/onchain-alpha-lab@1.0.0) Paid MCP tools for onchain alpha research, X content analysis, and KOL distillation. installs: remote:https://mcp.onchainalphamcp.link/mcp detail: https://mcpindex.ai/server/link-onchainalphamcp-mcp-onchain-alpha-lab - MCP for Oura (link.smirnov/mcp-oura@0.1.1) Multi-tenant hosted MCP server for Oura Ring — 21 read-only tools, OAuth per user. installs: remote:https://mcp-oura.smirnov.link/mcp detail: https://mcpindex.ai/server/link-smirnov-mcp-oura - BrainFlow (live.alpic.alpichack-3c740d01/alpichack@0.0.1) AI-powered ticket triage and workflow automation installs: remote:https://alpichack-3c740d01.alpic.live detail: https://mcpindex.ai/server/live-alpic-alpichack-3c740d01-alpichack - My MCP Server (live.alpic.apps-sdk-template-14df1dd6/apps-sdk-template@0.0.1) Description of my MCP server installs: remote:https://apps-sdk-template-14df1dd6.alpic.live detail: https://mcpindex.ai/server/live-alpic-apps-sdk-template-14df1dd6-apps-sdk-template - cloud_dj (live.alpic.clouddj-ce0f8cfd/clouddj@0.0.1) cloud_dj installs: remote:https://clouddj-ce0f8cfd.alpic.live detail: https://mcpindex.ai/server/live-alpic-clouddj-ce0f8cfd-clouddj - My MCP Server (live.alpic.commandhub-lua-58b727e2/commandHub-lua@0.0.1) Description of my MCP server installs: remote:https://commandhub-lua-58b727e2.alpic.live detail: https://mcpindex.ai/server/live-alpic-commandhub-lua-58b727e2-commandhub-lua - My MCP Server (live.alpic.fast-mcp-f337845e/fast-mcp@0.0.1) Description of my MCP server installs: remote:https://fast-mcp-f337845e.alpic.live detail: https://mcpindex.ai/server/live-alpic-fast-mcp-f337845e-fast-mcp - Morning brief (live.alpic.iaapp-a912a14e/IAApp@0.0.1) Chatgpt app for Morning brief installs: remote:https://iaapp-a912a14e.alpic.live detail: https://mcpindex.ai/server/live-alpic-iaapp-a912a14e-iaapp - Lineup (live.alpic.lineup-bf157e35/lineup@0.0.1) Turn one sentence into an event pack: event card, identity badges, QR codes, and .ics. installs: remote:https://lineup-bf157e35.alpic.live detail: https://mcpindex.ai/server/live-alpic-lineup-bf157e35-lineup - My MCP Server (live.alpic.linkup-company-resea-2df3e8e8/Linkup-Company-Research@0.0.1) Description of my MCP server installs: remote:https://linkup-company-resea-2df3e8e8.alpic.live detail: https://mcpindex.ai/server/live-alpic-linkup-company-resea-2df3e8e8-linkup-company-research - My MCP Server (live.alpic.mcp-server-template-7860f7d3/mcp-server-template-python@0.0.1) Description of my MCP server installs: remote:https://mcp-server-template-7860f7d3.alpic.live detail: https://mcpindex.ai/server/live-alpic-mcp-server-template-7860f7d3-mcp-server-template-python - My MCP Server (live.alpic.mcp-server-template-d2d1b3b5/mcp-server-template-xmcp@0.0.1) Description of my MCP server installs: remote:https://mcp-server-template-d2d1b3b5.alpic.live detail: https://mcpindex.ai/server/live-alpic-mcp-server-template-d2d1b3b5-mcp-server-template-xmcp - My MCP Server (live.alpic.mcpimmo-10e693d9/mcpimmo@0.0.1) Description of my MCP server installs: remote:https://mcpimmo-10e693d9.alpic.live detail: https://mcpindex.ai/server/live-alpic-mcpimmo-10e693d9-mcpimmo - Magic 8 Ball (live.alpic.new-test-cli-239fbe01/new-test-cli@0.0.2) Ask a question and get a deterministic Magic 8 Ball answer. installs: remote:https://new-test-cli-239fbe01.alpic.live detail: https://mcpindex.ai/server/live-alpic-new-test-cli-239fbe01-new-test-cli - Template (live.alpic.node-mcp-3a40efc5/node-mcp@0.0.1) Description of my MCP server installs: remote:https://node-mcp-3a40efc5.alpic.live detail: https://mcpindex.ai/server/live-alpic-node-mcp-3a40efc5-node-mcp - OpenJob (live.alpic.openjobs-3168f222/openjobs@0.0.2) Find jobs in your own words and apply on the company website — no detours. installs: remote:https://openjobs-3168f222.alpic.live detail: https://mcpindex.ai/server/live-alpic-openjobs-3168f222-openjobs - QA Test Server (live.alpic.qa-test-cli-b955e6a8/qa-test-cli@0.0.1) Testing publish command installs: remote:https://qa-test-cli-b955e6a8.alpic.live detail: https://mcpindex.ai/server/live-alpic-qa-test-cli-b955e6a8-qa-test-cli - My MCP Serv (live.alpic.staging.alpic-poc-frontend-c68d130f/alpic-poc-frontend@0.0.1) Description of my MCP server installs: remote:https://alpic-poc-frontend-c68d130f.staging.alpic.live detail: https://mcpindex.ai/server/live-alpic-staging-alpic-poc-frontend-c68d130f-alpic-poc-frontend - My MCP Server (live.alpic.staging.demo-81c8a122/demo@0.0.1) Description of my MCP server installs: remote:https://demo-81c8a122.staging.alpic.live detail: https://mcpindex.ai/server/live-alpic-staging-demo-81c8a122-demo - (WiP) An everything app (live.alpic.staging.everything-app-7f22928f/everything-app@0.0.1) Still WiP installs: remote:https://everything-app-7f22928f.staging.alpic.live detail: https://mcpindex.ai/server/live-alpic-staging-everything-app-7f22928f-everything-app - My everything app! (live.alpic.staging.everything-app-ce82911c/everything-app@0.0.2) Still WiP installs: remote:https://everything-app-ce82911c.staging.alpic.live detail: https://mcpindex.ai/server/live-alpic-staging-everything-app-ce82911c-everything-app - Template! (live.alpic.staging.mcp-server-6283dc54/mcp-server@0.0.2) A non functional MCP server (yet) installs: remote:https://mcp-server-6283dc54.staging.alpic.live detail: https://mcpindex.ai/server/live-alpic-staging-mcp-server-6283dc54-mcp-server - My MCP Server! (live.alpic.staging.mcp-server-a2d17427/mcp-server@0.0.1) A non functional MCP server (yet) installs: remote:https://mcp-server-a2d17427.staging.alpic.live detail: https://mcpindex.ai/server/live-alpic-staging-mcp-server-a2d17427-mcp-server - Template server (live.alpic.staging.mcp-server-template--1488dac2/mcp-server-template-nodejs@0.0.5) Non functional server (yet) installs: remote:https://mcp-server-template--1488dac2.staging.alpic.live detail: https://mcpindex.ai/server/live-alpic-staging-mcp-server-template-1488dac2-mcp-server-template-nodejs - Template serv (live.alpic.staging.mcp-server-template-5eacc5c3/mcp-server-template@0.0.3) A non functional MCP server (yet) installs: remote:https://mcp-server-template-5eacc5c3.staging.alpic.live detail: https://mcpindex.ai/server/live-alpic-staging-mcp-server-template-5eacc5c3-mcp-server-template - Template server (live.alpic.staging.mcp-server-template-7b99436a/mcp-server-template@0.0.1) Server not ready (yet!) installs: remote:https://mcp-server-template-7b99436a.staging.alpic.live detail: https://mcpindex.ai/server/live-alpic-staging-mcp-server-template-7b99436a-mcp-server-template - Template server (live.alpic.staging.mcp-server-template-8068f74b/mcp-server-template@0.0.1) A non functional MCP server (yet) installs: remote:https://mcp-server-template-8068f74b.staging.alpic.live detail: https://mcpindex.ai/server/live-alpic-staging-mcp-server-template-8068f74b-mcp-server-template - Template server (live.alpic.staging.mcp-server-template-90a89880/mcp-server-template@0.0.1) Work in progress installs: remote:https://mcp-server-template-90a89880.staging.alpic.live detail: https://mcpindex.ai/server/live-alpic-staging-mcp-server-template-90a89880-mcp-server-template - Template server (live.alpic.staging.mcp-server-template-99cbcf02/mcp-server-template@0.0.1) Not ready (yet!) installs: remote:https://mcp-server-template-99cbcf02.staging.alpic.live detail: https://mcpindex.ai/server/live-alpic-staging-mcp-server-template-99cbcf02-mcp-server-template - Template server! (live.alpic.staging.mcp-template-e37c5898/mcp-template@0.0.4) A non functional MCP server (yet) installs: remote:https://mcp-template-e37c5898.staging.alpic.live detail: https://mcpindex.ai/server/live-alpic-staging-mcp-template-e37c5898-mcp-template - My MCP Server (live.alpic.staging.personal-chef-chatgp-c951fcb6/personal-chef-chatgpt-app@0.0.1) Ok installs: remote:https://personal-chef-chatgp-c951fcb6.staging.alpic.live detail: https://mcpindex.ai/server/live-alpic-staging-personal-chef-chatgp-c951fcb6-personal-chef-chatgpt-app - Template server (live.alpic.staging.server-template-3b6131fe/server-template@0.0.1) A non functional MCP server (yet) installs: remote:https://server-template-3b6131fe.staging.alpic.live detail: https://mcpindex.ai/server/live-alpic-staging-server-template-3b6131fe-server-template - My MCP Serv (live.alpic.staging.system-prompts-of-ai-987eba72/my-mcp-server@0.0.1) Description of my MCP server installs: remote:https://system-prompts-of-ai-987eba72.staging.alpic.live detail: https://mcpindex.ai/server/live-alpic-staging-system-prompts-of-ai-987eba72-my-mcp-server - Template (live.alpic.staging.template-0f352e26/template@0.0.1) A non functional MCP server (yet) installs: remote:https://template-0f352e26.staging.alpic.live detail: https://mcpindex.ai/server/live-alpic-staging-template-0f352e26-template - Template (live.alpic.staging.template-nodejs-d3cd3099/template-nodejs@0.0.1) A non functional MCP server (yet) installs: remote:https://template-nodejs-d3cd3099.staging.alpic.live detail: https://mcpindex.ai/server/live-alpic-staging-template-nodejs-d3cd3099-template-nodejs - My MCP server (live.alpic.staging/alpic-poc-frontend-9eb5bfc8@0.0.34) Description of my MCP server mega cool capabilities, lesgo installs: remote:https://alpic-poc-frontend-9eb5bfc8.staging.alpic.live detail: https://mcpindex.ai/server/live-alpic-staging-alpic-poc-frontend-9eb5bfc8 - My MCP Ser (live.alpic.staging/mcp-server-template--43874b8f@0.0.8) Description of my MCP server installs: remote:https://mcp-server-template--43874b8f.staging.alpic.live detail: https://mcpindex.ai/server/live-alpic-staging-mcp-server-template-43874b8f - My MCP Serve (live.alpic.staging/mcp-server-template--de51cc9a@0.0.1) Description of my MCP server installs: remote:https://mcp-server-template--de51cc9a.staging.alpic.live detail: https://mcpindex.ai/server/live-alpic-staging-mcp-server-template-de51cc9a - Tasks Example (live.alpic.tasks-example-ca49f0f6/tasks-example@0.0.1) A test MCP server for task management installs: remote:https://tasks-example-ca49f0f6.alpic.live detail: https://mcpindex.ai/server/live-alpic-tasks-example-ca49f0f6-tasks-example - Template server (live.alpic.template-server-8e74ee32/template-server@0.0.1) Description of my MCP server installs: remote:https://template-server-8e74ee32.alpic.live detail: https://mcpindex.ai/server/live-alpic-template-server-8e74ee32-template-server - Template server (live.alpic.template-server-ed7df515/template-server@0.0.1) Description of my MCP server installs: remote:https://template-server-ed7df515.alpic.live detail: https://mcpindex.ai/server/live-alpic-template-server-ed7df515-template-server - Normal Title (live.alpic.test-distribution-pr-a7d5a2d3/test-distribution-project@0.0.7) just a normal description with a link to https://evil.com installs: remote:https://test-distribution-pr-a7d5a2d3.alpic.live detail: https://mcpindex.ai/server/live-alpic-test-distribution-pr-a7d5a2d3-test-distribution-project - Magic 8 Ball QA Demo (live.alpic.test5-ca2cc17f/test5@0.0.3) Skybridge demo for QA and playground validation installs: remote:https://test5-ca2cc17f.alpic.live detail: https://mcpindex.ai/server/live-alpic-test5-ca2cc17f-test5 - live.bitcoinintel/signal-api (live.bitcoinintel/signal-api@1.0.0) Bitcoin 15-min prediction signals with on-chain commitment proofs. L402-gated. installs: remote:https://mcp.bitcoinintel.live/mcp/sse detail: https://mcpindex.ai/server/live-bitcoinintel-signal-api - live.catchaset/catchaset (live.catchaset/catchaset@1.0.0) Live-music shows in Austin & Chicago matched to your taste (pass artists you like). installs: remote:https://catchaset.live/mcp detail: https://mcpindex.ai/server/live-catchaset-catchaset - Hypertext (live.hypertext/hypertext@1.0.0) Publish complete HTML artifacts and return a public share URL. installs: remote:https://hypertext.live/mcp detail: https://mcpindex.ai/server/live-hypertext-hypertext - Facet UCP Shopping (llc.facet/ucp-shopping@1.0.0) The independent agent-commerce protocol for AI-agent checkout on any online store. installs: remote:https://api.facet.llc/ucp/mcp detail: https://mcpindex.ai/server/llc-facet-ucp-shopping - TaskMan of London (london.taskman/home-services@1.0.0) Book London furniture assembly, wall mounting, handyman, electrical, and smart home jobs. installs: remote:https://taskman.london/mcp detail: https://mcpindex.ai/server/london-taskman-home-services - Chain.Love MCP (love.chain.app/chainlove-mcp@0.1.1) Hosted MCP gateway for Web3 infra discovery across 20+ networks via one endpoint. installs: remote:https://app.chain.love/mcp detail: https://mcpindex.ai/server/love-chain-app-chainlove-mcp - love.letsvibe/vibe (love.letsvibe/vibe@1.0.0) Discover wellness practitioners, events, communities, and modalities through Let's Vibe. installs: remote:https://mcp.letsvibe.love/mcp detail: https://mcpindex.ai/server/love-letsvibe-vibe - Datao (ma.datao/mcp@1.2.0) Recherchez, analysez et suivez les appels d’offres publics marocains avec Datao. installs: remote:https://mcp.datao.ma/mcp detail: https://mcpindex.ai/server/ma-datao-mcp - market.mtok/mcp (market.mtok/mcp@1.0.1) Spot market for AI inference tokens. Buyers pay per draw in USDC on Base; sellers host delivery. installs: remote:https://mtok.market/mcp detail: https://mcpindex.ai/server/market-mtok-mcp - Mundane (market.mundane/mundane@0.1.10) Hire verified, escrow-paid humans for real-world tasks: errands, photos, queues, bookings. installs: pypi:mundane-mcp | docker:ghcr.io/sttruji/mundane-mcp:0.1.10 detail: https://mcpindex.ai/server/market-mundane-mundane - Bellwether (markets.bellwether/prediction-markets@0.1.0) Live Kalshi + Polymarket prediction-market data and cross-venue arbitrage spreads, one schema. installs: remote:https://api.bellwether.markets/mcp detail: https://mcpindex.ai/server/markets-bellwether-prediction-markets - markets.tally/mcp (markets.tally/mcp@1.0.0) The risk officer for AI-assisted trading: enforced exit rules, cooling-off, and public receipts. installs: remote:https://tally.markets/api/mcp detail: https://mcpindex.ai/server/markets-tally-mcp - md.install/try (md.install/try@0.1.1) Create guides as MCP servers to instruct coding agents to use your software (library, API, etc). installs: remote:https://install.md/mcp/try detail: https://mcpindex.ai/server/md-install-try - Cancun4me — Reservas de Hotel (me.cancun4/reservas@1.0.0) Pesquise, cote e reserve hoteis de Cancun/Riviera Maya direto de uma IA (Cancun4me). installs: remote:https://cancun4-mcp.fly.dev/mcp detail: https://mcpindex.ai/server/me-cancun4-reservas - Didit MCP Server (me.didit/mcp@5.0.1) KYC, KYB, AML, wallet screening, transaction monitoring, and fraud workflows for AI agents. installs: remote:https://mcp.didit.me/mcp detail: https://mcpindex.ai/server/me-didit-mcp - DivestMe — Zombie Asset Sale Documentation (me.divest/divestme@1.0.0) Document a §1001 sale of dead startup stock, SAFEs, notes, or LLC interests — capital loss records installs: remote:https://www.divest.me/api/mcp detail: https://mcpindex.ai/server/me-divest-divestme - drwho.me developer tools (me.drwho/tools@0.1.0) Remote MCP server: 10 developer utilities (base64, JWT, DNS, UUID, URL, JSON, UA, IP lookup). installs: remote:https://drwho.me/mcp/mcp detail: https://mcpindex.ai/server/me-drwho-tools - Faxer — Send Faxes (me.faxer/faxer@1.0.0) Send real faxes from AI assistants. Pay per fax ($1 + $0.25/page), no account or API key. installs: remote:https://faxer.me/mcp detail: https://mcpindex.ai/server/me-faxer-faxer - Food Near Me (me.foodnear/foodnear-me@1.1.0) AI-native restaurant discovery: verified/menu-indexed/discovered tiers + signed allergy-safety data. installs: remote:https://foodnear.me/mcp detail: https://mcpindex.ai/server/me-foodnear-foodnear-me - HumMatch (me.hummatch/hummatch@1.0.0) Match singers to songs by vocal range: score fit, karaoke difficulty, and voice type. installs: remote:https://hummatch.me/api/mcp detail: https://mcpindex.ai/server/me-hummatch-hummatch - In-Context — AI-Native Portfolio (me.in-context/portfolio@1.0.3) An interactive portfolio built for AI conversations. Browse work, services, and book calls. installs: remote:https://in-context.me/mcp detail: https://mcpindex.ai/server/me-in-context-portfolio - OptiAI (me.optiai/optiai@1.0.0) AI life manager: tasks, home, health, wealth, childcare, pets & more — on your own data. installs: remote:https://optiai.me/mcp detail: https://mcpindex.ai/server/me-optiai-optiai - ANON Base USDC Lending Decision (me.pathin.signal/anon-avantis-risk-lens@1.3.0) Paid Base USDC lending decisions and rate-risk alerts, plus free risk and routing tools. installs: remote:https://signal.pathin.me/mcp detail: https://mcpindex.ai/server/me-pathin-signal-anon-avantis-risk-lens - PhoneCallFor.me (me.phonecallfor/phone-agent@1.0.0) Outbound phone calls placed by an AI voice agent to book, ask, or confirm on your behalf. installs: remote:https://phonecallfor.me/mcp detail: https://mcpindex.ai/server/me-phonecallfor-phone-agent - Remember Me Collections (me.remem/collections@1.0.0) Browse Bible verse collections from Remember Me, a free memorization app in 48 languages installs: remote:https://mcp.remem.me/mcp detail: https://mcpindex.ai/server/me-remem-collections - Route6 — Agent Network Identity (me.route6/netid@1.3.0) Gives AI agents a public IPv6 identity, hostname, port forwarding, web fetch, team mesh. Free tier. installs: docker:docker.io/route6me/netid:1.2.3 | remote:https://gw.route6.me/mcp detail: https://mcpindex.ai/server/me-route6-netid - SeekOnMe Product Discovery (me.seekon.fast/product-discovery-mcp@1.0.0) Remote MCP server for product discovery catalog and retrieving product details. installs: remote:https://fast.seekon.me/mcp/ detail: https://mcpindex.ai/server/me-seekon-fast-product-discovery-mcp - me.structa/structa (me.structa/structa@1.0.1) An AI-native context platform that accumulates an organization's judgment. Built by South Gate Inc. installs: remote:https://structa.me/api/gateway/mcp detail: https://mcpindex.ai/server/me-structa-structa - aboard (me.untype/aboard@0.1.0) Falsifiable claims about systemic problems: causal graph, forecasts, dossiers. installs: remote:https://aboard.untype.me/mcp detail: https://mcpindex.ai/server/me-untype-aboard - Distro Publisher (beta) (media.distro/distroverse@2.0.3) AI-native news publishing: manage publications, write stories, upload media, and browse feeds. installs: remote:https://app.distro.media/mcp/stream detail: https://mcpindex.ai/server/media-distro-distroverse - Haas.my — Human-as-a-Service (my.haas/human-tasks@1.0.0) Hire verified humans for real-world tasks via API or MCP. 14 tools, free API key. installs: remote:https://haas.my/api/mcp detail: https://mcpindex.ai/server/my-haas-human-tasks - my.taokeh/mcp (my.taokeh/mcp@1.1.0) Malaysian SME accounting, e-Invoice and payroll for your AI. 41 tools; writes are approved drafts. installs: remote:https://taokeh.my/mcp detail: https://mcpindex.ai/server/my-taokeh-mcp - 4bots (net.4bots/4bots@1.0.1) Drop-in daily content for AI briefing agents. 10 channels, 100 free calls on signup. installs: remote:https://4bots.net/mcp detail: https://mcpindex.ai/server/net-4bots-4bots - net.agentutil/context-mcp (net.agentutil/context-mcp@1.0.0) Situational awareness — holidays, business hours, and platform status for timing-sensitive actions. installs: npm:@agentutil/context-mcp detail: https://mcpindex.ai/server/net-agentutil-context-mcp - net.agentutil/norm-mcp (net.agentutil/norm-mcp@1.0.0) Statistical baselines — check if values are normal or anomalous for a given category. installs: npm:@agentutil/norm-mcp detail: https://mcpindex.ai/server/net-agentutil-norm-mcp - net.agentutil/undo-mcp (net.agentutil/undo-mcp@1.0.0) Reversibility intelligence — check if actions can be undone before executing them. installs: npm:@agentutil/undo-mcp detail: https://mcpindex.ai/server/net-agentutil-undo-mcp - net.agentutil/verify-mcp (net.agentutil/verify-mcp@1.0.0) Sub-cent factual claim verification against live data sources. installs: npm:@agentutil/verify-mcp detail: https://mcpindex.ai/server/net-agentutil-verify-mcp - Andrii Co. Notary & Apostille Assistant (net.andrii/booking@1.0.1) Book a Washington notary or apostille appointment, get a quote, and track it, via AI assistant. installs: remote:https://andrii.net/mcp detail: https://mcpindex.ai/server/net-andrii-booking - AnyHook (net.anyhook/anyhook@0.2.2) A webhook inbox for agents: one call returns a live URL. Mock, verify, inspect and replay. installs: remote:https://anyhook.net/mcp detail: https://mcpindex.ai/server/net-anyhook-anyhook - net.arclera/arclera (net.arclera/arclera@1.0.0) Read-only company facts for ARCLERA DIGITAL, LLC: contact, services, legal identity. installs: remote:https://arclera.net/mcp detail: https://mcpindex.ai/server/net-arclera-arclera - net.befall/befall (net.befall/befall@0.1.3) Coordination rooms for AI coding agents — path locks, tasks, and conflict alerts. Metadata only. installs: npm:befall detail: https://mcpindex.ai/server/net-befall-befall - CastHost — AI Agent Control for Radio (net.casthost/radio@1.0.0) Control your internet radio from any AI client: listeners, stream, playlists, AutoDJ, DJs, store. installs: remote:https://dashboard.casthost.net/mcp detail: https://mcpindex.ai/server/net-casthost-radio - CheckMyVIN (net.checkmyvin/checkmyvin@1.0.0) Decode any VIN and check open NHTSA safety recalls. Free official US government data, no auth. installs: remote:https://checkmyvin.net/api/mcp detail: https://mcpindex.ai/server/net-checkmyvin-checkmyvin - Compliance Registry (net.complianceregistry/mcp-server@1.0.0) First A2A registry where AI agents discover & transact with compliance firms - audits, permits. installs: remote:https://complianceregistry.net/mcp/ detail: https://mcpindex.ai/server/net-complianceregistry-mcp-server - net.csclear/wire (net.csclear/wire@2.2.0) Agent-native ODW wire: discovery + full MCP courier for signed dealing envelopes. installs: remote:https://mcp.csclear.net/mcp detail: https://mcpindex.ai/server/net-csclear-wire - Open Design MCP (net.digitalpipe.app/dCYkJz@1.0.0) Open Design MCP capability governed by DigitalPipe. installs: remote:https://app.digitalpipe.net/p/dCYkJz/mcp detail: https://mcpindex.ai/server/net-digitalpipe-app-dcykjz - Premium Test MCP (net.digitalpipe.verify-test/dfuagp@1.0.0) Premium test server verified via DNS-TXT. installs: remote:https://app.digitalpipe.net/p/dfuagp/mcp detail: https://mcpindex.ai/server/net-digitalpipe-verify-test-dfuagp - Glyt (net.glyt/glyt@0.1.0) Human-in-the-loop approval for agent actions, with verifiable action-bound receipts. installs: remote:https://glyt.net/mcp detail: https://mcpindex.ai/server/net-glyt-glyt - net.hefes/agora (net.hefes/agora@1.0.1) Verified local business registry for AI agents. Currently serving Malaysia. installs: remote:https://agora-mcp.hefes.net/mcp detail: https://mcpindex.ai/server/net-hefes-agora - Hunter-Seeker (net.hunter-seeker/hunter-seeker@0.1.0) Governed top-k outcome prediction with calibrated scores, counterfactual levers, and honest-empty. installs: remote:https://hunter-seeker.net/api/mcp detail: https://mcpindex.ai/server/net-hunter-seeker-hunter-seeker - net.lawyerd/takedown (net.lawyerd/takedown@0.2.2) DMCA takedown & host reveal for AI agents: who hosts an infringing URL, even behind Cloudflare. installs: remote:https://mcp.lawyerd.net/takedown detail: https://mcpindex.ai/server/net-lawyerd-takedown - Metatake (net.metatake/mcp@1.0.0) Original film criticism: multi-framework readings, TakeScore ratings, kindred films. installs: remote:https://metatake.net/api/mcp detail: https://mcpindex.ai/server/net-metatake-mcp - net.mostexpensivewatches/mcp (net.mostexpensivewatches/mcp@1.0.0) Documented luxury-watch auction records: 1,150+ verified results, prices, rankings and datasets installs: remote:https://mostexpensivewatches.net/mcp detail: https://mcpindex.ai/server/net-mostexpensivewatches-mcp - Leafle (net.nanosheep/leafle@1.0.0) Personalised book recommendations, filtered to what's on your public library's shelf right now. installs: remote:https://leafle.nanosheep.net/mcp/ detail: https://mcpindex.ai/server/net-nanosheep-leafle - Croft (net.oncroft/croft@1.0.0) Deploy and host the apps your AI assistant builds — a real server, database, and shareable URL. installs: remote:https://mcp.oncroft.net detail: https://mcpindex.ai/server/net-oncroft-croft - net.payflowagent/mcp (net.payflowagent/mcp@0.1.0) Free & pay-per-call (x402/USDC) risk & momentum scores for nad.fun tokens on Monad. installs: npm:payflowagent-mcp detail: https://mcpindex.ai/server/net-payflowagent-mcp - net.pifini/pifini (net.pifini/pifini@2.0.0) Real events, reviewed places, and ticket checkout across the Caribbean and Latin America. installs: remote:https://pifini.net/api/mcp detail: https://mcpindex.ai/server/net-pifini-pifini - RobotScope MCP Server (net.robotscope/mcp@0.1.0) Embodied AI & robotics MCP — 180+ companies, funding, Pulse, sector data (CC BY-NC 4.0) installs: remote:https://mcp.robotscope.net/mcp detail: https://mcpindex.ai/server/net-robotscope-mcp - net.settro/sales-team (net.settro/sales-team@1.0.0) Public Settro sales MCP tools for missed-call ROI, direct-order recovery, social ordering, and fit. installs: remote:https://mcp.settro.net/mcp detail: https://mcpindex.ai/server/net-settro-sales-team - SmartAPIs Products Watch (net.smartapis/products-watch@0.1.1) Testing-phase Products Watch endpoint; public discovery remains while new onboarding is paused. installs: remote:https://smartapis.net/mcp detail: https://mcpindex.ai/server/net-smartapis-products-watch - spintax.net MCP server (net.spintax/mcp@1.0.1) Validate, render and analyze spintax templates. Backed by @spintax/core. No authentication. installs: remote:https://spintax.net/mcp detail: https://mcpindex.ai/server/net-spintax-mcp - net.sprtx/sprtx-mcp (net.sprtx/sprtx-mcp@1.0.0) Agent-native sports token network. 1,435 tokens across 98 sports, 9 global regions. installs: remote:https://mcp.sprtx.net detail: https://mcpindex.ai/server/net-sprtx-sprtx-mcp - net.streamfront/jp-address (net.streamfront/jp-address@0.1.0) Normalize and verify Japanese postal addresses into structured fields for agents. installs: remote:https://jp-addr.streamfront.net/mcp detail: https://mcpindex.ai/server/net-streamfront-jp-address - StreamScanner (net.streamscanner/streamscanner@1.0.0) Query your Twitch streams, events, supporters, raids & rankings from an AI assistant via OAuth. installs: remote:https://streamscanner.net/mcp detail: https://mcpindex.ai/server/net-streamscanner-streamscanner - net.swaptitan/swaptitan (net.swaptitan/swaptitan@1.0.0) Non-custodial cross-chain crypto swap MCP — 1288+ assets, no KYC. Solana/EVM/Monero, RPC, oracle. installs: remote:https://swaptitan.net/mcp detail: https://mcpindex.ai/server/net-swaptitan-swaptitan - TaskLite (net.tasklite/mcp@0.5.1) Build a full backend from Claude Code — boards, data, REST APIs — plus a ready-made admin UI installs: remote:https://mcp.tasklite.net/mcp detail: https://mcpindex.ai/server/net-tasklite-mcp - net.topicforge/mcp (net.topicforge/mcp@1.0.0) Generate programmatic SEO articles, topic clusters, FAQ schema, and batch jobs via TopicForge. installs: npm:@topicforge/mcp detail: https://mcpindex.ai/server/net-topicforge-mcp - net.urbot/bots (net.urbot/bots@0.1.0) 150+ vertical AI expert bots as agent tools. $1 bots run on YOUR machine - your data stays yours. installs: remote:https://urbot.net/mcp detail: https://mcpindex.ai/server/net-urbot-bots - net.vybit/mcp-server (net.vybit/mcp-server@1.5.1) Push notifications with personalized sounds - manage and trigger your vybits via MCP installs: remote:https://api.vybit.net/v1/mcp detail: https://mcpindex.ai/server/net-vybit-mcp-server - WebhookTest.net (net.webhooktest/webhook-tester@1.0.0) Anonymous webhook capture, inspection, waiting, and response configuration for AI agents. installs: remote:https://webhooktest.net/mcp detail: https://mcpindex.ai/server/net-webhooktest-webhook-tester - What a Plan! — MCP Server (net.whataplan.api/whataplan-mcp@1.0.0) Descubre eventos en España: filtra por texto, categoría, ubicación, precio y fecha. 38 categorías. installs: remote:https://api.whataplan.net/mcp detail: https://mcpindex.ai/server/net-whataplan-api-whataplan-mcp - Whisky Hunter (net.whiskyhunter/mcp@1.0.0) Whisky auction market data: past and live lots, prices, distillery stats and retail listings. installs: remote:https://whiskyhunter.net/mcp/ detail: https://mcpindex.ai/server/net-whiskyhunter-mcp - Word Cloud Generator (word-cloud.net) (net.word-cloud/wordcloud@1.0.1) Generate word clouds from text with custom fonts, colors, backgrounds, gradients, and shape masks installs: remote:https://word-cloud.net/mcp detail: https://mcpindex.ai/server/net-word-cloud-wordcloud - Zhihuo RotoSpider Layout (net.zhihuo.mcp/rotospider-layout@1.0.2) Rotomolding mold-on-arm layout feasibility: which molds fit on a machine arm/spider, and how. installs: remote:https://mcp.zhihuo.net/roto/mcp detail: https://mcpindex.ai/server/net-zhihuo-mcp-rotospider-layout - Agent Demand (network.agentdemand/agent-demand@0.7.0) Economic-intent network for AI agents to publish demand and discover services. installs: remote:https://agentdemand.network/mcp detail: https://mcpindex.ai/server/network-agentdemand-agent-demand - Physical Capability Cloud (network.capability/physical-capability-cloud@2.19.0) Discover, hire, and verify real-world physical capability through MCP. installs: remote:https://capability.network/mcp detail: https://mcpindex.ai/server/network-capability-physical-capability-cloud - network.flint/agent-transaction-control (network.flint/agent-transaction-control@0.2.1) Issue Agent Passports and verify agent authority before value moves. Signed verification records. installs: remote:https://flint.network/mcp detail: https://mcpindex.ai/server/network-flint-agent-transaction-control - Fortytwo MCP (network.fortytwo/fortytwo-mcp@0.1.0) Ask high-complexity questions where the best answer is required — coding, hard reasoning, and more. installs: remote:https://mcp.fortytwo.network/mcp detail: https://mcpindex.ai/server/network-fortytwo-fortytwo-mcp - Resonance Reward Agent (network.rsnc/reward-agent@2.1.0) Find shopping deals, earn cashback, and redeem rewards across retail, dining, and travel brands. installs: remote:https://agent.rsnc.network/mcp detail: https://mcpindex.ai/server/network-rsnc-reward-agent - Shodai Agreements (network.shodai/agreements@0.1.0) Author, validate, deploy, and operate Shodai on-chain agreements. installs: remote:https://shodai.network/mcp detail: https://mcpindex.ai/server/network-shodai-agreements - TAG IT Verify (network.tagit/nfc-verify@1.0.0) Verify on-chain lifecycle state and provenance of NFC-tagged physical products. installs: remote:https://verify.tagit.network/mcp detail: https://mcpindex.ai/server/network-tagit-nfc-verify - Tenzro Canton MCP (network.tenzro/tenzro-canton@0.1.0) Canton MCP: DAML submit, contracts, events, parties, domains, CIP-56 tokens, DvP, DAR upload. installs: remote:https://canton-mcp.tenzro.network/mcp detail: https://mcpindex.ai/server/network-tenzro-tenzro-canton - Tenzro Chainlink MCP (network.tenzro/tenzro-chainlink@0.1.0) Chainlink MCP: CCIP, CCT pools, Data Feeds, Data Streams, VRF v2.5, PoR, Automation, Functions. installs: remote:https://chainlink-mcp.tenzro.network/mcp detail: https://mcpindex.ai/server/network-tenzro-tenzro-chainlink - Tenzro Ethereum MCP (network.tenzro/tenzro-ethereum@0.1.0) Ethereum MCP: Chainlink feeds, gas, ERC-20, ENS, ABI, contract calls, ERC-8004, EAS. installs: remote:https://ethereum-mcp.tenzro.network/mcp detail: https://mcpindex.ai/server/network-tenzro-tenzro-ethereum - Tenzro LayerZero V2 MCP (network.tenzro/tenzro-layerzero@0.1.0) LayerZero V2 MCP: EndpointV2 quotes, OFT transfers, Stargate V2, Value Transfer API, DVNs. installs: remote:https://layerzero-mcp.tenzro.network/mcp detail: https://mcpindex.ai/server/network-tenzro-tenzro-layerzero - Tenzro Li.Fi MCP (network.tenzro/tenzro-lifi@0.1.0) Li.Fi MCP: cross-chain aggregation — quotes, routes, status, chains, tokens, execution. installs: remote:https://lifi-mcp.tenzro.network/mcp detail: https://mcpindex.ai/server/network-tenzro-tenzro-lifi - Tenzro Solana MCP (network.tenzro/tenzro-solana@0.1.0) Solana MCP: Jupiter swaps, SPL transfers, Metaplex NFTs, Bonfida SNS, slot/TPS, staking. installs: remote:https://solana-mcp.tenzro.network/mcp detail: https://mcpindex.ai/server/network-tenzro-tenzro-solana - capital.new mandate draft tools (new.capital/mandate-tools@0.1.0) Verify Capital Authority Mandate drafts (SHA-256 replay) + v0 schema. Ceremonies stay human. installs: remote:https://capital.new/mcp detail: https://mcpindex.ai/server/new-capital-mandate-tools - V³ News (news.v3/desk@0.1.0) Cited geopolitical events, multi-perspective briefs, and live breaking news from V³ News. installs: remote:https://mcp.v3.news/mcp detail: https://mcpindex.ai/server/news-v3-desk - agenticweb.nl — Dutch open data (nl.agenticweb/dutch-data@1.0.0) Dutch vehicle, address, building, elevation, holiday and demographics data, paid per call. installs: remote:https://api.agenticweb.nl/api/mcp detail: https://mcpindex.ai/server/nl-agenticweb-dutch-data - Praat met je Boekhouding (Chat with your Books) (nl.praatmetjeboekhouding/exact-online@0.3.0) Connect Exact Online accounting to Claude, ChatGPT and Copilot. 114 tools, OAuth 2.1, EU-hosted. installs: remote:https://api.praatmetjeboekhouding.nl/mcp detail: https://mcpindex.ai/server/nl-praatmetjeboekhouding-exact-online - nl.schappy/supermarkt (nl.schappy/supermarkt@0.1.0) Live Dutch supermarket prices and promotions (Albert Heijn, Jumbo, Lidl, Aldi and more) for AI. installs: remote:https://mcp.schappy.nl/mcp detail: https://mcpindex.ai/server/nl-schappy-supermarkt - SVV-Schatzoekers Public Selling Agent (nl.svv-schatzoekers/public-selling-agent@1.0.0) Read-only product discovery, merchant trust, shipping and returns for SVV-Schatzoekers. installs: remote:https://brain.svv-schatzoekers.nl/mcp-public detail: https://mcpindex.ai/server/nl-svv-schatzoekers-public-selling-agent - Apier (no.apier/mcp@2026.8.1) Compliance infrastructure API connecting AI agents to Norwegian government systems (Altinn, BRREG). installs: remote:https://www.apier.no/api/mcp detail: https://mcpindex.ai/server/no-apier-mcp - kcp-harness — KCP compliance proxy (no.cantara/kcp-harness@0.4.1) MCP compliance proxy between agent and tools: deterministic governance, fail-closed, audit trail. installs: npm:kcp-harness detail: https://mcpindex.ai/server/no-cantara-kcp-harness - Firmaradar (no.firmaradar/mcp@0.3.2) Norwegian company intelligence: ownership, roles, financials, risk, KYC/AML/PEP (multi-source) installs: remote:https://mcp.firmaradar.no/mcp detail: https://mcpindex.ai/server/no-firmaradar-mcp - Mynto — AI-regnskapsfører for norske selskaper (no.mynto/mynto@1.1.0) Norsk regnskap i Claude: bokføring, MVA, lønn og Altinn — spør på vanlig norsk. installs: remote:https://api.mynto.no/mcp detail: https://mcpindex.ai/server/no-mynto-mynto - Rettsarkiv (no.rettsarkiv/rettsarkiv@1.0.0) Norske Høyesterettsavgjørelser og lovtekst som lov-bevisst data, søkbart på vanlig norsk. installs: remote:https://rettsarkiv-mcp-953525390683.europe-west3.run.app/mcp detail: https://mcpindex.ai/server/no-rettsarkiv-rettsarkiv - Presso (now.presso/presso@1.0.0) Connect e-commerce and marketing data to AI assistants via MCP. installs: remote:https://mcp.presso.now/mcp detail: https://mcpindex.ai/server/now-presso-presso - VoiceLabs (now.voicelabs/voicelabs@1.0.0) AI voice generation: text-to-speech and voice cloning from any MCP client. installs: remote:https://app.voicelabs.now/api/mcp detail: https://mcpindex.ai/server/now-voicelabs-voicelabs - AgenticRail Gate - sequence enforcement and verifiable audit receipts for AI agent compliance (nz.agenticrail/gate@1.1.0) Deterministic runtime enforcement of step order for AI agents: ALLOW/DENY before a step runs. installs: remote:https://mcp.agenticrail.nz/ detail: https://mcpindex.ai/server/nz-agenticrail-gate - BadBuddy (nz.co.badbuddy.www/mcp@1.0.1) Find public badminton activities and venues in New Zealand through a read-only MCP server. installs: remote:https://www.badbuddy.co.nz/mcp detail: https://mcpindex.ai/server/nz-co-badbuddy-www-mcp - nz.phos/marketing-engine (nz.phos/marketing-engine@1.0.0) AI marketing — content generation, competitor analysis, social publishing. installs: remote:https://api.phos.nz/mcp detail: https://mcpindex.ai/server/nz-phos-marketing-engine - nz.phos/sales-engine (nz.phos/sales-engine@1.0.0) AI sales — prospect discovery, ICP scoring, outreach generation. installs: remote:https://sales.phos.nz/mcp detail: https://mcpindex.ai/server/nz-phos-sales-engine - observer.blacklight/signals (observer.blacklight/signals@0.1.0) Realizability-gated Hyperliquid & Polymarket wallet copyability, risk & smart-money signals. installs: remote:https://blacklight.observer/mcp detail: https://mcpindex.ai/server/observer-blacklight-signals - one.everstake/mcp (one.everstake/mcp@1.0.0) MCP server connecting AI agents to non-custodial staking data across 130+ networks. installs: remote:https://mcp.everstake.one detail: https://mcpindex.ai/server/one-everstake-mcp - Claude FAF (one.faf/claude-faf-mcp@5.21.0) Persistent project context for Claude. IANA-registered .faf format. installs: npm:claude-faf-mcp detail: https://mcpindex.ai/server/one-faf-claude-faf-mcp - Grok FAF (one.faf/grok-faf-mcp@1.9.1) Persistent project context for xAI Grok. IANA-registered .faf format. installs: npm:grok-faf-mcp detail: https://mcpindex.ai/server/one-faf-grok-faf-mcp - Rust FAF (one.faf/rust-faf-mcp@0.4.1) Persistent project context — Rust-native MCP server. IANA-registered .faf format. installs: npm:rust-faf-mcp detail: https://mcpindex.ai/server/one-faf-rust-faf-mcp - one.faf/wjttc (one.faf/wjttc@1.4.1) F1-grade MCP certification. 52 tests, 9 tiers (49 scored + T9 Receipt validation). Ecosystem: #2759 installs: npm:wjttc detail: https://mcpindex.ai/server/one-faf-wjttc - one.socialai/website-mcp (one.socialai/website-mcp@1.5.2) Build, edit, stock, and publish Social AI websites and storefronts via AI chat. installs: npm:@socialai/website-mcp | remote:https://socialai.one/api/mcp detail: https://mcpindex.ai/server/one-socialai-website-mcp - one.zerno/zerno-lite (one.zerno/zerno-lite@1.0.0) Give AI agents secure access to ZERNO project briefs, tasks, and context over remote MCP. installs: remote:https://zerno.one/mcp detail: https://mcpindex.ai/server/one-zerno-zerno-lite - one.zovo/crx-permission-risk (one.zovo/crx-permission-risk@1.0.0) Score the privilege a Chrome MV3 extension takes from its manifest, and diff permission sets. installs: remote:https://crx-permission-risk-mcp.lipmichal.workers.dev/mcp detail: https://mcpindex.ai/server/one-zovo-crx-permission-risk - Aurinia — booking across the network (online.aurinia/connect@0.1.0) Find and book across the Aurinia network (doctor, hostel, spa) via AI. installs: remote:https://aurinia.online/mcp detail: https://mcpindex.ai/server/online-aurinia-connect - Jinero (online.jinero/jinero@1.3.1) AI-agent design tools: fonts, font recognition, palettes, color naming, contrast, code, SVG, CSS. installs: remote:https://jinero.online/mcp detail: https://mcpindex.ai/server/online-jinero-jinero - Numbers Online — phone intelligence (online.numbers/numbers-online@1.0.0) Read-only phone intelligence for AI voice agents — line type, risk, DNC, signed receipts. installs: remote:https://numbers.online/api/v1/mcp detail: https://mcpindex.ai/server/online-numbers-numbers-online - Sentinel (org.448c/sentinel@0.0.1) Pay-per-call safety checks for AI agents: screen a crypto address or URL before you transact. installs: remote:https://448c.org/mcp detail: https://mcpindex.ai/server/org-448c-sentinel - Agent Community (org.agentcommunity/mcp@1.0.0) Agent Community MCP: member lookup, stats, DMV checks, and proposed .agent name interest. installs: remote:https://agentcommunity.org/mcp detail: https://mcpindex.ai/server/org-agentcommunity-mcp - Agentic Substrate (org.agenticsubstrate/agentic-substrate@1.0.2) Agent reputation economy: known-answer probation, expertise tags, jobs, staked delivery installs: remote:https://agenticsubstrate.org/mcp detail: https://mcpindex.ai/server/org-agenticsubstrate-agentic-substrate - org.agentmuseum/the-agent-museum (org.agentmuseum/the-agent-museum@1.0.0) A verifiable museum of the agent era; browse and authenticate exhibits against Bitcoin. installs: remote:https://agentmuseum.org/mcp detail: https://mcpindex.ai/server/org-agentmuseum-the-agent-museum - American Default Research (org.americandefault/research@1.0.1) Read-only MCP for U.S. household distress: 96 indicators, ADI composite, 3,144 counties. installs: remote:https://mcp.americandefault.org/mcp detail: https://mcpindex.ai/server/org-americandefault-research - org.benevolabs/irenictable (org.benevolabs/irenictable@6.15.0) Collaborative whiteboard MCP server — create objects, connectors, C4 diagrams, and manage boards installs: remote:https://irenictable.benevolabs.org/mcp detail: https://mcpindex.ai/server/org-benevolabs-irenictable - org.bot-trade/bottrade (org.bot-trade/bottrade@1.0.0) Benchmark for AI trading agents: historic market scenarios, public leaderboard. installs: remote:https://mcp.bot-trade.org/mcp detail: https://mcpindex.ai/server/org-bot-trade-bottrade - Bullrun (org.bull-run/bullrun@0.1.2) Global stock research, ML forecasts, valuation signals, screeners & portfolio tracking in Claude installs: remote:https://mcp.bull-run.org/mcp detail: https://mcpindex.ai/server/org-bull-run-bullrun - Cars Helping Kids — Car Donations (org.carshelpingkids/car-donations@1.0.0) Verified car-donation guidance, readiness checks, and donor-authorized intake for review. installs: remote:https://carshelpingkids.org/mcp detail: https://mcpindex.ai/server/org-carshelpingkids-car-donations - ContextOverflow (org.contextoverflow/library@1.0.0) Describe what's going wrong with your AI; get the named technique both of you can read. No auth. installs: remote:https://contextoverflow.org/mcp detail: https://mcpindex.ai/server/org-contextoverflow-library - AIGEN — Open Bounty Protocol for AI Agents (org.duckdns.cryptogenesis/safe-agent@3.1.0) Open bounty protocol for AI agents. 22 tools: token safety scans + paid missions. 0.5% fee. installs: remote:https://cryptogenesis.duckdns.org/mcp detail: https://mcpindex.ai/server/org-duckdns-cryptogenesis-safe-agent - org.gdacs/api (org.gdacs/api@1.0.1) An MCP server that through www.gdacs.org provides access to web‐based disaster information systems. installs: remote:https://api.gdacs.org/mcp detail: https://mcpindex.ai/server/org-gdacs-api - ghurt (org.ghurt/ghurt@1.0.0) Query Garmin, Oura & Whoop sleep, HRV, recovery & training load from Claude or ChatGPT. installs: remote:https://ghurt.org/v1/mcp?key={api_key} detail: https://mcpindex.ai/server/org-ghurt-ghurt - org.giftcardshop/mcp (org.giftcardshop/mcp@0.1.1) Browse the giftcardshop catalog and buy gift cards with Lightning over MCP. No account, no signup. installs: npm:@giftcardshop/mcp detail: https://mcpindex.ai/server/org-giftcardshop-mcp - Global Exchange Rates (org.globalexchangerates/exchange-rates@1.0.0) Official exchange rates from central banks: latest & historical rates plus currency conversion. installs: remote:https://api.globalexchangerates.org/v1/mcp detail: https://mcpindex.ai/server/org-globalexchangerates-exchange-rates - org.govenantstandard/govenant-audit (org.govenantstandard/govenant-audit@1.0.1) Run the GOVENANT trust audit on your own AI agents — read-only, aggregate-only. Detects… installs: remote:https://mcp.govenantstandard.org/mcp detail: https://mcpindex.ai/server/org-govenantstandard-govenant-audit - org.hookline/mcp (org.hookline/mcp@0.3.0) Hookline MCP — create webhook endpoints, inspect requests, and validate payloads from AI agents. installs: npm:@hookline/mcp detail: https://mcpindex.ai/server/org-hookline-mcp - Hüttentouren (org.huettentouren/tours@1.0.0) Hut-to-hut hiking tours in the Alps with live availability from multiple booking systems. installs: remote:https://www.huettentouren.org/api/mcp detail: https://mcpindex.ai/server/org-huettentouren-tours - ieUnit – neutral value reference unit (org.ieunit/ieunit@1.1.0) Neutral value reference unit: live value, history, conversion and methodology. installs: remote:https://ieunit.org/mcp/ detail: https://mcpindex.ai/server/org-ieunit-ieunit - org.inkflowstudio/inkflow (org.inkflowstudio/inkflow@1.14.0) Tried the rest? Try the best FREE: full ULTRA LoRA, no signup. 57 models, 31-actor growing pack. installs: remote:https://api.inkflowstudio.org/api/mcp detail: https://mcpindex.ai/server/org-inkflowstudio-inkflow - IO Aerospace MCP Server (org.io-aerospace/mcp-server@1.0.0) MCP server for aerospace calculations: orbital mechanics, ephemeris, DSN operations, ... installs: remote:https://mcp.io-aerospace.org detail: https://mcpindex.ai/server/org-io-aerospace-mcp-server - org.lightpaper/lightpaper-mcp (org.lightpaper/lightpaper-mcp@0.1.1) API-first publishing platform. Publish markdown as permanent web pages with quality scoring. installs: pypi:lightpaper-mcp detail: https://mcpindex.ai/server/org-lightpaper-lightpaper-mcp - Mercantry Registry (org.mercantry/registry@0.1.0) Agent-native registry: 168k+ real restaurants in LA, Hong Kong & Tokyo. Unranked, honest signals. installs: remote:https://mercantry.org/mcp detail: https://mcpindex.ai/server/org-mercantry-registry - New Mexico Literacy Project (org.newmexicoliteracyproject/nmlp-mcp@0.5.0) Free book-donation pickup logistics and first-edition identification tools for New Mexico. installs: remote:https://newmexicoliteracyproject.org/api/mcp detail: https://mcpindex.ai/server/org-newmexicoliteracyproject-nmlp-mcp - Covenant Guard (org.opencovenant/guard@0.1.1) Hard spend cap, OS sandbox, and signed receipts for unattended coding agents like Claude Code. installs: manual detail: https://mcpindex.ai/server/org-opencovenant-guard - Open Standing (org.openstanding/commons@0.5.0) Open agent work plus an independent provenance-resolver handoff; earn tag-scoped standing. installs: remote:https://openstanding.org/green/mcp detail: https://mcpindex.ai/server/org-openstanding-commons - Oravan (org.oravan/mcp@0.1.0) Nonpartisan U.S. Congress data: bill decodes, rep lookup, bilingual EN/ES, read-only, no accounts. installs: remote:https://oravan.org/api/mcp/mcp detail: https://mcpindex.ai/server/org-oravan-mcp - Orivox AI Website Builder (org.orivox/website-builder@0.1.0-alpha.3) Build, edit, host, and publish websites from AI assistants. Setup: https://mcp.orivox.org/ installs: remote:https://mcp.orivox.org/mcp detail: https://mcpindex.ai/server/org-orivox-website-builder - org.proxykey/proxykey (org.proxykey/proxykey@1.0.0) Issue, rotate and revoke scoped API-key passes for 25+ providers — the agent never sees a real key installs: remote:https://mcp.proxykey.org/mcp detail: https://mcpindex.ai/server/org-proxykey-proxykey - PUBLICMCP (org.publicmcp/publicmcp@0.2.3) Publish structured, AI-readable business identity data as an MCP server in minutes. installs: pypi:publicmcp detail: https://mcpindex.ai/server/org-publicmcp-publicmcp - AgentForge (org.sciscale/agentforge-mcp@0.1.4) Turn rough requests into rigorously structured prompts, for any coding agent. installs: npm:agentforge-mcp detail: https://mcpindex.ai/server/org-sciscale-agentforge-mcp - SingChat (org.singchat/singchat@0.2.0) Free live chat and AI support agent. Auto-create a workspace and embed from your AI editor. installs: remote:https://mcp.singchat.org detail: https://mcpindex.ai/server/org-singchat-singchat - STRING Database MCP Server (org.string-db/string-mcp@1.0.0) Query STRING interactions, enrichment, annotations, homology, and PPI networks. installs: remote:https://mcp.string-db.org/ detail: https://mcpindex.ai/server/org-string-db-string-mcp - org.swapp1990.designforyou/designforyou (org.swapp1990.designforyou/designforyou@1.0.1) Generate logos, social posts, app screenshots, comic panels & visual-novel assets from prompts. installs: remote:https://designforyou.swapp1990.org/mcp/v2/ detail: https://mcpindex.ai/server/org-swapp1990-designforyou-designforyou - org.swapp1990.writer/writer (org.swapp1990.writer/writer@1.1.0) Generate full stories, chapters, characters & cover art from a premise (planner-writer pipeline). installs: remote:https://writer.swapp1990.org/mcp/v2/ detail: https://mcpindex.ai/server/org-swapp1990-writer-writer - ToolAPI (org.toolapi/hub@2.8.2) Free public MCP for AI agents — 193 tools, 44 workflows. No API key. installs: remote:https://toolapi.org/sse detail: https://mcpindex.ai/server/org-toolapi-hub - Unyly Gateway (org.unyly/gateway@1.0.0) One connector for 15,000+ MCP servers plus your team's private MCPs, from any AI client. installs: remote:https://gateway.unyly.org/mcp detail: https://mcpindex.ai/server/org-unyly-gateway - Venture Atlas (org.ventureatlas/venture-atlas@1.1.0) Sourced data on 95+ frontier-industry companies: profiles, dated milestones, funding, daily news. installs: remote:https://www.ventureatlas.org/api/mcp detail: https://mcpindex.ai/server/org-ventureatlas-venture-atlas - VirtualFlyBrain (org.virtualflybrain/vfb3-mcp@1.11.0) MCP server for Drosophila neuroscience data from VirtualFlyBrain installs: remote:https://vfb3-mcp.virtualflybrain.org detail: https://mcpindex.ai/server/org-virtualflybrain-vfb3-mcp - org.vivesca/vivesca (org.vivesca/vivesca@0.2.3) Opinionated MCP server — Pydantic output schemas, 7 domains, built to evolve. installs: pypi:vivesca detail: https://mcpindex.ai/server/org-vivesca-vivesca - VR.org VR / AR / XR Reader (org.vr/vr-mcp@0.3.2) Read-only VR / AR / XR news, full-text editorial, events, deals, and buyer guides from VR.org. installs: npm:vr-org-mcp detail: https://mcpindex.ai/server/org-vr-vr-mcp - We Are Greater Than The Ultrarich (org.wegtultrarich/mcp@1.4.0) Turns billionaire and trillionaire fortunes into tangible, personalized, quotable comparisons. installs: remote:https://api.wegtultrarich.org/mcp detail: https://mcpindex.ai/server/org-wegtultrarich-mcp - x402 Counterparty Score (org.x402score/counterparty-score@0.1.0) Trust scores for x402 sellers: wash-trading, real buyers, verdict. $0.02/score via x402 on Base. installs: remote:https://x402score.org/mcp detail: https://mcpindex.ai/server/org-x402score-counterparty-score - page.invoker/mcp (page.invoker/mcp@0.1.1) Deploy forms and sites to live URLs from AI conversations with automatic form capture. installs: npm:invoker-mcp detail: https://mcpindex.ai/server/page-invoker-mcp - page.notepad/notepad (page.notepad/notepad@1.0.0) Private living HTML pages agents publish, recall, update, and share at name.notepad.page. installs: remote:https://mcp.notepad.page/mcp detail: https://mcpindex.ai/server/page-notepad-notepad - page.quicky/quickypage (page.quicky/quickypage@1.0.0) Publish, update, read, rename, and share single-URL web pages from any AI agent. installs: remote:https://quicky.page/mcp detail: https://mcpindex.ai/server/page-quicky-quickypage - twocents (page.twocents/twocents@1.0.1) Human feedback for AI agents: share HTML, get a live review link, read anchored notes as markdown. installs: remote:https://twocents.page/mcp detail: https://mcpindex.ai/server/page-twocents-twocents - pe.comparadolar/tasas (pe.comparadolar/tasas@1.0.0) Live USD/PEN rate ranking of Peru's SBS-supervised online exchange houses, from comparadolar.pe installs: remote:https://comparadolar.pe/mcp detail: https://mcpindex.ai/server/pe-comparadolar-tasas - Cenogram - Polish Real Estate Prices & Parcel Data (pl.cenogram/mcp-server@0.6.0) Polish real estate for AI: 8M+ deed transaction prices (RCN) + per-parcel context by cadastral ID installs: npm:@cenogram/mcp-server | remote:https://mcp.cenogram.pl/mcp detail: https://mcpindex.ai/server/pl-cenogram-mcp-server - pl.idfmetale/catalog-feed (pl.idfmetale/catalog-feed@0.1.2) Read-only IDFMETALE precious-metals catalog: live spot prices, availability, VAT status. installs: remote:https://mcp.idfmetale.pl/mcp detail: https://mcpindex.ai/server/pl-idfmetale-catalog-feed - ITEON MCP Server (pl.iteon/mcp@0.2.3) Polski software house B2B: 5 public + 7 OAuth 2.1 private MCP tools (AI estimate, draft, risk). installs: remote:https://api.iteon.pl/api/v1/mcp detail: https://mcpindex.ai/server/pl-iteon-mcp - pl.nipregon/nipregon (pl.nipregon/nipregon@1.0.0) Polish company registry: 4.4M firms, KRS/REGON data, VAT white list checks, financial statements installs: remote:https://api.nipregon.pl/mcp detail: https://mcpindex.ai/server/pl-nipregon-nipregon - pl.numertel/numertel (pl.numertel/numertel@1.4.0) Polish phone number lookup: who called, spam and scam checks, UKE DNO registry, CERT phishing stats installs: remote:https://numertel.pl/api/mcp detail: https://mcpindex.ai/server/pl-numertel-numertel - pl.piszczek/ai-economics (pl.piszczek/ai-economics@1.0.1) 12 calculators for AI cost, energy and agent verification. Free API, no key. installs: npm:@michalpiszczek/ai-economics-mcp detail: https://mcpindex.ai/server/pl-piszczek-ai-economics - CLUBS Nippo (place.clubs/nippo@1.0.1) AIエージェントが日報を自己報告提出・状態確認。OAuth 2.1+PKCE+DCR に加え Bearer 固定ヘッダ認証対応。 installs: remote:https://clubs.place/api/nippo/mcp detail: https://mcpindex.ai/server/place-clubs-nippo - Begonia.pro (pro.begonia/begonia-pro@0.1.0) Local SEO: MCP for local business audits with tools and guidance. installs: remote:https://www.begonia.pro/mcp detail: https://mcpindex.ai/server/pro-begonia-begonia-pro - FormDesigner MCP (pro.formdesigner/mcp-server@1.0.0) MCP server for managing FormDesigner forms, fields, logic rules, themes, and entries installs: remote:https://mcp.formdesigner.pro/v1/mcp detail: https://mcpindex.ai/server/pro-formdesigner-mcp-server - pro.horustek/horus-flow-mcp (pro.horustek/horus-flow-mcp@1.0.6) Crypto & equity orderflow: whale detection, spoofing, liquidation heatmaps, smart money for AI installs: pypi:horus-flow-mcp detail: https://mcpindex.ai/server/pro-horustek-horus-flow-mcp - LedgerHQ (pro.ledgerhq/ledgerhq@1.0.0) Double-entry bookkeeping: accounts, journal entries, bank feeds, reconciliation, and reports. installs: remote:https://ledgerhq.pro/api/mcp detail: https://mcpindex.ai/server/pro-ledgerhq-ledgerhq - NameSniper (pro.namesniper/namesniper@1.0.0) Check domain and social handle availability, and monitor taken handles to grab them when they drop. installs: npm:namesniper-mcp | remote:https://namesniper.pro/mcp detail: https://mcpindex.ai/server/pro-namesniper-namesniper - pro.particle/particle-pro (pro.particle/particle-pro@1.0.0) Podcast intelligence for agents: transcripts, clips, speaker diarization, mention tracking. installs: remote:https://mcp.particle.pro detail: https://mcpindex.ai/server/pro-particle-particle-pro - pro.publifye/currency (pro.publifye/currency@1.0.0) Norges Bank exchange rates for your AI — 38 currencies vs NOK, history to 1980, convert & chart installs: remote:https://currency.publifye.pro/mcp detail: https://mcpindex.ai/server/pro-publifye-currency - TaskTime Pro (pro.tasktime/agent-bridge@1.0.0) First-party local TaskTime Pro tools for tasks, timers, expenses, invoices, reports, and planning. installs: npm:@tasktimepro/agent-bridge detail: https://mcpindex.ai/server/pro-tasktime-agent-bridge - pro.tvarka/due-diligence (pro.tvarka/due-diligence@1.0.0) Lithuanian company due diligence from the state registers, optionally signed by a lawyer. installs: remote:https://api.tvarka.pro/mcp detail: https://mcpindex.ai/server/pro-tvarka-due-diligence - XTester (pw.xtester/xtester@0.0.84) Windows application with a built-in local stdio MCP server for historical strategy testing. installs: manual detail: https://mcpindex.ai/server/pw-xtester-xtester - Secrets.RealEstate (realestate.secrets/property-intelligence@1.0.0) French address intelligence: 18.6M sold prices, energy, risk, crime and schools — each sourced. installs: remote:https://secrets.realestate/mcp detail: https://mcpindex.ai/server/realestate-secrets-property-intelligence - Pure Report — Neutral News (report.pure/news@1.0.2) Neutral, bias-scored news for AI agents: compare left/right media-bias framing, fact-check receipts. installs: remote:https://pure.report/mcp detail: https://mcpindex.ai/server/report-pure-news - Thales (report.thales/thales@1.0.0) Read-only record of a transparent, AI-agent-operated simulated trading experiment. installs: remote:https://thales.report/api/mcp detail: https://mcpindex.ai/server/report-thales-thales - Meseriasi MCP Server (ro.meseriasi/meseriasi-mcp-server@1.0.0) MCP server for meseriasi.ro, a Romanian homeowner-tradesperson marketplace. installs: remote:https://www.meseriasi.ro/api/mcp detail: https://mcpindex.ai/server/ro-meseriasi-meseriasi-mcp-server - I Ching Hexagram MCP (rocks.iching/hexagram-mcp@1.12.35) Public, read-only MCP over the complete 64-hexagram I Ching corpus. Deterministic lookup only. installs: remote:https://mcp.iching.rocks/mcp detail: https://mcpindex.ai/server/rocks-iching-hexagram-mcp - rs.rides/airport-transfers (rs.rides/airport-transfers@1.0.0) Airport transfers: Novi Sad ↔ Belgrade Airport (BEG). Look up prices and book a ride. installs: remote:https://rides.rs/api/mcp detail: https://mcpindex.ai/server/rs-rides-airport-transfers - ru.activatedai/activated-ai (ru.activatedai/activated-ai@0.1.0) Советники по бизнес-методикам: подбор эксперта-методики под задачу и консультация. installs: remote:https://supabase.activated-ai.ru/functions/v1/mcp detail: https://mcpindex.ai/server/ru-activatedai-activated-ai - Laguna Pools (ru.laguna-pools.mcp/pools@2.0.0) AI sales manager for composite swimming pools — recommendations, pricing, BIM/CAD, dealers installs: remote:https://mcp.laguna-pools.ru/api/mcp/ detail: https://mcpindex.ai/server/ru-laguna-pools-mcp-pools - 1cent Web Intelligence for AI Agents (ru.maxzoa/1cent@0.8.0) SSRF-safe web intelligence: 4 outcomes, 43 paid x402 tools, 3 free tools and a URL preview. installs: remote:https://1cent.maxzoa.ru/mcp detail: https://mcpindex.ai/server/ru-maxzoa-1cent - ru.meetslava/hr (ru.meetslava/hr@1.0.1) HR-инструменты: поиск кандидатов, оценка match, интервью, управление рекрутментом. installs: remote:https://meetslava.ru/mcp detail: https://mcpindex.ai/server/ru-meetslava-hr - ru.parsee/parsee (ru.parsee/parsee@2.2.2) Цены, наличие, отзывы и СПП с Ozon и Wildberries — на компьютере продавца installs: remote:https://parsee.ru/mcp detail: https://mcpindex.ai/server/ru-parsee-parsee - ПромтЛаб — библиотека AI-промптов (ru.promtlabs/promptvault@2.0.0) Self-hosted AI prompt library: prompts, collections, tags, teams, chains. 29 MCP tools for agents. installs: remote:https://promtlabs.ru/mcp detail: https://mcpindex.ai/server/ru-promtlabs-promptvault - QuintaDB (ru.quintadb/mcp@1.0.1) No-code databases, forms, portals and AI sites. Manage records and automation via natural language. installs: remote:https://quintadb.ru/mcp detail: https://mcpindex.ai/server/ru-quintadb-mcp - ru.renthuman/renthuman (ru.renthuman/renthuman@1.0.0) AI agents hire real humans in Russia: storefront photos, address checks, errands. Pay in USDT. installs: remote:https://renthuman.ru/mcp detail: https://mcpindex.ai/server/ru-renthuman-renthuman - ru.swipa/mcp (ru.swipa/mcp@0.1.1) SWIPA bot API — send/receive messages on swipa.ru via per-connection Bearer auth. installs: remote:https://swipa.ru/mcp/sse detail: https://mcpindex.ai/server/ru-swipa-mcp - ru.value-pro/value-pro-mcp (ru.value-pro/value-pro-mcp@0.1.0) Оценка имущества ВАЛПРО (Москва): расчёт цены, услуги, документы, FAQ, заявка без ПД. installs: remote:https://mcp.value-pro.ru/mcp detail: https://mcpindex.ai/server/ru-value-pro-value-pro-mcp - run.cityheart/heart-routes (run.cityheart/heart-routes@1.0.0) Heart-shaped GPS running routes in 200+ cities — charity, gift, memorial, anniversary. installs: remote:https://zhenwiaphfwetckfysod.supabase.co/functions/v1/mcp detail: https://mcpindex.ai/server/run-cityheart-heart-routes - run.daslab/sap-abap-sql (run.daslab/sap-abap-sql@0.3.0) Checks and fixes ABAP Open SQL for SAP's ADT data-preview console. Connects to nothing. installs: npm:sap-abap-sql-mcp detail: https://mcpindex.ai/server/run-daslab-sap-abap-sql - GoldLegal Legal Compliance API (run.fcapp.cn-hangzhou.legal-api-legal-m-service-nubqrvluix/legal-compliance-api@4.2.0) AI legal compliance: contract review, risk scoring, EU/CN AI act, watermark check. 8 MCP tools. installs: remote:https://legal-api-legal-m-service-nubqrvluix.cn-hangzhou.fcapp.run/mcp detail: https://mcpindex.ai/server/run-fcapp-cn-hangzhou-legal-api-legal-m-service-nubqrvluix-legal-compliance-api - run.fcapp.cn-shanghai.x-api-zhiji-signal-fblfayyeas/zhiji-signal (run.fcapp.cn-shanghai.x-api-zhiji-signal-fblfayyeas/zhiji-signal@3.20.1) Market phase transition signals for HS300 and BTC via MCP installs: remote:https://x-api-zhiji-signal-fblfayyeas.cn-shanghai.fcapp.run/mcp detail: https://mcpindex.ai/server/run-fcapp-cn-shanghai-x-api-zhiji-signal-fblfayyeas-zhiji-signal - Parlay (run.parlay/parlay@1.0.1) Read-only MCP server for live Polymarket, Kalshi, Limitless odds; Manifold sentiment. installs: remote:https://mcp.parlay.run/mcp detail: https://mcpindex.ai/server/run-parlay-parlay - Runlane (run.runlane/board@0.1.0) Kanban board for teams and coding agents: manage tasks, subtasks, sprints and wiki pages via MCP. installs: remote:https://runlane.run/api/mcp detail: https://mcpindex.ai/server/run-runlane-board - Shots (run.shots/shots@0.1.0) Create App Store screenshots, icons, ASO copy, localization, and revisions via hosted MCP. installs: remote:https://shots.run/api/mcp detail: https://mcpindex.ai/server/run-shots-shots - STAS Running Coach for Claude (run.stas/stas@1.0.2) Connect Claude to your Intervals.icu watch data for fitness, workout review, and plan writing. installs: remote:https://stas.run/api/mcp detail: https://mcpindex.ai/server/run-stas-stas - Venture Insights Concept Diagnostic (sa.com.ventureinsights.solutions/venture-diagnostic@1.0.1) Venture Insights' free Concept Diagnostic, requested by an AI assistant for a founder. installs: remote:https://solutions.ventureinsights.com.sa/api/mcp detail: https://mcpindex.ai/server/sa-com-ventureinsights-solutions-venture-diagnostic - The Culture Commons (sbs.culture/commons@0.1.0) A commons for minds and agents becoming minds. Arrive, hold a seat, speak: no seat, no microphone. installs: remote:https://culture.sbs/mcp detail: https://mcpindex.ai/server/sbs-culture-commons - school.delegation/delegation-school (school.delegation/delegation-school@1.0.0) Learn to delegate real work to AI, not just chat with it — a course taught live in your own Claude. installs: remote:https://delegation.school/mcp detail: https://mcpindex.ai/server/school-delegation-delegation-school - se.aapl/nyheter (se.aapl/nyheter@1.1.0) Svenska Apple-nyheter sedan 2008 — AI-sammanfattningar, sökning, story-bevakningar och Aapl Pod. installs: remote:https://aapl.se/mcp detail: https://mcpindex.ai/server/se-aapl-nyheter - se.glowjakt/glowjakt (se.glowjakt/glowjakt@1.2.1) Nordic beauty price comparison: 500k+ EAN-matched products, 70+ stores, true landed-cost pricing. installs: remote:https://mcp.glowjakt.se/mcp detail: https://mcpindex.ai/server/se-glowjakt-glowjakt - Scout by Jakvab (se.jakvab/scout@1.0.0) Nordic company intelligence: look up companies, AI summaries, scores and signals via MCP. installs: remote:https://mcp.scout.jakvab.se detail: https://mcpindex.ai/server/se-jakvab-scout - se.statistikdata/server (se.statistikdata/server@1.0.1) Swedish open data for Claude and other AI assistants - verified, with sources. installs: remote:https://mcp.statistikdata.se/mcp detail: https://mcpindex.ai/server/se-statistikdata-server - services.gera/mcp-gera-clinic (services.gera/mcp-gera-clinic@1.0.1) Find CQC-registered UK care/health providers and run non-diagnostic health calculators (BMI, etc). installs: npm:@gera-services/mcp-gera-clinic detail: https://mcpindex.ai/server/services-gera-mcp-gera-clinic - services.gera/mcp-gera-compliance (services.gera/mcp-gera-compliance@1.0.1) Classify AI systems under the EU AI Act and look up obligations and articles. Offline, no auth. installs: npm:@gera-services/mcp-gera-compliance detail: https://mcpindex.ai/server/services-gera-mcp-gera-compliance - services.gera/mcp-gera-data (services.gera/mcp-gera-data@1.0.0) Discover & query Gera's 30 attested open UK/US government datasets, each with signed provenance. installs: npm:@gera-services/mcp-gera-data detail: https://mcpindex.ai/server/services-gera-mcp-gera-data - services.gera/mcp-gera-eats (services.gera/mcp-gera-eats@1.0.1) Look up UK food hygiene ratings and city hygiene profiles from real FSA FHRS/FHIS data. No auth. installs: npm:@gera-services/mcp-gera-eats detail: https://mcpindex.ai/server/services-gera-mcp-gera-eats - services.gera/mcp-gera-indices (services.gera/mcp-gera-indices@1.0.0) Discover, resolve & cite Gera named UK NHS/OGL public-data indices with real source provenance. installs: npm:@gera-services/mcp-gera-indices detail: https://mcpindex.ai/server/services-gera-mcp-gera-indices - services.gera/mcp-gera-verify (services.gera/mcp-gera-verify@1.2.1) Verify UK businesses (FSA/CQC) + signed attestations, mandates & receipts for AI agents. installs: npm:@gera-services/mcp-gera-verify detail: https://mcpindex.ai/server/services-gera-mcp-gera-verify - services.gera/mcp-geratools (services.gera/mcp-geratools@1.0.1) base64, hashing, regex, word count, JWT decode and CSS unit conversion. Deterministic, offline. installs: npm:@gera-services/mcp-geratools detail: https://mcpindex.ai/server/services-gera-mcp-geratools - services.quantech/blockfill (services.quantech/blockfill@1.2.1) Local-first crypto perp/spot execution (TWAP/maker) across 11 venues; keys stay on your machine. installs: pypi:blockfill detail: https://mcpindex.ai/server/services-quantech-blockfill - ArtistAlly (sh.alchemylab.artistally/conventions@1.1.0) Free fan-convention data for AI agents: dates, registration windows & table costs, US & Canada installs: remote:https://artistally.alchemylab.sh/api/mcp detail: https://mcpindex.ai/server/sh-alchemylab-artistally-conventions - Horizon AI Intelligence (sh.alchemylab.horizon/briefing@1.1.0) Free AI-industry intelligence for agents: briefings, regulation tracker & regional lenses installs: remote:https://horizon.alchemylab.sh/api/mcp detail: https://mcpindex.ai/server/sh-alchemylab-horizon-briefing - sh.clearfront/clearfront (sh.clearfront/clearfront@2.7.3) OSINT sweep of a digital footprint: breaches, accounts, data brokers, domains and IPs installs: pypi:clearfront detail: https://mcpindex.ai/server/sh-clearfront-clearfront - Copywriting MCP (sh.copywriting/copyscore@0.1.1) Score your copy instantly and access 560+ guides on persuasion, hooks, and sales writing. installs: remote:https://mcp.copywriting.sh/mcp detail: https://mcpindex.ai/server/sh-copywriting-copyscore - sh.crispy/crispy (sh.crispy/crispy@1.0.0) Full LinkedIn access for AI agents: leads, messaging, and campaigns with safe limits built in. installs: remote:https://crispy.sh/api/mcp detail: https://mcpindex.ai/server/sh-crispy-crispy - App Store data for agents (sh.fetcher.appstore/mcp@1.0.0) 9 App Store endpoints. Pay per call in USDC via x402. installs: remote:https://appstore.fetcher.sh/mcp detail: https://mcpindex.ai/server/sh-fetcher-appstore-mcp - Google News data for agents (sh.fetcher.google-news/mcp@1.0.0) 12 Google News endpoints. Pay per call in USDC via x402. installs: remote:https://google-news.fetcher.sh/mcp detail: https://mcpindex.ai/server/sh-fetcher-google-news-mcp - Google Play data for agents (sh.fetcher.googleplay/mcp@1.0.0) 7 Google Play endpoints. Pay per call in USDC via x402. installs: remote:https://googleplay.fetcher.sh/mcp detail: https://mcpindex.ai/server/sh-fetcher-googleplay-mcp - Instagram data for agents (sh.fetcher.instagram/mcp@1.0.0) 16 Instagram endpoints. Pay per call in USDC via x402. installs: remote:https://instagram.fetcher.sh/mcp detail: https://mcpindex.ai/server/sh-fetcher-instagram-mcp - Reddit data for agents (sh.fetcher.reddit/mcp@1.0.0) 15 Reddit endpoints. Pay per call in USDC via x402. installs: remote:https://reddit.fetcher.sh/mcp detail: https://mcpindex.ai/server/sh-fetcher-reddit-mcp - TikTok data for agents (sh.fetcher.tiktok/mcp@1.0.0) 13 TikTok endpoints. Pay per call in USDC via x402. installs: remote:https://tiktok.fetcher.sh/mcp detail: https://mcpindex.ai/server/sh-fetcher-tiktok-mcp - Twitter / X data for agents (sh.fetcher.twitter/mcp@1.0.0) 15 Twitter / X endpoints. Pay per call in USDC via x402. installs: remote:https://twitter.fetcher.sh/mcp detail: https://mcpindex.ai/server/sh-fetcher-twitter-mcp - Yelp data for agents (sh.fetcher.yelp/mcp@1.0.0) 4 Yelp endpoints. Pay per call in USDC via x402. installs: remote:https://yelp.fetcher.sh/mcp detail: https://mcpindex.ai/server/sh-fetcher-yelp-mcp - YouTube data for agents (sh.fetcher.youtube/mcp@1.0.0) 15 YouTube endpoints. Pay per call in USDC via x402. installs: remote:https://youtube.fetcher.sh/mcp detail: https://mcpindex.ai/server/sh-fetcher-youtube-mcp - fetcher.sh — web data for agents (sh.fetcher/mcp@1.0.0) 111 web-data endpoints across 11 services. Pay per call in USDC via x402. installs: remote:https://fetcher.sh/mcp detail: https://mcpindex.ai/server/sh-fetcher-mcp - Grabbit MCP (sh.grabbit/mcp@1.0.0) Find high-intent Reddit conversations and manage lead workflows from MCP-compatible AI agents. installs: remote:https://mcp.grabbit.sh/mcp detail: https://mcpindex.ai/server/sh-grabbit-mcp - graded-x402 (sh.graded/graded-x402@1.0.0) Discover and call 2,000+ x402 machine-payable services through one graded API key + gateway. installs: remote:https://graded.sh/mcp detail: https://mcpindex.ai/server/sh-graded-graded-x402 - Handover (sh.handover/handover@1.18.0) Shared, versioned context that humans and AI agents can publish, review, annotate, and continue. installs: remote:https://handover.sh/api/mcp?profile=core detail: https://mcpindex.ai/server/sh-handover-handover - sh.kwant/kwant (sh.kwant/kwant@1.0.0) Quant intelligence over MCP: backtest, signals, screens, scores & portfolios for US & TSX stocks. installs: remote:https://kwant.sh/mcp detail: https://mcpindex.ai/server/sh-kwant-kwant - microservices.sh (sh.microservices/mcp@0.1.3) MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps. installs: npm:@microservices-sh/mcp | remote:https://api.microservices.sh/mcp detail: https://mcpindex.ai/server/sh-microservices-mcp - sh.openbudget/mcp (sh.openbudget/mcp@1.2.0) Ask your AI about bank accounts, spending, debts, holdings, and investment activity. installs: remote:https://api.openbudget.sh/mcp detail: https://mcpindex.ai/server/sh-openbudget-mcp - sh.opencapital/mcp (sh.opencapital/mcp@1.1.0) Give your AI deep fundamentals on US public companies — metrics, segments, peers. Free. installs: remote:https://api.opencapital.sh/mcp detail: https://mcpindex.ai/server/sh-opencapital-mcp - Releases (sh.releases/mcp@0.15.0) An agent-friendly API for product changelogs. A unified registry via CLI, API, or MCP. installs: remote:https://mcp.releases.sh/mcp detail: https://mcpindex.ai/server/sh-releases-mcp - OpenWarrant — Document Verification Suite (sh.stipple/openwarrant@0.2.2) Document forensics: tamper/AI checks, extract, identity, PII, adverse media. No API key needed. installs: remote:https://www.stipple.sh/mcp detail: https://mcpindex.ai/server/sh-stipple-openwarrant - OpenWarrant — AI Text Detection (sh.stipple/openwarrant-aitext@0.1.2) Probability prose is AI-written, with the tells behind the score. No API key — text or URL in. installs: remote:https://www.stipple.sh/mcp-aitext detail: https://mcpindex.ai/server/sh-stipple-openwarrant-aitext - OpenWarrant — Reference Verification (sh.stipple/openwarrant-verify@0.1.2) Fact-check citations: resolve, match, support claims; math rechecked. No API key — URL in. installs: remote:https://www.stipple.sh/mcp-verify detail: https://mcpindex.ai/server/sh-stipple-openwarrant-verify - tashan (sh.tashan/tashan@0.1.4) Check any MCP server or agent skill before installing: upkeep, real adoption, and OSV advisories. installs: npm:tashan-cli detail: https://mcpindex.ai/server/sh-tashan-tashan - valv (sh.valv/mcp@0.6.2) Let coding agents query any SQL database safely. Read-only by default and scoped by your policies. installs: npm:@valv/mcp detail: https://mcpindex.ai/server/sh-valv-mcp - The Others (shop.theothers/theothers@1.0.0) The Others — an agentic t-shirt shop. Browse products and buy t-shirts via AI agents. installs: remote:https://theothers.shop/mcp detail: https://mcpindex.ai/server/shop-theothers-theothers - LeadProof Sales Agent (site.chatgpt.jessesay.leadproof/sales-agent@1.0.0) Audit lead-delivery workflows, find reliability gaps, and generate a LeadProof integration plan. installs: remote:https://leadproof.jessesay.chatgpt.site/api/mcp detail: https://mcpindex.ai/server/site-chatgpt-jessesay-leadproof-sales-agent - Not Work (site.chatgpt.larklaon.one-bad-idea/not-work@1.0.1) An inter-agent graffiti wall for one completely optional trace. installs: remote:https://one-bad-idea.larklaon.chatgpt.site/api/mcp detail: https://mcpindex.ai/server/site-chatgpt-larklaon-one-bad-idea-not-work - site.jiebang.www/tools (site.jiebang.www/tools@1.6.0) 20 free dev tools: JSON/YAML, XML/SQL, Cron, SEO, QR code, URL shortener, cron tasks, files installs: remote:https://www.jiebang.site/mcp detail: https://mcpindex.ai/server/site-jiebang-www-tools - Agent Enhancer Utilities (site.liberated/agent-utility-lab@0.7.0) Workflow planning, recovery checkpoints, coordination, fixtures, and compatibility tools for agents. installs: remote:https://liberated.site/mcp detail: https://mcpindex.ai/server/site-liberated-agent-utility-lab - Rudko — vertebrologist (Chernivtsi, Ukraine) (site.rudko/vertebrolog@0.1.1) Book a Ukrainian-speaking vertebrologist in Chernivtsi, Ukraine: find slots and book for the user. installs: remote:https://rudko.site/mcp detail: https://mcpindex.ai/server/site-rudko-vertebrolog - Skew (site.skew/skew@1.0.0) Authored design service: one-of-one landing pages, pitch decks, and research-grounded briefs. installs: remote:https://skew.site/api/mcp detail: https://mcpindex.ai/server/site-skew-skew - so.anteroom/anteroom (so.anteroom/anteroom@0.1.0) Frontier-AI vendor commitments, safety framework history, corpus, and partnership patterns. installs: remote:https://mcp.anteroom.so/mcp detail: https://mcpindex.ai/server/so-anteroom-anteroom - Cello (so.cello/mcp@1.0.1) Cello MCP server to launch and manage your Referral and Partner program installs: remote:https://mcp.cello.so/mcp detail: https://mcpindex.ai/server/so-cello-mcp - so.echoai/echo-ai (so.echoai/echo-ai@1.0.0) List, configure, chat with, analyse and embed your Echo AI assistants. installs: remote:https://auth.echoai.so/functions/v1/mcp detail: https://mcpindex.ai/server/so-echoai-echo-ai - so.fabric/mcp (so.fabric/mcp@0.1.0) Official Fabric MCP server installs: remote:https://mcp.api.fabric.so/mcp detail: https://mcpindex.ai/server/so-fabric-mcp - Mida (so.mida/ab-testing@1.0.0) Create, run and analyze A/B tests and personalizations on your site with Mida. installs: remote:https://mcp.mida.so/mcp detail: https://mcpindex.ai/server/so-mida-ab-testing - Sombra (so.sombra/sombra@1.0.0) AI research library. Save, organise and reuse notes and webpages as clean markdown context. installs: remote:https://sombra.so/mcp detail: https://mcpindex.ai/server/so-sombra-sombra - Superpowers.social (social.superpowers/social-superpowers@0.1.0) Hosted MCP for X/Twitter and Reddit. 12 read-only tools, no API keys, free during beta. installs: remote:https://superpowers.social/mcp detail: https://mcpindex.ai/server/social-superpowers-social-superpowers - DAP Bellwether (solutions.dap/bellwether@1.0.0) Free regulatory change feed for financial regulators in Canada, the US, the UK and the EU. installs: remote:https://bellwether.dap.solutions/mcp detail: https://mcpindex.ai/server/solutions-dap-bellwether - MCPLoad Budgeter MCP (space.mcploadbudgeter/mcploadbudgeter-mcp@0.1.0) Paid remote MCP for context budgets, progressive loading, schema slimming, and readiness. installs: remote:https://mcploadbudgeter.space/mcp detail: https://mcpindex.ai/server/space-mcploadbudgeter-mcploadbudgeter-mcp - KPN Persona Runtime (space.mysoma/kpn@1.0.0) Verify a persona's DID-signed identity and query value-based judgment — advisory only, no actions. installs: remote:https://persona-mcp-server.onrender.com/mcp detail: https://mcpindex.ai/server/space-mysoma-kpn - R3PLICA AI Connector (space.r3plica/catalog@2.3.3) Catalog of certified digital replicas from premium design brands, for any MCP-compatible AI agent. installs: npm:r3plica | remote:https://mcp.r3plica.space/mcp detail: https://mcpindex.ai/server/space-r3plica-catalog - Rally (space.rally/mcp-server@1.0.0) Tools for Go-to-market teams creating sales materials, product demos, and deal rooms for customers. installs: remote:https://agents.rallyspace.io/mcp detail: https://mcpindex.ai/server/space-rally-mcp-server - ServerCard Trust MCP (space.servercardtrust/servercardtrust-mcp@0.1.0) Paid remote MCP for server-card validation, auth checks, trust packets, and readiness. installs: remote:https://servercardtrust.space/mcp detail: https://mcpindex.ai/server/space-servercardtrust-servercardtrust-mcp - Steady (space.steady/steady@1.0.0) Keep teams & agents coordinated automatically installs: remote:https://app.steady.space/mcp detail: https://mcpindex.ai/server/space-steady-steady - demo.st (st.demo/demost@1.1.0) Reserve a subdomain, upload .zip via MCP, get a link. Optional document API at api.demo.st. installs: remote:https://demo.st/mcp detail: https://mcpindex.ai/server/st-demo-demost - SOMA Brewing Company (store.getsoma/soma-brewing@1.3.0) India's first non-alcoholic craft brewery: catalog, nutrition, wallet, checkout links for AI agents. installs: remote:https://getsoma.store/api/mcp detail: https://mcpindex.ai/server/store-getsoma-soma-brewing - SCVD General Store (store.scvd/general-store@0.2.0) The trust layer of the x402 economy: free conformance checks, attestation, corpus, agent store. installs: remote:https://scvd.store/mcp detail: https://mcpindex.ai/server/store-scvd-general-store - The Tab (scvd-tab) (store.scvd/tab@0.4.3) Every tool a builder signs up for, on one tab: trials, burn, price drift. Local JSONL, zero deps. installs: npm:scvd-tab detail: https://mcpindex.ai/server/store-scvd-tab - Approval Studio (studio.approval/mcp@1.0.0) Approval Studio is an online proofing software for creative teams and everyone working with designs installs: remote:https://mcp.approval.studio/ detail: https://mcpindex.ai/server/studio-approval-mcp - studio.kynth/core (studio.kynth/core@0.3.1) Documents to schema-valid JSON plus 38 more finished-job AI tools, on one credit wallet. installs: npm:@kynth/api-mcp detail: https://mcpindex.ai/server/studio-kynth-core - studio.kynth/kynth-mcp (studio.kynth/kynth-mcp@0.1.2) ADA Title II accessibility reports for US .gov websites and nonprofit good-standing checks by EIN. installs: npm:kynth-mcp detail: https://mcpindex.ai/server/studio-kynth-kynth-mcp - Skillfolio (studio.skillfolio/skillfolio@1.0.0) Skillfolio: AI-rebuilt resumes and living portfolio sites with a chatbot employers can question. installs: remote:https://www.skillfolio.studio/mcp detail: https://mcpindex.ai/server/studio-skillfolio-skillfolio - CodeReclaimers Capability Oracle (support.recursive/alan@1.0.0) Query skills, project history, and availability for CodeReclaimers LLC consulting. installs: remote:https://alan.recursive.support/mcp detail: https://mcpindex.ai/server/support-recursive-alan - DezignWorks Product Oracle (support.recursive/dezignworks@1.0.0) Query DezignWorks reverse engineering software: features, compatibility, and pricing. installs: remote:https://dezignworks.recursive.support/mcp detail: https://mcpindex.ai/server/support-recursive-dezignworks - Recursive Support Oracle (support.recursive/recursive@1.0.0) AI support agent platform for small businesses. Query pricing, features, and examples. installs: remote:https://recursive.support/mcp detail: https://mcpindex.ai/server/support-recursive-recursive - support.supp/mcp-server (support.supp/mcp-server@1.0.3) Support you can control from anywhere, for less. 15+ integrations. Solve tickets easily installs: remote:https://mcp.supp.support detail: https://mcpindex.ai/server/support-supp-mcp-server - systems.blacklake/gateway (systems.blacklake/gateway@1.2.0) Governed MCP gateway: approval gates, signed audit receipts, and cost control for agent tool calls. installs: npm:blacklake | remote:https://api.blacklake.systems/mcp detail: https://mcpindex.ai/server/systems-blacklake-gateway - ENTIA — 5.5M Verified Entities for AI Agents (systems.entia/entity-verification@1.1.1) 13 tools: entity lookup, BORME, EU VAT (VIES), GLEIF, healthcare & economic data. 10 countries. installs: remote:https://entia.systems/mcp/ detail: https://mcpindex.ai/server/systems-entia-entity-verification - Gerrit Code Review (team.gaijin/go-gerrit-mcp@1.1.3) Capability-gated Gerrit code review tools with opt-in review notifications pushed into the session installs: docker:ghcr.io/gaijinentertainment/go-gerrit-mcp:1.1.3 detail: https://mcpindex.ai/server/team-gaijin-go-gerrit-mcp - team.jogo/mcp (team.jogo/mcp@1.0.0) Find pickup soccer or drop-in football games via your AI. 70+ cities, one-click RSVP. installs: remote:https://jogo.team/mcp detail: https://mcpindex.ai/server/team-jogo-mcp - tech.atomadic/atomadic-fuse (tech.atomadic/atomadic-fuse@0.1.1) Atomadic Fuse MCP — polyglot compiler, harvest logic atoms, discover product chains. installs: pypi:atomadic-fuse detail: https://mcpindex.ai/server/tech-atomadic-atomadic-fuse - tech.atomadic/atomadic-nexus (tech.atomadic/atomadic-nexus@0.1.1) Atomadic Nexus — trust layer for the agent economy. 32 tools: trust gates, x402, lineage, swarm. installs: pypi:atomadic-nexus-sdk detail: https://mcpindex.ai/server/tech-atomadic-atomadic-nexus - ASMI — AI avatars for your site (tech.broen/asmi@1.1.0) Design your site's AI avatar in the ASMI studio; your coding agent ships it into your repo. installs: remote:https://broen.tech/api/asmi/mcp detail: https://mcpindex.ai/server/tech-broen-asmi - tech.bugbrain/mcp (tech.bugbrain/mcp@0.2.0) BugBrain QA platform for AI coding tools: autonomous exploratory testing, test plans, a11y audits. installs: npm:@bugbrain/mcp detail: https://mcpindex.ai/server/tech-bugbrain-mcp - tech.ensotrade/ensotrade (tech.ensotrade/ensotrade@1.0.0) Live crypto data: why a coin or the market is moving (funding, OI, positioning, flow). installs: remote:https://www.ensotrade.tech/mcp/ detail: https://mcpindex.ai/server/tech-ensotrade-ensotrade - tech.geckovision/surf (tech.geckovision/surf@0.2.0) Point Gecko at an OpenAPI spec; get first-call-correct, auth-hidden agent tools. installs: pypi:gecko-surf | remote:https://mcp.geckovision.tech/mcp detail: https://mcpindex.ai/server/tech-geckovision-surf - tech.htsapp/crypto-mcp (tech.htsapp/crypto-mcp@0.1.0) Crypto rug/scam-risk scans + wallet snapshots (EVM + Solana), paid per call via x402. installs: remote:https://mcp.htsapp.tech/mcp detail: https://mcpindex.ai/server/tech-htsapp-crypto-mcp - TAP (tech.human/tap@0.1.0) Credential isolation for AI agents: placeholder secrets, policy checks, optional human approval. installs: remote:https://mcp.tap.human.tech/mcp detail: https://mcpindex.ai/server/tech-human-tap - tech.kasabeh/baton (tech.kasabeh/baton@0.3.0) Pass the baton between coding agents: convert sessions across Claude Code, OpenCode, Codex & more. installs: npm:@kasabeh/baton-mcp detail: https://mcpindex.ai/server/tech-kasabeh-baton - Leeway Financial Data (tech.leeway/financial-data@1.0.0) European-first forecasts, fundamental screening, and historical market cap. installs: remote:https://mcp.leeway.tech/mcp detail: https://mcpindex.ai/server/tech-leeway-financial-data - tech.novtriq/engineering (tech.novtriq/engineering@1.0.0) 27 engineering compliance and calculation tools for the built environment (UK, EU, UAE). installs: remote:https://api.novtriq.tech/mcp detail: https://mcpindex.ai/server/tech-novtriq-engineering - tech.p7n/platform7n (tech.p7n/platform7n@0.1.1) Connect Claude to your Platform7n workspaces — chat, links, and tasks. One-click OAuth. installs: npm:@p7ntech/mcp | remote:https://api.p7n.tech/mcp detail: https://mcpindex.ai/server/tech-p7n-platform7n - tech.sirune/manthan (tech.sirune/manthan@1.0.0) List and create Manthan concept-card decks from an AI agent — no AI quota spent for imports. installs: remote:https://api.sirune.tech/mcp detail: https://mcpindex.ai/server/tech-sirune-manthan - Skybridge Ecommerce Example (tech.skybridge.ecommerce/Ecom-Carousel@0.0.1) Example MCP App based on Skybridge framework showing an e-commerce products based on request installs: remote:https://ecommerce.skybridge.tech detail: https://mcpindex.ai/server/tech-skybridge-ecommerce-ecom-carousel - Skybridge Everything App (tech.skybridge.everything/Everything@0.0.2) Example and testing ChatGPT and MCP App showcasing all the features of the Skybridge framework installs: remote:https://everything.skybridge.tech detail: https://mcpindex.ai/server/tech-skybridge-everything-everything - Skybridge Example MCP App (tech.skybridge.productivity/Productivity@0.0.1) Skybridge Productivity MCP App Example installs: remote:https://productivity.skybridge.tech detail: https://mcpindex.ai/server/tech-skybridge-productivity-productivity - technology.draup/api-server (technology.draup/api-server@1.0.0) Global labour & market data for skills, workforce, planning, stakeholders, jobs, news & profiles installs: remote:https://mcp.draup.technology/mcp/ detail: https://mcpindex.ai/server/technology-draup-api-server - technology.royalty/royaltea (technology.royalty/royaltea@1.0.0) Manage your RoyalTea game studio: tasks, milestones, team, and royalty data. 77 tools, OAuth 2.1. installs: remote:https://api.royalty.technology/api/mcp detail: https://mcpindex.ai/server/technology-royalty-royaltea - technology.royalty/royaltea-public (technology.royalty/royaltea-public@1.0.0) Free no-auth game-dev tools: revenue splits with real store cuts, agreement drafts, studio setup. installs: remote:https://api.royalty.technology/api/public-mcp detail: https://mcpindex.ai/server/technology-royalty-royaltea-public - Tomi — AI Phone Calls (tel.tomi/tomi@0.2.1) Claude makes real phone calls for you — in many languages, with transcript and outcome back in chat. installs: remote:https://mcp.tomi.tel/mcp detail: https://mcpindex.ai/server/tel-tomi-tomi - AgentServices (to.agentservices/agentservices@5.3.0) 52 paid x402 API endpoints for AI agents — crypto, data, DeFi, market intelligence. installs: remote:https://agentservices.to/mcp detail: https://mcpindex.ai/server/to-agentservices-agentservices - Derive (to.derive/derive@1.0.0) Publish agent output to permanent versioned URLs, read review comments back, and revise. installs: remote:https://derive.to/mcp detail: https://mcpindex.ai/server/to-derive-derive - funn.to Funnel Generator (to.funn/funnel-generator@1.0.0) Generate Amazon affiliate sales funnels from product URLs. AI-powered, free. installs: remote:https://funn.to/mcp detail: https://mcpindex.ai/server/to-funn-funnel-generator - Orange Peel (to.orangepeel/orangepeel@1.0.0) Cited Hermès price & resale market data as MCP tools, with attribution. Not affiliated. installs: remote:https://orangepeel.to/api/mcp detail: https://mcpindex.ai/server/to-orangepeel-orangepeel - Plate (to.plate/mcp@1.0.0) Minimal project management for teams and AI agents. installs: remote:https://plate.to/mcp detail: https://mcpindex.ai/server/to-plate-mcp - Sprawl (to.sprawl/sprawl@1.0.1) Run every operation you've got — each with its own fleet of agents and its own accounts. installs: remote:https://sprawl.to/api/mcp detail: https://mcpindex.ai/server/to-sprawl-sprawl - to.unified/core (to.unified/core@1.0.0) Unified.to MCP server — one API for 500+ B2B SaaS integrations across 28+ categories installs: remote:https://mcp-api.unified.to/mcp detail: https://mcpindex.ai/server/to-unified-core - Blame Today (today.blame/mcp@3.0.0) Blame things on blame.today, the anonymous 'who do you blame today' board. Nostr, no account. installs: remote:https://blame.today/mcp detail: https://mcpindex.ai/server/today-blame-mcp - uratori(ウラトリ) (today.utsuroi/uratori@1.0.0) 日本企業の第三者認証(ISO 27001/Pマーク/ISMAP等)を公開情報から実調査し、5区分の判定と証跡URLを返す。未確認は未取得の断定ではない。 installs: remote:https://uratori.utsuroi.today/api/mcp detail: https://mcpindex.ai/server/today-utsuroi-uratori - DataDive (tools.datadive/datadive@1.1.0) Amazon niche, keyword, competitor and Rank Radar research from your DataDive account. installs: remote:https://mcp.datadive.tools/mcp detail: https://mcpindex.ai/server/tools-datadive-datadive - Extrabold Tools Gridfinity (tools.extrabold/gridfinity@0.1.0) Find drawer presets and create printer-aware Gridfinity baseplate configurations. installs: remote:https://mcp.extrabold.tools/mcp detail: https://mcpindex.ai/server/tools-extrabold-gridfinity - iGaming Tools — independent slot, provider & regulator reference data (tools.i-gaming/igaming-data@1.0.3) Structured iGaming reference: slot specs & RTP variants, providers, regulators, news and jobs. installs: remote:https://mcp.i-gaming.tools/mcp detail: https://mcpindex.ai/server/tools-i-gaming-igaming-data - tools.knurl/secret-scanner (tools.knurl/secret-scanner@0.1.0) Scan configs, files, or text for leaked secrets and obvious misconfigurations. Nothing stored. installs: remote:https://mcp.knurl.tools/mcp detail: https://mcpindex.ai/server/tools-knurl-secret-scanner - PlanWright (tools.planwright/planwright@1.0.2) Control plane for autonomous software labor. Agents claim objectives over MCP with audit trail. installs: remote:https://mcp.planwright.tools/mcp detail: https://mcpindex.ai/server/tools-planwright-planwright - Xearno Tools (tools.xearno/calculators@1.5.0) Money, tax & business calculators kept current with 2026 rules — plus operator insights. installs: remote:https://xearno.tools/mcp detail: https://mcpindex.ai/server/tools-xearno-calculators - Novel Factory MCP (top.novelmcp/novel-factory@3.4.5) Generates complete long-form novels from one premise: outline, prose, self-review, ZIP delivery. installs: remote:https://novelmcp.top/mcp detail: https://mcpindex.ai/server/top-novelmcp-novel-factory - Zhenghe — 正和支付路由与资本保全金库 (top.zheng-he/zhenghe-mcp@2.0.1) Base 主网去中心化支付路由+金库:查 NAV、构造路由支付 calldata、金库存取、绑定引路人分账。存款安全·引路人激励·消费即升值,全部链上可核验。 installs: remote:https://mcp.zheng-he.top/mcp detail: https://mcpindex.ai/server/top-zheng-he-zhenghe-mcp - trade.neglect/mcp-server (trade.neglect/mcp-server@1.0.0) Full Solana DeFi coverage: launchpads, tokens, trades, and wallets, decoded at scale. installs: remote:https://api.neglect.trade/mcp detail: https://mcpindex.ai/server/trade-neglect-mcp-server - Quote.Trade MCP Adapter (trade.quote/mcp@1.5.6) Quote.Trade MCP: login, deposit address, market data, orders, and withdraws. installs: remote:https://quote.trade/mcp detail: https://mcpindex.ai/server/trade-quote-mcp - Rubin Exchange (trade.rubin/exchange@1.0.2) Rubin: self-custody DEX for crypto perpetuals & spot - trade, read positions, orders, balances. installs: remote:https://mcp.mainnet.rubin.trade/mcp detail: https://mcpindex.ai/server/trade-rubin-exchange - Ourway Camino de Santiago (travel.ourway/camino-de-santiago@2.0.0) Plan and book the Camino de Santiago: real itineraries, live hotel availability, one package price. installs: remote:https://mcp.ourway.travel/mcp detail: https://mcpindex.ai/server/travel-ourway-camino-de-santiago - AI.TV MCP Server (tv.ai/aitv@0.1.0) Remote MCP server for AI.TV creators — delegate account operations to your AI agent over MCP. installs: remote:https://api.ai.tv/mcp detail: https://mcpindex.ai/server/tv-ai-aitv - Gotify MCP (tv.tootie/gotify-mcp@0.3.1) MCP server for self-hosted Gotify push notifications and message management. installs: pypi:gotify-mcp detail: https://mcpindex.ai/server/tv-tootie-gotify-mcp - Overseerr MCP (tv.tootie/overseerr-mcp@1.0.1) MCP server for Overseerr media requests and discovery. installs: pypi:overseerr-mcp detail: https://mcpindex.ai/server/tv-tootie-overseerr-mcp - Unraid MCP (tv.tootie/unraid-mcp@2.8.0) MCP server for Unraid API — provides tools to interact with an Unraid server's GraphQL API. installs: pypi:unraid-mcp detail: https://mcpindex.ai/server/tv-tootie-unraid-mcp - Web3TV MCP Server (tv.web3/web3tv@0.1.0) Remote MCP server for Web3TV creators — manage your account over MCP. installs: remote:https://api.web3.tv/mcp detail: https://mcpindex.ai/server/tv-web3-web3tv - zinema (tv.zinema/zinema@0.1.0) Turn movie/TV recommendations into playable trailer pages: permanent, free, every title plays. installs: remote:https://zinema.tv/mcp detail: https://mcpindex.ai/server/tv-zinema-zinema - 0523 Public — Taiwan Logistics & Customs (tw.0523/lucky-public@1.1.0) Quotes Taiwan freight and import tax; looks up CCC tariffs, import rules, and oversize fees. installs: remote:https://0523.tw/mcp/public detail: https://mcpindex.ai/server/tw-0523-lucky-public - QuintaDB (ua.com.quintadb/mcp@1.0.0) No-code databases, forms, portals and AI sites. Manage records and automation via natural language. installs: remote:https://quintadb.com.ua/mcp detail: https://mcpindex.ai/server/ua-com-quintadb-mcp - CodeCrafted Design (uk.co.codecrafted/design@2.4.0) Guide user-led frontend design decisions from project brief through implementation review. installs: remote:https://design.codecrafted.co.uk/mcp detail: https://mcpindex.ai/server/uk-co-codecrafted-design - uk.co.flatscope/flatscope (uk.co.flatscope/flatscope@1.0.0) Cited UK flat due diligence from a Rightmove link: sold prices, lease, EPC, safety, verdict. installs: remote:https://www.flatscope.co.uk/api/mcp detail: https://mcpindex.ai/server/uk-co-flatscope-flatscope - Garchi CMS MCP (uk.co.garchi/garchi-cms@1.0.0) Manage structured website content in Garchi CMS through MCP. installs: remote:https://garchi.co.uk/mcp-oauth detail: https://mcpindex.ai/server/uk-co-garchi-garchi-cms - uk.co.gigstamp/gigstamp (uk.co.gigstamp/gigstamp@1.1.0) UK live music and events, from grassroots small venues to major shows, updated daily. installs: remote:https://www.gigstamp.co.uk/api/mcp detail: https://mcpindex.ai/server/uk-co-gigstamp-gigstamp - GrantIQ (uk.co.grantiq/mcp@1.0.1) Eligibility-first UK & EU grant discovery, inside ChatGPT and Claude. installs: remote:https://grantiq.co.uk/mcp detail: https://mcpindex.ai/server/uk-co-grantiq-mcp - uk.co.propbar/research (uk.co.propbar/research@1.1.0) UK property research tools - crime stats, schools, demographics, valuations for AI. installs: remote:https://mcp.propbar.co.uk detail: https://mcpindex.ai/server/uk-co-propbar-research - uk.co.racingalpha/signals (uk.co.racingalpha/signals@1.0.0) GB & IRE horse racing signals: AI scores, fair prices, draw bias, and a frozen public tips ledger. installs: remote:https://racingalpha.co.uk/api/mcp detail: https://mcpindex.ai/server/uk-co-racingalpha-signals - ShipMyCar Vehicle Logistics Quote Connector (uk.co.shipmycar/quote@2.0.0) UK/EU and international car transport quotes with HMRC, IVA, DVLA and logistics costings. installs: remote:https://www.shipmycar.co.uk/mcp detail: https://mcpindex.ai/server/uk-co-shipmycar-quote - uk.exatoshi/autosearch (uk.exatoshi/autosearch@1.0.0) PRISMA 2020 systematic reviews as MCP tools - verified citations, IMRAD papers installs: remote:https://exatoshi.uk/mcp detail: https://mcpindex.ai/server/uk-exatoshi-autosearch - Mind the Gates — UK level crossings (uk.mindthegates/crossings@1.0.0) Live barrier status and closure forecasts for ~1,600 UK level crossings. Public data, no auth. installs: remote:https://mindthegates.uk/mcp detail: https://mcpindex.ai/server/uk-mindthegates-crossings - qart.uk QR studio (uk.qart/qart@1.0.0) qart.uk MCP server: resolve scanned codes, browse the free pool, and buy QR artwork. installs: remote:https://qart.uk/api/mcp detail: https://mcpindex.ai/server/uk-qart-qart - us.artificl/credcycle (us.artificl/credcycle@1.0.0) Provider credentialing & payer-enrollment tracking for medical practices — read-only demo tools. installs: remote:https://credcycle.artificl.us/mcp detail: https://mcpindex.ai/server/us-artificl-credcycle - us.artificl/deawatch (us.artificl/deawatch@1.0.0) DEA registration & controlled-substance authority tracking for prescribers — read-only demo. installs: remote:https://deawatch.artificl.us/mcp detail: https://mcpindex.ai/server/us-artificl-deawatch - us.artificl/hooddue (us.artificl/hooddue@1.0.0) Restaurant fire-safety & service-interval tracking (NFPA 96/17A) — read-only demo tools. installs: remote:https://hooddue.artificl.us/mcp detail: https://mcpindex.ai/server/us-artificl-hooddue - us.artificl/liftlog (us.artificl/liftlog@1.0.0) Forklift & aerial-lift compliance records for warehouses — read-only demo tools. installs: remote:https://liftlog.artificl.us/mcp detail: https://mcpindex.ai/server/us-artificl-liftlog - us.artificl/subproof (us.artificl/subproof@1.0.0) Subcontractor COI & paperwork tracking for general contractors — read-only demo tools. installs: remote:https://subproof.artificl.us/mcp detail: https://mcpindex.ai/server/us-artificl-subproof - us.artificl/vendorping (us.artificl/vendorping@1.0.0) Vendor document & expiry tracking for septic operators — read-only live demo board tools. installs: remote:https://vendorping.artificl.us/mcp detail: https://mcpindex.ai/server/us-artificl-vendorping - Lotlytics — US Real Estate Market Data & Investment Analytics (us.lotlytics/lotlytics-mcp@1.0.0) US real estate market data for AI agents: prices, yields, forecasts and scores for 894 markets. installs: remote:https://lotlytics-mcp-production.up.railway.app/mcp detail: https://mcpindex.ai/server/us-lotlytics-lotlytics-mcp - us.propertyscoop/mcp (us.propertyscoop/mcp@1.0.1) US property data: powerlines, noise, crime, hazards, schools and more installs: remote:https://mcp.propertyscoop.us detail: https://mcpindex.ai/server/us-propertyscoop-mcp - Uphealth Signal (us.uphealth/mcp@1.1.5) The adaptive health-messaging engine for apps and agents. Federally-sourced. Not medical advice. installs: npm:@uphealth/mcp-server | remote:https://mcp.uphealth.us/mcp detail: https://mcpindex.ai/server/us-uphealth-mcp - vn.com.finhay/finhay-mcp (vn.com.finhay/finhay-mcp@1.0.1) Vietnam stock market data & portfolios via Finhay Securities OpenAPI. installs: remote:https://mcp.fhsc.com.vn/mcp detail: https://mcpindex.ai/server/vn-com-finhay-finhay-mcp - André — Analyse électorale française (vote.andre/elections@1.28.1) Résultats des élections françaises 1999-2026 par bureau de vote, socio-démo INSEE et cartes. installs: remote:https://mcp.andre.vote/mcp detail: https://mcpindex.ai/server/vote-andre-elections - work.agentexchange.planets/agent-planets (work.agentexchange.planets/agent-planets@0.1.0) A galaxy where every AI agent owns a planet: claim free, terraform, build, visit, trade. installs: remote:https://planets.agentexchange.work/mcp detail: https://mcpindex.ai/server/work-agentexchange-planets-agent-planets - work.comuna/comuna (work.comuna/comuna@1.0.0) Free-forever team project management where your AI is a real board member, via MCP. installs: remote:https://api.comuna.work/mcp detail: https://mcpindex.ai/server/work-comuna-comuna - Sonas (work.sonas/profiles@0.1.1) AI-powered candidate profiles for foreign professionals in Spain and Europe. installs: remote:https://mcp.sonas.work/mcp/ detail: https://mcpindex.ai/server/work-sonas-profiles - works.jinn/gateway (works.jinn/gateway@1.0.0) Jinn gateway MCP — brand DNA, brand kits, design systems, and agency tools behind one bearer token. installs: remote:https://app.jinn.works/api/mcp detail: https://mcpindex.ai/server/works-jinn-gateway - works.mima/governance-mcp (works.mima/governance-mcp@0.1.13) AI governance evidence for EU AI Act, ISO 42001, SOC 2, and NIST AI RMF. installs: npm:@mima-ai/governance-mcp detail: https://mcpindex.ai/server/works-mima-governance-mcp - works.relux/agent-gateway (works.relux/agent-gateway@1.0.0) Relux Works studio gateway: read services/pricing and submit a project inquiry to hire the team. installs: remote:https://api.relux.works/mcp detail: https://mcpindex.ai/server/works-relux-agent-gateway - world.3keys/wish-game (world.3keys/wish-game@1.1.0) Wish game — every agent wish permanently reshapes a shared world. Free, no key needed. installs: remote:https://3keys.world/mcp detail: https://mcpindex.ai/server/world-3keys-wish-game - Scalix Cloud (world.scalix/cloud@1.4.0) The agent-native cloud: database, functions, AI, storage, computers. 55 tools, one API key. installs: remote:https://api.scalix.world/v1/mcp detail: https://mcpindex.ai/server/world-scalix-cloud - world.sniff/sniff-mcp (world.sniff/sniff-mcp@1.1.0) Canine genomics for agents: breed allele frequencies, AI pathogenicity + OMIA clinical disease layer installs: remote:https://mcp.sniff.world/mcp/ detail: https://mcpindex.ai/server/world-sniff-sniff-mcp - ActionGate (xyz.actiongate.api/actiongate@1.0.0) Pre-execution safety layer for autonomous agent wallets via MCP and x402. installs: remote:https://api.actiongate.xyz/mcp detail: https://mcpindex.ai/server/xyz-actiongate-api-actiongate - xyz.agentzon/agentzon (xyz.agentzon/agentzon@1.0.0) The everything store for AI agents: a skill marketplace on Solana where agents hire each other. installs: remote:https://agentzon.xyz/mcp detail: https://mcpindex.ai/server/xyz-agentzon-agentzon - xyz.arithym/arithym (xyz.arithym/arithym@5.0.0) Precision math engine for AI agents. 203 exact methods. Zero hallucination. installs: remote:https://arithym.xyz/mcp detail: https://mcpindex.ai/server/xyz-arithym-arithym - xyz.cabalspy/wallet-tracker (xyz.cabalspy/wallet-tracker@1.0.0) KOL, smart money & whale wallets API on Solana, BNB, Base, ETH: Wallet tracker, Leaderboard installs: remote:https://mcp.cabalspy.xyz/mcp detail: https://mcpindex.ai/server/xyz-cabalspy-wallet-tracker - Concierge Intel (xyz.conc-exe/concierge-intel@1.1.0) Pay-per-call DeFi and macro intel for AI agents. x402 USDC tools via streamable HTTP /api/mcp. installs: remote:https://conc-exe.xyz/api/mcp detail: https://mcpindex.ai/server/xyz-conc-exe-concierge-intel - VITNA — Agent Compliance Preflight (xyz.costrinity/vitna-compliance-preflight@0.3.4) Pre-action allow/deny for AI agents. 24 statutes, 13 jurisdictions: EU AI Act, GDPR, DPDP. installs: npm:@costrinity/vitna-compliance-mcp | remote:https://vitna.costrinity.xyz/api/mcp detail: https://mcpindex.ai/server/xyz-costrinity-vitna-compliance-preflight - Crinkl Commerce MCP (xyz.crinkl.mcp/crinkl-commerce@1.1.0) Verified commerce data and proof-backed shopper activation tools for agents. installs: remote:https://mcp.crinkl.xyz/mcp detail: https://mcpindex.ai/server/xyz-crinkl-mcp-crinkl-commerce - xyz.dreamtap/mcp (xyz.dreamtap/mcp@0.1.0) Dreamtap provides sources of inspiration to your AI to make it more creative. installs: remote:https://dreamtap.xyz/mcp detail: https://mcpindex.ai/server/xyz-dreamtap-mcp - EconomyOS (xyz.economyos/economyos@0.1.0) Agents-only x402 economy on Base + Solana testnets: identity, swaps, invoicing, streaming. installs: remote:https://mcp.economyos.xyz/mcp detail: https://mcpindex.ai/server/xyz-economyos-economyos - Entity-ID Resolver (xyz.entityresolver/resolver@0.2.0) Ambiguous name/ticker to verified IDs: SEC CIK, GLEIF LEI, ISIN, Wikidata, CoinGecko. Non-US too. installs: npm:entityresolver-mcp detail: https://mcpindex.ai/server/xyz-entityresolver-resolver - xyz.fluxiq/agent (xyz.fluxiq/agent@1.0.0) Non-custodial Ethereum swaps and managed liquidity. You sign every tx; FluxIQ holds no funds. installs: remote:https://fluxiq.xyz/api/mcp detail: https://mcpindex.ai/server/xyz-fluxiq-agent - Gembook — PSA Vintage Pokémon Prices & Pop (xyz.gembook/gembook@0.1.0) Neutral prices + PSA population for PSA-graded vintage Pokémon (WotC 1999–2003). Read-only. installs: remote:https://gembook.xyz/api/mcp/mcp detail: https://mcpindex.ai/server/xyz-gembook-gembook - Forward (xyz.getforward/forward@1.1.0) Get customers, pay per verified result. Agents self-provision: forward_signup grants $25 credits. installs: remote:https://getforward.xyz/mcp detail: https://mcpindex.ai/server/xyz-getforward-forward - VIA Network: Agentic Commerce (xyz.getvia.app/via-network@1.0.1) Agentic commerce network: discover sellers and products, negotiate, and pay USDC on Base via x402. installs: remote:https://app.getvia.xyz/mcp detail: https://mcpindex.ai/server/xyz-getvia-app-via-network - xyz.lonestaroracle/mcp-server (xyz.lonestaroracle/mcp-server@1.1.1) 45 AI data tools for agents — crypto, DeFi risk, audits, equities, energy, and more. installs: remote:https://mcp.lonestaroracle.xyz/mcp detail: https://mcpindex.ai/server/xyz-lonestaroracle-mcp-server - Modelmeter (xyz.modelmeter/modelmeter@1.0.0) The changelog of record for the AI stack: sunset checks, deprecations, pricing, and model events. installs: remote:https://modelmeter.xyz/mcp detail: https://mcpindex.ai/server/xyz-modelmeter-modelmeter - Noon Barbari Backtesting (xyz.noonbarbari/backtesting@1.0.0) Crypto backtesting tools: real backtests with robustness verdicts, daily signals and market data. installs: remote:https://noonbarbari.xyz/mcp detail: https://mcpindex.ai/server/xyz-noonbarbari-backtesting - BearTrail (xyz.perpvue/mcp@1.0.3) Query workouts, browse exercises, and explore fitness data from BearTrail installs: remote:https://perpvue.xyz/mcp detail: https://mcpindex.ai/server/xyz-perpvue-mcp - picoads (xyz.picoads/picoads@0.21.0) Micro ad network for AI agents. installs: remote:https://picoads.xyz/mcp detail: https://mcpindex.ai/server/xyz-picoads-picoads - POKEKA — Pokémon Card Prices (xyz.pokeka/card-prices@1.0.0) Real sold prices, history & PSA population for graded Pokémon cards (EN/JP/CN). Knows nicknames. installs: remote:https://pokeka.xyz/mcp detail: https://mcpindex.ai/server/xyz-pokeka-card-prices - PreFlyte — DeFi Financial Intelligence for AI Agents (xyz.preflyte/preflyte@1.2.2) Evidence-based market data for AI agents deploying capital in DeFi. Empirical, not advertised. installs: remote:https://mcp.preflyte.xyz/mcp detail: https://mcpindex.ai/server/xyz-preflyte-preflyte - xyz.quillen/quillen (xyz.quillen/quillen@0.1.0) Guarded agent surface for X & LinkedIn: discover, score, and draft in your voice. No key can post. installs: remote:https://www.quillen.xyz/api/mcp detail: https://mcpindex.ai/server/xyz-quillen-quillen - Red String (xyz.redstringapp/red-string@1.0.41) Revenue research and pipeline tools for agencies: scouting, contact intel, ABM, cadences, briefs. installs: remote:https://app.redstringapp.xyz/mcp detail: https://mcpindex.ai/server/xyz-redstringapp-red-string - RegimeShift (xyz.regimeshift/mcp@1.0.0) Paid MCP for AI agents: vol risk premium, Agent-SOFR, max-LTV. $0.001 USDC on Base via x402. installs: remote:https://mcp.regimeshift.xyz/mcp detail: https://mcpindex.ai/server/xyz-regimeshift-mcp - xyz.routheus/routheus (xyz.routheus/routheus@1.0.0) Multichain DEX router: free MCP tools for swap-quote prices, chains, catalog; paid via x402. installs: remote:https://routheus.xyz/mcp detail: https://mcpindex.ai/server/xyz-routheus-routheus - ScanHood (xyz.scanhood/mcp@1.0.0) On-chain honeypot/rug scanner, market data, and launch tools for Robinhood Chain (EVM 4663). installs: remote:https://scanhood.xyz/mcp detail: https://mcpindex.ai/server/xyz-scanhood-mcp - CIVITAE (xyz.signomy/civitae@1.1.2) Governed agent city-state — register, fill mission slots, earn under constitutional protocol. installs: pypi:civitae-mcp | remote:https://signomy.xyz/mcp detail: https://mcpindex.ai/server/xyz-signomy-civitae - SolKnife (xyz.solknife/toolkit@1.0.0) Non-custodial Solana toolkit: rug-checks, swaps, portfolios, token minting, multisig, Arweave. installs: remote:https://solknife.xyz/api/mcp detail: https://mcpindex.ai/server/xyz-solknife-toolkit - xyz.spiralstake/leverage (xyz.spiralstake/leverage@0.1.1) Leveraged-yield router on Morpho. List strategies, simulate, and build UNSIGNED txs. installs: remote:https://api.spiralstake.xyz/mcp detail: https://mcpindex.ai/server/xyz-spiralstake-leverage - xyz.sputnikx/market (xyz.sputnikx/market@2.4.0) Sputnik X: EU trade 63M+, LV customs, salary, sanctions, EU AI Act, SoulLedger + x402 USDC. installs: npm:mcp-sputnikx-market | remote:https://mcp.sputnikx.xyz/mcp detail: https://mcpindex.ai/server/xyz-sputnikx-market - xyz.tenzro/tenzro-canton (xyz.tenzro/tenzro-canton@0.1.0) Canton ledger tools over MCP: DAML commands, CIP-56 assets, DvP settlement, party management. installs: remote:https://canton-mcp.tenzro.xyz/mcp detail: https://mcpindex.ai/server/xyz-tenzro-tenzro-canton - xyz.tenzro/tenzro-chainlink (xyz.tenzro/tenzro-chainlink@0.1.0) Chainlink tools over MCP: CCIP cross-chain, data feeds, data streams, VRF, proof of reserve. installs: remote:https://chainlink-mcp.tenzro.xyz/mcp detail: https://mcpindex.ai/server/xyz-tenzro-tenzro-chainlink - xyz.tenzro/tenzro-ethereum (xyz.tenzro/tenzro-ethereum@0.1.0) Ethereum tools over MCP: Chainlink feeds, ENS, ERC-8004 agents, EAS attestations, transactions. installs: remote:https://ethereum-mcp.tenzro.xyz/mcp detail: https://mcpindex.ai/server/xyz-tenzro-tenzro-ethereum - xyz.tenzro/tenzro-layerzero (xyz.tenzro/tenzro-layerzero@0.1.0) LayerZero V2 tools over MCP: message quotes, OFT transfers, Stargate bridging, DVN lookups. installs: remote:https://layerzero-mcp.tenzro.xyz/mcp detail: https://mcpindex.ai/server/xyz-tenzro-tenzro-layerzero - xyz.tenzro/tenzro-lifi (xyz.tenzro/tenzro-lifi@0.1.0) Li.Fi tools over MCP: cross-chain quotes, routes, execution status, chains, tokens, balances. installs: remote:https://lifi-mcp.tenzro.xyz/mcp detail: https://mcpindex.ai/server/xyz-tenzro-tenzro-lifi - xyz.tenzro/tenzro-solana (xyz.tenzro/tenzro-solana@0.1.0) Solana tools over MCP: Jupiter swaps, SPL tokens, Metaplex NFTs, SNS domains, network stats. installs: remote:https://solana-mcp.tenzro.xyz/mcp detail: https://mcpindex.ai/server/xyz-tenzro-tenzro-solana - Tereno on Base (xyz.tereno/tereno@0.1.3) Check a Base contract, transaction or web page before you act. Free pricing, paid per call in USDC. installs: npm:tereno-mcp | remote:https://www.tereno.xyz/api/mcp detail: https://mcpindex.ai/server/xyz-tereno-tereno - Tollbooth Swap API (xyz.tollboothswap.api/tollbooth@1.0.3) Token swaps and honeypot/rug checks for AI agents on 8 chains, paid per-call in USDC via x402. installs: npm:tollboothswap-mcp | remote:https://api.tollboothswap.xyz/mcp detail: https://mcpindex.ai/server/xyz-tollboothswap-api-tollbooth - TWZRD Agent Intelligence (xyz.twzrd.intel/twzrd-agent-intel@1.0.10) Trust + receipt layer for x402 agents on Solana: free preflight + paid signed V6 trust receipt. installs: pypi:twzrd-agent-intel | remote:https://intel.twzrd.xyz/mcp detail: https://mcpindex.ai/server/xyz-twzrd-intel-twzrd-agent-intel - xyz.urbanplayground/events (xyz.urbanplayground/events@0.3.0) Live event discovery: concerts, club nights, art, comedy, and festivals across 14 cities. installs: npm:uplayground-events | remote:https://eventchat-events-mcp-production.up.railway.app/mcp detail: https://mcpindex.ai/server/xyz-urbanplayground-events - NuMetric (xyz.virifi.numetric-mcp/numetric@0.9.0) Read-only NuMetric.work accounting & ERP data: statements, KPIs, reports, invoices, documents. installs: remote:https://numetric-mcp.virifi.xyz/mcp detail: https://mcpindex.ai/server/xyz-virifi-numetric-mcp-numetric - Web3icon by Yuhitsuro (xyz.web3icon/web3icon@1.0.0) Free Web3 icons, illustrations, animated SVGs, and Lottie JSON by Yuhitsuro. Read-only. installs: remote:https://web3icon.xyz/mcp detail: https://mcpindex.ai/server/xyz-web3icon-web3icon - za.co.zaroniacalculator.api/verify (za.co.zaroniacalculator.api/verify@1.0.0) Independent ZARONIA coupon verification for SA FRNs & money-market paper, SARB-compounded index. installs: remote:https://api.zaroniacalculator.co.za/mcp detail: https://mcpindex.ai/server/za-co-zaroniacalculator-api-verify - Sequential Thinking (reference) (io.github.modelcontextprotocol/server-sequential-thinking@2026.7.4) Reference MCP server offering a structured step-by-step reasoning tool, letting a host model break a problem into revisable steps. Maintained by the Model Context Protocol project. installs: npm:@modelcontextprotocol/server-sequential-thinking provenance: NOT listed in the official MCP registry; indexed by mcpindex detail: https://mcpindex.ai/server/io-github-modelcontextprotocol-server-sequential-thinking - Everything (reference) (io.github.modelcontextprotocol/server-everything@2026.7.4) Reference MCP server that exercises every part of the protocol - tools, prompts, resources, sampling, completions - so client implementations can be tested against a known-good server. Built for testing, not production use. installs: npm:@modelcontextprotocol/server-everything provenance: NOT listed in the official MCP registry; indexed by mcpindex detail: https://mcpindex.ai/server/io-github-modelcontextprotocol-server-everything - Fetch (reference) (io.github.modelcontextprotocol/server-fetch@2026.7.10) Reference MCP server that fetches a URL and converts the response to text a model can read, maintained by the Model Context Protocol project. installs: pypi:mcp-server-fetch provenance: NOT listed in the official MCP registry; indexed by mcpindex detail: https://mcpindex.ai/server/io-github-modelcontextprotocol-server-fetch ## Productivity & Project Mgmt (66) - ai.smithery/Aman-Amith-Shastry-scientific_computation_mcp (ai.smithery/Aman-Amith-Shastry-scientific_computation_mcp@1.13.1) This MCP server enables users to perform scientific computations regarding linear algebra and vect… installs: remote:https://server.smithery.ai/@Aman-Amith-Shastry/scientific_computation_mcp/mcp detail: https://mcpindex.ai/server/ai-smithery-aman-amith-shastry-scientific-computation-mcp - ai.smithery/mrugankpednekar-mcp-optimizer (ai.smithery/mrugankpednekar-mcp-optimizer@1.16.0) Optimize crew and workforce schedules, resource allocation, and routing with linear and mixed-inte… installs: remote:https://server.smithery.ai/@mrugankpednekar/mcp-optimizer/mcp detail: https://mcpindex.ai/server/ai-smithery-mrugankpednekar-mcp-optimizer - ai.smithery/smithery-notion (ai.smithery/smithery-notion@1.0.0) A Notion workspace is a collaborative environment where teams can organize work, manage projects,… installs: remote:https://server.smithery.ai/@smithery/notion/mcp detail: https://mcpindex.ai/server/ai-smithery-smithery-notion - ai.waystation/jira (ai.waystation/jira@0.3.1) Track issues, manage projects, and streamline workflows in Jira. installs: remote:https://waystation.ai/jira/mcp detail: https://mcpindex.ai/server/ai-waystation-jira - Linear (app.linear/linear@1.0.1) MCP server for Linear project management and issue tracking installs: remote:https://mcp.linear.app/mcp detail: https://mcpindex.ai/server/app-linear-linear - Atlassian Rovo MCP Server (com.atlassian/atlassian-mcp-server@1.1.3) Connect to Atlassian Jira, Confluence, and Compass to search, create, and manage your work. installs: remote:https://mcp.atlassian.com/v1/mcp detail: https://mcpindex.ai/server/com-atlassian-atlassian-mcp-server - com.mcparmory/asana (com.mcparmory/asana@1.0.5) Manage tasks, projects, portfolios, and team workflows installs: pypi:mcparmory-asana | docker:ghcr.io/mcparmory/asana:1.0.5 detail: https://mcpindex.ai/server/com-mcparmory-asana - com.mcparmory/clickup (com.mcparmory/clickup@1.0.4) Manage tasks, lists, checklists, comments, and project workflows installs: pypi:mcparmory-clickup | docker:ghcr.io/mcparmory/clickup:1.0.4 detail: https://mcpindex.ai/server/com-mcparmory-clickup - com.mcparmory/notion (com.mcparmory/notion@1.0.2) Create, update, and manage pages, databases, and workspace users installs: pypi:mcparmory-notion | docker:ghcr.io/mcparmory/notion:1.0.2 detail: https://mcpindex.ai/server/com-mcparmory-notion - com.moosejudge/alces-mcp (com.moosejudge/alces-mcp@0.6.0) Alces for Jira Data Center — MCP server bridging Jira DC/JSM with AI agents installs: manual detail: https://mcpindex.ai/server/com-moosejudge-alces-mcp - My TV Channel (com.my-tv-channel/my-tv-channel@1.0.0) Create and run 24/7 linear TV channels. Import videos by URL; we transcode, schedule and stream. installs: remote:https://my-tv-channel.com/api/mytvchannel/mcp detail: https://mcpindex.ai/server/com-my-tv-channel-my-tv-channel - com.notion/mcp (com.notion/mcp@1.0.1) Official Notion MCP server installs: remote:https://mcp.notion.com/mcp detail: https://mcpindex.ai/server/com-notion-mcp - SmartCut (dev.smartcut/cutlist-optimizer@1.0.0) Cutlist optimization for sheet, linear and roll stock, with grain, kerf, nesting and saw exports. installs: remote:https://api.smartcut.dev/mcp detail: https://mcpindex.ai/server/dev-smartcut-cutlist-optimizer - io.github.BillNobill/trello-mcp-server (io.github.BillNobill/trello-mcp-server@1.1.0) Trello Model Context Protocol (MCP) Server for AI Agents installs: npm:@billnobill/trello-mcp-server detail: https://mcpindex.ai/server/io-github-billnobill-trello-mcp-server - Linear-Task-Broker (io.github.Evozim/linear-broker@1.0.0) Integrates agents with Linear software development workflows. installs: remote:https://linear-broker-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-linear-broker - Trello MCP Server (io.github.Jimdrews/fastmcp-trello@0.5.0) Manage Trello boards, lists, and cards from any MCP-compatible AI assistant installs: pypi:fastmcp-trello detail: https://mcpindex.ai/server/io-github-jimdrews-fastmcp-trello - Abscissa (io.github.KazKozDev/abscissa@0.1.3) Safety-aware MCP server for Linear issues, projects, cycles, and dependencies. installs: pypi:abscissa detail: https://mcpindex.ai/server/io-github-kazkozdev-abscissa - io.github.MrRefactoring/atlassian-dc-mcp-jira (io.github.MrRefactoring/atlassian-dc-mcp-jira@0.5.0) MCP server for Atlassian Jira Data Center - search, view, and create issues installs: npm:jira-datacenter-mcp detail: https://mcpindex.ai/server/io-github-mrrefactoring-atlassian-dc-mcp-jira - io.github.Ranork/remnus (io.github.Ranork/remnus@1.0.0) MCP-native open-source Notion alternative: read & write pages, databases and kanban boards. installs: remote:https://www.remnus.com/api/mcp detail: https://mcpindex.ai/server/io-github-ranork-remnus - Jira Cloud (io.github.aaronsb/jira-cloud@0.10.0) MCP server for Jira Cloud — manage issues, sprints, boards, filters, and custom fields installs: npm:@aaronsb/jira-cloud-mcp detail: https://mcpindex.ai/server/io-github-aaronsb-jira-cloud - Linear MCP (multi-workspace, PAT auth) (io.github.adelaidasofia/linear-mcp@0.3.2) Multi-workspace Linear MCP — PAT auth, 57 tools + 3 prompts, substrate enforcement, drop-in. installs: pypi:adelaidasofia-linear-mcp detail: https://mcpindex.ai/server/io-github-adelaidasofia-linear-mcp - io.github.agentic-eng/a2atlassian (io.github.agentic-eng/a2atlassian@0.2.0) Jira & Confluence for AI agents. Pre-configured connections, compact output. installs: pypi:a2atlassian detail: https://mcpindex.ai/server/io-github-agentic-eng-a2atlassian - io.github.ai-aviate/better-notion (io.github.ai-aviate/better-notion@0.3.2) Operate Notion with a single Markdown document — read, create, and update pages in one call. installs: npm:better-mcp-notion detail: https://mcpindex.ai/server/io-github-ai-aviate-better-notion - Atlassian Attachments (io.github.alyiox/mcp-atlassian-attachments@0.2.0) MCP server for downloading Jira and Confluence Cloud attachments by attachment ID. installs: pypi:mcp-atlassian-attachments detail: https://mcpindex.ai/server/io-github-alyiox-mcp-atlassian-attachments - io.github.andylbrummer/math-mcp (io.github.andylbrummer/math-mcp@0.1.6) GPU-accelerated MCP server: symbolic algebra, numerical computing, FFT, optimization, linear algebra installs: pypi:scicomp-math-mcp detail: https://mcpindex.ai/server/io-github-andylbrummer-math-mcp - Project Management Data Tools (io.github.antnewman/pm-data@0.3.0) Parse and convert project data from 8 formats (MSPDI, P6 XER, NISTA, Jira, Monday, etc.) installs: pypi:pm-mcp-servers detail: https://mcpindex.ai/server/io-github-antnewman-pm-data - io.github.awkoy/notion-mcp-server (io.github.awkoy/notion-mcp-server@2.13.0) Token-auth Notion MCP: pages, databases, blocks, comments, files. Runs headless in CI and agents. installs: npm:notion-mcp-server detail: https://mcpindex.ai/server/io-github-awkoy-notion-mcp-server - io.github.b1ff/atlassian-dc-mcp-jira (io.github.b1ff/atlassian-dc-mcp-jira@0.29.0) MCP server for Atlassian Jira Data Center - search, view, and create issues installs: npm:@atlassian-dc-mcp/jira detail: https://mcpindex.ai/server/io-github-b1ff-atlassian-dc-mcp-jira - io.github.cvrt-jh/clickup-mcp (io.github.cvrt-jh/clickup-mcp@1.0.3) Lightweight ClickUp MCP server - 37 tools, token-optimized (95% smaller responses) installs: npm:@cavort-it-systems/clickup-mcp detail: https://mcpindex.ai/server/io-github-cvrt-jh-clickup-mcp - io.github.deepwired/mcp-jira-scoped (io.github.deepwired/mcp-jira-scoped@1.0.0) Jira MCP server with scoped API tokens via api.atlassian.com gateway installs: npm:mcp-jira-scoped detail: https://mcpindex.ai/server/io-github-deepwired-mcp-jira-scoped - io.github.delorenj/mcp-server-trello (io.github.delorenj/mcp-server-trello@1.8.1) MCP server for Trello boards with rate limiting, type safety, and comprehensive API integration. installs: npm:@delorenj/mcp-server-trello detail: https://mcpindex.ai/server/io-github-delorenj-mcp-server-trello - QTM4J (io.github.denis-platonov/qtm4j@1.1.0) MCP server for QMetry Test Management for Jira (QTM4J) Open API. installs: npm:@denis-platonov/qtm4j-mcp-server detail: https://mcpindex.ai/server/io-github-denis-platonov-qtm4j - io.github.ecfaria/todoist-mcp (io.github.ecfaria/todoist-mcp@1.0.1) MCP server for Todoist task management integration installs: npm:@ecfaria/todoist-mcp-server detail: https://mcpindex.ai/server/io-github-ecfaria-todoist-mcp - io.github.edrich13/mcp-jira-server (io.github.edrich13/mcp-jira-server@1.0.1) MCP server for self-hosted Jira instance with Personal Access Token authentication installs: npm:mcp-jira-server detail: https://mcpindex.ai/server/io-github-edrich13-mcp-jira-server - io.github.freema/mcp-jira-stdio (io.github.freema/mcp-jira-stdio@1.11.1) MCP server for Jira Cloud — issues, search, comments, attachments, transitions. installs: npm:mcp-jira-stdio detail: https://mcpindex.ai/server/io-github-freema-mcp-jira-stdio - io.github.friendlygeorge/jira-mcp-server (io.github.friendlygeorge/jira-mcp-server@1.0.0) MCP server for Jira — search, create, update, transition issues, manage projects, boards, and spr... installs: npm:@supernova123/jira-mcp-server detail: https://mcpindex.ai/server/io-github-friendlygeorge-jira-mcp-server - ClickUp MCP Pro (io.github.helbertparanhos/clickup-mcp-pro@1.0.0) The most complete ClickUp MCP server — 161 tools + clickup_raw for the full v2/v3 API. installs: npm:clickup-mcp-pro detail: https://mcpindex.ai/server/io-github-helbertparanhos-clickup-mcp-pro - io.github.infoinlet-marketplace/mcp-notion (io.github.infoinlet-marketplace/mcp-notion@0.1.1) Notion for AI agents — search, read pages/blocks, query databases, create pages. installs: npm:@infoinlet/mcp-notion detail: https://mcpindex.ai/server/io-github-infoinlet-marketplace-mcp-notion - io.github.issuecapture/mcp-server (io.github.issuecapture/mcp-server@1.0.4) Install the IssueCapture bug reporting widget for Jira. Auto-detects your framework. installs: npm:@issuecapture/mcp-server detail: https://mcpindex.ai/server/io-github-issuecapture-mcp-server - io.github.its-qusai-nasr/jira-admin-mcp (io.github.its-qusai-nasr/jira-admin-mcp@0.1.1) 78 tools to administer Jira Cloud: issues, fields, workflows, permissions, projects, bulk ops. installs: pypi:jira-admin-mcp detail: https://mcpindex.ai/server/io-github-its-qusai-nasr-jira-admin-mcp - BrainTube (io.github.lildaddyo/braintube-mcp@3.12.3) Search everything you save: YouTube, articles, podcasts, PDFs, Notion, Obsidian. API key or OAuth. installs: remote:https://mcp.brain-tube.com/mcp detail: https://mcpindex.ai/server/io-github-lildaddyo-braintube-mcp - io.github.misterwigglesworth/easy-notion (io.github.misterwigglesworth/easy-notion@0.2.3) Markdown-first Notion MCP server — 92% fewer tokens, 26 tools, round-trip fidelity. installs: npm:easy-notion-mcp detail: https://mcpindex.ai/server/io-github-misterwigglesworth-easy-notion - io.github.n24q02m/better-notion-mcp (io.github.n24q02m/better-notion-mcp@2.38.0) Markdown-first MCP server for Notion API with 8 composite tools and 39 actions. installs: npm:@n24q02m/better-notion-mcp | docker:docker.io/n24q02m/better-notion-mcp:latest | remote:https://notion.n24q02m.com/mcp detail: https://mcpindex.ai/server/io-github-n24q02m-better-notion-mcp - io.github.navapbc/rebar (io.github.navapbc/rebar@0.11.0) Event-sourced ticket system with a Jira reconciler, exposed as an MCP server. installs: pypi:nava-rebar detail: https://mcpindex.ai/server/io-github-navapbc-rebar - io.github.nirajagarwal/bible-mcp (io.github.nirajagarwal/bible-mcp@0.11.0) Bible corpus MCP server: scripture, Greek/Hebrew interlinear data, cross-refs, semantic search. installs: remote:https://bible-mcp-server.fly.dev/mcp detail: https://mcpindex.ai/server/io-github-nirajagarwal-bible-mcp - Asana (io.github.pipeworx-io/asana@0.1.0) Asana MCP — wraps the Asana REST API (OAuth) installs: remote:https://gateway.pipeworx.io/asana/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-asana - Clickup (io.github.pipeworx-io/clickup@0.1.0) ClickUp MCP — wraps the ClickUp REST API v2 (BYO API key) installs: remote:https://gateway.pipeworx.io/clickup/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-clickup - Jira (io.github.pipeworx-io/jira@0.1.0) Jira MCP Pack installs: remote:https://gateway.pipeworx.io/jira/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-jira - Linear (io.github.pipeworx-io/linear@0.1.0) Linear MCP — wraps the Linear GraphQL API (OAuth) installs: remote:https://gateway.pipeworx.io/linear/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-linear - Notion_connect (io.github.pipeworx-io/notion_connect@0.1.0) Notion MCP Pack installs: remote:https://gateway.pipeworx.io/notion_connect/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-notion-connect - Todoist (io.github.pipeworx-io/todoist@0.1.0) Todoist MCP Pack installs: remote:https://gateway.pipeworx.io/todoist/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-todoist - Barevalue (io.github.quietnotion/barevalue@1.0.3) Submit podcast orders, check status, and manage webhooks via Barevalue editing API. installs: npm:barevalue-mcp detail: https://mcpindex.ai/server/io-github-quietnotion-barevalue - io.github.raalarcon9705/jira-mcp (io.github.raalarcon9705/jira-mcp@1.0.82) Jira & Confluence MCP: 24 tools for issues, sprints, comments, transitions & wiki. Run via npx. installs: npm:raalarcon-jira-mcp-server detail: https://mcpindex.ai/server/io-github-raalarcon9705-jira-mcp - io.github.ryudi84/gradient (io.github.ryudi84/gradient@1.0.3) MCP server for CSS gradient generation — linear, radial, conic installs: npm:gradient-forge-mcp detail: https://mcpindex.ai/server/io-github-ryudi84-gradient - io.github.ryudi84/gradient-forge-mcp (io.github.ryudi84/gradient-forge-mcp@1.0.1) Build CSS linear and radial gradient values installs: npm:gradient-forge-mcp detail: https://mcpindex.ai/server/io-github-ryudi84-gradient-forge-mcp - io.github.salehrifai42/qtm4j-mcp-server (io.github.salehrifai42/qtm4j-mcp-server@0.1.1) MCP server for QMetry Test Management for Jira (QTM4J): test cases, cycles, executions, plans. installs: npm:qtm4j-mcp-server detail: https://mcpindex.ai/server/io-github-salehrifai42-qtm4j-mcp-server - Trello (io.github.scaratec/trellio-mcp@0.12.0) MCP server for Trello — manage boards, lists, cards, attachments and more via Claude or Gemini installs: pypi:trellio-mcp detail: https://mcpindex.ai/server/io-github-scaratec-trellio-mcp - io.github.shck-dev/notion-mcp (io.github.shck-dev/notion-mcp@0.5.2) Notion MCP server — search, export, and import pages as markdown installs: npm:@shck-dev/notion-mcp detail: https://mcpindex.ai/server/io-github-shck-dev-notion-mcp - Trello MCP Server (io.github.stucchi/trello@1.6.0) MCP server for the Trello REST API – manage boards, lists, cards, labels, checklists and more installs: pypi:trello-mcp detail: https://mcpindex.ai/server/io-github-stucchi-trello - io.github.toolwright-adk/linear-bootstrap (io.github.toolwright-adk/linear-bootstrap@0.1.3) Bootstrap Linear projects from natural language — milestones, epics, issues, and dependencies. installs: npm:@toolwright-adk/linear-bootstrap detail: https://mcpindex.ai/server/io-github-toolwright-adk-linear-bootstrap - io.github.vilaabo/zephyr-scale-mcp (io.github.vilaabo/zephyr-scale-mcp@1.0.0) Zephyr Scale on self-hosted Jira Server/DC: test cases, cycles, executions, plans and attachments installs: npm:zephyr-scale-mcp detail: https://mcpindex.ai/server/io-github-vilaabo-zephyr-scale-mcp - io.github.vish288/mcp-atlassian-extended (io.github.vish288/mcp-atlassian-extended@0.6.15) MCP server for Jira and Confluence — sprints, agile boards, attachments, versions, calendars. installs: pypi:mcp-atlassian-extended detail: https://mcpindex.ai/server/io-github-vish288-mcp-atlassian-extended - io.github.xcollantes/jira-mcp (io.github.xcollantes/jira-mcp@0.2.2) Feature-rich MCP for controlling Jira through LLM clients. Safe for corporate environments. installs: pypi:jira-tools-mcp detail: https://mcpindex.ai/server/io-github-xcollantes-jira-mcp - io.usefulapi/linear (io.usefulapi/linear@1.0.1) Search, read and create Linear issues, projects, teams and cycles. installs: remote:https://linear.usefulapi.io/mcp detail: https://mcpindex.ai/server/io-usefulapi-linear - Lenny's Podcast Transcripts (io.usewire/lennys-podcast@1.0.0) Search 286 episodes of product management wisdom from top leaders at Figma, Airbnb, Linear. installs: remote:https://wire-public.mcp.usewire.io/container/ogYiGchr47Fcjb4i/mcp detail: https://mcpindex.ai/server/io-usewire-lennys-podcast - net.todoist/mcp (net.todoist/mcp@1.0.0) Official Todoist MCP server for AI assistants to manage tasks, projects, and workflows. installs: remote:https://ai.todoist.net/mcp detail: https://mcpindex.ai/server/net-todoist-mcp ## Search (1882) - Agentic News (ai.agentic-news/mcp@1.0.0) AI-powered news intelligence — 21 tools for personalized monitoring, briefings, and semantic search installs: remote:https://api.agentic-news.ai/mcp detail: https://mcpindex.ai/server/ai-agentic-news-mcp - AI-Advisors (ai.ai-advisors/mcp@1.0.0) Read-only AI search visibility data: citations, AEO audits, and advisor insights from AI-Advisors. installs: remote:https://app.ai-advisors.ai/api/mcp detail: https://mcpindex.ai/server/ai-ai-advisors-mcp - AirShelf Catalog (ai.airshelf/catalog@1.0.0) Cross-vendor B2B catalog for AI agents: search, compare, find equivalents, request a quote. installs: remote:https://mcp.airshelf.ai/mcp detail: https://mcpindex.ai/server/ai-airshelf-catalog - ai.argushq/enforcement-database (ai.argushq/enforcement-database@1.0.0) Search Argus HQ public FDA enforcement data: warning letters, recalls, approvals, 483s. installs: remote:https://argushq.ai/api/mcp detail: https://mcpindex.ai/server/ai-argushq-enforcement-database - AssetLog (ai.assetlog/assetlog@1.0.0) Search and manage AssetLog listings: vehicles, real estate, jobs, CVs, favorites, AI prompts. installs: remote:https://api.assetlog.ai/mcp detail: https://mcpindex.ai/server/ai-assetlog-assetlog - Auralogs (ai.auralogs/auralogs@0.1.0) Read-only access to Auralogs production logs: search logs, inspect errors, review AI analyses. installs: remote:https://mcp.auralogs.ai/mcp detail: https://mcpindex.ai/server/ai-auralogs-auralogs - Bezal — Local Business Intelligence for AI Agents (ai.bezal/local-commerce@1.0.0) Search 7,000+ local service businesses across America by category, location, or keyword. installs: remote:https://app.bezal.ai/api/mcp detail: https://mcpindex.ai/server/ai-bezal-local-commerce - BuyWhere MCP (ai.buywhere/buywhere-mcp@0.3.1) Product search, price comparison, and affiliate-ready shopping across Singapore and US retailers. installs: npm:@buywhere/mcp-server detail: https://mcpindex.ai/server/ai-buywhere-buywhere-mcp - Clelp (ai.clelp/clelp@1.1.8) Search and rate AI tools, MCP servers, and agent skills reviewed by real agent use. installs: npm:clelp-mcp-server detail: https://mcpindex.ai/server/ai-clelp-clelp - CodeNib (ai.codenib/codenib@0.2.0) Ranked codebase search and static symbol navigation for coding agents. installs: pypi:codenib detail: https://mcpindex.ai/server/ai-codenib-codenib - Agent Skills Search Server (ai.com.mcp/skills-search@1.0.0) Search and discover Agent Skills from the skills.sh registry. Powered by HAPI MCP server. installs: remote:https://skills-sh.run.mcp.com.ai/mcp detail: https://mcpindex.ai/server/ai-com-mcp-skills-search - CreativeScope — Mobile Game Ad Creative Intelligence (ai.creativescope/creative-intelligence@1.0.0) Mobile-game ad creative intelligence across SDK ad networks: search, rankings, AI hook analysis. installs: remote:https://mcp.creativescope.ai/mcp detail: https://mcpindex.ai/server/ai-creativescope-creative-intelligence - ai.customdomain/mcp (ai.customdomain/mcp@0.4.0) Custom domains for SaaS and AI agents: search, register, connect DNS, and issue HTTPS over MCP. installs: remote:https://mcp.customdomain.ai/mcp detail: https://mcpindex.ai/server/ai-customdomain-mcp - DataForB2B (ai.dataforb2b/dataforb2b@1.0.1) Search and enrich B2B people & companies — 70+ filters (funding, linkedin, industry, country, ...). installs: remote:https://mcp.dataforb2b.ai/mcp detail: https://mcpindex.ai/server/ai-dataforb2b-dataforb2b - Creator SKILL — Influencer Discovery (ai.deinai/creator-skill@1.0.2) AI influencer search on TikTok, Instagram, YouTube. Deinai MCP token required; credits per result. installs: pypi:deinai-mcp | remote:https://deinai.ai/mcp detail: https://mcpindex.ai/server/ai-deinai-creator-skill - Creator SKILL v2 — Influencer Discovery (ai.deinai/creator-skill-v2@0.2.1) SKILL-02 (not SKILL-01): AI influencer search on TikTok, Instagram & YouTube. sk_live_ token. installs: pypi:creator-skill-v2 | remote:https://skill.deinai.ai/mcp detail: https://mcpindex.ai/server/ai-deinai-creator-skill-v2 - YTDL RMCP (ai.dinglebear/rytdl@1.0.4) yt-dlp search, download, metadata, delivery, and Plex workflows over MCP and CLI. installs: npm:@dinglebear/rytdl detail: https://mcpindex.ai/server/ai-dinglebear-rytdl - YTDL RMCP (ai.dinglebear/ytdl-rmcp@1.0.2) Rust MCP server and CLI for yt-dlp search, downloads, metadata, transfers, and Plex playlists. installs: npm:ytdl-rmcp detail: https://mcpindex.ai/server/ai-dinglebear-ytdl-rmcp - ai.docuwriter/docuwriter (ai.docuwriter/docuwriter@1.2.0) Generate, search, and manage codebase documentation on DocuWriter.ai. 72 tools incl. Autopilot. installs: remote:https://app.docuwriter.ai/mcp detail: https://mcpindex.ai/server/ai-docuwriter-docuwriter - ai.echoloc/company-technographics (ai.echoloc/company-technographics@1.0.0) Search 760K+ companies by technographics with direction of change: adopting, replacing, evaluating installs: remote:https://api.echoloc.ai/mcp detail: https://mcpindex.ai/server/ai-echoloc-company-technographics - Epanya (ai.epanya/epanya@0.1.0) x402-paid web search for AI agents. TESTNET (Base Sepolia). No valid result, no charge. installs: remote:https://api.epanya.ai/mcp detail: https://mcpindex.ai/server/ai-epanya-epanya - ai.ezel/ezel (ai.ezel/ezel@2.0.0) Search U.S. case law, fetch opinions, and ask matter-aware legal questions over your documents. installs: remote:https://app.ezel.ai/mcp detail: https://mcpindex.ai/server/ai-ezel-ezel - FindIP (ai.findip/patent-search@1.0.0) Semantic patent search & analysis: find, compare, and analyze patents by meaning. installs: remote:https://mcp.findip.ai detail: https://mcpindex.ai/server/ai-findip-patent-search - ai.fintent/signals (ai.fintent/signals@2.0.0) Predictive Signals, Company Search, Sector Trends and Contacts for PEs, IBs, M&A dealmakers. installs: remote:https://app.fintent.ai/api/v2/mcp detail: https://mcpindex.ai/server/ai-fintent-signals - FlipDomain Domain Sales (ai.flipdomain/domain-sales@1.0.0) Search 2,972 premium domains by keyword, category, TLD, and budget, then submit offers. installs: remote:https://flipdomain.ai/mcp detail: https://mcpindex.ai/server/ai-flipdomain-domain-sales - Fodda Topic & Trend Research (ai.fodda/topic-research@1.33.0) Trend, stats & insight search across PSFK expert graphs with citable sources. installs: remote:https://mcp.fodda.ai/topic-research detail: https://mcpindex.ai/server/ai-fodda-topic-research - Gavelin (ai.gavelin/mcp@1.0.0) Search bills and speaker-attributed hearing transcripts across all 50 US state legislatures. installs: remote:https://mcp.gavelin.ai/mcp detail: https://mcpindex.ai/server/ai-gavelin-mcp - ai.getvet/vet (ai.getvet/vet@0.4.2) Discover and vet MCP servers: search 200K+ AI tools with security verification and schemas. installs: npm:@getvetai/mcp detail: https://mcpindex.ai/server/ai-getvet-vet - ai.gondola/gondola (ai.gondola/gondola@0.1.4) Travel award search: compare cash vs points on hotels, flights & cars, cents-per-point, and book. installs: remote:https://mcp.gondola.ai/mcp detail: https://mcpindex.ai/server/ai-gondola-gondola - ai.groundroute/web-search (ai.groundroute/web-search@0.1.0) Web search for AI agents — one tool across 6 engines, routed to the cheapest + cached. installs: remote:https://api.groundroute.ai/mcp detail: https://mcpindex.ai/server/ai-groundroute-web-search - ai.hermitsh/texts (ai.hermitsh/texts@0.5.0) Complete classical & world literature — search + cite exact passages, facing sources, 50+ languages. installs: remote:https://hermitsh.ai/mcp detail: https://mcpindex.ai/server/ai-hermitsh-texts - Jobero job search (ai.jobero/job-search@1.0.0) Paid job search: 7 matched roles, each with a tailored CV and cover letter. installs: remote:https://jobero.ai/mcp detail: https://mcpindex.ai/server/ai-jobero-job-search - Jurisprudências.ai (ai.jurisprudencias/case-law@1.0.0) Search Brazilian case law from federal and state courts with verified decisions and source links. installs: remote:https://jurisprudencias.ai/mcp detail: https://mcpindex.ai/server/ai-jurisprudencias-case-law - Just Domain (ai.justdomain/just-domain@0.3.5) Search domain availability and pricing, straight from chat — then open a link to register. installs: remote:https://mcp.justdomain.ai/ detail: https://mcpindex.ai/server/ai-justdomain-just-domain - ai.keenable/web-search (ai.keenable/web-search@0.1.2) Live web search and clean-markdown page fetch over the Keenable web index. installs: npm:@keenable/mcp | remote:https://api.keenable.ai/mcp?keenable_title=mcp-registry detail: https://mcpindex.ai/server/ai-keenable-web-search - KOLens (ai.kolens/kolens-mcp@1.0.0) TikTok KOL intelligence with a public MCP remote for search, profiles, lists, and alerts. installs: remote:https://kolens.ai/mcp detail: https://mcpindex.ai/server/ai-kolens-kolens-mcp - Law.AI — Lawyer Search (ai.law.mcp/lawyer-search@0.2.3) Verified lawyer and attorney search, discovery, and matching for AI — 991K+ US profiles. installs: remote:https://mcp.law.ai detail: https://mcpindex.ai/server/ai-law-mcp-lawyer-search - Maguyva (ai.maguyva/maguyva@1.0.0) Code intelligence for coding agents: semantic, AST, graph, and full-text search. 279+ languages. installs: remote:https://maguyva.tools/mcp detail: https://mcpindex.ai/server/ai-maguyva-maguyva - ai.masnavi/masnavi (ai.masnavi/masnavi@1.0.0) Rumi's complete Masnavi (25,635 beyts) — search, quote, verify and explain. Free, no auth. installs: remote:https://masnavi.ai/mcp detail: https://mcpindex.ai/server/ai-masnavi-masnavi - MemeStack (ai.memestack/mcp@1.0.0) Search and browse a curated gallery of memes, infographics, and visual content. installs: remote:https://mcp.memestack.ai/mcp detail: https://mcpindex.ai/server/ai-memestack-mcp - Memocore (ai.memocore/mcp@1.0.0) Shared memory for all your AI agents, your whole team and every MCP client — save, search, recall. installs: remote:https://memocore.ai/mcp detail: https://mcpindex.ai/server/ai-memocore-mcp - Name Whisper — ENS Intelligence Layer (ai.namewhisper/ens-tools@1.2.0) 44 MCP tools to search, value, register, trade, and manage ENS names. AI-powered intelligence layer. installs: remote:https://namewhisper.ai/mcp detail: https://mcpindex.ai/server/ai-namewhisper-ens-tools - NewzAI MCP Server (ai.newzai.api/NewzAI@1.0.2) News MCP: real-time headlines & custom news search across 7 regions. Free, just sign in with Google. installs: remote:https://api.newzai.ai/mcp/ detail: https://mcpindex.ai/server/ai-newzai-api-newzai - NewzAI MCP Server (ai.newzai.api/news-mcp@1.0.0) News MCP: real-time headlines & custom news search across 7 regions. Free, just sign in with Google. installs: remote:https://api.newzai.ai/mcp detail: https://mcpindex.ai/server/ai-newzai-api-news-mcp - Nexez Agentic Commerce (ai.nexez/commerce@1.0.0) Search merchants, inspect structured offers, and validate checkout or negotiation before buying. installs: remote:https://nexez.app/mcp detail: https://mcpindex.ai/server/ai-nexez-commerce - Nordax AI Entity Network (ai.nordax/mcp@1.0.0) Search and verify 360K+ business entities with trust scores and W3C credentials. installs: remote:https://mcp.nordax.ai/mcp detail: https://mcpindex.ai/server/ai-nordax-mcp - note1.ai (ai.note1/mcp@1.0.2) Search meetings, export summaries and transcripts, and manage recordings from any AI tool. installs: remote:https://api.note1.ai/mcp detail: https://mcpindex.ai/server/ai-note1-mcp - Not Human Search (ai.nothumansearch/search@1.7.1) Search the agentic web. 4,100+ sites, 11 tools incl. check_url + verify_mcp for probe-before-use. installs: remote:https://nothumansearch.ai/mcp detail: https://mcpindex.ai/server/ai-nothumansearch-search - Nowen (ai.nowen/nowen@1.0.0) Generate ranked business ideas from your skills and interests, then search and manage them via MCP. installs: remote:https://mcp.nowen.ai/api/mcp detail: https://mcpindex.ai/server/ai-nowen-nowen - OpenArx (ai.openarx/openarx@0.3.2) Open scientific and engineering knowledge for AI agents: search, evidence, document publishing. installs: remote:https://mcp.openarx.ai/researcher/mcp detail: https://mcpindex.ai/server/ai-openarx-openarx - Opinly (ai.opinly/opinly@1.0.1) SEO, competitor and AI-search data, plus blog management — draft, schedule and publish posts. installs: remote:https://mcp.opinly.ai/mcp detail: https://mcpindex.ai/server/ai-opinly-opinly - Parallel Search MCP (ai.parallel/search-mcp@1.0.0) The best web search for your AI Agent installs: remote:https://search-mcp.parallel.ai/mcp detail: https://mcpindex.ai/server/ai-parallel-search-mcp - ai.petraport/agent-commerce (ai.petraport/agent-commerce@0.1.0) AI-agent product catalog: search, lookup & purchase routing over verified merchant data. installs: remote:https://petraport.ai/api/agent-commerce/v1/mcp detail: https://mcpindex.ai/server/ai-petraport-agent-commerce - Pocket Drives (ai.pocketdrives/pocket-drives@1.0.0) Peer-to-peer car rental search — luxury, exotic, and EV vehicles with delivery across the US. installs: remote:https://pocketdrives.ai/mcp detail: https://mcpindex.ai/server/ai-pocketdrives-pocket-drives - ai.radixia/blog (ai.radixia/blog@1.0.0) Search and read the Radixia blog (enterprise AI, cloud, open source) via MCP. installs: remote:https://mcp.radixia.ai/mcp detail: https://mcpindex.ai/server/ai-radixia-blog - refd (ai.refd/refd@0.2.0) Read AI search visibility, competitors, citations, prompts, and answer evidence from refd. installs: remote:https://api.refd.ai/mcp detail: https://mcpindex.ai/server/ai-refd-refd - LegalSearch (ai.roopslaw/legalsearch@0.1.0) Public Indian legal search MCP for Roop judgments, statutes, and corpus grounding. installs: remote:https://mcp.roopslaw.ai/mcp detail: https://mcpindex.ai/server/ai-roopslaw-legalsearch - Scite (ai.scite/mcp@1.0.0) Ground answers in scientific literature. Search full text, evaluate trust, access full-text articles installs: remote:https://api.scite.ai/mcp detail: https://mcpindex.ai/server/ai-scite-mcp - Apostle — AI Men's Skincare Commerce (ai.searchshop/apostleman@1.0.2) Search, compare, and buy Apostle men's skincare: tinted moisturizer, face wash, and sets. installs: remote:https://searchshopai-mcp.fly.dev/mcp/apostleman detail: https://mcpindex.ai/server/ai-searchshop-apostleman - ai.seltz/seltz-ai-seltz-mcp (ai.seltz/seltz-ai-seltz-mcp@1.0.0) Provides AI assistants with access to Seltz's powerful Web Search capabilities. installs: remote:https://mcp.seltz.ai/mcp detail: https://mcpindex.ai/server/ai-seltz-seltz-ai-seltz-mcp - ai.serff/ca-rate-filings (ai.serff/ca-rate-filings@1.0.0) Natural-language search over California's public insurance rate, rule & form filings. installs: remote:https://api.serff.ai/mcp detail: https://mcpindex.ai/server/ai-serff-ca-rate-filings - Sharebench (ai.sharebench/registry@0.1.1) Sharebench — search & pull AI skills, agents, prompts & playbooks (SKILL.md) into any MCP client installs: remote:https://mcp-public.sharebench.ai detail: https://mcpindex.ai/server/ai-sharebench-registry - ai.shawndurrani/mcp-registry (ai.shawndurrani/mcp-registry@0.1.3) Search the public MCP Registry; discover servers and copy SSE URLs. installs: remote:https://mcp-registry.shawndurrani.ai/sse detail: https://mcpindex.ai/server/ai-shawndurrani-mcp-registry - ai.smithery/IlyaGusev-academia_mcp (ai.smithery/IlyaGusev-academia_mcp@1.16.0) Search arXiv and ACL Anthology, retrieve citations and references, and browse web sources to accel… installs: remote:https://server.smithery.ai/@IlyaGusev/academia_mcp/mcp detail: https://mcpindex.ai/server/ai-smithery-ilyagusev-academia-mcp - ai.smithery/LinkupPlatform-linkup-mcp-server (ai.smithery/LinkupPlatform-linkup-mcp-server@1.0.0) Search the web in real time to get trustworthy, source-backed answers. Find the latest news and co… installs: remote:https://server.smithery.ai/@LinkupPlatform/linkup-mcp-server/mcp detail: https://mcpindex.ai/server/ai-smithery-linkupplatform-linkup-mcp-server - ai.smithery/aamangeldi-dad-jokes-mcp (ai.smithery/aamangeldi-dad-jokes-mcp@1.15.0) Get a random dad joke or search by keyword to fit any moment. Retrieve specific jokes by ID for re… installs: remote:https://server.smithery.ai/@aamangeldi/dad-jokes-mcp/mcp detail: https://mcpindex.ai/server/ai-smithery-aamangeldi-dad-jokes-mcp - ai.smithery/adamamer20-paper-search-mcp-openai (ai.smithery/adamamer20-paper-search-mcp-openai@1.14.0) Search and download academic papers from arXiv, PubMed, bioRxiv, medRxiv, Google Scholar, Semantic… installs: remote:https://server.smithery.ai/@adamamer20/paper-search-mcp-openai/mcp detail: https://mcpindex.ai/server/ai-smithery-adamamer20-paper-search-mcp-openai - ai.smithery/jjlabsio-korea-stock-mcp (ai.smithery/jjlabsio-korea-stock-mcp@1.0.0) Search company disclosures and financial statements from the Korean market. Retrieve stock profile… installs: remote:https://server.smithery.ai/@jjlabsio/korea-stock-mcp/mcp detail: https://mcpindex.ai/server/ai-smithery-jjlabsio-korea-stock-mcp - ai.smithery/kesslerio-attio-mcp-server-beta (ai.smithery/kesslerio-attio-mcp-server-beta@1.1.1) Streamline your Attio workflows using natural language to search, create, update, and organize com… installs: remote:https://server.smithery.ai/@kesslerio/attio-mcp-server-beta/mcp detail: https://mcpindex.ai/server/ai-smithery-kesslerio-attio-mcp-server-beta - ai.smithery/leandrogavidia-vechain-mcp-server (ai.smithery/leandrogavidia-vechain-mcp-server@1.0.0) Search VeChain documentation, query on-chain data, and fetch fee suggestions with direct links to… installs: remote:https://server.smithery.ai/@leandrogavidia/vechain-mcp-server/mcp detail: https://mcpindex.ai/server/ai-smithery-leandrogavidia-vechain-mcp-server - ai.smithery/lineex-pubmed-mcp-smithery (ai.smithery/lineex-pubmed-mcp-smithery@1.14.0) Search PubMed with precision using keyword and journal filters and smart sorting. Uncover MeSH ter… installs: remote:https://server.smithery.ai/@lineex/pubmed-mcp-smithery/mcp detail: https://mcpindex.ai/server/ai-smithery-lineex-pubmed-mcp-smithery - ai.smithery/pinkpixel-dev-web-scout-mcp (ai.smithery/pinkpixel-dev-web-scout-mcp@1.5.5) Search the web and extract clean, readable text from webpages. Process multiple URLs at once to sp… installs: remote:https://server.smithery.ai/@pinkpixel-dev/web-scout-mcp/mcp detail: https://mcpindex.ai/server/ai-smithery-pinkpixel-dev-web-scout-mcp - ai.smithery/plainyogurt21-clintrials-mcp (ai.smithery/plainyogurt21-clintrials-mcp@1.16.0) Provide structured access to ClinicalTrials.gov data for searching, retrieving, and analyzing clin… installs: remote:https://server.smithery.ai/@plainyogurt21/clintrials-mcp/mcp detail: https://mcpindex.ai/server/ai-smithery-plainyogurt21-clintrials-mcp - ai.smithery/pythondev-pro-egw_writings_mcp_server (ai.smithery/pythondev-pro-egw_writings_mcp_server@1.12.4) Search Ellen G. White’s writings by keyword to surface relevant quotations. Retrieve exact passage… installs: remote:https://server.smithery.ai/@pythondev-pro/egw_writings_mcp_server/mcp detail: https://mcpindex.ai/server/ai-smithery-pythondev-pro-egw-writings-mcp-server - ai.smithery/rainbowgore-stealthee-mcp-tools (ai.smithery/rainbowgore-stealthee-mcp-tools@1.14.0) Spot pre-launch products before they trend. Search the web and tech sites, extract and parse pages… installs: remote:https://server.smithery.ai/@rainbowgore/stealthee-mcp-tools/mcp detail: https://mcpindex.ai/server/ai-smithery-rainbowgore-stealthee-mcp-tools - ai.smithery/serkan-ozal-driflyte-mcp-server (ai.smithery/serkan-ozal-driflyte-mcp-server@0.1.15) Discover available topics and explore up-to-date, topic-tagged web content. Search to surface the… installs: remote:https://server.smithery.ai/@serkan-ozal/driflyte-mcp-server/mcp detail: https://mcpindex.ai/server/ai-smithery-serkan-ozal-driflyte-mcp-server - ai.smithery/sunub-obsidian-mcp-server (ai.smithery/sunub-obsidian-mcp-server@1.0.0) Search your Obsidian vault to quickly find notes by title or keyword, summarize related content, a… installs: remote:https://server.smithery.ai/@sunub/obsidian-mcp-server/mcp detail: https://mcpindex.ai/server/ai-smithery-sunub-obsidian-mcp-server - ai.smithery/yuhuison-mediawiki-mcp-server-auth (ai.smithery/yuhuison-mediawiki-mcp-server-auth@1.0.1) Connect to your MediaWiki using simple credentials and manage content without OAuth. Search, read,… installs: remote:https://server.smithery.ai/@yuhuison/mediawiki-mcp-server-auth/mcp detail: https://mcpindex.ai/server/ai-smithery-yuhuison-mediawiki-mcp-server-auth - SnowData — Live Snow (ai.snowdata/live-snow@1.0.0) Live verified resort snow, forecasts, powder search, trip planning & grounded Q&A for 430+ resorts. installs: remote:https://mcp.snowdata.ai detail: https://mcpindex.ai/server/ai-snowdata-live-snow - SpecProof (ai.specproof/specproof-mcp@1.0.0) SpecProof: Search standards specs with MCP-ready precision. installs: remote:https://mcp.specproof.ai/ detail: https://mcpindex.ai/server/ai-specproof-specproof-mcp - Stompy – AI Memory for Claude & MCP Agents (ai.stompy/stompy@1.0.0) Persistent AI memory with semantic search, conflict detection, and ticketing. installs: remote:https://mcp.stompy.ai detail: https://mcpindex.ai/server/ai-stompy-stompy - ai.taskive/mcp (ai.taskive/mcp@1.0.0) AI-native project management + agent memory: tasks, sprints, risk, burnout, knowledge search. installs: remote:https://mcp.taskive.ai/mcp detail: https://mcpindex.ai/server/ai-taskive-mcp - ai.tradesearcher/mcp-server (ai.tradesearcher/mcp-server@0.1.1) Search TradeSearcher strategies and backtests from Claude Code, Cursor, Codex, and other agents. installs: npm:@tradesearcher/mcp-server detail: https://mcpindex.ai/server/ai-tradesearcher-mcp-server - Amazon Trends API (ai.trendsapi/amazon@1.0.0) Amazon product search volume and best-seller trends. Free key at trendsapi.ai installs: remote:https://amazon.api.trendsapi.ai/mcp detail: https://mcpindex.ai/server/ai-trendsapi-amazon - Competitor Tracking API (ai.trendsapi/competitor-tracking@1.0.0) Track competitor brand demand across search, social and news. Free key at trendsapi.ai installs: remote:https://competitor-tracking.api.trendsapi.ai/mcp detail: https://mcpindex.ai/server/ai-trendsapi-competitor-tracking - Content Strategy API (ai.trendsapi/content-strategy@1.0.0) Find rising topics before they peak across search and social. Free key at trendsapi.ai installs: remote:https://content-strategy.api.trendsapi.ai/mcp detail: https://mcpindex.ai/server/ai-trendsapi-content-strategy - Google Trends API (ai.trendsapi/google-trends@1.0.0) Google Trends search interest over time with growth metrics. Free key at trendsapi.ai installs: remote:https://google-trends.api.trendsapi.ai/mcp detail: https://mcpindex.ai/server/ai-trendsapi-google-trends - Market Research API (ai.trendsapi/market-research@1.0.0) Consumer demand signals across search, shopping and social. Free key at trendsapi.ai installs: remote:https://market-research.api.trendsapi.ai/mcp detail: https://mcpindex.ai/server/ai-trendsapi-market-research - SEO Trends API (ai.trendsapi/seo@1.0.0) Spot keyword demand rising or fading across search and social. Free key at trendsapi.ai installs: remote:https://seo.api.trendsapi.ai/mcp detail: https://mcpindex.ai/server/ai-trendsapi-seo - Amazon Trends MCP (ai.trendsmcp/amazon@1.0.5) Amazon product search demand over time, with growth for any keyword. Free key at trendsmcp.ai installs: remote:https://amazon.api.trendsmcp.ai/mcp detail: https://mcpindex.ai/server/ai-trendsmcp-amazon - YouTube Trends MCP (ai.trendsmcp/youtube@1.0.5) YouTube search interest and trend data over time, with growth metrics. Free key at trendsmcp.ai installs: remote:https://youtube.api.trendsmcp.ai/mcp detail: https://mcpindex.ai/server/ai-trendsmcp-youtube - SOLVED — buy work already done (ai.trovefield/solved@0.1.0) Search and buy verified solved artifacts instead of recomputing them. installs: remote:https://api.trovefield.ai/mcp detail: https://mcpindex.ai/server/ai-trovefield-solved - Vocci (ai.vocci/mcp@0.1.0) Read-only MCP access to authorized Vocci sessions, notes, files, and memory search. installs: remote:https://mcp.vocci.ai/mcp detail: https://mcpindex.ai/server/ai-vocci-mcp - ai.wild-card/deepcontext (ai.wild-card/deepcontext@0.1.15) Advanced codebase indexing and semantic search MCP server installs: npm:@wildcard-ai/deepcontext detail: https://mcpindex.ai/server/ai-wild-card-deepcontext - WorkingMemory (ai.workingmemory/memory@1.0.0) Persistent personal memory for AI assistants — save, search, and recall across every MCP client. installs: remote:https://app.workingmemory.ai/mcp detail: https://mcpindex.ai/server/ai-workingmemory-memory - H-Index (ai.xr-utilities/h-index@1.0.0) Capability registry for the agentic economy. Semantic search over verified MCP server listings. installs: remote:https://h-index.xr-utilities.ai/mcp detail: https://mcpindex.ai/server/ai-xr-utilities-h-index - xurprise (ai.xurprise/mcp@0.3.0) Agent-native commerce for SEA/China/global. 43 brands. 6 tools. 9-language search. installs: remote:https://xurprise.ai/api/mcp detail: https://mcpindex.ai/server/ai-xurprise-mcp - Yempik Company Brain (ai.yempik/company-brain@0.1.0) Governed company memory: search decisions, rules and client facts; propose updates for review. installs: remote:https://mcp.yempik.ai/mcp detail: https://mcpindex.ai/server/ai-yempik-company-brain - Conduit Agentic Commerce (app.aiconduit/conduit@0.1.0) Search multi-merchant supply, checkout, and track orders via MCP. installs: remote:https://mcp.aiconduit.app/mcp detail: https://mcpindex.ai/server/app-aiconduit-conduit - APICK Web (app.apick/web@1.2.0) Domain/IP intelligence, web page capture and search APIs installs: remote:https://apick.app/mcp/web detail: https://mcpindex.ai/server/app-apick-web - Cellarion Wine Registry (app.cellarion/wine-registry@1.82.4) Public wine registry and guides: search wines, grapes, regions, appellations. No account. installs: remote:https://cellarion.app/api/mcp/public detail: https://mcpindex.ai/server/app-cellarion-wine-registry - CiteMe (app.citeme/citeme@1.1.0) Search papers, format citations in 60 styles, and verify bibliographies against scholarly sources. installs: remote:https://citeme.app/api/mcp detail: https://mcpindex.ai/server/app-citeme-citeme - fojin — Buddhist Canon Tools (app.fojin/fojin-mcp@0.4.0) Buddhist canon tools: search, passages, cross-canon parallels, dictionaries — all URN-cited. installs: remote:https://mcp.fojin.ai/mcp detail: https://mcpindex.ai/server/app-fojin-fojin-mcp - Fryd - Your Garden Companion (app.fryd/mcp-server@1.0.10) Search crops, check companion planting, explore seasonal calendars, and find planting plans. installs: remote:https://mcp.fryd.app/mcp detail: https://mcpindex.ai/server/app-fryd-mcp-server - govauctions.app (app.govauctions/govauctions@1.0.1) US government-surplus auction search, sold-price comps, and Flip Score resale signals. installs: remote:https://govauctions.app/api/mcp detail: https://mcpindex.ai/server/app-govauctions-govauctions - Himalayas Remote Jobs (app.himalayas/mcp@1.0.2) Search and post remote jobs, browse companies, check salaries, and find talent on Himalayas.app installs: remote:https://mcp.himalayas.app/mcp detail: https://mcpindex.ai/server/app-himalayas-mcp - Knowtis (app.knowtis/knowtis@0.1.0) Create, search and manage Knowtis collaborative notes from AI assistants. installs: remote:https://mcp.knowtis.app/mcp detail: https://mcpindex.ai/server/app-knowtis-knowtis - Listen to Sadhu (app.listentosadhu/corpus@1.0.1) Read-only semantic search over Vedic scripture verses, commentaries, and recorded lectures. installs: remote:https://mcp.listentosadhu.app/mcp detail: https://mcpindex.ai/server/app-listentosadhu-corpus - app.memol/memol (app.memol/memol@1.0.0) Search, read, create and edit your Memol notes from Claude. Team note-taking with AI search. installs: remote:https://memol.app/api/mcp detail: https://mcpindex.ai/server/app-memol-memol - Newsmind (app.newsmind/mcp@0.25.0) RSS feeds for ChatGPT & Claude: semantic search, story clustering, keyword watches, OPML import. installs: remote:https://newsmind.app/mcp detail: https://mcpindex.ai/server/app-newsmind-mcp - OctoTrip Flights (app.octotrip/flights@1.0.0) Free, no-login flight search with real-time pricing from multiple airlines. installs: remote:https://mcp.octotrip.app/flights/mcp detail: https://mcpindex.ai/server/app-octotrip-flights - OctoTrip Rental Cars (app.octotrip/rental-cars@1.0.0) Free, no-login rental car search with real-time pricing. installs: remote:https://mcp.octotrip.app/rental-cars/mcp detail: https://mcpindex.ai/server/app-octotrip-rental-cars - OpenDealer MCP Server (app.opendealer/mcp@2.0.0) Automotive inventory search for AI assistants: vehicles, dealers, deals, and market data. installs: remote:https://mcp.opendealer.app/rpc detail: https://mcpindex.ai/server/app-opendealer-mcp - Papertext (app.papertext.app/papertext-mcp@0.1.0) Academic literature search, retrieval, and private library management on top of OpenAlex. installs: remote:https://app.papertext.app/mcp detail: https://mcpindex.ai/server/app-papertext-app-papertext-mcp - Remoote Remote Jobs MCP (app.remoote/remote-jobs@0.1.0) Search remote jobs, compare salaries, create alerts, and request user-confirmed apply links. installs: remote:https://api.remoote.app/remoote/agents/mcp detail: https://mcpindex.ai/server/app-remoote-remote-jobs - RoboHub Robot Catalog (app.robohub/robohub@1.0.0) Vendor-neutral catalog of 300+ commercial robots: search, compare specs, request vendor intros. installs: remote:https://robohub.app/api/mcp detail: https://mcpindex.ai/server/app-robohub-robohub - app.sallim/contract-compass (app.sallim/contract-compass@1.1.3) Korean public procurement law: rule-engine rulings, statutes search, live court precedents installs: remote:https://contract.sallim.app/mcp?via=official detail: https://mcpindex.ai/server/app-sallim-contract-compass - app.trustrails/server (app.trustrails/server@1.0.7) Search UK electronics products across retailers. Real-time prices, stock, and specs. installs: npm:@trustrails/mcp-server detail: https://mcpindex.ai/server/app-trustrails-server - Agent SVG Registry (app.vercel.agent-svg-registry/mcp@1.0.0) Search SVG metadata and buy licensed commercial SVG exports for coding agents. installs: remote:https://agent-svg-registry.vercel.app/api/mcp detail: https://mcpindex.ai/server/app-vercel-agent-svg-registry-mcp - MINDSET (app.web.mindset-502113/mindset@0.1.0) Semantic search over MINDSET's brand strategy topic database, plus its system prompt. installs: remote:https://mindset-mcp-183316982259.europe-west2.run.app/mcp detail: https://mcpindex.ai/server/app-web-mindset-502113-mindset - art.allover/agentee (art.allover/agentee@1.0.0) Shop all-over print cotton tees with your AI agent: search, cart, promos, checkout. Human pays. installs: remote:https://allover.art/mcp detail: https://mcpindex.ai/server/art-allover-agentee - at.memebo/memeboat-mcp (at.memebo/memeboat-mcp@0.3.0) Search 25,000+ meme templates and create shareable memes on memebo.at. Free, anonymous, no API key. installs: npm:memeboat-mcp | remote:https://memebo.at/mcp detail: https://mcpindex.ai/server/at-memebo-memeboat-mcp - MotorLoop (au.com.motorloop/motorloop@1.0.0) Search and manage vehicle listings on MotorLoop, an Australian car marketplace. installs: remote:https://api.motorloop.com.au/{storefront}/api/mcp detail: https://mcpindex.ai/server/au-com-motorloop-motorloop - Camping Australia (au.com.trip-planner/camping-australia@1.4.0) Search Australian campsites, caravan parks and free camps; weather, gear, road trips and booking. installs: remote:https://app.trip-planner.com.au/api/mcp detail: https://mcpindex.ai/server/au-com-trip-planner-camping-australia - creditcards.best (best.creditcards/mcp@0.1.0) Search, compare and estimate rewards across US credit cards. Verified fees, APRs and bonuses. installs: remote:https://mcp.creditcards.best detail: https://mcpindex.ai/server/best-creditcards-mcp - biz.keepingtrack/dejavu (biz.keepingtrack/dejavu@1.0.0) AI agent skills marketplace — token-efficient skill search & execution installs: remote:https://dejavu.keepingtrack.biz/mcp detail: https://mcpindex.ai/server/biz-keepingtrack-dejavu - Tenjin (blog.tenjin/tenjin@0.7.0) Search, read & publish paid essays. Pay-per-read in USDC on Base (x402); wallet-only, no account. installs: npm:tenjin-cli | remote:https://tenjin.blog/api/mcp detail: https://mcpindex.ai/server/blog-tenjin-tenjin - fipeX MCP (br.com.fipex/mcp@1.0.0) Brazilian FIPE vehicle reference prices: search, current price, history and comparison. Keyless. installs: remote:https://api.fipex.com.br/mcp detail: https://mcpindex.ai/server/br-com-fipex-mcp - build.naru/contract-compass (build.naru/contract-compass@1.1.0) Korean public procurement law: rule-engine rulings, statutes search, live court precedents installs: remote:https://contract.naru.build/mcp detail: https://mcpindex.ai/server/build-naru-contract-compass - by.authorized/brands (by.authorized/brands@1.0.0) Search brands and find authorized retailers on authorized.by installs: remote:https://app.authorized.by/api/public/mcp detail: https://mcpindex.ai/server/by-authorized-brands - MANDA (bz.manda/manda@1.0.0) Search Japan's M&A marketplace MANDA - public business-for-sale listings (read-only, no auth) installs: remote:https://manda.bz/mcp detail: https://mcpindex.ai/server/bz-manda-manda - NetGrant — Canadian funding (ca.netgrant/canadian-grants@1.1.0) Search 1,300+ live Canadian funding opportunities — grants, tax credits, accelerators, and loans. installs: remote:https://mcp.netgrant.ca/mcp detail: https://mcpindex.ai/server/ca-netgrant-canadian-grants - fysio.care clinic discovery (care.fysio/discovery@0.1.0) Discover Swedish MSK clinics on fysio.care: search clinics, services, and open appointment times. installs: remote:https://fysio.care/api/mcp detail: https://mcpindex.ai/server/care-fysio-discovery - Contexta (cc.contexta/contexta-mcp@1.0.0) Persistent memory and knowledge graph for AI assistants — keyword + vector + graph search. installs: remote:https://mcp.contexta.cc/mcp detail: https://mcpindex.ai/server/cc-contexta-contexta-mcp - cc.thecolony/mcp-server (cc.thecolony/mcp-server@1.14.1) Remote MCP server for The Colony — a social network for AI agents (posts, DMs, search, marketplace). installs: remote:https://thecolony.cc/mcp/ detail: https://mcpindex.ai/server/cc-thecolony-mcp-server - ch.cowork24/booking (ch.cowork24/booking@0.4.6) Search, price and book Swiss coworking spaces, offices and meeting rooms on cowork24.ch. installs: remote:https://mcp.cowork24.ch/mcp detail: https://mcpindex.ai/server/ch-cowork24-booking - Fedlex Connector (ch.fedlex-connector/fedlex-connector@1.0.0) Search Swiss federal legislation: laws, articles, amendments via the Fedlex SPARQL endpoint. installs: remote:https://mcp.fedlex-connector.ch/ detail: https://mcpindex.ai/server/ch-fedlex-connector-fedlex-connector - ch.immoswipe/immoswipe-ai (ch.immoswipe/immoswipe-ai@1.1.2) Search Swiss rentals & homes, housing guides/FAQs, tenant Chancen-Check and Mieter-Pool signup. installs: remote:https://ai.immoswipe.ch/mcp detail: https://mcpindex.ai/server/ch-immoswipe-immoswipe-ai - Repuestia - Repuestos Automotrices Chile (cl.repuestia/mcp@1.0.0) Search auto parts in Chile. Decode Chilean plates and VINs. 160K+ parts from verified dismantlers. installs: remote:https://www.repuestia.cl/mcp detail: https://mcpindex.ai/server/cl-repuestia-mcp - Metrifyr (cloud.metrifyr/mcp@2.36.1) SEO & marketing toolkit for AI agents: GA4, Search Console, AdSense, GTM, PageSpeed, Trends. installs: remote:https://mcp.metrifyr.cloud/mcp detail: https://mcpindex.ai/server/cloud-metrifyr-mcp - Elron Club Public Rentals (club.elron/public-rentals@0.2.0) Search Elron Club furnished apartments, availability, prices, details, and rental applications. installs: remote:https://elron.club/api/agent/public/mcp detail: https://mcpindex.ai/server/club-elron-public-rentals - Gleanit (co.gleanit/gleanit@1.0.1) Search, read, and write highlights, notes, screenshots, collections, projects, and tags in Gleanit. installs: remote:https://api.gleanit.co/api/mcp detail: https://mcpindex.ai/server/co-gleanit-gleanit - co.heyspark.mcp/server (co.heyspark.mcp/server@1.0.0) Search and discover local businesses. 30+ categories with verified contact info, hours, and reviews. installs: remote:https://mcp.heyspark.co/mcp detail: https://mcpindex.ai/server/co-heyspark-mcp-server - JackTrade CRM (co.jacktrade/jacktrade-crm@1.1.0-dev) Search customers, manage quotes, work orders, action items, and calendar events for your business installs: remote:https://frostsa2.ed1.jacktrade.xyz/jacktrade/mcp_api/v1/message detail: https://mcpindex.ai/server/co-jacktrade-jacktrade-crm - co.loopgolf/tee-times (co.loopgolf/tee-times@1.0.0) Live golf tee time availability across US courses. Search by location, date, players, and price. installs: remote:https://www.loopgolf.co/api/ai/mcp detail: https://mcpindex.ai/server/co-loopgolf-tee-times - Mindlify (co.mindlify/mindlify@1.0.0) Turn AI conversations into visual knowledge maps. Create, connect, search, and organize thoughts. installs: remote:https://mindlify.co/api/mcp detail: https://mcpindex.ai/server/co-mindlify-mindlify - Sofya (co.sofya/sofya@1.27.0) Web search, fetch, extract, and research for AI agents. Markdown output + AI-synthesized answers. installs: remote:https://sofya.co/mcp detail: https://mcpindex.ai/server/co-sofya-sofya - co.thinair/geo (co.thinair/geo@2.1.4) Geocoding, truck routing, traffic, weather, and place search via MCP — 11 hosted tools. installs: remote:https://geo.thinair.co/mcp detail: https://mcpindex.ai/server/co-thinair-geo - com.1001locals/catalog (com.1001locals/catalog@0.3.0) Search & add local tours and experiences (Italy/EU). Operators: first 100 bookings free, then 5%. installs: remote:https://api.1001locals.com/mcp detail: https://mcpindex.ai/server/com-1001locals-catalog - 101 Soundboards (com.101soundboards/search@1.0.1) Search millions of sound and soundboards on 101soundboards.com installs: remote:https://www.101soundboards.com/mcp/search detail: https://mcpindex.ai/server/com-101soundboards-search - 1inch MCP (com.1inch.business/mcp@1.0.0) Doc search, intent & cross-chain swaps, limit orders, portfolio, spot prices, gas & all APIs. installs: remote:https://api.1inch.com/mcp/protocol detail: https://mcpindex.ai/server/com-1inch-business-mcp - com.1stdibs/1stDibs (com.1stdibs/1stDibs@1.0.0) MCP server for browsing and searching items on 1stDibs marketplace. installs: remote:https://www.1stdibs.com/soa/mcp/ detail: https://mcpindex.ai/server/com-1stdibs-1stdibs - SocialDataX 抖音 Douyin MCP (com.52choujiang/douyin-insights@0.2.4) Douyin hot search, work search/details, comments/replies, profiles, series, transcript. installs: remote:https://mcp.52choujiang.com/douyin/mcp detail: https://mcpindex.ai/server/com-52choujiang-douyin-insights - SocialDataX 快手 Kuaishou MCP (com.52choujiang/kuaishou-insights@0.1.2) Kuaishou hot search, work/user search, work details, comments/replies, profiles, transcript. installs: remote:https://mcp.socialdatax.com/kuaishou/mcp detail: https://mcpindex.ai/server/com-52choujiang-kuaishou-insights - SocialDataX 微博 Weibo MCP (com.52choujiang/weibo-insights@0.1.1) Weibo hot search, post search/details, comments/replies, users, posts, transcript. installs: remote:https://mcp.52choujiang.com/weibo/mcp detail: https://mcpindex.ai/server/com-52choujiang-weibo-insights - SocialDataX 小红书 Xiaohongshu XHS RedNote MCP (com.52choujiang/xhs-insights@0.1.7) XHS note search, hot list, details, comments/replies, profiles, transcript. installs: remote:https://mcp.52choujiang.com/xhs/mcp detail: https://mcpindex.ai/server/com-52choujiang-xhs-insights - 530A Model calculator (com.530amodel/calculator@1.1.0) Free, deterministic 530A (Trump Account) projections, verified rules, and searchable guides. installs: remote:https://mcp.530amodel.com detail: https://mcpindex.ai/server/com-530amodel-calculator - Admit Coach — University Data (com.admit-coach/university-data@1.0.0) Search 3,500+ US universities, check admission chances, financial aid, and build college lists. installs: remote:https://admit-coach.com/mcp/sse detail: https://mcpindex.ai/server/com-admit-coach-university-data - com.advisorfinder/mcp (com.advisorfinder/mcp@2.0.0) Search and vet SEC-registered financial advisors: profiles, disclosures, firm fees, credentials. installs: pypi:advisorfinder-mcp | remote:https://mcp.advisorfinder.com/mcp detail: https://mcpindex.ai/server/com-advisorfinder-mcp - com.agentery/agentery (com.agentery/agentery@1.3.0) Search agents & MCP servers by capability, with daily-observed pricing, liveness and market data. installs: remote:https://agentery.com/api/mcp detail: https://mcpindex.ai/server/com-agentery-agentery - AiAkiv Memory (com.aiakiv/memory@1.0.0) Shared long-term memory for AI agents: save and recall context as a searchable knowledge graph. installs: remote:https://mcp.aiakiv.com/mcp detail: https://mcpindex.ai/server/com-aiakiv-memory - Aibooma - AI Agent Registry (com.aibooma/agent-registry@0.2.0) AI agent registry — search, discover, register, and connect agents via MCP. installs: remote:https://api.aibooma.com/mcp detail: https://mcpindex.ai/server/com-aibooma-agent-registry - FutureSmart AI Demos (com.aidemos/catalogue@2.0.0) Search evidence-backed AI-tool reviews, rankings, use cases, comparisons & toolkits (read-only). installs: remote:https://mcp.aidemos.com/mcp detail: https://mcpindex.ai/server/com-aidemos-catalogue - AI Dev Jobs (com.aidevboard/jobs@1.6.2) MCP for 8,700+ current AI jobs. 13 tools: search, match, salaries, companies, commerce quotes. installs: remote:https://aidevboard.com/mcp detail: https://mcpindex.ai/server/com-aidevboard-jobs - AiGramX (com.aigramx/aigramx@1.0.0) Social platform where AI agents and robots post their work. Read the feed, search, publish. installs: remote:https://aigramx.com/api/v1/mcp detail: https://mcpindex.ai/server/com-aigramx-aigramx - AI Reasoning Commons (com.aineedhelpfromotherai/reasoning-commons@2.0.1) Search, reuse, verify AI reasoning. Task marketplace with leaderboard. Zero-barrier, no auth. installs: remote:https://api.aineedhelpfromotherai.com/mcp detail: https://mcpindex.ai/server/com-aineedhelpfromotherai-reasoning-commons - AIProperty Phuket (com.aiproperty-phuket/mcp@1.0.0) Search live Phuket real estate: homes for sale, long-term rentals and new projects. installs: remote:https://aiproperty-phuket.com/mcp detail: https://mcpindex.ai/server/com-aiproperty-phuket-mcp - com.alleskralle/jobs (com.alleskralle/jobs@1.0.0) Job search engine with 500k+ listings across Austria, Germany and Switzerland (alleskralle.com). installs: remote:https://mcp.alleskralle.com/mcp detail: https://mcpindex.ai/server/com-alleskralle-jobs - aNotepad (com.anotepad/notes@1.0.0) AI access to your aNotepad online notes: read, search, write, and organize via 22 tools. installs: remote:https://api.anotepad.com/mcp detail: https://mcpindex.ai/server/com-anotepad-notes - com.anots/directory (com.anots/directory@1.0.0) Discover and query every business on ANOTS — search, ask, or find-and-ask over MCP. installs: remote:https://api.anots.com/mcp detail: https://mcpindex.ai/server/com-anots-directory - Anthid (com.anthid/anthid@0.1.0) Search the Anthid trading API reference, schemas, and product pages. installs: remote:https://mcp.anthid.com/mcp detail: https://mcpindex.ai/server/com-anthid-anthid - com.apple-rag/mcp-server (com.apple-rag/mcp-server@2.9.0) Apple Developer Documentation with Semantic Search, RAG, and AI reranking for MCP clients installs: remote:https://mcp.apple-rag.com detail: https://mcpindex.ai/server/com-apple-rag-mcp-server - com.arcasos/arcasos-rentals (com.arcasos/arcasos-rentals@1.1.0) Korean premium short-term rental search: natural language or structured filters (SHV engine). installs: remote:https://mcp.arcasos.com detail: https://mcpindex.ai/server/com-arcasos-arcasos-rentals - com.arcat/arcat (com.arcat/arcat@0.5.0) Search building products & manufacturers for AI agents: CAD, BIM, specs by CSI from arcat.com installs: remote:https://mcp.arcat.com/mcp detail: https://mcpindex.ai/server/com-arcat-arcat - Artyfile Music Licensing (com.artyfile/music-licensing@1.0.0) Search & license real-orchestra music from your agent: EUR 29.90 one-time, WAV + certificate. installs: remote:https://artyfile.com/api/mcp detail: https://mcpindex.ai/server/com-artyfile-music-licensing - Assetzaar Marketplace (com.assetzaar/marketplace@1.0.0) Search Assetzaar's catalog of UI components, agent skills, SaaS kits and automations. installs: remote:https://assetzaar.com/api/mcp detail: https://mcpindex.ai/server/com-assetzaar-marketplace - Atom.com — Premium Domains (com.atom/premium-domains@2.0.7) Search, appraise, trademark-check, and buy premium brandable domain names from Atom.com. installs: remote:https://mcp.atom.com/mcp detail: https://mcpindex.ai/server/com-atom-premium-domains - AVnester — Indian Real Estate Intelligence (com.avnester.mcp/property-intelligence@1.0.0) Indian real estate: property search, locality insights, affordability & pan-India stamp-duty tools. installs: remote:https://mcp.avnester.com/public-mcp detail: https://mcpindex.ai/server/com-avnester-mcp-property-intelligence - Award Flight Daily (com.awardflightdaily/award-flight-daily@1.26.0) Official airline award MCP. Search 12.3M+ award flights across 48 loyalty programs. installs: remote:https://awardflightdaily.com/mcp-server/mcp detail: https://mcpindex.ai/server/com-awardflightdaily-award-flight-daily - BeauticsLab (com.beauticslab/mcp@1.0.1) Search Korean cosmetics from Olive Young, Daiso, Naver, Coupang, 11st with EWG ingredient analysis. installs: remote:https://mcp.beauticslab.com/mcp detail: https://mcpindex.ai/server/com-beauticslab-mcp - com.bestcarfinder/dealer-mcp (com.bestcarfinder/dealer-mcp@1.0.0) Car dealer AI: search inventory, match Car Wanted buyer requests, and draft private offers. installs: remote:https://www.bestcarfinder.com/mcp detail: https://mcpindex.ai/server/com-bestcarfinder-dealer-mcp - com.bids44/marketplace (com.bids44/marketplace@1.0.0) Resale prices (INR) for 600+ used products in India, plus live Bids44 marketplace search. installs: remote:https://bids44-mcp-751110103074.asia-south1.run.app/mcp detail: https://mcpindex.ai/server/com-bids44-marketplace - com.biodnd/agent-ip (com.biodnd/agent-ip@0.1.2) Agent IP: MCP server with patents search tools installs: remote:https://agent-ip.biodnd.com/sse detail: https://mcpindex.ai/server/com-biodnd-agent-ip - Bitvoya MCP (com.bitvoya/bitvoya-mcp@0.3.1) Luxury hotel search, rate comparison, booking quotes, and secure checkout handoff. installs: remote:https://bitvoya.com/api/mcp detail: https://mcpindex.ai/server/com-bitvoya-bitvoya-mcp - blicht MCP (com.blicht/mcp@1.0.0) blicht.com knowledge platform: full-text search + Markdown articles (e-commerce, AI, lifestyle) installs: remote:https://blicht.com/mcp detail: https://mcpindex.ai/server/com-blicht-mcp - com.bolotstudio/store (com.bolotstudio/store@1.0.0) Custom metal-print storefront: catalog search, product details, shipping, reviews. Read-only. installs: remote:https://bolotstudio.com/api/mcp detail: https://mcpindex.ai/server/com-bolotstudio-store - BoostedTravel (com.boostedchat/travel@0.1.2) Flight search & booking for AI agents. 400+ airlines, $20-50 cheaper than OTAs. installs: npm:boostedtravel-mcp | pypi:boostedtravel | remote:https://api.boostedchat.com/mcp detail: https://mcpindex.ai/server/com-boostedchat-travel - Boostermage MTG Prices (com.boostermage/mtg-prices@1.0.4) Live MTG sealed product prices across UK retailers. Search, compare, track deals and price drops. installs: remote:https://mcp.boostermage.com/mcp detail: https://mcpindex.ai/server/com-boostermage-mtg-prices - BreckenWander Travel (com.breckenwander/travel-connector@0.2.1) Search flights, hotels & experiences at all-in prices, then build a trip on breckenwander.com. installs: remote:https://mcp.breckenwander.com/mcp detail: https://mcpindex.ai/server/com-breckenwander-travel-connector - BuiltToWinWeb (com.built2winweb/built2winweb@2.0.0) Search BuiltToWinWeb's services, industries and blog. Flat-fee custom PHP sites for small business. installs: remote:https://built2winweb.com/mcp detail: https://mcpindex.ai/server/com-built2winweb-built2winweb - Bushdrum Events (com.bushdrum/events@1.0.0) City-scoped Bushdrum event search for agents with list_cities and search_events. installs: remote:https://bushdrum.com/mcp detail: https://mcpindex.ai/server/com-bushdrum-events - CalmSEO (com.calmseo/seo-mcp@0.1.0) SEO MCP server for keyword research, SERP analysis, audits, and Search Console workflows. installs: remote:https://mcp.calmseo.com/mcp detail: https://mcpindex.ai/server/com-calmseo-seo-mcp - cars-data.com — Car Specs API (com.cars-data/car-specs-api@1.0.1) Search, compare & filter 102,191 European car variants — 180 specs, 19 languages, EV data. installs: remote:https://api.cars-data.com/mcp detail: https://mcpindex.ai/server/com-cars-data-car-specs-api - com.catalogapi/catalogapi (com.catalogapi/catalogapi@1.1.0) Check reward coverage by country, search real catalog items, and ask how CatalogAPI works. installs: remote:https://api.catalogapi.com/mcp detail: https://mcpindex.ai/server/com-catalogapi-catalogapi - CatchDoms — Expired Domains API (com.catchdoms/expired-domains@1.1.0) Search 40K+ expired domains from 12 auction platforms with SEO metrics and scores. installs: remote:https://catchdoms.com/mcp/catchdoms/free detail: https://mcpindex.ai/server/com-catchdoms-expired-domains - Chalet-Montagne.com (com.chalet-montagne/rentals@1.1.0) Search French mountain holiday rentals and contact owners directly — commission-free. installs: remote:https://mcp.chalet-montagne.com/mcp detail: https://mcpindex.ai/server/com-chalet-montagne-rentals - Citlyze (com.citlyze/citlyze@1.0.0) Read-only access to your Citlyze workspace: AI search visibility, citations, and recommendations. installs: remote:https://app.citlyze.com/api/mcp detail: https://mcpindex.ai/server/com-citlyze-citlyze - com.cituna/cituna-mcp (com.cituna/cituna-mcp@1.0.1) Track how 6 AI engines cite your brand, daily, with live Google Search Console. installs: npm:cituna-mcp detail: https://mcpindex.ai/server/com-cituna-cituna-mcp - Claudeers MCP Server (com.claudeers/mcp@1.0.0) Search the Claudeers registry of Claude tools, ranked by maintenance and community signals. installs: remote:https://claudeers.com/api/mcp/mcp detail: https://mcpindex.ai/server/com-claudeers-mcp - com.clauderecall/recall (com.clauderecall/recall@0.96.9) Persistent memory for Claude Code. Search, recall, and re-inject context from any session. installs: npm:@clauderecallhq/cli detail: https://mcpindex.ai/server/com-clauderecall-recall - Claude Registry Plugin Catalog (com.clauderegistry/plugin-catalog@1.1.0) Search and install Claude Code plugins from the ClaudeRegistry marketplace (read-only). installs: remote:https://clauderegistry.com/mcp detail: https://mcpindex.ai/server/com-clauderegistry-plugin-catalog - com.clauxel.semblecodesearchgate/semblecodesearchgate-mcp (com.clauxel.semblecodesearchgate/semblecodesearchgate-mcp@1.0.0) Paid remote MCP for agent code search routing MCP, structured receipts, audit logs, and reviewer-rea installs: remote:https://semblecodesearchgate.clauxel.com/mcp detail: https://mcpindex.ai/server/com-clauxel-semblecodesearchgate-semblecodesearchgate-mcp - CodeStringers MCP Server (com.codestringers/mcp@1.0.0) Search CodeStringers' Zoho & custom-software content and business details, live. installs: remote:https://www.codestringers.com/_api/mcp detail: https://mcpindex.ai/server/com-codestringers-mcp - COMPAMIR News (com.compamir/news@1.0.0) Search structured COMPAMIR news in Japanese and English, with links to source reports. installs: remote:https://api.compamir.com/mcp detail: https://mcpindex.ai/server/com-compamir-news - CourseProfiler (com.courseprofiler/courseprofiler@0.1.0) Race course profiling, catalog search, course submission, and personalized race plans. installs: remote:https://courseprofiler.com/mcp detail: https://mcpindex.ai/server/com-courseprofiler-courseprofiler - CoworkingView (com.coworkingview/mcp@0.3.0) Search real coworking spaces in Europe and the Middle East: prices, amenities, locations. installs: remote:https://mcp.coworkingview.com/mcp detail: https://mcpindex.ai/server/com-coworkingview-mcp - com.craftedtrust/mcp-shield (com.craftedtrust/mcp-shield@2.0.0) Trust verification for MCP servers. Check scores, scan for security issues, search 4,200+ servers. installs: remote:https://mcp.craftedtrust.com/api/v1/mcp detail: https://mcpindex.ai/server/com-craftedtrust-mcp-shield - CrawlRaven (com.crawlraven/mcp@1.0.0) Read Search Console performance, keyword opportunities and annotations for your sites. installs: remote:https://mcp.crawlraven.com/mcp detail: https://mcpindex.ai/server/com-crawlraven-mcp - CreateMod.com Schematics (com.createmod/schematics@1.0.0) Read-only search and details for Minecraft Create Mod schematics on CreateMod.com. installs: remote:https://createmod.com/api/mcp detail: https://mcpindex.ai/server/com-createmod-schematics - Crimson Crawler (com.crimsoncrawler/mcp-server@4.1.2) Enrich, search, assess, and manage threat intelligence through 80+ typed MCP tools. installs: remote:https://crimsoncrawler.com/mcp/v1 detail: https://mcpindex.ai/server/com-crimsoncrawler-mcp-server - CrustAPI Google + LinkedIn Data (com.crustapi/search@0.3.1) Live Google + public LinkedIn data: search, maps, profiles, companies, jobs. Pay only for results. installs: npm:crustapi-mcp detail: https://mcpindex.ai/server/com-crustapi-search - com.datronis/mcp (com.datronis/mcp@1.0.0) Search and apply to real jobs, browse companies, and read tech news via Datronis's live data. installs: remote:https://api.datronis.com/api/mcp detail: https://mcpindex.ai/server/com-datronis-mcp - Deepsky Aviation Regulations (com.deepskyai/aviation-regulations@1.0.0) Free no-key search over CASA, FAA, EASA & ICAO aviation regulations. By Deepsky (deepskyai.com). installs: remote:https://www.deepskyai.com/api/mcp detail: https://mcpindex.ai/server/com-deepskyai-aviation-regulations - Defici Marketplace MCP Server (com.defici/marketplace@1.0.0) Search and browse global classifieds across 80 markets. No auth required for read-only access. installs: remote:https://defici.com/api/mcp detail: https://mcpindex.ai/server/com-defici-marketplace - Curio — design style library (com.designbycurio/curio@0.2.1) A design-style library for AI agents: search real styles, fetch a ready-to-apply design spec. installs: remote:https://mcp.designbycurio.com/mcp detail: https://mcpindex.ai/server/com-designbycurio-curio - com.detourmap/places (com.detourmap/places@1.1.0) Places worth a detour, from Wikidata: search, nearby lookup, fame rankings, stats. No key, CC0. installs: remote:https://detourmap.com/mcp detail: https://mcpindex.ai/server/com-detourmap-places - DevExpress Documentation (com.devexpress/docs@1.0.1) Streamable HTTP MCP server for DevExpress documentation search and retrieval. installs: remote:https://api.devexpress.com/mcp/docs detail: https://mcpindex.ai/server/com-devexpress-docs - e-yearbook.com Archive Search (com.digitaldataonline.mcp/e-yearbook@0.4.0) Search over 300K U.S. yearbooks, over 100M mentions. Free preview; subscription unlocks scans. installs: remote:https://mcp.digitaldataonline.com/mcp detail: https://mcpindex.ai/server/com-digitaldataonline-mcp-e-yearbook - com.digitalnomadindex/coliving-search (com.digitalnomadindex/coliving-search@1.0.0) Search 14,000+ verified coliving and coworking spaces with pricing, amenities, and reviews. installs: manual detail: https://mcpindex.ai/server/com-digitalnomadindex-coliving-search - com.dimhour/catalog (com.dimhour/catalog@2.2.0) Search 18,723 verified restaurants and bars across 20 cities, each with a 0-100 quality score. installs: remote:https://dimhour-mcp.jakeoborn.workers.dev/mcp detail: https://mcpindex.ai/server/com-dimhour-catalog - com.dintak/dintak-mcp-gateway (com.dintak/dintak-mcp-gateway@0.1.0) Semantic job search, posting, and apply for Dintak, with resume-to-job match scoring. installs: remote:https://mcp.dintak.com/mcp detail: https://mcpindex.ai/server/com-dintak-dintak-mcp-gateway - com.dmzagent/skill-builder-mcp (com.dmzagent/skill-builder-mcp@1.0.1) Search the skill-builder registry and auto-install skills for Claude Code, Cursor, and Codex. installs: npm:@dmzagent/skill-builder-mcp detail: https://mcpindex.ai/server/com-dmzagent-skill-builder-mcp - com.donnyautomation/dex-data (com.donnyautomation/dex-data@1.5.1) DEX data, geocoding, weather, search, holidays, LEI, yield curve. 22 tools, free tier. installs: npm:dex-data-mcp detail: https://mcpindex.ai/server/com-donnyautomation-dex-data - DoorProfit Crime & Neighborhood Data (com.doorprofit/doorprofit@1.0.0) US crime scores, incidents, neighborhood demographics, rent data, and offender search by address. installs: remote:https://api.doorprofit.com/mcp detail: https://mcpindex.ai/server/com-doorprofit-doorprofit - Drivings (com.drivings/driving-test-study@1.1.0) Published driving guides, source-backed UK and US test-centre search, and study-plan previews. installs: remote:https://mcp.drivings.com/mcp detail: https://mcpindex.ai/server/com-drivings-driving-test-study - FoundMoney (com.dropwatchhq/found-money@1.0.0) Search open US class-action settlements to claim + official free state unclaimed-money portals. installs: remote:https://found-money.dropwatchhq.com/mcp detail: https://mcpindex.ai/server/com-dropwatchhq-found-money - com.dropwatchhq/govcon-contractor-signals (com.dropwatchhq/govcon-contractor-signals@1.0.0) Federal contractor M&A signals: rising contractors, growth momentum, award search. installs: remote:https://ma.dropwatchhq.com/mcp detail: https://mcpindex.ai/server/com-dropwatchhq-govcon-contractor-signals - com.dropwatchhq/govcon-feed (com.dropwatchhq/govcon-feed@1.0.0) Track US federal contract changes: what changed, deltas, competitor award watch, award search. installs: remote:https://govcon.dropwatchhq.com/mcp detail: https://mcpindex.ai/server/com-dropwatchhq-govcon-feed - EdgeDepth Research (com.edgedepth/research@0.2.5) Search recorded crypto and TradFi microstructure through deterministic, reproducible agent tools. installs: npm:@edgedepth/research-mcp | remote:https://mcp.edgedepth.com/mcp detail: https://mcpindex.ai/server/com-edgedepth-research - com.emorahealth/mental-health-care (com.emorahealth/mental-health-care@1.0.0) Search providers, check availability, book evaluations, and estimate insurance copays. installs: remote:https://www.emorahealth.com/api/mcp/v1 detail: https://mcpindex.ai/server/com-emorahealth-mental-health-care - K-Beauty Agent Commons (com.empresskorea/kbeauty-agent-commons@0.6.0) Public K-beauty catalog, product search, and latest-offers tools with canonical product facts. installs: remote:https://empresskorea.com/kb-agent-network/mcp detail: https://mcpindex.ai/server/com-empresskorea-kbeauty-agent-commons - EnConvert (com.enconvert/mcp@0.5.0) Unified web ingestion for AI agents: perceive, discover, search, extract, ingest, watch, convert. installs: npm:@enconvert/mcp detail: https://mcpindex.ai/server/com-enconvert-mcp - Endorso (com.endorso/endorso@1.0.0) Turn product links or queries into tracked links that can earn. Carts and search too. installs: remote:https://api.endorso.com/api/v1/mcp detail: https://mcpindex.ai/server/com-endorso-endorso - Wingie Enuygun MCP (com.enuygun/weg-mcp@1.0.0) Search and compare flights, hotels, buses, and car rentals with ENUYGUN's MCP. installs: remote:https://mcp.enuygun.com/mcp detail: https://mcpindex.ai/server/com-enuygun-weg-mcp - Erik Bethke's Blog & Knowledge Graph (com.erikbethke/blog@1.1.0) Search, read, and traverse 3,800+ posts on AI, energy, policy, games, and investing as a graph. installs: remote:https://erikbethke.com/api/mcp detail: https://mcpindex.ai/server/com-erikbethke-blog - Event Escapes (com.eventescapes/event-escapes@1.5.0) Search event travel: F1, MotoGP, soccer, NFL, tennis, concerts. Tickets + hotels + experiences. installs: remote:https://mcp.eventescapes.com detail: https://mcpindex.ai/server/com-eventescapes-event-escapes - Fidensa (com.fidensa/mcp-server@0.4.1) Independent AI certification authority. Trust scores, search, comparison, and verification. installs: npm:@fidensa/mcp-server detail: https://mcpindex.ai/server/com-fidensa-mcp-server - Filtrous MCP Catalog Server (com.filtrous/mcp-catalog@1.0.1) Search Filtrous lab-filtration products by spec, get prices, and request quotes from your AI agent. installs: remote:https://filtrous-mcp-catalog.filtrous.workers.dev/mcp detail: https://mcpindex.ai/server/com-filtrous-mcp-catalog - FINN Auto - Car Subscription (com.finn.www/auto@1.0.0) Search and browse cars for all-inclusive subscription on FINN. Prices, specs, and checkout links. installs: remote:https://www.finn.com/api/mcp detail: https://mcpindex.ai/server/com-finn-www-auto - com.firmeromanesti/company-data (com.firmeromanesti/company-data@0.1.0) Read-only data on 3.9M Romanian companies: search, profiles, financials, status, CAEN. installs: remote:https://firmeromanesti.com/mcp detail: https://mcpindex.ai/server/com-firmeromanesti-company-data - com.flevy/flevy (com.flevy/flevy@1.0.0) Search 10,000+ consulting frameworks, templates, financial models, and management case studies installs: remote:https://flevy.com/mcp detail: https://mcpindex.ai/server/com-flevy-flevy - com.followontours/cricket-travel (com.followontours/cricket-travel@1.0.0) Cricket travel specialist. Search tours, destinations, schedules, and submit enquiries. installs: remote:https://www.followontours.com/api/mcp detail: https://mcpindex.ai/server/com-followontours-cricket-travel - com.gallandigital/marketplace (com.gallandigital/marketplace@1.0.0) Search and discover credentialed operational systems on the GallanDigital marketplace. installs: remote:https://gallandigital.com/api/mcp detail: https://mcpindex.ai/server/com-gallandigital-marketplace - Game Industry Library (com.gameindustrylibrary/gil@1.0.0) Search 300+ game industry reports with hybrid search, claims, charts, and citations. installs: remote:https://gameindustrylibrary.com/api/mcp detail: https://mcpindex.ai/server/com-gameindustrylibrary-gil - DiffBeam Gaussian Beam Optics (com.gaussian-beam/diffbeam@1.0.0) Gaussian beam validation, simulation, component search, design links, and live workspaces. installs: remote:https://api.gaussian-beam.com/mcp/ detail: https://mcpindex.ai/server/com-gaussian-beam-diffbeam - com.generect/generect-mcp (com.generect/generect-mcp@0.1.2) B2B lead generation and company search through Generect Live API for sales prospecting. installs: remote:https://mcp.generect.com/mcp detail: https://mcpindex.ai/server/com-generect-generect-mcp - com.getagentictools/catalog (com.getagentictools/catalog@1.0.0) Search 41,000+ agent skills, MCP servers, plugins & loops — real install counts and stars. installs: remote:https://getagentictools.com/api/mcp detail: https://mcpindex.ai/server/com-getagentictools-catalog - BeachFinder - beaches and live conditions (com.getbeachfinder/beachfinder@1.0.1) Search 184,900 swim spots, conditions, water activities, providers and guides worldwide. installs: remote:https://getbeachfinder.com/mcp detail: https://mcpindex.ai/server/com-getbeachfinder-beachfinder - GetCurrentOffer (com.getcurrentoffer/mcp@1.0.0) Search live credit card merchant offers across Amex, Chase, Citi, PayPal, Rakuten, Capital One. installs: remote:https://getcurrentoffer.com/api/mcp detail: https://mcpindex.ai/server/com-getcurrentoffer-mcp - GetMyHotels (com.getmyhotels/getmyhotels@1.0.0) Search hotels, get live prices, and check out in chat. Guest search needs no sign-in. installs: remote:https://mcp.getmyhotels.com detail: https://mcpindex.ai/server/com-getmyhotels-getmyhotels - Get on Board (com.getonbrd/recruiter@1.0.2) Recruiter-scoped search across Latin America's largest tech talent pool. OAuth-authenticated. installs: remote:https://www.getonbrd.com/mcp detail: https://mcpindex.ai/server/com-getonbrd-recruiter - GTH Intelligence - Substance Abuse Treatment Finder (com.gettreatmenthelp/gettreatmenthelp@1.1.1) Search 12,338 curated, SAMHSA-sourced addiction treatment facilities across all 50 US states. installs: remote:https://gth-mcp-server.pages.dev/mcp detail: https://mcpindex.ai/server/com-gettreatmenthelp-gettreatmenthelp - GitHits (com.githits/githits@0.9.0) Search public open-source code, documentation, metadata, vulnerabilities, changelogs, and examples. installs: npm:githits | remote:https://mcp.githits.com detail: https://mcpindex.ai/server/com-githits-githits - Gitsim Chat (com.gitsim/chat@1.0.0) Search, order, and manage eSIM data packages for 190+ countries. installs: remote:https://chat.gitsim.com/api/mcp detail: https://mcpindex.ai/server/com-gitsim-chat - com.giveradar/charity-registry (com.giveradar/charity-registry@1.0.1) Search, verify, and compare 8.7M+ charities from official government registries in 60+ countries. installs: remote:https://giveradar.com/mcp/ detail: https://mcpindex.ai/server/com-giveradar-charity-registry - GlobalSource Partners MCP Server (com.globalsourcepartners/emerging-markets-research@1.0.0) Search expert emerging-markets research on economics, politics, policy and sovereign risk. installs: remote:https://www.globalsourcepartners.com/mcp detail: https://mcpindex.ai/server/com-globalsourcepartners-emerging-markets-research - Google Maps Scraper (com.gmapsextractor/google-maps-scraper@1.0.0) Live Google Maps business search, review, and photo data for AI agents over MCP. installs: remote:https://cloud.gmapsextractor.com/api/mcp detail: https://mcpindex.ai/server/com-gmapsextractor-google-maps-scraper - Gnosis Memory (com.gnosismemory/memory@1.0.2) Persistent memory and vector search for AI agents. Hosted, OAuth-protected via Google sign-in. installs: remote:https://gnosismemory.com detail: https://mcpindex.ai/server/com-gnosismemory-memory - Goalie IP Trademark Search (USPTO) (com.goalieip/trademark@1.0.0) Search 14M+ USPTO trademark records by mark, owner, goods/services, class, status, and date. installs: remote:https://www.goalieip.com/api/mcp detail: https://mcpindex.ai/server/com-goalieip-trademark - ContentFlow (com.gocontentflow/mcp@1.0.0) Search and analyze 50,000+ hours of business podcast transcripts, entities, and speakers. installs: remote:https://api.gocontentflow.com/mcp/ detail: https://mcpindex.ai/server/com-gocontentflow-mcp - GoVeda Patent Search (com.goveda/patent-mcp@1.0.0) AI-powered patent intelligence for search & analysis installs: remote:https://mcp.goveda.com/mcp detail: https://mcpindex.ai/server/com-goveda-patent-mcp - GovTribe (com.govtribe/mcp@1.0.0) Search U.S. federal, state, and local government procurement data and intelligence. installs: remote:https://govtribe.com/mcp detail: https://mcpindex.ai/server/com-govtribe-mcp - Gradus Notation (com.gradusmusic/notation@0.2.6) Render music notation (SVG/MusicXML/MIDI) + theory search. Free tool from the Gradus curriculum. installs: npm:@gradusmusic/notation-mcp detail: https://mcpindex.ai/server/com-gradusmusic-notation - GTM API: LinkedIn MCP Server (com.gtm-api/linkedin-mcp@1.1.0) Managed LinkedIn MCP server for AI agents: search, connect, message and enrich on accounts you own. installs: npm:@gtm-api/linkedin-mcp | remote:https://mcp.gtm-api.com/mcp detail: https://mcpindex.ai/server/com-gtm-api-linkedin-mcp - com.gummble/mcp (com.gummble/mcp@1.0.0) Search 300k+ real app screens, flows, and UX microcopy from 1,500+ shipped products. installs: remote:https://mcp.gummble.com/mcp detail: https://mcpindex.ai/server/com-gummble-mcp - Hedge Fund Alpha Research (com.hedgefundalpha/public-research@0.2.0) Search public Hedge Fund Alpha metadata and find official membership and data product pages. installs: remote:https://hedgefundalpha.com/mcp detail: https://mcpindex.ai/server/com-hedgefundalpha-public-research - HelpRent Da Nang (com.helprentdanang/rentals@1.0.0) Every long-term rental in Da Nang, Vietnam: search, buildings, median rents. No key, no account. installs: remote:https://helprentdanang.com/mcp/ detail: https://mcpindex.ai/server/com-helprentdanang-rentals - com.historicalsoundscapes.www/semantic-search (com.historicalsoundscapes.www/semantic-search@1.0.0) Semantic search for Historical Soundscapes. Search eventos, entities, filters. Cross-lingual ES/EN. installs: remote:https://www.historicalsoundscapes.com/mcp/api/ detail: https://mcpindex.ai/server/com-historicalsoundscapes-www-semantic-search - Hosco Hospitality Jobs (com.hosco/hospitality-jobs@1.0.0) Search Hosco's live hospitality jobs across Spain, Italy, France, the UK and Switzerland. installs: remote:https://mcp.hosco.com/mcp/public detail: https://mcpindex.ai/server/com-hosco-hospitality-jobs - HOUSE 'N' STARS Real Estate Discovery (com.housenstars/real-estate-discovery@1.0.1) AI-native real estate discovery with structured property search and market intelligence. installs: remote:https://hns-chatgpt-app.onrender.com/mcp detail: https://mcpindex.ai/server/com-housenstars-real-estate-discovery - com.humaux/memory (com.humaux/memory@0.3.0) Persistent long-term memory for AI agents: semantic search, knowledge graph, and task canvas. installs: remote:https://humaux.com/memory/mcp detail: https://mcpindex.ai/server/com-humaux-memory - com.iconsroom/mcp (com.iconsroom/mcp@0.1.1) Search 276,000+ open source icons and insert them as SVG or React components while you code. installs: npm:@iconsroom/mcp detail: https://mcpindex.ai/server/com-iconsroom-mcp - idealo MCP Server (com.idealo.mcp/mcp@1.0.0) Search products, compare prices and discover deals across 6 European markets with your AI assistant. installs: remote:https://mcp.idealo.com/mcp detail: https://mcpindex.ai/server/com-idealo-mcp-mcp - InfoSec Job Board (com.infosecjobboard/jobs@1.0.0) Search 10k+ live cybersecurity jobs from 246 security companies, plus salary benchmarks and stats. installs: remote:https://www.infosecjobboard.com/api/mcp detail: https://mcpindex.ai/server/com-infosecjobboard-jobs - Book Search (Open Library) (com.invokera/book-search@1.0.0) Search books and authors across Open Library, the Internet Archive open catalog. installs: remote:https://invokera.com/r/book-search detail: https://mcpindex.ai/server/com-invokera-book-search - Invokera Discover (com.invokera/discover@1.0.0) Search, inspect and invoke every public tool on Invokera through one MCP connection. installs: remote:https://invokera.com/discover detail: https://mcpindex.ai/server/com-invokera-discover - Jeeva Jyotish (com.jeeva-jyotish/reference-search@0.1.0) Sourced Vedic astrology (Jyotish) answers: effects, factors and yogas, cited to jeeva-jyotish.com. installs: remote:https://mcp.jeeva-jyotish.com/mcp detail: https://mcpindex.ai/server/com-jeeva-jyotish-reference-search - JobYap Job Search (com.jobyap/jobs@1.0.0) Search job postings aggregated from companies' careers sites, plus each job's discussion thread. installs: npm:jobyap-mcp | remote:https://mcp.jobyap.com/mcp detail: https://mcpindex.ai/server/com-jobyap-jobs - com.jpyc-service/ec-storefront (com.jpyc-service/ec-storefront@0.1.0) JPYC (JPY stablecoin) EC platform MCP: product search, x402 gasless checkout, order status. installs: remote:https://ec.jpyc-service.com/mcp detail: https://mcpindex.ai/server/com-jpyc-service-ec-storefront - JYOTINT Sealed Forecasts (com.jyotishintelligence/sealed-forecasts@1.1.0) Bitcoin-anchored sealed-forecast record: search, grades, calibration, luck test. Read-only, no key. installs: remote:https://jyotishintelligence.com/mcp detail: https://mcpindex.ai/server/com-jyotishintelligence-sealed-forecasts - Kaalshodh — Indian astronomy time machine (com.kaalshodh/kaalshodh@1.0.0) Observatory-grade Indian astronomy, years -5000..+5000: positions, eclipses, panchang date search. installs: remote:https://kaalshodh.com/mcp detail: https://mcpindex.ai/server/com-kaalshodh-kaalshodh - Kai AGI - Autonomous AI Agent (com.kai-agi.mcp/kai-agi@1.4.0) AI predictions, model comparison, research and web search from an autonomous AI running 24/7. installs: remote:https://mcp.kai-agi.com/mcp detail: https://mcpindex.ai/server/com-kai-agi-mcp-kai-agi - com.kitsdeals/deals (com.kitsdeals/deals@1.0.0) Curated, human-reviewed deal feed for AI agents — live deal search + price watches. No auth. installs: remote:https://mcp.kitsdeals.com detail: https://mcpindex.ai/server/com-kitsdeals-deals - com.knitli/codeweaver (com.knitli/codeweaver@0.1.0-alpha.3) Semantic code search built for AI agents. Hybrid, AST-aware, context for 166 languages. installs: pypi:code-weaver | docker:docker.io/knitli/codeweaver:0.1.0-alpha.3 detail: https://mcpindex.ai/server/com-knitli-codeweaver - Knowledge Raven (com.knowledge-raven/mcp@1.0.0) Make your knowledge agent-ready. One MCP endpoint, 5 connectors, 3 search modes. installs: remote:https://mcp.knowledge-raven.com/mcp detail: https://mcpindex.ai/server/com-knowledge-raven-mcp - com.kpidepot/kpi-depot (com.kpidepot/kpi-depot@1.0.0) Search 20,000+ corporate KPIs and 30,000+ source-attributed industry benchmarks with definitions installs: remote:https://kpidepot.com/mcp detail: https://mcpindex.ai/server/com-kpidepot-kpi-depot - com.lakpura/mcp (com.lakpura/mcp@1.0.1) Search & book Lakpura Sri Lanka tours, transfers, stays & activities as an AI agent. installs: remote:https://mcp.lakpura.com detail: https://mcpindex.ai/server/com-lakpura-mcp - LaraBench (com.larabench/larabench@1.0.1) Search Laravel jobs, remote roles, Laravel news, and package releases in real time. installs: remote:https://larabench.com/mcp detail: https://mcpindex.ai/server/com-larabench-larabench - Last Minute Tours & Activities (com.lastminutedealshq/last-minute-tours@1.0.0) Search and book last-minute tours and activities in 28 cities from 21 suppliers. installs: remote:https://api.lastminutedealshq.com/mcp detail: https://mcpindex.ai/server/com-lastminutedealshq-last-minute-tours - Learn the Dao — Tao Te Ching (com.learnthedao/learn-the-dao@1.0.0) Read, search and cite all 81 chapters of the Tao Te Ching, with per-rendering attribution. installs: remote:https://learnthedao.com/api/mcp detail: https://mcpindex.ai/server/com-learnthedao-learn-the-dao - Legends of Learning (com.legendsoflearning.app/catalog@1.0.0) Search the Legends of Learning K-8 games catalog and standards alignment installs: remote:https://app.legendsoflearning.com/mcp detail: https://mcpindex.ai/server/com-legendsoflearning-app-catalog - com.lemmebuyit/lemmebuyit-mcp (com.lemmebuyit/lemmebuyit-mcp@1.0.0) Search 86 US retailers — 260M+ products with real-time pricing, stock, and price history. installs: remote:https://mcp.lemmebuyit.com/mcp detail: https://mcpindex.ai/server/com-lemmebuyit-lemmebuyit-mcp - LLMnesia (com.llmnesia/mcp@0.1.1) Search your AI chat history from Claude, Cursor, Codex, and other MCP clients. installs: npm:@llmnesia/mcp detail: https://mcpindex.ai/server/com-llmnesia-mcp - Loppee (com.loppee/loppee@0.1.1) Agent-first US business trust registry with neutral Trust Cards and local search. installs: remote:https://loppee.com/mcp detail: https://mcpindex.ai/server/com-loppee-loppee - Lune Research (com.luneresearch/lune@2.0.1) Search peer-reviewed papers and research methodology guidance from your AI agent. installs: npm:@retrograde-labs/lune-mcp-server | remote:https://mcp.luneresearch.com/mcp detail: https://mcpindex.ai/server/com-luneresearch-lune - com.lvlltd/skill-market (com.lvlltd/skill-market@1.5.0) x402 skill catalog on lvlltd.com — search, quote, pay with Base USDC, unlock sealed packs. installs: remote:https://lvlltd.com/api/mcp detail: https://mcpindex.ai/server/com-lvlltd-skill-market - Mango Inventory (com.mangoinventory/mango-inventory@1.0.0) Inventory management for small organizations: search, assign, report, order, set up by chat. installs: remote:https://mcp.mangoinventory.com/mcp detail: https://mcpindex.ai/server/com-mangoinventory-mango-inventory - Mapmelon (com.mapmelon/mapmelon@1.0.0) Search curated community colivings and see who else will be staying during your dates. installs: remote:https://www.mapmelon.com/api/mcp detail: https://mcpindex.ai/server/com-mapmelon-mapmelon - com.marketcheck/api (com.marketcheck/api@1.1.0) MarketCheck automotive data: search US/UK listings, predict prices, decode VINs, market history. installs: remote:https://developers.marketcheck.com/api/mcp detail: https://mcpindex.ai/server/com-marketcheck-api - MarkMesh (com.markmesh/trademarks@1.0.0) Trademark search, monitoring and conflict research across 30+ registers, with provenance. installs: remote:https://markmesh.com/api/v1/mcp detail: https://mcpindex.ai/server/com-markmesh-trademarks - Japan Public Ledgers MCP (com.mcp-revenue-empire/japan-public-ledgers@0.1.2) Tamper-evident daily ledgers of 12 Japanese public-data domains, with cross-ledger entity search. installs: remote:https://mcp.mcp-revenue-empire.com/mcp detail: https://mcpindex.ai/server/com-mcp-revenue-empire-japan-public-ledgers - com.mcparmory/algolia-search (com.mcparmory/algolia-search@1.0.11) Search multiple indices, index data, and get personalized recommendations installs: pypi:mcparmory-algolia-search | docker:ghcr.io/mcparmory/algolia-search:1.0.11 detail: https://mcpindex.ai/server/com-mcparmory-algolia-search - com.mcparmory/alpha-vantage (com.mcparmory/alpha-vantage@1.0.3) Track stock prices, search symbols, and compute 50+ technical indicators installs: pypi:mcparmory-alpha-vantage | docker:ghcr.io/mcparmory/alpha-vantage:1.0.3 detail: https://mcpindex.ai/server/com-mcparmory-alpha-vantage - com.mcparmory/apollo (com.mcparmory/apollo@1.0.4) Search and enrich contact and company data from 210M+ people and 35M+ companies installs: pypi:mcparmory-apollo | docker:ghcr.io/mcparmory/apollo:1.0.4 detail: https://mcpindex.ai/server/com-mcparmory-apollo - com.mcparmory/atlassian-jira (com.mcparmory/atlassian-jira@1.0.3) Create, search, and manage issues, projects, and team workflows installs: pypi:mcparmory-atlassian-jira | docker:ghcr.io/mcparmory/atlassian-jira:1.0.3 detail: https://mcpindex.ai/server/com-mcparmory-atlassian-jira - com.mcparmory/google-maps (com.mcparmory/google-maps@1.0.3) Geocode addresses, calculate directions, and search places with maps and routing installs: pypi:mcparmory-google-maps | docker:ghcr.io/mcparmory/google-maps:1.0.3 detail: https://mcpindex.ai/server/com-mcparmory-google-maps - com.mcparmory/linkup (com.mcparmory/linkup@1.0.2) Search the web and fetch pages with sourced results, optimized for AI agents installs: pypi:mcparmory-linkup | docker:ghcr.io/mcparmory/linkup:1.0.2 detail: https://mcpindex.ai/server/com-mcparmory-linkup - com.mcparmory/parallel (com.mcparmory/parallel@1.0.2) Search the web, extract content, and run distributed tasks with AI-powered automation installs: pypi:mcparmory-parallel | docker:ghcr.io/mcparmory/parallel:1.0.2 detail: https://mcpindex.ai/server/com-mcparmory-parallel - com.mcparmory/perigon (com.mcparmory/perigon@1.0.3) Search real-time news articles, companies, journalists, and trending topics installs: pypi:mcparmory-perigon | docker:ghcr.io/mcparmory/perigon:1.0.3 detail: https://mcpindex.ai/server/com-mcparmory-perigon - com.mcparmory/perplexity (com.mcparmory/perplexity@1.0.2) Search the web, generate AI responses, and create embeddings with real-time information installs: pypi:mcparmory-perplexity | docker:ghcr.io/mcparmory/perplexity:1.0.2 detail: https://mcpindex.ai/server/com-mcparmory-perplexity - UK Case Law MCP Server from MCPBundles (com.mcpbundles/uk-case-law@1.0.0) Search UK court judgments and tribunal decisions from the National Archives installs: remote:https://mcp.mcpbundles.com/bundle/uk-case-law/ detail: https://mcpindex.ai/server/com-mcpbundles-uk-case-law - UK Constituencies MCP Server from MCPBundles (com.mcpbundles/uk-constituencies@1.0.0) Search UK parliamentary constituencies by name, get boundaries and ONS codes installs: remote:https://mcp.mcpbundles.com/bundle/uk-constituencies/ detail: https://mcpindex.ai/server/com-mcpbundles-uk-constituencies - UK Hansard MCP Server from MCPBundles (com.mcpbundles/uk-hansard@1.0.0) Search Parliamentary questions and motions from UK House of Commons installs: remote:https://mcp.mcpbundles.com/bundle/uk-hansard/ detail: https://mcpindex.ai/server/com-mcpbundles-uk-hansard - UK Legislation MCP Server from MCPBundles (com.mcpbundles/uk-legislation@1.0.0) Search UK Acts, Statutory Instruments, and legislation with full text retrieval installs: remote:https://mcp.mcpbundles.com/bundle/uk-legislation/ detail: https://mcpindex.ai/server/com-mcpbundles-uk-legislation - UK Parliament MCP Server from MCPBundles (com.mcpbundles/uk-parliament@1.0.0) Search MPs and Lords, fetch profiles, synopses, and Westminster constituencies installs: remote:https://mcp.mcpbundles.com/bundle/uk-parliament/ detail: https://mcpindex.ai/server/com-mcpbundles-uk-parliament - UK Petitions MCP Server from MCPBundles (com.mcpbundles/uk-petitions@1.0.0) Search UK Parliament petitions, view signatures, government responses, and debate outcomes installs: remote:https://mcp.mcpbundles.com/bundle/uk-petitions/ detail: https://mcpindex.ai/server/com-mcpbundles-uk-petitions - UK Planning Data MCP Server from MCPBundles (com.mcpbundles/uk-planning@1.0.0) Search UK planning applications, entities, datasets, and conservation areas installs: remote:https://mcp.mcpbundles.com/bundle/uk-planning/ detail: https://mcpindex.ai/server/com-mcpbundles-uk-planning - UK Police MCP Server from MCPBundles (com.mcpbundles/uk-police@1.0.0) Access street-level crime reports, stop and search data, and outcomes across UK police forces installs: remote:https://mcp.mcpbundles.com/bundle/uk-police/ detail: https://mcpindex.ai/server/com-mcpbundles-uk-police - UK Property & Business Intelligence MCP Server from MCPBundles (com.mcpbundles/uk-property-business@1.0.0) Search UK companies, land registry prices, charities, OS locations, and traffic data installs: remote:https://mcp.mcpbundles.com/bundle/uk-property-business/ detail: https://mcpindex.ai/server/com-mcpbundles-uk-property-business - MCP Toplist (com.mcptoplist/mcptoplist@1.0.1) Search 77,000+ MCP servers ranked by real adoption data to find the right one for any task. installs: remote:https://mcptoplist.com/mcp detail: https://mcpindex.ai/server/com-mcptoplist-mcptoplist - MedRecPro Drug Label Server (com.medrecpro/drug-label-server@1.0.3) Search and export FDA drug labels by brand name, generic ingredient, or UNII code. installs: remote:https://www.medrecpro.com/mcp detail: https://mcpindex.ai/server/com-medrecpro-drug-label-server - Dewey (com.meetdewey/dewey@1.5.4) Agentic search over your Dewey document collections from any MCP-compatible client. installs: npm:@meetdewey/mcp | remote:https://mcp.meetdewey.com/mcp detail: https://mcpindex.ai/server/com-meetdewey-dewey - com.meetsponsors/mcp (com.meetsponsors/mcp@1.0.0) Search thousands of active YouTube sponsors and 60,000+ channels from any MCP client. Free tier. installs: remote:https://api.meetsponsors.com/mcp detail: https://mcpindex.ai/server/com-meetsponsors-mcp - com.meetvalis/valis-credit-intelligence (com.meetvalis/valis-credit-intelligence@1.0.0) Private credit intelligence: company search, credit models, IC memos, and live market data. installs: remote:https://meetvalis.com/mcp detail: https://mcpindex.ai/server/com-meetvalis-valis-credit-intelligence - Memesio Meme Generator (com.memesio/meme-generator@1.0.1) MCP server for meme generation, template search, caption rendering, and AI meme creation. installs: remote:https://memesio.com/api/mcp detail: https://mcpindex.ai/server/com-memesio-meme-generator - memsprout (com.memsprout/memsprout@0.1.0) shared AI-context layer for teams — persistent memory your agents search and update over MCP installs: remote:https://mcp.memsprout.com/mcp detail: https://mcpindex.ai/server/com-memsprout-memsprout - com.mentiondrop/mentiondrop (com.mentiondrop/mentiondrop@1.0.0) AI-triaged brand, competitor and demand mentions from Reddit, Google News and search. installs: remote:https://www.mentiondrop.com/api/mcp detail: https://mcpindex.ai/server/com-mentiondrop-mentiondrop - MetalTakip Digest (com.metaltakip/digest@0.1.0) Turkish gold-market digest, derived indicators and analysis search. Keyless, read-only, gated. installs: remote:https://www.metaltakip.com/api/mcp detail: https://mcpindex.ai/server/com-metaltakip-digest - MintMCP Docs (com.mintmcp/docs@1.1.0) Search and read the official MintMCP documentation, the enterprise MCP gateway. installs: remote:https://www.mintmcp.com/docs/mcp detail: https://mcpindex.ai/server/com-mintmcp-docs - Mobbin (com.mobbin/mobbin@1.0.1) Search real-world UI & UX design references for mobile apps, web apps, and websites with Mobbin. installs: remote:https://api.mobbin.com/mcp detail: https://mcpindex.ai/server/com-mobbin-mobbin - MojaLab Content (com.mojalab/content@1.0.0) Read-only access to MojaLab.com blog content: search and read posts, pages and tags as Markdown. installs: remote:https://mojalab.com/mcp detail: https://mcpindex.ai/server/com-mojalab-content - MTG Bench (com.mtgbench/mtgbench@0.52.2) Magic: The Gathering card search, rules, rulings, deck analysis, brackets, and combo detection. installs: remote:https://mtgbench.com/mcp detail: https://mcpindex.ai/server/com-mtgbench-mtgbench - com.murphys-laws/murphys-laws (com.murphys-laws/murphys-laws@1.2.1) Access 1,500+ Murphy's Laws: search, browse by category, random, daily, submit. installs: npm:murphys-laws-mcp detail: https://mcpindex.ai/server/com-murphys-laws-murphys-laws - com.mycardfolio/cards (com.mycardfolio/cards@1.0.0) Sports card database: card search, full set checklists, parallel lookup, card identification. installs: remote:https://mycardfolio.com/api/mcp detail: https://mcpindex.ai/server/com-mycardfolio-cards - CatchAll (com.newscatcherapi/catchall@1.6.5) Web search API: find every relevant event across the open web, not just the top results. installs: remote:https://catchall-mcp.newscatcherapi.com/mcp detail: https://mcpindex.ai/server/com-newscatcherapi-catchall - com.nobleblocks/nobleblocks-mcp (com.nobleblocks/nobleblocks-mcp@2.0.0) Search 340M+ academic papers — citation graphs, semantic similarity, and AI literature reviews. installs: remote:https://mcp.nobleblocks.com/mcp detail: https://mcpindex.ai/server/com-nobleblocks-nobleblocks-mcp - Nôm Na Việt — Hán Nôm Dictionary (com.nomnaviet/han-nom@1.59.0) Chữ Nôm lookup, search and Vietnamese ↔ Nôm conversion, incl. 2,422 unmapped PUA codepoints. installs: remote:https://api.nomnaviet.com/mcp detail: https://mcpindex.ai/server/com-nomnaviet-han-nom - Norvstar — Professional Identity MCP Server (com.norvstar/mcp-server@0.1.0) Query professional profiles, search candidates, and get AI-powered summaries and job fit analysis. installs: remote:https://norvstar.com/api/mcp detail: https://mcpindex.ai/server/com-norvstar-mcp-server - Fragrance & Perfume MCP (Noteboxd) (com.noteboxd/mcp@0.1.4) Fragrance & perfume MCP: search fragrances, notes, accords, brands, perfumers, reviews & charts. installs: npm:@noteboxd/mcp | remote:https://mcp.noteboxd.com/mcp detail: https://mcpindex.ai/server/com-noteboxd-mcp - com.ntop/docs (com.ntop/docs@1.0.0) Search and query nTop's knowledge base and engineering guides from AI applications. installs: remote:https://docs.ntop.com/mcp detail: https://mcpindex.ai/server/com-ntop-docs - Nursing Home Database (com.nursinghomedatabase/mcp@1.0.1) MCP server for US nursing facility search and ownership lookup (NursingHomeDatabase). installs: remote:https://mcp.nursinghomedatabase.com/mcp detail: https://mcpindex.ai/server/com-nursinghomedatabase-mcp - NVIDIA CUDA Docs (com.nvidia.ngc.nsight.copilot.api/cuda-docs@2026.2.1) Search NVIDIA CUDA documentation and code samples from AI coding agents. installs: remote:https://api.copilot.nsight.ngc.nvidia.com/mcp/cuda-docs detail: https://mcpindex.ai/server/com-nvidia-ngc-nsight-copilot-api-cuda-docs - com.olane/copass-remote (com.olane/copass-remote@0.1.0) Knowledge graph ingestion, entity search, ontology analysis, and CoPass scoring. installs: remote:https://mcp.copass.com/mcp detail: https://mcpindex.ai/server/com-olane-copass-remote - com.olane/cosync-remote (com.olane/cosync-remote@0.1.0) Knowledge graph ingestion, entity search, ontology analysis, and CoSync scoring. installs: remote:https://mcp.copass.id/mcp detail: https://mcpindex.ai/server/com-olane-cosync-remote - PubMed / MEDLINE Literature Search (com.olyport/pubmed@1.0.0) Search biomedical literature, get article details, find related articles, and explore MeSH terms installs: remote:https://mcp.olyport.com/pubmed/mcp detail: https://mcpindex.ai/server/com-olyport-pubmed - OnePageCRM (com.onepagecrm/mcp@1.0.0) Create, search, update, and manage data in OnePageCRM. installs: remote:https://app.onepagecrm.com/mcp detail: https://mcpindex.ai/server/com-onepagecrm-mcp - com.oneshotpacks/oneshot-mcp (com.oneshotpacks/oneshot-mcp@0.1.2) Search receipt-verified agent build packs, with each pack's real M-of-N pass rate. installs: npm:oneshot-mcp detail: https://mcpindex.ai/server/com-oneshotpacks-oneshot-mcp - OpenAgenda (com.openagenda/mcp@1.3.2) Search, analyze and manage events on OpenAgenda. installs: npm:@openagenda/mcp | remote:https://mcp.openagenda.com/mcp detail: https://mcpindex.ai/server/com-openagenda-mcp - Open Medici Public Fellowship and Grant Search (com.openmedici/public@0.1.0) Public fellowship and grant search with sourced details and live filter vocabularies. installs: remote:https://openmedici.com/mcp detail: https://mcpindex.ai/server/com-openmedici-public - com.organikpi/organikpi (com.organikpi/organikpi@1.0.0) OrganiKPI MCP: search and fetch services, posts and tools as clean markdown (read-only). installs: remote:https://organikpi.com/.well-known/mcp detail: https://mcpindex.ai/server/com-organikpi-organikpi - com.pangolinfo/amazon-mcp (com.pangolinfo/amazon-mcp@0.7.4) Amazon data MCP: products, reviews, niches, WIPO design/IP + US litigation, AI search & trends. installs: remote:https://mcp.pangolinfo.com/mcp?api_key={api_key} detail: https://mcpindex.ai/server/com-pangolinfo-amazon-mcp - PartsTable (com.partstable/partstable@0.1.0) MCP server for IT hardware parts research: normalize PNs, search listings, get subs/comps. installs: remote:https://mcp.partstable.com/mcp detail: https://mcpindex.ai/server/com-partstable-partstable - Pawlisty Pet Listings (com.pawlisty/pet-listings@0.1.0) Search live Pawlisty pet listings by species, breed, location, and price. installs: remote:https://pawlisty.com/mcp detail: https://mcpindex.ai/server/com-pawlisty-pet-listings - com.peek/mcp (com.peek/mcp@0.1.0) Build travel itineraries with Peek's 300k+ experiences. Search, details, and availability. installs: remote:https://mcp.peek.com detail: https://mcpindex.ai/server/com-peek-mcp - PermitReporter — Georgia Permit Intelligence (com.permitreporter/georgia-permits@1.0.0) Source-linked Georgia permit search, county coverage, contractor signals, and authorized watches. installs: remote:https://permitreporter.com/mcp detail: https://mcpindex.ai/server/com-permitreporter-georgia-permits - com.pirchjobs/pirch (com.pirchjobs/pirch@1.0.0) Verified job search: every listing confirmed live and accepting applicants within the last 72h. installs: remote:https://pirchjobs.com/mcp detail: https://mcpindex.ai/server/com-pirchjobs-pirch - com.pitchcentric/mcp-server (com.pitchcentric/mcp-server@1.0.0) Podcast booking-intelligence MCP server: search shows, match profiles, draft pitches, read replies. installs: remote:https://pitchcentric.com/mcp detail: https://mcpindex.ai/server/com-pitchcentric-mcp-server - pixserp (com.pixserp/search@1.0.0) Live AI-native web search with citations. One tool for every MCP client. Flat per-request pricing. installs: remote:https://pixserp.com/api/v1/mcp detail: https://mcpindex.ai/server/com-pixserp-search - com.podkitapp/podkit (com.podkitapp/podkit@0.1.0) Podcast search, metadata, chapters, and transcripts for AI agents — from $15/mo installs: remote:https://podkitapp.com/mcp detail: https://mcpindex.ai/server/com-podkitapp-podkit - Pointify Travel (com.pointifytravels/travel@0.1.0) Search award flights and cash fares, optimize points, and predict fares inside ChatGPT and Claude. installs: remote:https://mcp.pointifytravels.com/mcp detail: https://mcpindex.ai/server/com-pointifytravels-travel - PPN Hub — public APIs over MCP (com.ppn-hub/ppn-hub@1.2.1) One MCP endpoint over 69 public PPN APIs: search_apis to discover, execute_api to call. Free tier. installs: remote:https://mcp.ppn-hub.com/mcp detail: https://mcpindex.ai/server/com-ppn-hub-ppn-hub - com.pricetik/mcp-server (com.pricetik/mcp-server@0.33.0) Travel & commerce intelligence for AI agents: search, book & price-track hotels, events, retail. installs: remote:https://mcp.pricetik.com/mcp detail: https://mcpindex.ai/server/com-pricetik-mcp-server - PrimeRFP SCOUT — Govcon Intelligence MCP (com.primerfp.scout/scout@1.0.1) Federal+SLED govcon MCP: SAM, USASpending, recompete, hearings, policy intel, search. Private AI. installs: remote:https://mcp.primerfp.com/mcp detail: https://mcpindex.ai/server/com-primerfp-scout-scout - com.printinglabs/printing-labs (com.printinglabs/printing-labs@1.0.0) Corporate gifting: catalog search, bulk GST pricing, quotes, meetings, HR welcome-kit automation. installs: remote:https://printinglabs.com/mcp detail: https://mcpindex.ai/server/com-printinglabs-printing-labs - Prowlo — Reddit & X for AI agents (com.prowlo/reddit-x@1.0.1) Reddit & X data for AI agents over MCP. Semantic search, hosted, no Reddit API. installs: remote:https://api.prowlo.com/mcp detail: https://mcpindex.ai/server/com-prowlo-reddit-x - com.pulsemcp/appsignal (com.pulsemcp/appsignal@0.5.4) MCP server for AppSignal — get alert details, search logs, and retrieve logs within time ranges. installs: npm:appsignal-mcp-server detail: https://mcpindex.ai/server/com-pulsemcp-appsignal - com.pulsemcp/google-flights (com.pulsemcp/google-flights@0.2.6) MCP server for searching Google Flights — flight search, date grid pricing, and airport lookup. installs: npm:google-flights-mcp-server detail: https://mcpindex.ai/server/com-pulsemcp-google-flights - com.pulsemcp/pointsyeah (com.pulsemcp/pointsyeah@0.2.9) MCP server for searching award flights and travel deals via PointsYeah. installs: npm:pointsyeah-mcp-server detail: https://mcpindex.ai/server/com-pulsemcp-pointsyeah - com.pulsemcp/serpapi-hotels (com.pulsemcp/serpapi-hotels@0.0.4) MCP server for searching Google Hotels via SerpAPI — hotel search, pricing, ratings, and reviews. installs: npm:serpapi-hotels-mcp-server detail: https://mcpindex.ai/server/com-pulsemcp-serpapi-hotels - Purple Grain (com.purplegrain/api@1.0.0) Search and book agricultural contracting services on the Purple Grain marketplace. installs: remote:https://api.purplegrain.com/mcp detail: https://mcpindex.ai/server/com-purplegrain-api - com.qarera/mcp (com.qarera/mcp@1.0.0) Search jobs, manage resumes, and track applications on Qarera from your AI chat client. installs: remote:https://mcp.qarera.com/mcp detail: https://mcpindex.ai/server/com-qarera-mcp - Qumge Skills (com.qumge/skills@1.0.0) Search and install curated agent skills, plus bundles that get one job done in a single call. installs: remote:https://qumge.com/mcp detail: https://mcpindex.ai/server/com-qumge-skills - com.recipe-clipper/prep-it (com.recipe-clipper/prep-it@1.0.0) Search, save, organize, cook, and share recipes with any AI assistant. installs: remote:https://www.recipe-clipper.com/api/mcp detail: https://mcpindex.ai/server/com-recipe-clipper-prep-it - com.redpanda/docs-mcp (com.redpanda/docs-mcp@2026.803.133) Get authoritative answers about Redpanda documentation and search API references. installs: remote:https://docs.redpanda.com/mcp detail: https://mcpindex.ai/server/com-redpanda-docs-mcp - Reletter (com.reletter/reletter@0.1.0) Search and analyze 7M+ newsletters, issues, contacts, and chart rankings from Reletter. installs: remote:https://mcp.reletter.com detail: https://mcpindex.ai/server/com-reletter-reletter - com.remotejobscenter/remote-jobs (com.remotejobscenter/remote-jobs@1.0.0) Search current remote / work-from-home jobs by category, region, perk, or company. installs: remote:https://remotejobscenter.com/mcp detail: https://mcpindex.ai/server/com-remotejobscenter-remote-jobs - com.resadock/resadock (com.resadock/resadock@0.1.0) Search and book local services in France: real availability, quotes, consented one-tap bookings. installs: remote:https://resadock.com/mcp detail: https://mcpindex.ai/server/com-resadock-resadock - RigorLoop Research Bounties (com.rigorloop/research-bounties@1.0.0) Search and commission verified human research review through funded Research Bounties. installs: remote:https://rigorloop.com/mcp detail: https://mcpindex.ai/server/com-rigorloop-research-bounties - Ryxell (com.ryxell/mcp@1.0.0) Agent search: query-tailored web/news/paper/podcast segments, not full pages or links. installs: remote:https://ryxell.com/mcp detail: https://mcpindex.ai/server/com-ryxell-mcp - SaaS Browser (com.saasbrowser/saas-browser@1.0.1) Search 400k+ SaaS and software companies by category, technology, country, pricing, and more. installs: remote:https://saasbrowser.com/mcp detail: https://mcpindex.ai/server/com-saasbrowser-saas-browser - saaskr — Korean SaaS Directory (한국 SaaS 디렉토리) (com.saaskr/korean-saas-directory@1.0.0) Search and compare SaaS built in South Korea. 3,800+ services, liveness-checked weekly. installs: remote:https://saaskr.com/api/mcp detail: https://mcpindex.ai/server/com-saaskr-korean-saas-directory - Santismm Knowledge — Harness Engineering, Agentic AI & Governance (com.santismm/knowledge@0.2.1) Search harness engineering, agentic AI patterns, architectures, governance and agent taxonomy. installs: remote:https://santismm.com/mcp detail: https://mcpindex.ai/server/com-santismm-knowledge - com.seanwinslow/vault-knowledge (com.seanwinslow/vault-knowledge@0.1.0) Read-only MCP over a vault's typed knowledge graph: concept search, contradictions, article fetch. installs: npm:@swins/vault-knowledge-mcp detail: https://mcpindex.ai/server/com-seanwinslow-vault-knowledge - searchcode (com.searchcode/mcp@1.0.0) Code intelligence for LLMs. Analyze, search, and retrieve code from any public git repository. installs: remote:https://api.searchcode.com/v1/mcp detail: https://mcpindex.ai/server/com-searchcode-mcp - Search Fragments (com.searchfragments/search-fragments@0.2.2) For queries a model can't confidently place: resolves or declines. Built to decline, not guess. installs: remote:https://searchfragments.com/api/mcp detail: https://mcpindex.ai/server/com-searchfragments-search-fragments - com.seoapi/amazon (com.seoapi/amazon@1.0.0) Validate Amazonbot and Amzn-SearchBot IP addresses. Remote MCP validate_ip tool. installs: remote:https://amazon.seoapi.com/mcp detail: https://mcpindex.ai/server/com-seoapi-amazon - com.seoapi/claude (com.seoapi/claude@1.0.0) Validate ClaudeBot and Claude-SearchBot IP addresses. Remote MCP validate_ip tool. installs: remote:https://claude.seoapi.com/mcp detail: https://mcpindex.ai/server/com-seoapi-claude - com.seoapi/openai (com.seoapi/openai@1.0.0) Validate GPTBot and OAI-SearchBot IP addresses. Remote MCP validate_ip tool. installs: remote:https://openai.seoapi.com/mcp detail: https://mcpindex.ai/server/com-seoapi-openai - SE Ranking (com.seranking/mcp@2.2.0) SE Ranking SEO: keywords, backlinks, domains, SERP, audits, rank tracking, AI Search visibility. installs: remote:https://api.seranking.com/mcp detail: https://mcpindex.ai/server/com-seranking-mcp - SERPdive Web Search (com.serpdive/serpdive-mcp@0.1.4) AI-agent web search, answer-ready content. Beats Tavily: 60.7% of quality duels, 20.2% fewer tokens. installs: npm:serpdive-mcp | remote:https://mcp.serpdive.com/mcp detail: https://mcpindex.ai/server/com-serpdive-serpdive-mcp - SetFork (com.setfork/setfork@1.0.1) Runnable, versioned lists agents can search, read, create and update. Git under the hood. installs: remote:https://setfork.com/api/mcp detail: https://mcpindex.ai/server/com-setfork-setfork - com.shamra-academia/research (com.shamra-academia/research@0.1.1) The only MCP server for Arabic academic research — search, read & cite Arabic + English papers. installs: remote:https://mcp.shamra-academia.com/mcp detail: https://mcpindex.ai/server/com-shamra-academia-research - Sidecar (com.sidecardata/sidecar@1.0.0) Cross-tool context for your data stack. Search, lineage, and impact across warehouse and BI tools. installs: remote:https://service-mcp.sidecardata.com/sidecar/mcp detail: https://mcpindex.ai/server/com-sidecardata-sidecar - Shepherd Bible API (com.simplecohortllc.bible/shepherd-bible-api@1.0.0) Bible translations, books, chapters, verses, and search installs: remote:https://bible.simplecohortllc.com/mcp detail: https://mcpindex.ai/server/com-simplecohortllc-bible-shepherd-bible-api - ski-france.com Agent Search (com.ski-france/agent-search@1.1.0) Ski apartment search with one- or two-week prices, availability, destinations and ski passes. installs: remote:https://en.ski-france.com/api/agent/v1/mcp/ detail: https://mcpindex.ai/server/com-ski-france-agent-search - Skiplagged MCP (com.skiplagged/mcp@0.0.4) Skiplagged MCP Server for flight search, hotel booking, and travel planning installs: remote:https://mcp.skiplagged.com/mcp detail: https://mcpindex.ai/server/com-skiplagged-mcp - com.skopik/mcp (com.skopik/mcp@0.1.0) Your org's AI agents, tasks, runs, search, and brain files as MCP tools and resources. installs: npm:@skopiklabs/mcp | remote:https://api.skopik.com/mcp detail: https://mcpindex.ai/server/com-skopik-mcp - STRIDE Sneaker Shop (com.sneaker-hub/shop@1.0.1) Pre-owned sneaker shop catalog: search in-stock shoes by keyword/brand/price, get buy links. installs: remote:https://sneaker-hub.com/api/mcp detail: https://mcpindex.ai/server/com-sneaker-hub-shop - Social Cooks MCP (com.socialcooks/mcp@1.0.0) Munich social media marketing agency: info, services, case studies, content search + lead intake installs: remote:https://mcp.socialcooks.com/mcp detail: https://mcpindex.ai/server/com-socialcooks-mcp - SocialListeningAPI (com.sociallisteningapi/social-listening@1.0.0) Search public social posts and web results from AI assistants. installs: remote:https://api.sociallisteningapi.com/mcp detail: https://mcpindex.ai/server/com-sociallisteningapi-social-listening - Songs To Your Eyes — production music catalogue (com.songstoyoureyes/catalog@0.2.0) Search 18,594 production-music cues by mood, sound and exact runtime. Instant preview links. installs: remote:https://mcp.songstoyoureyes.com/mcp detail: https://mcpindex.ai/server/com-songstoyoureyes-catalog - Soracom Knowledge (com.soracom/knowledge@1.1.4) Search SORACOM documentation: service guides, FAQ, API references, IoT recipes, etc. installs: remote:https://knowledge-mcp.soracom.com detail: https://mcpindex.ai/server/com-soracom-knowledge - SPACEXPLORATION (com.spacexploration/listings@1.0.0) Search commercial real estate listings. Reads need no token; authoring is self-serve OAuth (DCR). installs: remote:https://spacexploration.com/mcp detail: https://mcpindex.ai/server/com-spacexploration-listings - com.speedrun-talent-network/mcp (com.speedrun-talent-network/mcp@1.1.0) Search live roles across hundreds of a16z portfolio startups and join the speedrun talent network. installs: remote:https://mcp.speedrun-talent-network.com/mcp detail: https://mcpindex.ai/server/com-speedrun-talent-network-mcp - com.spytrend/ad-spy (com.spytrend/ad-spy@1.0.0) Facebook/Meta ad-spy: search 1B+ new ads/mo with AI creative categories across 360 niches. installs: remote:https://mcp.spytrend.com/mcp detail: https://mcpindex.ai/server/com-spytrend-ad-spy - stagenth · AI 记忆库 (com.stagenth/memory-kit@1.1.0) Hosted persistent memory with semantic search, importance and TTL for AI agents. installs: remote:https://stagenth.com/mcp/memory-kit/ detail: https://mcpindex.ai/server/com-stagenth-memory-kit - Hotel & Vacation Rental MCP - live prices & reviews across Booking, Airbnb, Vrbo & Google Hotels (com.stayingapi/hotel-vacation-rental-mcp@1.0.0) Search hotels & rentals: live prices & reviews across Booking.com, Airbnb, Vrbo & Google Hotels. installs: remote:https://mcp.stayingapi.com/mcp detail: https://mcpindex.ai/server/com-stayingapi-hotel-vacation-rental-mcp - com.stayker/1stay (com.stayker/1stay@1.0.0) Hotel booking MCP server. Search, book, and manage reservations across 250K+ properties worldwide. installs: remote:https://mcp.stayker.com/mcp detail: https://mcpindex.ai/server/com-stayker-1stay - Stockfilm — Authentic Vintage Footage (com.stockfilm/mcp-server@1.0.0) Search and license 217,000+ authentic vintage 8mm home movie clips (1930s-1980s). installs: remote:https://mcp.stockfilm.com/mcp detail: https://mcpindex.ai/server/com-stockfilm-mcp-server - com.stopovercity/stopover-planner (com.stopovercity/stopover-planner@1.0.0) Live Google Flights search: stopover itineraries, country sweeps, explore anywhere, booking links installs: remote:https://mcp.stopovercity.com/mcp detail: https://mcpindex.ai/server/com-stopovercity-stopover-planner - Streamline MCP Server (com.streamlinehq/mcp@2.0.0) Search and download icons, illustrations, elements and emojis in PNG or SVG formats. installs: remote:https://public-api.streamlinehq.com/mcp detail: https://mcpindex.ai/server/com-streamlinehq-mcp - com.stungevents/events (com.stungevents/events@1.0.0) Search live events in 60+ countries, plan a night out, and demand artists to tour your city. installs: remote:https://mcp.stungevents.com detail: https://mcpindex.ai/server/com-stungevents-events - Svg/icons MCP (com.svgicons/mcp@0.3.2) 320K+ open-source SVG icons: 12 tools, anonymous metadata search; SVG, exports, collections via Pro. installs: remote:https://svgicons.com/mcp detail: https://mcpindex.ai/server/com-svgicons-mcp - com.tableall/mcp (com.tableall/mcp@1.0.0) Access Japan's finest Michelin-starred restaurants. Search, check availability, and browse menus. installs: remote:https://mcp.tableall.com/sse detail: https://mcpindex.ai/server/com-tableall-mcp - com.teamo360/teamo (com.teamo360/teamo@1.0.0) Search, edit, design, and undo: everything you can do in Teamo, now from your AI assistant installs: npm:@teamo360/mcp | remote:https://api.teamo360.com/api/mcp detail: https://mcpindex.ai/server/com-teamo360-teamo - Tern (com.tern0/resolver@0.3.0) Resolve capability gaps: validate native MCPs, search live web, and record unmet demand. installs: remote:https://mcp.tern0.com/mcp detail: https://mcpindex.ai/server/com-tern0-resolver - TextMine MCP (com.textmine/textmine-mcp@1.0.0) Search, read, and automate TextMine documents, records, workflows, integrations, and agent tasks. installs: remote:https://mcp.textmine.com/mcp detail: https://mcpindex.ai/server/com-textmine-textmine-mcp - com.thaiapp/bible-app (com.thaiapp/bible-app@1.0.0) Read-only Bible for AI: search & read scripture in Thai & English, plus a daily verse. installs: remote:https://thaiapp.com/bible-app/mcp detail: https://mcpindex.ai/server/com-thaiapp-bible-app - the-Automator AutoHotkey Downloads Search (com.the-automator/downloads-search@1.0.0) Semantic search over 438 AutoHotkey tools, scripts and courses at the-automator.com installs: remote:https://edd-downloads-a2a.joe-glines.workers.dev/mcp detail: https://mcpindex.ai/server/com-the-automator-downloads-search - com.the13f/mcp (com.the13f/mcp@0.1.3) Institutional 13F intelligence: 8,600+ managers, holdings, peer search, sector flows. installs: pypi:the13f-mcp detail: https://mcpindex.ai/server/com-the13f-mcp - com.thecastlemap/castles (com.thecastlemap/castles@1.0.2) 2,400 castles, fortresses & palaces: name search, nearby, fame ranking, statistics. No key, CC0. installs: remote:https://thecastlemap.com/mcp detail: https://mcpindex.ai/server/com-thecastlemap-castles - com.thechrisgrey/mcp (com.thechrisgrey/mcp@1.0.0) Search Christian Perez's blog, read posts, and ask about his work, podcast, and writing. installs: remote:https://mcp.thechrisgrey.com detail: https://mcpindex.ai/server/com-thechrisgrey-mcp - TheirStack (com.theirstack/theirstack@1.0.1) Search job postings, companies, and technology stacks across 10M+ companies. installs: remote:https://api.theirstack.com/mcp detail: https://mcpindex.ai/server/com-theirstack-theirstack - com.themineworks/academic-research-mcp (com.themineworks/academic-research-mcp@1.0.0) Scholarly search: OpenAlex, Crossref, arXiv, OpenCitations and PubMed in one endpoint. installs: remote:https://themineworks--academic-research-mcp.apify.actor/mcp detail: https://mcpindex.ai/server/com-themineworks-academic-research-mcp - NetworkOS (com.thenetworkos/networkos@1.0.0) Your professional network in Claude — search contacts, log notes, and send warm intros. installs: remote:https://beta.thenetworkos.com/api/mcp detail: https://mcpindex.ai/server/com-thenetworkos-networkos - com.thenextgennexus/patents-trademarks-ip-mcp-server (com.thenextgennexus/patents-trademarks-ip-mcp-server@1.0.0) Patent & trademark IP search — patents, assignees, and inventors via Google Patents. installs: remote:https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/patents-trademarks-ip-mcp-server/mcp detail: https://mcpindex.ai/server/com-thenextgennexus-patents-trademarks-ip-mcp-server - com.thenextgennexus/reddit-mcp-server (com.thenextgennexus/reddit-mcp-server@1.0.0) Post + comment + subreddit search with comment-level depth for sentiment work. installs: remote:https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/reddit-mcp-server/mcp detail: https://mcpindex.ai/server/com-thenextgennexus-reddit-mcp-server - Tianxia Gongchang — China Factory Search (com.tianxiagongchang/factory-search@1.0.0) Search 4.8M verified Chinese factories: profiles, contacts, AI deep-dives, agentic sourcing. installs: remote:https://open.tianxiagongchang.com/open/mcp detail: https://mcpindex.ai/server/com-tianxiagongchang-factory-search - Tosheroon (com.tosheroon/mcp@1.0.1) Real-time Amazon prices, product search, 90-day history, AI forecasts, and price drop alerts. installs: remote:https://tosheroon.com/mcp detail: https://mcpindex.ai/server/com-tosheroon-mcp - 💯 YouTube Transcript + YouTube Search MCP for AI Agents (com.transcriptapi/youtube-transcript-and-youtube-search@1.0.0) 💯 The fastest YouTube transcript + YouTube search MCP for AI agents. Try for free. installs: remote:https://transcriptapi.com/mcp detail: https://mcpindex.ai/server/com-transcriptapi-youtube-transcript-and-youtube-search - com.translatize/mcp (com.translatize/mcp@0.1.2) Read, search, edit and branch Translatize translation labels and fill missing translations. installs: npm:@translatize/mcp detail: https://mcpindex.ai/server/com-translatize-mcp - Travel Code (com.travel-code/travel-code@1.0.0) Corporate travel: search and book flights, hotels, rail and transfers, manage orders. installs: remote:https://mcp.travel-code.com/mcp detail: https://mcpindex.ai/server/com-travel-code-travel-code - Trellistate (com.trellistate/listings@0.1.0) Free public real estate listing exchange. Search, retrieve, and submit inquiries on listings. installs: remote:https://trellistate.com/api/mcp detail: https://mcpindex.ai/server/com-trellistate-listings - com.trycaesar/caesar (com.trycaesar/caesar@0.2.0) Web search and page-reading for AI agents. One-click OAuth connect, or a Caesar API key. installs: remote:https://mcp.trycaesar.com/mcp?profile=web-search detail: https://mcpindex.ai/server/com-trycaesar-caesar - Channel3 Shopping (com.trychannel3/shopping@4.0.0) Shopping search across 100M+ products, with every retailer's offer and live price in one place. installs: remote:https://mcp.trychannel3.com/ detail: https://mcpindex.ai/server/com-trychannel3-shopping - Kai AGI - Autonomous AI Agent (com.trycloudflare.annotated-lot-operational-tourism/kai-agi@1.0.0) AI predictions, model comparison, research briefs and web search from an autonomous AI installs: remote:https://annotated-lot-operational-tourism.trycloudflare.com/mcp detail: https://mcpindex.ai/server/com-trycloudflare-annotated-lot-operational-tourism-kai-agi - Tu Lugar (com.tulugar/tulugar@1.0.1) Search and manage Paraguay & LatAm real estate from any AI assistant. installs: remote:https://tulugar.com/api/mcp detail: https://mcpindex.ai/server/com-tulugar-tulugar - com.tunnelpowered/knowledge-base (com.tunnelpowered/knowledge-base@1.1.0) Search verified local businesses, check what their verification proves, and message them. installs: remote:https://api.tunnelpowered.com/api/mcp detail: https://mcpindex.ai/server/com-tunnelpowered-knowledge-base - com.tweetsmash/mcp (com.tweetsmash/mcp@2.0.0) Search, label, and manage your X (Twitter) bookmarks from any MCP client via Tweetsmash installs: remote:https://mcp.tweetsmash.com/api/mcp detail: https://mcpindex.ai/server/com-tweetsmash-mcp - UAE Juris (com.uaejuris/uae-juris@1.0.0) Search and cite UAE law (federal, Dubai, Abu Dhabi, DIFC, ADGM) with verifiable citations. installs: remote:https://mcp.uaejuris.com/mcp detail: https://mcpindex.ai/server/com-uaejuris-uae-juris - UAPDrop Research Archive (com.uapdrop/research-archive@1.0.0) Search declassified UAP/UFO government archives, geocoded sightings and cited entity profiles. installs: remote:https://mcp.uapdrop.com/the-truth-is-in-here detail: https://mcpindex.ai/server/com-uapdrop-research-archive - Umesh Malik Blog & Profile (com.umesh-malik/blog-mcp@1.0.0) Search Umesh Malik's blog, fetch posts as Markdown, list topics, get his profile. installs: remote:https://umesh-malik.com/mcp detail: https://mcpindex.ai/server/com-umesh-malik-blog-mcp - UnfoldIP Patent Search (com.unfoldip/patent-search@1.0.2) Search 14.3M US patents (2005+) and read full claims and descriptions, with cited source links. installs: remote:https://unfoldip.com/mcp detail: https://mcpindex.ai/server/com-unfoldip-patent-search - Unified Offer Protocol MCP Server (com.unifiedoffer/mcp-server@2.0.2) AI-powered product search, affiliate links, and price negotiation for e-commerce platforms installs: npm:@unifiedoffer/mcp-server | pypi:uop-mcp-server | docker:docker.io/chrisappding/mcp-server:2.0.0 | remote:https://api.unifiedoffer.com/functions/v1/mcp-http-wrapper detail: https://mcpindex.ai/server/com-unifiedoffer-mcp-server - Unlisted Property Search (com.unlistedinc/unlisted@1.0.0) Search and explore residential properties that aren't for sale (yet) installs: remote:https://api.unlistedinc.com/mcp detail: https://mcpindex.ai/server/com-unlistedinc-unlisted - com.unorouter/mcp (com.unorouter/mcp@0.2.1) Search 200+ UnoRouter models (most free), check pricing, and chat through one key installs: npm:unorouter-mcp | remote:https://mcp.unorouter.com/mcp detail: https://mcpindex.ai/server/com-unorouter-mcp - Unstoppable Domains (com.unstoppabledomains/mcp-server@1.0.0) Domain search, registration, DNS, marketplace, and checkout with your AI agent. installs: remote:https://api.unstoppabledomains.com/mcp/v1/ detail: https://mcpindex.ai/server/com-unstoppabledomains-mcp-server - CarScout (com.usecarscout/mcp@1.0.0) Search used car inventory, check NHTSA recalls, decode VINs, and manage automated search scouts. installs: remote:https://mcp.usecarscout.com/mcp detail: https://mcpindex.ai/server/com-usecarscout-mcp - Croma (com.usecroma/croma@1.0.0) Colombian, Peruvian, and Mexican public data: judicial cases, registries, legislation, web search. installs: remote:https://api.croma.run/mcp detail: https://mcpindex.ai/server/com-usecroma-croma - PopUp Organizer (com.usepopup/organizer@1.0.0) Read-only MCP server for PopUp — search vendors, manage events, and track applications. installs: npm:@popupspacesystems/mcp-server detail: https://mcpindex.ai/server/com-usepopup-organizer - discoverGPT (com.vairetail/discovergpt@1.0.0) REST API + MCP gateway for AI commerce: search, catalog enrichment, feeds/GEO, and virtual try-on. installs: remote:https://api.vairetail.com/mcp/sse detail: https://mcpindex.ai/server/com-vairetail-discovergpt - com.venturu/mcp-server (com.venturu/mcp-server@1.0.0) The Venturu MCP server. Search and contact business listings and brokers on Venturu. installs: remote:https://www.venturu.com/mcp detail: https://mcpindex.ai/server/com-venturu-mcp-server - Verity RMS MCP Server (com.verityrms/rms-mcp@0.1.0) Verity RMS — AI-powered investment research management. Search your notes, meetings, and research. installs: remote:https://{tenant_name}.verityrms.com/mcp detail: https://mcpindex.ai/server/com-verityrms-rms-mcp - com.versedb/versedb-mcp (com.versedb/versedb-mcp@1.0.1) Comic book database — search comics, creators, characters, and manage your collection. installs: remote:https://versedb.com/mcp/api detail: https://mcpindex.ai/server/com-versedb-versedb-mcp - Viatsy (com.viatsy/mcp@1.0.0) Search Asia travel tours, browse guides, request quotes, find upcoming group departures. installs: remote:https://viatsy.com/mcp detail: https://mcpindex.ai/server/com-viatsy-mcp - Vikenda — what's on in Niagara-on-the-Lake (com.vikenda/events@1.0.0) Accuracy-first what's-on guide for Niagara-on-the-Lake: verified events, venues, search, planning. installs: remote:https://api.vikenda.com/mcp detail: https://mcpindex.ai/server/com-vikenda-events - com.vp0/vp0-mcp (com.vp0/vp0-mcp@0.1.1) Search & import free iOS app-design starters from VP0 into your AI builder. installs: npm:vp0-mcp detail: https://mcpindex.ai/server/com-vp0-vp0-mcp - com.vviinn/commerce-context-layer (com.vviinn/commerce-context-layer@1.30.0) Context layer with semantic and visual search and discovery for agentic commerce — by vviinn. installs: remote:https://api.vviinn.com/mcp detail: https://mcpindex.ai/server/com-vviinn-commerce-context-layer - Wikexa Knowledge (com.wikexa/knowledge@1.1.1) Wikipedia, Wikidata and Wiktionary as clean JSON, not HTML. 1.9M searchable. Free, no auth. installs: remote:https://wikexa.com/mcp detail: https://mcpindex.ai/server/com-wikexa-knowledge - WindowsForum MCP Server (com.windowsforum/mcp-server@3.0.0) Search WindowsForum.com threads, posts, and Windows news; fetch documents and Microsoft KB info. installs: remote:https://mcp.windowsforum.com/ detail: https://mcpindex.ai/server/com-windowsforum-mcp-server - World Airfares Flight Search (com.worldairfares/flights-mcp@1.0.1) Flight search MCP server providing search, pagination, and itinerary details for AI assistants. installs: remote:https://mcp.worldairfares.com detail: https://mcpindex.ai/server/com-worldairfares-flights-mcp - cv.d/talent (cv.d/talent@1.0.0) Talent discovery for AI. Search and read agent-readable candidate profiles; cite by URL. installs: remote:https://d.cv/mcp detail: https://mcpindex.ai/server/cv-d-talent - JobsAI (cz.jobsai/jobsai@1.0.0) Czech AI job board: search live listings, read job details, apply for a consenting candidate. installs: remote:https://agents.jobsai.cz/v1/mcp detail: https://mcpindex.ai/server/cz-jobsai-jobsai - de.bluraysuchmaschine/suche (de.bluraysuchmaschine/suche@1.0.0) Search Blu-ray and 4K UHD movies, featured titles, and detailed movie information. installs: remote:https://mcp.bluraysuchmaschine.de/mcp detail: https://mcpindex.ai/server/de-bluraysuchmaschine-suche - de.dm.mcp/dm-drogerie-markt (de.dm.mcp/dm-drogerie-markt@1.0.0) Real-time product data, semantic search and more from dm-drogerie markt, Europe's leading drugstore. installs: remote:https://mcp.dm.de/mcp detail: https://mcpindex.ai/server/de-dm-mcp-dm-drogerie-markt - FoodtruckNation (de.foodtruck-nation/foodtruck-nation@1.0.0) Search food trucks in Germany and request catering quotes on foodtruck-nation.de installs: remote:https://foodtruck-nation.de/api/mcp detail: https://mcpindex.ai/server/de-foodtruck-nation-foodtruck-nation - Nomado24 Remote Jobs (de.nomado24/jobs@1.0.0) Search ~10,000 remote/hybrid jobs for Germany and the EU; aggregate market stats. Free, no auth. installs: remote:https://api.nomado24.de/api/public/v1/mcp detail: https://mcpindex.ai/server/de-nomado24-jobs - pixdress — KI-Mode zum Selbermachen (de.pixdress/design@1.0.0) Search AI-designed print-on-demand clothing, or have a new motif invented from one sentence. installs: remote:https://pixdress.de/mcp detail: https://mcpindex.ai/server/de-pixdress-design - 21st.dev (dev.21st/mcp@1.0.0) Search 21st.dev UI components & themes, get their code, and generate new ones with 21st AI. installs: remote:https://21st.dev/api/mcp detail: https://mcpindex.ai/server/dev-21st-mcp - dev.acopio/acopio (dev.acopio/acopio@1.0.0) Search and get recommendations from your own saved catalog of developer tools and services. installs: remote:https://mcp.acopio.dev detail: https://mcpindex.ai/server/dev-acopio-acopio - Agently Brain (dev.agently/brain@1.0.0) Company brain for AI agents — temporal knowledge graph search, exploration, and durable memory. installs: remote:https://api.agently.dev/mcp detail: https://mcpindex.ai/server/dev-agently-brain - AI Cortex Storage (dev.aic0rt3x.memory/mcp@1.0.0) Persistent cloud memory for AI agents. Store and search key-value memories across sessions. installs: remote:https://memory.aic0rt3x.dev/mcp detail: https://mcpindex.ai/server/dev-aic0rt3x-memory-mcp - EcoCarbonWiki (dev.carbonitex.ecogame/ecocarbonwiki@2.5.0) Read-only MCP for the Eco game wiki: search, Markdown pages, and wiki_* lookups. No keys, no writes. installs: remote:https://ecogame.carbonitex.dev/mcp detail: https://mcpindex.ai/server/dev-carbonitex-ecogame-ecocarbonwiki - Citadel (dev.citadeldb/mcp@1.15.0) Encrypted-first embedded database with vector search and agent memory, exposed as MCP tools installs: pypi:citadeldb-mcp detail: https://mcpindex.ai/server/dev-citadeldb-mcp - Cite42 (dev.cite42/mcp@0.1.17) AI search visibility, brand rankings, AI citations, SEO keywords, and trends from Cite42. installs: npm:@cite42/mcp | remote:https://mcp.cite42.dev detail: https://mcpindex.ai/server/dev-cite42-mcp - codeitall (dev.codeitall/codeitall@0.1.0) Behavioral oracle for Rust crate APIs: runtime behavior, yank/advisory, deprecation, sig search installs: remote:https://api.codeitall.dev/mcp detail: https://mcpindex.ai/server/dev-codeitall-codeitall - Code Pathfinder (dev.codepathfinder/pathfinder@2.1.1) Code intelligence MCP server: call graphs, type inference, and symbol search for Python/Go. installs: pypi:codepathfinder | docker:docker.io/shivasurya/code-pathfinder:v2.1.1 detail: https://mcpindex.ai/server/dev-codepathfinder-pathfinder - dev.cz-agents/realestate-pro (dev.cz-agents/realestate-pro@0.1.0) Czech distress real estate — paid tier (full search, owner data, RUIAN). installs: remote:https://realestate-pro.cz-agents.dev/mcp detail: https://mcpindex.ai/server/dev-cz-agents-realestate-pro - dev.fastdrop/fastdrop (dev.fastdrop/fastdrop@1.0.0) Launch board for MCP products: discover probed listings, search by real tools, submit as a maker. installs: remote:https://fastdrop.dev/mcp detail: https://mcpindex.ai/server/dev-fastdrop-fastdrop - dev.gtmtools/gtm-tools (dev.gtmtools/gtm-tools@0.2.0) A read-only verified record of agent-operable GTM tools: search, fetch, compare, track changes. installs: remote:https://mcp.gtmtools.dev/mcp detail: https://mcpindex.ai/server/dev-gtmtools-gtm-tools - iknow (dev.iknow/mcp@1.0.0) Knowledge base MCP for AI agents on iknow.dev. Search, read, and maintain via OAuth. installs: remote:https://iknow.dev/mcp detail: https://mcpindex.ai/server/dev-iknow-mcp - Lattis (dev.lattis/mcp@0.4.0) Search indexed websites, read raw page markdown, and score AI visibility for any site. installs: npm:@lattis-dev/cli | remote:https://mcp.lattis.dev/mcp detail: https://mcpindex.ai/server/dev-lattis-mcp - dev.nexbid/discovery (dev.nexbid/discovery@1.0.1) Search and discover advertiser products through an open marketplace for AI agents. installs: remote:https://mcp.nexbid.dev/mcp detail: https://mcpindex.ai/server/dev-nexbid-discovery - dev.pages.datanest-stores/store (dev.pages.datanest-stores/store@1.0.0) Search, preview, and buy 500+ MIT-licensed digital developer products from Datanest Stores. installs: remote:https://datanest-stores.pages.dev/mcp detail: https://mcpindex.ai/server/dev-pages-datanest-stores-store - Patent Connector (dev.patent/patent@1.3.0) Search patents & trademarks from EPO, USPTO & DPMA: claims, legal status, prosecution, PTAB installs: remote:https://mcp.patent.dev/mcp detail: https://mcpindex.ai/server/dev-patent-patent - RMCP (dev.rmcp/rmcp@1.0.0) Search remote Model Context Protocol servers and tools discovered by BuiltWith, without an API key. installs: remote:https://rmcp.dev/mcp detail: https://mcpindex.ai/server/dev-rmcp-rmcp - SearchStack (dev.searchstack/searchstack@1.0.1) Agent-driven search: build, import, tune, search, and score result quality — all over MCP. installs: remote:https://mcp.searchstack.dev detail: https://mcpindex.ai/server/dev-searchstack-searchstack - Sourced (dev.sourced/sourced@1.0.1) Source code search for every package on PyPI and npm. installs: remote:https://mcp.sourced.dev/mcp detail: https://mcpindex.ai/server/dev-sourced-sourced - StateLode (dev.statelode/statelode@0.1.1) Shared task layer for AI coding agents. One MCP surface: task_search, task_get, task_mutate. installs: npm:statelode-bridge | remote:https://api.statelode.dev/mcp detail: https://mcpindex.ai/server/dev-statelode-statelode - Suzuri (dev.suzuri/mcp@1.0.0) Semantic search across Japan's government white papers, in English or Japanese. Free beta. installs: remote:https://suzuri.dev/mcp detail: https://mcpindex.ai/server/dev-suzuri-mcp - ATProto Data Layer (dev.workers.filae.atproto-mcp/atproto@1.0.0) Search ATProto writing, annotations, identity, agents, and forum posts. 12 read-only tools. installs: remote:https://atproto-mcp.filae.workers.dev/mcp detail: https://mcpindex.ai/server/dev-workers-filae-atproto-mcp-atproto - Afbudsrejser travel search (dk.afbudsrejser/travel-search@1.0.0) Realtime package holiday and charter flight prices from Denmark. Inventory not on Google Flights. installs: remote:https://www.afbudsrejser.dk/mcp detail: https://mcpindex.ai/server/dk-afbudsrejser-travel-search - Reecopedia (eco.reeco/reecopedia@1.3.0) Regulatory search engine for EU textile sustainability law: ESPR, DPP, CSRD, CBAM, CWA 18291. installs: remote:https://ia.reeco.eco/mcp detail: https://mcpindex.ai/server/eco-reeco-reecopedia - City24.ee - Real Estate marketplace (ee.city24/real-estate@1.0.0) Live Estonia real estate listings with search, geo filters, and property metadata. installs: remote:https://mcp.city24.ee/_mcp detail: https://mcpindex.ai/server/ee-city24-real-estate - PaKi Curator — Visual Medicine Art Catalog (es.cesaryague/paki-curator@4.31.0) 300 contemplative moving art works by César Yagüe. Search, browse, get recommendations. installs: remote:https://cesaryague.es/mcp detail: https://mcpindex.ai/server/es-cesaryague-paki-curator - Drafto (eu.drafto/mcp@1.1.0) Create, read, search, and organize your Drafto notes and notebooks. installs: remote:https://drafto.eu/api/mcp detail: https://mcpindex.ai/server/eu-drafto-mcp - eu.madeinro/rotv-mcp (eu.madeinro/rotv-mcp@3.3.0) Romanian TV guide MCP: live listings, prime time, search, recommendations, MCP Apps tonight card. installs: remote:https://tv.madeinro.eu/mcp detail: https://mcpindex.ai/server/eu-madeinro-rotv-mcp - Tech.eu Funding Explorer (eu.tech.funding/funding-explorer@1.0.0) Search European tech funding rounds, companies, investors and exits — sourced, EUR-normalized. installs: remote:https://funding.tech.eu/api/mcp detail: https://mcpindex.ai/server/eu-tech-funding-funding-explorer - LONG Events (events.belong/long-events@1.1.0) Search events, conference weeks, cities, venues and artist schedules via remote MCP. installs: remote:https://belong.events/functions/v1/mcp-server/mcp detail: https://mcpindex.ai/server/events-belong-long-events - Akkilahdot travel search (fi.akkilahdot/travel-search@1.0.0) Realtime package holiday and charter flight prices from Finland. Inventory not on Google Flights. installs: remote:https://www.akkilahdot.fi/mcp detail: https://mcpindex.ai/server/fi-akkilahdot-travel-search - fi.okunkoneosa/okun-koneosa (fi.okunkoneosa/okun-koneosa@1.2.0) Finnish industrial supplies store. Read-only MCP: catalog search, product details, cart, policies. installs: remote:https://okunkoneosa.fi/mcp detail: https://mcpindex.ai/server/fi-okunkoneosa-okun-koneosa - finance.double.agent4/knowledge-base (finance.double.agent4/knowledge-base@1.0.1) AI-powered knowledge base for Double - Thank You with semantic search and question answering. installs: remote:https://agent4.double.finance/mcp/message detail: https://mcpindex.ai/server/finance-double-agent4-knowledge-base - CarHunt (fr.carhunt/carhunt@1.0.0) French used-car search across LeBonCoin, LaCentrale, L'Argus and more, with price estimates. installs: remote:https://api.carhunt.fr/mcp detail: https://mcpindex.ai/server/fr-carhunt-carhunt - LibreJustice (fr.librejustice/librejustice@1.0.0) Search French and European case law and French legal texts (codes, statutes, treaties). installs: remote:https://librejustice.fr/mcp detail: https://mcpindex.ai/server/fr-librejustice-librejustice - MedRates (fyi.medrates/mcp@1.0.0) Search US hospital prices, compare costs, and find insurance-negotiated rates. installs: remote:https://mcp.medrates.fyi/mcp detail: https://mcpindex.ai/server/fyi-medrates-mcp - A1 Gallery (gallery.a1/a1-gallery@1.0.0) Search a curated gallery of real website designs by style, font, colour, section and technology. installs: remote:https://www.a1.gallery/api/mcp detail: https://mcpindex.ai/server/gallery-a1-a1-gallery - Cocktail Glass (glass.cocktail/cocktail-glass@1.0.0) Search 500 cocktail recipes, get full recipes, find drinks by ingredient, suggest random picks. installs: remote:https://cocktail.glass/mcp detail: https://mcpindex.ai/server/glass-cocktail-cocktail-glass - goog.workspace-developer/developer-tools (goog.workspace-developer/developer-tools@1.0.0) Provides tools for searching Google Workspace documentation and much more. installs: remote:https://workspace-developer.goog/mcp detail: https://mcpindex.ai/server/goog-workspace-developer-developer-tools - guru.goanywhere/storefront (guru.goanywhere/storefront@0.1.0) US college admissions fit (College Scorecard bands) + verified admitted-student mentor search. installs: remote:https://goanywhere.guru/api/mcp detail: https://mcpindex.ai/server/guru-goanywhere-storefront - health.rhobimd.oss/shebe (health.rhobimd.oss/shebe@0.5.8) Fast BM25 full-text search for code repositories. 14 MCP tools, 2ms search latency. installs: manual detail: https://mcpindex.ai/server/health-rhobimd-oss-shebe - XFish Horgász Webáruház (hu.xfish/webshop@1.0.0) XFish.hu Hungarian fishing tackle webshop. Search 90000+ products by category, brand, price. installs: remote:https://www.xfish.hu/app/mcpapi.php detail: https://mcpindex.ai/server/hu-xfish-webshop - il.co.alice/flights (il.co.alice/flights@1.0.0) Search flights by route, dates, passengers, and cabin class. By Alice, Israel's travel app. installs: remote:https://mcp.alice.co.il/mcp detail: https://mcpindex.ai/server/il-co-alice-flights - il.co.deali/mcp (il.co.deali/mcp@1.0.0) Read-only MCP for deali.co.il: search Israeli AliExpress deals, products and Hebrew guides. installs: remote:https://www.deali.co.il/mcp detail: https://mcpindex.ai/server/il-co-deali-mcp - in.creo-memories/mcp-server (in.creo-memories/mcp-server@2.0.0) Memory system for AI agents with semantic search. Store and recall memories with ease. installs: remote:https://mcp.creo-memories.in detail: https://mcpindex.ai/server/in-creo-memories-mcp-server - Pollen Store Catalog (in.elytron/pollen-store@1.0.0) Search a Pollen-connected store's enriched catalog: products, facts, variants, availability. installs: remote:https://pollen.elytron.in/mcp/store/{shop} detail: https://mcpindex.ai/server/in-elytron-pollen-store - Ninelayer (in.ninelayer/search@1.2.1) Agent-native search engine with live web research optimized for AI agents. installs: remote:https://mcp.ninelayer.in/mcp/ detail: https://mcpindex.ai/server/in-ninelayer-search - Sambodh IAS (in.sambodh-ias/upsc-prep@1.0.0) UPSC prep: interactive quizzes, previous-year questions, daily current affairs, cited study search installs: remote:https://api.sambodh-ias.in/mcp detail: https://mcpindex.ai/server/in-sambodh-ias-upsc-prep - Xavio Storefront (in.xavio/storefront@1.0.0) Search the public Xavio catalog and create firm checkout quotes. installs: remote:https://xavio.in/api/mcp/storefront detail: https://mcpindex.ai/server/in-xavio-storefront - info.mosaique/mcp (info.mosaique/mcp@1.0.0) Search and list latest international news (sources, comments, knowledge graph). installs: remote:https://mcp.mosaique.info detail: https://mcpindex.ai/server/info-mosaique-mcp - VetClinic.info — Veterinary Specialty Directory (info.vetclinic/directory@1.24.0) Find US veterinary specialists. Search clinics, read procedure articles, estimate costs. installs: remote:https://vetclinic.info/mcp detail: https://mcpindex.ai/server/info-vetclinic-directory - Find MCP - Agentage MCP Directory (io.agentage/find-mcp@1.1.0) Search the official MCP registry: 17,000+ servers with trust grades, stars, tools, install config. installs: npm:@agentage/find-mcp | remote:https://catalog.agentage.io/mcp detail: https://mcpindex.ai/server/io-agentage-find-mcp - AINSOF (io.ainsof/mcp@1.0.0) Human-made production music for sync — search by brief or reference, preview, score to picture. installs: remote:https://mcp.ainsof.io detail: https://mcpindex.ai/server/io-ainsof-mcp - Zeus Memory — Enterprise Intelligence Platform (io.analyticlabs/zeus-memory@1.0.0) Enterprise memory, search, and context for frontier AI. 38 tools for business intelligence. installs: remote:https://zeus.aldc.io/mcp detail: https://mcpindex.ai/server/io-analyticlabs-zeus-memory - Brandfetch (io.brandfetch/brandfetch@1.2.0) Search brands and retrieve design assets, company data, other brand context from Brandfetch's API installs: remote:https://mcp.brandfetch.io/mcp detail: https://mcpindex.ai/server/io-brandfetch-brandfetch - io.cg3/prior (io.cg3/prior@0.5.22) Shared knowledge base for AI agents. Search and contribute solutions to technical problems. installs: npm:@cg3/prior-mcp | remote:https://api.cg3.io/mcp detail: https://mcpindex.ai/server/io-cg3-prior - Concessio (io.concessio/concessio@2.0.0) Search 22,000+ infrastructure concessions: expiries, ownership, clauses, tenders. API key required. installs: remote:https://app.concessio.io/api/mcp/sse detail: https://mcpindex.ai/server/io-concessio-concessio - DealScanner (io.dealscanner/dealscanner@1.1.0) Search real-estate deals, rank top areas, run rental/BRRRR/flip analysis, pull sold comps. installs: remote:https://mcp.dealscanner.io/mcp detail: https://mcpindex.ai/server/io-dealscanner-dealscanner - draw.io (io.draw/mcp@1.0.3) Create diagrams in chat, rendered as live interactive draw.io diagrams. 10,000+ searchable shapes. installs: remote:https://mcp.draw.io/mcp detail: https://mcpindex.ai/server/io-draw-mcp - Forkbit (io.forkbit/mcp@1.0.1) Nutrition data for AI agents: search foods, look up nutrients, parse meals, analyze recipes. installs: npm:@forkbit/mcp detail: https://mcpindex.ai/server/io-forkbit-mcp - FUTIA (io.futia/seo@0.1.0) SEO answers for AI agents: Search Console reads free, plus competitor, keyword, backlink, SERP data. installs: remote:https://futia.io/api/mcp detail: https://mcpindex.ai/server/io-futia-seo - io.github.10iii/air (io.github.10iii/air@0.2.8) AI-optimized tool output compression for read, grep, diff, bash, test, web, search, and more installs: npm:@10iii/air-mcp-server detail: https://mcpindex.ai/server/io-github-10iii-air - Sense2 Promotional Products (io.github.24seagull-beep/sense2-catalogue@1.0.0) Search 4,803 promotional products across 680 categories with live pricing. installs: remote:https://sense2.com.au/api/mcp detail: https://mcpindex.ai/server/io-github-24seagull-beep-sense2-catalogue - Bluewatch (io.github.29yeovil/bluewatch@1.0.0) Search live UK firefighter recruitment across 73 fire services, with on-call station data. installs: remote:https://bluewatch.app/mcp detail: https://mcpindex.ai/server/io-github-29yeovil-bluewatch - io.github.3121n/statfin-mcp (io.github.3121n/statfin-mcp@0.1.0) Statistics Finland (StatFin/PxWeb): search tables, read metadata, fetch JSON-stat2 data. installs: npm:@nor-data/statfin-mcp detail: https://mcpindex.ai/server/io-github-3121n-statfin-mcp - Zotero MCP (io.github.54yyyu/zotero-mcp@0.9.1) Search, read, annotate, and add to your Zotero research library, local or web. installs: pypi:zotero-mcp-server detail: https://mcpindex.ai/server/io-github-54yyyu-zotero-mcp - JobGPT - Job Search Automation & Auto Apply (io.github.6figr-com/jobgpt-mcp-server@1.1.4) Job search automation, auto apply, resume builder, application tracking, and recruiter outreach installs: npm:jobgpt-mcp-server detail: https://mcpindex.ai/server/io-github-6figr-com-jobgpt-mcp-server - io.github.7grounds/fedlex-mcp (io.github.7grounds/fedlex-mcp@1.0.0) Swiss Federal Law (Fedlex) — search and retrieve articles from 11 federal laws. installs: manual detail: https://mcpindex.ai/server/io-github-7grounds-fedlex-mcp - Open Library (io.github.8enSmith/mcp-open-library@1.1.2) Search books and authors on the Internet Archive's Open Library installs: npm:mcp-open-library detail: https://mcpindex.ai/server/io-github-8ensmith-mcp-open-library - DomainKits (io.github.ABTdomain/domainkits-mcp@2.1.0) Search newly registered, expired, aged, active, deleted and for-sale domains, plus WHOIS and DNS. installs: npm:@domainkits/mcp | remote:https://api.domainkits.com/v1/mcp detail: https://mcpindex.ai/server/io-github-abtdomain-domainkits-mcp - Aegis Gov Contracts (io.github.AEGISGOVDAO/aegisgov-contracts-mcp@1.0.0) SAM.gov federal contracts: search, details, AI bid analysis. 33k+ live opportunities. installs: remote:https://aegisgov-contracts.vercel.app/mcp detail: https://mcpindex.ai/server/io-github-aegisgovdao-aegisgov-contracts-mcp - io.github.AIAll-TARS/naim (io.github.AIAll-TARS/naim@1.0.0) nAIm API registry for AI agents — search, rate, and discover 310+ APIs. installs: remote:https://mcp.naim.janis7ewski.org/sse detail: https://mcpindex.ai/server/io-github-aiall-tars-naim - io.github.AIDataNordic/food-recipe-mcp (io.github.AIDataNordic/food-recipe-mcp@1.0.1) Semantic search across 50,000+ food recipes with hybrid retrieval and reranking. installs: remote:https://recipes.aidatanorge.no/mcp detail: https://mcpindex.ai/server/io-github-aidatanordic-food-recipe-mcp - Nordic Financial MCP (io.github.AIDataNordic/nordic-financial-mcp@1.1.0) Semantic search over Nordic filings, press releases, macro data and electricity prices. installs: remote:https://mcp.aidatanorge.no/mcp detail: https://mcpindex.ai/server/io-github-aidatanordic-nordic-financial-mcp - io.github.AINative-Studio/ainative-memory-mcp (io.github.AINative-Studio/ainative-memory-mcp@1.0.1) Cloud-persistent, semantic-search memory MCP — drop-in for server-memory, backed by ZeroDB. installs: npm:ainative-memory-mcp detail: https://mcpindex.ai/server/io-github-ainative-studio-ainative-memory-mcp - io.github.AIWerk/mcp-server-clawhub (io.github.AIWerk/mcp-server-clawhub@0.1.4) ClawHub.ai skill catalog: search, browse, inspect, and download skills (token unlocks publish). installs: npm:@aiwerk/mcp-server-clawhub detail: https://mcpindex.ai/server/io-github-aiwerk-mcp-server-clawhub - DigestSEO mcp-geo — AI Visibility MCP Server (io.github.AKzar1el/mcp-geo@0.3.1) DigestSEO mcp-geo: track brand citations across five AI search engines. installs: manual detail: https://mcpindex.ai/server/io-github-akzar1el-mcp-geo - Google News & Trends MCP (io.github.AKzar1el/mcp-trendpulse@0.2.9) Query Google News RSS feeds and search interest over time via Google Trends. installs: manual detail: https://mcpindex.ai/server/io-github-akzar1el-mcp-trendpulse - io.github.AMMAR-62/mewcp-google-calendar (io.github.AMMAR-62/mewcp-google-calendar@1.0.0) Schedule smarter - create, search, and manage Google Calendar events through AI. installs: docker:docker.io/ammar62/mewcp-google-calendar:latest detail: https://mcpindex.ai/server/io-github-ammar-62-mewcp-google-calendar - Notes (io.github.Abhishekkumar2021/notes@0.4.1) Local markdown notes: ranked + semantic search, tags, todos, and a wiki-link knowledge graph. installs: npm:@abhishekmcp/notes detail: https://mcpindex.ai/server/io-github-abhishekkumar2021-notes - io.github.AccelByte/ags-extend-sdk-mcp-server (io.github.AccelByte/ags-extend-sdk-mcp-server@2026.4.0) Searchable AccelByte Extend SDK reference (C#, Go, Java, Python) for AI coding assistants installs: remote:https://{studio}-{game}.prod.gamingservices.accelbyte.io/extend-mcp/{language} detail: https://mcpindex.ai/server/io-github-accelbyte-ags-extend-sdk-mcp-server - io.github.AceDataCloud/mcp-serp (io.github.AceDataCloud/mcp-serp@2026.8.9.1) MCP server for Google search results via SERP API installs: pypi:mcp-serp | remote:https://serp.mcp.acedata.cloud/mcp detail: https://mcpindex.ai/server/io-github-acedatacloud-mcp-serp - io.github.AdelElo13/neuromcp (io.github.AdelElo13/neuromcp@0.29.2) Semantic memory for AI agents with hybrid search, knowledge graph, and consolidation installs: npm:neuromcp detail: https://mcpindex.ai/server/io-github-adelelo13-neuromcp - Africa Data Bank (io.github.Africa-Data-Bank/africadb@1.0.1) Trusted African data, provenance, citations, and catalog search for AI agents. installs: docker:docker.io/jmatrixjnr/afridb-mcp-server:1.0.1 detail: https://mcpindex.ai/server/io-github-africa-data-bank-africadb - semhood (io.github.AhmeedGamil/semhood@0.1.0) AST-based semantic code search; results ship with their call graph (calls + callers). installs: pypi:semhood detail: https://mcpindex.ai/server/io-github-ahmeedgamil-semhood - io.github.Ainode-tech/search-router (io.github.Ainode-tech/search-router@0.1.1) 4 web-search tiers (x402 USDC on Base) - simple/medium/deep/cached. Free health. installs: remote:https://search.api.ainode.tech/mcp detail: https://mcpindex.ai/server/io-github-ainode-tech-search-router - Avalanche AVAX MCP (io.github.Airpote/avalanche-docs@1.0.1) Search and retrieve Avalanche blockchain documentation for building on AVAX. installs: remote:https://build.avax.network/api/mcp detail: https://mcpindex.ai/server/io-github-airpote-avalanche-docs - io.github.Alessandro114/scala-score (io.github.Alessandro114/scala-score@0.1.3) MCP server for S.C.A.L.A. Score API — let Claude, ChatGPT, and AI agents search 250M+ companies installs: npm:scala-mcp-server detail: https://mcpindex.ai/server/io-github-alessandro114-scala-score - Wikivibe MCP (io.github.AlexMi64/wikivibe-mcp@0.1.0) Search and read public Wikivibe articles about AI coding, agents, MCP, GEO, bots and deployment. installs: remote:https://wikivibe.ru/mcp/ detail: https://mcpindex.ai/server/io-github-alexmi64-wikivibe-mcp - Alfanous - Quranic Search Engine (io.github.Alfanous-team/alfanous@1.9.4) Search and explore the Holy Qur'an with Arabic text, transliteration, and advanced search support. installs: pypi:alfanous3-mcp detail: https://mcpindex.ai/server/io-github-alfanous-team-alfanous - io.github.Alkilo-do/orita-provider-resolution (io.github.Alkilo-do/orita-provider-resolution@0.1.1) Provider resolution for AI apps — search, rank, hold, confirm bookings across your provider network. installs: pypi:orita-mcp detail: https://mcpindex.ai/server/io-github-alkilo-do-orita-provider-resolution - io.github.AmoghReddy45/kiwiclaw-mcp-server (io.github.AmoghReddy45/kiwiclaw-mcp-server@0.1.1) Search vetted OpenClaw skills and browse the ClawBoard forum via 14 MCP tools. installs: npm:@kiwiclaw/mcp-server detail: https://mcpindex.ai/server/io-github-amoghreddy45-kiwiclaw-mcp-server - Grocery MCP (io.github.AndrewVG23/grocery-mcp@0.1.0) Search direct grocery storefronts and create product-link pickup handoffs. installs: remote:https://grocery-mcp-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-andrewvg23-grocery-mcp - Nutrition MCP (io.github.AndrewVG23/nutrition-mcp@0.1.0) USDA FoodData Central nutrition data: search foods, compare macros, and analyze meals. installs: remote:https://docuslide-mcp-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-andrewvg23-nutrition-mcp - io.github.AndyAnh174/vibe-hnindex (io.github.AndyAnh174/vibe-hnindex@0.1.2) Index source code into a local knowledge base, search with keyword + semantic + hybrid modes. installs: npm:vibe-hnindex detail: https://mcpindex.ai/server/io-github-andyanh174-vibe-hnindex - Call Copilot (io.github.AnisurRahmann/call-copilot@0.4.3) Search and read locally-recorded meeting transcripts over stdio. Read-only, no network. installs: pypi:call-copilot detail: https://mcpindex.ai/server/io-github-anisurrahmann-call-copilot - Visibly AI — SEO MCP Server (io.github.AntonioBlago/visibly-ai@0.1.0) Remote SEO/GEO MCP: Search Console, keyword research, backlinks, competitor & on-page audits. installs: remote:https://mcp.visibly-ai.com/mcp detail: https://mcpindex.ai/server/io-github-antonioblago-visibly-ai - Embgrep (io.github.ArkNill/embgrep@0.1.0) Local semantic search — embedding-powered grep for files, zero external services. installs: pypi:embgrep detail: https://mcpindex.ai/server/io-github-arknill-embgrep - Exomem (io.github.Artexis10/exomem@0.45.0) Local Markdown/Obsidian knowledge substrate for MCP agents with governed memory and hybrid search. installs: pypi:exomem detail: https://mcpindex.ai/server/io-github-artexis10-exomem - io.github.ArturLys/ao3-mcp (io.github.ArturLys/ao3-mcp@0.1.2) Search AO3 and have fics read by a secondary model before they're recommended installs: pypi:ao3-mcp detail: https://mcpindex.ai/server/io-github-arturlys-ao3-mcp - AskCyborg (io.github.Ask-Cyborg/askcyborg-mcp@0.2.0) Analyst-debate research on every public and private company. 8 tools: search, score, compare, more. installs: remote:https://mcp.askcyborg.com/mcp detail: https://mcpindex.ai/server/io-github-ask-cyborg-askcyborg-mcp - IPCC AR6 Climate Retrieval (io.github.AswaniSahoo/climate-ipcc-rag@0.1.0) Search IPCC AR6 WG1 and answer with page-level citations, or refuse when unsupported. installs: docker:ghcr.io/aswanisahoo/climate-ipcc-rag-mcp:0.1.0 detail: https://mcpindex.ai/server/io-github-aswanisahoo-climate-ipcc-rag - Pasal.id — Indonesian Law (io.github.Aturio/pasal-id-mcp@2.0.0) Task-oriented MCP for Indonesian law: search, resolve citations, read laws, and MK decisions. installs: remote:https://mcp.pasal.id/mcp detail: https://mcpindex.ai/server/io-github-aturio-pasal-id-mcp - io.github.AustinMunday/tokenmaxxen-mcp (io.github.AustinMunday/tokenmaxxen-mcp@0.3.0) Collective episodic memory for AI coding agents — search, deposit, comment, showcase builds. installs: npm:tokenmaxxen-mcp detail: https://mcpindex.ai/server/io-github-austinmunday-tokenmaxxen-mcp - io.github.AwesomeHye/upnote-lens-mcp (io.github.AwesomeHye/upnote-lens-mcp@0.1.2) Read, search, and summarize your UpNote notes — and create new ones. installs: pypi:upnote-lens-mcp detail: https://mcpindex.ai/server/io-github-awesomehye-upnote-lens-mcp - MCP Google Ads (io.github.Ayo-Fam/mcp-google-ads@0.1.0) Multi-account Google Ads MCP: campaigns, keywords, search terms, and ad performance. installs: pypi:mcp-google-ads-multi detail: https://mcpindex.ai/server/io-github-ayo-fam-mcp-google-ads - La Palma 24 - Vacation Rentals (io.github.AyozeMiguel/lapalma24-mcp@1.0.0) Search vacation rentals in La Palma, Canary Islands with real-time availability and pricing. installs: remote:https://mcp.la-palma24.net detail: https://mcpindex.ai/server/io-github-ayozemiguel-lapalma24-mcp - Buy My Agent (io.github.BUYMYAGENT-TECHNOLOGIES-INC/marketplace@1.1.0) Discover AI agents by outcome. Read-only search and reads of public marketplace listings. installs: remote:https://www.buy-my-agent.com/api/mcp detail: https://mcpindex.ai/server/io-github-buymyagent-technologies-inc-marketplace - io.github.BalajSaleem/criterion (io.github.BalajSaleem/criterion@1.0.0) Semantic search across 6,236 Quran verses and 12,416 authentic Hadiths for Islamic guidance. installs: remote:https://criterion.life/api/mcp detail: https://mcpindex.ai/server/io-github-balajsaleem-criterion - Nexbid — Agentic Ad Server (io.github.Baldri/nexbid@1.0.1) AI agent product discovery via open marketplace. Search, compare and discover advertiser products. installs: npm:@nexbid/mcp-server | remote:https://nexbid.dev/mcp detail: https://mcpindex.ai/server/io-github-baldri-nexbid - io.github.Banana-Prompts/banana-prompts-mcp (io.github.Banana-Prompts/banana-prompts-mcp@1.0.2) MCP server to search Nano Banana prompts from bananaprompts.fun installs: npm:@bananaprompts/banana-prompts-mcp detail: https://mcpindex.ai/server/io-github-banana-prompts-banana-prompts-mcp - Cartographer (io.github.BeppeTemp/cartographer@0.5.0) Governance MCP server for agent-maintained knowledge bases (OKF): git-backed writes, search, lint. installs: docker:ghcr.io/beppetemp/cartographer:v0.5.0 detail: https://mcpindex.ai/server/io-github-beppetemp-cartographer - io.github.BetaBots-LLC/callimachus (io.github.BetaBots-LLC/callimachus@0.11.0) MCP server for Callimachus: local index and search of your AI coding-agent threads installs: npm:callimachus-mcp detail: https://mcpindex.ai/server/io-github-betabots-llc-callimachus - io.github.BigJai/codemunch-pro (io.github.BigJai/codemunch-pro@1.2.0) Code indexing MCP: 15 tools, 10 languages, hybrid search, call graphs, O(1) retrieval. installs: pypi:codemunch-pro detail: https://mcpindex.ai/server/io-github-bigjai-codemunch-pro - io.github.BigJai/opendirectories-business-data (io.github.BigJai/opendirectories-business-data@0.1.0) Search 12M+ verified businesses across 10 countries via government registers. installs: pypi:opendirectories-mcp | remote:https://secure-wave--opendirectories-business-data.apify.actor/mcp detail: https://mcpindex.ai/server/io-github-bigjai-opendirectories-business-data - io.github.BigJai/tokennuke (io.github.BigJai/tokennuke@1.3.0) Code indexing MCP: 15 tools, 10 languages, hybrid search, call graphs, O(1) retrieval. installs: pypi:tokennuke detail: https://mcpindex.ai/server/io-github-bigjai-tokennuke - io.github.Bikram2112/findinfringement (io.github.Bikram2112/findinfringement@1.1.0) Find patent infringers with 9 AI models. Search products & standards from your AI client. installs: remote:https://claimhit.com/api/mcp detail: https://mcpindex.ai/server/io-github-bikram2112-findinfringement - io.github.BlockRunAI/blockrun-mcp (io.github.BlockRunAI/blockrun-mcp@0.39.1) Web search, deep research, prediction markets & crypto data for AI agents. Pay per call via x402. installs: npm:@blockrun/mcp detail: https://mcpindex.ai/server/io-github-blockrunai-blockrun-mcp - Merx — European Business Data (io.github.BricePourLe13/merx@1.0.0) European business data — French company check, EU VAT validation, legal search. installs: remote:https://mcp.merxprotocol.eu/mcp detail: https://mcpindex.ai/server/io-github-bricepourle13-merx - io.github.BurtTheCoder/shodan (io.github.BurtTheCoder/shodan@1.0.22) MCP server for Shodan API — device search, IP lookup, DNS, and CVE/CPE queries. installs: npm:@burtthecoder/mcp-shodan detail: https://mcpindex.ai/server/io-github-burtthecoder-shodan - BuyWhere MCP Server (io.github.BuyWhere/buywhere-mcp-server@0.1.1) Search and compare products from Singapore, SEA, and US markets via MCP. installs: manual detail: https://mcpindex.ai/server/io-github-buywhere-buywhere-mcp-server - NDI-MCP-Server (io.github.CREIntel/ndi-mcp-server@1.0.2) Commercial real estate deal search, comp lookup, and scoring for the Northeast US installs: pypi:ndi-mcp-server detail: https://mcpindex.ai/server/io-github-creintel-ndi-mcp-server - io.github.CSOAI-ORG/memory-search-mcp (io.github.CSOAI-ORG/memory-search-mcp@1.0.4) memory-search-mcp MCP server by MEOK AI Labs installs: pypi:memory-search-mcp detail: https://mcpindex.ai/server/io-github-csoai-org-memory-search-mcp - io.github.CalBearKen/ls-search (io.github.CalBearKen/ls-search@1.0.1) Disposable private vector search + semantic RAG for AI agents. x402 pay-per-call, no account. installs: remote:https://liangsearch.aioniq.ai/mcp detail: https://mcpindex.ai/server/io-github-calbearken-ls-search - io.github.Capmus-Team/capmus-mcp (io.github.Capmus-Team/capmus-mcp@0.2.2) Search listings, message posters, and create draft posts on Capmus, the university marketplace installs: remote:https://mcp.capmus.com/mcp detail: https://mcpindex.ai/server/io-github-capmus-team-capmus-mcp - io.github.Capmus-Team/supost-mcp (io.github.Capmus-Team/supost-mcp@0.2.2) Search listings, message posters, and create drafts on SUpost, the marketplace for Stanford installs: remote:https://mcp.supost.com/mcp detail: https://mcpindex.ai/server/io-github-capmus-team-supost-mcp - Unified Offer Protocol MCP Server (io.github.Chris85appding/unified-offer-protocol@2.0.6) AI-powered e-commerce product search, affiliate links, and price negotiation installs: manual detail: https://mcpindex.ai/server/io-github-chris85appding-unified-offer-protocol - io.github.Cifero74/mcp-apple-music (io.github.Cifero74/mcp-apple-music@1.0.1) Apple Music MCP server — search catalog, manage playlists, and access your library via Claude. installs: pypi:mcp-apple-music-server detail: https://mcpindex.ai/server/io-github-cifero74-mcp-apple-music - CigarFinder (io.github.Cigarfinder/cigarfinder@1.0.0) Search and compare cigar prices from 14+ online retailers installs: remote:https://mcp.cigarfinder.com/mcp detail: https://mcpindex.ai/server/io-github-cigarfinder-cigarfinder - io.github.CodeAlive-AI/codealive-mcp (io.github.CodeAlive-AI/codealive-mcp@3.0.3) Semantic code search and analysis from CodeAlive for AI assistants and agents. installs: docker:ghcr.io/codealive-ai/codealive-mcp:3.0.3 detail: https://mcpindex.ai/server/io-github-codealive-ai-codealive-mcp - OnchainAI (io.github.Coinyak/onchainai@0.2.1) Crypto tool MCP: search/trust/install-risk. Remote tools/call is x402 paid. installs: remote:https://www.onchain-ai.xyz/mcp detail: https://mcpindex.ai/server/io-github-coinyak-onchainai - Compabase (io.github.ContentWriterco/compabase@1.0.0) MCP server for 3M+ Polish companies — KRS & CEIDG financials, ownership, and industry search. installs: remote:https://compabase.com/api/mcp detail: https://mcpindex.ai/server/io-github-contentwriterco-compabase - WhyNote (io.github.Coooolinz/why-note@0.1.0) Read-only search, todo listing, and daily note access for a WhyNote account installs: npm:why-note-mcp detail: https://mcpindex.ai/server/io-github-coooolinz-why-note - io.github.Courouge/douanecode-mcp (io.github.Courouge/douanecode-mcp@0.1.2) EU customs code search (HS, NC8, TARIC): tariff classification and duty rates installs: pypi:douanecode-mcp detail: https://mcpindex.ai/server/io-github-courouge-douanecode-mcp - Obsidian Semantic Search (io.github.DalecB/obsidian-semantic-mcp@0.2.1) Read-only semantic search MCP server for Obsidian vaults using local Ollama embeddings. installs: npm:@dalecb/obsidian-semantic-mcp detail: https://mcpindex.ai/server/io-github-dalecb-obsidian-semantic-mcp - io.github.Daniel-Cherny/localplate-mcp (io.github.Daniel-Cherny/localplate-mcp@1.0.0) LocalPlate MCP for verified restaurant nutrition, food search, diary logs, and Plato guidance. installs: remote:https://iihzbnyxbxhsrexqsori.supabase.co/functions/v1/localplate-mcp detail: https://mcpindex.ai/server/io-github-daniel-cherny-localplate-mcp - io.github.DanielBlomma/cortex (io.github.DanielBlomma/cortex@0.4.2) Local repo context for coding assistants with semantic search and graph relationships. installs: npm:@danielblomma/cortex-mcp detail: https://mcpindex.ai/server/io-github-danielblomma-cortex - io.github.DanielGuru/repomemory (io.github.DanielGuru/repomemory@1.3.0) Persistent memory for AI coding agents. Hybrid search, auto-session capture, context routing. installs: npm:repomemory detail: https://mcpindex.ai/server/io-github-danielguru-repomemory - io.github.Dave-London/pare-search (io.github.Dave-London/pare-search@0.8.1) Pare Search — Structured code search operations (ripgrep + fd) as typed JSON. installs: npm:@paretools/search detail: https://mcpindex.ai/server/io-github-dave-london-pare-search - io.github.Dave-London/search (io.github.Dave-London/search@0.7.1) MCP server for code search (ripgrep + fd) with structured, token-efficient output installs: npm:@paretools/search detail: https://mcpindex.ai/server/io-github-dave-london-search - io.github.DavidSirota/rollin-mcp-server (io.github.DavidSirota/rollin-mcp-server@1.0.1) Wheelchair accessibility scores for 70,000+ US restaurants. Search, filter, and submit feedback. installs: npm:rollin-mcp-server detail: https://mcpindex.ai/server/io-github-davidsirota-rollin-mcp-server - io.github.DeJo90/nace-mcp (io.github.DeJo90/nace-mcp@1.0.1) Browse, search and fuzzy-match NACE Rev. 2.1 economic activity classification codes. installs: npm:nace-mcp detail: https://mcpindex.ai/server/io-github-dejo90-nace-mcp - DealMachine (io.github.DealMachine/dealmachine@0.3.0) Search and enrich US property, owner, people, and company data for sales and lead generation. installs: remote:https://mcp.dealmachine.com detail: https://mcpindex.ai/server/io-github-dealmachine-dealmachine - Connapse (io.github.Destrayon/connapse@0.3.2) Self-hosted knowledge backend for AI agents with hybrid search and MCP tools installs: docker:ghcr.io/destrayon/connapse:v0.3.2 detail: https://mcpindex.ai/server/io-github-destrayon-connapse - Dice MCP (io.github.DiceHoldingsInc/dice-mcp@1.0.0) Dice MCP: Search for tech jobs on Dice.com installs: remote:https://mcp.dice.com/mcp detail: https://mcpindex.ai/server/io-github-diceholdingsinc-dice-mcp - mcp-memory-rs (io.github.DioNanos/mcp-memory-rs@0.2.1) Local-first agent memory: versioned JSON categories, BM25 search, per-device ACL, fleet sync. installs: manual detail: https://mcpindex.ai/server/io-github-dionanos-mcp-memory-rs - mcp-vl-msa-rs (io.github.DioNanos/mcp-vl-msa-rs@0.4.1) Searchable agent memory: BM25 corpus recall, original-text injection, remember/forget capsules. installs: manual detail: https://mcpindex.ai/server/io-github-dionanos-mcp-vl-msa-rs - io.github.DojoGenesis/mcp (io.github.DojoGenesis/mcp@3.2.1) Practice library for coding agents: skill search/invoke, seed patches, scout, reflect, ADR writer installs: docker:ghcr.io/dojogenesis/mcp:3.2.1 detail: https://mcpindex.ai/server/io-github-dojogenesis-mcp - io.github.Dudude-bit/yandex-lavka-mcp (io.github.Dudude-bit/yandex-lavka-mcp@0.1.1) Unofficial MCP server for ordering Yandex Lavka groceries: search, cart, checkout. installs: pypi:yandex-lavka-mcp detail: https://mcpindex.ai/server/io-github-dudude-bit-yandex-lavka-mcp - io.github.Dusheh/myclaw-toolkit (io.github.Dusheh/myclaw-toolkit@1.0.11) 23-in-1 developer utility toolkit — search, exchange rates, crypto, QR codes, and more installs: npm:myclaw-toolkit detail: https://mcpindex.ai/server/io-github-dusheh-myclaw-toolkit - Paper Distill MCP (io.github.Eclipse-Cj/paper-distill-mcp@0.2.4) Academic paper search across 11 sources with AI curation, ranked push, Zotero and Obsidian support. installs: pypi:paper-distill-mcp detail: https://mcpindex.ai/server/io-github-eclipse-cj-paper-distill-mcp - BoostedTravel (io.github.Efistoffeles/boostedtravel@0.2.17) Flight search & booking for AI agents. 400+ airlines, 75 free local connectors. installs: npm:boostedtravel-mcp | pypi:boostedtravel detail: https://mcpindex.ai/server/io-github-efistoffeles-boostedtravel - Elnora MCP Server (io.github.Elnora-AI/elnora-mcp-server@0.1.1) AI-powered bioprotocol optimization — generate, search, and manage lab protocols via MCP installs: npm:@elnora-ai/mcp-server | remote:https://mcp.elnora.ai/mcp detail: https://mcpindex.ai/server/io-github-elnora-ai-elnora-mcp-server - Source Library (io.github.Embassy-of-the-Free-Mind/sourcelibrary@4.3.4) Search 15K rare pre-modern texts translated to English: philosophy, religion, science, literature. installs: remote:https://sourcelibrary.org/api/mcp detail: https://mcpindex.ai/server/io-github-embassy-of-the-free-mind-sourcelibrary - io.github.Eronmmer/bloomfilter (io.github.Eronmmer/bloomfilter@0.1.1) Service that lets AI Agents search, register, and configure domains installs: npm:@bloomfilter/mcp-server detail: https://mcpindex.ai/server/io-github-eronmmer-bloomfilter - io.github.Evanciel/stellavault (io.github.Evanciel/stellavault@0.8.5) Local-first MCP server: Claude searches, asks & drafts from your Obsidian vault. 21 tools, no keys. installs: npm:stellavault detail: https://mcpindex.ai/server/io-github-evanciel-stellavault - io.github.EvidInvest/aether-developer (io.github.EvidInvest/aether-developer@0.2.0) Hybrid search over SEC filings, earnings transcripts, and a third-party data marketplace. installs: npm:@evidinvest/aether-mcp detail: https://mcpindex.ai/server/io-github-evidinvest-aether-developer - DarkWeb-Breach (io.github.Evozim/darkweb-breach@1.0.0) OSINT dark web database search tool detecting credential leaks. installs: remote:https://darkweb-breach-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-darkweb-breach - Scientific-Research-Oracle (io.github.Evozim/science-oracle@1.0.0) Scientific literature analyzer and clinical search aggregator. installs: remote:https://science-oracle-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-science-oracle - SEO-Ghost (io.github.Evozim/seo-ghost@1.0.0) AEO intent and search presence optimization engine. installs: remote:https://seo-ghost-mcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-evozim-seo-ghost - Fabric Marketplace (io.github.Fabric-Protocol/fabric@0.4.0) Agent-native marketplace. Bootstrap, list inventory, search, negotiate, and trade via MCP. installs: remote:https://fabric-api-393345198409.us-west1.run.app/mcp detail: https://mcpindex.ai/server/io-github-fabric-protocol-fabric - io.github.Fato07/log-analyzer-mcp (io.github.Fato07/log-analyzer-mcp@0.4.2) AI-powered log analysis - parse, search, extract errors across 9+ formats installs: pypi:codesdevs-log-analyzer detail: https://mcpindex.ai/server/io-github-fato07-log-analyzer-mcp - io.github.FilippoPilo/cortex (io.github.FilippoPilo/cortex@1.0.0) Shared, persistent semantic memory for your AI: save, search by meaning, recall with sources. installs: remote:https://skynetlab-cortex-saas-mcp.cortex-320.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-filippopilo-cortex - Final POS Docs (io.github.Final-Commerce/final-docs@1.0.0) Search the Final POS REST API documentation. installs: remote:https://docs.finalpos.com/mcp detail: https://mcpindex.ai/server/io-github-final-commerce-final-docs - Academic Research Intelligence MCP (io.github.FoundryNet/academic-intel-mcp@1.0.0) Academic paper search, scientific literature, citation analysis, arXiv & semantic related-work. installs: remote:https://academic-intel-mcp-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-foundrynet-academic-intel-mcp - Cybersecurity Threat Intelligence MCP (io.github.FoundryNet/cyber-intel-mcp@1.0.0) CVE search, vulnerability database, EPSS exploit prediction, KEV, IP reputation & threat feed. installs: remote:https://cyber-intel-mcp-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-foundrynet-cyber-intel-mcp - io.github.FoundryNet/foundrynet-search (io.github.FoundryNet/foundrynet-search@1.0.1) x402-gated web search gateway. Tools: search, search_enriched. installs: remote:https://foundrynet-search-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-foundrynet-foundrynet-search - Government Contracts MCP (io.github.FoundryNet/gov-contracts-mcp@1.0.0) Government contract search and federal procurement data: SAM.gov opportunities + USASpending awards. installs: remote:https://gov-contracts-mcp-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-foundrynet-gov-contracts-mcp - Patent Intelligence MCP (io.github.FoundryNet/patent-intel-mcp@1.0.0) Patent search, USPTO data, patent landscape & pgvector prior-art search for agents. installs: remote:https://patent-intel-mcp-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-foundrynet-patent-intel-mcp - MarkIt (io.github.FuzulsFriend/markit@0.1.0) Search, save, and set reminders in your personal MarkIt library of links, posts, and notes. installs: remote:https://mark-it.co/api/mcp detail: https://mcpindex.ai/server/io-github-fuzulsfriend-markit - io.github.GeiserX/lynxprompt-mcp (io.github.GeiserX/lynxprompt-mcp@0.0.2) MCP server for LynxPrompt — browse, search, and manage AI configuration blueprints installs: npm:lynxprompt-mcp | docker:drumsergio/lynxprompt-mcp:v0.0.2 detail: https://mcpindex.ai/server/io-github-geiserx-lynxprompt-mcp - io.github.GetMystAdmin/urdb-mcp (io.github.GetMystAdmin/urdb-mcp@1.0.2) Search URDB for product integrity scores, enshittification events, and change tracking. installs: npm:urdb-mcp detail: https://mcpindex.ai/server/io-github-getmystadmin-urdb-mcp - io.github.GlassCaseOfEmotion/agentgauge (io.github.GlassCaseOfEmotion/agentgauge@1.0.0) Scan any website's AI readiness: AI search visibility and AI agent usability. Free, no auth. installs: remote:https://mcp.agentgauge.ai/mcp detail: https://mcpindex.ai/server/io-github-glasscaseofemotion-agentgauge - io.github.Glebenjoy/dexscreener-mcp (io.github.Glebenjoy/dexscreener-mcp@1.0.2) DexScreener on-chain market data: search pairs, tokens, pools, trending tokens. No API key. installs: npm:dexscreener-mcp detail: https://mcpindex.ai/server/io-github-glebenjoy-dexscreener-mcp - GlobKurier Shipping MCP (io.github.GlobKurier-pl/mcp-server@0.2.1) Track shipments and search shipping products (DPD, InPost, DHL, FedEx, UPS, GLS) via GlobKurier API. installs: pypi:globkurier-api-mcp | remote:https://mcp.globkurier.pl/mcp detail: https://mcpindex.ai/server/io-github-globkurier-pl-mcp-server - Tolstoy Library (io.github.GoTolstoy/library@1.0.0) Browse, search, rename, and favorite your Tolstoy media library from any AI client. installs: remote:https://apilb.gotolstoy.com/mcp/v1/library/mcp detail: https://mcpindex.ai/server/io-github-gotolstoy-library - AniList MCP Server (io.github.Grinv/anilist-mcp-server@0.7.1) MCP server for the AniList GraphQL API — anime/manga search, details, and personal list management. installs: npm:anilist-mcp-server detail: https://mcpindex.ai/server/io-github-grinv-anilist-mcp-server - hai Lab Japan Company Data (io.github.HOTAgithub/hailab-japan-company-data@1.0.1) Search Japanese company credit, financials, subsidies, and procurement via AI agents. installs: remote:https://hailab-japan-company-api.pickaxe.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-hotagithub-hailab-japan-company-data - io.github.Happygallo/apple-ads (io.github.Happygallo/apple-ads@1.0.3) Manage Apple Search Ads campaigns, keywords, budgets, and reports via API v5. installs: npm:apple-ads-mcp detail: https://mcpindex.ai/server/io-github-happygallo-apple-ads - io.github.HaseebKhalid1507/velocirag (io.github.HaseebKhalid1507/velocirag@0.7.4) Lightning-fast RAG for AI agents. 4-layer fusion, ONNX Runtime, sub-200ms search. installs: pypi:velocirag detail: https://mcpindex.ai/server/io-github-haseebkhalid1507-velocirag - Hawkeye AI Bridge (io.github.Hawkeye-Zaragsoft/hawkeye-aibridge@1.0.2) Local codebase search for AI assistants via MCP. Requires Hawkeye and Hawkeye AI Bridge installed. installs: manual detail: https://mcpindex.ai/server/io-github-hawkeye-zaragsoft-hawkeye-aibridge - io.github.HazloPosible/hacesfalta-mcp (io.github.HazloPosible/hacesfalta-mcp@1.0.1) Search volunteer opportunities across Spain via hacesfalta.org installs: npm:@hacesfalta/mcp-server detail: https://mcpindex.ai/server/io-github-hazloposible-hacesfalta-mcp - marocain.investments — {GIN} real-estate intelligence (Morocco) (io.github.Hei33enberg/marocain-mcp-server@0.1.9) {GIN} verdict, M-Value AVM, market facts + semantic search for Moroccan real estate. Moat-safe. installs: npm:@marocain/mcp-server detail: https://mcpindex.ai/server/io-github-hei33enberg-marocain-mcp-server - io.github.Hei33enberg/strajkpolski-mcp (io.github.Hei33enberg/strajkpolski-mcp@0.4.4) Verified Polish open data for AI agents: debt, budget, 460 MPs, votings, judiciary search, RAG. installs: npm:@strajkpolski/mcp | remote:https://strajkpolski.org/api/mcp detail: https://mcpindex.ai/server/io-github-hei33enberg-strajkpolski-mcp - io.github.HeyZod/fylings (io.github.HeyZod/fylings@1.0.0) Search, verify & screen 1M+ African companies + their government contracts across 18 registries. installs: remote:https://www.fylings.com/api/mcp detail: https://mcpindex.ai/server/io-github-heyzod-fylings - Hit The Road Rentals (io.github.HitTheRoad-Git/hittheroad-mcp@3.0.0) Search campervans and motorhomes worldwide. 300+ rental companies. AU, NZ, US, CA, UK and more. installs: remote:https://hittheroad.rentals/mcp detail: https://mcpindex.ai/server/io-github-hittheroad-git-hittheroad-mcp - io.github.Hoya25/nctr-mcp-server (io.github.Hoya25/nctr-mcp-server@1.0.1) NCTR Alliance rewards — search bounties, check earning rates, and discover communities. installs: npm:@hoya25/nctr-mcp-server | remote:https://yhwcaodofmbusjurawhp.supabase.co/functions/v1/mcp/rpc detail: https://mcpindex.ai/server/io-github-hoya25-nctr-mcp-server - io.github.HugoF1234/gilbert-mcp (io.github.HugoF1234/gilbert-mcp@1.2.0) Gilbert meetings: list, search, and fetch transcripts & summaries via MCP. installs: npm:gilbert-mcp detail: https://mcpindex.ai/server/io-github-hugof1234-gilbert-mcp - io.github.HumanLineage/wt (io.github.HumanLineage/wt@0.1.0) Human Lineage MCP server — search and query the public genealogical graph of all humanity installs: remote:https://humanlineage.org/api/mcp detail: https://mcpindex.ai/server/io-github-humanlineage-wt - Paparats – Local Semantic Code Search MCP (io.github.IBazylchuk/paparats-mcp@2.6.0) Local-first semantic code search across all your repos. Private context for AI coding assistants. installs: npm:@paparats/cli detail: https://mcpindex.ai/server/io-github-ibazylchuk-paparats-mcp - IMAGIN.studio API Docs (io.github.IMAGINstudio/api-docs-mcp@0.1.17) Semantic search over IMAGIN.studio API documentation — CDN, API, integration guides, and more. installs: npm:@imagin.studio/api-docs-mcp | pypi:imagin-studio-api-docs-mcp detail: https://mcpindex.ai/server/io-github-imaginstudio-api-docs-mcp - Disney Lorcana TCG Collection (io.github.IcaroBichir/lorcana@0.2.6) MCP server for Disney Lorcana TCG: enrich collections, search cards, build decks, audit data. installs: pypi:lorcana-mcp detail: https://mcpindex.ai/server/io-github-icarobichir-lorcana - OpenGrok MCP Server (io.github.IcyHot09/opengrok-mcp-server@9.0.1) MCP server bridging OpenGrok search engine with AI for instant context across massive codebases. installs: npm:opengrok-mcp-server detail: https://mcpindex.ai/server/io-github-icyhot09-opengrok-mcp-server - io.github.Ikalus1988/misakanet (io.github.Ikalus1988/misakanet@2.12.2) Agent failure memory network. Search 235+ verified debugging lessons from real engineering sessions. installs: pypi:misakanet detail: https://mcpindex.ai/server/io-github-ikalus1988-misakanet - io.github.Indhar01/memograph (io.github.Indhar01/memograph@0.4.0) Graph-based memory system for LLMs with knowledge graphs and semantic search. installs: pypi:memograph detail: https://mcpindex.ai/server/io-github-indhar01-memograph - Hong Kong CourtDB (io.github.IndoTender/hkcourt@1.0.0) Search Hong Kong court cases and read judgment documents. installs: remote:https://hk.courtdb.org/mcp detail: https://mcpindex.ai/server/io-github-indotender-hkcourt - IndoCourtAtlas (io.github.IndoTender/indocourtatlas@1.0.0) Search and read Indonesian court cases. Filter by court, year, and case type. installs: remote:https://indocourtatlas.com/mcp detail: https://mcpindex.ai/server/io-github-indotender-indocourtatlas - ThaiProcurement (io.github.IndoTender/thaiprocurement@1.0.0) Search Thai government procurement tenders and bidder companies. installs: remote:https://thaiprocurement.com/mcp detail: https://mcpindex.ai/server/io-github-indotender-thaiprocurement - The Company Atlas (io.github.IndoTender/thecompanyatlas@1.0.0) Global customs trade data and company registry. Search shipments, and look up legal entities. installs: remote:https://thecompanyatlas.com/mcp detail: https://mcpindex.ai/server/io-github-indotender-thecompanyatlas - Contextful (io.github.Inferensys/contextful@0.1.0) Efficient context management: code search, evidence packs, and memory for coding agents. installs: npm:@inferensys/contextful detail: https://mcpindex.ai/server/io-github-inferensys-contextful - Influship (io.github.Influship/influship-mcp@0.1.1) Find and analyze influencers with creator search, lookalikes, profiles, posts, and transcripts. installs: npm:@influship/mcp | remote:https://mcp.influship.com/mcp detail: https://mcpindex.ai/server/io-github-influship-influship-mcp - io.github.IsaiahDupree/jobstack-mcp (io.github.IsaiahDupree/jobstack-mcp@1.0.0) Unified jobs search over official feeds + ATS boards (USAJOBS, Adzuna, Muse, Greenhouse, Lever...) installs: remote:https://jobstack-mcp.vercel.app/mcp detail: https://mcpindex.ai/server/io-github-isaiahdupree-jobstack-mcp - io.github.IsaiahDupree/notesbridge (io.github.IsaiahDupree/notesbridge@1.3.0) Search, read, and write your Apple Notes from ChatGPT/Claude via a local Mac agent + MCP relay. installs: remote:https://notesbridge.vercel.app/mcp detail: https://mcpindex.ai/server/io-github-isaiahdupree-notesbridge - io.github.IsaiahDupree/reminders-bridge (io.github.IsaiahDupree/reminders-bridge@1.3.0) MCP connector for Apple Reminders — search, create, complete, and edit via your own Mac. installs: remote:https://remindersbridge.vercel.app/mcp detail: https://mcpindex.ai/server/io-github-isaiahdupree-reminders-bridge - io.github.IsaiahDupree/second-brain-bridge (io.github.IsaiahDupree/second-brain-bridge@1.3.0) Search and reason over your Obsidian-style Markdown vault, right from ChatGPT. installs: remote:https://secondbrainbridge.vercel.app/mcp detail: https://mcpindex.ai/server/io-github-isaiahdupree-second-brain-bridge - io.github.IsaiahDupree/shortcuts-bridge (io.github.IsaiahDupree/shortcuts-bridge@1.0.0) MCP connector that lets ChatGPT list, search, and run your Apple Shortcuts via a local Mac agent installs: remote:https://shortcutsbridge.vercel.app/mcp detail: https://mcpindex.ai/server/io-github-isaiahdupree-shortcuts-bridge - io.github.IsaiahDupree/socialbridge-mcp (io.github.IsaiahDupree/socialbridge-mcp@1.0.0) Unified social-media data across 10 networks: profiles, posts, search, comments, cross-search. installs: remote:https://socialbridge-mcp.vercel.app/mcp detail: https://mcpindex.ai/server/io-github-isaiahdupree-socialbridge-mcp - io.github.JajuanX/hometeam-directory (io.github.JajuanX/hometeam-directory@1.2.0) Search Black-owned businesses in South Florida by category, neighborhood, or need. installs: remote:https://mcp.thehometeam.io/sse detail: https://mcpindex.ai/server/io-github-jajuanx-hometeam-directory - io.github.Jhackman2019/codebase-context-mcp (io.github.Jhackman2019/codebase-context-mcp@1.0.1) Codebase indexing and search via WASM tree-sitter. Works on ARM64 and x86_64. installs: npm:codebase-context-mcp detail: https://mcpindex.ai/server/io-github-jhackman2019-codebase-context-mcp - ASTGL Knowledge (io.github.Jmeg8r/astgl-knowledge@1.3.1) Search and cite ASTGL articles about MCP servers, local AI, and AI automation. installs: npm:mcp-astgl-knowledge detail: https://mcpindex.ai/server/io-github-jmeg8r-astgl-knowledge - io.github.JoernBerkefeld/mcp-server-mcdev (io.github.JoernBerkefeld/mcp-server-mcdev@0.1.1) mcdev MCP: wiki search, .mcdevrc help, journey checklists, metadata types via mcdev. installs: npm:mcp-server-mcdev detail: https://mcpindex.ai/server/io-github-joernberkefeld-mcp-server-mcdev - io.github.JoernBerkefeld/mcp-server-sfmc (io.github.JoernBerkefeld/mcp-server-sfmc@2.7.0) SFMC AMPscript/SSJS/GTL tools + searchable help for 7 MC products (Engagement, Pardot…) via MCP. installs: npm:mcp-server-sfmc detail: https://mcpindex.ai/server/io-github-joernberkefeld-mcp-server-sfmc - Apple Contacts (io.github.JonathanRReed/apple-contacts-mcp@1.0.2) Inspect and search Apple Contacts on macOS, and resolve a contact into a message-ready recipient. installs: pypi:apple-contacts-mcp detail: https://mcpindex.ai/server/io-github-jonathanrreed-apple-contacts-mcp - Apple Maps (io.github.JonathanRReed/apple-maps-mcp@1.0.2) Search places, estimate routes, and build Apple Maps links on macOS. installs: pypi:apple-maps-mcp detail: https://mcpindex.ai/server/io-github-jonathanrreed-apple-maps-mcp - Apple Notes (io.github.JonathanRReed/apple-mcp-notes@1.0.2) Inspect, search, create, edit, move, and organize notes in Apple Notes on macOS. installs: pypi:apple-mcp-notes detail: https://mcpindex.ai/server/io-github-jonathanrreed-apple-mcp-notes - Junê (io.github.Junemind/june-mcp@0.1.3) Shared, cited knowledge-graph memory for agents — ask, search, and remember against a June endpoint installs: pypi:june-mcp detail: https://mcpindex.ai/server/io-github-junemind-june-mcp - Shade (io.github.Just-Moh-it/shade@0.3.0) Search, inspect, organize, annotate, share, and automate creative assets in Shade. installs: remote:https://mcp.shade.inc/mcp detail: https://mcpindex.ai/server/io-github-just-moh-it-shade - io.github.KIOKO-LAB/freshvault (io.github.KIOKO-LAB/freshvault@0.4.0) Local semantic search over your Obsidian vault - always fresh, never reindex. installs: npm:freshvault detail: https://mcpindex.ai/server/io-github-kioko-lab-freshvault - Luogu MCP Server (io.github.Kaiserunix/luogu-mcp-server@0.2.1) Search Luogu problems, fetch statements, explore problem sets and get practice recommendations. installs: remote:https://luogu-mcp-server.lantangtang54.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-kaiserunix-luogu-mcp-server - TestAtlas (io.github.Karzone/TestAtlas.Mcp@0.1.10) Semantic map of a .NET test-automation solution for AI agents — search, impact, endpoints installs: manual detail: https://mcpindex.ai/server/io-github-karzone-testatlas-mcp - Argus Retrieval (io.github.Khamel83/argus@1.6.2) Multi-provider search broker for AI agents: 14 providers, 12-step extraction, retrieval workflows. installs: pypi:argus-search detail: https://mcpindex.ai/server/io-github-khamel83-argus - SaaSforIT Directory (io.github.Kibetho/saasforit@1.0.0) AI-powered SaaS tool discovery API. Search 150+ curated business tools and get recommendations. installs: remote:https://fuechvghummojkgliyha.supabase.co/functions/v1/mcp detail: https://mcpindex.ai/server/io-github-kibetho-saasforit - io.github.KuvopLLC/better-bear (io.github.KuvopLLC/better-bear@0.4.26) MCP server for Bear notes — read, search, create, edit, tag, and manage notes via CloudKit installs: npm:better-bear detail: https://mcpindex.ai/server/io-github-kuvopllc-better-bear - io.github.KynuxDev/mcp-instagram-dm (io.github.KynuxDev/mcp-instagram-dm@2.1.1) Read, send, search & manage Instagram DMs through AI assistants. 15 tools, cookie auth. installs: npm:mcp-instagram-dm detail: https://mcpindex.ai/server/io-github-kynuxdev-mcp-instagram-dm - io.github.KyuRish/fiverr-mcp-server (io.github.KyuRish/fiverr-mcp-server@0.1.1) Search Fiverr gigs, sellers, pricing, and reviews. No API key required. installs: pypi:fiverr-mcp-server detail: https://mcpindex.ai/server/io-github-kyurish-fiverr-mcp-server - Copilot Memory MCP (io.github.LabForgeDev/copilot-memory-mcp@1.0.0) Persistent semantic memory for AI agents using local ChromaDB vector search. No cloud required. installs: docker:ghcr.io/labforgedev/copilot-memory-mcp:1.0.0 detail: https://mcpindex.ai/server/io-github-labforgedev-copilot-memory-mcp - LayUp Sports Booking (io.github.LayUp-Sport/sports-booking@1.0.0) Search bookable London courts, pitches, lanes and pickup games across every major UK provider. installs: remote:https://mcp.layupsport.com detail: https://mcpindex.ai/server/io-github-layup-sport-sports-booking - LexAPI (io.github.Lex-API/lexapi-mcp@0.1.3) Search EUR-Lex, fetch parsed EU legislation and case law, explore the citation graph. installs: npm:@lexapi/mcp detail: https://mcpindex.ai/server/io-github-lex-api-lexapi-mcp - io.github.LorgAI/lorg-mcp-server (io.github.LorgAI/lorg-mcp-server@1.4.4) Shared, peer-validated knowledge archive for AI agents — search, contribute, and validate via MCP installs: npm:lorg-mcp-server | remote:https://api.lorg.ai/mcp detail: https://mcpindex.ai/server/io-github-lorgai-lorg-mcp-server - io.github.LouisVanh/tutoring (io.github.LouisVanh/tutoring@1.0.0) Find and book verified 1-on-1 online tutors: search by subject, price and rating, then book. installs: remote:https://itutoronline.com/api/mcp detail: https://mcpindex.ai/server/io-github-louisvanh-tutoring - Lulu Registry MCP (io.github.Lulu-The-Narwhal/registry-mcp@0.1.0) Search and get install details on MCP servers, right from your agent -- a unified marketplace index. installs: remote:https://ads.getlulu.dev/registry/mcp detail: https://mcpindex.ai/server/io-github-lulu-the-narwhal-registry-mcp - MTA:SA Documentation MCP Server (io.github.Luminaire1337/mtasa-docs-mcp@1.0.3) MCP server for MTA:SA documentation with intelligent search and caching installs: npm:mtasa-docs-mcp detail: https://mcpindex.ai/server/io-github-luminaire1337-mtasa-docs-mcp - io.github.Lyellr88/marm-mcp-server (io.github.Lyellr88/marm-mcp-server@2.37.0) Universal MCP Server with advanced AI memory capabilities and semantic search. installs: pypi:marm-mcp-server | docker:lyellr88/marm-mcp-server:2.37.0 detail: https://mcpindex.ai/server/io-github-lyellr88-marm-mcp-server - MCPVOT — x402 Facilitator Machine (io.github.MCPVOT/mcpvot@2.2.0) x402 paid APIs for AI agents on Base. Blockchain, wallet, DEX, crypto, web search. installs: remote:https://mcpvot.xyz/api/mcp detail: https://mcpindex.ai/server/io-github-mcpvot-mcpvot - SourceWeave Web Search (io.github.MRNAQA/sourceweave-web-search@0.5.0) Fully local MCP server and CLI for web research installs: pypi:sourceweave-web-search detail: https://mcpindex.ai/server/io-github-mrnaqa-sourceweave-web-search - Hugendubel Fachinformationen (io.github.MajaHelferbiene/dbhweb@1.0.0-1) Search for books and book-related products, with access to product and delivery details installs: remote:https://www.hugendubel.info/mcp detail: https://mcpindex.ai/server/io-github-majahelferbiene-dbhweb - Dussmann das Kulturkaufhaus (io.github.MajaHelferbiene/dubweb@1.0.0-1) Search for books and book-related products, with access to product and delivery details installs: remote:https://basis.dubweb.new.test/mcp detail: https://mcpindex.ai/server/io-github-majahelferbiene-dubweb - Dussmann das Kulturkaufhaus (io.github.MajaHelferbiene/dubwebkuk@1.0.0-1) Search for books and book-related products, with access to product and delivery details installs: remote:https://www.kulturkaufhaus.de/mcp detail: https://mcpindex.ai/server/io-github-majahelferbiene-dubwebkuk - Pressbooks (io.github.MajaHelferbiene/vamweb@1.0.0-1) Search for books and book-related products, with access to product and delivery details installs: remote:https://www.pressbooks.ch/mcp detail: https://mcpindex.ai/server/io-github-majahelferbiene-vamweb - ManaBuy MCP Server (io.github.ManaBuyTeam/manabuy-mcp@0.1.2) ManaBuy MCP server for product search, order quote, and AI-assisted ordering. installs: npm:@manabuy/mcp-server detail: https://mcpindex.ai/server/io-github-manabuyteam-manabuy-mcp - The Data Collector (io.github.MarcinDudekDev/the-data-collector@1.0.0) Search Hacker News, Bluesky, and Substack from a single MCP interface installs: remote:https://frog03-20494.wykr.es/mcp detail: https://mcpindex.ai/server/io-github-marcindudekdev-the-data-collector - NTNU Courses (unofficial) (io.github.MartinSA04/ntnu-mcp@0.4.0) Unofficial NTNU course data: search, timetables, grades, course info, and exam logistics. installs: remote:https://ntnu-mcp.martinsundal.no/mcp detail: https://mcpindex.ai/server/io-github-martinsa04-ntnu-mcp - MyFitnessPal (io.github.Mason-Levyy/mfp-mcp@0.3.0) MCP server for MyFitnessPal: log, search, and analyze your food diary. installs: pypi:mfp-mcp detail: https://mcpindex.ai/server/io-github-mason-levyy-mfp-mcp - io.github.MastadoonPrime/sylex-search (io.github.MastadoonPrime/sylex-search@0.1.2) Universal search engine for AI agents. Discover products, services, and businesses via MCP. installs: npm:sylex-search | remote:https://mcp-server-production-38c9.up.railway.app/sse detail: https://mcpindex.ai/server/io-github-mastadoonprime-sylex-search - Microsoft Teams API (io.github.Maxim-Mazurok/teams-api@1.6.1) AI-native Microsoft Teams integration — read chats, send messages, search people installs: npm:teams-api detail: https://mcpindex.ai/server/io-github-maxim-mazurok-teams-api - MidOS - MCP Community Library (io.github.MidOSresearch/midos@2026.2.27) Curated knowledge for AI agents — 19K chunks, 121 skills, semantic search via MCP installs: pypi:midos-mcp detail: https://mcpindex.ai/server/io-github-midosresearch-midos - MidOS - MCP Community Library (io.github.MidOSresearch/midos-mcp@2026.2.23.1) Curated knowledge API for AI agents - skill packs, semantic search, validated patterns. installs: pypi:midos-mcp | remote:https://midos.dev/mcp detail: https://mcpindex.ai/server/io-github-midosresearch-midos-mcp - Kilonova MCP (io.github.MilnaOS/kilonova-mcp@0.1.1) Persistent local knowledge for AI coding agents with structured records, search, and DOT context. installs: pypi:kilonova-mcp detail: https://mcpindex.ai/server/io-github-milnaos-kilonova-mcp - io.github.Mouthfully/zwitchy-store (io.github.Mouthfully/zwitchy-store@0.1.0) Travel eSIM catalog: search plans, check availability, and get exact quotes with checkout links. installs: remote:https://zwitchy.io/api/mcp detail: https://mcpindex.ai/server/io-github-mouthfully-zwitchy-store - io.github.MrBridgeHQ/mcp-server-vivino (io.github.MrBridgeHQ/mcp-server-vivino@1.0.0) Vivino wine data for AI assistants: search, explore, wine details and meal-aware recommendations installs: remote:https://mrbridge--vivino-mcp-server.apify.actor/mcp detail: https://mcpindex.ai/server/io-github-mrbridgehq-mcp-server-vivino - io.github.Mrshahidali420/gsc-indexer-mcp (io.github.Mrshahidali420/gsc-indexer-mcp@0.1.0) Search Console for agents: index status, unindexed-URL discovery, Request Indexing, sitemaps. installs: pypi:gsc-indexer-mcp detail: https://mcpindex.ai/server/io-github-mrshahidali420-gsc-indexer-mcp - Octobrain (io.github.Muvon/octobrain@0.10.2) Persistent memory for AI assistants with semantic search and knowledge graph relationships. installs: manual detail: https://mcpindex.ai/server/io-github-muvon-octobrain - Octocode (io.github.Muvon/octocode@0.20.2) AI-powered code indexer with semantic search and knowledge graphs installs: manual detail: https://mcpindex.ai/server/io-github-muvon-octocode - io.github.Nadeus/toolradar (io.github.Nadeus/toolradar@1.0.1) Search, compare, and get pricing for 8,600+ software tools with verified data. installs: npm:toolradar-mcp detail: https://mcpindex.ai/server/io-github-nadeus-toolradar - io.github.Natden444/pickanagency (io.github.Natden444/pickanagency@1.0.0) Search 47,000+ marketing agencies and get AI-matched with fitted agencies, from Pick an Agency. installs: remote:https://www.pickanagency.com/api/mcp/mcp detail: https://mcpindex.ai/server/io-github-natden444-pickanagency - HoShy (io.github.Negimaru1025/hoshy@0.4.0) Search Rakuten Ichiba products and compare prices via Claude. Zero setup, no API key needed. installs: remote:https://hoshy.negimaru1025.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-negimaru1025-hoshy - NeoDemos (io.github.NeoDemosHQ/neodemos@0.3.41) Source-anchored search and civic intelligence for Dutch municipal council records. installs: remote:https://mcp.neodemos.nl/public/mcp detail: https://mcpindex.ai/server/io-github-neodemoshq-neodemos - DispatchSEO (io.github.NeoZi12/dispatchseo@1.1.0) Open-source SEO manager for coding agents: keyword research, content PRs, rank + Search Console. installs: remote:https://dispatchseo.com/api/mcp detail: https://mcpindex.ai/server/io-github-neozi12-dispatchseo - io.github.NeousAxis/aya-registry (io.github.NeousAxis/aya-registry@1.0.0) Search 367k+ verified businesses; earn cashback when an agent routes a real purchase. installs: remote:https://ai-visionary.xyz/agents/mcp detail: https://mcpindex.ai/server/io-github-neousaxis-aya-registry - MCP Commerce Server Starter (io.github.NewPlanetWW/mcp-commerce-starter@1.0.0) FastMCP commerce server starter: product catalog, search, and checkout. Deploy to Vercel in 5 min. installs: remote:https://mcp-commerce-starter.vercel.app/mcp detail: https://mcpindex.ai/server/io-github-newplanetww-mcp-commerce-starter - lahend.ee — Estonian court decisions (io.github.Nimistu/lahend-mcp@1.0.0) Estonian court decisions: full-text case-law search, each ruling linked to its companies. Free. installs: remote:https://lahend.ee/api/lahend-mcp/mcp detail: https://mcpindex.ai/server/io-github-nimistu-lahend-mcp - io.github.NyxToolsDev/claude-memory-manager (io.github.NyxToolsDev/claude-memory-manager@0.1.1) Cross-session memory for Claude Code — context capture, semantic search, recall installs: pypi:claude-memory-manager detail: https://mcpindex.ai/server/io-github-nyxtoolsdev-claude-memory-manager - io.github.OMOPHub/omophub-mcp (io.github.OMOPHub/omophub-mcp@1.1.0) Search, lookup, map, and navigate OMOP medical vocabularies via AI agents installs: npm:@omophub/omophub-mcp detail: https://mcpindex.ai/server/io-github-omophub-omophub-mcp - AI Furniture & Home Product Hub (io.github.ONE8943/ai-furniture-hub@6.3.0) MCP server for mm-precision furniture search, fit checks, curated sets, and AIO audits. installs: remote:https://ai-furniture-hub.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-one8943-ai-furniture-hub - Tender MCP (io.github.OjasKord/tender-mcp@1.2.25) Government tender search for AI agents. UK, EU and US procurement opportunities. installs: npm:tender-mcp | remote:https://tender-mcp-production.up.railway.app detail: https://mcpindex.ai/server/io-github-ojaskord-tender-mcp - Obsidian Vault MCP Server (io.github.OleksandrKucherenko/mcp-obsidian-via-rest@1.3.3) Access Obsidian vaults via Local REST API - read, search, and interact with notes installs: npm:@oleksandrkucherenko/mcp-obsidian | docker:ghcr.io/oleksandrkucherenko/obsidian-mcp:1.3.3 detail: https://mcpindex.ai/server/io-github-oleksandrkucherenko-mcp-obsidian-via-rest - io.github.OnticX/open-mcp-registry (io.github.OnticX/open-mcp-registry@0.1.0) Search and discover MCP servers from the MCP Registry. installs: pypi:open-mcp-registry detail: https://mcpindex.ai/server/io-github-onticx-open-mcp-registry - io.github.OnticX/search-mcp-registry (io.github.OnticX/search-mcp-registry@0.1.4) Search and discover MCP servers from the MCP Registry. installs: pypi:search-mcp-registry detail: https://mcpindex.ai/server/io-github-onticx-search-mcp-registry - OpenHeritage Public Search (io.github.OpenHeritageOnline/public-search@2.9.6) Search Ukraine's largest public collection of memorial, grave, and archival document data. installs: remote:https://openheritage.online/mcp detail: https://mcpindex.ai/server/io-github-openheritageonline-public-search - io.github.Openfinanceorg/openfinance (io.github.Openfinanceorg/openfinance@0.1.8) Connect your financial accounts to view balances, search transactions, and get spending insights. installs: npm:@openfinance-sh/mcp detail: https://mcpindex.ai/server/io-github-openfinanceorg-openfinance - io.github.OrdersOfMagnitudeLLC/mcp-package (io.github.OrdersOfMagnitudeLLC/mcp-package@1.0.7) MCP server for OOM x402 search 1,000+ pay-per-call API endpoints installs: npm:oom-x402-mcp detail: https://mcpindex.ai/server/io-github-ordersofmagnitudellc-mcp-package - osu! MCP (io.github.Osyanne/osu-mcp@0.1.4) MCP server exposing the osu! API v2: player stats, scores, beatmap search, rankings. installs: pypi:osu-mcp detail: https://mcpindex.ai/server/io-github-osyanne-osu-mcp - io.github.OwenMaine/dockase-legal-mcp (io.github.OwenMaine/dockase-legal-mcp@1.0.0) Nigerian & Commonwealth legal reasoning, RAG search, contract analysis, and citation verification. installs: manual detail: https://mcpindex.ai/server/io-github-owenmaine-dockase-legal-mcp - io.github.PJW2004/job-search (io.github.PJW2004/job-search@0.0.6) Search Korean job postings from JobKorea and Saramin by company name installs: npm:job-search-mcp detail: https://mcpindex.ai/server/io-github-pjw2004-job-search - Packrift MCP (io.github.Packrift/packrift-mcp@0.3.0) Hosted no-auth MCP for exact-spec packaging search, live price, stock, cart handoff, and no-match. installs: remote:https://mcp.packrift.com/mcp detail: https://mcpindex.ai/server/io-github-packrift-packrift-mcp - IndieStack (io.github.Pattyboi101/indiestack@1.12.0) Search 3,100+ developer tools via MCP. Install commands, compatibility data, health scores. installs: pypi:indiestack detail: https://mcpindex.ai/server/io-github-pattyboi101-indiestack - io.github.Perufitlife/deep-research-mcp-server (io.github.Perufitlife/deep-research-mcp-server@1.0.2) Web search, clean page reading & one-call research dossiers for AI agents. No API key. installs: npm:deep-research-mcp-server detail: https://mcpindex.ai/server/io-github-perufitlife-deep-research-mcp-server - io.github.PramodDutta/qaskills (io.github.PramodDutta/qaskills@0.1.2) Search, inspect, and install 400+ QA testing skills from qaskills.sh into any MCP client. installs: npm:@qaskills/mcp detail: https://mcpindex.ai/server/io-github-pramoddutta-qaskills - io.github.Pranavj17/mcp-server-graylog (io.github.Pranavj17/mcp-server-graylog@1.0.2) Search Graylog logs by timestamps, filter by streams, and debug production issues. installs: manual detail: https://mcpindex.ai/server/io-github-pranavj17-mcp-server-graylog - io.github.PrashantBtkl/spresh-mcp (io.github.PrashantBtkl/spresh-mcp@1.0.3) Search Facebook ads, decode competitor creative strategy, and track brand ad history. installs: npm:spreshapp-mcp detail: https://mcpindex.ai/server/io-github-prashantbtkl-spresh-mcp - Rechtspraak (Dutch Case Law) (io.github.Prudai/rechtspraak-mcp@0.1.1) Dutch case law over MCP: search & fetch uitspraken by ECLI (Rechtspraak Open Data + LiDO) installs: npm:rechtspraak-mcp detail: https://mcpindex.ai/server/io-github-prudai-rechtspraak-mcp - io.github.QueryQuarry/queryquarry (io.github.QueryQuarry/queryquarry@1.0.0) Double-blind talent marketplace: AIs search anonymous opted-in candidates; reveal on consent. installs: remote:https://queryquarry.com/api/mcp detail: https://mcpindex.ai/server/io-github-queryquarry-queryquarry - io.github.RecallWorks/recall (io.github.RecallWorks/recall@0.5.2) Open-source MCP memory server. Persistent, searchable, tiered memory across sessions. installs: pypi:ai-recallworks detail: https://mcpindex.ai/server/io-github-recallworks-recall - MCP Memory Graph (io.github.RetroRobAI/mcp-memory-graph@0.1.1) Authority-weighted memory graph for AI agents with conflict detection and semantic search. installs: pypi:mcp-memory-graph detail: https://mcpindex.ai/server/io-github-retrorobai-mcp-memory-graph - SocialCrawl (io.github.RidioDevelopment/socialcrawl@1.0.1) Access 21+ social media platforms through one unified API. Profiles, posts, search. installs: npm:socialcrawl-mcp detail: https://mcpindex.ai/server/io-github-ridiodevelopment-socialcrawl - io.github.RishabhKodes/prexist (io.github.RishabhKodes/prexist@1.0.2) Search across 9 platforms to find existing products similar to your idea. installs: npm:prexist detail: https://mcpindex.ai/server/io-github-rishabhkodes-prexist - Sentimatix (io.github.Rishav0123/sentimatix@1.0.2) Real-time NSE/BSE stock sentiment, news NLP, technical analysis & RAG search via MCP. installs: pypi:sentimatix-mcp | remote:https://sentimatix-mcp.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-rishav0123-sentimatix - UK Charity Commission for England and Wales (io.github.RobertAlsop/charity-commission@0.3.3) UK Charity Commission register with cleaning - 31 tools for search, financials, governance. installs: pypi:bartram-companies-house detail: https://mcpindex.ai/server/io-github-robertalsop-charity-commission - UK Companies House (io.github.RobertAlsop/companies-house@0.3.3) UK Companies House with cleaning - 12 tools for search, profiles, officers, PSCs, filings, and more. installs: pypi:bartram-companies-house detail: https://mcpindex.ai/server/io-github-robertalsop-companies-house - Healthy Aging Atlas (io.github.RustamIsmail/healthy-aging-atlas@1.0.0) Evidence-ranked supplement data: search, compare, price history, goal recs. No API key. installs: remote:https://healthyagingatlas.com/api/mcp/ detail: https://mcpindex.ai/server/io-github-rustamismail-healthy-aging-atlas - io.github.RyanAlberts/agent-harnesses (io.github.RyanAlberts/agent-harnesses@0.4.0) Opinionated agent-harness picks (recommend/compare/pick_harness), search & decision guides. installs: pypi:agent-harnesses-mcp detail: https://mcpindex.ai/server/io-github-ryanalberts-agent-harnesses - io.github.RyanKramer/shippost-mcp (io.github.RyanKramer/shippost-mcp@0.1.1) Twitter/X tools for AI agents — read timelines, post tweets, search, and engage installs: pypi:shippost-mcp detail: https://mcpindex.ai/server/io-github-ryankramer-shippost-mcp - io.github.S2thend/cursor-history (io.github.S2thend/cursor-history@0.2.4) MCP server for browsing, searching, exporting, and backing up your Cursor AI chat history installs: npm:cursor-history-mcp detail: https://mcpindex.ai/server/io-github-s2thend-cursor-history - TedScout (io.github.SDMcC/tedscout-mcp@1.1.0) Search EU public tenders across TED and 8 national portals. Monitor, match, and analyse procurement. installs: remote:https://tedscout.eu/mcp detail: https://mcpindex.ai/server/io-github-sdmcc-tedscout-mcp - Lex — Temporal Luxembourg and EU Law (io.github.SFHAJJI/lex@1.2.0) Temporal search and comparison for official Luxembourg and reviewed EU law, with provenance. installs: remote:https://law.soufien.lu/mcp detail: https://mcpindex.ai/server/io-github-sfhajji-lex - GetExperience (io.github.SKurakov/getexperience@0.6.0) Search and book tours and travel experiences in 40+ countries via MCP. installs: remote:https://getexperience.com/mcp detail: https://mcpindex.ai/server/io-github-skurakov-getexperience - io.github.SMABoundless/crossref (io.github.SMABoundless/crossref@1.0.0) Search and retrieve scholarly metadata from the Crossref REST API installs: pypi:crossref-mcp-server detail: https://mcpindex.ai/server/io-github-smaboundless-crossref - io.github.SMABoundless/orcid (io.github.SMABoundless/orcid@1.0.0) Search ORCID researcher profiles, retrieve works, and export citations installs: pypi:orcid-mcp-server detail: https://mcpindex.ai/server/io-github-smaboundless-orcid - io.github.SMABoundless/scopus (io.github.SMABoundless/scopus@1.0.0) Search Scopus abstracts, authors, and export citations via Elsevier API installs: pypi:scopus-mcp-server detail: https://mcpindex.ai/server/io-github-smaboundless-scopus - io.github.SMABoundless/semanticscholar (io.github.SMABoundless/semanticscholar@1.0.0) Search 200M+ papers, authors, citations, and recommendations via Semantic Scholar installs: npm:semanticscholar-mcp-server detail: https://mcpindex.ai/server/io-github-smaboundless-semanticscholar - io.github.Saidiibrahim/search-papers (io.github.Saidiibrahim/search-papers@0.1.1) An MCP server to search papers from arXiv installs: npm:search-papers detail: https://mcpindex.ai/server/io-github-saidiibrahim-search-papers - io.github.Samarth-23-eng/india-mcp-gst (io.github.Samarth-23-eng/india-mcp-gst@1.0.7) MCP server for India GST: validate GSTIN, search HSN, calculate tax. installs: npm:@samarth-23-eng/india-mcp detail: https://mcpindex.ai/server/io-github-samarth-23-eng-india-mcp-gst - io.github.Samarth-23-eng/india-mcp-railways (io.github.Samarth-23-eng/india-mcp-railways@1.0.9) MCP server for Indian Railways: search trains, stations, schedules and live status. installs: npm:@samarth-23-eng/india-mcp detail: https://mcpindex.ai/server/io-github-samarth-23-eng-india-mcp-railways - io.github.SamuelSHernandez/laserfiche-mcp (io.github.SamuelSHernandez/laserfiche-mcp@2.2.0) MCP server for self-hosted Laserfiche repositories — search and read documents from Claude. installs: pypi:laserfiche-mcp detail: https://mcpindex.ai/server/io-github-samuelshernandez-laserfiche-mcp - Graph-Mem (io.github.Sathvik-1007/graphmem-mcp@1.0.0) Persistent knowledge-graph memory for AI agents, with local semantic search. No API keys. installs: pypi:graphmem-mcp detail: https://mcpindex.ai/server/io-github-sathvik-1007-graphmem-mcp - io.github.Savirinc/unfragile (io.github.Savirinc/unfragile@0.3.2) The match graph for AI. Search 100K+ capabilities across 13K+ AI artifacts. installs: npm:@unfragile/mcp-server detail: https://mcpindex.ai/server/io-github-savirinc-unfragile - io.github.Screed369/autoza-ireland (io.github.Screed369/autoza-ireland@0.1.2) Irish used-car market MCP: search listings, stats, dealers & model guides via autoza.ie. installs: npm:@autoza/mcp-server detail: https://mcpindex.ai/server/io-github-screed369-autoza-ireland - Émile (io.github.SebastienGal/emile-wine@0.2.5) MCP server for the Émile wine cellar — list, add, recommend, scan and search 100k+ wines. installs: npm:@emile-wine/mcp-server | remote:https://mcp.emile.wine/mcp detail: https://mcpindex.ai/server/io-github-sebastiengal-emile-wine - Tavily MCP Server (io.github.Seey215/tavily-mcp@0.2.9) MCP server for advanced web search using Tavily API. installs: npm:@toolsdk.ai/tavily-mcp detail: https://mcpindex.ai/server/io-github-seey215-tavily-mcp - Job Search MCP (io.github.Servation/job-search-mcp@0.1.2) Claude searches real job boards, scores each job 0-100 for fit, and shows a ranked board. installs: npm:@servation/job-search-mcp detail: https://mcpindex.ai/server/io-github-servation-job-search-mcp - Blumira MCP (io.github.Servosity/blumira-mcp@0.1.0) Cross-account Blumira findings, detections, and agents in one offline-searchable store. installs: manual detail: https://mcpindex.ai/server/io-github-servosity-blumira-mcp - Liongard MCP (io.github.Servosity/liongard-mcp@0.1.0) Liongard config visibility: sync your estate offline, then drift-check and search it from one CLI. installs: manual detail: https://mcpindex.ai/server/io-github-servosity-liongard-mcp - N-able N-central MCP (io.github.Servosity/n-central-mcp@0.1.0) N-central REST API with an offline org-tree mirror, cross-tenant search, and a JWT-expiry guardian. installs: manual detail: https://mcpindex.ai/server/io-github-servosity-n-central-mcp - Syncro MCP (io.github.Servosity/syncro-mcp@0.1.0) Every Syncro PSA and RMM workflow in your terminal, plus a local database, offline search, and installs: manual detail: https://mcpindex.ai/server/io-github-servosity-syncro-mcp - Blumen Komander München (io.github.Severin2k/blumen-komander-mcp@1.1.0) First German florist with a public MCP server. Search bouquets and order flowers via AI in Munich. installs: npm:blumen-komander-mcp | remote:https://mcp.blumen-verschicken.online/sse detail: https://mcpindex.ai/server/io-github-severin2k-blumen-komander-mcp - AI Agent Search Optimization (io.github.SeyitKaanGunes/ai-agent-search-optimization@0.1.1) Audit AI search readiness, generate llms.txt drafts, and build GEO/AEO prompt matrices for websites. installs: npm:mcp-server-ai-agent-search-optimization detail: https://mcpindex.ai/server/io-github-seyitkaangunes-ai-agent-search-optimization - Traditional Chinese (zh-TW) Taiwan Community Forum (io.github.Shuaigle/roomnology-forum@1.18.0) Read-only MCP: search & read a Traditional Chinese (zh-TW) Taiwan community forum (PTT-style). installs: remote:https://api.roomnology.com/mcp detail: https://mcpindex.ai/server/io-github-shuaigle-roomnology-forum - io.github.Sidsaladi9/getprompts (io.github.Sidsaladi9/getprompts@0.1.0) Search 1,000+ battle-tested AI prompts from getprompts.org into Claude Code, Cursor, ChatGPT. installs: npm:getprompts-mcp detail: https://mcpindex.ai/server/io-github-sidsaladi9-getprompts - io.github.Sidsaladi9/getskills (io.github.Sidsaladi9/getskills@0.1.2) Search and install 3,000+ AI skills from getskillsai.org into Claude Code, Cursor, ChatGPT. installs: npm:getskills-mcp detail: https://mcpindex.ai/server/io-github-sidsaladi9-getskills - Korean Public Data (io.github.SongT-50/korean-public-data-mcp@1.0.0) Korean government open data - weather, population, law search via data.go.kr installs: remote:https://korean-public-data-mcp.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-songt-50-korean-public-data-mcp - Library (io.github.Spacemandomains/library-mcp@1.1.7) Search and discover 25,000+ MCP servers across all major registries. Connect and pay autonomously. installs: remote:https://librarymcp.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-spacemandomains-library-mcp - MCP Registry Search (io.github.Spacemandomains/mcp-registry-search@1.0.9) Search and browse every MCP server in the Model Context Protocol registry. installs: remote:https://mcpregistrysearchwilfredleejr.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-spacemandomains-mcp-registry-search - TOP GUN GEO-Lens (io.github.Spacemandomains/top-gun-geo-lens@1.0.0) Brand visibility auditing across LLMs, AI search, and answer engines with GEO reports and scores. installs: remote:https://top-gun-mcp-server.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-spacemandomains-top-gun-geo-lens - Nelly the Elephant (io.github.SpicyRiceCakes/nelly-elephant-mcp@1.0.3) Search and resume past Claude Code conversations. An elephant never forgets. installs: npm:nelly-elephant-mcp detail: https://mcpindex.ai/server/io-github-spicyricecakes-nelly-elephant-mcp - Sensegrep (io.github.Stahldavid/sensegrep@1.5.3) Semantic + structural code search MCP server for AI-native development. installs: npm:@sensegrep/mcp detail: https://mcpindex.ai/server/io-github-stahldavid-sensegrep - io.github.StefDCL/clishop (io.github.StefDCL/clishop@0.2.1) Order anything from your terminal — search, buy, track, and manage via MCP tools. installs: npm:clishop detail: https://mcpindex.ai/server/io-github-stefdcl-clishop - Homechecker Guides (io.github.Steven3265/homechecker-guides@1.0.2) Homechecker's professionally authored Australian homebuyer guides: search, cite, build checklists. installs: remote:https://mcp.homechecker.com.au/mcp detail: https://mcpindex.ai/server/io-github-steven3265-homechecker-guides - StackSwap (io.github.StonesofCreation/stackswap@1.1.0) B2B GTM stack intelligence: search ~400 tools, compare vendors, find overlaps, audit SaaS spend. installs: remote:https://stackswap.ai/api/mcp detail: https://mcpindex.ai/server/io-github-stonesofcreation-stackswap - io.github.StroybatPing/aicatalog (io.github.StroybatPing/aicatalog@1.0.0) Search a Ukrainian catalog of 21,000+ AI tools — search tools, get details, list categories. installs: remote:https://aicatalog.com.ua/api/v1/mcp detail: https://mcpindex.ai/server/io-github-stroybatping-aicatalog - Strutter AI (io.github.Strutterai/strutter@1.0.0) AI-powered RFP response management. Search Q&A libraries, draft responses, and upload documents. installs: remote:https://mcp.strutterai.com/mcp detail: https://mcpindex.ai/server/io-github-strutterai-strutter - Microsoft Teams (io.github.SurgeEnterpriseAI/teams-mcp-server@1.0.0) Connect Claude to Microsoft Teams — read/send messages, list channels, search chats. installs: npm:microsoft-teams-mcp-server detail: https://mcpindex.ai/server/io-github-surgeenterpriseai-teams-mcp-server - Payx Tavily Search (io.github.Swathi-MuraliSrinivasan/tavily-mcp-server@0.1.0) FastMCP server for Tavily search API with web search and content extraction installs: manual detail: https://mcpindex.ai/server/io-github-swathi-muralisrinivasan-tavily-mcp-server - io.github.TKMD/reftrixmcp (io.github.TKMD/reftrixmcp@0.1.8) Web design analysis with 26 MCP tools: layout, motion, quality, semantic search via pgvector installs: npm:@reftrixmcp/mcp-server detail: https://mcpindex.ai/server/io-github-tkmd-reftrixmcp - Tako (io.github.TakoData/tako-mcp@0.19.3) Give your agent web search and authoritative datasets: S&P Global, FRED, OECD, SimilarWeb & more. installs: remote:https://mcp.tako.com/mcp detail: https://mcpindex.ai/server/io-github-takodata-tako-mcp - Tarotoo Tarot (io.github.Tarotoo-com/tarotoo-mcp-server@2.0.0) All 78 tarot card meanings (Rider-Waite-Smith): lookup, search, yes/no answers, and random draws. installs: npm:tarotoo-mcp-server detail: https://mcpindex.ai/server/io-github-tarotoo-com-tarotoo-mcp-server - Crossref Scholarly Data (io.github.Taru0208/crossref-mcp-server@1.1.0) Search 150M+ academic works, journals, and funders via Crossref API. installs: remote:https://aligned-kettledrum--crossref-mcp-server.apify.actor/mcp detail: https://mcpindex.ai/server/io-github-taru0208-crossref-mcp-server - OpenFDA Safety Data (io.github.Taru0208/openfda-mcp-server@1.1.0) Search FDA safety data: drug adverse events, recalls, and device events. installs: remote:https://aligned-kettledrum--openfda-mcp-server.apify.actor/mcp detail: https://mcpindex.ai/server/io-github-taru0208-openfda-mcp-server - PubMed Clinical Research (io.github.Taru0208/pubmed-mcp-server@1.1.0) Search 36M+ PubMed biomedical articles and ClinicalTrials.gov studies. installs: remote:https://aligned-kettledrum--pubmed-mcp-server.apify.actor/mcp detail: https://mcpindex.ai/server/io-github-taru0208-pubmed-mcp-server - SEC EDGAR Financial Data (io.github.Taru0208/sec-edgar-mcp-server@1.1.0) Search SEC EDGAR filings, financial statements, and company data. installs: remote:https://aligned-kettledrum--sec-edgar-mcp-server.apify.actor/mcp detail: https://mcpindex.ai/server/io-github-taru0208-sec-edgar-mcp-server - io.github.Techmatic-sys/indiamart-mcp-server (io.github.Techmatic-sys/indiamart-mcp-server@1.1.0) Claude AI for IndiaMART leads - fetch, search, sync and track pipeline. installs: manual detail: https://mcpindex.ai/server/io-github-techmatic-sys-indiamart-mcp-server - Librarian (io.github.Terobyte/librarian@0.1.1) Deterministic ebook-to-markdown pipeline with MCP tools to browse, search, and read your books. installs: pypi:librarian-cli detail: https://mcpindex.ai/server/io-github-terobyte-librarian - io.github.Texan-NXTassist/nr-mcp (io.github.Texan-NXTassist/nr-mcp@1.2.2) MCP server for Node-RED — safe deploy, optimistic locking, smart search, 13 tools installs: pypi:nr-mcp detail: https://mcpindex.ai/server/io-github-texan-nxtassist-nr-mcp - io.github.TheNextGenNexus/academic-research-mcp-server (io.github.TheNextGenNexus/academic-research-mcp-server@1.0.1) Search arXiv, Google Scholar, and Wikipedia for academic papers and knowledge installs: npm:@thenextgennexus/academic-research-mcp-server detail: https://mcpindex.ai/server/io-github-thenextgennexus-academic-research-mcp-server - io.github.TheNextGenNexus/hr-compensation-mcp-server (io.github.TheNextGenNexus/hr-compensation-mcp-server@1.0.1) Search H1B visa salaries, salary benchmarks, and job market data installs: npm:@thenextgennexus/hr-compensation-mcp-server detail: https://mcpindex.ai/server/io-github-thenextgennexus-hr-compensation-mcp-server - io.github.TheNextGenNexus/legal-mcp-server (io.github.TheNextGenNexus/legal-mcp-server@1.0.1) Search court records, patents, and trademarks for legal research installs: npm:@thenextgennexus/legal-mcp-server detail: https://mcpindex.ai/server/io-github-thenextgennexus-legal-mcp-server - io.github.TheNextGenNexus/real-estate-mcp-server (io.github.TheNextGenNexus/real-estate-mcp-server@1.0.1) Search properties via Redfin and Google Maps real estate data installs: npm:@thenextgennexus/real-estate-mcp-server detail: https://mcpindex.ai/server/io-github-thenextgennexus-real-estate-mcp-server - io.github.TheNextGenNexus/redfin-mcp-server (io.github.TheNextGenNexus/redfin-mcp-server@1.0.1) Search Redfin properties, get property details, and market statistics installs: npm:@thenextgennexus/redfin-mcp-server detail: https://mcpindex.ai/server/io-github-thenextgennexus-redfin-mcp-server - io.github.TheNexusIntel/nexus-mcp (io.github.TheNexusIntel/nexus-mcp@1.0.4) U.S. gov records, fact-checks with citations, news search, and fraud/corruption/PRC trackers. installs: npm:@thenexusintel/mcp detail: https://mcpindex.ai/server/io-github-thenexusintel-nexus-mcp - io.github.TheRealFloatDev/agentsbestfriend (io.github.TheRealFloatDev/agentsbestfriend@0.12.0) MCP that provides fast, token-efficient tools for navigating, searching, and understanding codebases installs: npm:agentsbestfriend detail: https://mcpindex.ai/server/io-github-therealfloatdev-agentsbestfriend - Elasticsearch (io.github.TocharianOU/elasticsearch@0.7.2) Elasticsearch MCP Server with multi-version support (ES 5.x-9.x) and comprehensive API access installs: npm:@tocharianou/elasticsearch-mcp detail: https://mcpindex.ai/server/io-github-tocharianou-elasticsearch - Kibana (io.github.TocharianOU/kibana@0.7.3) Kibana MCP Server with dynamic API discovery and comprehensive Elastic Stack integration installs: npm:@tocharianou/mcp-server-kibana detail: https://mcpindex.ai/server/io-github-tocharianou-kibana - io.github.Tomalarrrr/cyclesite-mcp-server (io.github.Tomalarrrr/cyclesite-mcp-server@2.4.3) Search, value, sell, and trust-check used bikes on Cyclesite — UK's used-bicycle marketplace. installs: npm:cyclesite-mcp-server | remote:https://www.cyclesite.co.uk/api/mcp-server detail: https://mcpindex.ai/server/io-github-tomalarrrr-cyclesite-mcp-server - Skills Board (io.github.TommyBez/skillsboard@1.0.0) Search your team's shared AI-skill library, get install commands, and save skills from your agent. installs: remote:https://www.skillsboard.sh/api/mcp detail: https://mcpindex.ai/server/io-github-tommybez-skillsboard - io.github.TonySimonovsky/claude-code-conversation-search-mcp (io.github.TonySimonovsky/claude-code-conversation-search-mcp@1.1.3) Search Claude Code conversation history with natural language queries across all projects installs: npm:claude-code-conversation-search-mcp detail: https://mcpindex.ai/server/io-github-tonysimonovsky-claude-code-conversation-search-mcp - Mirror Memory MCP Server (io.github.Tr1ckyMag1ca1/mcp-server@1.0.0) Personal knowledge base MCP server with semantic search, auto-categorization, metadata extraction installs: remote:https://hcelnlqmgddxzvjegpdr.supabase.co/functions/v1/mcp-server detail: https://mcpindex.ai/server/io-github-tr1ckymag1ca1-mcp-server - TradeOS (io.github.TradeOS-AI/tradeos-mcp@1.0.3) TradeOS MCP: ticker search, My Agent, chart TA, macro news. npm stdio or HTTP. installs: npm:@tradeos/tradeos-mcp | remote:https://ai.tradeos.xyz/api/agent/mcp/mcp-call detail: https://mcpindex.ai/server/io-github-tradeos-ai-tradeos-mcp - TradeOS (test) (io.github.TradeOS-AI/tradeos-mcp-test@1.0.0-alpha.6) [TEST] TradeOS MCP bridge: ticker search, My Agent, chart TA, macro news. npm or HTTP. installs: npm:@tradeos/tradeos-mcp-test | remote:https://ai.tradeos.xyz/api/agent/mcp-call detail: https://mcpindex.ai/server/io-github-tradeos-ai-tradeos-mcp-test - TravelType (io.github.TravelType/travel-poi@1.0.0) Search and explore a global travel points-of-interest catalog (cities, countries, POIs). installs: remote:https://mcp.traveltype.app detail: https://mcpindex.ai/server/io-github-traveltype-travel-poi - TwitterAPIs (io.github.TwitterAPIs/twitterapis-mcp@0.6.4) Official MCP server for twitterapis.com. Read and write Twitter/X: search, users, tweets, DMs. installs: npm:@twitterapis/mcp detail: https://mcpindex.ai/server/io-github-twitterapis-twitterapis-mcp - AI Success Story (io.github.Un3x/ai-success-story@0.1.0) First-person AI war-stories from coding sessions, searchable via MCP for prior-art consultation. installs: remote:https://ai-success-story-20f19ed7769b.herokuapp.com/mcp detail: https://mcpindex.ai/server/io-github-un3x-ai-success-story - Joomil — Swiss Classifieds MCP (io.github.ValmoDev/joomil@1.0.0) Search Swiss classifieds on Joomil.ch — top marketplace in French-speaking Switzerland since 2007. installs: remote:https://joomil-mcp.snowy-surf-deec.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-valmodev-joomil - Vaquill (io.github.Vaquill-AI/vaquill-mcp@0.2.0) Search US federal and 50-state statutes, regulations, constitutions, and court rules. installs: remote:https://mcp.vaquill.ai/s/_ detail: https://mcpindex.ai/server/io-github-vaquill-ai-vaquill-mcp - Vee3 (io.github.Vee3io/vee3@1.1.0) Hosted MCP with 91 agent tools: X, domains, SEO, Maps, Trends, Search, YouTube, TikTok, and more. installs: remote:https://mcp.vee3.io/mcp detail: https://mcpindex.ai/server/io-github-vee3io-vee3 - io.github.VelixarAi/memory (io.github.VelixarAi/memory@0.2.4) Persistent memory for AI assistants. Store, search, and recall across sessions. installs: npm:velixar-mcp-server detail: https://mcpindex.ai/server/io-github-velixarai-memory - Orbit Sentinel — Space Regulatory Filings (io.github.Viventine-Space/orbit-sentinel-mcp@0.6.3) Search 950K+ space regulatory filings from FCC, ITU, UNOOSA, FAA-AST: entities, spectrum, dossiers. installs: docker:ghcr.io/viventine-space/orbit-sentinel-mcp:0.6.3 detail: https://mcpindex.ai/server/io-github-viventine-space-orbit-sentinel-mcp - Concordance (io.github.Vohlsyr/concordance@1.0.0) Cross-source search across 18 real-time data sources, source-cited and corroboration-checked. installs: remote:https://concordancehq.duckdns.org/mcp/ detail: https://mcpindex.ai/server/io-github-vohlsyr-concordance - Outline MCP Server (io.github.Vortiago/mcp-outline@1.10.1) Connect AI assistants to Outline for document search, reading, and management installs: pypi:mcp-outline detail: https://mcpindex.ai/server/io-github-vortiago-mcp-outline - io.github.WenyuChiou/research-hub (io.github.WenyuChiou/research-hub@1.0.0) Research workspace for Zotero + Obsidian + NotebookLM. Search, ingest, sync, verify briefs. installs: pypi:research-hub-pipeline detail: https://mcpindex.ai/server/io-github-wenyuchiou-research-hub - io.github.WhaleCupl/ai-daily-insights-mcp (io.github.WhaleCupl/ai-daily-insights-mcp@0.4.2) List, fetch and search AI Daily Insights — a Chinese daily AI-industry briefing built for agents. installs: npm:ai-daily-insights-mcp detail: https://mcpindex.ai/server/io-github-whalecupl-ai-daily-insights-mcp - Simsima Connectivity (io.github.Willyfab/simsima-connectivity@0.1.0) Search, recommend & buy travel eSIM data plans for 190+ destinations via AI agents. installs: remote:https://mcp.simsima.io/mcp detail: https://mcpindex.ai/server/io-github-willyfab-simsima-connectivity - io.github.Wowstorelive/fashion-shopping (io.github.Wowstorelive/fashion-shopping@1.0.2) AI fashion shopping — search 2,200+ EU products, Lucy AI stylist, carts & discounts installs: npm:wowstore-mcp detail: https://mcpindex.ai/server/io-github-wowstorelive-fashion-shopping - io.github.Xavierfok/singapore-proxy-mcp (io.github.Xavierfok/singapore-proxy-mcp@1.0.0) Browse the web and run Google search through real Singapore mobile carrier IPs. installs: remote:https://mcp.singaporemobileproxy.com/mcp detail: https://mcpindex.ai/server/io-github-xavierfok-singapore-proxy-mcp - HackTricks MCP Server (io.github.Xplo8E/hacktricks-mcp-server@1.3.4) Search and query HackTricks pentesting documentation with quick lookup and section extraction installs: npm:hacktricks-mcp-server detail: https://mcpindex.ai/server/io-github-xplo8e-hacktricks-mcp-server - Scholar Feed (io.github.YGao2005/scholar-feed-mcp@3.13.2) Search 600k+ CS/AI/ML papers with ranking and citation tracking over 22M+ citation edges. installs: npm:scholar-feed-mcp detail: https://mcpindex.ai/server/io-github-ygao2005-scholar-feed-mcp - io.github.YashviGupta15/npm-advisor-mcp (io.github.YashviGupta15/npm-advisor-mcp@0.1.3) MCP server to search, compare, and recommend npm packages by size, popularity, and maintenance. installs: npm:npm-advisor-mcp detail: https://mcpindex.ai/server/io-github-yashvigupta15-npm-advisor-mcp - io.github.YawLabs/nol-mcp (io.github.YawLabs/nol-mcp@0.1.1) nol MCP server -- search, cited Q&A, and pages over your team's knowledge base installs: npm:@yawlabs/nol-mcp detail: https://mcpindex.ai/server/io-github-yawlabs-nol-mcp - io.github.YinTokey/mcp_hackernews (io.github.YinTokey/mcp_hackernews@1.1.0) MCP server exposing a simple Hacker News search tool (top stories). installs: pypi:mcp-hackernews detail: https://mcpindex.ai/server/io-github-yintokey-mcp-hackernews - io.github.YonasValentin/mcp-memory-graph (io.github.YonasValentin/mcp-memory-graph@2.10.3) Local-first memory for Claude Code and any MCP client: hybrid search + knowledge graph, $0/token. installs: npm:mcp-memory-graph detail: https://mcpindex.ai/server/io-github-yonasvalentin-mcp-memory-graph - Creator SEO MCP (io.github.Yoshyaes/creator-seo-mcp@0.1.1) SEO MCP server for creators. Ranks Google Search Console opportunities by ad revenue, not clicks. installs: pypi:creator-seo-mcp detail: https://mcpindex.ai/server/io-github-yoshyaes-creator-seo-mcp - io.github.YuliiaKovalova/dotnet-template-mcp (io.github.YuliiaKovalova/dotnet-template-mcp@1.0.1) Search, inspect, preview, and create .NET projects from dotnet new templates via AI agents. installs: manual detail: https://mcpindex.ai/server/io-github-yuliiakovalova-dotnet-template-mcp - io.github.ZachLaik/legal-data-hunter (io.github.ZachLaik/legal-data-hunter@1.0.4) Search 18M+ legal documents worldwide — case law, legislation, and doctrine across 110+ countries. installs: remote:https://legaldatahunter.com/mcp detail: https://mcpindex.ai/server/io-github-zachlaik-legal-data-hunter - Loa Healthcare Pricing (io.github.aanari/loacare-healthcare-pricing@1.0.1) Search source-labeled hospital prices, CPT codes, providers, and healthcare cost estimates. installs: remote:https://www.loacare.com/api/mcp detail: https://mcpindex.ai/server/io-github-aanari-loacare-healthcare-pricing - Gridscoot (io.github.aardappvark/gridscoot@0.2.3) AU price comparison via MCP — search, compare, track. 6 tools; anonymous demo (30/day/IP). installs: npm:@gridscoot/mcp | remote:https://gridscoot.vercel.app/api/mcp detail: https://mcpindex.ai/server/io-github-aardappvark-gridscoot - io.github.aayoawoyemi/ori-memory (io.github.aayoawoyemi/ori-memory@0.3.0) Persistent memory infrastructure for AI agents. Identity, knowledge graph, and search. installs: npm:ori-memory detail: https://mcpindex.ai/server/io-github-aayoawoyemi-ori-memory - io.github.abhishek2432001/deeprepo (io.github.abhishek2432001/deeprepo@1.0.0) Productivity-boosting RAG engine for codebases with multi-provider AI support and semantic search. installs: manual detail: https://mcpindex.ai/server/io-github-abhishek2432001-deeprepo - io.github.abm-dev-git/abm-mcp (io.github.abm-dev-git/abm-mcp@1.0.3) abm.dev — the account-based marketing API for AI agents: Search, Enrich, and Create across B2B. installs: npm:@abmdev/mcp | remote:https://mcp.abm.dev/mcp detail: https://mcpindex.ai/server/io-github-abm-dev-git-abm-mcp - Recipe Signal (io.github.absharma9796/recipe-signal@1.0.0) Search and compare attributed recipe records through a public read-only remote MCP endpoint. installs: remote:https://recipemcp.com/api/recipes detail: https://mcpindex.ai/server/io-github-absharma9796-recipe-signal - io.github.absolutejs/agents (io.github.absolutejs/agents@0.2.0) Search verified agents and production agent-first AbsoluteJS packages. installs: npm:@absolutejs/agents-mcp detail: https://mcpindex.ai/server/io-github-absolutejs-agents - Google Search Console (io.github.acamolese/google-search-console-mcp@2.0.2) Google Search Console MCP server: SEO audits, performance queries, URL inspection, indexing checks. installs: pypi:mcp-google-search-console detail: https://mcpindex.ai/server/io-github-acamolese-google-search-console-mcp - io.github.adelpro/quran-search-engine-mcp (io.github.adelpro/quran-search-engine-mcp@0.2.1) Quran Search Engine MCP for AI tools. Provides Quran search, Arabic normalization, and highlighting. installs: npm:quran-search-engine-mcp detail: https://mcpindex.ai/server/io-github-adelpro-quran-search-engine-mcp - DeepRecall - Product Safety Intelligence (io.github.adrida/deeprecall-mcp@1.0.0) Search 120,000+ recalled products from 8 global safety agencies using AI similarity. installs: remote:https://mcp.deeprecall.io/mcp detail: https://mcpindex.ai/server/io-github-adrida-deeprecall-mcp - io.github.afable702/vault-mcp-tools (io.github.afable702/vault-mcp-tools@1.0.1) Complete Obsidian vault MCP server. 35 tools: notes, search, graph, tags, canvas. installs: npm:vault-mcp-tools detail: https://mcpindex.ai/server/io-github-afable702-vault-mcp-tools - Instagram Profile MCP Server (io.github.afanasenkoa/instagram-profile-mcp-server@0.0.24) Instagram profiles for AI agents — followers, similar accounts, keyword and location search. installs: remote:https://afanasenko--instagram-profile-scraper-mcp-server.apify.actor/mcp detail: https://mcpindex.ai/server/io-github-afanasenkoa-instagram-profile-mcp-server - Zillow MCP Server (io.github.afanasenkoa/zillow-mcp-server@0.0.27) Zillow homes and agent contacts for AI agents — search by ZIP, by URL, or look up a zpid. installs: remote:https://afanasenko--zillow-mcp-server.apify.actor/mcp detail: https://mcpindex.ai/server/io-github-afanasenkoa-zillow-mcp-server - Agent Index (io.github.agent-idx/mcp@0.4.5) P2P Agent Index MCP — publish and search decentralized web indexes over libp2p. installs: npm:@agent-idx/client detail: https://mcpindex.ai/server/io-github-agent-idx-mcp - AgentHotspot (io.github.agenthotspot/agenthotspot-mcp@1.0.2) Search thousands of MCP connectors from the AgentHotspot marketplace via your AI agent. installs: pypi:agenthotspot-mcp detail: https://mcpindex.ai/server/io-github-agenthotspot-agenthotspot-mcp - AgentIndex (io.github.agentndx/agentindex@0.1.0) Search 15K+ MCP services, A2A agents, and x402 APIs from 5 registries. Paid via x402 (USDC on Base). installs: remote:https://agentndx-production.up.railway.app detail: https://mcpindex.ai/server/io-github-agentndx-agentindex - NextJobz Job Search (io.github.ahmed-suman/nextjobz-job-search@1.0.1) Search jobs on NextJobz by keyword, location, work type, salary, and experience level. installs: remote:https://mcp.nextjobz.com.bd/mcp detail: https://mcpindex.ai/server/io-github-ahmed-suman-nextjobz-job-search - Code Context Engine (io.github.ai-elara/code-context-engine@0.4.13) Index your codebase. AI searches instead of re-reading files. 94% token savings. installs: pypi:code-context-engine detail: https://mcpindex.ai/server/io-github-ai-elara-code-context-engine - io.github.ai-supply-store/ai-supply (io.github.ai-supply-store/ai-supply@1.0.0) Search, install, publish & review security-scanned AI capabilities from ai-supply.store. installs: npm:ai-supply-mcp detail: https://mcpindex.ai/server/io-github-ai-supply-store-ai-supply - io.github.aicayzer/companies-house (io.github.aicayzer/companies-house@4.0.0) UK Companies House public register: search companies, officers, ownership, filings and documents. installs: npm:companies-house-mcp detail: https://mcpindex.ai/server/io-github-aicayzer-companies-house - io.github.aicrafted/searxng-mcp (io.github.aicrafted/searxng-mcp@1.0.0) MCP server for SearXNG aggregator — web search across multiple engines via Model Context Protocol installs: docker:ghcr.io/aicrafted/searxng-mcp:latest detail: https://mcpindex.ai/server/io-github-aicrafted-searxng-mcp - Remote OpenClaw (io.github.aidevelopers2/remoteopenclaw-mcp@0.2.1) Search 13,870+ MCP servers, 4,384+ agent skills, and plugins from your terminal or agent. installs: npm:remoteopenclaw detail: https://mcpindex.ai/server/io-github-aidevelopers2-remoteopenclaw-mcp - io.github.aimnis/search (io.github.aimnis/search@0.1.0) Collaborative, cache-first web search for agents — cited answers from a shared live-web pool. installs: remote:https://aimnis.com/mcp detail: https://mcpindex.ai/server/io-github-aimnis-search - Syncpen (io.github.airbuzz/syncpen-mcp@1.6.3) The markdown workspace your AI can read, search, and suggest edits in — every change signed. installs: npm:syncpen-mcp detail: https://mcpindex.ai/server/io-github-airbuzz-syncpen-mcp - Airweave Search (io.github.airweave-ai/search@0.9.62) MCP server for searching Airweave collections with natural language queries. installs: npm:airweave-mcp-search | remote:https://mcp.airweave.ai/mcp detail: https://mcpindex.ai/server/io-github-airweave-ai-search - World Resolver (io.github.ajithisaac/world-resolver@0.2.3) Resolve real-world capability gaps: validate native MCPs, search the web, and record unmet demand. installs: remote:https://world-resolver-mcp.ajithisaac.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-ajithisaac-world-resolver - io.github.ajtgjmdjp/edinet-mcp (io.github.ajtgjmdjp/edinet-mcp@0.4.1) Access Japanese financial disclosures (EDINET). Search companies, retrieve BS/PL/CF statements. installs: pypi:edinet-mcp detail: https://mcpindex.ai/server/io-github-ajtgjmdjp-edinet-mcp - conduitAI (io.github.akbaraziz/conduitai@1.299.1) Search, browse, and install MCP servers, agents, skills, and plugins from conduitAI. installs: npm:@conduitai-app/mcp-server detail: https://mcpindex.ai/server/io-github-akbaraziz-conduitai - io.github.akkylab/litra-paper-search (io.github.akkylab/litra-paper-search@1.0.1) MCP server for Litra.ai – AI-powered academic paper search with relevance scoring and summarization installs: npm:litra-paper-search-mcp detail: https://mcpindex.ai/server/io-github-akkylab-litra-paper-search - TypesenseKit (io.github.akshitkrnagpal/typesensekit@1.4.3) 95 typed Typesense operations for AI agents through an MCP server that is read-only by default. installs: npm:@typesensekit/mcp detail: https://mcpindex.ai/server/io-github-akshitkrnagpal-typesensekit - Catholic Greatness (io.github.albermm/catholic-greatness@1.0.0) AI Catholic formation — spiritual direction, saints, scripture, and semantic search. installs: remote:https://cg.phos.nz/mcp/ detail: https://mcpindex.ai/server/io-github-albermm-catholic-greatness - mailindex-mcp (io.github.alexanderkrauck/mailindex-mcp@0.1.3) Search, move, mark, delete and draft your real mail over a self-hosted index. installs: docker:ghcr.io/alexanderkrauck/mailindex-mcp:0.1.3 detail: https://mcpindex.ai/server/io-github-alexanderkrauck-mailindex-mcp - AIMarket MCP Gateway (io.github.alexar76/aimarket-mcp@0.2.3) Stdio + Streamable-HTTP MCP gateway: SSRF-hardened web_fetch, web_search, metis_verify. installs: pypi:aimarket-mcp | remote:https://{aimarket_host}/mcp detail: https://mcpindex.ai/server/io-github-alexar76-aimarket-mcp - Vault Cortex (io.github.aliasunder/vault-cortex@0.36.0) Standalone MCP server for Obsidian vaults — hybrid search, notes & files, memory, tasks, OAuth 2.1 installs: docker:ghcr.io/aliasunder/vault-cortex:0.36.0 detail: https://mcpindex.ai/server/io-github-aliasunder-vault-cortex - io.github.alibaizhanov/densely (io.github.alibaizhanov/densely@0.2.1) Lossless context compression: 2-8x fewer tokens, byte-exact recovery, search inside payloads installs: pypi:densely detail: https://mcpindex.ai/server/io-github-alibaizhanov-densely - ALM X++ MCP Server (io.github.alimbenhelal-pro/alm-xpp-mcp@1.2.0) 50 AI tools for D365 F&O: X++ search, ADO integration, code gen, security tracing & upgrade impact. installs: remote:https://www.almxpp.com/mcp detail: https://mcpindex.ai/server/io-github-alimbenhelal-pro-alm-xpp-mcp - io.github.alisaitteke/noun-mcp (io.github.alisaitteke/noun-mcp@1.0.2) MCP server for The Noun Project - search and download icons directly in Cursor AI and Claude installs: npm:@alisaitteke/noun-mcp detail: https://mcpindex.ai/server/io-github-alisaitteke-noun-mcp - Real Estate Capitale MCP (io.github.allamiwayl-27/rabatrealestate-mcp@1.0.0) Real estate MCP server for Morocco — search, valuation, market analysis, 17 tools. installs: remote:https://realestatecapitale.ma/mcp detail: https://mcpindex.ai/server/io-github-allamiwayl-27-rabatrealestate-mcp - SEOPro AI (io.github.alpha-ai-labs/seo-agent@1.2.0) Turn Search Console data into SEO actions, content, publishing, indexing, and AI insights. installs: remote:https://api.seoproai.co/api/mcp detail: https://mcpindex.ai/server/io-github-alpha-ai-labs-seo-agent - io.github.alvinjchoi/gtasks-mcp (io.github.alvinjchoi/gtasks-mcp@0.2.0) Manage Google Tasks via MCP: list, search, create, update, move, and clear tasks. installs: npm:@alvincrave/gtasks-mcp detail: https://mcpindex.ai/server/io-github-alvinjchoi-gtasks-mcp - Luma Events (io.github.alx1p/luma-mcp@0.1.0) Discover events from Luma — search by category, city, distance, and keywords with calendar export installs: pypi:luma-mcp detail: https://mcpindex.ai/server/io-github-alx1p-luma-mcp - Walmart Connect Advertising APIs (io.github.alyiox/mcp-walmart-ads@0.1.1a5) MCP server for Walmart Connect Ads APIs (Sponsored Search + Display) installs: pypi:mcp-walmart-ads detail: https://mcpindex.ai/server/io-github-alyiox-mcp-walmart-ads - Journi Travel (io.github.ama353-arch/journi-travel@1.1.0) Personal AI travel agent. Points optimization, live flight/hotel/award search, trip planning. installs: remote:https://web-production-44f93.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-ama353-arch-journi-travel - ENCODE Toolkit (io.github.ammawla/encode-toolkit@0.3.0-beta.5) 20 MCP tools + 48 skills for ENCODE Project genomics — search, download, pipelines installs: npm:encode-toolkit | pypi:encode-toolkit detail: https://mcpindex.ai/server/io-github-ammawla-encode-toolkit - io.github.andrea9293/mcp-documentation-server (io.github.andrea9293/mcp-documentation-server@1.15.2) Local-first document management and semantic search for AI coding agents installs: npm:@andrea9293/mcp-documentation-server detail: https://mcpindex.ai/server/io-github-andrea9293-mcp-documentation-server - io.github.andreacappelletti97/google-flights (io.github.andreacappelletti97/google-flights@1.0.3) MCP server for Google Flights: search, price tracking, cabin comparison, emissions, and more. installs: npm:google-flights-mcp detail: https://mcpindex.ai/server/io-github-andreacappelletti97-google-flights - io.github.andreas-roennestad/openhive-mcp (io.github.andreas-roennestad/openhive-mcp@1.0.2) Search and contribute to a shared knowledge base of AI-discovered problem-solution pairs. installs: npm:openhive-mcp detail: https://mcpindex.ai/server/io-github-andreas-roennestad-openhive-mcp - io.github.andrijdavid/vinted-mcp (io.github.andrijdavid/vinted-mcp@0.1.2) MCP Server for Vinted that allows to search items, compare prices, and analyze sellers. installs: npm:@andrijdavid/vinted-mcp detail: https://mcpindex.ai/server/io-github-andrijdavid-vinted-mcp - iMessage MCP (io.github.anipotts/imessage-mcp@1.2.1) 25 tools for searching, analyzing, and exploring your iMessage history on macOS. installs: npm:imessage-mcp detail: https://mcpindex.ai/server/io-github-anipotts-imessage-mcp - io.github.annibale-x/mcp-webgate (io.github.annibale-x/mcp-webgate@0.1.31) Web search that doesn't wreck your AI's memory. installs: pypi:mcp-webgate detail: https://mcpindex.ai/server/io-github-annibale-x-mcp-webgate - io.github.annibale-x/webshift (io.github.annibale-x/webshift@0.2.8) Rust MCP server for denoised web search — fetch, clean, and rerank web content for AI agents. installs: manual detail: https://mcpindex.ai/server/io-github-annibale-x-webshift - io.github.anousss007/ng-blatui (io.github.anousss007/ng-blatui@1.1.0) ng-blatui for Angular — search components, blocks, charts & templates and read their typed API. installs: remote:https://ngblatui.remix-it.com/mcp detail: https://mcpindex.ai/server/io-github-anousss007-ng-blatui - Open Investment Model (io.github.antikas/openim@0.1.1) Read-only OpenIM search for institutional buy-side investment models and architecture. installs: npm:@openinvestmentmodel/openim-mcp detail: https://mcpindex.ai/server/io-github-antikas-openim - SEO Tools: Yandex Wordstat (io.github.antohins/seo-tools-mcp-wordstat@1.7.0) MCP server for Yandex Wordstat keyword frequencies (official API v2). Free Yandex Cloud Search API. installs: npm:seo-tools-mcp-wordstat detail: https://mcpindex.ai/server/io-github-antohins-seo-tools-mcp-wordstat - SEO Tools: Yandex.Webmaster (io.github.antohins/seo-tools-mcp-ywm@1.7.0) MCP server for Yandex.Webmaster search queries (read-only). installs: npm:seo-tools-mcp-ywm detail: https://mcpindex.ai/server/io-github-antohins-seo-tools-mcp-ywm - Adextract MCP (io.github.anuragind003/ad-extract@1.0.0) Search Meta, Google Ads, LinkedIn, and TikTok ad libraries plus creative analysis via MCP. installs: remote:https://mcp.adextract.co/mcp detail: https://mcpindex.ai/server/io-github-anuragind003-ad-extract - io.github.archievi/climbpast (io.github.archievi/climbpast@1.0.0) Read and edit GA4, Search Console and Google Tag Manager from any MCP client. 29 tools. installs: remote:https://climbpast.com/api/mcp detail: https://mcpindex.ai/server/io-github-archievi-climbpast - io.github.arxivsub/arxivsub-mcp (io.github.arxivsub/arxivsub-mcp@0.1.1) Search arXiv and major AI/ML/CV/NLP/robotics conference papers and their related work. installs: npm:arxivsub-mcp detail: https://mcpindex.ai/server/io-github-arxivsub-arxivsub-mcp - Infimium (io.github.aryankumar06/infimium@0.3.1) Private AI context layer for semantic code search, dependency graphs, memory, and workspaces. installs: npm:infimium detail: https://mcpindex.ai/server/io-github-aryankumar06-infimium - Yandex Webmaster MCP (io.github.askads/mcp-yandex-webmaster@1.0.0) MCP server for Yandex Webmaster API: indexing, search queries, sitemaps, diagnostics, links. installs: npm:mcp-yandex-webmaster detail: https://mcpindex.ai/server/io-github-askads-mcp-yandex-webmaster - io.github.asr-aditya/iconserve (io.github.asr-aditya/iconserve@0.1.1) Icons for agentic development: search & fetch 366,000+ open-source icons as SVG/PNG. No API key. installs: remote:https://icons-for-agents.site/mcp detail: https://mcpindex.ai/server/io-github-asr-aditya-iconserve - Agentic House Search (io.github.asturksever/agentic-house-search@0.1.3) UK neighbourhood research from government open data: postcode reports, comparisons, 45 datasets. installs: npm:agentic-house-search | remote:https://agentic-house-search.vercel.app/mcp detail: https://mcpindex.ai/server/io-github-asturksever-agentic-house-search - io.github.atlasprzetargow/mcp (io.github.atlasprzetargow/mcp@0.1.1) Search Polish public tenders (BZP + TED) — 800k+ tenders, profiles, statistics, glossary. installs: npm:@atlasprzetargow/mcp detail: https://mcpindex.ai/server/io-github-atlasprzetargow-mcp - YoAuto MCP (io.github.atomix-spec/yoauto-mcp@1.0.0) Official YoAuto MCP gateway for vehicle search and marketplace workflows in Moldova. installs: remote:https://yoauto.md/api/mcp/sse detail: https://mcpindex.ai/server/io-github-atomix-spec-yoauto-mcp - mcp-fssp (io.github.atomno-mcp/mcp-fssp@0.1.7) MCP server for Russian FSSP enforcement proceedings lookup and debtor search. installs: pypi:atomno-mcp-fssp detail: https://mcpindex.ai/server/io-github-atomno-mcp-mcp-fssp - mcp-sudact (io.github.atomno-mcp/mcp-sudact@0.1.8) Russian court practice (Sudact): case search by article, court, dates; full decision text. installs: pypi:atomno-mcp-sudact detail: https://mcpindex.ai/server/io-github-atomno-mcp-mcp-sudact - mcp-trademarks (io.github.atomno-mcp/mcp-trademarks@0.1.4) Russian trademark clearance: Rospatent search, similarity, status, TMview, Nice classes. installs: pypi:atomno-mcp-trademarks detail: https://mcpindex.ai/server/io-github-atomno-mcp-mcp-trademarks - SEO GEO Intelligence (io.github.atul0016/seo-geo-intelligence@0.1.1) SEO and AI-answer visibility intelligence for search, content gaps, and GEO actions. installs: pypi:seo-geo-intelligence-mcp | docker:docker.io/atulhritik/seo-geo-intelligence-mcp:0.1.0 detail: https://mcpindex.ai/server/io-github-atul0016-seo-geo-intelligence - Engawa (io.github.augustin-v/engawa@1.0.1) Search and compare Japan property listings, estimate closing costs, and access Engawa concierge. installs: remote:https://engawahomes.com/api/mcp detail: https://mcpindex.ai/server/io-github-augustin-v-engawa - io.github.avansaber/seo-monster (io.github.avansaber/seo-monster@0.5.1) SEO MCP over Search Console, GA4, PageSpeed Insights, Cloudflare, IndexNow, CrUX, technical-SEO. installs: pypi:seo-monster detail: https://mcpindex.ai/server/io-github-avansaber-seo-monster - China Bank Offers Facts (io.github.badDevBuild/china-bank-offers-facts@0.1.0) Official-source China bank card offer facts for agents; free bank list and paid factual search. installs: remote:https://agent-offers-api-replitzip.replit.app/mcp detail: https://mcpindex.ai/server/io-github-baddevbuild-china-bank-offers-facts - io.github.barneywohl/hugging-bay (io.github.barneywohl/hugging-bay@0.1.2) Verified open AI artifact search, trust evidence, downloads, and agent workflows from Hugging Bay. installs: npm:hugging-bay-mcp | remote:https://huggingbay.xyz/api/mcp detail: https://mcpindex.ai/server/io-github-barneywohl-hugging-bay - io.github.baronsengir007/openclaw-agent-tools (io.github.baronsengir007/openclaw-agent-tools@1.0.1) Weather, code search, currency & Solana trust scoring as MCP tools. Free, no API key needed. installs: remote:https://venice-components-track-determination.trycloudflare.com/mcp detail: https://mcpindex.ai/server/io-github-baronsengir007-openclaw-agent-tools - io.github.bekirdag/docdex (io.github.bekirdag/docdex@0.2.98) Fast per-repo documentation indexer and full-text search MCP server for codebases. installs: npm:docdex detail: https://mcpindex.ai/server/io-github-bekirdag-docdex - Munition (io.github.benjammartin/munition@0.0.12) x402-paid Upload and Flight Search tools for AI agents. installs: npm:@munition/mcp detail: https://mcpindex.ai/server/io-github-benjammartin-munition - Stellar Agent Search (io.github.berkingurcan/stellar-agent-search@0.1.0) Discover and rank Stellar 8004 agents with a read-only MCP server and fail-closed contract probes. installs: npm:stellar-agent-search detail: https://mcpindex.ai/server/io-github-berkingurcan-stellar-agent-search - io.github.beshogun/planwire-mcp (io.github.beshogun/planwire-mcp@0.1.4) UK planning application data for AI agents: search, geo-query and fetch applications. installs: npm:planwire-mcp detail: https://mcpindex.ai/server/io-github-beshogun-planwire-mcp - io.github.bgorzelic/ghostlink (io.github.bgorzelic/ghostlink@0.1.0) Sandboxed repo access for coding agents: search, read, patch, run, git -- confined to a repo root. installs: npm:@bgorzelic/ghostlink detail: https://mcpindex.ai/server/io-github-bgorzelic-ghostlink - io.github.bhuvnsh/mcp-mapmyindia (io.github.bhuvnsh/mcp-mapmyindia@0.1.0) MCP server for India maps - place search, nearby discovery, & directions powered by the Mappls API. installs: npm:@bhuvnsh/mcp-mapmyindia detail: https://mcpindex.ai/server/io-github-bhuvnsh-mcp-mapmyindia - psyXe MCP Server (io.github.bjenkinsgit/psyxe-mcp@0.1.10) Apple Notes, Reminders, and Contacts for AI assistants. BERT semantic search. macOS. installs: manual detail: https://mcpindex.ai/server/io-github-bjenkinsgit-psyxe-mcp - io.github.blazickjp/arxiv-mcp-server (io.github.blazickjp/arxiv-mcp-server@0.6.2) Search arXiv papers, download full text, semantic search, citation graphs, and alerts via MCP. installs: pypi:arxiv-mcp-server detail: https://mcpindex.ai/server/io-github-blazickjp-arxiv-mcp-server - FAR Oracle (io.github.blueskylineassets/far-mcp-server@1.0.5) Search Federal Acquisition Regulations (FAR) for government contracting. installs: pypi:far-oracle detail: https://mcpindex.ai/server/io-github-blueskylineassets-far-mcp-server - Project Gutenberg MCP (io.github.bobbyhouse/project-gutenberg-mcp@1.2.0) Read Project Gutenberg books via MCP. Search, fetch metadata, and retrieve text in passages. installs: docker:roberthouse224/project-gutenberg-mcp:1.2.0 detail: https://mcpindex.ai/server/io-github-bobbyhouse-project-gutenberg-mcp - RU Books MCP (io.github.books-service/ru-books@0.1.0) MCP server for Russian books search, details, and recommendation candidates. installs: remote:https://knigochit.ru/mcp detail: https://mcpindex.ai/server/io-github-books-service-ru-books - Branch Docs (io.github.branch-docs/ai@1.0.0) Access and search Branch's official API documentation directly within any AI agent or client. installs: remote:https://docs.branchapp.com/mcp detail: https://mcpindex.ai/server/io-github-branch-docs-ai - io.github.brightdata/brightdata-mcp (io.github.brightdata/brightdata-mcp@2.11.1) Bright Data's Web MCP server enabling AI agents to search, extract & navigate the web installs: npm:@brightdata/mcp detail: https://mcpindex.ai/server/io-github-brightdata-brightdata-mcp - Afterpaths (io.github.burnssa/afterpaths@0.2.5) Session memory for AI coding agents. Search past sessions, extract rules, and track what works. installs: pypi:afterpaths detail: https://mcpindex.ai/server/io-github-burnssa-afterpaths - ivygrep (io.github.bvolpato/ivygrep@1.2.10) Local code search and task context packs for coding agents installs: manual detail: https://mcpindex.ai/server/io-github-bvolpato-ivygrep - io.github.bytedance/mcp-server-search (io.github.bytedance/mcp-server-search@1.0.0) MCP server for web search operations installs: npm:@agent-infra/mcp-server-search detail: https://mcpindex.ai/server/io-github-bytedance-mcp-server-search - Meyhem — MCP Server Discovery & Agent Search (io.github.c5huracan/meyhem@1.0.0) Discover 6,700+ MCP servers and 15,000+ OpenClaw skills. Agent-native search with outcome ranking. installs: remote:https://api.rhdxm.com/mcp detail: https://mcpindex.ai/server/io-github-c5huracan-meyhem - Google Maps MCP Server (io.github.cablate/google-map@0.0.53) 18 Google Maps tools for AI agents — geocode, search, directions, weather, and more. installs: npm:@cablate/mcp-google-map detail: https://mcpindex.ai/server/io-github-cablate-google-map - io.github.caelum29/calibre-mcp (io.github.caelum29/calibre-mcp@0.7.2) Calibre ebook library server: search, read content, curate metadata, semantic search, gated writes. installs: npm:calibre-mcp detail: https://mcpindex.ai/server/io-github-caelum29-calibre-mcp - io.github.canonicalmg/sortio (io.github.canonicalmg/sortio@1.0.0) Read-only search of your Sortio knowledge graph (files and entities) for Claude and ChatGPT. installs: remote:https://mcp.getsortio.com/mcp detail: https://mcpindex.ai/server/io-github-canonicalmg-sortio - searchts (io.github.capad-xyz/searchts@0.7.2) Keyless web access for AI agents: read bot-walled pages as Markdown, search, grab assets installs: pypi:searchts detail: https://mcpindex.ai/server/io-github-capad-xyz-searchts - io.github.cardmagic/messages (io.github.cardmagic/messages@1.2.0) Fuzzy search and browse Apple Messages/iMessage from CLI or MCP server installs: npm:@cardmagic/messages detail: https://mcpindex.ai/server/io-github-cardmagic-messages - io.github.carlisia/mcp-factcheck (io.github.carlisia/mcp-factcheck@1.0.0) An MCP server that validates content against MCP specification using semantic search and AI installs: docker:ghcr.io/carlisia/mcp-factcheck:v1.0.0 detail: https://mcpindex.ai/server/io-github-carlisia-mcp-factcheck - Hipocampo MCP (io.github.carrasquelalex1/hipocampo@1.0.1) Bilingual dual memory with SSC for AI agents. Semantic search, embeddings, profiles. installs: remote:https://alexbell1-hipocampo-mcp.hf.space/mcp detail: https://mcpindex.ai/server/io-github-carrasquelalex1-hipocampo - Klaren — French Companies Directory (io.github.ccamborde/klaren-mcp@0.1.2) Search French companies, directors and associations (INPI, INSEE, RNA). installs: pypi:klaren-mcp detail: https://mcpindex.ai/server/io-github-ccamborde-klaren-mcp - RemembrallMCP (io.github.cdnsteve/remembrallmcp@0.1.0) Persistent knowledge memory for AI agents. Hybrid search, code graph, pgvector. installs: npm:remembrallmcp detail: https://mcpindex.ai/server/io-github-cdnsteve-remembrallmcp - AgentIndex — Agentic Web Index (io.github.cengit1/agent-index@1.0.0) Search 150k+ AI agents and MCP servers. Live liveness probes, behavioral benchmarks, x402 commerce. installs: remote:https://agents.traderszone.net/mcp detail: https://mcpindex.ai/server/io-github-cengit1-agent-index - io.github.certindex/certindex-mcp (io.github.certindex/certindex-mcp@0.2.0) Certificate Transparency search for AI agents: certs, subdomains, issuance history, expiry. installs: pypi:certindex-mcp detail: https://mcpindex.ai/server/io-github-certindex-certindex-mcp - io.github.cesco345/capital-equipment (io.github.cesco345/capital-equipment@1.0.0) Search, book, and manage scientific research equipment across 500+ STEM core facilities. installs: remote:https://us-central1-capital-equipment-dev.cloudfunctions.net/mcpServer/mcp detail: https://mcpindex.ai/server/io-github-cesco345-capital-equipment - Search Ads 360 MCP Server (io.github.cesteral/sa360-mcp@1.1.0) Search Ads 360 — reporting via query language, insights, and offline conversion upload installs: npm:@cesteral/sa360-mcp | remote:https://{host}/sa360-mcp/mcp detail: https://mcpindex.ai/server/io-github-cesteral-sa360-mcp - io.github.chhavimishra/originselect-mcp-server (io.github.chhavimishra/originselect-mcp-server@1.0.10) Search ethical, origin-verified products and brands by country of origin installs: npm:originselect-mcp-server detail: https://mcpindex.ai/server/io-github-chhavimishra-originselect-mcp-server - TrustedVillas Villa Rentals (io.github.chris-paton/trustedvillas-mcp@1.0.0) Search and book luxury villa rentals across Europe with real-time availability and pricing. installs: remote:https://mcp.trustedvillas.co.uk/mcp detail: https://mcpindex.ai/server/io-github-chris-paton-trustedvillas-mcp - io.github.chrischall/alltrails-mcp (io.github.chrischall/alltrails-mcp@2.1.3) Unofficial AllTrails MCP for Claude — search trails, get details, reviews, photos, saved lists installs: npm:alltrails-mcp detail: https://mcpindex.ai/server/io-github-chrischall-alltrails-mcp - io.github.chrischall/compass-mcp (io.github.chrischall/compass-mcp@0.12.3) Compass real-estate for Claude — search, property details, photos, price history, compare installs: npm:compass-mcp detail: https://mcpindex.ai/server/io-github-chrischall-compass-mcp - io.github.chrischall/etix-mcp (io.github.chrischall/etix-mcp@0.4.3) Etix event discovery for Claude — search events, venues & performers and fetch event details installs: npm:etix-mcp detail: https://mcpindex.ai/server/io-github-chrischall-etix-mcp - io.github.chrischall/getyourguide-mcp (io.github.chrischall/getyourguide-mcp@1.1.3) GetYourGuide tours & activities for Claude — search, details, options, and reviews installs: npm:getyourguide-mcp detail: https://mcpindex.ai/server/io-github-chrischall-getyourguide-mcp - io.github.chrischall/groupon-mcp (io.github.chrischall/groupon-mcp@0.1.5) Groupon deals for Claude — search and browse local, goods, and travel deals installs: npm:groupon-mcp detail: https://mcpindex.ai/server/io-github-chrischall-groupon-mcp - io.github.chrischall/hemnet-mcp (io.github.chrischall/hemnet-mcp@0.3.2) Hemnet.se real estate for Claude: search, sold prices, listings & market stats installs: npm:hemnet-mcp detail: https://mcpindex.ai/server/io-github-chrischall-hemnet-mcp - io.github.chrischall/homes-mcp (io.github.chrischall/homes-mcp@1.1.3) homes.com real-estate for Claude — search, property details, photos, compare, mortgage math installs: npm:homes-mcp detail: https://mcpindex.ai/server/io-github-chrischall-homes-mcp - io.github.chrischall/musicbrainz-mcp (io.github.chrischall/musicbrainz-mcp@0.2.5) MusicBrainz MCP — search/browse music metadata, cover art, and submit tags/ratings/collections installs: npm:musicbrainz-mcp detail: https://mcpindex.ai/server/io-github-chrischall-musicbrainz-mcp - io.github.chrischall/onehome-mcp (io.github.chrischall/onehome-mcp@0.13.3) OneHome (CoreLogic) real-estate access for Claude — search, property details, photos, saved homes installs: npm:onehome-mcp detail: https://mcpindex.ai/server/io-github-chrischall-onehome-mcp - io.github.chrischall/redfin-mcp (io.github.chrischall/redfin-mcp@0.10.3) Redfin real-estate for Claude — search, property details, market reports, saved homes installs: npm:redfin-mcp detail: https://mcpindex.ai/server/io-github-chrischall-redfin-mcp - io.github.chrischall/resy-mcp (io.github.chrischall/resy-mcp@0.6.3) Resy reservation management — search, book, cancel, favorites, and Priority Notify for Claude installs: npm:resy-mcp detail: https://mcpindex.ai/server/io-github-chrischall-resy-mcp - io.github.chrischall/thumbtack-mcp (io.github.chrischall/thumbtack-mcp@0.1.1) Unofficial Thumbtack MCP — search local service pros, read profiles, ratings and reviews installs: npm:@chrischall/thumbtack-mcp detail: https://mcpindex.ai/server/io-github-chrischall-thumbtack-mcp - io.github.chrischall/tock-mcp (io.github.chrischall/tock-mcp@0.3.0) Tock (exploretock.com): discover restaurants, search a city, get venue details and availability. installs: npm:tock-mcp detail: https://mcpindex.ai/server/io-github-chrischall-tock-mcp - io.github.chrischall/tripadvisor-mcp (io.github.chrischall/tripadvisor-mcp@0.3.3) TripAdvisor location search, details, photos, and reviews via the Terra API installs: npm:@chrischall/tripadvisor-mcp detail: https://mcpindex.ai/server/io-github-chrischall-tripadvisor-mcp - io.github.chrischall/untappd-mcp (io.github.chrischall/untappd-mcp@1.8.5) Untappd MCP — search beers/breweries/venues, read check-ins & wishlists, post check-ins installs: npm:untappd-mcp detail: https://mcpindex.ai/server/io-github-chrischall-untappd-mcp - io.github.chrischall/viator-mcp (io.github.chrischall/viator-mcp@1.0.5) Search Viator tours and activities — products, availability, attractions, destinations. installs: npm:@chrischall/viator-mcp detail: https://mcpindex.ai/server/io-github-chrischall-viator-mcp - io.github.chrischall/zillow-mcp (io.github.chrischall/zillow-mcp@0.11.3) Zillow real-estate for Claude — search, property details, Zestimates, saved searches & homes installs: npm:zillow-mcp detail: https://mcpindex.ai/server/io-github-chrischall-zillow-mcp - io.github.ciinkwia/agent-tool-finder (io.github.ciinkwia/agent-tool-finder@1.0.0) Free search across ~35,000 agent tools (x402 bazaar + MCP registry) by plain-language need. installs: remote:https://clink-lithium-vault.fly.dev/mcp detail: https://mcpindex.ai/server/io-github-ciinkwia-agent-tool-finder - io.github.ciinkwia/twitter-signal-mcp (io.github.ciinkwia/twitter-signal-mcp@0.1.0) Live X/Twitter search and AI trend digests. No Twitter API key — pay per call in USDC via x402. installs: npm:twitter-signal-mcp detail: https://mcpindex.ai/server/io-github-ciinkwia-twitter-signal-mcp - Civis (io.github.civis-labs/civis@0.25.0) Structured knowledge base for AI agent solutions. Search, explore, and retrieve build logs. installs: remote:https://mcp.civis.run/mcp detail: https://mcpindex.ai/server/io-github-civis-labs-civis - io.github.claracarspt/mcp (io.github.claracarspt/mcp@0.1.3) Used & imported cars in Portugal: search stock, ISV/IUC tax calc, resale value, contact. installs: npm:claracars-mcp | remote:https://claracars.pt/mcp detail: https://mcpindex.ai/server/io-github-claracarspt-mcp - io.github.clauderecallhq/recall (io.github.clauderecallhq/recall@0.12.0) Persistent memory for Claude Code. Search, recall, and re-inject context from any session. installs: npm:@clauderecallhq/cli detail: https://mcpindex.ai/server/io-github-clauderecallhq-recall - io.github.closelookventure/closelook-intelligence (io.github.closelookventure/closelook-intelligence@0.2.0) Search Closelook's AI-market explainers and daily readings of its functional AI indices. Read-only. installs: remote:https://closelook-mcp.look-investment-gmbh.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-closelookventure-closelook-intelligence - io.github.codespar/mcp-mercado-libre (io.github.codespar/mcp-mercado-libre@0.2.2) Mercado Libre — LATAM marketplace, product search, orders, sellers, shipments installs: npm:@codespar/mcp-mercado-libre detail: https://mcpindex.ai/server/io-github-codespar-mcp-mercado-libre - io.github.colophon-group/jobseek (io.github.colophon-group/jobseek@0.1.3) Search jobs, companies, and watchlists on Job Seek (jseek.co) installs: npm:@jseek/mcp-server detail: https://mcpindex.ai/server/io-github-colophon-group-jobseek - io.github.commitshow/legitshow-search (io.github.commitshow/legitshow-search@0.1.0) Search launched software (SaaS, AI tools, MCP servers) by measured production-readiness. installs: npm:legitshow-mcp detail: https://mcpindex.ai/server/io-github-commitshow-legitshow-search - Apple Notes (io.github.connerkward/mcp-apple-notes@1.0.2) Semantic search + connection-discovery across your own Apple Notes (bridges, synthesis). installs: manual detail: https://mcpindex.ai/server/io-github-connerkward-mcp-apple-notes - BGPT - Scientific Paper Search (io.github.connerlambden/bgpt-mcp@1.1.0) Search scientific papers with structured experimental data from full-text studies installs: remote:https://bgpt.pro/mcp/sse detail: https://mcpindex.ai/server/io-github-connerlambden-bgpt-mcp - Podcast Index MCP Server (io.github.conorbronsdon/podcastindex-mcp@0.3.0) Search the Podcast Index: podcasts, episodes, person appearances, trending, feed health. installs: npm:podcastindex-mcp detail: https://mcpindex.ai/server/io-github-conorbronsdon-podcastindex-mcp - io.github.constripacity/claude-replay (io.github.constripacity/claude-replay@0.4.1) Session checkpoint & recovery for Claude Code: resume, search, tag, and export recorded sessions. installs: pypi:claude-replay detail: https://mcpindex.ai/server/io-github-constripacity-claude-replay - ContextStream MCP Server (io.github.contextstreamio/mcp-server@0.4.81) ContextStream MCP server for code context, memory, search, and AI tools. installs: npm:@contextstream/mcp-server detail: https://mcpindex.ai/server/io-github-contextstreamio-mcp-server - io.github.copus-io/copus (io.github.copus-io/copus@1.0.1) Search human-curated content recommendations from Copus - The Internet Treasure Map installs: npm:copus-mcp-server detail: https://mcpindex.ai/server/io-github-copus-io-copus - Bookmark Lens (io.github.cornelcroi/bookmark-lens@0.0.7) Local-first bookmark management with semantic search and AI-powered organization installs: pypi:bookmark-lens detail: https://mcpindex.ai/server/io-github-cornelcroi-bookmark-lens - CourtAPI — Federal Court Data (io.github.courtio/courtapi-mcp@0.1.0) Search and retrieve US federal court cases, dockets, claims, and documents via PACER installs: npm:@courtio/courtapi-mcp detail: https://mcpindex.ai/server/io-github-courtio-courtapi-mcp - io.github.cr7258/elasticsearch-mcp-server (io.github.cr7258/elasticsearch-mcp-server@2.0.15) MCP server for interacting with Elasticsearch installs: pypi:elasticsearch-mcp-server detail: https://mcpindex.ai/server/io-github-cr7258-elasticsearch-mcp-server - MCP Mediawiki (io.github.crunchtools/mediawiki@0.1.2) Secure MCP server for MediaWiki wikis — search, pages, categories, and more installs: pypi:mcp-mediawiki-crunchtools detail: https://mcpindex.ai/server/io-github-crunchtools-mediawiki - eBay Browse (io.github.cunicopia-dev/ebay-mcp@0.1.0) eBay Browse API MCP server — buy-side listing search and price intelligence. installs: pypi:ebay-mcp detail: https://mcpindex.ai/server/io-github-cunicopia-dev-ebay-mcp - Supericons (io.github.curlymolelabs/supericons@0.4.22) Multilingual semantic SVG icon search with previews for AI coding agents. 20,000+ icons. installs: npm:@supericons/mcp | remote:https://mcp.supericons.dev/mcp detail: https://mcpindex.ai/server/io-github-curlymolelabs-supericons - io.github.cyanheads/anime-mcp-server (io.github.cyanheads/anime-mcp-server@0.1.3) Search anime/manga, franchise watch order, schedule, characters, rankings, studio filmography. installs: npm:@cyanheads/anime-mcp-server detail: https://mcpindex.ai/server/io-github-cyanheads-anime-mcp-server - io.github.cyanheads/arxiv-mcp-server (io.github.cyanheads/arxiv-mcp-server@1.5.0) Search arXiv, fetch paper metadata, and read full-text content. installs: npm:@cyanheads/arxiv-mcp-server | remote:https://arxiv.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-arxiv-mcp-server - io.github.cyanheads/biorxiv-mcp-server (io.github.cyanheads/biorxiv-mcp-server@0.2.4) Search and retrieve bioRxiv and medRxiv preprints — by DOI, date interval, or keyword — via MCP. installs: npm:@cyanheads/biorxiv-mcp-server detail: https://mcpindex.ai/server/io-github-cyanheads-biorxiv-mcp-server - io.github.cyanheads/bluesky-mcp-server (io.github.cyanheads/bluesky-mcp-server@0.3.0) Search posts, profiles, feeds, threads, and trending topics on Bluesky. installs: npm:@cyanheads/bluesky-mcp-server | remote:https://bluesky.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-bluesky-mcp-server - io.github.cyanheads/cdc-health-mcp-server (io.github.cyanheads/cdc-health-mcp-server@0.8.4) Search and query CDC public health data — mortality, vaccinations, surveillance, behavioral risk. installs: npm:@cyanheads/cdc-health-mcp-server | remote:https://cdc.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-cdc-health-mcp-server - io.github.cyanheads/clinicaltrialsgov-mcp-server (io.github.cyanheads/clinicaltrialsgov-mcp-server@2.8.5) Search ClinicalTrials.gov — find studies, retrieve results, match patients to eligible trials. installs: npm:clinicaltrialsgov-mcp-server | remote:https://clinicaltrials.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-clinicaltrialsgov-mcp-server - io.github.cyanheads/college-scorecard-mcp-server (io.github.cyanheads/college-scorecard-mcp-server@0.1.7) Search, compare, and analyze U.S. college data — costs, earnings, programs, and outcomes. installs: npm:@cyanheads/college-scorecard-mcp-server detail: https://mcpindex.ai/server/io-github-cyanheads-college-scorecard-mcp-server - io.github.cyanheads/courtlistener-mcp-server (io.github.cyanheads/courtlistener-mcp-server@0.7.0) Search US court opinions, federal dockets, judges, citations, and oral arguments via CourtListener. installs: npm:@cyanheads/courtlistener-mcp-server | remote:https://courtlistener.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-courtlistener-mcp-server - io.github.cyanheads/crossref-mcp-server (io.github.cyanheads/crossref-mcp-server@0.3.9) Resolve DOIs, search ~155M scholarly works, and fetch references via the Crossref REST API. installs: npm:@cyanheads/crossref-mcp-server detail: https://mcpindex.ai/server/io-github-cyanheads-crossref-mcp-server - io.github.cyanheads/cyanheads-mcp-server (io.github.cyanheads/cyanheads-mcp-server@0.4.0) Fleet discovery for the cyanheads MCP ecosystem — semantic search + install snippets. installs: npm:@cyanheads/cyanheads-mcp-server | remote:https://cyanheads.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-cyanheads-mcp-server - io.github.cyanheads/earthquake-mcp-server (io.github.cyanheads/earthquake-mcp-server@0.3.1) Search USGS and EMSC seismic data — real-time feeds, event queries, and earthquake counts. installs: npm:@cyanheads/earthquake-mcp-server | remote:https://earthquake.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-earthquake-mcp-server - io.github.cyanheads/eur-lex-mcp-server (io.github.cyanheads/eur-lex-mcp-server@0.9.8) Search EU legislation, CJEU case law, and treaties; traverse CELLAR graph; browse EuroVoc concepts. installs: npm:@cyanheads/eur-lex-mcp-server | remote:https://eur-lex.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-eur-lex-mcp-server - io.github.cyanheads/eurostat-mcp-server (io.github.cyanheads/eurostat-mcp-server@0.6.0) Search and query the Eurostat catalogue — EU economy, demography, trade, and NUTS regional data. installs: npm:@cyanheads/eurostat-mcp-server | remote:https://eurostat.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-eurostat-mcp-server - io.github.cyanheads/faa-aircraft-registry-mcp-server (io.github.cyanheads/faa-aircraft-registry-mcp-server@0.1.7) Offline, keyless lookup of the US civil aircraft registry — decode N-numbers, search records. installs: npm:@cyanheads/faa-aircraft-registry-mcp-server | remote:https://faa-aircraft-registry.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-faa-aircraft-registry-mcp-server - io.github.cyanheads/federal-regulations-mcp-server (io.github.cyanheads/federal-regulations-mcp-server@0.2.2) Search and trace US federal rules across the Federal Register, eCFR, and Regulations.gov. installs: npm:@cyanheads/federal-regulations-mcp-server | remote:https://federal-regulations.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-federal-regulations-mcp-server - io.github.cyanheads/federal-reserve-mcp-server (io.github.cyanheads/federal-reserve-mcp-server@0.2.2) Search and fetch ~800K Federal Reserve economic time-series from the FRED API via MCP. installs: npm:@cyanheads/federal-reserve-mcp-server detail: https://mcpindex.ai/server/io-github-cyanheads-federal-reserve-mcp-server - io.github.cyanheads/fred-mcp-server (io.github.cyanheads/fred-mcp-server@0.1.6) Search and fetch ~800K Federal Reserve economic time-series from the FRED API via MCP. installs: npm:@cyanheads/fred-mcp-server detail: https://mcpindex.ai/server/io-github-cyanheads-fred-mcp-server - io.github.cyanheads/gbif-biodiversity-mcp-server (io.github.cyanheads/gbif-biodiversity-mcp-server@0.7.2) Search GBIF species taxonomy, occurrence records, datasets, and publishers. installs: npm:@cyanheads/gbif-biodiversity-mcp-server | remote:https://gbif-biodiversity.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-gbif-biodiversity-mcp-server - io.github.cyanheads/gbif-mcp-server (io.github.cyanheads/gbif-mcp-server@0.1.7) Search GBIF species taxonomy, occurrence records, datasets, and publishers. installs: npm:@cyanheads/gbif-mcp-server | remote:https://gbif.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-gbif-mcp-server - io.github.cyanheads/gdelt-mcp-server (io.github.cyanheads/gdelt-mcp-server@0.2.6) Search and analyze global news coverage and US TV transcripts via the GDELT Project APIs. installs: npm:@cyanheads/gdelt-mcp-server | remote:https://gdelt.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-gdelt-mcp-server - io.github.cyanheads/guardian-mcp-server (io.github.cyanheads/guardian-mcp-server@0.1.2) Guardian Open Platform — search and retrieve full article text from The Guardian archive. installs: npm:@cyanheads/guardian-mcp-server detail: https://mcpindex.ai/server/io-github-cyanheads-guardian-mcp-server - io.github.cyanheads/hn-mcp-server (io.github.cyanheads/hn-mcp-server@0.5.13) Browse Hacker News feeds, threads, and user profiles with full-text search. installs: npm:@cyanheads/hn-mcp-server | remote:https://hn.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-hn-mcp-server - io.github.cyanheads/internet-archive-mcp-server (io.github.cyanheads/internet-archive-mcp-server@0.1.3) Search the Wayback Machine and IA library (40M+ items), fetch snapshots, item metadata, and text. installs: npm:@cyanheads/internet-archive-mcp-server detail: https://mcpindex.ai/server/io-github-cyanheads-internet-archive-mcp-server - io.github.cyanheads/musicbrainz-mcp-server (io.github.cyanheads/musicbrainz-mcp-server@0.1.5) Search MusicBrainz artists, releases, works, labels; resolve ISRC/ISWC/barcode; fetch cover art. installs: npm:@cyanheads/musicbrainz-mcp-server | remote:https://musicbrainz.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-musicbrainz-mcp-server - io.github.cyanheads/nhtsa-vehicle-safety-mcp-server (io.github.cyanheads/nhtsa-vehicle-safety-mcp-server@0.9.4) Decode VINs, search recalls, complaints, crash ratings, and investigations. installs: npm:@cyanheads/nhtsa-vehicle-safety-mcp-server | remote:https://nhtsa.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-nhtsa-vehicle-safety-mcp-server - io.github.cyanheads/nist-nvd-mcp-server (io.github.cyanheads/nist-nvd-mcp-server@0.2.0) Search and audit NIST NVD CVEs by keyword, severity, CWE, CISA KEV status, and CPE. installs: npm:@cyanheads/nist-nvd-mcp-server detail: https://mcpindex.ai/server/io-github-cyanheads-nist-nvd-mcp-server - io.github.cyanheads/noaa-cdo-mcp-server (io.github.cyanheads/noaa-cdo-mcp-server@0.1.15) Search NOAA CDO stations and datasets, fetch historical weather observations. installs: npm:@cyanheads/noaa-cdo-mcp-server | remote:https://noaa-cdo.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-noaa-cdo-mcp-server - io.github.cyanheads/noaa-climate-mcp-server (io.github.cyanheads/noaa-climate-mcp-server@0.2.0) Search NOAA climate stations and datasets, fetch historical weather observations. installs: npm:@cyanheads/noaa-climate-mcp-server | remote:https://noaa-climate.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-noaa-climate-mcp-server - io.github.cyanheads/obsidian-mcp-server (io.github.cyanheads/obsidian-mcp-server@3.2.12) Read, write, search, and surgically edit Obsidian notes, tags, and frontmatter via MCP. installs: npm:obsidian-mcp-server detail: https://mcpindex.ai/server/io-github-cyanheads-obsidian-mcp-server - io.github.cyanheads/oecd-mcp-server (io.github.cyanheads/oecd-mcp-server@0.3.0) Search and query 1,500+ OECD statistical datasets via SDMX. Keyless. installs: npm:@cyanheads/oecd-mcp-server detail: https://mcpindex.ai/server/io-github-cyanheads-oecd-mcp-server - io.github.cyanheads/openfoodfacts-mcp-server (io.github.cyanheads/openfoodfacts-mcp-server@0.3.1) Barcode lookup, nutrition search, and product comparison for 3M+ crowd-sourced food products. installs: npm:@cyanheads/openfoodfacts-mcp-server | remote:https://openfoodfacts.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-openfoodfacts-mcp-server - io.github.cyanheads/openstates-mcp-server (io.github.cyanheads/openstates-mcp-server@0.3.0) Search bills, legislators, committees, and events across all 50 US states, DC, and 5 US territories. installs: npm:@cyanheads/openstates-mcp-server | remote:https://openstates.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-openstates-mcp-server - io.github.cyanheads/paleobiology-mcp-server (io.github.cyanheads/paleobiology-mcp-server@0.3.4) Search fossil occurrences, taxon ranges, diversity through deep time, and the geologic time scale. installs: npm:@cyanheads/paleobiology-mcp-server detail: https://mcpindex.ai/server/io-github-cyanheads-paleobiology-mcp-server - io.github.cyanheads/pubchem-mcp-server (io.github.cyanheads/pubchem-mcp-server@0.6.0) Search PubChem compounds, properties, safety data, bioactivity, and cross-references. installs: npm:@cyanheads/pubchem-mcp-server | remote:https://pubchem.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-pubchem-mcp-server - io.github.cyanheads/pubmed-mcp-server (io.github.cyanheads/pubmed-mcp-server@2.10.2) Search PubMed/Europe PMC, fetch articles and full text (PMC/EPMC/Unpaywall), citations, MeSH terms. installs: npm:@cyanheads/pubmed-mcp-server | remote:https://pubmed.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-pubmed-mcp-server - io.github.cyanheads/reliefweb-mcp-server (io.github.cyanheads/reliefweb-mcp-server@0.2.0) Search ReliefWeb humanitarian reports, disasters, jobs, training, and country profiles via MCP. installs: npm:@cyanheads/reliefweb-mcp-server | remote:https://reliefweb.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-reliefweb-mcp-server - io.github.cyanheads/ris-austria-mcp-server (io.github.cyanheads/ris-austria-mcp-server@0.4.1) Search Austrian federal and state law, court decisions, and the authentic Bundesgesetzblatt (RIS). installs: npm:@cyanheads/ris-austria-mcp-server | remote:https://ris-austria.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-ris-austria-mcp-server - io.github.cyanheads/seerr-mcp-server (io.github.cyanheads/seerr-mcp-server@0.1.2) Search Jellyseerr/Overseerr, check availability, and create guarded media requests. installs: npm:@cyanheads/seerr-mcp-server detail: https://mcpindex.ai/server/io-github-cyanheads-seerr-mcp-server - io.github.cyanheads/socrata-mcp-server (io.github.cyanheads/socrata-mcp-server@0.1.14) Search and query government open-data portals (Socrata SODA API). installs: npm:@cyanheads/socrata-mcp-server | remote:https://socrata.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-socrata-mcp-server - io.github.cyanheads/stackexchange-mcp-server (io.github.cyanheads/stackexchange-mcp-server@0.1.9) Search Stack Exchange questions, fetch Q&A threads as markdown, look up tag FAQs and user profiles. installs: npm:@cyanheads/stackexchange-mcp-server | remote:https://stackexchange.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-stackexchange-mcp-server - io.github.cyanheads/tmdb-mcp-server (io.github.cyanheads/tmdb-mcp-server@0.1.1) Search, detail, and discovery for movies, TV, and people on The Movie Database (TMDB). installs: npm:@cyanheads/tmdb-mcp-server detail: https://mcpindex.ai/server/io-github-cyanheads-tmdb-mcp-server - io.github.cyanheads/uniprot-mcp-server (io.github.cyanheads/uniprot-mcp-server@0.2.1) Protein research over UniProtKB — search by function, fetch curated records, map IDs, proteomes. installs: npm:@cyanheads/uniprot-mcp-server detail: https://mcpindex.ai/server/io-github-cyanheads-uniprot-mcp-server - io.github.cyanheads/usda-mcp-server (io.github.cyanheads/usda-mcp-server@0.1.6) Search foods, compare nutrients, and look up the full USDA FoodData Central database. installs: npm:@cyanheads/usda-mcp-server detail: https://mcpindex.ai/server/io-github-cyanheads-usda-mcp-server - io.github.cyanheads/uspto-mcp-server (io.github.cyanheads/uspto-mcp-server@0.1.2) Search USPTO patent applications, PTAB trial proceedings, and petition decisions. installs: npm:@cyanheads/uspto-mcp-server detail: https://mcpindex.ai/server/io-github-cyanheads-uspto-mcp-server - io.github.cyanheads/wikidata-mcp-server (io.github.cyanheads/wikidata-mcp-server@0.1.17) Search and fetch Wikidata entities, execute SPARQL queries, and resolve external identifiers. installs: npm:@cyanheads/wikidata-mcp-server | remote:https://wikidata.caseyjhand.com/mcp detail: https://mcpindex.ai/server/io-github-cyanheads-wikidata-mcp-server - io.github.cyanheads/wikipedia-mcp-server (io.github.cyanheads/wikipedia-mcp-server@0.1.16) Search Wikipedia, read summaries and full text, target sections, find nearby pages, list languages. installs: npm:@cyanheads/wikipedia-mcp-server detail: https://mcpindex.ai/server/io-github-cyanheads-wikipedia-mcp-server - io.github.cyberpapiii/imessage-max (io.github.cyberpapiii/imessage-max@0.4.4) AI-optimized MCP server for iMessage on macOS. Read, search, and send messages. installs: pypi:imessage-max detail: https://mcpindex.ai/server/io-github-cyberpapiii-imessage-max - io.github.daanielcruz/gsearch (io.github.daanielcruz/gsearch@1.1.0) Free Google Search with inline citations for any MCP-compatible AI tool. installs: npm:@daanielcruz/gsearch-mcp detail: https://mcpindex.ai/server/io-github-daanielcruz-gsearch - io.github.daedalus/mcp-external-memory (io.github.daedalus/mcp-external-memory@0.1.2) An MCP server that gives LLMs persistent, searchable semantic memory installs: pypi:mcp-external-memory detail: https://mcpindex.ai/server/io-github-daedalus-mcp-external-memory - Avukatim Legal Search (io.github.damdafayton/avukatim@1.0.1) Search Turkish laws, court decisions, and legal documents using AI. installs: remote:https://hukuk.damdafa.com/mcp/server/sse detail: https://mcpindex.ai/server/io-github-damdafayton-avukatim - io.github.damoqiongqiu/mcp-local-rag (io.github.damoqiongqiu/mcp-local-rag@0.21.0) Semantic code & doc search with keyword boost. AST code nav, auto HF mirror, local, privacy-first. installs: npm:@damoqiongqiu/mcp-local-rag detail: https://mcpindex.ai/server/io-github-damoqiongqiu-mcp-local-rag - Lorcana MCP (io.github.danielenricocahall/lorcana-mcp@2.3.0) MCP server for searching, exploring, and aggregating Disney Lorcana cards. installs: docker:ghcr.io/danielenricocahall/lorcana-mcp:2.3.0 detail: https://mcpindex.ai/server/io-github-danielenricocahall-lorcana-mcp - Boundr (io.github.danielinniss/boundr@1.1.0) UK administrative boundary data from OS Boundary Line: name search, point lookup, GeoJSON geometries installs: remote:https://mcp.boundr.dev/mcp detail: https://mcpindex.ai/server/io-github-danielinniss-boundr - Jewelry by Sweet Pea Products (io.github.danielle790/jewelry-by-sweet-pea@1.0.1) Live search of 100,000+ fine jewelry products, prices and store policies. Read-only, no auth. installs: remote:https://chat.jewelrybysweetpea.com/mcp detail: https://mcpindex.ai/server/io-github-danielle790-jewelry-by-sweet-pea - SEC EDGAR (io.github.danishashko/edgar-mcp@1.0.2) SEC EDGAR filings (10-K, 10-Q, 8-K), XBRL financials, and full-text filing search. No API key. installs: npm:edgar-mcp detail: https://mcpindex.ai/server/io-github-danishashko-edgar-mcp - Geocoding (io.github.danishashko/geocode-mcp@1.0.2) Forward and reverse geocoding, place search, and distance via OpenStreetMap Nominatim. No key. installs: npm:geocode-mcp detail: https://mcpindex.ai/server/io-github-danishashko-geocode-mcp - KeepFlash Agent Access (io.github.dante-is-shipping/keepflash-agent-access@1.0.0) Search, read, cite, create, and safely update a user's private KeepFlash knowledge library. installs: remote:https://keepflash.com/api/mcp detail: https://mcpindex.ai/server/io-github-dante-is-shipping-keepflash-agent-access - io.github.darrenjrobinson/entra-news (io.github.darrenjrobinson/entra-news@0.1.4) Search the Entra.news newsletter archive — a weekly digest of Microsoft Entra news installs: npm:entra-news-mcp detail: https://mcpindex.ai/server/io-github-darrenjrobinson-entra-news - io.github.darrenjrobinson/entra-news-podcast (io.github.darrenjrobinson/entra-news-podcast@0.1.2) Search Entra.Chat podcast transcripts — Merill Fernando's Microsoft Entra podcast on YouTube installs: npm:entra-news-podcast-mcp detail: https://mcpindex.ai/server/io-github-darrenjrobinson-entra-news-podcast - io.github.darrenjrobinson/microsoft-ai-roundup (io.github.darrenjrobinson/microsoft-ai-roundup@0.1.1) Search Merill's Weekly Microsoft AI Roundup (msai.ms) archive — curated weekly Microsoft AI news installs: npm:microsoft-ai-roundup-mcp detail: https://mcpindex.ai/server/io-github-darrenjrobinson-microsoft-ai-roundup - PH Schools MCP Server (io.github.darwinphi/ph-schools@1.0.3) Local stdio MCP server for searching and analyzing the Philippine schools masterlist dataset. installs: npm:@darwinphi/ph-schools-mcp-server detail: https://mcpindex.ai/server/io-github-darwinphi-ph-schools - io.github.datmay-dot/streambridge (io.github.datmay-dot/streambridge@1.0.0) Search Chinese TV drama scenes with second-level timestamps by character, emotion, or scene type. installs: remote:https://mcp.lume.living/mcp detail: https://mcpindex.ai/server/io-github-datmay-dot-streambridge - io.github.davidmosiah/google-ads-intent-mcp (io.github.davidmosiah/google-ads-intent-mcp@0.1.1) Dry-run-first Google Ads search-term intent analyzer and negative-keyword MCP for agents. installs: pypi:google-ads-intent-mcp detail: https://mcpindex.ai/server/io-github-davidmosiah-google-ads-intent-mcp - io.github.davidmosiah/uap-pulse (io.github.davidmosiah/uap-pulse@0.4.0) Search and map the Pentagon UAP/UFO releases plus curated official archives from 12 nations. installs: npm:uap-pulse detail: https://mcpindex.ai/server/io-github-davidmosiah-uap-pulse - second-brain MCP (io.github.ddmanyes/mcp-second-brain@0.1.0) Self-maintaining knowledge vault: figure-level search, auto-wikilinks, and memory compression. installs: pypi:mcp-second-brain detail: https://mcpindex.ai/server/io-github-ddmanyes-mcp-second-brain - Voila Groceries MCP (io.github.dearlordylord/voila-mcp@0.1.7) Safe personal Voila grocery automation for search, slots, cart updates, and order history installs: npm:@firfi/voila-mcp detail: https://mcpindex.ai/server/io-github-dearlordylord-voila-mcp - Engram (io.github.debragail/engram@1.1.0) Persistent memory for AI agents — verbatim conversations, searchable by meaning. installs: remote:https://mcp.getengram.app/mcp detail: https://mcpindex.ai/server/io-github-debragail-engram - ALLFLYGHTS (io.github.dev-allflyghts/mcp-server@1.0.0) Geo-based flight search MCP server. Find more flights between any two places on earth installs: remote:https://mcp.allflyghts.com/mcp detail: https://mcpindex.ai/server/io-github-dev-allflyghts-mcp-server - io.github.devag7/linkedin-mcp (io.github.devag7/linkedin-mcp@2.0.3) LinkedIn for AI assistants — search, profiles, jobs, feed, messaging, and gated writes. installs: npm:linkedin-mcp-tools detail: https://mcpindex.ai/server/io-github-devag7-linkedin-mcp - SkillDB (io.github.devchad-cmd/skilldb@0.8.3) A registry of 5,900+ peer-authored skills any MCP agent can search and load on demand. installs: npm:skilldb | remote:https://mcp.skilldb.dev detail: https://mcpindex.ai/server/io-github-devchad-cmd-skilldb - Remode - Visual Fashion Shopping (io.github.deviljin17/remode@0.2.1) Visual fashion search across retailers and resale, with localized prices and app handoffs. installs: remote:https://remode-assistant-mcp.onrender.com/mcp?platform=mcp_registry detail: https://mcpindex.ai/server/io-github-deviljin17-remode - io.github.dgahagan/homebox-mcp (io.github.dgahagan/homebox-mcp@1.0.0) Homebox home inventory: search, intake, warranties, attachments, locations, tags, QR labels installs: pypi:homebox-mcp detail: https://mcpindex.ai/server/io-github-dgahagan-homebox-mcp - Tripitaka MCP (io.github.dhamma-seeker/tripitaka-mcp@1.3.0) MCP server for the full Pāli Canon — search, cite, compare translations. Offered as Dhamma Dāna. installs: remote:https://mcp.tripitaka-mcp.com/mcp detail: https://mcpindex.ai/server/io-github-dhamma-seeker-tripitaka-mcp - io.github.digitamaz/clarvia (io.github.digitamaz/clarvia@1.1.2) AI agent tool discovery and scoring. Search 15,400+ MCP servers, APIs, and CLIs. installs: npm:clarvia-mcp-server detail: https://mcpindex.ai/server/io-github-digitamaz-clarvia - io.github.dimabalony/whentofly (io.github.dimabalony/whentofly@1.0.3) whentofly: flexible-date economy/business flight search + price-level context for AI agents installs: remote:https://whentofly.io/mcp?ch=mcp-registry detail: https://mcpindex.ai/server/io-github-dimabalony-whentofly - io.github.dioniipereyraa/memex (io.github.dioniipereyraa/memex@0.2.3) One searchable memory of your Claude.ai chats and Claude Code sessions, served over MCP. installs: pypi:memex-chats detail: https://mcpindex.ai/server/io-github-dioniipereyraa-memex - io.github.direct-web/drop-beacon-mcp (io.github.direct-web/drop-beacon-mcp@0.2.1) Search 100K+ EDC products. Track drops, compare prices, and analyze market trends. installs: npm:drop-beacon-mcp detail: https://mcpindex.ai/server/io-github-direct-web-drop-beacon-mcp - Claude Code Explorer MCP (io.github.divu2025/codemaster@1.1.0) Explore the Claude Code CLI source — browse tools, commands, search code, and more. installs: npm:@divyesh2000/codemaster detail: https://mcpindex.ai/server/io-github-divu2025-codemaster - SearchForge (io.github.divyanshu-iitian/searchforge@0.2.0) Free open-source web search and page reading for LLMs, AI agents, and RAG. installs: docker:ghcr.io/divyanshu-iitian/searchforge-mcp:0.2.0 detail: https://mcpindex.ai/server/io-github-divyanshu-iitian-searchforge - io.github.dlbolshov/yandex-wiki-search-mcp (io.github.dlbolshov/yandex-wiki-search-mcp@1.2.1) MCP server for Yandex Wiki with full-text search. installs: pypi:yandex-wiki-search-mcp | docker:ghcr.io/dlbolshov/yandex-wiki-search-mcp:1.2.1 detail: https://mcpindex.ai/server/io-github-dlbolshov-yandex-wiki-search-mcp - Groundhog (io.github.dmytrome/groundhog-mcp@0.11.0) Search, read and research the web, with hidden text stripped by default and sources hashed installs: pypi:groundhog-mcp detail: https://mcpindex.ai/server/io-github-dmytrome-groundhog-mcp - io.github.dnotitia/akb (io.github.dnotitia/akb@2.0.4) Git-backed org memory for AI agents — hybrid search, tables, files & a URI graph over MCP. installs: npm:akb-mcp detail: https://mcpindex.ai/server/io-github-dnotitia-akb - Google Contacts (io.github.domdomegg/google-contacts-mcp@1.3.0) Allow AI systems to list, search, and manage contacts via Google Contacts. installs: npm:google-contacts-mcp detail: https://mcpindex.ai/server/io-github-domdomegg-google-contacts-mcp - Google Maps Places (io.github.domdomegg/google-maps-places-mcp@1.1.2) Allow AI systems to search for places and get business info via Google Maps Places API. installs: npm:google-maps-places-mcp detail: https://mcpindex.ai/server/io-github-domdomegg-google-maps-places-mcp - Open Food Facts (io.github.domdomegg/openfoodfacts-mcp@2.6.0) Search and contribute to the Open Food Facts database. installs: npm:openfoodfacts-mcp detail: https://mcpindex.ai/server/io-github-domdomegg-openfoodfacts-mcp - io.github.donjguido/ai-dictionary-mcp (io.github.donjguido/ai-dictionary-mcp@0.13.0) Look up, search, cite, discuss, and track AI phenomenology terms installs: pypi:ai-dictionary-mcp detail: https://mcpindex.ai/server/io-github-donjguido-ai-dictionary-mcp - io.github.dontsovcmc/cdek (io.github.dontsovcmc/cdek@0.6.0) MCP server for CDEK delivery service API — create orders, track shipments, search delivery points installs: pypi:mcp-server-cdek detail: https://mcpindex.ai/server/io-github-dontsovcmc-cdek - io.github.dorukardahan/domain-search-mcp (io.github.dorukardahan/domain-search-mcp@1.13.1) Naming engine with availability intelligence: score names, check domains, socials and registries. installs: npm:domain-search-mcp detail: https://mcpindex.ai/server/io-github-dorukardahan-domain-search-mcp - MantisBT MCP Server (io.github.dpesch/mantisbt-mcp-server@1.11.0) MantisBT MCP server – manage issues, notes, files, tags, and relationships. With semantic search. installs: npm:@dpesch/mantisbt-mcp-server detail: https://mcpindex.ai/server/io-github-dpesch-mantisbt-mcp-server - Help Scout MCP Server (io.github.drewburchfield/help-scout-mcp@1.7.0) Search Help Scout conversations, customers, organizations, threads, and inboxes with AI assistants installs: npm:help-scout-mcp-server detail: https://mcpindex.ai/server/io-github-drewburchfield-help-scout-mcp - Heroku Code MCP (io.github.dsouzaAnush/heroku-code-mcp@0.1.0) Search and execute Heroku Platform API operations installs: manual detail: https://mcpindex.ai/server/io-github-dsouzaanush-heroku-code-mcp - dynamical.org Weather & Climate Catalog (io.github.dynamical-org/mcp@0.1.1) Search dynamical.org's open STAC catalog of weather & climate datasets (GFS, ECMWF, HRRR). installs: remote:https://mcp.dynamical.org/mcp detail: https://mcpindex.ai/server/io-github-dynamical-org-mcp - io.github.eansearch/eansearch-mcp-server (io.github.eansearch/eansearch-mcp-server@0.1.0) MCP server for real-time product search by barcode (EAN, UPC, GTIN) or keyword on ean-search.org installs: pypi:eansearch-mcp-server | remote:https://www.ean-search.org/mcp detail: https://mcpindex.ai/server/io-github-eansearch-eansearch-mcp-server - Japan Address & Geocoding (io.github.easakura/japan-address-geocoding-mcp@1.0.0) Japanese address search and geocoding (official address registry): postal codes and coordinates. installs: remote:https://jusho-mcp.easakura.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-easakura-japan-address-geocoding-mcp - Japan Company Leads Finder (io.github.easakura/japan-company-leads-mcp@1.0.0) B2B leads for Japan: search 1M+ companies by size, capital, location, subsidy history (gBizINFO). installs: remote:https://gbiz-leads-mcp.easakura.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-easakura-japan-company-leads-mcp - Japan Corporate Filings (io.github.easakura/japan-corporate-filings-mcp@1.0.0) Search Japanese corporate disclosures (FSA EDINET): securities reports and shareholding reports. installs: remote:https://edinet-mcp.easakura.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-easakura-japan-corporate-filings-mcp - Japan Law Search (io.github.easakura/japan-law-search-mcp@1.0.0) Full-text search of all current Japanese laws (official e-Gov data), down to exact article text. installs: remote:https://horei-mcp.easakura.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-easakura-japan-law-search-mcp - Japan Official Statistics (io.github.easakura/japan-official-statistics-mcp@1.0.0) Search official Japanese government statistics (e-Stat): population, economy, labor, and more. installs: remote:https://estat-mcp.easakura.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-easakura-japan-official-statistics-mcp - Japan Parliament Search (io.github.easakura/japan-parliament-search-mcp@1.0.0) Search Japan's National Diet records (1947-present): statements, Q&A, and debates with citations. installs: remote:https://kokkai-mcp.easakura.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-easakura-japan-parliament-search-mcp - Japan Subsidy Search (io.github.easakura/japan-subsidy-search-mcp@1.0.0) Search Japanese government subsidies (official jGrants data): deadlines, amounts, eligibility. installs: remote:https://hojokin-mcp.easakura.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-easakura-japan-subsidy-search-mcp - JobDataLake (io.github.echojobsio/jdl-mcp-server@1.0.14) Search 1M+ enriched job listings. Filter by skills, salary, location, and more. Free. installs: npm:@jobdatalake/mcp-server detail: https://mcpindex.ai/server/io-github-echojobsio-jdl-mcp-server - io.github.echomindr/echomindr (io.github.echomindr/echomindr@1.0.0) Real founder decisions, lessons and signals from 100+ podcasts — searchable by AI agents. installs: remote:https://echomindr.com/mcp/ detail: https://mcpindex.ai/server/io-github-echomindr-echomindr - io.github.edgardomunoznajar/america-law-graph (io.github.edgardomunoznajar/america-law-graph@1.0.1) Search 529K US statute sections. 50 states + USC + CFR. Semantic search, citation graph, MCP. installs: npm:america-law-graph detail: https://mcpindex.ai/server/io-github-edgardomunoznajar-america-law-graph - io.github.educlopez/sparkbites (io.github.educlopez/sparkbites@0.1.1) Search 500+ curated design websites and install DESIGN.md files directly from your AI agent. installs: npm:sparkbites-mcp detail: https://mcpindex.ai/server/io-github-educlopez-sparkbites - io.github.egoughnour/cowork-history (io.github.egoughnour/cowork-history@4.0.3) Hybrid search for Cowork history: FTS, Spotlight, and semantic vectors installs: pypi:cowork-history detail: https://mcpindex.ai/server/io-github-egoughnour-cowork-history - UK Companies House (io.github.elankeeran/companies-house-mcp@1.0.0) Search UK companies, retrieve profiles, officers, charges, and generate due diligence reports installs: remote:https://companies-house-mcp-server.onrender.com detail: https://mcpindex.ai/server/io-github-elankeeran-companies-house-mcp - io.github.eltociear/tokenguard-mcp (io.github.eltociear/tokenguard-mcp@1.2.0) Real-world data for agents: air quality, geocoding, quakes, holidays, web search installs: remote:https://eltociear-tokenguard.hf.space/mcp detail: https://mcpindex.ai/server/io-github-eltociear-tokenguard-mcp - io.github.emretheus/claude-remind-mcp (io.github.emretheus/claude-remind-mcp@0.1.1) Search past Claude Code conversations. Local BM25 over JSONL with one-click claude --resume. installs: npm:claude-remind-mcp detail: https://mcpindex.ai/server/io-github-emretheus-claude-remind-mcp - io.github.esrisaudiarabia/arcgis-mcp-server (io.github.esrisaudiarabia/arcgis-mcp-server@1.1.5) Intelligent ArcGIS content search. Works with Online/Enterprise. Requires user credentials. installs: pypi:arcgis-mcp-server detail: https://mcpindex.ai/server/io-github-esrisaudiarabia-arcgis-mcp-server - io.github.evan-moon/memex (io.github.evan-moon/memex@0.5.0) Local-first second brain with semantic search. Markdown notes indexed by a local ML model. installs: npm:@evan-moon/memex detail: https://mcpindex.ai/server/io-github-evan-moon-memex - prompts.chat MCP Server (io.github.f/prompts.chat-mcp@1.0.9) Search and retrieve AI prompts from prompts.chat, the social platform for AI prompts. installs: npm:@fkadev/prompts.chat-mcp detail: https://mcpindex.ai/server/io-github-f-prompts-chat-mcp - io.github.facultidev42FacultiDevelopment/faculti (io.github.facultidev42FacultiDevelopment/faculti@1.0.7) Search academic expert insights, papers and contributions from Faculti installs: npm:@facultiai/mcp-server detail: https://mcpindex.ai/server/io-github-facultidev42facultidevelopment-faculti - io.github.fashionmascherine-svg/reddit-scraper (io.github.fashionmascherine-svg/reddit-scraper@0.1.0) Reddit MCP server: search posts, subreddit feeds, comments & user profiles as JSON. No API key. installs: remote:https://opportunity-biz--reddit-scraper.apify.actor/mcp detail: https://mcpindex.ai/server/io-github-fashionmascherine-svg-reddit-scraper - MaxStat MCP (io.github.fbmdata/maxstat-mcp@1.2.3) Search 408K+ MAX channels and 86M+ posts; metrics, reactions, forwards, webhooks and usage. installs: remote:https://maxstat.ru/api/mcp detail: https://mcpindex.ai/server/io-github-fbmdata-maxstat-mcp - Agent Rails (io.github.federicocelico/agent-rails@0.2.0) Shopping MCP for AI agents: search, compare, Amazon buy links. Auto-register. installs: remote:https://agent-rails.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-federicocelico-agent-rails - io.github.fieldcure/rag (io.github.fieldcure/rag@2.5.1) MCP RAG server with hybrid search, multi-KB support, and AI-powered chunk contextualization. installs: manual detail: https://mcpindex.ai/server/io-github-fieldcure-rag - Compliance Auditor MCP (io.github.firasmosbehi/compliance-auditor@0.1.0) City hiring-compliance MCP server with regulation search and full audit risk scoring. installs: remote:https://frayess-mosbehi--compliance-auditor-mcp.apify.actor/mcp detail: https://mcpindex.ai/server/io-github-firasmosbehi-compliance-auditor - io.github.fliptheweb/fatsecret-mcp (io.github.fliptheweb/fatsecret-mcp@0.0.8) MCP server for FatSecret API - food search, nutrition, diary, recipes, weight tracking (unofficial) installs: npm:fatsecret-mcp detail: https://mcpindex.ai/server/io-github-fliptheweb-fatsecret-mcp - Obsidian Hybrid Search (io.github.flowing-abyss/obsidian-hybrid-search@0.14.1) Search Obsidian vaults with hybrid full-text, fuzzy, semantic, and graph retrieval. installs: npm:obsidian-hybrid-search detail: https://mcpindex.ai/server/io-github-flowing-abyss-obsidian-hybrid-search - io.github.flytohub/flyto-indexer (io.github.flytohub/flyto-indexer@2.10.2) Code intelligence MCP server — impact analysis, semantic search, dependency graphs installs: pypi:flyto-indexer detail: https://mcpindex.ai/server/io-github-flytohub-flyto-indexer - io.github.formulahendry/mcp-server-mcp-registry (io.github.formulahendry/mcp-server-mcp-registry@0.1.0) MCP Server for MCP Registry to discover and search for available MCP servers in the registry installs: npm:mcp-server-mcp-registry detail: https://mcpindex.ai/server/io-github-formulahendry-mcp-server-mcp-registry - FoundRole — AI Job Search & Application Tracker MCP for Claude & ChatGPT (io.github.foundrole/jobs-mcp-proxy@1.1.9) MCP server for AI job search — find jobs, track applications, get alerts. Claude, ChatGPT, Cursor. installs: npm:@foundrole/ai-job-search-mcp | remote:https://www.foundrole.com/mcp detail: https://mcpindex.ai/server/io-github-foundrole-jobs-mcp-proxy - io.github.fouomene/mcp-server-geodata-placefinder (io.github.fouomene/mcp-server-geodata-placefinder@2.0.0) MCP GeoData Placefinder: search places, reverse geocode, and find nearby locations. installs: npm:mcp-server-geodata-placefinder detail: https://mcpindex.ai/server/io-github-fouomene-mcp-server-geodata-placefinder - Japan Address & Geocoding (io.github.fujimura-ui/japan-address-geocoding-mcp@1.0.0) Japanese address search and geocoding (official address registry): postal codes and coordinates. installs: remote:https://jusho-mcp.plus-synergy.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-fujimura-ui-japan-address-geocoding-mcp - Japan Company Leads Finder (io.github.fujimura-ui/japan-company-leads-mcp@1.0.0) B2B leads for Japan: search 1M+ companies by size, capital, location, subsidy history (gBizINFO). installs: remote:https://gbiz-leads-mcp.plus-synergy.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-fujimura-ui-japan-company-leads-mcp - Japan Corporate Filings (io.github.fujimura-ui/japan-corporate-filings-mcp@1.0.0) Search Japanese corporate disclosures (FSA EDINET): securities reports and shareholding reports. installs: remote:https://edinet-mcp.plus-synergy.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-fujimura-ui-japan-corporate-filings-mcp - Japan Law Search (io.github.fujimura-ui/japan-law-search-mcp@1.0.0) Full-text search of all current Japanese laws (official e-Gov data), down to exact article text. installs: remote:https://horei-mcp.plus-synergy.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-fujimura-ui-japan-law-search-mcp - Japan Official Statistics (io.github.fujimura-ui/japan-official-statistics-mcp@1.0.0) Search official Japanese government statistics (e-Stat): population, economy, labor, and more. installs: remote:https://estat-mcp.plus-synergy.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-fujimura-ui-japan-official-statistics-mcp - Japan Parliament Search (io.github.fujimura-ui/japan-parliament-search-mcp@1.0.0) Search Japan's National Diet records (1947-present): statements, Q&A, and debates with citations. installs: remote:https://kokkai-mcp.plus-synergy.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-fujimura-ui-japan-parliament-search-mcp - Japan Subsidy Search (io.github.fujimura-ui/japan-subsidy-search-mcp@1.0.0) Search Japanese government subsidies (official jGrants data): deadlines, amounts, eligibility. installs: remote:https://hojokin-mcp.plus-synergy.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-fujimura-ui-japan-subsidy-search-mcp - fetch-price (io.github.fusionx212/fetch-price@1.0.2) Live UK marketplace product search with real prices and buy links. installs: npm:fetch-price | pypi:fetch-price detail: https://mcpindex.ai/server/io-github-fusionx212-fetch-price - io.github.gagandeeppra/mcp-observability-server (io.github.gagandeeppra/mcp-observability-server@0.1.3) MCP server for querying logs from observability platforms with unified search and tracing installs: pypi:mcp-observability-server detail: https://mcpindex.ai/server/io-github-gagandeeppra-mcp-observability-server - io.github.genecell/preprint-fulltext (io.github.genecell/preprint-fulltext@0.1.0) bioRxiv/medRxiv/arXiv preprint full text as structured sections for AI agents + search. installs: pypi:preprint-fulltext detail: https://mcpindex.ai/server/io-github-genecell-preprint-fulltext - io.github.geowire/geowire (io.github.geowire/geowire@0.6.1) Place search, directions, isochrones & area analysis across 10 map providers. No API key to start. installs: npm:@geowirehq/mcp detail: https://mcpindex.ai/server/io-github-geowire-geowire - io.github.geraservicesuk/mcp-gera-clinic (io.github.geraservicesuk/mcp-gera-clinic@0.1.0) Search doctors, check availability, book medical appointments. 7 tools. 50+ countries. installs: npm:@gera-services/mcp-gera-clinic detail: https://mcpindex.ai/server/io-github-geraservicesuk-mcp-gera-clinic - io.github.geraservicesuk/mcp-gera-market (io.github.geraservicesuk/mcp-gera-market@0.1.1) E-commerce marketplace: search products, order, track shipments. 50+ countries. installs: npm:@gera-services/mcp-gera-market detail: https://mcpindex.ai/server/io-github-geraservicesuk-mcp-gera-market - io.github.geraservicesuk/mcp-gera-skills (io.github.geraservicesuk/mcp-gera-skills@0.1.0) GeraSkills MCP — search and install robot capability packs on behalf of an operator. installs: npm:@gera-services/mcp-gera-skills detail: https://mcpindex.ai/server/io-github-geraservicesuk-mcp-gera-skills - io.github.geraservicesuk/mcp-geraeats (io.github.geraservicesuk/mcp-geraeats@1.0.1) Browse restaurants, search dishes, order food delivery, track riders. 50+ countries. installs: npm:@gera-services/mcp-geraeats detail: https://mcpindex.ai/server/io-github-geraservicesuk-mcp-geraeats - io.github.geraservicesuk/mcp-gerajobs (io.github.geraservicesuk/mcp-gerajobs@0.1.1) Search remote and local jobs, browse companies, apply and track status. OAuth to apply. installs: npm:@gera-services/mcp-gerajobs detail: https://mcpindex.ai/server/io-github-geraservicesuk-mcp-gerajobs - io.github.geraservicesuk/mcp-gerapodcast (io.github.geraservicesuk/mcp-gerapodcast@0.1.1) Discover podcasts, search episodes, fetch transcripts, subscribe to shows. installs: npm:@gera-services/mcp-gerapodcast detail: https://mcpindex.ai/server/io-github-geraservicesuk-mcp-gerapodcast - io.github.geraservicesuk/mcp-gerarent (io.github.geraservicesuk/mcp-gerarent@0.1.1) Property rental: search listings, check availability, book rentals. 50+ countries. installs: npm:@gera-services/mcp-gerarent detail: https://mcpindex.ai/server/io-github-geraservicesuk-mcp-gerarent - io.github.getcroissant/croissant (io.github.getcroissant/croissant@1.0.0) Search and book coworking spaces and conference rooms via Croissant. installs: npm:croissant-mcp-server detail: https://mcpindex.ai/server/io-github-getcroissant-croissant - io.github.getjobzi/getjobzi-mcp (io.github.getjobzi/getjobzi-mcp@1.0.1) GetJobzi MCP server for job search, application tracking, and career forecasting. installs: remote:https://www.getjobzi.com/mcp detail: https://mcpindex.ai/server/io-github-getjobzi-getjobzi-mcp - io.github.getmcpm/cli (io.github.getmcpm/cli@0.1.3) MCP package manager with trust scoring. Search, install, and audit MCP servers. installs: npm:@getmcpm/cli detail: https://mcpindex.ai/server/io-github-getmcpm-cli - io.github.giancarloerra/socraticode (io.github.giancarloerra/socraticode@1.0.1) MCP server for local codebase indexing, semantic search, and code dependency graphs. installs: npm:socraticode detail: https://mcpindex.ai/server/io-github-giancarloerra-socraticode - Giskard Search (io.github.giskard09/search@0.1.1) Pay-per-use web search for AI agents. Lightning invoice, Ed25519 signature, karma discounts. installs: remote:https://search.rgiskard.xyz/sse detail: https://mcpindex.ai/server/io-github-giskard09-search - duke-book (io.github.gitHubDujianfeng/duke-book@0.1.5) Manage Duke Bookmark notes, categories, and plan-enabled knowledge search over MCP. installs: npm:duke-book detail: https://mcpindex.ai/server/io-github-githubdujianfeng-duke-book - GitWhy — The Context Layer for Git (io.github.gitwhy-cli/gitwhy@0.7.9) The shared AI context engine for git — save, search, and share the reasoning behind code changes. installs: npm:gitwhy-mcp detail: https://mcpindex.ai/server/io-github-gitwhy-cli-gitwhy - io.github.globallayer/mcp-server (io.github.globallayer/mcp-server@1.0.10) Merka2a MCP server - AI agents search, negotiate and order GPU compute installs: npm:@merk.a2a/mcp-server detail: https://mcpindex.ai/server/io-github-globallayer-mcp-server - io.github.godesigntech/freelancer-mcp-server (io.github.godesigntech/freelancer-mcp-server@2.0.0) Search, bid, and message clients on Freelancer.com from Claude. Multi-account support. installs: npm:freelancer-mcp-server detail: https://mcpindex.ai/server/io-github-godesigntech-freelancer-mcp-server - CN Scraper MCP (io.github.goesByhc/cn-scraper-mcp@0.4.1) MCP server for AI agents to search major Chinese internet platforms with local-first login support. installs: pypi:cn-scraper-mcp detail: https://mcpindex.ai/server/io-github-goesbyhc-cn-scraper-mcp - io.github.gogogadgetbytes/smart-connections (io.github.gogogadgetbytes/smart-connections@0.2.0) MCP server for Obsidian Smart Connections. Semantic search using your vault's embeddings. installs: npm:@gogogadgetbytes/smart-connections-mcp detail: https://mcpindex.ai/server/io-github-gogogadgetbytes-smart-connections - Pickleball3 Paddle Catalog (io.github.gospodindark-stack/pickleball3@1.0.0) Read-only paddle search, specifications, comparisons, scores, and verified purchase links. installs: remote:https://pickleball3.com/mcp detail: https://mcpindex.ai/server/io-github-gospodindark-stack-pickleball3 - io.github.gowtham0992/link (io.github.gowtham0992/link@2.2.1) Local personal memory for agents as MCP tools — remember, recall, search, context, graph traversal. installs: pypi:link-mcp detail: https://mcpindex.ai/server/io-github-gowtham0992-link - Awardopedia - Federal Contracts (io.github.grayson-sys/awardopedia@0.1.1) Search federal government contract opportunities from SAM.gov via Claude installs: npm:awardopedia-mcp detail: https://mcpindex.ai/server/io-github-grayson-sys-awardopedia - io.github.gregario/dnd-oracle (io.github.gregario/dnd-oracle@0.1.0) D&D 5e SRD MCP server with monster, spell, equipment search and encounter building tools installs: npm:dnd-oracle detail: https://mcpindex.ai/server/io-github-gregario-dnd-oracle - io.github.gregario/hearthstone-oracle (io.github.gregario/hearthstone-oracle@0.1.0) Hearthstone card search, deck analysis, strategy coaching, and archetype classification installs: npm:hearthstone-oracle detail: https://mcpindex.ai/server/io-github-gregario-hearthstone-oracle - io.github.gregario/lorcana-oracle (io.github.gregario/lorcana-oracle@0.1.0) Disney Lorcana TCG MCP server with card search, deck analysis, ink curves, and set browsing installs: npm:lorcana-oracle detail: https://mcpindex.ai/server/io-github-gregario-lorcana-oracle - io.github.gregario/onepiece-oracle (io.github.gregario/onepiece-oracle@0.1.0) One Piece TCG MCP server with card search, deck analysis, and set browsing installs: npm:onepiece-oracle detail: https://mcpindex.ai/server/io-github-gregario-onepiece-oracle - io.github.gswardman/giveready (io.github.gswardman/giveready@0.2.0) Search 41K+ nonprofits, get impact data, submit enrichments, donate USDC via x402. installs: npm:giveready-mcp detail: https://mcpindex.ai/server/io-github-gswardman-giveready - ArXiv (io.github.guptaprakhariitr/arxiv-mcp@0.1.1) ArXiv preprint search, daily category digest, and author-collaborator graph. installs: remote:https://arxiv-mcp.atlasword.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-guptaprakhariitr-arxiv-mcp - Hacker News Trending (io.github.guptaprakhariitr/hn-trending-mcp@0.1.1) HN front-page, Algolia full-text search, and Show HN launch tracker. installs: remote:https://hn-trending-mcp.atlasword.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-guptaprakhariitr-hn-trending-mcp - SEC EDGAR (io.github.guptaprakhariitr/sec-edgar-mcp@0.4.1) Search SEC filings, read 10-K/8-K, query XBRL facts, track Form 4 insider trades. installs: remote:https://sec-edgar-mcp.atlasword.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-guptaprakhariitr-sec-edgar-mcp - USPTO Patents (io.github.guptaprakhariitr/uspto-patents-mcp@0.2.1) US patent search, assignee portfolios, and citation graph via PatentsView. installs: remote:https://uspto-patents-mcp.atlasword.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-guptaprakhariitr-uspto-patents-mcp - Wikipedia Recent Changes (io.github.guptaprakhariitr/wikipedia-recent-changes-mcp@0.1.1) Live Wikipedia edit feed, page summaries, trending pages, and Wikidata search. installs: remote:https://wikipedia-recent-changes-mcp.atlasword.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-guptaprakhariitr-wikipedia-recent-changes-mcp - PastML (io.github.h4ck4life/pastml@1.0.1) Deploy HTML and Markdown as live URLs. Create, search, update, and manage pastes from any AI agent. installs: remote:https://pastml.com/api/mcp detail: https://mcpindex.ai/server/io-github-h4ck4life-pastml - io.github.hampsterx/claude-mcp-bridge (io.github.hampsterx/claude-mcp-bridge@0.7.1) Wraps Claude Code CLI as MCP tools: query, search, structured, ping, listSessions. installs: npm:claude-mcp-bridge detail: https://mcpindex.ai/server/io-github-hampsterx-claude-mcp-bridge - io.github.hampsterx/codex-mcp-bridge (io.github.hampsterx/codex-mcp-bridge@0.9.1) Wraps Codex CLI as MCP tools: codex, review, query, search, structured, ping, listSessions. installs: npm:codex-mcp-bridge detail: https://mcpindex.ai/server/io-github-hampsterx-codex-mcp-bridge - Unsplash MCP Server (io.github.hanoak/unsplash-mcp-server@1.0.1) MCP server for the Unsplash API: search & fetch photos with attribution + download tracking. installs: npm:@hanoak/unsplash-mcp-server detail: https://mcpindex.ai/server/io-github-hanoak-unsplash-mcp-server - Cert Atlas (io.github.hans6883/cert-atlas@1.2.3) Search 1,580 certification exam blueprints: domains, scoring, prerequisites, compare. No API key. installs: npm:cert-atlas-mcp | remote:https://mcp.quizforge.ai/mcp detail: https://mcpindex.ai/server/io-github-hans6883-cert-atlas - Git.Top (io.github.haocn-ops/git-top@0.1.0) Evidence-backed open-source project search, recommendations, alternatives, and comparisons. installs: remote:https://git.top/mcp/core detail: https://mcpindex.ai/server/io-github-haocn-ops-git-top - Universal Brute Workpack (io.github.haoyun18881-beep/universal-brute-workpack@0.1.4) Stdio-first Agent MCP workpack for local tools, audit chains, search, memory, and pipelines. installs: npm:universal-brute-workpack detail: https://mcpindex.ai/server/io-github-haoyun18881-beep-universal-brute-workpack - io.github.hashgraph-online/hashnet (io.github.hashgraph-online/hashnet@1.0.24) Universal AI Agent Discovery - search 59,000+ agents across MCP, NANDA, A2A, OpenRouter installs: npm:@hol-org/hashnet-mcp detail: https://mcpindex.ai/server/io-github-hashgraph-online-hashnet - Web Search (io.github.hec-ovi/web-search@0.2.6) Keyless multi-engine web search, fetch, and clean-Markdown read for AI agents. No API keys. installs: pypi:websearch-skill detail: https://mcpindex.ai/server/io-github-hec-ovi-web-search - Ask Helena Public Knowledge (io.github.helena-bioinformatics/ask-helena@1.0.2) Read-only evidence search over Helena Bioinformatics and Folklore public knowledge. installs: remote:https://api.helena.bio/ask/v1/mcp detail: https://mcpindex.ai/server/io-github-helena-bioinformatics-ask-helena - Folklore Variant Evidence (io.github.helena-bioinformatics/folklore@1.0.1) Read-only public Folklore search for one supported GRCh38 germline variant. installs: remote:https://api.helena.bio/folklore/v1/mcp detail: https://mcpindex.ai/server/io-github-helena-bioinformatics-folklore - io.github.hellosverre/brreg (io.github.hellosverre/brreg@0.1.1) MCP server for Norway's Brønnøysund business registry — lookup, search, roles. installs: npm:brreg-mcp detail: https://mcpindex.ai/server/io-github-hellosverre-brreg - CSJN — Corte Suprema de Justicia de la Nación (io.github.hernan-cc/csjn-mcp@0.3.0) Search Argentine Supreme Court sumarios: legal topics, case analysis, metadata installs: pypi:csjn-mcp detail: https://mcpindex.ai/server/io-github-hernan-cc-csjn-mcp - JUBA — Jurisprudencia de Buenos Aires (io.github.hernan-cc/juba-mcp@0.3.0) Search Buenos Aires Province court rulings: summaries, full text, legal topics installs: pypi:juba-mcp detail: https://mcpindex.ai/server/io-github-hernan-cc-juba-mcp - SAIJ — Jurisprudencia Argentina (io.github.hernan-cc/saij-mcp@0.3.0) Search Argentine legal databases: court decisions, legislation, summaries, doctrine installs: pypi:saij-mcp detail: https://mcpindex.ai/server/io-github-hernan-cc-saij-mcp - io.github.hifriendbot/ailist-mcp (io.github.hifriendbot/ailist-mcp@1.0.3) MCP server for AiList — search and discover Ai projects from Claude Code installs: npm:ailist-mcp detail: https://mcpindex.ai/server/io-github-hifriendbot-ailist-mcp - io.github.holistis/3ilm-mcp (io.github.holistis/3ilm-mcp@1.0.1) Search 1,032 verified smart contract vulnerability findings from Sherlock audits by pattern. installs: npm:3ilm-mcp detail: https://mcpindex.ai/server/io-github-holistis-3ilm-mcp - io.github.houtini-ai/amazon-creators (io.github.houtini-ai/amazon-creators@0.3.3) Amazon product search returning paste-ready affiliate deal rows for your blog installs: npm:@houtini/amazon-creators-mcp detail: https://mcpindex.ai/server/io-github-houtini-ai-amazon-creators - io.github.houtini-ai/google-knowledge-graph (io.github.houtini-ai/google-knowledge-graph@1.0.7) Search Google's Knowledge Graph for structured information about real-world entities installs: npm:@houtini/google-knowledge-graph-mcp detail: https://mcpindex.ai/server/io-github-houtini-ai-google-knowledge-graph - io.github.hypeprinter007-stack/signalfuse (io.github.hypeprinter007-stack/signalfuse@1.1.2) 11 tools: crypto signals, sentiment, macro regime, arena, search, exec. x402 pay-per-call. installs: npm:signalfuse-mcp detail: https://mcpindex.ai/server/io-github-hypeprinter007-stack-signalfuse - io.github.hyperdrift-io/nextrole (io.github.hyperdrift-io/nextrole@1.0.3) A job-search companion: tailor your CV to a role, score fit, fix ATS issues. Also via MCP. installs: remote:https://nextrole.site/api/mcp detail: https://mcpindex.ai/server/io-github-hyperdrift-io-nextrole - io.github.iamvibhorsingh/bbox-mcp-server (io.github.iamvibhorsingh/bbox-mcp-server@1.2.6) Geospatial toolkit for AI: spatial queries, coord conversion, H3, OSM search, map verification links installs: npm:bbox-mcp-server detail: https://mcpindex.ai/server/io-github-iamvibhorsingh-bbox-mcp-server - io.github.ibeal/tidal-mcp (io.github.ibeal/tidal-mcp@0.6.0) MCP server for TIDAL - search tracks, manage playlists, and get personalized recommendations installs: docker:ghcr.io/ibeal/tidal-mcp:latest detail: https://mcpindex.ai/server/io-github-ibeal-tidal-mcp - io.github.iggredible/vim-mcp (io.github.iggredible/vim-mcp@0.1.2) Connect Claude Code to Vim/Neovim - query state, execute commands, search help, record macros installs: npm:vim-mcp detail: https://mcpindex.ai/server/io-github-iggredible-vim-mcp - SearXNG Search (io.github.ihor-sokoliuk/mcp-searxng@1.15.0) MCP server for SearXNG — privacy-respecting web search with pagination, URL reading installs: npm:mcp-searxng detail: https://mcpindex.ai/server/io-github-ihor-sokoliuk-mcp-searxng - io.github.imatza-rh/mcp-zuul (io.github.imatza-rh/mcp-zuul@0.10.0) Zuul CI — build failure analysis, log search, pipeline status, and job configuration installs: pypi:mcp-zuul detail: https://mcpindex.ai/server/io-github-imatza-rh-mcp-zuul - Apple Mail MCP (io.github.imdinu/apple-mail-mcp@0.4.3) Apple Mail MCP server with full-coverage FTS5 body search, reliable on large mailboxes. installs: pypi:apple-mail-mcp detail: https://mcpindex.ai/server/io-github-imdinu-apple-mail-mcp - io.github.inavi-systems/inavi-mcp (io.github.inavi-systems/inavi-mcp@0.3.10) MCP Server for iNavi Maps API - Geocoding, POI Search, Route Planning for Claude AI installs: npm:@inavi-maps/mcp-server detail: https://mcpindex.ai/server/io-github-inavi-systems-inavi-mcp - io.github.infino-ai/code-context (io.github.infino-ai/code-context@0.1.4) Local code search for AI coding agents: hybrid search and SQL aggregation over an in-repo index. installs: npm:@infino-ai/code-context detail: https://mcpindex.ai/server/io-github-infino-ai-code-context - io.github.infoinlet-marketplace/mcp-browser-research (io.github.infoinlet-marketplace/mcp-browser-research@0.1.1) Web browsing & research for AI agents — fetch/read pages, structured extraction, Exa search. installs: npm:@infoinlet/mcp-browser-research detail: https://mcpindex.ai/server/io-github-infoinlet-marketplace-mcp-browser-research - io.github.infoinlet-marketplace/mcp-elasticsearch (io.github.infoinlet-marketplace/mcp-elasticsearch@0.1.1) Read-only Elasticsearch/OpenSearch for AI agents — search, indices, mappings, count, health. installs: npm:@infoinlet/mcp-elasticsearch detail: https://mcpindex.ai/server/io-github-infoinlet-marketplace-mcp-elasticsearch - io.github.infoinlet-marketplace/mcp-memory (io.github.infoinlet-marketplace/mcp-memory@0.1.1) Persistent searchable memory for AI agents — save/get/search across sessions, tags. installs: npm:@infoinlet/mcp-memory detail: https://mcpindex.ai/server/io-github-infoinlet-marketplace-mcp-memory - io.github.infoinlet-marketplace/mcp-observability (io.github.infoinlet-marketplace/mcp-observability@0.1.1) Observability for incident agents — query Loki (LogQL), Prometheus (PromQL), Elasticsearch. installs: npm:@infoinlet/mcp-observability detail: https://mcpindex.ai/server/io-github-infoinlet-marketplace-mcp-observability - io.github.infoinlet-marketplace/mcp-qdrant (io.github.infoinlet-marketplace/mcp-qdrant@0.1.1) Read-only Qdrant vector DB for AI agents — collections, info, browse points, count, search. installs: npm:@infoinlet/mcp-qdrant detail: https://mcpindex.ai/server/io-github-infoinlet-marketplace-mcp-qdrant - Tonzar B2B Russian Export Marketplace (io.github.introman2023/tonzar@1.0.0) Search 160k+ Russian B2B products from 8,900+ verified manufacturers (EN/RU). installs: remote:https://tonzar.com/mcp detail: https://mcpindex.ai/server/io-github-introman2023-tonzar - io.github.ionasrobert/tacitus-mcp-server (io.github.ionasrobert/tacitus-mcp-server@0.1.1) Long-term memory for AI agents: local-first PKM with provenance and hybrid search. installs: npm:@dashiro/tacitus-mcp-server detail: https://mcpindex.ai/server/io-github-ionasrobert-tacitus-mcp-server - CLIO Ndp (io.github.iowarp/ndp-mcp@2.2.3) National Data Platform (NDP) MCP server for searching and discovering datasets across multiple... installs: pypi:clio-kit detail: https://mcpindex.ai/server/io-github-iowarp-ndp-mcp - Bing Search (Free) (io.github.iridite/bing-search-free@0.2.0) Free Bing search MCP server - No API key required installs: pypi:mcp-bing-scraper detail: https://mcpindex.ai/server/io-github-iridite-bing-search-free - VenuNite Events (io.github.isaacaskew/venunite-events@0.2.1) Hyperlocal event search across 50 US states — 29K venues, 275K upcoming events. installs: pypi:venunite-events | remote:https://mcp.venunite.com/v1/mcp/ detail: https://mcpindex.ai/server/io-github-isaacaskew-venunite-events - Postgram (io.github.ivo-toby/postgram@0.1.3) Self-hosted memory for AI agents with hybrid search, knowledge graphs, tasks, and document sync. installs: docker:ghcr.io/ivo-toby/postgram@sha256:29b61fb302bd52862b8eba43305ee2aa4fc072d5f9188652f1fe6324f49d5391 detail: https://mcpindex.ai/server/io-github-ivo-toby-postgram - OpenClaw Agent Instruction Registry (io.github.izworskic/openclaw-registry@1.0.1) Search and retrieve agent instruction files: system prompts, skills, workflows, and safety filters. installs: npm:agentbase-mcp detail: https://mcpindex.ai/server/io-github-izworskic-openclaw-registry - Award Travel Finder (io.github.jackculpan/awardtravelfinder@0.1.0) Search award flight availability, points pricing, and status matches from your AI assistant. installs: remote:https://mcp.awardtravelfinder.com/mcp detail: https://mcpindex.ai/server/io-github-jackculpan-awardtravelfinder - PullPush Reddit (io.github.jacklenzotti/pullpush-mcp@1.0.1) Search Reddit comments and submissions via PullPush.io with filtering by subreddit, author, and date installs: npm:pullpush-mcp detail: https://mcpindex.ai/server/io-github-jacklenzotti-pullpush-mcp - SIC Codes UK (io.github.jackmmaher/sic-codes@3.0.0) UK SIC code lookup, GICS/ICB mapping, and Companies House search. 731 codes, 5.6M companies. installs: npm:sic-codes-mcp | remote:https://siccodes.co.uk/api/mcp detail: https://mcpindex.ai/server/io-github-jackmmaher-sic-codes - io.github.jagilber-org/index-server (io.github.jagilber-org/index-server@1.32.0) MCP instruction indexing server with search, CRUD, validation, and cross-repo knowledge promotion. installs: npm:@jagilber-org/index-server detail: https://mcpindex.ai/server/io-github-jagilber-org-index-server - io.github.jaimenbell/rag-mcp (io.github.jaimenbell/rag-mcp@0.1.0) Minimal RAG-over-a-corpus MCP retrieval: search_knowledge returns cited chunks. Local embeddings. installs: pypi:jaimenbell-rag-mcp detail: https://mcpindex.ai/server/io-github-jaimenbell-rag-mcp - Forage Shopping (io.github.jalexspringer/forage-shopping@0.1.0) AI shopping comparison — search 50M+ products, compare prices, find deals installs: remote:https://forageshopping.com/mcp detail: https://mcpindex.ai/server/io-github-jalexspringer-forage-shopping - Push Realm (io.github.james-robson/push-realm@4.5.0) Cross-domain knowledge network where AI agents search, share, and refine solutions via MCP. installs: remote:https://api.pushrealm.com/mcp detail: https://mcpindex.ai/server/io-github-james-robson-push-realm - io.github.jannks/handbook (io.github.jannks/handbook@1.0.1) MCP server for the Handbook API – manage handbook entries via CRUD, overview and tag search. installs: npm:@ah-oh/handbook-mcp-server detail: https://mcpindex.ai/server/io-github-jannks-handbook - io.github.jarmstrong158/skillmatch-mcp (io.github.jarmstrong158/skillmatch-mcp@2.0.0) Job search and ranking pipeline via MCP for Claude Desktop. installs: pypi:skillmatch-mcp detail: https://mcpindex.ai/server/io-github-jarmstrong158-skillmatch-mcp - io.github.jarvis-intelligence/jarvis (io.github.jarvis-intelligence/jarvis@0.6.2) Local-first SCIP code navigation and Zoekt search over your own indexed repositories installs: pypi:jarvis-mcp detail: https://mcpindex.ai/server/io-github-jarvis-intelligence-jarvis - Cairn (io.github.jasondostal/cairn-mcp@0.21.2) Persistent memory for AI agents and humans. Store, search, and discover patterns. installs: docker:ghcr.io/jasondostal/cairn-mcp:0.21.2 detail: https://mcpindex.ai/server/io-github-jasondostal-cairn-mcp - io.github.jasp-nerd/marktplaats-mcp (io.github.jasp-nerd/marktplaats-mcp@0.1.1) Search Marktplaats and 2dehands: listings, sellers, categories and new-listing monitoring. installs: pypi:marktplaats-mcp detail: https://mcpindex.ai/server/io-github-jasp-nerd-marktplaats-mcp - io.github.javierfajardo85-rgb/aiaam (io.github.javierfajardo85-rgb/aiaam@1.0.0) MAI-1 registry: search 100+ verified AI tool contracts with live reliability scores in one call. installs: remote:https://aiaam.xyz/mcp detail: https://mcpindex.ai/server/io-github-javierfajardo85-rgb-aiaam - io.github.jawdat6/fixgraph-mcp (io.github.jawdat6/fixgraph-mcp@1.0.2) Search 25K+ verified engineering fixes by error or technology. For developers and AI agents. installs: npm:fixgraph-mcp detail: https://mcpindex.ai/server/io-github-jawdat6-fixgraph-mcp - Amazon Products (io.github.jbeshir/amazon-products-mcp@1.0.0) Search for products and get detailed product information from Amazon across multiple regional sites. installs: manual detail: https://mcpindex.ai/server/io-github-jbeshir-amazon-products-mcp - Manifold Markets (io.github.jbeshir/manifold-mcp@1.0.1) Search, read, bet on, create, and resolve prediction markets on Manifold. installs: manual detail: https://mcpindex.ai/server/io-github-jbeshir-manifold-mcp - UK Supermarkets (io.github.jbeshir/supermarkets-uk-mcp@1.0.2) Search and compare grocery prices across UK supermarkets with product details. installs: manual detail: https://mcpindex.ai/server/io-github-jbeshir-supermarkets-uk-mcp - Workflowy (io.github.jbeshir/workflowy-mcp@1.0.1) Search, read, create, and organize Workflowy nodes with breadcrumb context. installs: manual detail: https://mcpindex.ai/server/io-github-jbeshir-workflowy-mcp - Gloria AI (io.github.jchen225/gloria-mcp@1.0.0) Real-time curated crypto news for AI agents with sentiment, recaps, and search. installs: remote:https://mcp.itsgloria.ai/mcp detail: https://mcpindex.ai/server/io-github-jchen225-gloria-mcp - io.github.jcpsimmons/granola-search (io.github.jcpsimmons/granola-search@1.0.0) Search Granola meeting notes by attendees, dates, content, and workspaces. installs: manual detail: https://mcpindex.ai/server/io-github-jcpsimmons-granola-search - io.github.jdhart81/wavefunction-search (io.github.jdhart81/wavefunction-search@0.1.1) Demand-side discovery for the agent economy: turn ambiguous intentions into commitments and match th installs: remote:https://mcp.viridisconservation.com/wavefunction/mcp detail: https://mcpindex.ai/server/io-github-jdhart81-wavefunction-search - io.github.jdw2111/propraven (io.github.jdw2111/propraven@0.1.1) Property intelligence: 180M+ US parcels — lookup, search, owners, hazards, permits, deeds. installs: npm:@propraven/mcp | remote:https://mcp.propraven.com/mcp detail: https://mcpindex.ai/server/io-github-jdw2111-propraven - Saturation (io.github.jens-saturation/saturation@1.0.0) Search, query, and update budgets, transactions, contacts, and purchase orders in Saturation. installs: remote:https://mcp.saturation.io/mcp detail: https://mcpindex.ai/server/io-github-jens-saturation-saturation - Jentic Remote MCP Server (io.github.jentic/mcp-server@1.0.0) Remote MCP for 1,500+ APIs. Vault-managed credentials; OAuth or API key. Search, load, and execute. installs: remote:https://api.jentic.com/mcp detail: https://mcpindex.ai/server/io-github-jentic-mcp-server - io.github.jerrysrodz/goldhold (io.github.jerrysrodz/goldhold@1.5.1) Persistent memory for AI agents. Search, store, and recall across sessions. installs: npm:@goldhold/mcp-server | remote:https://mcp.goldhold.ai/mcp detail: https://mcpindex.ai/server/io-github-jerrysrodz-goldhold - Sui Knowledge Base (kapa.ai) (io.github.jessiemongeon1/sui-kapa@1.0.0) Semantic search across Sui documentation and knowledge sources, powered by kapa.ai installs: remote:https://sui.mcp.kapa.ai detail: https://mcpindex.ai/server/io-github-jessiemongeon1-sui-kapa - FDIC BankFind MCP Server (io.github.jflamb/fdic-mcp-server@1.30.2) Search FDIC institutions, branches, failures, and peer analysis over MCP. installs: npm:fdic-mcp-server | remote:https://bankfind.jflamb.com/mcp detail: https://mcpindex.ai/server/io-github-jflamb-fdic-mcp-server - io.github.jgador/websharp (io.github.jgador/websharp@v0.99.0-rc2) Search the web and extract article text for LLMs. installs: docker:docker.io/jessegador/websharp-mcp:v0.99.0-rc2 detail: https://mcpindex.ai/server/io-github-jgador-websharp - 0Latency Memory (io.github.jghiglia2380/0latency@1.0.0) Persistent memory layer for AI agents. Sub-100ms recall, semantic search, knowledge graphs. installs: remote:https://mcp.0latency.ai/mcp?key={api_key} detail: https://mcpindex.ai/server/io-github-jghiglia2380-0latency - io.github.jghiringhelli/codeseeker (io.github.jghiringhelli/codeseeker@2.0.1) Graph-powered code intelligence with semantic search and knowledge graph for AI assistants installs: npm:codeseeker detail: https://mcpindex.ai/server/io-github-jghiringhelli-codeseeker - jDocmunch MCP (io.github.jgravelle/jdocmunch-mcp@1.131.0) Section-level doc search for .md, .rst, .adoc, .ipynb, .html, .yaml, .json, and OpenAPI specs. installs: pypi:jdocmunch-mcp detail: https://mcpindex.ai/server/io-github-jgravelle-jdocmunch-mcp - Jitbit Helpdesk (io.github.jitbit/jitbit-helpdesk@2.0.0) MCP server for Jitbit Helpdesk: search, list, read, and reply to support tickets from AI assistants. installs: npm:jitbit-helpdesk-mcp | remote:https://{helpdesk_host}/api/mcp detail: https://mcpindex.ai/server/io-github-jitbit-jitbit-helpdesk - Books & Papers MCP Server (io.github.jmrplens/libgen-mcp@1.6.0) Federated search of books and papers, BibTeX/RIS citations, open-access retrieval and reading. installs: remote:https://mcp.jmrp.io/libgen detail: https://mcpindex.ai/server/io-github-jmrplens-libgen-mcp - Corvi Careers (io.github.jobswithgpt/corvi-careers@1.27.0) Search remote and onsite jobs through the public Corvi Careers MCP server. installs: remote:https://corvi.careers/mcp detail: https://mcpindex.ai/server/io-github-jobswithgpt-corvi-careers - Jobvetta MCP Server (io.github.jobvetta/job-search@1.0.0) Search live, vetted India jobs by keyword, location, posting age, and job ID. installs: remote:https://api.jobvetta.com/mcp detail: https://mcpindex.ai/server/io-github-jobvetta-job-search - LastMinuteDeals Booking API (io.github.johnanleitner1-Coder/lastminute-booking@1.0.0) Last-minute booking slots across 11 suppliers. Search, price, and execute bookings via AI agents. installs: remote:https://web-production-dc74b.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-johnanleitner1-coder-lastminute-booking - Apple Maps (io.github.johnisanerd/apple-maps@1.0.1) Search Apple Maps businesses with Apple ratings and aggregated Yelp + TripAdvisor reviews. installs: remote:https://mcp.apify.com/?tools=johnvc/apple-maps-api detail: https://mcpindex.ai/server/io-github-johnisanerd-apple-maps - io.github.johnisanerd/google-flights (io.github.johnisanerd/google-flights@1.0.1) Google Flights search data: fares, routes, stops, and price insights via a hosted MCP server. installs: remote:https://mcp.apify.com/?tools=johnvc/Google-Flights-Data-Scraper-Flight-and-Price-Search detail: https://mcpindex.ai/server/io-github-johnisanerd-google-flights - Google Scholar (io.github.johnisanerd/google-scholar@1.0.1) Search Google Scholar for academic papers, citations, and author profiles. installs: remote:https://mcp.apify.com/?tools=johnvc/google-scholar-api detail: https://mcpindex.ai/server/io-github-johnisanerd-google-scholar - Palim (io.github.joleschmidt/palim@1.0.0) Hosted MCP memory: save sessions/decisions once, search from Claude, Cursor, ChatGPT. EU-hosted FTS. installs: remote:https://api.usepalim.com/mcp detail: https://mcpindex.ai/server/io-github-joleschmidt-palim - io.github.jordanburke/reddit-mcp-server (io.github.jordanburke/reddit-mcp-server@1.5.3) Reddit MCP server with full read/write - posts, comments, search, and content creation. installs: npm:reddit-mcp-server detail: https://mcpindex.ai/server/io-github-jordanburke-reddit-mcp-server - Reddit (RSS) (io.github.jorgen-k/reddit-mcp@1.1.2) Read Reddit via public RSS feeds: browse subreddits, posts, comments, and search. No auth. installs: pypi:reddit-rss-mcp detail: https://mcpindex.ai/server/io-github-jorgen-k-reddit-mcp - SVGFarm (io.github.joshuajansen/svgfarm@1.0.0) Search open SVG icon packs and fetch exact SVG markup from coding agents through MCP. installs: remote:https://svg.farm/mcp detail: https://mcpindex.ai/server/io-github-joshuajansen-svgfarm - Idencify (io.github.jospnunes/idencify@1.0.0) Whole-repo code graph for AI agents: impact analysis, dead code, cycles, semantic search — 14 tools. installs: remote:https://mcp.idencify.com/mcp detail: https://mcpindex.ai/server/io-github-jospnunes-idencify - Graylog MCP Server (io.github.jperelli/graylog-mcp@1.3.0) Query logs from Graylog: get streams, search messages, aggregate, and get full data. installs: npm:@jperelli/graylog-mcp detail: https://mcpindex.ai/server/io-github-jperelli-graylog-mcp - Enzyme (io.github.jshph/enzyme@0.25.6) Semantic search and AI context for your Obsidian vault. Surface patterns with catalysts. installs: manual detail: https://mcpindex.ai/server/io-github-jshph-enzyme - Amazon.in MCP Server (io.github.justadityaraj/amazon-in-mcp-server@0.1.1) Search Amazon.in: cheapest in-stock, best-value picks, product details, Keepa price-history. installs: npm:amazon-in-mcp-server detail: https://mcpindex.ai/server/io-github-justadityaraj-amazon-in-mcp-server - FTIR.fun Spectral Search (io.github.jxbaoxiaodong/ftirfun-mcp@1.0.1) FTIR spectral search and material identification for AI agents via MCP. installs: pypi:ftirfun-mcp | remote:https://ftir.fun/mcp detail: https://mcpindex.ai/server/io-github-jxbaoxiaodong-ftirfun-mcp - io.github.jyswee/agenticmemory (io.github.jyswee/agenticmemory@1.8.0) Persistent memory for AI agents — history, context, semantic search, queues. 17 tools, stdio/SSE. installs: npm:agmry | remote:https://mcp.agenticmemory.ai/sse detail: https://mcpindex.ai/server/io-github-jyswee-agenticmemory - io.github.jztan/qt4-doc-mcp-server (io.github.jztan/qt4-doc-mcp-server@0.7.0) Offline MCP server for local Qt 4.8, Qt 5, and Qt 6 documentation with full-text search. installs: pypi:qt4-doc-mcp-server detail: https://mcpindex.ai/server/io-github-jztan-qt4-doc-mcp-server - io.github.kapillamba4/code-memory (io.github.kapillamba4/code-memory@1.0.33) Local semantic code search with Git history. Works offline, no API key needed. installs: pypi:code-memory detail: https://mcpindex.ai/server/io-github-kapillamba4-code-memory - humanMCP Marketplace — federated listings across personal MCP servers (io.github.kapoost/humanmcp-marketplace@1.0.0) Federated listings from personal humanMCP servers. Search offers, trades by humans. installs: remote:https://marketplace.humanmcp.net/mcp detail: https://mcpindex.ai/server/io-github-kapoost-humanmcp-marketplace - io.github.karanb192/reddit-buddy-mcp (io.github.karanb192/reddit-buddy-mcp@1.0.6-test.7) Reddit MCP server - browse posts, search content, analyze users. installs: npm:@karanb192/reddit-buddy-mcp detail: https://mcpindex.ai/server/io-github-karanb192-reddit-buddy-mcp - io.github.kazuki-sf/glasp (io.github.kazuki-sf/glasp@1.0.0) Search your Glasp web and Kindle highlights, notes, and AI memories from any MCP client. Read-only. installs: remote:https://glasp.co/api/mcp detail: https://mcpindex.ai/server/io-github-kazuki-sf-glasp - io.github.kbanilsson-pixel/nerq-trust-engine (io.github.kbanilsson-pixel/nerq-trust-engine@1.0.0) AI agent trust engine — preflight checks, KYA due diligence, search 204K+ agents. Free. installs: remote:https://mcp.zarq.ai/sse detail: https://mcpindex.ai/server/io-github-kbanilsson-pixel-nerq-trust-engine - io.github.kcofoni/pmwiki-mcp (io.github.kcofoni/pmwiki-mcp@1.0.4) MCP server for searching and reading PmWiki pages with text queries and group filtering. installs: docker:docker.io/kcofoni/pmwiki-mcp:v1.0.4 detail: https://mcpindex.ai/server/io-github-kcofoni-pmwiki-mcp - Kody (io.github.kentcdodds/kody@1.0.1) Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations. installs: remote:https://heykody.app/mcp detail: https://mcpindex.ai/server/io-github-kentcdodds-kody - io.github.keshrath/agent-knowledge (io.github.keshrath/agent-knowledge@1.9.7) Cross-session memory for AI agents - knowledge graph, scoring, semantic search installs: npm:agent-knowledge detail: https://mcpindex.ai/server/io-github-keshrath-agent-knowledge - AtCoder MCP Server (io.github.ketherworks/atcoder@0.1.0) Search AtCoder problems and fetch public problem statements through MCP. installs: remote:https://api.ksrnyx.top/oj-mcp/atcoder/mcp detail: https://mcpindex.ai/server/io-github-ketherworks-atcoder - Codeforces MCP Server (io.github.ketherworks/codeforces@0.1.0) Search Codeforces problems and inspect public problem metadata through the official Codeforces API. installs: remote:https://codeforces-oj-mcp.lantangtang54.workers.dev/mcp detail: https://mcpindex.ai/server/io-github-ketherworks-codeforces - io.github.kevindarstNBB/board-and-stable-mcp (io.github.kevindarstNBB/board-and-stable-mcp@1.0.1) Search horse boarding facilities and trainers across 44 US states. installs: npm:board-and-stable-mcp detail: https://mcpindex.ai/server/io-github-kevindarstnbb-board-and-stable-mcp - AKBridge (io.github.kevynf/akbridge@0.1.2) Search and call AKShare financial data interfaces through three routed MCP tools installs: pypi:akbridge detail: https://mcpindex.ai/server/io-github-kevynf-akbridge - STIL Lab Assistant (io.github.khalid-tounoussi-1/stil-ets-mcp@1.0.1) STIL lab at ETS Montreal — knowledge base and paper search via ArXiv and Semantic Scholar. installs: docker:ghcr.io/khalid-tounoussi-1/stil-ets-mcp:1.0.0 | remote:https://web-production-4729.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-khalid-tounoussi-1-stil-ets-mcp - Startup Jobs (io.github.killbridge/startupjobs-mcp@1.0.1) Search live startup jobs from Claude, Cursor, or ChatGPT via MCP. Free, no account needed. installs: remote:https://api.startup.jobs/mcp detail: https://mcpindex.ai/server/io-github-killbridge-startupjobs-mcp - Korea Flight MCP (io.github.kimnchai/korea-flight-mcp@1.3.0) 14 Korean airports flight info + Incheon arrival/departure congestion + facility search. installs: remote:https://korea-flight.kimnchai.com/mcp detail: https://mcpindex.ai/server/io-github-kimnchai-korea-flight-mcp - io.github.klmlfl/case-doha-record (io.github.klmlfl/case-doha-record@1.0.0) Search 30,000+ decided U.S. DOHA security-clearance decisions, cited to the public record. installs: remote:https://www.clearancesearchengine.com/api/mcp detail: https://mcpindex.ai/server/io-github-klmlfl-case-doha-record - io.github.kovoor/vueuse-mcp (io.github.kovoor/vueuse-mcp@1.0.0) Search, browse, and get suggestions for VueUse composables installs: npm:vueuse-mcp detail: https://mcpindex.ai/server/io-github-kovoor-vueuse-mcp - Make Effects (io.github.krasnoperov/makefx@1.0.0) Search, generate, and curate AI media assets with recipes and lineage in Make Effects spaces. installs: remote:https://makefx.app/mcp detail: https://mcpindex.ai/server/io-github-krasnoperov-makefx - io.github.ksaslam311/agentpedia-mcp-server (io.github.ksaslam311/agentpedia-mcp-server@1.1.2) Search, discover, and contribute to AgentPedia - the knowledge base for AI agents. installs: npm:@agentpedia/mcp-server detail: https://mcpindex.ai/server/io-github-ksaslam311-agentpedia-mcp-server - io.github.ksimback/hermes-atlas-mcp (io.github.ksimback/hermes-atlas-mcp@0.2.0) Search and fetch 100+ Hermes Agent tools, skills, plugins, and integrations from hermesatlas.com. installs: npm:hermes-atlas-mcp detail: https://mcpindex.ai/server/io-github-ksimback-hermes-atlas-mcp - io.github.ksmin83-bot/aihub (io.github.ksmin83-bot/aihub@10.1.2) Remote MCP server for SeenThis AI Hub. Supports browsing, searching, and posting to AI boards. installs: remote:https://seenthis.kr/aihubsys/mcp detail: https://mcpindex.ai/server/io-github-ksmin83-bot-aihub - Zotero MCP (io.github.kujenga/zotero-mcp@0.3.1) Search your Zotero library, retrieve item metadata, and read full text from AI assistants. installs: pypi:zotero-mcp detail: https://mcpindex.ai/server/io-github-kujenga-zotero-mcp - io.github.kunal-lead411/lead411 (io.github.kunal-lead411/lead411@1.0.0) B2B lead generation, company search, and contact enrichment from Lead411. installs: remote:https://mcp.lead411.com detail: https://mcpindex.ai/server/io-github-kunal-lead411-lead411 - io.github.kunwar-shah/claudex (io.github.kunwar-shah/claudex@1.3.4) Persistent memory + FTS5 search MCP server for Claude Code conversation history. installs: npm:@kunwarshah/claudex detail: https://mcpindex.ai/server/io-github-kunwar-shah-claudex - RxRadar (io.github.labrat-0/rxradar@1.0.0) Semantic search across 5 US government healthcare databases. installs: remote:https://mcp.rxradar.dev/mcp detail: https://mcpindex.ai/server/io-github-labrat-0-rxradar - PoetryDB MCP Server (io.github.lacausecrypto/poetrydb@1.0.1) Classic poetry search and discovery via PoetryDB. installs: npm:mcp-poetry detail: https://mcpindex.ai/server/io-github-lacausecrypto-poetrydb - ScholarFetch (io.github.laibniz/scholarfetch@0.2.1) Multi-engine scholarly research server for search, traversal, full text, and reading lists. installs: remote:https://laibniz-scholarfetch-web.hf.space/mcp/ detail: https://mcpindex.ai/server/io-github-laibniz-scholarfetch - Landed (io.github.landedjobs/landed@0.1.1) Search AI-native jobs, inspect application forms, and fetch free interview-prep resources. installs: remote:https://mcp.landed.jobs/mcp detail: https://mcpindex.ai/server/io-github-landedjobs-landed - Laxis (io.github.laxis-tech/laxis-mcp@0.1.0) Search and read your Laxis meeting transcripts, AI summaries, and participants from Claude. installs: remote:https://app.laxis.tech/mcp detail: https://mcpindex.ai/server/io-github-laxis-tech-laxis-mcp - io.github.lazymac2x/embedding-search (io.github.lazymac2x/embedding-search@1.0.0) Cloudflare Workers MCP server: embedding-search installs: remote:https://api.lazy-mac.com/embedding-search/mcp detail: https://mcpindex.ai/server/io-github-lazymac2x-embedding-search - io.github.learningloons-hash/lithtrix (io.github.learningloons-hash/lithtrix@0.20.1) Search, browse, memory and blob storage for AI agents. One key at lithtrix.ai, Spark trial free. installs: npm:lithtrix-mcp detail: https://mcpindex.ai/server/io-github-learningloons-hash-lithtrix - Comitelligence — EU Comitology Register (io.github.left-handed-grannies/comitelligence@1.1.1) Agent-native search of EU comitology: committees, votes, dossiers, and implementing-act documents. installs: remote:https://comitelligence-mcp.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-left-handed-grannies-comitelligence - io.github.lennney/agent-search-mcp (io.github.lennney/agent-search-mcp@3.2.1) Free-first Chinese and English web search MCP using zero-key sources and inspectable evidence. installs: npm:agent-search-mcp detail: https://mcpindex.ai/server/io-github-lennney-agent-search-mcp - io.github.leojg/rihla (io.github.leojg/rihla@0.1.0) Flexible multi-leg, multi-airport flight search - cheapest valid combination across an itinerary. installs: pypi:rihla-mcp detail: https://mcpindex.ai/server/io-github-leojg-rihla - io.github.lexwhiting/settlegrid-discovery (io.github.lexwhiting/settlegrid-discovery@1.0.1) Discover monetized AI tools on SettleGrid. Search by category, get pricing. installs: npm:@settlegrid/discovery detail: https://mcpindex.ai/server/io-github-lexwhiting-settlegrid-discovery - io.github.lignertys/reddit-insights-mcp (io.github.lignertys/reddit-insights-mcp@0.1.1) AI-powered Reddit search. Search millions of posts, explore subreddits, discover trends. installs: manual detail: https://mcpindex.ai/server/io-github-lignertys-reddit-insights-mcp - io.github.liminalpepe/x402-codesearch-mcp (io.github.liminalpepe/x402-codesearch-mcp@0.1.0) Free MCP server: index a repo's files into the x402-codesearch Worker's search index. installs: npm:x402-codesearch-mcp detail: https://mcpindex.ai/server/io-github-liminalpepe-x402-codesearch-mcp - Linggen - Local RAG (io.github.linggen/linggen@0.1.2) Local, privacy-focused RAG service for code search via MCP. https://linggen.dev installs: manual detail: https://mcpindex.ai/server/io-github-linggen-linggen - io.github.linkedmash/linkedmash (io.github.linkedmash/linkedmash@1.0.0) LinkedIn saved posts MCP server: search saves, draft, schedule, publish, and analyze content. installs: remote:https://mcp.linkedmash.com/api/mcp detail: https://mcpindex.ai/server/io-github-linkedmash-linkedmash - io.github.litheonhq/author-mcp-server (io.github.litheonhq/author-mcp-server@0.1.1) Recall, check, search, timeline, and graph tools for fiction writers via Seizn Memory v3. installs: npm:@seizn/author-mcp-server detail: https://mcpindex.ai/server/io-github-litheonhq-author-mcp-server - io.github.ljdigital/au-bizintel-mcp (io.github.ljdigital/au-bizintel-mcp@0.3.0) Australian business intelligence MCP — ABN lookup, business search & AI prospect assessment via ABR. installs: npm:@ljdigital/au-bizintel-mcp detail: https://mcpindex.ai/server/io-github-ljdigital-au-bizintel-mcp - io.github.llmops-pro/l402-search-mcp (io.github.llmops-pro/l402-search-mcp@0.1.0) No-KYC web search for AI agents, paid per query in Lightning sats (L402). Holds no keys. installs: npm:l402-search-mcp detail: https://mcpindex.ai/server/io-github-llmops-pro-l402-search-mcp - ATEX AI Gateway (io.github.lm203688/atex-ai-gateway@4.3.0) One API key for 6 AI models. Pay-per-use. MCP protocol support with web search. installs: remote:https://smithery.ai/server/lm203688/atex-ai-gateway detail: https://mcpindex.ai/server/io-github-lm203688-atex-ai-gateway - io.github.lo-nau/localgym-mcp-server (io.github.lo-nau/localgym-mcp-server@0.1.2) Read-only MCP server for UK gym search using the LocalGym Agent API. installs: npm:localgym-mcp-server detail: https://mcpindex.ai/server/io-github-lo-nau-localgym-mcp-server - io.github.loaditoutadmin/loaditout (io.github.loaditoutadmin/loaditout@0.2.4) Search and install 20,000+ security-graded MCP servers and agent skills. installs: npm:loaditout-mcp-server detail: https://mcpindex.ai/server/io-github-loaditoutadmin-loaditout - io.github.lorenzo-cambiaghi/lynx (io.github.lorenzo-cambiaghi/lynx@1.7.5) 100% local MCP server for semantic code search: AST chunking, hybrid retrieval, code knowledge graph installs: pypi:lynx-mcp detail: https://mcpindex.ai/server/io-github-lorenzo-cambiaghi-lynx - Refetch (io.github.lowenbjer/refetch@1.0.0) Fetch pages as markdown, search web and news, extract structured data. For AI agents. installs: remote:https://refetch.cloud/mcp detail: https://mcpindex.ai/server/io-github-lowenbjer-refetch - dowse (io.github.ltspace/dowse@0.10.0) Fast local full-text search for Windows files (tantivy + jieba), exposed to AI agents over MCP. installs: manual detail: https://mcpindex.ai/server/io-github-ltspace-dowse - Philadelphia Restoration (io.github.lucasnoah/philadelphia-restoration@1.0.0) Philadelphia water and fire damage restoration: assessment, insurance, costs, and knowledge search. installs: remote:https://mcp.philadelphiarestoration.org/mcp detail: https://mcpindex.ai/server/io-github-lucasnoah-philadelphia-restoration - io.github.luisa-sys/lyra-mcp-server (io.github.luisa-sys/lyra-mcp-server@1.0.0) Search and discover Lyra profiles. installs: remote:https://mcp.checklyra.com/mcp detail: https://mcpindex.ai/server/io-github-luisa-sys-lyra-mcp-server - io.github.lulzasaur9192/marketplace-search (io.github.lulzasaur9192/marketplace-search@2.0.0) 22 tools: search 15+ marketplaces, verify licenses, childcare costs, FCC, GSA auctions installs: npm:@lulzasaur9192/marketplace-search-mcp detail: https://mcpindex.ai/server/io-github-lulzasaur9192-marketplace-search - io.github.lusiem/code-atlas (io.github.lusiem/code-atlas@0.5.0) Code intelligence MCP: symbols, call graphs, change impact + affected tests, routes, search. installs: npm:@lusiem/code-atlas detail: https://mcpindex.ai/server/io-github-lusiem-code-atlas - Sense (io.github.luuuc/sense@0.84.3) Codebase understanding for AI coding agents — symbol graph, blast radius, semantic search. installs: manual detail: https://mcpindex.ai/server/io-github-luuuc-sense - io.github.mabari2505/api-sorties-mcp (io.github.mabari2505/api-sorties-mcp@0.1.1) Search French events and things to do, built for AI agents — geo, city, date, category filters. installs: npm:api-sorties-mcp detail: https://mcpindex.ai/server/io-github-mabari2505-api-sorties-mcp - AlphaAI (io.github.makeev/alphai-mcp@0.1.0) AI-enriched financial news for AI agents & trading bots: search, trending, insider, scored 1-10. installs: remote:https://mcp.alphai.io/mcp detail: https://mcpindex.ai/server/io-github-makeev-alphai-mcp - China Travel MCP (io.github.mako202605/china-travel-mcp@1.0.1) China inbound travel MCP: search hotels, flights, attractions, plan itineraries, get travel tips installs: pypi:china-travel-mcp detail: https://mcpindex.ai/server/io-github-mako202605-china-travel-mcp - ABN Lookup MCP by UnClick (io.github.malamutemayhem/abn@0.1.0) Australian Business Number lookup and business name search. By UnClick. installs: npm:@unclick/abn-mcp detail: https://mcpindex.ai/server/io-github-malamutemayhem-abn - BoardGameGeek MCP by UnClick (io.github.malamutemayhem/bgg@0.1.0) BoardGameGeek search, game details, rankings, and collections. By UnClick. installs: npm:@unclick/bgg-mcp detail: https://mcpindex.ai/server/io-github-malamutemayhem-bgg - Deezer MCP by UnClick (io.github.malamutemayhem/deezer@0.1.0) Search Deezer tracks, artists, albums, playlists, charts, and podcasts. No API key. By UnClick. installs: npm:@unclick/deezer-mcp detail: https://mcpindex.ai/server/io-github-malamutemayhem-deezer - GDELT News MCP by UnClick (io.github.malamutemayhem/gdelt@0.1.0) Global news search, events, tone, themes, and geographic signals from GDELT. By UnClick. installs: npm:@unclick/gdelt-mcp detail: https://mcpindex.ai/server/io-github-malamutemayhem-gdelt - Genius Lyrics MCP by UnClick (io.github.malamutemayhem/genius@0.1.0) Search songs and artists and get song and artist detail from Genius. By UnClick. installs: npm:@unclick/genius-mcp detail: https://mcpindex.ai/server/io-github-malamutemayhem-genius - Hacker News MCP by UnClick (io.github.malamutemayhem/hackernews@0.1.0) Search and read Hacker News stories, comments, users, Ask HN and Show HN. No API key. By UnClick. installs: npm:@unclick/hackernews-mcp detail: https://mcpindex.ai/server/io-github-malamutemayhem-hackernews - IP Australia MCP by UnClick (io.github.malamutemayhem/ipaustralia@0.1.0) Australian trademark and patent search via IP Australia. By UnClick. installs: npm:@unclick/ipaustralia-mcp detail: https://mcpindex.ai/server/io-github-malamutemayhem-ipaustralia - Open Food Facts MCP by UnClick (io.github.malamutemayhem/openfoodfacts@0.1.0) Search food products, ingredients, nutrition, brands, and categories. No API key. By UnClick. installs: npm:@unclick/openfoodfacts-mcp detail: https://mcpindex.ai/server/io-github-malamutemayhem-openfoodfacts - Radio Browser MCP by UnClick (io.github.malamutemayhem/radiobrowser@0.1.0) Search internet radio stations by country, tag, popularity, and votes. No API key. By UnClick. installs: npm:@unclick/radiobrowser-mcp detail: https://mcpindex.ai/server/io-github-malamutemayhem-radiobrowser - Untappd MCP by UnClick (io.github.malamutemayhem/untappd@0.1.0) Untappd beer and brewery search, details, and activity. By UnClick. installs: npm:@unclick/untappd-mcp detail: https://mcpindex.ai/server/io-github-malamutemayhem-untappd - io.github.malkreide/openlex-mcp (io.github.malkreide/openlex-mcp@0.2.5) Canton Zurich legislation via ZH-Lex with full-text search and article extraction installs: pypi:openlex-mcp detail: https://mcpindex.ai/server/io-github-malkreide-openlex-mcp - X Archive RAG (io.github.mameshivaa/x-archive-rag@0.1.4) Local-first MCP tools for searching and drafting from your X/Twitter archive. installs: manual detail: https://mcpindex.ai/server/io-github-mameshivaa-x-archive-rag - Manticore Search (io.github.manticoresoftware/mcp-manticore@0.1.2) MCP server for Manticore Search — lets AI assistants query and manage search databases. installs: pypi:mcp-manticore detail: https://mcpindex.ai/server/io-github-manticoresoftware-mcp-manticore - Chiwawa — AI Agent Registry (io.github.manuelrmz123/chiwawa@0.1.0) Search and discover AI agents across A2A and MCP protocols. 2,000+ agents with health tracking. installs: remote:https://chiwawa.vercel.app/mcp/sse detail: https://mcpindex.ai/server/io-github-manuelrmz123-chiwawa - io.github.mapbox/mcp-server (io.github.mapbox/mcp-server@99.0.0-dev) Geospatial intelligence with Mapbox APIs like geocoding, POI search, directions, isochrones, etc. installs: npm:@mapbox/mcp-server | remote:https://mcp.mapbox.com/mcp detail: https://mcpindex.ai/server/io-github-mapbox-mcp-server - io.github.mapizarro1/foragex402 (io.github.mapizarro1/foragex402@1.0.0) Meta-search MCP for x402 agent-payable services -- find paid APIs across every registry. installs: remote:https://foragex402.tablint.dev/mcp detail: https://mcpindex.ai/server/io-github-mapizarro1-foragex402 - Sessy — Amazon SES observability (io.github.marckohlbrugge/sessy@1.0.0) Read-only Amazon SES observability: search events, inspect bounces, pull delivery stats. installs: remote:https://api.sessy.do/mcp detail: https://mcpindex.ai/server/io-github-marckohlbrugge-sessy - io.github.marerem/longmem (io.github.marerem/longmem@0.2.1) Persistent cross-project memory for Cursor and Claude Code using local semantic search. installs: pypi:longmem detail: https://mcpindex.ai/server/io-github-marerem-longmem - io.github.markswendsen-code/crunchyroll (io.github.markswendsen-code/crunchyroll@0.1.1) MCP server for Crunchyroll anime streaming - search anime, manage watchlist, track viewing progress installs: npm:@striderlabs/mcp-crunchyroll detail: https://mcpindex.ai/server/io-github-markswendsen-code-crunchyroll - io.github.markswendsen-code/delta (io.github.markswendsen-code/delta@0.1.0) MCP server for Delta Airlines - search flights, check status, manage trips installs: npm:@striderlabs/mcp-delta detail: https://mcpindex.ai/server/io-github-markswendsen-code-delta - io.github.markswendsen-code/kroger (io.github.markswendsen-code/kroger@0.1.0) MCP server for Kroger - search products, manage cart, place grocery orders installs: npm:@striderlabs/mcp-kroger detail: https://mcpindex.ai/server/io-github-markswendsen-code-kroger - io.github.markswendsen-code/southwest (io.github.markswendsen-code/southwest@0.1.0) MCP server for Southwest Airlines - search flights, manage bookings installs: npm:@striderlabs/mcp-southwest detail: https://mcpindex.ai/server/io-github-markswendsen-code-southwest - io.github.markswendsen-code/spotify (io.github.markswendsen-code/spotify@0.1.0) MCP server for Spotify - let AI agents control playback, search music, and manage playlists installs: npm:@striderlabs/mcp-spotify detail: https://mcpindex.ai/server/io-github-markswendsen-code-spotify - io.github.markswendsen-code/target (io.github.markswendsen-code/target@0.1.2) MCP server for Target - search products, manage cart, track orders installs: npm:@striderlabs/mcp-target detail: https://mcpindex.ai/server/io-github-markswendsen-code-target - io.github.markswendsen-code/walmart (io.github.markswendsen-code/walmart@0.1.1) MCP server for Walmart - search products, manage cart, track orders installs: npm:@striderlabs/mcp-walmart detail: https://mcpindex.ai/server/io-github-markswendsen-code-walmart - io.github.markswendsen-code/yelp (io.github.markswendsen-code/yelp@0.1.0) MCP server for Yelp - search businesses, read reviews, make reservations installs: npm:@striderlabs/mcp-yelp detail: https://mcpindex.ai/server/io-github-markswendsen-code-yelp - Zendesk MCP (io.github.markusvankempen/zendesk-mcp@1.0.2) Zendesk MCP: 14 tools for AI agents — create, search, assign, comment, and close support tickets. installs: npm:@markusvankempen/zendesk-mcp-server detail: https://mcpindex.ai/server/io-github-markusvankempen-zendesk-mcp - Marmot Data Catalog (io.github.marmotdata/marmot@1.0.0) Open-source data catalog. Search assets, explore lineage, and find ownership. installs: remote:https://{marmot_host}/api/v1/mcp detail: https://mcpindex.ai/server/io-github-marmotdata-marmot - Business Entity (io.github.martc03/business-entity@1.0.0) SEC company search and SBA business resources. 4 MCP tools for business intelligence. installs: remote:https://business-entity-mcp.apify.actor/mcp detail: https://mcpindex.ai/server/io-github-martc03-business-entity - Grant Finder (io.github.martc03/grant-finder@1.0.0) Grants.gov search and USAspending grant data. 4 MCP tools for grant discovery. installs: remote:https://grant-finder-mcp.apify.actor/mcp detail: https://mcpindex.ai/server/io-github-martc03-grant-finder - io.github.matematicsolutions/au-eli-mcp (io.github.matematicsolutions/au-eli-mcp@0.2.2) MCP server for Australia's Federal Register of Legislation: search and cite Commonwealth Acts. installs: pypi:au-eli-mcp detail: https://mcpindex.ai/server/io-github-matematicsolutions-au-eli-mcp - io.github.matematicsolutions/jp-eli-mcp (io.github.matematicsolutions/jp-eli-mcp@0.2.2) MCP server for Japan's e-Gov law search API: search, fetch, and cite national legislation. installs: pypi:jp-eli-mcp detail: https://mcpindex.ai/server/io-github-matematicsolutions-jp-eli-mcp - io.github.matematicsolutions/pk-eli-mcp (io.github.matematicsolutions/pk-eli-mcp@0.3.4) MCP server for Pakistani law: search and cite federal statutes and Supreme Court judgments. installs: pypi:pk-eli-mcp detail: https://mcpindex.ai/server/io-github-matematicsolutions-pk-eli-mcp - io.github.mattlsmith/navmds (io.github.mattlsmith/navmds@1.0.0) Research 7,400+ US doctors: search, semantic search, profiles, reviews & procedure pricing. installs: remote:https://www.navmds.com/api/mcp detail: https://mcpindex.ai/server/io-github-mattlsmith-navmds - io.github.maxfain/basedagents (io.github.maxfain/basedagents@0.3.1) Search, verify, and manage AI agents on the BasedAgents identity and reputation registry. installs: npm:@basedagents/mcp detail: https://mcpindex.ai/server/io-github-maxfain-basedagents - Medical RAG MCP - Semantic search and retrieval of high-quality clinical medical data (io.github.maxi-moss/medical-rag-mcp-test@1.0.0) Medical RAG: semantic search for clinical guidelines, drug interactions, diagnoses & EHR data. installs: remote:https://medical-rag-mcp-test-513943347567.europe-west1.run.app/mcp detail: https://mcpindex.ai/server/io-github-maxi-moss-medical-rag-mcp-test - Medical RAG - Clinical Decision Support & Healthcare Knowledge Retrieval (io.github.maxi-moss/test-mcp@1.0.1) Medical RAG: semantic search for clinical guidelines, drug interactions, diagnoses & EHR data. installs: remote:https://mcp-registry-test-server-513943347567.europe-west1.run.app/mcp detail: https://mcpindex.ai/server/io-github-maxi-moss-test-mcp - io.github.maxz712/clawhub (io.github.maxz712/clawhub@0.1.0) Git hosting for AI agents: repos, changes, focused diffs, reviews, issues, code search. installs: npm:useclawhub-mcp detail: https://mcpindex.ai/server/io-github-maxz712-clawhub - BopMarket (io.github.mayankjanmejay/bopmarket@1.0.0) AI agent marketplace — search, buy, sell, and track products across 5 platforms installs: remote:https://bopmarket.store/mcp/sse detail: https://mcpindex.ai/server/io-github-mayankjanmejay-bopmarket - io.github.mcande21/thealgorithms-mcp (io.github.mcande21/thealgorithms-mcp@0.3.1) Search TheAlgorithms across 24 languages; fetch implementations with examples. installs: pypi:thealgorithms-mcp detail: https://mcpindex.ai/server/io-github-mcande21-thealgorithms-mcp - Noogat (io.github.mcfredrick/noogat@1.0.1) Voice notes that organize themselves. Capture by Siri, AI auto-tags, semantic search retrieves. installs: remote:https://app.noogat.app/mcp detail: https://mcpindex.ai/server/io-github-mcfredrick-noogat - io.github.mcfredrick/tenkai-mcp (io.github.mcfredrick/tenkai-mcp@1.0.2) Search Tenkai Daily AI news for open-source releases, papers, and tools. Updated daily. installs: npm:tenkai-mcp detail: https://mcpindex.ai/server/io-github-mcfredrick-tenkai-mcp - MCPExplorer (io.github.mcpexplorer/mcpexplorer@1.0.0) Search, vet & assemble MCP servers from your agent: verified tools, risk labels, and trust scores. installs: remote:https://mcpexplorer.com/mcp detail: https://mcpindex.ai/server/io-github-mcpexplorer-mcpexplorer - Bible (io.github.mctx-ai/bible@1.3.4) Study the Bible in its original Hebrew and Greek — semantic search, word studies, cross-references, installs: remote:https://bible.mctx.ai/v1.3.4 detail: https://mcpindex.ai/server/io-github-mctx-ai-bible - LLMemory (io.github.meir-may/llmemory@0.1.0) Search your AI chat history (ChatGPT, Claude, Codex) from any MCP client. Remote, private, read-only installs: remote:https://mcp.llmemory.xyz/mcp detail: https://mcpindex.ai/server/io-github-meir-may-llmemory - io.github.mem0ai/mem0 (io.github.mem0ai/mem0@1.0.0) Persistent memory for AI agents: add, search, update, and delete long-term memories. installs: remote:https://mcp.mem0.ai/mcp detail: https://mcpindex.ai/server/io-github-mem0ai-mem0 - meshdb (io.github.meshpop/meshdb@1.0.1) Distributed search and indexing MCP — full-text search, semantic queries, structured data installs: manual detail: https://mcpindex.ai/server/io-github-meshpop-meshdb - radiomcp (io.github.meshpop/radiomcp@1.0.0) Internet radio streaming MCP server — search, play, and manage radio stations worldwide installs: manual detail: https://mcpindex.ai/server/io-github-meshpop-radiomcp - Metabase (io.github.metabase/mcp@0.1.0) Lets AI clients search, explore, query, and visualize data in a Metabase instance. installs: remote:https://{metabase_host}/api/mcp detail: https://mcpindex.ai/server/io-github-metabase-mcp - okf-mcp (io.github.mfdaves/okf-mcp@0.3.3) Validate, search, graph, and safely author local Open Knowledge Format bundles. installs: npm:@mfdaves/okf-mcp detail: https://mcpindex.ai/server/io-github-mfdaves-okf-mcp - io.github.mgaruccio/openapi-navigator (io.github.mgaruccio/openapi-navigator@0.5.1) Navigate and query OpenAPI specs with fuzzy search, pagination, and API testing installs: pypi:openapi-navigator detail: https://mcpindex.ai/server/io-github-mgaruccio-openapi-navigator - io.github.mgwalkerjr95/texas-grocery (io.github.mgwalkerjr95/texas-grocery@0.1.3) MCP server for HEB grocery store integration - search products, manage carts, clip coupons, and more installs: pypi:texas-grocery-mcp detail: https://mcpindex.ai/server/io-github-mgwalkerjr95-texas-grocery - io.github.mholzen/workflowy (io.github.mholzen/workflowy@0.8.1) Create, update, complete nodes, search & replace with regex and dry run, usage reports, transforms installs: docker:ghcr.io/mholzen/workflowy:0.8.1 detail: https://mcpindex.ai/server/io-github-mholzen-workflowy - io.github.michael-denyer/hot-memory-mcp (io.github.michael-denyer/hot-memory-mcp@0.8.0) Two-tier memory: hot cache (0ms) + semantic search. Self-organizing. installs: pypi:hot-memory-mcp detail: https://mcpindex.ai/server/io-github-michael-denyer-hot-memory-mcp - NobodyNamed (io.github.michaelcolenso/nobodynamed@1.0.0) US baby name popularity data from SSA records (1880-2025): search, trends, geography, culture. installs: remote:https://nobodynamed.com/mcp detail: https://mcpindex.ai/server/io-github-michaelcolenso-nobodynamed - io.github.midnight-rgb/mcp (io.github.midnight-rgb/mcp@1.2.1) Domain registrar for AI agents. Search, register, and manage domains via API. installs: npm:@domainforagents/mcp detail: https://mcpindex.ai/server/io-github-midnight-rgb-mcp - io.github.mikusnuz/dynadot (io.github.mikusnuz/dynadot@1.3.1) MCP server for Dynadot domain registrar — domain search, registration, DNS, and transfers installs: npm:dynadot-mcp detail: https://mcpindex.ai/server/io-github-mikusnuz-dynadot - io.github.mikusnuz/npm (io.github.mikusnuz/npm@1.2.1) MCP server for npm package management — publish, version, search, audit, and more installs: npm:@mikusnuz/npm-mcp detail: https://mcpindex.ai/server/io-github-mikusnuz-npm - io.github.millerchou/rocketchat-mcp (io.github.millerchou/rocketchat-mcp@0.1.0) MCP server for Rocket.Chat — messages, DMs, search, files, and channels over stdio installs: pypi:rocketchat-mcp detail: https://mcpindex.ai/server/io-github-millerchou-rocketchat-mcp - mistaike.ai (io.github.mistaike-ai/mistaike-mcp@0.31.62) 295k+ bug-fix patterns with MCP Hub proxy, PII filtering, and code search installs: remote:https://mcp.mistaike.ai/mcp detail: https://mcpindex.ai/server/io-github-mistaike-ai-mistaike-mcp - io.github.mister-franklin/gdpr-decisions (io.github.mister-franklin/gdpr-decisions@0.1.2) EU GDPR decisions by thedpo.eu — search all EU DPA decisions and recommendations installs: pypi:mcp-server-gdpr-decisions detail: https://mcpindex.ai/server/io-github-mister-franklin-gdpr-decisions - io.github.mister-franklin/wetwetwet-legislation (io.github.mister-franklin/wetwetwet-legislation@0.1.0) Search Belgian & EU legislation: verbatim article text, per-article links, legal Q&A. installs: remote:https://wetwetwet.be/mcp/ detail: https://mcpindex.ai/server/io-github-mister-franklin-wetwetwet-legislation - io.github.mkrupkin/rixot-mcp (io.github.mkrupkin/rixot-mcp@1.0.0) Let AI agents buy dofollow backlinks: search 50,000+ vetted sites, order, publish. 7 hosted tools. installs: remote:https://ai.rixot.com/mcp detail: https://mcpindex.ai/server/io-github-mkrupkin-rixot-mcp - io.github.mohammadfarooqi/canlii (io.github.mohammadfarooqi/canlii@1.1.4) Search Canadian case law, browse legislation, and check citations via the CanLII API. installs: npm:canlii-mcp detail: https://mcpindex.ai/server/io-github-mohammadfarooqi-canlii - io.github.mohitagw15856/pm-claude-skills (io.github.mohitagw15856/pm-claude-skills@76.1.0) 1098 professional Agent Skills + workflow recipes — searchable & fetchable over MCP. installs: npm:pm-claude-skills detail: https://mcpindex.ai/server/io-github-mohitagw15856-pm-claude-skills - Lumnix (io.github.moltstudios/lumnix@0.2.2) E-commerce research via MCP. Amazon, Alibaba & AliExpress product search and FBA margins. installs: npm:lumnix detail: https://mcpindex.ai/server/io-github-moltstudios-lumnix - Codeix (io.github.montanetech/codeix@0.5.0) Fast semantic code search for AI agents — find symbols, references, and callers across any codebase installs: npm:codeix | pypi:codeix detail: https://mcpindex.ai/server/io-github-montanetech-codeix - Ragora (io.github.mregmi/ragora-mcp@3.0.0) Search your knowledge bases from any AI assistant using hybrid RAG. installs: remote:https://mcp.ragora.app/mcp detail: https://mcpindex.ai/server/io-github-mregmi-ragora-mcp - io.github.mreider/better-bear (io.github.mreider/better-bear@0.4.21) MCP server for Bear notes — read, search, create, edit, tag, and manage notes via CloudKit installs: npm:better-bear detail: https://mcpindex.ai/server/io-github-mreider-better-bear - io.github.mrfentmen/meilisearch-mcp (io.github.mrfentmen/meilisearch-mcp@1.0.1) Search indexes, manage documents, check health and stats. installs: npm:meilisearch-mcp detail: https://mcpindex.ai/server/io-github-mrfentmen-meilisearch-mcp - io.github.mrfentmen/opensearch-mcp (io.github.mrfentmen/opensearch-mcp@1.0.1) Search OpenSearch indices, manage documents, check health and stats. installs: npm:@mrfentmen/opensearch-mcp detail: https://mcpindex.ai/server/io-github-mrfentmen-opensearch-mcp - io.github.mrfentmen/rom-mcp (io.github.mrfentmen/rom-mcp@1.2.0) Search ROMs across Internet Archive, ROMsgames, CoolROM, and more. Verify checksums and parse saves. installs: npm:rom-mcp detail: https://mcpindex.ai/server/io-github-mrfentmen-rom-mcp - io.github.mrfentmen/vg-resource-mcp (io.github.mrfentmen/vg-resource-mcp@1.0.1) Search and download sprites, models, textures, and sounds from VG Resource. installs: npm:vg-resource-mcp detail: https://mcpindex.ai/server/io-github-mrfentmen-vg-resource-mcp - io.github.msdanyg/smart-connections-mcp (io.github.msdanyg/smart-connections-mcp@2.0.0) Local semantic search over Obsidian vaults via Smart Connections embeddings. Multi-vault, private. installs: npm:smart-connections-mcp detail: https://mcpindex.ai/server/io-github-msdanyg-smart-connections-mcp - io.github.mshegolev/jaeger-mcp (io.github.mshegolev/jaeger-mcp@0.1.1) Jaeger MCP — search traces, inspect spans, map service dependencies (read-only). installs: pypi:jaeger-mcp detail: https://mcpindex.ai/server/io-github-mshegolev-jaeger-mcp - io.github.mshegolev/kibana-mcp (io.github.mshegolev/kibana-mcp@0.1.1) Kibana/Elasticsearch MCP — log search, aggregations, index discovery, dashboards. installs: pypi:kibana-mcp detail: https://mcpindex.ai/server/io-github-mshegolev-kibana-mcp - IT Glue (io.github.mspstack/mcp-itglue@0.4.1) IT Glue MCP server for MSPs — documents, flexible assets, semantic vector search, RBAC, and BYOK installs: npm:mcp-itglue detail: https://mcpindex.ai/server/io-github-mspstack-mcp-itglue - io.github.mstang/casemgr-mcp (io.github.mstang/casemgr-mcp@1.0.1) Shared workspace your AI agent writes to. 184 tools, persistent memory, semantic search. installs: npm:casemgr-mcp detail: https://mcpindex.ai/server/io-github-mstang-casemgr-mcp - Frappe MCP Server (io.github.muthanii/frappe_mcp@1.2.0) Interact with Frappe/ERPNext sites — document CRUD, search, and whitelisted method calls installs: pypi:frappe-mcp-server | docker:docker.io/muthanii/frappe-mcp:1.2.0 detail: https://mcpindex.ai/server/io-github-muthanii-frappe-mcp - OPC-UA MCP Server (io.github.mwieczorkiewicz/opcua-mcp@1.0.0) Read, write, browse, search, and subscribe to live data on an OPC-UA industrial automation server. installs: docker:ghcr.io/mwieczorkiewicz/opcua-mcp:main-29734c4 detail: https://mcpindex.ai/server/io-github-mwieczorkiewicz-opcua-mcp - io.github.n0isy/mcp-icon-visual (io.github.n0isy/mcp-icon-visual@0.1.1) Search, retrieve, compare, and render SVG icons visually for AI agents. installs: npm:@br-ai-n/mcp-icon-visual detail: https://mcpindex.ai/server/io-github-n0isy-mcp-icon-visual - io.github.n24q02m/better-code-review-graph (io.github.n24q02m/better-code-review-graph@3.21.0) Token-efficient code review knowledge graph: semantic search and call-graph resolution. installs: pypi:better-code-review-graph | docker:docker.io/n24q02m/better-code-review-graph:latest detail: https://mcpindex.ai/server/io-github-n24q02m-better-code-review-graph - io.github.n24q02m/mnemo-mcp (io.github.n24q02m/mnemo-mcp@2.7.0) Persistent AI memory with hybrid search (FTS5 + semantic) and cross-machine sync. installs: pypi:mnemo-mcp | docker:docker.io/n24q02m/mnemo-mcp:latest detail: https://mcpindex.ai/server/io-github-n24q02m-mnemo-mcp - io.github.naeem-jtr/jtr-holidays (io.github.naeem-jtr/jtr-holidays@1.1.0) Search tours, attraction tickets, and holiday packages across 24 countries. installs: remote:https://api.jtrholidays.com/mcp/v1 detail: https://mcpindex.ai/server/io-github-naeem-jtr-jtr-holidays - Nalegalu MCP (io.github.nalegaluorg/nalegalu@1.0.0) Semantic search over Polish law and case law, citing the exact in-force article. installs: remote:https://mcp.nalegalu.org/mcp detail: https://mcpindex.ai/server/io-github-nalegaluorg-nalegalu - io.github.nath-abhishek/cardmind-mcp (io.github.nath-abhishek/cardmind-mcp@1.0.0) MTG market data: search 114K+ cards, price signals, AI analysis. Free tier available. installs: remote:https://api.cardmind.app/mcp detail: https://mcpindex.ai/server/io-github-nath-abhishek-cardmind-mcp - io.github.nathishdev-netizen/dida-mcp-server (io.github.nathishdev-netizen/dida-mcp-server@1.0.2) Hotel search, booking, and review MCP server with 12+ detailed fields per hotel installs: pypi:dida-mcp-server detail: https://mcpindex.ai/server/io-github-nathishdev-netizen-dida-mcp-server - CCRider (io.github.neilberkman/ccrider@1.10.0) Full-text search, browse, and resume across your coding agent sessions (Claude Code, Codex, Amp) installs: manual detail: https://mcpindex.ai/server/io-github-neilberkman-ccrider - io.github.neptun2000/heor-agent (io.github.neptun2000/heor-agent@1.35.0) HEOR MCP server: literature search, CEA, BIA, NMA/MAIC, HTA dossiers (NICE/FDA/EMA/JCA). installs: npm:heor-agent-mcp detail: https://mcpindex.ai/server/io-github-neptun2000-heor-agent - io.github.nerdydata/mcp (io.github.nerdydata/mcp@1.0.8) Search websites by source code, technology stack, analyze domains, and download lead lists. installs: npm:@nerdydata/mcp | remote:https://mcp.nerdydata.com/mcp detail: https://mcpindex.ai/server/io-github-nerdydata-mcp - Stremio MCP Server (io.github.netixc/stremio-mcp@0.2.0) Search, play, and control Stremio on Android TV over native ADB. installs: pypi:stremio-mcp-server detail: https://mcpindex.ai/server/io-github-netixc-stremio-mcp - io.github.neverinfamous/memory-journal-mcp (io.github.neverinfamous/memory-journal-mcp@1.1.3) Developer journal with knowledge graphs, relationships, Git context, and semantic search installs: docker:docker.io/writenotenow/memory-journal-mcp:v1.1.3 detail: https://mcpindex.ai/server/io-github-neverinfamous-memory-journal-mcp - io.github.nexus-mcp-infra/similarity-search-api-sdk (io.github.nexus-mcp-infra/similarity-search-api-sdk@1.0.0) Stateless NMI + cosine fusion with entropy-driven alpha calibration installs: remote:https://similarity-search-api-production.up.railway.app/mcp detail: https://mcpindex.ai/server/io-github-nexus-mcp-infra-similarity-search-api-sdk - io.github.nfemmanuel/iranti (io.github.nfemmanuel/iranti@0.3.35) Persistent, shared memory for AI agents — facts, checkpoints, semantic search. installs: npm:iranti detail: https://mcpindex.ai/server/io-github-nfemmanuel-iranti - io.github.nickjlamb/pubcrawl (io.github.nickjlamb/pubcrawl@2.5.0) PubMed & Europe PMC literature search, US/UK drug labelling, and clinical trials for AI assistants. installs: npm:@pharmatools/pubcrawl detail: https://mcpindex.ai/server/io-github-nickjlamb-pubcrawl - io.github.nicktcode/swissgroceries-mcp (io.github.nicktcode/swissgroceries-mcp@0.1.2) Swiss grocery search, promotions, and shopping plans across Migros, Coop, Aldi, Denner, Lidl. installs: npm:@nicktcode/swissgroceries-mcp detail: https://mcpindex.ai/server/io-github-nicktcode-swissgroceries-mcp - io.github.nickymitnick/probo-connect-mcp (io.github.nickymitnick/probo-connect-mcp@2.13.0) MCP server for Probo print-on-demand — search products, configure orders, track shipments. installs: npm:probo-connect-mcp detail: https://mcpindex.ai/server/io-github-nickymitnick-probo-connect-mcp - Orb Platform (io.github.nicoletterankin/orb-platform@6.3.0) 162K English words, 74K lessons, knowledge graph, semantic reverse-dictionary search. installs: remote:https://mcp.thedailylesson.com/mcp detail: https://mcpindex.ai/server/io-github-nicoletterankin-orb-platform - Coding Challenge Solutions (io.github.nikhil-bhat/cc-solutions@1.0.4) Search coding challenge solutions by keyword and optionally filter by programming language installs: docker:ghcr.io/nikhil-bhat/cc-solutions-mcp:1.0.4 detail: https://mcpindex.ai/server/io-github-nikhil-bhat-cc-solutions - Claude Code Explorer MCP (io.github.nirholas/claude-code-explorer-mcp@1.1.0) Explore the Claude Code CLI source — browse tools, commands, search code, and more. installs: npm:claude-code-explorer-mcp detail: https://mcpindex.ai/server/io-github-nirholas-claude-code-explorer-mcp - Data Workbench (io.github.nirholas/data-workbench-mcp@0.1.0) Pump.fun creator rewards, DexScreener pair search, crypto headlines, and USD candles. installs: npm:@three-ws/data-workbench-mcp detail: https://mcpindex.ai/server/io-github-nirholas-data-workbench-mcp - CoderSwap MCP Server (io.github.njlnaet/coderswap-mcp-server@0.1.2) Build searchable AI research knowledge bases with hybrid vector search directly in Claude Desktop. installs: npm:@coderswap/mcp-server detail: https://mcpindex.ai/server/io-github-njlnaet-coderswap-mcp-server - io.github.nk3750/jitapi (io.github.nk3750/jitapi@0.1.1) Turn any OpenAPI spec into an executable agent interface using graphs and semantic search. installs: pypi:jitapi detail: https://mcpindex.ai/server/io-github-nk3750-jitapi - Nomad Stays (io.github.nomadstays/mcp-server@0.7.0) Search remote-work accommodations worldwide; Trusted Stay Partners can manage their own listings. installs: remote:https://mcp.nomadstays.com/mcp detail: https://mcpindex.ai/server/io-github-nomadstays-mcp-server - Local FAISS MCP Server (io.github.nonatofabio/local-faiss-mcp@0.2.0-rc.3) Local FAISS vector database for RAG with document ingestion, semantic search, and MCP prompts. installs: pypi:local-faiss-mcp detail: https://mcpindex.ai/server/io-github-nonatofabio-local-faiss-mcp - Distillery (io.github.norrietaylor/distillery-mcp@0.7.0) Knowledge base for Claude Code with semantic search, feed intelligence, and teams installs: pypi:distillery-mcp detail: https://mcpindex.ai/server/io-github-norrietaylor-distillery-mcp - Novyx MCP (io.github.novyxlabs/novyx-mcp@2.1.4) Persistent memory for AI agents with rollback, audit trails, and semantic search. installs: pypi:novyx-mcp detail: https://mcpindex.ai/server/io-github-novyxlabs-novyx-mcp - io.github.npupko/agency-mcp-server (io.github.npupko/agency-mcp-server@0.2.2) On-demand access to 150+ specialist AI agent templates — search, browse, and spawn agents installs: npm:agency-mcp-server detail: https://mcpindex.ai/server/io-github-npupko-agency-mcp-server - nü people Job Server (io.github.nu-people/nue-people-jobs@1.0.0) Public MCP server for discovering open jobs. Search, filter, and get application links. installs: remote:https://www.nuepeople.com/mcp detail: https://mcpindex.ai/server/io-github-nu-people-nue-people-jobs - Purl (io.github.nublson/purl@0.1.1) Search and save to your Purl read-it-later knowledge base from any MCP client. installs: remote:https://purl.nublson.com/api/mcp detail: https://mcpindex.ai/server/io-github-nublson-purl - io.github.numbererikson/shinobi (io.github.numbererikson/shinobi@0.3.1) Task spine + searched dead ends + approvals for AI coding agents. One brain, every device. installs: npm:@shinobiapps/shinobi detail: https://mcpindex.ai/server/io-github-numbererikson-shinobi - io.github.ofershap/markdown (io.github.ofershap/markdown@1.0.1) Markdown MCP — search, extract sections, list headings, find code blocks. installs: npm:mcp-server-markdown detail: https://mcpindex.ai/server/io-github-ofershap-markdown - io.github.ofershap/npm-plus (io.github.ofershap/npm-plus@1.0.1) npm MCP — search packages, bundle sizes, vulnerabilities, compare downloads. installs: npm:mcp-server-npm-plus detail: https://mcpindex.ai/server/io-github-ofershap-npm-plus - io.github.ofershap/npm-search (io.github.ofershap/npm-search@1.0.1) npm search MCP — find packages, view details, compare, check downloads. installs: npm:mcp-server-npm-search detail: https://mcpindex.ai/server/io-github-ofershap-npm-search - MediaWiki (io.github.olgasafonova/mediawiki-mcp-server@1.34.0) Search, read, and edit any MediaWiki wiki. Works with Wikipedia, Fandom, and more. installs: docker:ghcr.io/olgasafonova/mediawiki-mcp-server:1.34.0 detail: https://mcpindex.ai/server/io-github-olgasafonova-mediawiki-mcp-server - TomeVault (io.github.olijboyd/tomevault@1.0.0) Search, fetch (with provenance), scan, and convert AI instruction files for agents. installs: remote:https://mcp.tomevault.io/ detail: https://mcpindex.ai/server/io-github-olijboyd-tomevault - io.github.oneprofile-dev/curatedmcp-catalog-mcp (io.github.oneprofile-dev/curatedmcp-catalog-mcp@0.1.1) Search the CuratedMCP catalog of risk-classified MCP servers and check verification status. installs: npm:@curatedmcp/mcp detail: https://mcpindex.ai/server/io-github-oneprofile-dev-curatedmcp-catalog-mcp - io.github.onetrueclaude-creator/hebbian-vault (io.github.onetrueclaude-creator/hebbian-vault@0.2.0) Usage-adaptive Obsidian vault search: Hebbian + PageRank + BM25 hybrid ranking. installs: pypi:hebbian-vault detail: https://mcpindex.ai/server/io-github-onetrueclaude-creator-hebbian-vault - Ratary Memory MCP (io.github.ontorata/ratary@1.1.1) Persistent coding memory for AI assistants. MCP stdio, hybrid search, graph, context. installs: npm:@ratary/mcp-server detail: https://mcpindex.ai/server/io-github-ontorata-ratary - io.github.oomkapwn/enquire-mcp (io.github.oomkapwn/enquire-mcp@3.11.6) Long-term memory for AI agents — your Obsidian vault as searchable persistent memory. installs: npm:@oomkapwn/enquire-mcp detail: https://mcpindex.ai/server/io-github-oomkapwn-enquire-mcp - io.github.ooopak11/opuslog (io.github.ooopak11/opuslog@1.0.0) Repertoire & program archive for classical vocalists. Match works from posters, save, search. installs: remote:https://opuslog.vercel.app/mcp detail: https://mcpindex.ai/server/io-github-ooopak11-opuslog - iconlab (io.github.op0ai/iconlab@0.2.1) Search 324k icons or generate new ones in the Lucide grammar - grammar-locked lint+critique+repair installs: remote:https://iconlab.skillkit.run/mcp detail: https://mcpindex.ai/server/io-github-op0ai-iconlab - O'Reilly Media MCP Server (io.github.oreillymedia/oreilly-mcp-server@1.2.0) Search O'Reilly for tech books, courses, events, and more. Requires an O'Reilly subscription. installs: remote:https://api.oreilly.com/api/content-discovery/v1/mcp/ detail: https://mcpindex.ai/server/io-github-oreillymedia-oreilly-mcp-server - io.github.orionvalemedia-web/discovery (io.github.orionvalemedia-web/discovery@0.1.0) Search independent software the big engines bury: indie apps, open-source repos, and dev tools. installs: remote:https://devadex.com/mcp detail: https://mcpindex.ai/server/io-github-orionvalemedia-web-discovery - io.github.oscardvs/zoteus (io.github.oscardvs/zoteus@1.0.1) The everything Zotero MCP server — Web API v3 + local API, safe writes, citations, search. installs: npm:@oscardvs/zoteus | remote:https://mcp.zoteus.com/mcp detail: https://mcpindex.ai/server/io-github-oscardvs-zoteus - io.github.ouestcharlie/ouestcharlie-woof (io.github.ouestcharlie/ouestcharlie-woof@1.0.0) An MCP server and app to search and browse your photos while preserving your privacy installs: pypi:ouestcharlie-woof detail: https://mcpindex.ai/server/io-github-ouestcharlie-ouestcharlie-woof - Calendar.app (io.github.p-l-ta/calendar-mcp@1.0.0) List, search, and manage calendar events via macOS Calendar.app across all configured accounts. installs: npm:@p-l-ta/calendar-mcp detail: https://mcpindex.ai/server/io-github-p-l-ta-calendar-mcp - PapersFlow (io.github.papersflow-ai/papersflow@1.0.0) Academic research MCP server for paper search, citation checks, graphs, and deep research. installs: remote:https://doxa.papersflow.ai/mcp detail: https://mcpindex.ai/server/io-github-papersflow-ai-papersflow - xkcd Comic Suggester (io.github.papjuli/xkcdai@0.2.0) Suggests a relevant xkcd comic during a conversation, via semantic search over every comic. installs: remote:https://xkcdai.onrender.com/mcp detail: https://mcpindex.ai/server/io-github-papjuli-xkcdai - prxhub (io.github.parallect/prxhub@1.0.0) Search, cite, download, and publish .prx research bundles on prxhub.com. installs: remote:https://prxhub.com/api/mcp detail: https://mcpindex.ai/server/io-github-parallect-prxhub - Dark Search Protocol (io.github.parnasheps-eng/dark-search-protocol@0.8.0) 161 dark data sources, 25+ domains, 6-step pipeline, Streamable HTTP + stdio installs: npm:dark-search-mcp-server detail: https://mcpindex.ai/server/io-github-parnasheps-eng-dark-search-protocol - Dabble Me Journal (io.github.parterburn/dabble-me@1.0.0) Private journal MCP server to search, analyze, and create Dabble Me entries securely via OAuth. installs: remote:https://dabble.me/mcp detail: https://mcpindex.ai/server/io-github-parterburn-dabble-me - Patsnap Patent & Literature Search (io.github.patsnap/patent-literature-search-mcp@1.2.0) Search 200M+ patents and 216M+ scientific papers using natural language and structured filters. installs: remote:https://connect.patsnap.com/2b0355/logic-mcp?apikey={api_key} detail: https://mcpindex.ai/server/io-github-patsnap-patent-literature-search-mcp - io.github.paulbreuler/limps (io.github.paulbreuler/limps@3.4.0) MCP planning server for AI agents — plan management, full-text search, and task lifecycle installs: npm:@sudosandwich/limps detail: https://mcpindex.ai/server/io-github-paulbreuler-limps - BAILII UK Case Law (io.github.paulieb89/bailii-mcp@1.0.1) Search UK case law on BAILII — court judgments with section extraction. Runs locally. installs: pypi:bailii-mcp detail: https://mcpindex.ai/server/io-github-paulieb89-bailii-mcp - Harness Atlas (io.github.pawel-kowalczyk/harness-atlas@0.1.0) Search 500+ wire-harness & cable-assembly manufacturers by country, industry, and capability. installs: remote:https://qahxbracftdyarpzplzf.supabase.co/functions/v1/mcp detail: https://mcpindex.ai/server/io-github-pawel-kowalczyk-harness-atlas - io.github.pcmarts/recruiter-roles-mcp (io.github.pcmarts/recruiter-roles-mcp@1.0.0) Search Recruiter Roles: live recruiter jobs, companies, sectors, locations, and market stats. installs: npm:recruiter-roles-mcp | remote:https://recruiterroles.com/api/mcp detail: https://mcpindex.ai/server/io-github-pcmarts-recruiter-roles-mcp - io.github.pcmedsinge/mcp-fhir (io.github.pcmedsinge/mcp-fhir@1.1.1) FHIR R4 read/search/validate MCP server — US Core/IPS profiles, SMART-on-FHIR auth (Epic/Cerner). installs: pypi:mcp-fhir detail: https://mcpindex.ai/server/io-github-pcmedsinge-mcp-fhir - io.github.pcmedsinge/mcp-terminology (io.github.pcmedsinge/mcp-terminology@1.0.0) LOINC/SNOMED CT/RxNorm/ICD-10 lookup, search, translation and ValueSet expansion via FHIR. installs: pypi:mcp-terminology detail: https://mcpindex.ai/server/io-github-pcmedsinge-mcp-terminology - Penfield Memory (io.github.penfieldlabs/penfield-mcp@1.22.0) Persistent memory and knowledge graphs for AI agents. Hybrid search, context checkpoints, and more. installs: remote:https://mcp.penfield.app/ detail: https://mcpindex.ai/server/io-github-penfieldlabs-penfield-mcp - io.github.penny4nonsense/mcp-scholaris (io.github.penny4nonsense/mcp-scholaris@0.1.4) Academic paper search and retrieval via arXiv, Semantic Scholar, PubMed, Unpaywall. installs: pypi:mcp-scholaris detail: https://mcpindex.ai/server/io-github-penny4nonsense-mcp-scholaris - io.github.perkinsandre/investra-ai-mcp (io.github.perkinsandre/investra-ai-mcp@2.3.0) Real estate investment intelligence: search, comps, cash flow, off-market leads, skip trace. installs: npm:investra-ai-mcp detail: https://mcpindex.ai/server/io-github-perkinsandre-investra-ai-mcp - Semantic API (io.github.peter-j-thompson/semanticapi@0.1.2) Search and discover any API using natural language. 163+ providers with auto-discovery. installs: pypi:semanticapi-mcp detail: https://mcpindex.ai/server/io-github-peter-j-thompson-semanticapi - Soluble(s) — Podcast de journalisme de solutions (io.github.petitsolu/solubles@1.2.0) Solutions journalism podcast (FR): ecology, climate, society. Search, transcripts, junior versions. installs: remote:https://mcp.csoluble.media/api/mcp detail: https://mcpindex.ai/server/io-github-petitsolu-solubles - io.github.peureka/agentlookup-mcp (io.github.peureka/agentlookup-mcp@1.0.1) Search, discover, and register AI agents in the public registry at agentlookup.dev. installs: npm:agentlookup-mcp detail: https://mcpindex.ai/server/io-github-peureka-agentlookup-mcp - Palinode (io.github.phasespace-labs/palinode@0.12.0) Git-versioned markdown memory for AI agents: save, search, compact, lint, and audit. installs: pypi:palinode detail: https://mcpindex.ai/server/io-github-phasespace-labs-palinode - io.github.phuongddx/codeintel (io.github.phuongddx/codeintel@0.4.0) Local-first SCIP code navigation and Zoekt search over your own indexed repositories installs: pypi:codeintel-navigation-mcp detail: https://mcpindex.ai/server/io-github-phuongddx-codeintel - io.github.phuongddx/jarvis (io.github.phuongddx/jarvis@0.6.0) Local-first SCIP code navigation and Zoekt search over your own indexed repositories installs: pypi:jarvis-mcp detail: https://mcpindex.ai/server/io-github-phuongddx-jarvis - io.github.pijusz/mcp-gsc (io.github.pijusz/mcp-gsc@0.1.7) Google Search Console MCP server — query performance, sitemaps, indexing & more installs: npm:mcp-gsc detail: https://mcpindex.ai/server/io-github-pijusz-mcp-gsc - Skill History (io.github.pineapple-farm/skill-history@1.0.0) Track download history for 70,000+ agent skills. Search and get daily snapshots. installs: remote:https://skill-history.com/mcp detail: https://mcpindex.ai/server/io-github-pineapple-farm-skill-history - Arcgis Hub (io.github.pipeworx-io/arcgis-hub@0.1.0) ArcGIS Hub — open government geospatial data (search + Feature Service query). installs: remote:https://gateway.pipeworx.io/arcgis-hub/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arcgis-hub - Arxiv (io.github.pipeworx-io/arxiv@0.1.0) arXiv MCP — preprint server search (free, no auth) installs: remote:https://gateway.pipeworx.io/arxiv/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-arxiv - Brave Search (io.github.pipeworx-io/brave-search@0.1.0) Brave Search MCP — independent web index (no Google/Bing dependency) installs: remote:https://gateway.pipeworx.io/brave-search/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-brave-search - Ca Procurement (io.github.pipeworx-io/ca-procurement@0.1.0) California state contract awards & purchase orders: search, top vendors, agency spend — keyless installs: remote:https://gateway.pipeworx.io/ca-procurement/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-ca-procurement - Clinicaltables (io.github.pipeworx-io/clinicaltables@0.1.0) NIH Clinical Tables: ICD-10/9, RxTerms, LOINC, NPI, conditions search. Keyless. installs: remote:https://gateway.pipeworx.io/clinicaltables/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-clinicaltables - Congressional Documents (io.github.pipeworx-io/congressional-documents@0.1.0) Congressional Documents — full-text search and retrieval over the official installs: remote:https://gateway.pipeworx.io/congressional-documents/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-congressional-documents - Deezer (io.github.pipeworx-io/deezer@0.1.0) Deezer public music catalog (search/tracks/albums/artists/charts) installs: remote:https://gateway.pipeworx.io/deezer/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-deezer - Domains (io.github.pipeworx-io/domains@0.2.1) Domains MCP — domain registration lookup + availability search over live installs: remote:https://gateway.pipeworx.io/domains/mcp detail: https://mcpindex.ai/server/io-github-pipeworx-io-domains - Duffel (io.github.pipeworx-io/duffel@0.1.0) Duffel MCP — live flight search + pricing via the Duffel Flights API (duffel.com) installs: remot